@charset "UTF-8";
/*
 Theme Name: hikakuR child
 Theme URI: https://hikaku-search.site
 Author: hikaku Research
 Author URI: https://hikaku-search.site
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
.entry-content tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

h2 > br {
 display: none;
}
@media screen and (min-width:480px) { 
 h2 > br {
  display: block;
 }
}

@media only screen and (max-width: 480px) {
.shtb2.tbrsp {
	font-size:14px;
}
.entry-content p {
    font-size:14px;
}
.seal-content ul li {
		font-size:14px;
}
}

.entry-content h3 {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 1.2em;
    line-height: 1.5;
	border:0;
}

.slider {
    display: block;
    max-width: 1180px;
    margin: 30px 0 60px;
}

.carousel-slider-outer {
	margin: 0 auto;
}
.header-image__text {
    text-align:left;
    padding: 8% 20px;
}
.header-image__headline {
	text-shadow: 1px 1px 5px #ccc, -1px -1px 3px #ccc;
}

.header-image__btn {
    margin: 20px 0 0;
	font-size:1.5em;
}


@media only screen and (max-width: 480px) {
.header-image__headline {
	font-size:1.5em;
}

.entry-content h2 {
    margin: 2.5em 0 0.7em;
    font-size: 1.2em;
    line-height: 1.6;
}
}

#logo img {
    height: 52px;
}

.header-image__btn {
    font-size: 1em;
}

/*-- kv調整 --*/
.kv #header-image{
  min-height: 645px;
}
@media only screen and (max-width: 480px) {
  .kv #header-image{
    min-height: 400px;
    background-image: linear-gradient(rgba(249, 249, 249, 0)), url(assets/images/index/kv-img_sp.png);
  }
}
.kv .header-image{
  background-image: linear-gradient(rgba(249, 249, 249, 0)), url(assets/images/index/kv-img.png);
}
.kv .header-image__text{
  padding: 5% 20px 0;
  color: #3a3a3a;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__text{
    padding: 15% 10px 0 20px;
  }
}
.kv .header-image__subheadline{
  font-size: 2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__subheadline{
    font-size: 1em;
  }
}
.kv .header-image__headline{
  text-shadow:none;
  line-height: 1.2em;
}
.kv .header-image__text ul{
  display: flex;
  margin-bottom: 0;
}
.kv .header-image__text ul li.raised{ 
  background: #ff7c05;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 1.2em;
  padding: 0.2em 0.2em;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__text ul li.raised{ 
    width: 80px;
    height: 80px;
    margin-right: 3px;
    font-size: 1em;
  }
}
.kv .header-image__text ul li:last-child{
  display: flex; 
  align-items: flex-end; 
  padding-bottom: 20px; 
  font-size: 1.3em;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__text ul li:last-child{
    font-size: 1em;
  }
}
.kv .header-image__text p {
  margin-top: 0;
}
.kv .header-image__txt{
  font-size: 1.3em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__txt{
    font-size: 1em;
  }
}
.kv .header-image__btn {
  font-size: 1.6em;
  max-width: 50%;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__btn {
    font-size: 1.5em;
    max-width: 100%;
  }
}
.kv .header-image__btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 80%;
	padding: 1.5rem 4rem;
	font-weight: bold;
	background: #2dc49c;
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
	transition: 0.5s;
    border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .kv .header-image__btn a {
    width: 100%;
    padding: 1rem;
    margin: 35px auto 0;
  }
}

.kv .header-image__btn .updown {
animation-name:updown1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 3s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite; 
}
@keyframes updown1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0);
}
}
.kv .header-image__btn a:hover {
	opacity: 0.5;
}
.kv .header-image__btn .arrow::after {
	top: 40px;
}


/*ランキング*/
#ranking {
	display: block;
    border: 2px solid #2dc49c;
	margin-bottom:30px;
	padding:0 10px;
}


@media only screen and (min-width: 769px) {
#ranking {
    display: block;
    padding: 40px;
    border: 3px solid #2dc49c;
}
}

.rank-title {
	float:left;
}

.rank-title-text {
	color:#2dc49c;
}

.rank1:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 70px;/*画像の幅*/
	height: 70px;/*画像の高さ*/
	margin-right: 10px;
	background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank001.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.rank2:before {
    content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 70px;/*画像の幅*/
	height: 70px;/*画像の高さ*/
	margin-right: 10px;
	background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank002.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.rank3:before {
    content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 70px;/*画像の幅*/
	height: 70px;/*画像の高さ*/
	margin-right: 10px;
	background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank003.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.rank-table th {
    text-align: left;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
	font-weight:normal;
	padding:7px;
}

.rank-table tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.entry-content table {
    width: 100%;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
}


/*ボタン*/
.wf-mplus1p {
	font-weight: 900;
}

.gurabtn1 {
    display: block;
    width: 40%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border-bottom: 4px solid #900;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    background: linear-gradient(
45deg
, red, red, red, red, red, OrangeRed, orange, OrangeRed, red, red, red, red, red);
    background-color: #EB5350;
    background-size: 500% 500%;
    animation: guraBtn 2s ease infinite;
}
@keyframes guraBtn { 
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@media only screen and (max-width: 480px) {
.gurabtn1{
    width: 50%;
    font-size:16px;
}
}





/* シェア非表示*/
.article-footer .footer-contents .sns-btn {
  display: none;
}

span.wpcf7-list-item.first {
	margin-left: 0;
}


/* コンタクトフォーム選択肢1の画像 */
/*span.wpcf7-list-item.first.wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after {
    content: url(http://web-sample.monster/file/wp-content/uploads/2021/04/300_150_0001.png);
}*/

/* 選択肢2の画像※追加していく */
/*span.wpcf7-list-item.wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label:after {
    content: url(http://web-sample.monster/file/wp-content/uploads/2021/04/300_150_0002.png);
}*/



/* 未チェックの選択肢を薄く表示 */
/*span.wpcf7-list-item input + .wpcf7-list-item-label:after {
    opacity: 0.6;
}*/

/* チェックされた選択肢を濃く表示 */
/*span.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}*/

/* チェックボタンを消す */
/*span input {
    display: none;
}*/

/* ラジオボタンの文字を消す */
span input + span {
    font-size: 0;
}

/* フッターの場合はクラス名を変更して【position: fixed;】【top:150;】 */

select {
	background-color:#fff;	
}

input[type="text"] {
	background-color:#fff;	
}

.wpcf7 input[type="email"] {
	background-color:#fff;	
}

.side-form-box {
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid #000;
    background: #ffffffe0;
	position: absolute;
	display: table;
	table-layout: fixed;
    width: 350px;
    top: 135px;
    right: 10px;
    margin: 0;
    z-index: 98;
}

img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-170 {
	margin-bottom:5px;
}

/* 追跡PC用 */
.side-form-box p{
	margin:0;
	line-height: 1.3;
	font-size:14px;
}

.fixed-menu-pc ul li {
	display: table-cell;
	line-height: 1.3;
}

.fixed-menu-pc ul li span {
    font-size: 2.5em;
}

.fixed-menu-pc ul li a {
	color: #000;
    display: block;
    padding: 15px 20px 15px;
    font-size: 0.8em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.fixed-menu-pc ul li .fa {
    display: inline;
    font-size: 30px;
    width: auto;
}

#footer-menu {
    padding: 20px 10px 40px 10px;
    text-align: center;
}

.pcview {
}

@media screen and (max-width: 979px) {
.pcview {
	display: none;
}
}


.tablepress img {
	width:100px;
}


.one-img {
	width:50%;
	margin:50px auto; 
}

@media screen and (max-width: 1200px) {
.one-img {
    width: 100%;
    margin: 50px auto;
} 
}


/* TOPページtable */
.tdimg {
	width:200px;
}

.gurabtn2 {
    display: block;
    margin: 20px auto;
    padding: 7px;
    border-radius: 10px;
    border-bottom: 4px solid #155f15;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    background: linear-gradient( 
45deg
 , green, green, green, green, green, green, green, #d7ffed, green, green, green, green, green);
    background-color: #10c710;
    background-size: 500% 500%;
    animation: guraBtn 2s ease infinite;
}

p.name {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0px;
    display: block;
}

.point-color {
    background: #fff;
}

.entry-content table {
    width: 95%;
    margin: 1em auto;
    border: 1px solid #ccc;
}


.default tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.default td {
    padding: 7px;
    border-right: 1px solid #e0e0e0;
    word-break: break-all;
}

.li-bdr ol {
    border-color: #2dc49c;
	border-width: 5px;
    border-style: double;
	margin-top:0;
}

.rank-img {
	position: relative;
}

.seal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 170px;
    right: 10px;
}
.seal img {
    width:120px;
	height:120px;
}



@media only screen and (max-width: 480px) {
.seal img {
    width: 70px;
    height: 70px;
}
}


.merit-box {
	display:flex;
}

.merit-img h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.entry-content p.pastel-merit {
    background-color: #4484dc;
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

.entry-content p.pastel-demerit {
    background-color: #e2b72b;
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
}


ul.merit {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #dbeaff;
    padding: 15px;
}
ul.demerit {
	margin: 0;
    border: 0;
    border-radius: 0;
	background: #fff5d6;
	padding: 15px;
}
ul.merit li {
    font-size: 16px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 15px;
    padding:15px;
    border-radius: 5px;
}

ul.demerit li{
	font-size: 16px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 15px;
    padding:15px;
    border-radius: 5px;
}

@media only screen and (max-width: 480px) {
p.pastel-merit {
	font-size: 1em;
}
p.pastel-demerit{
	font-size: 1em;	
}
.merit h2 {
    font-size: 1.2em;
}

ul.merit li {
    font-size: 14px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
}
ul.demerit li{
	font-size: 14px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
}
}


@media only screen and (max-width: 769px) {
ul.merit {
    padding: 15px;
}
ul.demerit {
	padding: 15px;
}
ul.merit li {
    font-size: 14px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
ul.demerit li{
	font-size: 14px;
    line-height: 1.5;
    list-style-type: none;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
}

.raised {
    display: inline-block;
	position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.raised span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :120px;
	font-size:20px;
	line-height: 1.2;
  text-align:center;
}

.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
}

.arrow{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::after {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 4px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(
-45deg
);
}

.footer-box {
    width: 1180px;
    margin: 0 auto;
    background: #eee;
}

.profile {
	margin: 0 0 2.5em;
    background: #fff;
    font-size: 0.98em;
}

.side-foot {
    width: 33%;
    padding: 20px;
}

.profile-content {
    padding: 15px;
    font-size: 0.95em;
}

.li-check ul {
    margin:0;
}

.double-box {
	background:#cee2fd;
}

.single-box {
	padding:20px 7px;
}

.yellow-under {
    background: linear-gradient(to top, #FFE501 0%, #FFE501 20%, transparent 20%, transparent 100% );
}

.orange-under {
    background: linear-gradient(to top, #cce7ff 0%, #bdd4f1 20%, transparent 20%, transparent 100% );
}

.red-under {
    background: linear-gradient(to top, #ffaaaa 0%, #ffaaaa 20%, transparent 20%, transparent 100% );
}

.green-under {
	background: linear-gradient(to top, #4ed44c 0%, #4ed44c 20%, transparent 20%, transparent 100% );
}

.blue-under {
    background: linear-gradient(to top, #ffaaaa 0%, #ffaaaa 20%, transparent 20%, transparent 100% );
}

.blue-box {
    margin: 2em 0;
    padding: 1.5em 1em;
    background: #ffffff;
    border: 1px solid #5989cf;
}

.blue-box h2 {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}

/* コンタクトフォーム７ */
.cf7 {
	max-width: 100%;
	box-sizing: border-box;
}
.cf7 dt i {
	margin-right: .5em;
}
.cf7 dd {
	margin: 0 0 2vh 0;
}
.cf7 .rqd {
	color: #ff6666;
	font-size: .8em;
	margin-left: .5em;
}
.btn_cf7 {
	text-align: center;
}
.btn_cf7 input {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cf7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: .5em 1em .5em 0;
	}
.cf7 dd {
	margin-left: 35%;
	}
	.cf7 .rqd {
	float: right;
	margin-left: 0;
	margin-top: .2em;
	}
	.btn_cf7 input {
	width: 70%;
}
}

table.work-table {
    width: 100%;
    margin: 0;
	font-size:16px;
    border: 1px solid #80c4b2;
}

table.work-table th {
    border: 0;
    background: #fff;
    width: 30%;
    color: #80c4b2;
}

table.work-table tr {
    border-bottom: 1px dashed #ccc;
}

.backcolor {
	background:#ccc;
}

table.default {
	width: 100%;
    margin: 1em 0;
	font-size:16px;
    border: 1px solid #e0e0e0;
}

table.default th {
    padding: 7px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f9fa;
}

table.default td {
    padding: 7px;
    border-right: 1px solid #e0e0e0;
    word-break: break-all;
}

table.rank-table {
	width: 100%;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
}

.entry-content table.tb-responsive {
  width: 100%!important;
  height: auto!important;
}

.scroll {
	text-align:center;
}

.box-title {
    position: relative;
    margin-top: 15px;
	font-weight:bold;
}

.box-title h1 {
    position: absolute;
    color: white;
    font-size: 2em;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 10px #555, -1px -1px 10px #000000;
}

@media only screen and (min-width: 769px){
#content.one-column {
    margin-top: 0;
    background: #e0e0e0;
}
}

span.midashi {
    font-weight: bold;
    font-size: 1.2em;
}

input[type="text"] {
    background-color: #eff1f5;
}

.wpcf7 input[type="email"] {
    background-color: #eff1f5;
}

.ribbon4 {
  display: inline-block;
  position: relative;
  height: 60px;/*高さ*/
  line-height: 60px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 28px;/*文字サイズ*/
  background: #3e9a4d;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	min-width:360px;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.entry-content h2.ribbon4 {
  display: inline-block;
  position: relative;
  height: 60px;/*高さ*/
  line-height: 60px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 28px;/*文字サイズ*/
  background: #f6727a;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	min-width:340px;
}

@media only screen and (max-width: 480px) {
.entry-content h2.ribbon4 {
	font-size: 1.1em;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 10px;
}
span.ribon-small {
	font-size: 0.9em;
	letter-spacing: -0.1em;
}
.ribbon4:after {
	border-width: 25px 15px 25px 0px;	
}
}

.box100 {
    background: #ffffff;
}

.box100 {
    margin: 60px 0;
    padding: 0 15px 10px;
    background: #e5f1e5;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}


.box100 .box-title {
    background: #2dc49c;
}

span.box-title-text {
	font-size:28px;
}

@media only screen and (max-width: 480px) {
span.box-title-text {
	font-size:1.1em;
}
}




.box100 .box-title {
    margin: 0 -15px 15px;
    padding: 10px 4px;
    background: #008000;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.seal-div {
    margin: 60px auto 10px;
    border-radius: 5px;
    border: 1px solid #fa6466;
    background-color: #fff;
    position: relative;
    padding: 60px 30px 30px;
	width:40%;
}
@media only screen and (max-width: 480px) {
.seal-div {
	width:100%;
}
}

h3.seal-ttl {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 300px;
    height: 50px;
    margin-left: -150px;
    background: url(http://web-sample.monster/file/wp-content/uploads/2021/05/seal_title.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 6px;
}

.seal-content ul li {
    padding-left: 30px;
    line-height: 2;
    position: relative;
    font-size: 18px;
	list-style: none;
}

.seal-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(http://web-sample.monster/file/wp-content/uploads/2021/05/check.gif) no-repeat;
    background-position: center;
    background-size: contain;
}


.profile-img {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 10px auto;
}

.profile-img img {
    border: solid 3px #008000;
    border-radius: 50px;
    overflow: hidden;
}

#inner-content .hh13 {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0.2em 0.5em;
    border: dashed 1px #fff;
    background: #008000;
    box-shadow: 0 0 0 5px #008000;
    color: #fff;
}

.footer #footer-menu {
    background-color: #333;
}
.footer #footer-menu a, .footer .copyright {
    color: #FFF; /* 文字色のコード */
}

.btn_cf7 input {
    width: 320px;
    padding: 15px 10px;
    background: #e0c76b;
    font-weight: bold;
    color: #fff;
    border: 0;
    margin: 0 auto;
}

.osusume {
    background: #fefefe;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
	margin-bottom:40px;
}

#inner-content .hh35 {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    height: 80px;
    padding: 0 40px;
    background: #f7777d;
    color: #fff;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.1;
    min-width: 320px;
    margin: 20px auto;
}
#inner-content .hh35:before {
    top: 0;
    left: 0;
    border-width: 40px 0 40px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#inner-content .hh35:after {
    top: 0;
    right: 0;
    border-width: 40px 25px 40px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}


@media only screen and (max-width: 769px) {
#inner-content .hh35 {
	font-size:1.2em;
}
}

@media only screen and (max-width: 480px) {
#inner-content .hh35 {
	font-size:1.2em;
}
}

.osusume-mini {
	background:#fff;
}



#inner-content .hh11 {
    position: relative;
    padding: 0.6em;
    background: #2f3b54;
	color: #fff;
	margin-top:20px;
}

#inner-content .hh11:after {
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #2f3b54;
    content: "";
}

p.osusume-text {
    padding: 7px;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

span.osusume-name {
	padding: 1rem 3rem;
	color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}

#inner-content .hh20 {
    padding: 10px;
    display: block;
    background: repeating-linear-gradient( 
-45deg
 , #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px );
    text-shadow: 0 0 5px white;
    margin: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #0f6abb;
    position: relative;
    line-height: 2em;
    text-indent: 2em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

#inner-content .hh20:before {
	position:absolute;
	left: 5px;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(https://hikaku-search.site/wp-content/uploads/2021/06/rank_m01.png) no-repeat;
	background-size:contain;
}

#inner-content .hh77 {
    padding: 10px;
    display: block;
    background: repeating-linear-gradient( 
-45deg
 , #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px );
    text-shadow: 0 0 5px white;
    margin: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #0f6abb;
    position: relative;
    line-height: 2em;
    text-indent: 2em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

#inner-content .hh77:before {
	position:absolute;
	left: 5px;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(https://hikaku-search.site/wp-content/uploads/2021/06/rank_m02.png) no-repeat;
	background-size:contain;
}

#inner-content .hh88 {
    padding: 10px;
    display: block;
    background: repeating-linear-gradient( 
-45deg
 , #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px );
    text-shadow: 0 0 5px white;
    margin: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #0f6abb;
    position: relative;
    line-height: 2em;
    text-indent: 2em;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

#inner-content .hh88:before {
	position:absolute;
	left: 5px;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(https://hikaku-search.site/wp-content/uploads/2021/06/rank_m03.png) no-repeat;
	background-size:contain;
}


span.midasi-small {
    display: block;
    font-size: 0.75em;
    padding: 10px 0 5px;
}

span.midasi-small::after {
  content: "\A" ;
  white-space: pre;
}

p.kousiki {
    padding: 10px 10px 20px;
    margin: 0;
}


element.style {
    text-decoration: none;
}
.entry-content p a {
    text-decoration: underline;
}


.gurabtn3 {
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-width: 300px;
    border-radius: 10px;
    border-bottom: 4px solid #c59424;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: linear-gradient( 
45deg
 , #ffb100, #ffb100, #ffb100, #ffb100, #ffb100, #ffb100, #ffb100, #ffdc8e, #ffb100, #ffb100, #ffb100, #ffb100, #ffb100);
    background-color: #ffc84b;
    background-size: 500% 500%;
    animation: guraBtn 2s ease infinite;
}

.box19:before {
    top: 0;
    left: 0;
	border-top: solid 2px #008000;
    border-left: solid 2px #008000;
}

.box19:after {
    right: 0;
    bottom: 0;
    border-right: solid 2px #008000;
    border-bottom: solid 2px #008000;
}

.tag-box {
    padding: 7px;
	margin-bottom:10px;
}

span.rank-tag3-flash {
	animation: flash 1s linear infinite;
    display: inline-block;
    margin: 0 .2em .2em 0;
    padding: .5em;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    background-color: #2dc49c;
    border-radius: 15px;
}

span.rank-tag-flash {
    animation: flash 1s linear infinite;
    background: #e03570;
    display: inline-block;
    margin: 0 .2em .2em 0;
    padding: .5em;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    border-radius: 15px;
}

span.rank-tag2-flash {
    animation: flash 1s linear infinite;
    background: #fdaf00;
    display: inline-block;
    margin: 0 .2em .2em 0;
    padding: .5em;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    border-radius: 15px;
}

@keyframes flash {
  30% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
  
  
  100% {
    opacity: 1;
  }
}

/*PCで無効*/
.pc_hid{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: block;
    }
}

.entry-content p {
    font-size: 16px;
}

.entry-content table.tb-responsive {
	font-size:16px;
}

.osusume-mini2 {
    background: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

.rank-name1 {
	position: relative;
	width:100%;
}

h3.top-rank {
	padding: 0;
	font-size: 1.6em;
}

h3.top-rank:before { 
	content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank001.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}



h3.top-rank2 {
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

h3.top-rank2:before { 
	content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank002.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

h3.top-rank3 {
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

h3.top-rank3:before { 
	content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-image: url(https://hikaku-search.site/wp-content/uploads/2021/06/rank003.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

h3.top-rank4{
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

h3.top-rank5{
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

h3.top-rank6{
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

h3.top-rank7{
	padding: 0em 0.6em 0.6em;
	font-size: 1.6em;
}

/* TOPモーダル */
#entryModal {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
}

.modal-box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  padding: 24px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  text-align: center;
}

.modal-img-btn {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-radius: 6px;
}
.modal-img-btn:hover {
  transform: scale(1.03);
}

/* スマホ用のちょい緩め調整 */
@media (max-width: 480px) {
  .modal-box {
    max-width: 95%;
    padding: 20px;
  }
}

body.modal-open {
  position: fixed !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  touch-action: none;
}

/* モーダル閉じたあとも横スクロールだけ封印 */
html, body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-width: 100%;
}