@charset "UTF-8";

html {
  font-size: 14px;
}

small {
  font-size: 11px;
}

td small {
  font-size: 10px;
}

big {
  font-size: 16px;
}

:root {
  --color-pink: #f9598c;
  --color-blue: #1a94fd;
  --color-red: #ef0a34;
  --color-orange: #ef4a0a;
  --color-green: #05af8f;
  --color-violet: #a81bcb;
  --color-dark: #413e44;
  /*余白*/
  --space-72: 72px;
  --space-64: 64px;
  --space-60: 60px;
  --space-48: 48px;
  --space-36: 36px;
  --space-32: 32px;
  --space-24: 24px;
  --space-12: 12px;
  --space-8: 8px;
  /*リンクカラー*/
  --link-color:#0066c0;
  /*h2帯*/
  --h2-bgcolor:#38434b;
  /*薄いボーダー*/
  --border-general:#dee5e8;
}

.post-content .bg_index p,
.post-content .bg_index div,
.post-content .post_index p,
.post-content .post_index div{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
}

.post_index {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 9px 13px 4px!important;
}

.post_index li {
  line-height: 1.7em !important;
  text-decoration: none;
}

.daily_box .post_index {
  margin-top:15px;
}

.post_index strong {
  padding: 0;
  display: block;
  text-align: left;
  padding-bottom: 3px;
  color: #3b575e;
}

.post_index a{
  display: block;
  text-decoration: none;
  padding: 6px 0 2px;
  font-weight: 600;
}

.post_index li:first-child {
  border-top: 1px dotted #b3cfd0;
}

.post_index li:last-child {
    border: none;
}

.post_index li{
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.7em !important;
  padding: 0px 10px 3px 3px !important;
  border-bottom: 1px dotted #b3cfd0;
  margin: 0;
}

.post_index a:first-letter {
	font-size: 13px;
}

.post_index li {
	text-align: left !important;
	font-size: 13px !important;
	line-height: 1.7em !important;
	padding: 0 10px 3px 3px !important;
}

.post_index li:first-child {
    padding: 0 10px 3px 3px !important;
}

.post-content .post_index a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}

.post_index b {
    padding: 0;
    display: block;
    text-align: left;
}

.post-content .contents_list h2,
.contents_list h2 {
  display: inline-block;
  letter-spacing: 4px;
  width: 100%;
  box-sizing: border-box;
  padding: 0.4em 1em;
  color: #fffdf7;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  margin: 0;
}

.post-content nav.post_index h2 {
  padding: 0 0 5px;
  display: block;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  color: #292929;
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
}

.post-content nav.post_index h2:before{
  content: none;
}

.post-content nav.post_index a{
  font-size: 13px;
}

.post_index li {
  display: flex;
}

.post_index li:has(a)::before {
  display: flex;
  align-items: center;
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 15px;
  margin: 4px 8px 0 8px;
}

.post_index li:has(a.sub)::before {
  content: "\f107";
  margin: 4px 4px 0 30px;
  font-size: 13px;
}

.post-content .a_chara td:last-child > *,
.r5 td:last-child > *,
.r4 td:last-child > *,
.r3 td:last-child > *,
.post-content table td.r6 > *,
.post-content table td.r5 > *,
.post-content table td.r4 > *,
.post-content table td.r3 > * {
  display: inline-block;
  line-height: 1.3;
  text-align: center;
}
.post-content .a_chara td:last-child > *,
.post-content table td.r6 > *{
  width: calc(100% / 6);
}
.post-content .a_chara.r5 td:last-child > *,
.post-content table td.r5 > *{
  width: calc(100% / 5);
}
.post-content .a_chara.r4 td:last-child > *,
.post-content table td.r4 > * {
  width: calc(100% / 4);
}
.post-content .a_chara.r3 td:last-child > *,
.post-content table td.r3 > * {
  width: calc(100% / 3);
}
.post-content .a_chara td:last-child > div,
.post-content table td.r6 > div{
  width: calc((100% / 6) - 6px);
}
.post-content .a_chara.r5 td:last-child > div,
.post-content table td.r5 > div{
  width: calc((100% / 5) - 5px);
}
.post-content .a_chara.r4 td:last-child > div,
.post-content table td.r4 > div {
  width: calc((100% / 4) - 4px);
}
.post-content .a_chara.r3 td:last-child > div,
.post-content table td.r3 > div {
  width: calc((100% / 3) - 3px);
}
.post-content .a_chara td > * img {
  display: block;
}
.post-content .a_chara td:last-child,
.post-content table td.r6,
.post-content table td.r5,
.post-content table td.r4,
.post-content table td.r3 {
  text-align: left;
}
.post-content .a_chara td:last-child > * {
  text-align: center;
}

.entry-header .blogbox .writer_name a {
  color: var(--link-color);
}

.related_article {
  border: 1px solid var(--border-general);
  padding: 0 10px 0;
  position: relative;
  margin: 40px 0 20px;
}

.related_article_label,
.related_article > div:first-child {
  background-color: #505e8c;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding: 5px 8px 2px 8px;
  border-radius: 4px 4px 0 0;
  position: absolute;
  top: -27px;
  left: -1px;
  font-size: 13px;
}

.related_article_title a,
.related_article div:last-child a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 8px 10px 8px 25px;
  border-bottom: 1px dotted var(--border-general);
  font-size: 14px;
}

.mobile .related_article_title a {
  width: 90%;
}

.related_article_title a:last-child {
  border-bottom: none;
}

.related_article_title a:only-child {
  border-bottom: none;
}

.related_article_title br{
  display: none;
}

.related_article_title a:before,
.related_article div:last-child a:before {
  content: "";
  background-image: url(/wp-content/themes/appmedia/images/common/icon_arrow_round.png);
  width: 16px;
  height: 16px;
  background-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
}

#comments #reply-title,.mobile #comments #reply-title {
  padding: 10px 30px 10px 20px;
}

.mobile #breadcrumb_cat .nav_left_menu .game_right {
  padding: 6px;
  font-size: 15px;
}

.mobile .nav_left_menu h3 {
  font-size: 15px;
    padding: 6px;
    background: #efefef;
}

.mobile div#breadcrumb_cat h2 {
  padding: 7px 6px 7px;
}


#main #comments #reply-title {
  padding: 10px 20px 10px 20px;
}

.mobile .new_menu_style li {
 padding: 0;
}

.top_side_title {
  padding:10px 16px;
    color: #fff;
    font-weight: bold;
    background-color: var(--h2-bgcolor);
    font-size: 16px;
}

.popular_and_new_articles_wrapper .top_side_title {
  font-size: 16px!important;
}

#side .popular_and_new_articles_wrapper .top_side_title {
  font-size: 13px!important;
}

.header_label{
  font-weight: bold;
}

.mobile div#breadcrumb a {
  color:var(--link-color);
}

.mobile .bg_index a,
.mobile .post_index a {
  color: var(--link-color) !important;
}

.mobile.archive #breadcrumb_cat picture.hero_image img {
  width: 100%;
  height:auto;
}

/*攻略手順*/
.process{
  display: block;
  margin: 15px 0 25px;
  padding-left: 10px;
}
.process--list{
  border-left: 3px dotted #ec6418;
  padding: 0 0 10px 1em;
  list-style: none;
  position: relative;
}
.process--list.navy{
  border-left: 3px dotted #0f66dd;
}
.process--list.purple {
  border-left: 3px dotted #531a94;
}
.process--list.red {
  border-left: 3px dotted #dc0808;
}
.process--list-h4-quasi{
  border-left: none;
  position: relative;
  color: var(--h4-text-color);
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-weight: bold;
}
.process--list-h4-quasi:before {
  content: "";
  background-size: 14px;
  width: 10px;
  height: 10px;
  background-color: #19191b;
  transform: rotate(45deg);
  margin-right: 4px;
  vertical-align: middle;
}
.process--list:after{
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f25c09;
}
.process--list.navy:after{
  border-top: 10px solid #0f66dd;
}
.process--list.purple:after {
  border-top: 10px solid #531a94;
}
.process--list.red:after {
  border-top: 10px solid #dc0808;
}
.process--list:last-child:after{
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  bottom: -6px;
  width: 0px;
  height: 9px;
  border-radius: 70px;
  background: #f25c09;
  transform: scale(.7);
}
.process--list.navy:last-child:after{
  background: #0f66dd;
}

.process--list-subject-step{
  background: #f25c09;
  color: #fff;
  font-weight: bold;
  padding: 5px 8px;
  width: fit-content;
  border-radius: 0 50px 50px 0;
  margin-right: 7px;
  display: inline-block;
}

.process--list.navy .process--list-subject-step,
.navy .process--list-subject-step{
  background: #0f66dd;
}

.process--list.purple .process--list-subject-step,
.purple .process--list-subject-step{
  background: #531a94;
}

.process--list.red .process--list-subject-step,
.red .process--list-subject-step{
  background: #dc0808;
}

.process--list-subject {
  background: linear-gradient(90deg, rgba(255,235,193,1) 0%, rgba(255,235,193,1) 71%, rgba(255,255,255,1) 100%);
  color: rgb(19, 19, 19);
  font-weight: bold;
  padding: 0 5px 0 0;
  width: calc(100% + 30px);
  position: relative;
  margin-left: -30px;
  margin-bottom: 15px;
  font-size: 16px;
}

.f_table_box .process--list-subject {
  margin-left: -3px!important;
}

.process--list.navy .process--list-subject,
#container .process--list-subject.navy {
  background: linear-gradient(90deg, #c1daff 0%, #c1daff 71%, rgb(255, 255, 255) 100%);
}
.process--list.purple .process--list-subject,
#container .process--list-subject.purple {
  background: linear-gradient(90deg, rgb(193, 197, 255) 0%, rgb(193, 197, 255) 71%, rgba(255,255,255,1) 100%);
  color: #333;
}
.process--list.red .process--list-subject,
#container .process--list-subject.red {
  background: linear-gradient(90deg, rgb(255, 193, 193) 0%, rgba(255, 193, 193) 71%, rgba(255,255,255,1) 100%);
  color: #333;
}

.process--list-todo{
  position: relative;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 2px 8px 1px;
  background: linear-gradient(-90deg, rgba(240,248,255,0) 0%, #eceef7 13%, #eceef7 100%);
}
.process--list-todo::before{
  content: "";
  width: 17px;
  height: 4px;
  background-color: #ec6418;
  margin-right: 5px;
  position: absolute;
  left: -17px;
}

.process--list.navy .process--list-todo::before{
  background-color: #0f66dd;
}

.process--list-boss{
  background: linear-gradient(90deg, rgb(255, 193, 193) 0%, rgba(255, 193, 193) 71%, rgba(255,255,255,1) 100%);
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0 3px 0 16px;
  position: relative;
  margin-left: -1px;
  color: #1d1d1d;
  font-size: 15px;
}
.process--list-boss-label{
  background: #dc0808;
  padding: 4px 10px 4px;
  border-radius: 50px;
  color: #fff;
  margin-right: 6px;
  font-size: 15px;
  margin-left: -39px;
  display: inline-block;
}
.process--list-sub{
  background: linear-gradient(90deg, rgb(248, 193, 255) 0%, rgba(248, 193, 255) 71%, rgba(255,255,255,1) 100%);
  margin-bottom: 15px;
  font-weight: bold;
  padding: 0 3px 0 16px;
  position: relative;
  margin-left: -1px;
  color: #1d1d1d;
  font-size: 15px;
}

.process--list.navy .process--list-sub{
  background: linear-gradient(90deg, rgb(193, 197, 255) 0%, rgb(193, 197, 255) 71%, rgba(255,255,255,1) 100%);
}

.process--list-sub-label{
  background: rgb(83, 26, 148);
  padding: 4px 10px 4px;
  border-radius: 50px;
  color: #fff;
  margin-right: 6px;
  font-size: 15px;
  margin-left: -39px;
  display: inline-block;
}

/*END 攻略手順*/

.grayOut {
  filter: grayscale(1);
  opacity: 0.7;
}

.pc .pc_cat_title {
  min-height: 66px;
}

.smartphone_cat_title {
  min-height: 50px;
}

.pc_cat_title > a {
  font-size: 16px;
}

#slide > div.pc_cat_title > a > picure {
  display: contents;
}

#side-l .new_top_side .top_img img {
  border-radius: 5px;
}

.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 0.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: 0.1s ease;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  transition: 0.1s;
}

.vod_service_link:hover {
  opacity: 0.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: 0.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: 0.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: 0.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;
}

.search #slide_background {
  height: auto !important;
}

.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: 0.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: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 0;
  z-index: 10;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  display: block;
}
.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: 0.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: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  top: 21%;
  z-index: 10;
  position: absolute;
  content: "";
  left: 0;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
}

.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: 100%;
  width: 480px;
  background-size: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  display: block;
  gmargin: 0 auto;
}
.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: "";
  top: 0;
  left: 0;
}

.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: 100%;
  width: 311px;
  background-size: 100%;
  top: 9vw;
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0;
  background-position: center;
}

.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: 100%;
  width: 183px;
  background-size: contain;
  top: 0 !important;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;
  bottom: 0;
  right: 0;
}

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

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

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

.post-content .app_summarize > div:nth-child(1) {
  background: #b62562;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  font-weight: bold;
}

/*ストア導線*/
.app_store {
  border: 1px solid #ced0d8;
  padding: 10px;
  display: flex;
  margin-bottom: 10px;
  border-radius: 5px;
  align-items: center;
}
.mobile .app_store {
  align-items: center;
}
.app_store .app_img {
  width: 25%;
}
.app_store .app_img img {
  border-radius: 25%;
  border: 1px solid #d1e3e7;
  transition: 0.1s;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 5%), 0 1px 3px 1px rgb(60 64 67 / 5%);
  width: 142px;
}
.app_store .app_img a img:hover {
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 0%), 0 1px 3px 1px rgb(60 64 67 / 0%);
  opacity: 0.8;
  display: block;
}
.mobile .app_store .app_img img {
  width: 100px;
  display: block;
}
.app_store .store_button a:nth-child(1) img {
  width: 152px;
}
#imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > a.app_apple
  > img {
  width: 152px;
  margin-right: 5px;
}
.mobile .app_store .store_button a:nth-child(1) img {
  width: 115px;
}
.mobile
  #imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > a.app_apple
  > img {
  width: 115px;
}

.app_store .store_button a:nth-child(2) img {
  width: 187px;
}

#imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > a.app_google
  > img {
  width: 187px;
  opacity: 1;
}

.post-content .checklists p,
.post-content .checklists div {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
}

#imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > div.app_google
  > img {
  width: 187px;
  opacity: 0.3;
}

#imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > div.app_apple
  > img {
  width: 152px;
  margin-right: 5px;
  opacity: 0.3;
}

.mobile .app_store .store_button a:nth-child(2) img {
  width: 140px;
}

.mobile
  #imgList
  > div
  > div.app_info
  > div.store_button.app_btnbox
  > a.app_google
  > img {
  width: 140px;
}

/*UserAgent別*/
#imgList {
  position: relative;
}
.app_dl_header {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #fe3e6c;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  font-family: "Cormorant Garamond", serif;
  width: 94%;
  margin: 0 auto 5px;
}
.app_apple {
  background-image: url(https://appmedia.jp/wp-content/uploads/2018/05/apple.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 135px;
  height: 40px;
  display: block;
  text-indent: -9999%;
}

.app_store .app_apple {
  background-image: none;
  width: auto;
  height: auto;
  text-indent: inherit;
}

.app_google {
  background-image: url(https://appmedia.jp/wp-content/uploads/2018/05/google.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 135px;
  height: 40px;
  display: block;
  text-indent: -9999%;
}
.app_store .app_google {
  background-image: none;
  width: auto;
  height: auto;
  text-indent: inherit;
}
.app_dmm {
  background-image: url(https://appmedia.jp/wp-content/uploads/2018/12/dmm.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 135px;
  height: 40px;
  display: block;
  text-indent: -9999%;
}
a.app_apple:hover {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
a.app_google:hover {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
a.app_dmm:hover {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
/*
.android .app_icon {
  display: none;
}
*/
.android .app_apple {
  display: none;
}
.android .app_dmm {
  display: none;
}
/*
.iphone .app_icon {
  display: none;
}
*/
.iphone .app_google {
  display: none;
}
.ipad .app_google {
  display: none;
}

.iphone .app_dmm {
  display: none;
}
*/ .ipad .app_btnbox {
  margin-left: 100px;
}
.app_store .store_button {
  display: flex;
  align-items: center;
}
.app_store p:empty {
  display: none;
}

.app_store .app_info {
  padding-left: 10px;
  width: 75%;
}
.app_store .app_name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.mobile .app_store .app_name {
  font-size: 15px;
}
.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);
  max-width: 340px;
}
.mobile .app_store .app_disc {
  min-height: auto;
  height: auto;
}
.post-content .app_summarize h4 {
  border: none;
  margin-top: 0;
}

.app_summarize_detail > div {
  font-weight: bold;
  margin-bottom: 10px;
}

#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 {
  display: block;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid #d1e3e7;
  transition: 0.1s;
}

.post-content .app_summarize .app_summarize_detail a img.app_icon:hover {
  opacity: 0.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: 0.1s;
}

.post-content .app_summarize a.app_detail:hover {
  opacity: 0.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: 0.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: 0.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;
  margin-top: -28px;
  margin-left: -2px;
}

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

.checklists_orange ul {
  padding: 5px;
}

.post-content .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;
  color: rgb(27, 149, 224);
}

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

.v-img {
  margin-bottom: 3px;
}

.aligncenter.v-img {
  margin-bottom: 3px;
}

.h-img {
  margin-right: 3px;
}

.aligncenter.h-img {
  margin-right: 3px;
}


/*アコーディオン*/

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: 0.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 0.1s;
}

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

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

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

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}
/*アコーディオン(子・孫要素用)*/
details > details {
  padding-left: 30px !important;
  min-height: 65px;
  border: none;
}
details[open] > details > summary:after {
  content: "\e933";
  left: 0;
  right: 0;
  width: 14px;
  border-radius: 0;
  background: #fff;
  color: #555;
  border: 1px solid #555;
  top: 11px;
}
details[open] > details > summary {
  background: #fff;
  border: none !important;
  text-align: left;
  color: #555;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
details[open] > details[open] > summary:after {
  content: "\e932";
}
details > details > details {
  padding-left: 30px !important;
  min-height: 65px;
  border: none;
}
details[open] > details > details > summary:after {
  content: "\e933";
  left: 0;
  right: 0;
  width: 14px;
  border-radius: 0;
  background: #fff;
  color: #555;
  border: 1px solid #555;
  top: 11px;
}
details[open] > details > details > summary {
  background: #fff;
  border: none !important;
  text-align: left;
  color: #555;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
details[open] > details[open] > details[open] > summary:after {
  content: "\e932";
}
/*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: 0.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: 0.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: 0.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;
}

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

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

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


.ui_recommend_simple dd:last-child {
  border-bottom: none;
  padding: 8px 0 0px 28px;
}

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


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

.marker_salmon {
  background: linear-gradient(transparent 70%, #ffcaca 70%);
}

.marker_salmon {
  background: linear-gradient(transparent 70%, #ffcaca 70%);
}

.blog-card_ver2 a {
  border-radius: 16px;
  border: 1px solid #d1e3e7;
  transition: 0.1s;
  border-radius: 5px;
  word-wrap: break-word;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  align-items: center;
  border: 1px solid #d6dfe5;
  transition: 0.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: 0.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: 0.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-x: scroll;
}

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

.mobile .scroll_x {
  width: 95vw;
  overflow-x: 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: 0.2rem 0.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: 0.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: 0.8em 1em 0.5em 1em;
  text-decoration: none;
  background: #43a047;
  color: #fff !important;
  border-bottom: solid 6px #00701a;
  border-radius: 60px;
  font-weight: bold;
  transition: 0.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: 0.8em 2em 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 1em;
  text-decoration: none;
  background: #fb7b20;
  color: #fff !important;
  border-bottom: solid 6px #f35104;
  border-radius: 45px;
  font-weight: bold;
  transition: 0.1s;
  width: 80%;
  margin: 1em auto;
  font-size: 17px;
  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: auto;
  justify-content: center;
  align-items: center;
  font-family: "icomoon" !important;
  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: none;
  border-bottom: solid 6px #f35104;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
}

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

#pc_header_menu li a {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.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: 0.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: 0.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: 0.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,
.small.show_article_list_anchor {
  color: var(--link-color) !important;
  padding: 6px !important;
  border-radius: 32px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: none;
  transition: 0.1s;
  display: flex;
  justify-content: right;
  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;
}

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

a {
  font-weight: bold;
}

.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;
  display: flex;
  justify-content: center;
}

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

.pc .partition,
.pc .post-content p.partition {
  font-size: 13px;
}

.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: none;
  border-color: #b9b6b6;
  padding-bottom: 2px;
  border-top: 1px dashed #bbb;
}

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

.nav_left_menu h3,
.nav_left_menu .ac3,
.left_menu_s_new .ac3,
#breadcrumb_cat .left_menu_s_new .nav_left_menu li .ac3 {
  font-size: 13px;
  font-weight: bold;
  background: #f2f2f2;
  color: #333;
  padding: 5px 5px 5px 10px;
}

.left_menu_s h2::after,
.left_menu_s h2::before,
.left_menu_s .ac2::after,
.left_menu_s .ac2::before,
.left_menu_s_new h2::after,
.left_menu_s_new h2::before,
.left_menu_s_new .ac2::after,
.left_menu_s_new .ac2::before {
  background: none;
}
.left_menu_s h2,
.left_menu_s .ac2,
.left_menu_s_new h2,
.left_menu_s_new .ac2 {
  background: var(--h2-bg-color);
  margin-top: 0;
  font-size: 13px;
  border: none;
  margin-bottom: 0;
  text-shadow: none;
  font-weight: bold;
  text-align: left;
  vertical-align: 20%;
  padding: 0.5em 0.8em 0.5em;
  color: #fff;
  position: relative;
  overflow: hidden;
}

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

.mt1 {
  margin-top: 1px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.mr1 {
  margin-right: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.mr2 {
  margin-right: 2px !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;
}

.mt6 {
  margin-top: 6px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.mr6 {
  margin-right: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.mr7 {
  margin-right: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.mr8 {
  margin-right: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.mr9 {
  margin-right: 9px !important;
}

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

.mt11 {
  margin-top: 11px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.ml11 {
  margin-left: 11px !important;
}
.mr11 {
  margin-right: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.ml12 {
  margin-left: 12px !important;
}
.mr12 {
  margin-right: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}
.mb13 {
  margin-bottom: 13px !important;
}
.ml13 {
  margin-left: 13px !important;
}
.mr13 {
  margin-right: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.ml14 {
  margin-left: 14px !important;
}
.mr14 {
  margin-right: 14px !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;
}

.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mr32 {
  margin-right: 32px;
}

.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 .bg_articlebox {
  background-color: #fffef8;
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 12px;
  box-shadow: 1px 1px 1px 0 #dbd7d7;
  font-weight: bold;
}

.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: 0.5em 0.5em 0.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;
}

.ui_recommend_simple {
  padding: 10px;
  background: #fbfff0;
  color: #5e6359;
  border-radius: 6px;
  border: 1px solid #84be4d;
  margin-bottom: 15px;
}
.ui_recommend_simple dt {
  font-weight: bold;
  font-size: 15px;
  color: #3f720d;
  border-bottom: 1px solid #84bd4d;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ui_recommend_simple dd {
  padding: 8px 0 8px 29px;
  position: relative;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dotted #84bd4d;
  font-size: 14px;
}
.ui_recommend_simple dd:before {
  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;
  content: "";
}

.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: 0.5em 0.5em 0.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_article .new_articles_item a,
.new_article .new_articles_item a {
  display: flex;
  width: 100%;
}

.popular_article .thumbnail_wrapper,
.new_article .thumbnail_wrapper {
  display: flex;
  align-items: center;
  width: calc(45% - 8px);
  margin-right: 8px;
  min-height: 60px;
  background-color: #eee;
}

.popular_article .title,
.new_article .title {
  display: flex;
  align-items: center;
  width: 55%;
  font-size: 13px;
}

.popular_article .p_simple .title,
.new_article .p_simple .title {
  width: 100%;
}

.rank_balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 12px;
  background-color: #808080;
  color: #fff;
}

li[data-rank='1'] .rank_balloon {
  background-color: #ffca4b;
}
li[data-rank='2'] .rank_balloon {
  background-color: #bebdbd;
}
li[data-rank='3'] .rank_balloon {
  background-color: #8c4841;
}

.mobile .popular_article .title,
.mobile .new_article .title {
  width: calc(100% - 35px);
}

.popular_article .show_article_list_anchor,
.new_article .show_article_list_anchor {
  border-bottom: none;
  padding: 0;
  box-shadow: none;
  text-align: right;
}

.popular_article .show_article_list_anchor:after,
.new_article .show_article_list_anchor:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #8092a5;
  display: flex;
  align-items: right;
  content: none !important;
}

.popular_article .thumbnail_wrapper img,
.new_article .thumbnail_wrapper img {
  max-width: 100%;
}

.page-template-ranking .popular_article li {
  padding: 8px;
}

.page-template-ranking .popular_article li:first-child {
  border-top: 1px solid #ccc;
}

.page-template-ranking .popular_article li {
  border-bottom: 1px solid #ccc;
}

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: 0.6em;
  transition: all 0.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;
}

.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;
  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;
  -webkit-appearance: none;
  border: 2px solid #555;
}

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

#container .click_copy_button.green {
  color: #fff;
}

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: 11px;
  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: 0.1s;
  border-bottom: 4px solid #198523;
  height: 40px;
}

button.click_copy_button.blue {
  padding: 10px 20px 10px 40px;
  font-size: 11px;
  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: 0.1s;
  border-bottom: 4px solid #027c97;
  height: 40px;
}

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

button.click_copy_button.green:hover {
  opacity: 0.8;
}

button.click_copy_button.blue:hover {
  opacity: 0.8;
}

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: 8px;
  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;
  font-size: 12px;
}

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

#wrap .post-content table.pa2 td,
#wrap .post-content ul.pa2 li,
#wrap ul.pa2.ul_table.th_off li:first-child {
  padding: 4px 2px;
}

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

.post-content table.pa0 td,
.post-content ul.pa0 li:not(:first-child),
ul.pa0.ul_table.th_off li:first-child {
    padding: 0px!important;
}

.post-content table.pa0 th {
    padding: 4px 0px!important;
}

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

.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,
.each span {
  pointer-events: none;
  color: #ff6600 !important;
}

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

.post-content table.ma0,
img.ma0,div.ma0,p.ma0 {
  margin: 0px;
}

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

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

.post-content table .simple_list,
.post-content table .normal_list {
  margin-bottom: 0;
}

.post-content ul.normal_list li {
  list-style: disc;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 14px;
}

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

.mobile .post-content table ul.simple_list li {
  font-size: 11px;
}

.mobile .post-content ul.simple_list li {
  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;
}

.ls01,
ul.ul_table.ls01 li,
ul.ul_table.ls01.th_off li {
  letter-spacing: -0.1em;
}

ul.ul_table.ls01:not(.th_off) li:first-child {
  letter-spacing: 0;
}

.ls015,
ul.ul_table.ls015 li:not(:first-child),
ul.ul_table.ls015.th_off li {
  letter-spacing: -0.15em;
}

ul.ul_table.ls015:not(.th_off) li:first-child {
  letter-spacing: 0;
}

.ls02,
ul.ul_table.ls02 li:not(:first-child),
ul.ul_table.ls02.th_off li {
  letter-spacing: -0.2em;
}

ul.ul_table.ls02:not(.th_off) li:first-child {
  letter-spacing: 0;
}

.lh {
  line-height: 120%;
}

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: 10px;
  color: #777;
  margin: 4px 0 0 0;
  padding: 6px 4px 0 4px;
  border-top: 1px solid #c5d4dc;
  line-height: 120%;
}

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

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: -3px 2px 0px 0px;
  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;
}

ul.chapter_list {
  display: flex;
}
.post-content ul.chapter_list li:first-child
,.post-content ul.chapter_list li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #d6e3f5;
    width: 100%;
    font-size: 12px;
    line-height: normal;
}
.post-content ul.chapter_list li:first-child {
  padding: 0px 0px 0px 20px;
}
.post-content ul.chapter_list li:last-child {
  padding: 0px 20px 0px 0px;
}
.post-content ul.chapter_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #d6e3f5;
  width: 100%;
  font-size: 12px;
  line-height: normal;
}
ul.chapter_list li:first-child a:before
, ul.chapter_list li:last-child a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.chapter_list li:first-child a:before {
  left: 5px;
  padding: 0px;
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_left.png);
}
ul.chapter_list li:last-child a:before {
  right: 5px;
  padding: 0px;
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_right.png);
}
ul.chapter_list li.prepare {
  background-repeat: no-repeat;
  background-size: 15px;
  filter: grayscale(1);
}
ul.chapter_list li.prepare:last-child {
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_right.png);
  background-position: center right 5px;
}
ul.chapter_list li.prepare:first-child {
  background-image: url(/wp-content/uploads/2020/02/icon_arrow_left.png);
  background-position: center left 5px;
}
ul.chapter_list li > * {
  display: block;
  box-sizing: border-box;
  padding: 10px 0px;
  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;
  }
}


body > .layer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  top: 0;
  left: 0;
}

.archive .new_article_table > table {
  margin: 0px 0px 10px 0px;
}

.nav_box {
  position: relative;
  width: 60vw;
  min-width: 850px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.speaker {
  width: 30%;
  position: relative;
  z-index: 20;
}
.bubble {
  width: 100%;
  height: 100%;
  min-height: 80px;
  position: relative;
  margin: 0px 0px 0px -50px;
  background: #fff0c6;
  border-radius: 30px;
  position: relative;
  padding: 8px 15px 3px 50px;
  z-index: 10;
}
.bubble p {
  font-size: 13px!important;
  margin-bottom: 5px!important;
}
.box-search .recruit_button, .header_right_box .recruit_button {
  cursor: pointer;
  background-image: -webkit-linear-gradient( 0deg, rgb(254, 137, 49) 0%, rgb(254, 115, 72) 44%, rgb(254, 93, 94) 100% );
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  font-size: 12px;
  color: white;
  height: fit-content;
  margin-right: 8px;
}

.box-search .recruit_button:hover, .header_right_box .recruit_button:hover {
  color: white;
}

.header_right_box .recruit_button {
  font-size: 11px;
  white-space: nowrap;
  padding: 4px 6px;
  margin-right: 4px;
}

div[class*="iconify_"] {
  border-radius: 11px;
  padding: 0px 5px;
  margin: 0px;
  font-size: 11px;
  font-weight: bold;
  border: solid 2px var(--border-color);
  color: var(--text-color);
  background-color: var(--bg-color);
}

.iconify_jump {
  --border-color: #005809;
  --text-color: #005809;
  --bg-color: #9cffa6;
}
.iconify_fire {
  --border-color: #860000;
  --text-color: #860000;
  --bg-color: #ffbbbb;
}
.iconify_thunder {
  --border-color: #5b6a00;
  --text-color: #5b6a00;
  --bg-color: #f3ffaa;
}
.iconify_ice {
  --border-color: #000482;
  --text-color: #000482;
  --bg-color: #cdcfff;
}
.iconify_holy {
  --border-color: #00596d;
  --text-color: #00596d;
  --bg-color: #abf0ff;
}
.iconify_fear {
  --border-color: #372c5d;
  --text-color: #372c5d;
  --bg-color: #bbb1dc;
}
.iconify_sleep {
  --border-color: #6c356b;
  --text-color: #6c356b;
  --bg-color: #f3b6f1;
}
.iconify_silence {
  --border-color: #21483f;
  --text-color: #21483f;
  --bg-color: #93c8bc;
}
.iconify_poison {
  --border-color: #53009d;
  --text-color: #53009d;
  --bg-color: #dcb5ff;
}
.iconify_death {
  --border-color: #202020;
  --text-color: #d0d0d0;
  --bg-color: #404040;
}
.iconify_scarecrow {
  --border-color: #4b4110;
  --text-color: #4b4110;
  --bg-color: #beb379;
}
.iconify_mushroom {
  --border-color: #611238;
  --text-color: #611238;
  --bg-color: #d9b6c7;
}
.iconify_neutral {
  --border-color: #555;
  --text-color: #555;
  --bg-color: #e9e9e9;
}
.iconify_off {
  --border-color: #00000030;
  --text-color: #00000030;
  --bg-color: #00000030;
}

/* csチーム専用css */
div.side_note
,div.side_note_default
,div.side_note2
,div.side_note2_default {
    margin-bottom: 10px;
    border: solid 2px;
    border-radius: 5px;
    padding: 4px 8px;
}
div.side_note
,div.side_note_default {
border-color: #CF4342;
}
div.side_note2
,div.side_note2_default {
border-color: #191d5c;
}
.side_note div:first-child
,.side_note_default div:first-child
,.side_note2 div:first-child
,.side_note2_default div:first-child {
    width: fit-content;
    margin: -6px 0 0 -10px;
    padding: 3px 12px 2px 6px;
    font-size: 14px;
    border-radius: 5px 0px 15px 0px;
    color: #ffffff;
    font-weight: bold;
}
.side_note div:first-child
,.side_note_default div:first-child {
    background: #CF4342;
}
.side_note2 div:first-child
,.side_note2_default div:first-child {
    background: #191d5c;
}
.side_note div:first-child:before
,.side_note_default div:first-child:before
,.side_note2 div:first-child:before
,.side_note2_default div:first-child:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/wp-content/uploads/2023/12/8129038d0c4f6756177e2f5429a9fd81.webp) no-repeat;
    background-size: contain;
    margin-right: 3px;
    vertical-align: text-bottom;
}
.side_note div,.side_note_default div
,.side_note2 div,.side_note2_default div {
    padding: 4px 8px;
}
.side_note div p,.side_note_default div p
,.side_note2 div p,.side_note2_default div p {
    margin: 0;
    padding: 0;
}
.intro div {
    padding: 4px 16px;
    font-weight: bold;
    font-size: 12px;
}
.intro div p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.side_note div,
.side_note_default div,
.side_note2 div,
.side_note2_default div,
.post-content .side_note p,
.post-content .side_note_default p,
.post-content .side_note2 p,
.post-content .side_note2_default p {
  padding: 8px 0px 4px 0px;
  margin-bottom: 0px;
  font-size: 13px;
}
.intro div:nth-child(n+2), .post-content .intro p {
  padding: 8px 8px 4px 8px;
  font-weight: bold;
  font-size: 12px!important;
  margin-bottom: 0px;
}

.qa_box {
  width: auto;
  margin: 15px auto;
}
.qa_box dt, .qa_box dd, .qa_box h2, .qa_box > div {
  display: flex;
  align-items: center;
}
.qa_box dt {
  margin-bottom: 10px;
}
.post-content .qa_box h2 {
  margin: 0px 0px 10px 0px;
  background-color: #fff;
  padding: 0px;
  font-size: unset;
}
.qa_box dd, .qa_box > div {
  margin-bottom: 0px;
}
.qa_box dt:before, .qa_box h2:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5c49;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}
.qa_box dd:before, .qa_box > div:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6699B7;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}
.qa_box dt div, .qa_box dt div p, .qa_box h2 > div, .qa_box > div > div p {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  line-height: 1.2em;
}
.qa_box dt div, .qa_box h2 div {
  width: auto;
  margin-left: 5px;
}
.qa_box dt div p, .qa_box h2 div p {
  margin: 0px;
}
.qa_box dd div, .qa_box dd div p, .qa_box > div > div, .qa_box > div > div p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.2em;
}
.qa_box dd div, .qa_box > div > div {
  width: auto;
  margin-left: 5px;
}
.qa_box dd div p, .qa_box > div > div p {
  margin: 0px;
}
tr.checked td {
  background-color: #808080;
}
#resetButton {
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
#resetBox {
  display: flex;
  justify-content: flex-end;
}

/* SP版最新コメント一覧_S */
.new_comments_in_article #side_comment.comment_list .top_side_title {
    padding: 9px 15px 9px 10px !important;
    display: flex;
    align-items: center;
}
.new_comments_in_article #side_comment.comment_list .recent_comment_title .icon-icon_comment {
    margin-right: 5px;
    font-size: 25px;
}
.new_comments_in_article #side_comment.comment_list #recentcomments_ul li{
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
.new_comments_in_article #side_comment.comment_list #recentcomments_ul li {
    line-height: 25px;
    list-style: none;
    font-size: 14px;
}
.new_comments_in_article #side_comment.comment_list #recentcomments_ul li .recentcomments_date {
    font-size: 13px;
    color: #656565;
}
/* SP版最新コメント一覧_E */

/*csチーム専用css*/
ul.column2 li{
  width: calc(100%/2);
}
ul.column3 li{
  width: calc(100%/3);
}
ul.column4 li{
  width: calc(100%/4);
}
ul.column5 li{
  width: calc(100%/5);
}
ul.ul_table{
  border: solid #c5d4dc;
  border-width: 1px 0px 0px 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 15px;
  font-size: 12px;
}
#wrap ul.ul_table li {
  text-align: center;
  color: #444;
  font-size: inherit;
  border: solid #c5d4dc;
  border-width: 0px 1px 1px 0px;
  box-sizing: border-box;
  line-height: 1.2em!important;
  padding: 8px 4px 6px;
  word-break: break-all;
  background: #fff;
}
#wrap ul.ul_table li:first-child,
ul.ul_table li:first-child {
  width: 100%;
  font-weight: bold;
  background: #f1f6f7;
  padding: 8px;
  font-size: 12px;
}
ul.ul_table.th_off li:first-child,
#wrap ul.ul_table.th_off li:first-child {
  padding: 8px 4px 6px;
  font-weight: inherit;
  background: inherit;
  font-size: inherit;
}
#wrap .ul_table.font11 li:not(:first-child),
#wrap .ul_table.th_off.font11 li{
  font-size: 11px;
}
#wrap .ul_table.font10 li:not(:first-child),
#wrap .ul_table.th_off.font10 li{
  font-size: 10px;
}
ul.column2.th_off li{
  width: calc(100%/2)!important;
}
ul.column3.th_off li{
  width: calc(100%/3)!important;
}
ul.column4.th_off li{
  width: calc(100%/4)!important;
}
ul.column5.th_off li{
  width: calc(100%/5)!important;
}

.pop_up_tippy{
  font-weight: bold;
  cursor: pointer;
  padding: 2px;
  margin: 0 2px;
  border-bottom: 1px dotted #000000;
  line-height: 1;
  display: inline-block;
}
.pop_up_tippy:after{
  content: "\f002";
  font-family: FontAwesome;
  margin-left: 2px;
}
body .tippy-box{
  background: #2c282c;
  font-size: 12px;
  line-height: 1.5;
  border: 2px solid #2c282c;
}
body .tippy-box .tippy-content{
  border: 2px solid #f6f6f6;
  color: #ffffff;
}
body .tippy-box .tippy-arrow{
  color: #2c282c;
}
body .tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom: -10px;
}
body div[data-tippy_tag]{
  display: none;
}

.quiz_list li {
  border: 1px solid rgb(209, 209, 209);
  margin-bottom: 8px;
}

.qtext {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 16px;
  background-color: rgb(243, 243, 243);
  font-weight: bold;
}

.qtext .q {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(34, 34, 34);
  border-radius: 50%;
}

.atext {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 16px;
}

.atext .a {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(213, 64, 0);
  border-radius: 50%;
  color: rgb(213, 64, 0);
}

.atext .text, .qtext .text {
  margin-left: 8px;
  width: calc(100% - 40px);
  line-height: 1.4;
}

div.chart_ui{border-left: dotted 5px #555; margin-left: 10px; padding: 0px 0px 5px 15px;}
div.chart_ui div.chart_ui{border-left: dotted 5px #555; margin: 35px 0px 20px 10px; padding: 0px 0px 5px 15px;}
p + div.chart_ui div.h3_label{margin-top: 30px;}
h2 + div.chart_ui div.h3_label{margin-top: 25px;}
div.chart_ui div.h3_label{margin-top: 15px;}
div.chart_ui div.h3_label div{position: absolute; margin: -75px 0px 0px -32px; background: #ff5c5f; padding: 4px 10px 4px 10px; border-radius: 10px; font-size: 12px; font-weight: bold; color: #fff;}
div.chart_ui div.h3_label h3{padding: 15px 0px 8px 15px;}
div.chart_ui h3{margin: 0px 0px 15px -25px; padding: 8px 0px 8px 15px; background: #ffeadc; border: none; font-weight: bold;}
div.chart_ui h4{margin: 6px 0px 10px -5px; padding: 4px 0px 4px 8px; text-indent: 0px; background: #eee; border: none; border-radius: 5px; font-weight: bold; font-size: 14px;}
div.chart_ui h4:before{display: none;}
div.chart_ui h5{margin: 6px 0px 10px 0px; border: none; padding: 0px; text-indent: 0px; font-weight: bold; font-size: 14px; color: #444;}
div.chart_ui h5:before {content: "◆"; position: relative; left: -3px; color: #444;}
div.chart_ui p{margin-bottom: 10px;}
div.chart_ui div.h3_label.red div{background: #a20000;}
div.chart_ui div.h3_label.red h3{background: #ffdcdc;}
div.chart_ui div.h3_label.purple div{background: #6f00a2;}
div.chart_ui div.h3_label.purple h3{background: #f9e4ff;}
div.chart_ui div.h3_label.blue div{background: #000fa2;}
div.chart_ui div.h3_label.blue h3{background: #e4e8ff;}
div.chart_ui div.h3_label.green div{background: #245d00;}
div.chart_ui div.h3_label.green h3{background: #ebfad0;}
div.chart_ui div.h3_label.gray div{background: #000;}
div.chart_ui div.h3_label.gray h3{background: #eee;}
div.chart_ui h3.back_red{background: #ffdcdc;}
div.chart_ui h3.back_purple{background: #f9e4ff;}
div.chart_ui h3.back_blue{background: #e4e8ff;}
div.chart_ui h3.back_green{background: #ebfad0;}
div.chart_ui h3.back_gray{background: #eee;}

#wrap ul.ul_table.left li:not(#wrap ul.ul_table.left li:first-child){text-align: left;}
#wrap ul.ul_table.th_off.left li:first-child{text-align: left;}

.post-content ul.highlight_list {
  margin-left: 20px;
  margin-bottom: 10px;
}
.post-content ul.highlight_list > li {
  list-style: disc;
  font-weight: bold;
  font-size: 15px;
}