/*
	Theme Name: Flara navi
	Theme URI: https://wordpress.org/themes/flara_navi/
	Author: Akira Fujita
	Author URI: https://navi.flara.jp/
	Description: Use this template for business blogs.
	Version: 1.0
	Tags: business, blog
	Text Domain: Flara navi
*/

html {
	font-family: "MS Pゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

div.thumbnail {
	margin-bottom: -6px;
}

span.bold {
	color: #cd5c5c;
	font-weight:600;
}

span.os_cta {
	display: block;
	font-size: 12px;
}

.combi_box {
	width: 99.3%;
	margin-bottom: 16px;
	border: 1px solid #B3B3B3;
}

.combi_box table {
	margin: 12px 4px;
}

.combi_box table td {
	border: none;
	margin: 8px;
}

.combi_box_text1 {
	width: 80%;
	border-radius: 16px;
	padding: 16px 8px;
	position: relative;
	background-color: #FFD9B4;
}

.combi_box_text1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px; /* ボックスの外に少し出す */
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px; /* 上 下 左 */
	border-color: transparent transparent transparent #FFD9B4; /* 左側だけ背景色 */
}

.combi_box_text2 {
	width: 80%;
	border-radius: 16px;
	padding: 16px 8px;
	position: relative;
	background-color: #CFCDFF;
}

.combi_box_text2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px; /* ボックスの外に少し出す */
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px; /* 上 下 左 */
	border-color: transparent transparent transparent #CFCDFF; /* 左側だけ背景色 */
}

.combi_box img {
	width: 76%;
	border-radius: 18px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

div.description {
	font-size: 14px;
	margin: 16px 0;
}

.targets_wrap {
	background-color: #FEE2EE;
}

.h3_fv {
	margin-top: 28px;
	font-size: 13px;
}

/* ---------- slideshow---------- */
.slide-container {
	width: 100%;
	margin: 0px auto 16px auto;
	display: flex;
	align-items: center;
	overflow: hidden;
   }
   .slide-wrapper {
	display: flex;
	animation: slide-flow 80s infinite linear 1s both;
   }
   .slide{
	width: 300px !important;
	object-fit:cover;
	border: 1px solid #ddd;
   }
   @keyframes slide-flow {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
   }
   
	.slide-paused:hover .slide-wrapper {
	animation-play-state: paused;
	}
	.slide-paused:hover .slide-wrapper img:hover {
	opacity: .8;
	cursor: grabbing;
	}

  /* ヘッダー部分：中央セル（＜年齢層＞）の下半分に線 */
  .middle-header {
    position: relative;
  }
  .middle-header::before,
  .middle-header::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: #BDBDBD;
  }
  .middle-header::before {
    left: 0;
    bottom: 0;
  }
  .middle-header::after {
    right: 0;
    bottom: 0;
  }
  
  /* データ部分：中央セルの上半分に線 */
  .middle-data {
    position: relative;
  }
  .middle-data::before,
  .middle-data::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #BDBDBD;
  }
  .middle-data::before {
    left: 0;
    top: 0;
  }
  .middle-data::after {
    right: 0;
    top: 0;
  }

/* 共通アニメーション */
@keyframes cta_animation {
  0%, 16%, 32%, 100% {
    box-shadow: 0 3px 0 #757575;
    top: 0px;
  }
  8%, 24% {
    box-shadow: 0 0 0 #757575;
    top: 3px;
  }
}

/* アニメーションを利用するクラス */
.cta_1 {
  animation: cta_animation 2.5s infinite;
  background: #F06D6D;
  color: #FFF;
}

.cta_fv {
	animation: cta_animation 2.5s infinite;
	background: #F06D6D;
	color: #FFF;
  }

.cta_fv:hover {
    text-decoration: none;
}
.cta_fv::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: cta 3s ease-in-out infinite;
}
@-webkit-keyframes cta_fv {
    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; }
}

.cta_fvmini {
	animation: cta_animation 2.5s infinite;
	background: #F06D6D;
	color: #FFF;
  }

.cta_fvmini:hover {
    text-decoration: none;
}
.cta_fvmini::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: cta 3s ease-in-out infinite;
}
@-webkit-keyframes cta_fvmini {
    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; }
}

.banner_summary_top img {
    width: 100%;
    margin: 0;
}

.banner_ranking_top {
    width: 100%;
    margin: 0 0 -20px 0;
    padding: 0;
}

span.tag {
    background: #FEE2EE;
    font-size: 9px;
    padding: 4px 6px;
    margin-bottom: 2px;
    font-weight: 600;
    border-radius: 2px;
}

span.purple {
    color: #5252CC;
    font-weight: 600;
}

label {
    margin: 0;
}

img.wp_img_inread_bottom {
    margin: 16px auto;
}


.guide {
    width: 100%;
    font-weight: 600;
    text-align: center;
    margin: 16px 0;
}

.guide_h3 {
    color: #444;
}

img.wp_img_bottom {
    margin: 12px 0 8px 0;
}

div.grad-wrap {
    min-height: 160px;
    margin-top: 0;
}

.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    width: 140px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #EFEDFF;
    color: #666;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    margin-top: 100px;
    border-radius: 20px;
    font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
    top: auto !important;
    margin-top: -114px !important;
    color: #333 !important;
    --swiper-navigation-size: 16px !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -12px) !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 0px !important;
    position: relative !important;
}

.swiper-pagination-bullet-active {
    background: #5D67A7 !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -12px) !important;
}

.swiper-pagination-bullet {
    background: #383737;
    opacity: unset !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px)) !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

span.red {
    color: #423056;
}

.recommend_block_h3_rectangle {
    width: 57%;
    height: 92px;
    background-color: #E2E7FF;
    margin: 0 0 0 16px;
    display: flex; /* フレックスボックスを有効にする */
    justify-content: center; /* 水平方向に中央配置 */
    align-items: center; /* 垂直方向に中央配置 */
    text-align: center;
    padding: 4px 0 4px 8px;
    font-size: 14px;
    font-weight: 600;
}

.recommend_block_h3_triangle {
    width: 0;
    height: 0;
    border-left: 39px solid #E2E7FF;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}

.cta_1_app {
	color: #4773BA;
    font-size: 12.5px;
    text-align: center;
    margin-bottom: 16px;
}

img.osusume_icon_left {
	width: 14px;
	margin: 0 4px 0 0;
}

img.osusume_icon_right {
	width: 14px;
	margin: 0 0 0 2px;
}

img.kotsu_icon_left {
	width: 14px;
	margin: 0 4px 0 0;
}

img.kotsu_icon_right {
	width: 14px;
	margin: 0 0 0 4px;
}

img.osusume_in_icon_left {
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	margin-right: 8px;
	border-radius: 8px;
}

img.osusume_in_icon_right {
	width: 70px;
	height: 70px;
	display: block;
	float: right;
	margin-left: 8px;
	border-radius: 8px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 0 auto;
}

[class^="tab_item"] {
  width: 17.53%;
  height: 30px;
  background-color: #E6E6E6;
  line-height: 30px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  font-size: clamp(9px, 2.6vw, 14px);
  transition: all 0.2s ease;
  border-radius: 8px;
  box-shadow: 0 2px 0 #D9D9D9;
}
[class^="tab_item"]:hover {
  opacity: 0.75;
}

input[name^="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 0 0 0 0;
}

/* 初期表示 */
#koibito1:checked ~ #koibito1_content,
#partner1:checked ~ #partner1_content,
#shumitomo1:checked ~ #shumitomo1_content,
#nomitomo1:checked ~ #nomitomo1_content,
#asobitomo1:checked ~ #asobitomo1_content {
  display: block;
}

/* 選択されたタブのスタイル */
.tabs input:checked + [class^="tab_item"] {
  background-color: #FFF2E5;
  font-size: 12px;
}

.balloon1 {
  position: relative;
  display: grid;
  margin: 8px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #EFEDFF;
  border-radius: 8px;
}

.balloon1:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: -14px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #EFEDFF;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.ballon {
    position: relative;
    background-color: #E5E9F8;
    text-align: center;
    padding: 12px 22px 4px 22px;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 12px;
}

.ballon4:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #E5E9F8;
    left: -12px;
    top: calc(28% - 12px);
}

.point_v30 {
    width: 80%;
	color: #5f4586;
	font-size: 15px;
    vertical-align: middle;
    z-index: 999;
    position: relative;
    margin: 0 auto -28px 0;
    display: inline-block;
}

.point_v30_content {
    position: relative;
    border: solid 1px #D3D0D0;
    line-height: 1.6;
    padding: 18px 8px 8px 8px;
    margin: -22px 0 16px 0;
    text-align: center;
    letter-spacing: 1.0px;
}

p.point_h2_v30 {
	background-color: #EEEAEC;
	padding: 4px;
	margin: 8px 0 -6px 0;
}

p.point_content_v30 {
	font-size: 13px !important;
	font-weight: 300 !important;
	padding: 4px;
	min-height: 70px;
}

.editor_comment {
	margin: 0 -6px 0 -12px;
}

.guide {
	width: 100%;
	font-weight: 600;
	text-align: center;
	margin: 8px 0 16px 0;
	font-size: 15px;
	color: #5f4586;
}

.guide_h3 {
	background-color: #F4F7FC;
	border-left: 6px solid #E5E6FA;
	margin-bottom: 16px;
	font-weight: 600;
	padding: 4px 4px;
}

.guide_content  {
	margin: 0 0 24px 0;
	font-size: 14px;
}

.guide_content img {
	width: 100%;
}

.age-container {
  display: flex;
  flex-direction: column;
}

.age {
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.age-container {
  display: inline-block;
}

.age {
	width: 25px;
	padding: 8px 4px;
	float: left;
	border-radius: 4px;
	margin: 0 2px;
	font-size: 10px;
	display: inline-block;
}

.age:last-child {
	margin-right: 0;
}

table.article {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
    font-size: 11px;
	margin-top: 12px;
	font-weight: 600;
	border: 0.3px solid #D3D0D0;
	margin-bottom: -12px;
}

table.article tr {
	text-align: center;	
}

table.article th {
	padding: 4px 16px;
	background-color: #EBEBFE;
	width: 50%;
	border: 0.3px solid #D3D0D0;
}

table.article td {
	padding: 8px 4px;
	width: 33%;
	border: 0.3px solid #D3D0D0;
	background-color: #F7F5F5;
}

table.article td a {
	color: #333;
}

td.point {
	text-align: left;

}

span.purpose {
	background-color: #F1D0C9;
	padding: 8px;
	margin: 2px 4px 2px 0;
	border-radius: 6px;
	display: inline-block;
}

table.top3_v30 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}

table.top3_v30 td {
	border: none;
	width: 33.33333333%;
    font-size: 12px;
    font-weight: 600;
}

div.hikaku_v30 {
    overflow-x: auto;
    text-align: center;
    padding: 8px 8px 19px 0;
    background-color: #F4F7FC;
    margin-bottom: 24px;
}

table.hikaku_v30 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	table-layout: fixed;
}

table.hikaku_v30 td {
	width: 108px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FFF;
}

span.hikaku_review_point_v30 {
	font-size: 12px;
	color: #CB5E5E;
	margin: 4px 0 -16px 0;
	display: block;
}

#backToTop {
    position: fixed;
    bottom: 10px;
    right: 8px;
    display: none; /* 最初は隠す */
    z-index: 1000; /* 他の要素より前面に表示 */
    font-size: 12px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

span.official_link {
	font-size: 13px;
	text-align: right;
	display: block;
	margin-top: -4px;
	margin-bottom: 8px;
}

span.official_link a {
	color: #4773BA
}

span.top3_cta {
}

.related_title {
	width: 100% !important;
}

.related_title img {
	width: 100vw !important;
	margin: 8px -8px !important;
	display: block;
}

.smart_img_bg img {
	width: 100% !important;
	margin: 0 !important;
}

label.search {
	font-size: 12px;
}

label.search_v30 {
	font-size: 12px;
}

/* ラベルの基本スタイル */
label.search_v30 {

}

/* チェックボックスを非表示 */
label.search_v30 input[type="checkbox"] {
    display: none; /* チェックボックスを視覚的に非表示にする */
}

/* チェックされた時のラベルのスタイル */
label.search_v30 input[type="checkbox"]:checked + span {
    background-color: #D6DCFB; /* 背景色を変更 */
}

/* ラベル内のテキスト部分のスタイル */
label.search_v30 span {
    display: inline-block; /* チェック時に背景色を切り替えやすくする */
    padding: 8px 0;
    border-radius: 5px;
    background-color: #FFF;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
}

div.search {
	width: 100%;
	background-color: #FFF;
	margin-bottom: 8px;
	padding: 0 0 2px 0;
	text-align: left;
	display: inline-block;
	margin-top: -8px;
}

table.search {
	text-align: left;
	border-collapse: collapse;
	font-size: 11px;
	table-layout: fixed;
	width: 96%;
	margin: 8px;
	box-shadow: 0px 0px 4px #DCDCDC;
}

table.search_v30 td {
	border-radius: 8px;
	border: none;
}

table.search_v30 {
	font-size: 11px;
	table-layout: fixed;
	width: 92%;
	margin: 8px auto;
	border-spacing: 16px;
	background-color: #FFECEF;
    border-radius: 8px;
}

.search_v30 label {

}

img.top3_icon_v30 {
	max-height: 92px;
    max-width: 108px;
}


table.search tr {

}

table.search th,td {
	border: 1px solid #DCDCDC;
}

table.search td {
	padding: 14px 4px;
	word-break: break-all;
}

div.search_h2 {
	text-align: left;
	color: #333;
	font-weight: 600;
	margin-left: 12px;
	margin-bottom: -4px;
	font-size: 13.5px;
	background: linear-gradient(transparent 60%, #FFD5EC 70%);
	width: 230px;
    display: inline-block;
}

input.search {
	color: #FFF;
    border: none;
    font-size: 13px;
    display: block;
    border-radius: 8px;
    text-align: left;
    background-color: #3399FF;
    margin: 0 auto 6px auto;
    padding: 10px 68px;
}

button.search {
	color: #FFF;
    border: none;
    font-size: 14px;
    display: block;
    border-radius: 8px;
    text-align: left;
    background-color: #75A9FF;
    margin: 0 auto 4px auto;
	padding: 14px 68px 12px 68px;
    border-bottom: 3.5px solid #5D99FF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    width: 96%;
    text-align: center;
}

button.search_v30 {
	color: #FFF;
    border: none;
    font-size: 14px;
    display: block;
    border-radius: 8px;
    text-align: left;
    background-color: #F06D6D;
    margin: 0 auto 4px auto;
	padding: 14px 68px 12px 68px;
    border-bottom: 2px solid #757575;
    width: 96%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
}

.header_white {
    background-color: #FFF;
    width: 100%;
    height: 58px;
    margin: -12px 0 -6px 0;
    padding: 8px 0;
}

button.goBackButton {
    background-color: #75A9FF;
	padding: 10px 68px 8px 68px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
   	border-radius: 8px;
  	border: none;
    border-bottom: 3.5px solid #5D99FF;
  	color: #FFF;
  	margin: 16px auto auto auto; /* 左のマージンを自動にして右寄せにする */
  	font-size: 13px;
  	font-weight: 500;
}

.search-results-count {
	background-color: #FFF;
    margin: -8px -16px -26px -16px;
    padding: 0 16px 0px 0px;
}

.search-results-count p {
	text-align: right !important;
	color: #4689FF !important;
}

.arrow-round {
	position: relative;
	display: inline-block;
	top: 10px;
	float: right
}

.arrow-round::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 5px;
  top: 5px;
}

.arrow-round.arrow-top::before {
  transform: rotate(-45deg);
  top: 7px;
}

.back-to-top-btn {
 	text-align: right;
	margin: 16px auto 16px auto;
 }

#back-to-top-btn {
  padding: 8px 16px;
  color: #3C1456;
  line-height: 40px;
  border-radius: 5px;
  font-size: 12px;
}

.mokuteki {
	background-color: #f0fff0;
	padding: 8px 0 32px 0;
	z-index: 0;
	margin-bottom: -16px;
}

table.mokuteki_koikatsu {
	margin: 16px auto 0 auto;
	background-color: #EBF0FF;
}

table.mokuteki_konkatsu {
	margin: 16px auto 0 auto;
	background-color: #FFF1F4;
}

table.mokuteki_koikatsu td {
	width: 140px;
	height: 22px;
	border: none;
	text-align: center;
}

table.mokuteki_konkatsu td {
	width: 140px;
	height: 22px;
	border: none;
	text-align: center;
}

a.mokuteki_title {
	color: #022D8C;
	font-size: 14px;
}

table.mokuteki_koikatsu img {
	width: 100px;
	height: auto;
	margin: 0 auto;
}

table.mokuteki_konkatsu img {
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.mokuteki_koikatsu {
	margin: 16px 16px 0 16px;
	background-color: #EBF0FF;
}

.mokuteki_konkatsu {
	margin: 16px 16px 0 16px;
	background-color: #FFF1F4;
}

span.search_videobox {
    margin: auto;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
}

span.eighteen_bottom {
	font-size: 8px;
	display: block;
    margin-bottom: -12px;
    font-weight: 300;
}

span.eighteen {
	color: #333;
	font-size: 10px;
	display: inline-block;
	font-weight: 300;
	margin-left: 6px;
}

span.happymail_videobox {
margin: 56px;
text-align: center;
margin-bottom: 16px;
margin-top: 0;
display: block;
}

img.review_icon {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    float: left;
}

.review_h4 {
	display: inline-block;
	padding-left: 8px;
}

img.wp_img_icon_label {
	width: 40px;
	position: absolute;
	left: 128px;
	top: 4px;
}

.wp_img_icon_label {
    transform: scale(1); /* アニメーション開始時のサイズ */
    animation: scalePulse 0.7s infinite alternate; /* アニメーションの適用 */
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8); /* 50%の時点でサイズを90%に縮小 */
    }
    100% {
        transform: scale(1.1); /* 最後は元のサイズに戻す */
    }
}

img.wp_img_icon_label_main {
	width: 40px;
	position: absolute;
	left: 42px;
	top: 0px;
}

.wp_img_icon_label_main {
    transform: scale(1); /* アニメーション開始時のサイズ */
    animation: scalePulse 0.7s infinite alternate; /* アニメーションの適用 */
}

@keyframes scalePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8); /* 50%の時点でサイズを90%に縮小 */
    }
    100% {
        transform: scale(1.1); /* 最後は元のサイズに戻す */
    }
}

p.pr {
	background-color: #fff8fc;
  margin: 0;
  height: 28px;
  text-align: right;
}

span.pr {
	text-align: right;
	font-size: 11px;
  display: inline-block;
  margin-right: 8px;
  color: #ef6161;
  padding: 0 4px;
  border-radius: 2px;
  border: 1px solid #ef6161;
}

p.pr_search {
	background-color: #FFF;
  margin: -4px 0 -16px 0;
  text-align: right !important;
}

span.pr_search {
	text-align: right;
	font-size: 11px;
  display: inline-block;
  margin-right: 8px;
  background-color: #555;
  color: #FFF;
  padding: 0 8px;
  border-radius: 4px;
}

h2.nb_name {
margin-top: 22px;
text-decoration: none;
}

div.nb_content_ranking_first {
    margin: 0 12px 44px 12px !important;
}

.container {
	background-color: #FFF;
}

.ranking_space {
	height: 10px;
	background-color: #EEEEEE;
	margin: 0 -24px;
}

img.attachment-post-thumbnail {
	width: 100%;
	height: auto;
}

div.appstore_cta {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 16px;
}

div.appstore_cta img {
	width: 48%;
}

div.combination_1_2 {
	height: 278px;
	margin: 0 -16px;
	padding: 16px 0;
	text-align: center;
	background-color: #FFF;
}

table.combination_1_2 {
	width: 185px;
	border-collapse: collapse;
	top: -180px;
	position: relative;
  display: inline-table;
}

table.combination_1_2 td {
	border: none;
  margin-bottom: -12px;
  display: inline-table;
}

img.combination_1_2 {
	width: 370px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

table.combination_1_2 img {
	width: 68px;
	border-radius: 14px;
}

table.combination_1_2 h2 {
	font-size: 12px;
}

table.combination_1_2 h3 {
	font-size: 10px;
	margin: 34px 0px 0 0px;
  padding: 0 24px 0 29px;
}

span.tag {
	display: inline-block;
  color: #333;
}

span.attention {
	color: #777;
	font-size: 12px;
}

span.slider_name {
	font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  display: inline-block;
}

table.info {
	margin: 16px auto 0 auto;
	text-align: center;
	border-collapse:collapse;
	width: 100%;
	font-size: 12px;
}

table.info th {
	background-color: #8EB8FF;
	color: #FFF;
}

table.info th,table.info td {
	border: 1px solid #75A9FF;
	padding: 4px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.ext_ranking_top {
	width: 100%;
	margin: 0 -16px;
	padding: 16px 16px 8px 16px;
	background-color: #FFF;
}

.ext_ranking_top img {
	width: 100%;
}

.banner_ranking_top img {
	width: 100%;
	display: block;
}

.banner_summary_top {
	width: 100%;
}

.banner_summary_top img {
	display: block;
}

.banner_thumbnail {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 8px;
	padding-top: 4px;
}

.banner_thumbnail img {
	width: 100%;
	display: block;
	margin-top: -10px;
}

span.icon_slider_h2 {
  animation: blink 1s infinite;
}

.arrow-round {
	position: relative;
	display: inline-block;
	top: 10px;
	float: right
}

.arrow-round::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 5px;
  top: 5px;
}

.arrow-round.arrow-top::before {
  transform: rotate(-45deg);
  top: 7px;
}

.recommend_content {
	padding: 12px 8px;
	border-bottom: 1px solid #DDD;
	font-size: 13px;
}

.recommend_pc h2 {
	padding: 8px 0 !important;
}

.recommend_pc li {
	margin: 0 !important;
}

.viewthrough {
	margin: 8px 0 16px 0;
}

.viewthrough video {
	border: none;
	margin-bottom: 30px;
}

.arrow {
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 8px auto;
	padding: 0 0 0 22px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 2.5px;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
}

.arrow_point::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ff6a6a;
	margin-top: 0;
}
.arrow_point::after{
    top: 8px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.balloon {
	font-size: 14px;
	position: relative;
	width: 1.0em;
	height: 0.8em;
	background-color: #5ab9ff;
	border-radius: 1.0em / 0.8em;
	float: left;
    top: 3px;
    margin-right: 4px;
}

.summary .balloon {
	font-size: 12px;
  top: 1px;
	margin-right: 2px;
}

/* ▼ */
.balloon::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.2em;
	width: 0;
	height: 0;
	border-right: 0.2em solid transparent;
	border-left: 0.2em solid transparent;
	border-top: 0.6em solid #5ab9ff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

h2.ranking_other {
	color:#333;
	text-decoration: none;
	padding: 0 0 8px 16px;
	background-color: #FFF;
	margin-top: 16px;
}

h2.ranking_other_top {
	color:#333;
	text-decoration: none;
	padding: 0 0 8px 16px;
	background-color: #FFF;
	margin-top: 16px;
}

li.ranking_other {
	padding: 0;
}

table.appseek_price_table {
	margin: 0 0 20px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

table.appseek_price_table th {
	padding: 4px 0;
	border: 1px solid #BBBBBB;
}

table.appseek_price_table td {
	padding: 4px 0;
	background-color: #FFFFF0;
	border: 1px solid #BBBBBB;
	height: 32px;
	line-height: 1.3;
	font-size: 12px;
}

tr.appseek_price_table_th_top {
	background-color: #ffa337;
	color: #FFF;
	border: 1px solid #BBBBBB;
	font-size: 15px;
}

tr.appseek_price_table_th_main {
	background-color: #F0FFFF;
	font-size: 12px;
	border: 1px solid #BBBBBB;
}

td.appseek_price_table_td_1 {
	width: 20%;
}

td.appseek_price_table_td_2 {
	width: 50%;
}

td.appseek_price_table_td_3 {
	width: 30%;
}

span.appseek_price_table {
	font-size: 11px;
	color: red;
}

div.cta_upper {
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
	color: #FFF;
}

div.grad-wrap {
	min-height: 160px;
	margin-top: -20px;
}

img.attachment-thumbnail, size-thumbnail, wp-post-image {
	width: 100%;
	height: auto;
}

img.img_article_list {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 8px;
}

div.recommend {
	background-color: #FFF;
	padding: 1px 8px 16px 8px;
}

div.top_list {
	margin: 16px 16px;
	background-color: #fff;
}

div.top_list_ranking {
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
	padding-bottom: 12px;
}

div.app_categories {
	margin: 0 24px;
}

div.app_genre {
	margin-bottom: 8px;
	font-weight: 600;
}

label {
line-height: 1.6;
margin-right: 4px;
}

div.icon_slider {
    overflow-x: auto;
    text-align: center;
    margin: 10px 0 -2px 0;
}

table.icon_slider {
	width: 100%;
	height: 142px;
  border-collapse: collapse !important;
  table-layout: fixed;
  display: block;
  background-color: #FFF;
  overflow-x: auto;
  padding: 0 8px;
}

table.icon_slider td {
    padding: 0 6px;
    background: #FFF;
    border: none;
    vertical-align: top;
    text-align: center;
}

table.icon_slider li {
	padding: 12px 0;
}

img.wp_img_icon_slider {
    height: 100px;
    float: left;
}

ol.targets {
	padding: 0;
	list-style: none;
	counter-reset: li;
}

ol.targets_top {
	padding: 0;
	list-style: none;
	counter-reset: li;
	margin: 0 -16px;
}

ol.targets_icon_slider {
	padding: 0;
	list-style: none;
	counter-reset: li;
	margin: 0 -16px;
	height: 120px;
}

ul.nth_type {
	padding-left: 0;
}

li.target {
	padding: 0;
	position: relative;
}

li.target_noranks {
	padding: 0;
	position: relative;
}

li.target_noranks_matome {
	padding: 0;
	position: relative;
	border-bottom: 1px solid #DDD;
}

li.target:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #FF9933;
	font-size: 17px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	z-index: 99;
}

li.target_matome {
	padding: 0;
	position: relative;
	border-bottom: 1px solid #DDD;
}

li.target_matome:before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 5px;
	top: 5px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #FF9933;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	z-index: 99;
}

li.target_matome_top {
	padding: 0;
	position: relative;
	border-bottom: 1px solid #DDD;
	padding-bottom: 24px;
  background: #FFF;
}

li.target_matome_top:last-child {
	padding: 0;
	position: relative;
	border-bottom: none;
	padding-bottom: 12px;
  background: #FFF;
}

li.target_matome_middle {
	padding: 0;
	position: relative;
	border-bottom: 1px solid #DDD;
	padding-bottom: 32px;
  background: #FFF;
}

li.target_matome_middle:last-child {
	padding: 0;
	position: relative;
	border-bottom: none;
	padding-bottom: 12px;
  background: #FFF;
}

li.target_related_service {
	padding: 0;
	position: relative;
}

.nth_type li:nth-of-type(1)::before{
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.nth_type li:nth-of-type(2)::before{
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

.nth_type li:nth-of-type(3)::before{
	background: linear-gradient(45deg, #815a2b 0%, #815a2b 45%, #CC6600 70%, #993300 85%, #815a2b 90% 100%);
}

span.input {
	color: #424242;
	font-size: 13px;
}

.button_left{
	width: 50%;
	height: 40px;
	float: left;
	font-size: 13px;
	border: none;
	font-weight: 600;
	background-color: #EEEEEE;
	color: #333;
}

.button_right{
	width: 50%;
	height: 40px;
	font-size: 13px;
	border: 1px solid;
	border: none;
	font-weight: 600;
	background-color: #EEEEEE;
	color: #333;
}

/*
input, select, button {
  -webkit-appearance: none;
  appearance: none;
}
*/

div.genre {
	margin-left: 26px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
}

div.select_box {
	width: 100%;
    position: relative;
}

.select_box:after {
	content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
  margin-right: 30px;
}

.select_box {
	width: 90%;
	height: 40px;
	display: block;
	margin: 0 auto 12px auto;
	border: none;
	font-size: 13px;
	border-radius: 20px;
	text-align: center;
}

.submit {
	width: 90%;
	height: 40px;
	background-color: #2C7CFF;
	color: #FFF;
	border: none;
	font-size: 13px;
	display: block;
	margin: 4px auto 16px auto;
	border-radius: 20px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 120px; /*隠した状態の高さ*/
  padding-bottom: 16px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.grad-item_dating {
  position: relative;
  overflow: hidden;
  height: 140px; /*隠した状態の高さ*/
}
.grad-item_dating::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-trigger:checked ~ .grad-item_dating {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item_dating::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    left: 0;
    width: 140px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #444444;
    color: #fff;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    margin-top: 100px;
    border-radius: 20px;
}

body {
	color: #333;
    font-size: 15px;
	margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1 {
	margin-top: 0;
	font-weight: bold;
    font-size: 22px;
    color: #424242;
    padding: 0 16px;
    text-align: left;
    padding-top: 24px;
}

h1.post {
	text-align: left;
    font-size: 20px;
    background-color: #FFF;
	margin-bottom: 4px;
}

h1.tags {
	text-align: left;
}

h1.tags a {
	text-decoration: none;
	pointer-events: none;
	color: #7B7B7B;
}

h1.category {
	text-align: left;
}

h2 {
	margin: 0;
	text-decoration: underline;
	color: #1E90FF;
	counter-reset:li;
	font-size: 18px;
}

h2.matome {
	font-size: 14px;
	display: block;
	height: 70px;
}

h2.matome_top {
	font-size: 16px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #8B0CEC;
}

h2 p {
	font-size: 24px !important;
	margin: 0;
}

h2.related {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 16px;
	background-color: #fff;
	border: none;
	text-align: center;
	color: #7B7B7B;
}

h2.article_h2 {
	font-size: 22px;
	color: #333;
	text-decoration: none;
	padding-left: 12px;
	border-left: 4px solid #FF3333;
	margin-bottom: 16px;
	margin-top: 24px;
}

.icon_slider_h2 {
	background-color: #FF82B2;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: 600;
    padding: 2px 0;
    font-size: 14px;
}

h3 {
	font-size: 16.5px;
	font-weight: bold;
	color: #494949;
	text-align: left;
	margin-bottom: 0;
	counter-reset:li;
}

h3.article_h3 {
    position: relative;
    padding: 0.6rem;
    border-radius: 30px;
    background-color: #FFDFE4;
    color: #333;
    font-weight: bold;
    font-size: 13.5px;
    margin: 0 0 16px 0;
    text-align: center;
}

h3.article_h3:before {
    position: absolute;
    top: 100%;
    left: 40px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FFDFE4;
    border-width: 8px;
    content: "";
}

h4 {
	position: relative;
	margin: 6px 0 -6px 0px;
	font-size: 14px;
}

img.wp_img_related {
	width: 100%;
}

img.wp_img_icon {
width: auto;
height: 88px;
float: left;
margin-right: 16px;
margin-bottom: 16px;
border-radius: 19px;
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

img.wp_img_icon_matome {
	height: 62px;
	float: left;
	margin-right: 8px;
	margin-bottom: 16px;
}

img.wp_img_icon_matome_top {
    width: 90px;
    float: left;
    margin: 2px 12px 16px 0;
}

img.wp_img_rec {
	width: 100%;
	margin-bottom: -8px;
	margin-top: 8px;
}

img.wp_img_main {
	width: 100%;
	margin-bottom: 12px;
	margin-top: 8px;
	max-width: 600px;
}

img.wp_img_inread {
	width: 100%;
	margin: 16px auto;
	max-width: 600px;
	display: block;
}

img.wp_img_inread_bottom {
	width: 100%;
	margin: 8px auto 16px auto;
	max-width: 600px;
	display: block;
}

img.wp_img_bottom {
	width: 100%;
	margin-bottom: 16px;
	max-width: 600px;
}

img.wp_img_ranking {
	width: 45px;
	float: left;
	padding-right: 8px;
}

img.header_sp {
	width: 177.46px;
    height: 32px;
    padding: 0;
    margin: -4px 0;
}

img.thumbnail-img {
	width: 100%;
	height: auto;
	padding: 24px 0;
}

a {
	position: relative;
	color: #3DADFF;
	text-decoration: underline;
	word-break: break-all;
}

.cta {
font-size: 16px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 100%;
padding: 20px 0;
text-decoration: none;
position: relative;
background: linear-gradient(to right, #C257FC, #4CB0F9 160%);
border-radius: 40px;
overflow: hidden;
box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
    margin-bottom: 12px;
}

.cta_fra {
font-size: 12px;
display: inline-block;
text-align: center;
width: 100%;
padding: 4px 0;
text-decoration: none;
position: relative;
background: #A8ABFF;
overflow: hidden;
color: #333;
}

a.cta_text {
display: inline-block;
text-align: center;
color: #3DADFF;
width: 100%;
margin-top: 16px;
text-decoration: underline;
font-size: 18px;
}

.cta_1 {
font-size: 14px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 160px;
padding: 14px 0;
text-decoration: none;
position: relative;
border-radius: 40px;
overflow: hidden;
margin: 0 auto 18px auto;
box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
display: block;
}

.cta_1_upper {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.cta_fv {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding: 17px 0;
	text-decoration: none;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	margin: 0 auto 8px auto;
	box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
	display: block;
}

.cta_fv_upper {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.cta_fvmini {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	width: 70px;
	padding: 8px 0;
	text-decoration: none;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	margin: 16px 0 16px auto;
	box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
	display: block;
}

.cta_top_v30 {
font-size: 16px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 96%;
padding: 20px 0;
text-decoration: none;
position: relative;
background: linear-gradient(to right, #C257FC, #4CB0F9 160%);
border-radius: 40px;
overflow: hidden;
margin: 0 auto 18px auto;
box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
display: block;
letter-spacing: 1.1px;
}

.cta_top_v30_upper {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

a.download {
text-decoration: none;
color: #FFF;
}

.cta:hover {
    text-decoration: none;
    color: #fff;
}
.cta::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: cta 3s ease-in-out infinite;
}
@-webkit-keyframes cta {
    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; }
}

.cta_1:hover {
    text-decoration: none;
}
.cta_1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: cta 3s ease-in-out infinite;
}
@-webkit-keyframes cta_1 {
    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; }
}

.cta_top_v30:hover {
    text-decoration: none;
    color: #fff;
}
.cta_top_v30::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
}
@-webkit-keyframes cta_top_v30 {
    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; }
}

li {
	list-style: none;
}

/*
li a {
	letter-spacing: 1.0px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
*/

div.header {
	text-align: center;
	width: 100%;
	background-color: #FFF;
}

div.header_container {
	display: inline-block;
	width: 100%;
	margin-bottom: -12px;
	text-align: left;
}

div.main {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #444;
	width: 100%;
}

div.article_main {
	padding: 0 16px 16px 16px;
	background-color: #FFF;
}

p.description {
	color: #666 !important;
	margin-top: 12px;
	font-size: 13.5px !important;
}

ol.page-contents {
	padding: 16px;
	background-color: #F3F3F3;
	display: inline-block;
}

ol.page-contents a {
	color: #333;
	font-size: 14px;
	text-decoration: underline;
}

p.page-contents {
	margin: 0 0 8px 0;
	font-weight: 600;
}

li.page-contents {
	padding: 0;
}

div.content_related {
	margin-top: 28px;
	margin-bottom: 16px;
  font-size: 17px; 
  font-weight: 300;
  text-align: left;
}

div.content_related p {
    text-align: left;
    color: #333;
	margin-bottom: 30px;
}

div.content_post {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    color: #262626;
}

div.content_post p {
    font-size: 14.5px;
    text-align: left;
    color: #262626;
    letter-spacing: 0.2px;
    line-height: 1.65;
}

div.grad-item p {
    line-height: 1.8;
}

div.grad-item_dating p {
    line-height: 1.8;
}

div.content_ranking_icon_slider {
	width: 120px;
}

div.content_ranking_icon_slider_icon {
	height: 100px;
  vertical-align: middle;
  display: table-cell;
}

a.content_ranking_icon_slider {
	width: 74px;
}

div.content_ranking_icon_slider {
	float: left;
}

div.app_info_matome {
	height: 100px;
}

div.download {
text-align: center;
background-color: #FF3333;
width: 72px;
float: right;
color: #FFF;
border-radius: 20px;
margin-top: 12px;
font-size: 15px;
padding: 6px 14px;
font-weight: bold;
letter-spacing: 1.0px;
overflow: hidden;
position: relative;
}

div.ranking_icon {
	float: left;
	margin: 0 8px 0 0;
	width: 50px;
	text-align: center;
}

div.ranking_icon_jump {
	float: left;
	margin: 16px 8px 0 0;
	width: 50px;
	text-align: center;
}

.target_matome_top_icon {
	height: 98px;
	display: flex;
	align-items: center;
  float: left;
}

img.rank {
	width: 50px;
	height: 50px;
	margin: 0 0 -16px -10px;
}

img.rank_main {
	width: 50px;
	height: 50px;
	margin: 0 16px 16px 0;
	float: left;
	display: block;
}

div.summary {
	margin: -8px 0 0 160px;
}

div.summary p {
	font-size: 11px;
	color: #666;
	line-height: 1.2;
}

div.point {
	position: relative;
	border: solid 2px #A8ABFF;
	line-height: 1.6;
	padding: 0.4em 0.5em;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: 1.0px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

div.point_h3 {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	height: 32px;
	display: table;
	width: 100%;
	margin-top: 16px;
}

div.point_p {
    background-color: #A8ABFF;
	display: table-cell;
	vertical-align: middle;
    border: solid 2px #A8ABFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

div.point_inline {
	text-align: left;
	letter-spacing: 0;
}

div.point_inline p {
	font-weight: 600;
	font-size: 14px;
}

div.app_img_rec {
	text-align: center;
	margin-bottom: -16px;
}

div.app_img_rec_bottom {
	text-align: center;
  margin-bottom: -8px;
}

div.tag {
display: inline-block;
font-size: 10.5px;
margin-left: 2px;
margin-top: 8px;
margin-bottom: -2px;
color: #333;/*文字色*/
background-color: #E6FFE9;
padding: 3px 6px;/*文字周りの余白*/
}

div.star {
font-size: 16px;
color: #ffb800;
margin-left: 92px;
margin-top: 4px;
}

div.content_ranking {
	background-color: #FFFDFA;
    padding: 8px 16px 4px 16px;
	margin-bottom: 16px;
	border: 1px solid #D9D9D9;
}

div.content_ranking_matome {
background-color: #FFF;
padding: 16px 16px 0 4px;
}

div.content_ranking_matome_2 {
	margin: 0 4px;
}

div.wrapper_game {
	margin-bottom: 12px;
	padding-bottom: 8px;
	position: relative;
	background: #FFECEF;
}

div.review {
  padding: 0.5em;
  margin-bottom: 16px;
  padding: 10px 42px 2px 42px;
}

div.review_game {
    padding: 0px 16px;
}
.review_img_wrap {
	float: left;
    width: 366px;
    max-width: 88px;
    margin-right: 16px;
}

span.review_age {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-top: 4px;
}

div.review_h {
  position: relative;
  background: #f1f8ff;
  padding: 4px 12px;
  border-left: solid 3em #5c9ee7;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #DDD;
}

div.review_h_game {
  position: relative;
  background: #f1f8ff;
  padding: 4px 12px;
  border-left: solid 0.5em #5c9ee7;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 12px;
}

div.review_h_v30 {
	color: #7972FF;
	text-align: center;
	width: 80%;
	margin: 0 auto 16px auto;
	position: relative;
	padding: 4px 12px;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px dashed #7972FF;
}

div.sponsored {
	text-align: center;
	color: #999999;
	font-weight: 300;
	font-size: 12px;
	margin-top: 36px;
}

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

#footer_border {
	margin-bottom: 26px;
}

footer {
	font-size: 12px;
	background: #000;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 24px 0 24px 0;
	width: 100%;
}

footer p {
	font-size: 12px;
	margin-top: 8px;
}

footer a {
	text-decoration: none;
}

div.footer {
	display: inline-block;
}

div.copyright {
	background-color: #000;
}

ul.footer li {
	list-style: none;
	float: left;
}

ul.footer li a {
	color: #FFF;
	font-weight: 400;
}

ul.footer li:first-child {
	margin: 0 0 0 0;
}

ul.footer {
	padding-left: 0;
}

p.header {
	float: left;
	margin-top: 12px;
	margin-left: 32px;
}

p.point {
font-weight: bold;
margin: 4px 0;
line-height: 1.4 !important;
}

p.point:before {
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f138\ ';
  font-size: 1.4em;
  left: 0.25em;
  top: 0.5em;
  color: #ff6a6a;
}

p.review {
	margin-top: 4px;
	font-size: 13px !important;
	display: inline-block;
}

p.time {
	font-size: 13px;
	margin-top: 0px;
	text-align: left;
	padding-left: 16px;
}

p.time_post {
	font-size: 12px;
	text-align: left;
	padding: 4px 4px 0 8px;
	background-color: #fff8fc;
	margin-top: 0;
	color: #333;
	float: left;
	margin-bottom: 4px;
}

p.cat_related {
	font-size: 13px;
	padding-right: 16px;
	margin-top: -34px;
	float: right;
}

p.cat_related a {
	text-decoration: none;
}

.tag_list {
	display: block;
	margin-left: 66px;
}

span.app_star {
	font-size: 14px;
    color: #ffb800;
    display: block;
}

span.star {
	font-size: 16px;
	color: #ffb800;
}

span.red {
font-weight: bold;
}

span.black {
	color: #333;
	font-size: 14px;
	margin-left: 4px;
}

span.underline {
  background: linear-gradient(transparent 76%, #FFC9D5 76%);
  font-weight: bold;
  font-size: 16px;
}

.twitter-share-button {
	float: right;
	padding-right: 16px;
	margin-top: -41px;
}

.combo_banner {
	width: 100%;
	text-align: center;
	margin: 8px 0 4px 0;
	background-color: #E5E6FA;
}

/* Media Queries */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

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

img.combo_banner {
	width: 300px;
}

.combo_banner_content {
	width: 280px;
	text-align: center;
	margin: -168px auto 28px auto;
	background-color: #E5E6FA;
}

table.combo_banner_content td {
	border: none;
	vertical-align: top;
}

.combo_banner_content img {
	width: 98px;
}

.combo_banner_cta {
	font-size: 8px;
	display: inline-block;
	width: 110px;
	padding: 6px 0;
	background: #9873FF;
	color: #FFF;
	margin-top: -2px;
	font-weight: 600;
}

}

/* Media Queries - Samsung Galaxy S8+ */
@media screen and (min-width: 360px) and (max-width: 389px) {

img.combo_banner {
	width: 328px;
}

.combo_banner_content {
	width: 320px;
	text-align: center;
	margin: -178px auto 30px auto;
	background-color: #E5E6FA;
}

table.combo_banner_content td {
	border: none;
	vertical-align: top;
}

.combo_banner_content img {
	width: 108px;
}

.combo_banner_cta {
	font-size: 8px;
	display: inline-block;
	width: 110px;
	padding: 6px 0;
	background: #9873FF;
	color: #FFF;
	margin-top: -2px;
	font-weight: 600;
}

}

/* Media Queries - iPhone 12 Pro */
@media screen and (min-width: 390px) and (max-width: 429px) {

img.combo_banner {
	width: 358px;
}

.combo_banner_content {
	width: 358px;
	text-align: center;
	margin: -194px auto 40px auto;
	background-color: #E5E6FA;
}

table.combo_banner_content td {
	border: none;
	vertical-align: top;
}

.combo_banner_content img {
	width: 118px;
}

.combo_banner_cta {
	font-size: 8px;
	display: inline-block;
	width: 118px;
	padding: 6px 0;
	background: #9873FF;
	color: #FFF;
	margin-top: -2px;
	font-weight: 600;
}

}

/* Media Queries - iPhone 14 Pro Max */
@media screen and (min-width: 430px) and (max-width: 743px) {

img.combo_banner {
	width: 402px;
}

.combo_banner_content {
	width: 400px;
	text-align: center;
	margin: -216px auto 40px auto;
	background-color: #E5E6FA;
}

table.combo_banner_content td {
	border: none;
	vertical-align: top;
}

.combo_banner_content img {
	width: 136px;
}

.combo_banner_cta {
	font-size: 8px;
	display: inline-block;
	width: 136px;
	padding: 6px 0;
	background: #9873FF;
	color: #FFF;
	margin-top: -2px;
	font-weight: 600;
}

}

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

li.target_matome {
	margin: 0 -16px;
}

li.target_matome_middle {
	margin: 0 -16px;
}

ul.nth_type_footer {
	margin: 0 -16px;	
}

li.target_related_service {
	margin: 0 -16px;
}

li.target_noranks {
	margin: 0 -16px;
}

li.target_noranks_matome {
	margin: 0 -16px;
}

h1 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	color: #424242;
	padding: 0 16px;
	text-align: left;
	padding-top: 8px;
	background-color: #FFF;
}

h1.post {
	text-align: left;
  font-size: 17px;
  padding-top: 12px;
  padding-bottom: 2px;
	background-color: #FFF;
	margin-bottom: 4px;
}

h2 {
	font-size: 17px;
}

h2 p {
	font-size: 20px !important;
	margin: 0;
}

h2.ranking_other {
	margin: 16px -16px 0 -16px;
}

h2.ranking_other_top {
	margin: 16px 0 -10px -16px;
}

li.ranking_other {
	margin: 0 -16px;
}

div.header_container {
	padding: 4px 0 0 0;
  margin-bottom: -4px;
}

img.header {
	width: 108px;
    margin: 0 auto;
    display: block;
}

p.header {
	display: none;
}

div.nav-menu {
	display: none;
}

div.recommend {
	margin: 0 -16px;
}

ul {
	padding-left: 0;
}

li {
	padding: 16px 3px;
}

div.picks {
	padding: 30px 0 0 0;
}

div.wrap {
	margin-bottom: 10px;
	padding: 0 8px 30px 8px;
}

div.wrap_picks {
	margin-bottom: 30px;
	padding: 0 8px 30px 8px;
}

a.permalink {
	font-size: 14px;
}

p.time {
	font-size: 14px;
}

div.content_related {
	padding: 0 16px;
    line-height: 1.8;
}

div.content_post {
    font-size: 16px;
}

div.related {
	padding-bottom: 16px;
}

div.search_border {
    margin-left: 16px;
}

div.footer {

}

div.footer_about {
	padding: 8px 16px;
}

div.footer_portfolio {
	padding: 8px 16px;
}

div.footer_twitter {
	padding: 8px 16px;
}

div.footer_border {
    margin: 30px auto -20px 0;
}

img.wp_img_related {
	width: 90%;
	height: auto;
	margin-top: 16px;
	float: none;
	padding: 0;
	padding-left: 4px;
}

div.content_related {
	margin-top: 0;
}

ol.page-contents {
	padding: 16px;
	background-color: #F3F3F3;
	display: block;
}

}

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

div.monthly-image {
	margin-bottom: 12px;
}

img.top3_icon_v30 {
	max-height: 128px;
    max-width: 108px;
}

.age {
	padding: 8px 12px;
}

.search-results-count {
	margin: -16px 0 0 0 !important;
}

.target_noranks {
	margin: -16px 0 0 0 !important;
}

.combo_banner {
	margin-top: 0;
}

img.combo_banner {
	width: 510px;
}

.combo_banner_content {
	width: 510px;
	text-align: center;
	margin: -270px auto 50px auto;
	background-color: #E5E6FA;
}

table.combo_banner_content td {
	border: none;
	vertical-align: top;
}

.combo_banner_content img {
	width: 160px;
}

.combo_banner_cta {
	font-size: 8px;
	display: inline-block;
	width: 160px;
	padding: 12px 0;
	background: #9873FF;
	color: #FFF;
	margin-top: 8px;
	font-weight: 600;
}

.mokuteki_koikatsu {

}

.banner_summary_top img {
    width: 100%;
    margin: 0;
}

.related_title img {
	width: 100% !important;
    margin: 8px 0 !important;
}

div.combination_1_2 {
	margin: 0 0;
}

.related_title {
	margin: 0 0 -15px 0 !important;
	width: 100% !important;
}

.banner_thumbnail img {
	margin-top: -4px;
}

h2.ranking_other_top {
	padding-left: 0;
}

.banner_ranking_top {
	width: 100%;
	margin: 0;
}

.banner_ranking_top img {
	width: 100%;
}


.ext_ranking_top {
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

ol.targets_top {
	margin: 0;
}

div.container {
	max-width: 540px;
	margin: 0 auto;
}

div.top_list_ranking {
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
	padding-bottom: 28px;
}

div.app_categories {
	margin: 0;
}

div.header {
	background-color: #FFF;
}

div.top_main {
	width: 800px;
	margin: 0 auto;
}

div.top_main_recommend {
	width: 100%;
	margin: 0 auto;
}

li.target {
	padding: 0;
	margin: 0;
	position: relative;
}

div.header_container {
	padding: 8px 0;
	margin-top: 4px;
  max-width: 540px;
}

div.app_info {
	width: 100%;
}

img.header {
	height: 28px;
	padding: 2px 0 4px 0;
}

img.header_sp {
	display: none;
}

div#nav-drawer {
	display: none;
}

ul {
	margin: 0 auto;
}

li {
	padding: 20px 16px;
}

li:first-child {

}

h2.picks {
	padding: 0 16px;
}

div.picks {
	width: 100%;
	padding: 30px 0 30px 0;
}

div.wrap {
	margin: 0 1%;
}

div.wrap_picks {
	width: 28.7%;
	margin: 0 1%;
	vertical-align: top;
}

div.main {
	width: 84%;
}

p.time {

}

div.content_related {
	padding: 0 20px;
    line-height: 2.0;
}

div.related {
	padding-bottom: 16px;
}

div.sub {
	width: 28.7%;
	margin-left: 22px;
}

}

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

.target_noranks {

}

div.combination_1_2 {
	display: inline-block;
	height: 398px;
}

table.combination_1_2 {
	width: 50%;
	border-collapse: collapse;
	top: -254px;
	position: relative;
	float: left;
	text-align: center;
  display: block;
}

table.combination_1_2 td {
	border: none;
  margin-bottom: -12px;
  display: inline-table;
}

img.combination_1_2 {
	width: 100%;
}

table.combination_1_2 img {
	width: 98px;
}

table.combination_1_2 h2 {
	font-size: 14px;
}

table.combination_1_2 h3 {
	font-size: 11px;
	margin: 64px 8px 0 8px;
  padding: 0 24px 0 29px;
}

div.container {
	max-width: 580px;
	margin: 0 auto;
}

div.header {
	padding-left: 0;
	text-align: center;
}

div.header_container {
	width: 1140px;
}

div.app_info {

}

img.header {
	padding-left: 0;
}

img.header_sp {
	display: none;
}

div.nav-menu {
	padding-left: 0;
	text-align: center;
}

div.nav-menu_container {
	width: 1140px;
}

div.img_description {
    font-size: 13px;
}


div.wrap_picks {
	width: 370px;
	margin: 0 12px;
}

div.main {
	width: 540px;
}

div.sub {
	width: 370px;
	margin-left: 24px;
}

img.attachment-thumbnail, size-thumbnail, wp-post-image {
	width: 100%;
	height: auto;
}

div.top_list {
	margin: 16px 16px;
	background-color: #fff;
	width: 800px;
	height: auto;
	margin: 0 auto;
}

li.target {
	width: 540px;
}

div.app_img_rec {
	text-align: center;
	margin-bottom: -16px;
}

p.ranking {
	width: 300px;
}

div.footer_portfolio {
	width: 360px;
}

div.footer_twitter {
	width: 360px;
}
}