/*
	Theme Name: Select
	Theme URI: https://wordpress.org/themes/select/
	Author: Akira Fujita
	Author URI: https://pick.amorie.jp/
	Description: Use this template for business blogs.
	Version: 1.0
	Tags: business, blog
	Text Domain: amorie
*/

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

p.survey_h3 {
	position: relative;
	padding: 0.6em;
	background: #FFF2EE;
	margin: 32px 8px 12px 8px;
	font-weight: 600;
	color: #DE6C6A;
	border-radius: 8px;
}

p.survey_h3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFF2EE;
	width: 0;
	height: 0;
}

.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;
	font-size: 13px;
}

.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: #DFF7F2;
	font-size: 13px;
}

.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 #DFF7F2; /* 左側だけ背景色 */
}

.combi_box img {
	width: 80%;
	border-radius: 18px;
}

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

table.top3_v30 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #FFF;
	border-radius: 12px;
}

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

img.top3_icon_v30 {
    max-height: 92px;
    max-width: 74px;
    margin-top: 8px;
	border: 1px solid #DCDCDC;
	border-radius: 18px;
}

.article {
	background-color: #FBF6F5;
}

.fv_h3 {
    position: relative;
    border-radius: 12px;
    background-color: #FBD6D6;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    margin: 8px 0 20px 0;
}

.fv_h3:before {
    position: absolute;
    top: 100%;
    left: 24px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FBD6D6;
    border-width: 8px;
    content: "";
}

span.bold {
	font-weight: 600;
}

img.star {
	width: 108px;
    margin: 8px 4px -3px 0;
}

span.star_point {
	font-size: 11px;
    color: #D03C3C;
}

p.time_post {
}

p.pr {
margin-top: -6px;
}

span.pr {
margin-top: 6px;
}

div.happymail_videobox {
margin: 56px;
text-align: center;
margin-bottom: 16px;
margin-top: -7px;
}

div.smart_img {
margin: 16px;
padding-bottom: 16px;
font-size: 15px;
}


img.select_top_banner {
margin-bottom: -16px;
width: 100%;
max-width: 830px;
margin-top: -4px;
}

img.select_top_banner_2 {
margin-bottom: -16px;
width: 100%;
max-width: 830px;
margin-top: -4px;
}

div.select_point_check_text{
    margin: 5px 16px;
    text-align: center;
}

span.nb_red_3  {
color: #ff0000;
font-weight: 600;
font-size: 24px;
}

span.nb_underline {
background: linear-gradient(transparent 70%, #FFFF00 70%);
font-weight: 600;
font-size: 18px;
}
span.wave-underline { 
text-decoration: underline wavy pink
}

.fv_description {
	font-size: 13px;
}

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: 300;
    background-color: #FFF;
	border: 1px solid #DCDCDC;
}

table.hikaku_v30 th {
	border: 1px solid #DCDCDC;
}

/* 検索フォーム */

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

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

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

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

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

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

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

/* アニメーションの設定 */

.cta_top {
  animation: cta_top 2.5s infinite !important;
}

@keyframes cta_top {
	0%, 16%, 32%, 100% {
	  box-shadow: 0 3px 0 #8E7A7A;
	  top: 0;
	}
	8%, 24% {
	  box-shadow: 0 0 0 #8E7A7A;
	  top: 3px;
	}
  }  

.cta_bottom {
  animation: cta_bottom 2.5s infinite !important;
}

@keyframes cta_bottom {
	0%, 16%, 32%, 100% {
	  box-shadow: 0 3px 0 #8E7A7A;
	  top: 0;
	}
	8%, 24% {
	  box-shadow: 0 0 0 #8E7A7A;
	  top: 3px;
	}
  }  

.cta_top_v30 {
	animation: cta_top_v30 2.5s infinite !important;
	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, #FF8686, #FBB282 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;
	font-weight: 600;
}

@keyframes cta_top_v30 {
	0%, 16%, 32%, 100% {
		box-shadow: 0 3px 0 #8E7A7A;
		top: 0;
	}
	8%, 24% {
		box-shadow: 0 0 0 #8E7A7A;
		top: 3px;
	}
}

.cta_fvmini {
	animation: cta_top_v30 2.5s infinite !important;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	width: 70px;
	padding: 20px 0;
	text-decoration: none;
	position: relative;
	background: #FF8886;
	border-radius: 40px;
	overflow: hidden;
	margin: 8px auto 10px auto;
	box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
	display: block;
	letter-spacing: 1.1px;
	font-weight: 600;
}

@keyframes cta_fvmini {
	0%, 16%, 32%, 100% {
		box-shadow: 0 3px 0 #8E7A7A;
		top: 0;
	}
	8%, 24% {
		box-shadow: 0 0 0 #8E7A7A;
		top: 3px;
	}
}

span.star_value {
	color: #EF858B;
	font-size: 10px;
    margin-left: 4px;
    margin-top: 3px;
}

span.star_value_table {
	color: #EF858B;
	font-size: 10px;
    margin-top: 10px;
    display: block;
}

.ballon {
  position: relative;
  background-color: #F1D0C9;
  width: 66%;
  text-align: center;
  padding: 12px 22px 4px 22px;
  margin: 0 0 0 72px;
  /*角丸の設定*/
  border-radius: 6px;
  text-align: left;
  margin-bottom: 12px;
}

.ballon_right {
	position: relative;
	background-color: #F1D0C9;
	width: 66%;
	text-align: center;
	padding: 12px 22px 4px 22px;
	margin: 0 16px 0 0;
	/*角丸の設定*/
	border-radius: 6px;
	text-align: left;
	margin-bottom: 12px;
	float: left;
  }
/*左向の吹き出し*/
.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 #F1D0C9;
  /*三角形の位置を指定*/
  left: -12px;
  top: calc(28% - 12px);
}

.ballon_right:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	/*三角形を作る*/
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #F1D0C9;
	/*三角形の位置を指定*/
	right: -12px;
	top: calc(28% - 12px);
  }

img.star_image {
	width: 78px;
    margin-top: 8px;
    margin-right: 4px;
    display: block;
    float: left;
}

img.star_image_top3 {
	width: 60px;
	margin-left: 8px;
	height: 12px;
    margin-top: 4px;
}

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

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

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

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

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

span.td_ul {
	background: linear-gradient(transparent 70%, #FFFF00 70%);
}

/* 基本的な星のスタイル */
.stars {
  display: inline-block;
  font-size: 16px !important;
  color: #fff; /* 星のデフォルトの色 */
  margin-top: -8px;
  margin-right: -6px;
}

.star {
  display: inline-block;
  color: gold !important; /* 塗りつぶされた星の色 */
  position: relative;
	margin-right: -4px;
}

.high {
  display: inline-block;
  position: relative;
  width: 24px; /* フォントサイズと一致させる */
  height: 24px; /* フォントサイズと一致させる */
}

.high::after {
  content: '★';
  position: absolute;
  left: 0;
  top:4.2px;
  width: 56%; /* 塗りつぶす割合を設定 */
  overflow: hidden;
  color: gold; /* 塗りつぶす色 */
}

.mid {
  display: inline-block;
  position: relative;
  width: 24px; /* フォントサイズと一致させる */
  height: 24px; /* フォントサイズと一致させる */
}

.mid::after {
  content: '★';
  position: absolute;
  left: 0;
  top:4.2px;
  width: 56%; /* 塗りつぶす割合を設定 */
  overflow: hidden;
  color: gold; /* 塗りつぶす色 */
}

.low {
  display: inline-block;
  position: relative;
  width: 24px; /* フォントサイズと一致させる */
  height: 24px; /* フォントサイズと一致させる */
}

.low::after {
  content: '★';
  position: absolute;
  left: 0;
  top:4.2px;
  width: 56%; /* 塗りつぶす割合を設定 */
  overflow: hidden;
  color: gold; /* 塗りつぶす色 */
}

h2 a {
    color: #0D99FF;
    font-weight: 300;
    text-decoration: underline;
}

.swiper-button-next, .swiper-button-prev {
	top: auto !important;
	color: #111 !important;
	--swiper-navigation-size: 16px !important;
	font-weight: bold;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	--swiper-theme-color: #FF8F8F !important;
}

.swiper-pagination {
	position: relative !important;
}

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

.swiper-slide {
  flex: 0 0 auto;
  width: 100%; /* スライドがコンテナにフィットするように */
  box-sizing: border-box; /* パディングとボーダーを含めたサイズ計算 */
}

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

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

table.article th {
	padding: 4px 16px;
	background-color: #FBE4E0;
	width: 33.3333333%;
}

table.article td {
	padding: 8px 16px;
	width: 33.3333333%;
	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;
}

h3.name {
  position: relative;
  padding: 12px 16px;
  color: #fff;
  border-radius: 10px;
  background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgba(207, 63, 245, 1));
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}

h3.name:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #F80F0F transparent transparent transparent;
}

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

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 tr {

}

table.search th,td {

}

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

.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;
    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 {
 	width: 100%;
 	text-align: center;
	margin: 16px auto 16px auto;
	display: grid;
 }

#back-to-top-btn {
  padding: 8px 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
}

.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: 12px;
	display: block;
    margin-bottom: -12px;
    font-weight: 300;
}

span.eighteen {
    color: #333;
    font-size: 9px;
    display: inline-block;
    font-weight: 300;
    margin-left: 6px;
    margin-top: 10px;
    position: absolute;
    border-radius: 4px;
    padding: 1px 4px;
}

h2.matome_top span.eighteen {
	margin-top: 4px !important;
}

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

img.review_icon {
	width: 30px;
	height: 30px;
	margin-right: 8px;
	border-radius: 50px;
	float: left;
}

.review_h4 {
	display: inline-block;
}

img.wp_img_icon_label {
	width: 40px;
	position: absolute;
	left: 140px;
	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;
	margin-top: 122px;
    margin-left: -8px;
    z-index: 999;
}

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

img.wp_img_icon_label_main_fvtop3 {
	width: 40px;
	position: absolute;
	margin-top: -8px;
	margin-left: -24px;
    z-index: 999;
}

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

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

p.pr {
  	margin: -3px 0 0 0;
  	text-align: right;
}

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

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


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;
  font-size: 10px;
  margin-left: 2px;
  margin-bottom: 4px;
  color: #333;
  background-color: #FBDAD1;
  padding: 4px 8px;
}

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 {
	width: 100%;
	background-color: #FFF;
	margin-bottom: 32px;
}

.banner_ranking_top img {
	width: 100vw;
	display: block;
	margin-bottom: 42px;
}

.banner_summary_top {
	width: 100%;
	background-color: #FFF;
}

.banner_summary_top img {
	width: 100%;
	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;
}

.back-to-top-btn {
 	width: 88%;
 	text-align: center;
	margin: 16px auto 16px auto;
	display: grid;
 }

#back-to-top-btn {
  padding: 8px 40px;
  background-color: #666;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
}

.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 -6px 0;
	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 .ballon_right {
	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: 14px;
	text-align: center;
	margin-bottom: 4px;
	color: #043E69;
}

div.grad-wrap {
	min-height: 66px;
}

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

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;
	margin: 0 -16px;
	position: relative;
}

li.target_noranks {
	padding: 8px 0;
	position: relative;
	background-color: #FBF6F5;
}

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 dotted #DDD;
	padding-bottom: 4px;
  background: #FFF;
}

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

li.target_matome_bottom {
	padding: 0;
	position: relative;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 4px;
	background: #FFF;
}

li.target_matome_bottom: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: 12px;
  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: 0px; /*隠した状態の高さ*/
  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;
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}

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: -38px 0 0 0;
	color: #1E90FF;
	counter-reset:li;
	font-size: 20px;
	background-color: #F2D0C9;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 8px 0;
}

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

h2.matome_top {
	font-size: 14px;
	display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #333;
    margin-right: 4px;
	margin: 0;
	background-color: #FFF;
}

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: 17.5px;
    font-weight: 300;
	color: #494949;
	text-align: left;
	counter-reset:li;
	margin: 8px 0 16px 0;
}

h3.article_h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-top: 36px;
	margin-bottom: 0;
}

h4 {
	position: relative;
	margin: 4px 0;
	font-size: 16px;
}

h4.article {
	position: relative;
	margin: 8px 0;
	font-size: 16px;
	border-left: 6px solid #F2D0C9;
	padding-left: 8px;
	background: none;
}

img.wp_img_related {
	width: 100%;
}

img.wp_img_icon {
	width: 80px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #DCDCDC;
    border-radius: 18px;
}

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

img.wp_img_icon_matome_top {
    width: 76px;
    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-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: 8px;
	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: #4773BA;
	text-decoration: none;
	word-break: break-all;
}

.cta {
font-size: 13px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 222px;
padding: 8px 0;
text-decoration: none;
position: relative;
background: #F6B2B2;
border-radius: 4px;
overflow: hidden;
color: #333;
margin-top: 8px;
}

.cta_top {
font-size: 14px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 222px;
padding: 8px 0;
text-decoration: none;
position: relative;
background: #FF8886;
border-radius: 16px;
overflow: hidden;
color: #FFF;
margin-top: 8px;
}

.cta_bottom {
font-size: 18px;
display: inline-block;
text-align: center;
font-weight: bold;
width: 100%;
padding: 16px 0;
text-decoration: none;
position: relative;
background: #FF8886;
border-radius: 40px;
overflow: hidden;
color: #FFF;
margin-bottom: 16px;
}

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

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

.cta_1 {
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, #F66060, #FFA7C7 160%);
border-radius: 40px;
overflow: hidden;
margin-bottom: 18px;
box-shadow: 0 10px 16px rgb(0 0 0 / 30%);
}

.cta_1_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;
    color: #fff;
}
.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; }
}

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

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

.description {
	margin: 16px 0;
	padding: 8px 0;
	font-size: 13px;
}

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.related {

}

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: 90px;
}

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.download_matome {
text-align: center;
background-color: #FF3333;
width: 66px;
float: right;
color: #FFF;
border-radius: 20px;
margin-top: 12px;
font-size: 12px;
padding: 6px 14px;
font-weight: bold;
letter-spacing: 1.0px;
overflow: hidden;
position: relative;
top: -52px;
}

div.download_matome_top {
    text-align: center;
    background-color: #FF3333;
    width: 40px;
    float: right;
    color: #FFF;
    border-radius: 20px;
    margin-top: 12px;
    font-size: 10px;
    padding: 4px 10px;
    font-weight: bold;
    letter-spacing: 1.0px;
    overflow: hidden;
}

div.download_matome_top_jump {
    text-align: center;
    background-color: #FBDAD1;
    width: 72px;
    float: right;
    color: #333;
    border-radius: 4px;
    font-size: 11px;
    padding: 12px 4px;
    font-weight: bold;
    margin-top: -42px;
}

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

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

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

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

img.oukan {
	width: 20px;
	height: 20px;
	margin: 0 2px -16px -6px;
	float: left;
	display: block;
    transform: scale(1); /* アニメーション開始時のサイズ */
    animation: scalePulse 0.7s infinite alternate; /* アニメーションの適用 */
}

img.rank_main {
	width: 80px;
	height: 80px;
	margin: -18px -2px 0 0;
	float: left;
	display: block;
}

div.summary {
	margin: -8px 0 0 124px;
	width: 36%;
}

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

.point_wrap {
	border: solid 2px #FFC7C2;
	margin: 6px 0;
}

div.point {
	position: relative;
	line-height: 1.6;
	padding: 0.4em 0.5em;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: 1.0px;
}

div.point_h3 {
	font-size: 16px;
	font-weight: 600;
	color: #E4877F;
	text-align: center;
	display: table;
	width: 80%;
	margin: 8px auto;
}

div.point_p {
	display: table-cell;
	vertical-align: middle;
	border-bottom: dashed 1px #F3CBC7;
	padding-bottom: 8px;
}

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

div.point_inline p {
	font-size: 16px;
}

div.app_img_rec {
	text-align: center;
}

div.app_img_rec_bottom {
	text-align: center;
}

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: #FFF;
	padding: 16px;
	margin: 16px 16px 48px 16px;
}

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

div.content_ranking_matome_2 {
	margin: 0 4px;
}

div.wrapper_game {
	margin-bottom: 24px;
}

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

div.review_game {
  padding: 0px 16px;
  margin: 4px 0px;
}

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;
  padding: 4px 12px;
  font-size: 13px;
  border-bottom: 1px dotted #FFDCDC;
  margin-bottom: 12px;
	text-align: center;
    font-weight: 600;
}

div.review_h4 h4 {

}

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

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

#footer_border {
	margin-bottom: 26px;
}

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

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

footer a {
	text-decoration: none;
}

div.footer {
	display: inline-block;
}

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

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

ul.footer li a {
	color: #333;
	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: 12px !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: 0 4px 0 8px;
	margin-top: 0;
	color: #333;
	float: left;
	margin-bottom: 0;
}

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: 18px;
	color: #ffb800;
}

span.red {
color: #CB5C52;
font-weight: bold;
}

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

span.underline {
  background: linear-gradient(transparent 58%, #FFF0B8 58%);
  font-weight: bold;
}

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

/* Media Queries */

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

@viewport {
	width: device-width;
}

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

.fv_description {
	margin: 34px 0 8px 0;
}

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_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 p {
	font-size: 20px !important;
	margin: 0;
}

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

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

div.header_container {
	padding: 4px 0 0 0;
	text-align: center;
}

img.header {
    width: 106px;
    margin-bottom: -2px;
}

p.header {
	display: none;
}

div.nav-menu {
	display: none;
}

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

ul {
	padding-left: 0;
}

li {
	padding: 16px 4px;
}

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) {

.fv_description {
	margin: 40px 0 8px 0;
}

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

div.app_info {

}

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) {

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

div.ranking_img {

}

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

p.ranking {
	width: 300px;
}

div.footer_portfolio {
	width: 360px;
}

div.footer_twitter {
	width: 360px;
}
}