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

.sp{
  display: none;
}
@media screen and (max-width: 769px) { 
  .sp{
    display: block;
  }
}
.pc{
  display: block;
}
@media screen and (max-width: 769px) { 
  .pc{
    display: none;
  }
}
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 {
  box-shadow: none;
}

.header-image__text {
    text-align:left;
}
.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;
}

/*ランキング*/
#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://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank01.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://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank02.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://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank03.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.ran4:before {
    content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 70px;/*画像の幅*/
	height: 70px;/*画像の高さ*/
	margin-right: 10px;
	background-image: url(https://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank04.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; 
  display: flex;
  justify-content: center;
}

@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;*/
    
    padding: 10px;
    border-bottom: 4px solid #155f15;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 16px;
    border-radius: 35px;
    width: 80%;
    font-weight: bold;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(180deg, rgba(251, 176, 59, 1), rgba(245, 135, 0, 1));
    border: solid 2px;    
}

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: solid 1px #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;
}
@media only screen and (max-width: 480px) {
  .merit h2 {
      font-size: 1.2em;
  }
}

.entry-content p.pastel-merit {
    background-color: #3b4b9a;
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 5px;
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.entry-content p.pastel-merit:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #3b4b9a;
    content: "";
} 
.entry-content p.pastel-demerit {
    background-color: #666666;
    margin: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    padding: 5px;
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.entry-content p.pastel-demerit:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #666666;
    content: "";
} 
@media only screen and (max-width: 480px) {
  p.pastel-merit {
    font-size: 1em;
  }
  p.pastel-demerit{
    font-size: 1em;	
  }
}



ul.merit,
ul.demerit {
  margin-top: 30px;
  border: none;
  padding: 1em 0;
  font-weight: bold;
}
ul.merit li,
ul.demerit li { 
  border-bottom: solid 1px #666666;
  list-style-type: none;
  min-height: 90px;
  padding: 0;
  line-height: 1.6em;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
ul.merit li p,
ul.demerit li p {
  width: 80%;
  margin: 0;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
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 screen and (max-width: 769px) { 
  ul.merit {
  }
  ul.demerit {
  }
  ul.merit li {
      font-size: 14px;
      line-height: 1.5;
      list-style-type: none;
      background: #fff;
      margin-bottom: 15px;
      justify-content: space-between;
  }
  ul.demerit li{
    font-size: 14px;
      line-height: 1.5;
      list-style-type: none;
      background: #fff;
      margin-bottom: 15px;
      justify-content: space-between;
  }
  ul.merit li p, ul.demerit li p {
      width: 80%;
      margin: 0;
      font-size: 16px;
  }  
}

.hikakutable-wrap{
  position: relative;
}
.hikakutable-img{
  position: absolute;
  right: 30px;
  top: 70px;
}
@media screen and (max-width: 769px) { 
  .hikakutable-img{
    right: 25%;
    top: 100px;
    width: 20%;
  }
}
.hikakutable-title{
  color: #2f3a6e;
  font-size: 21px!important;
  margin-top: 50px!important;
}
@media screen and (max-width: 769px) { 
  .hikakutable-title{
    font-size: 18px!important;
  }
}

table.hikakutable{
  border: none;
  margin: 0;
  width: 100%;
  font-weight: bold;
}
table.hikakutable th,
table.hikakutable td{
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  font-size: 18px;
}
table.hikakutable th:last-child,
table.hikakutable td:last-child{
  border: 1px solid #ccc;
}
table.hikakutable th{
  line-height: 1;
  background-color: #fff;
  width: 25%;
}
table.hikakutable td{
  color: #666666;
}
table.hikakutable td.hikakutable-head{
  background-color: #626fae;
  color: #fff;
  padding: 15px;
}
table.hikakutable td.hikakutable-highrank{
  background-color: #fffce5;
  color: #3b4b9a;
  font-size: 24px;
}
@media screen and (max-width: 769px) { 
  table.hikakutable th,
  table.hikakutable td{
    font-size: 16px;
  }
  table.hikakutable td.hikakutable-highrank{
    font-size: 18px;
  }
}
.hikakutable-txt{
  color: #2f3a6e;
  font-size: 21px!important;
  margin-top: 60px!important;
}
.hikakutable-txt span{
  font-size: 36px;
}
@media screen and (max-width: 769px) { 
  .hikakutable-txt{
    font-size: 18px!important;
  }
  .hikakutable-txt span{
    font-size: 20px;
  }
}

.choose{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
table.choose-table{
  width: 57%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 769px) { 
  .choose{
    flex-direction: column;
    align-items: center;
  }
  table.choose-table{
    width: 100%;
  }
}

table.choose-table th{
  background-color: #626fae;
  color: #fff;
  padding: 15px;
}
table.choose-table th:first-child{
  width: 25%;
}
table.choose-table td.choose-text{
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  display: block;
  min-height: 50px;
}
table.choose-table caption {
  caption-side: bottom;
  text-align: left;
  color: #252525;
}
.choose-bnr{
  margin-bottom: 100px;
}


.tl_label,
.tl_title{
  color: #2f3a6e;
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
}
.main-bdr, #inner-content .main-bdr{
  border-color: #3b4b9a !important;
}
.main-bc, .has-sango-main-background-color{
  background-color: #3b4b9a !important;
}
.tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
    background: transparent!important;
}

.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-txt {
  color: #3b4b9a;
  font-weight: bold;
}
.blue-txt-yellow-under {
  color: #3b4b9a;
  background: linear-gradient(transparent 60%, yellow 30%);
  padding-bottom: 0.3em;
  font-weight: bold;
}
.red-txt {
  color: #c1272d;
  font-weight: bold;
}

.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;*/
    border: none;
}

table.work-table th {
    border: 0;
    background: #fff;
    width: 30%;
    text-align: left;
    /*color: #80c4b2;*/
    color: #2f3a6e;
}

table.work-table tr {
    /*border-bottom: 1px dashed #ccc;*/
    border-bottom: 1px solid #e6e6e6;
}
table.work-table tr:last-child td{
  display: flex;
  min-height: 120px;
  align-items: center;
}

.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;
  display: none;
}
@media screen and (max-width: 769px) { 
  .scroll {
    display: block;  
  }
}

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


.entry-content h2.bk-gray {
  display: block;
  background: #f2f2f2;
  text-align: center;
  padding: 15px 0;/*文字の左右の余白*/
  font-size: 28px;/*文字サイズ*/
  color: #2f3a6e;/*文字色*/
}
@media screen and (max-width: 769px) { 
  .entry-content h2.bk-gray {
    font-size: 20px;
  }
}

.entry-content h2.bk-navy {
  display: block;
  background: #2f3a6e;
  text-align: center;
  padding: 20px 0;/*文字の左右の余白*/
  font-size: 28px;/*文字サイズ*/
  color: #FFF;/*文字色*/
}
@media screen and (max-width: 769px) { 
  .entry-content h2.bk-navy {
    font-size: 20px;
  }
}
.entry-content img {
  margin: 0 auto;
}

.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;
}
.profile-wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.profile-textarea{
  width: 70%;
}
.profile-textarea .profile-career{
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

#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;*/
    background-color: #2f3a6e;
    border: none;
    box-shadow:none;
    color: #fff;
    padding: 20px;
}

.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: 90px;
    padding: 0 40px;
    background: #3b4b9a;
    color: #fff;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 2.1;
    min-width: 320px;
    margin: 20px auto;
    width: 100%;
    box-shadow: inset 0px -2px 0px 0px #dfefff;
    border-bottom: solid 12px #3b4b9a;
}
#inner-content .hh35:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px white;
  border-bottom: solid 90px transparent;
}
#inner-content .hh35:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: none;
  border-left: solid 20px transparent;
  border-bottom: solid 90px white;
}

@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;
    line-height: 1.2em;
    height: 70px;
    padding-top: 8px;
}
}

.osusume-mini {
	background:#fff;
}

#inner-content .hh11 {
	margin-top:20px;
    position:static;
    padding: 0.8em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 10px #2f3b54;/*左線*/
}

#inner-content .hh11:after {
    position: absolute;
    border: 0;
}

p.osusume-text {
    padding: 7px;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}
.osusume-text2 {
    line-height: 1.3;
    background: #3b4b9a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px!important;
}

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;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none!important;
  color: #ffffff;
  font-size: 22px;
  border-radius: 35px;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  font-weight: bold;
  transition: 0.3s;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(180deg, rgba(251, 176, 59, 1), rgba(245, 135, 0, 1));
  border: solid 2px;
}
@media screen and (max-width: 769px) { 
  .gurabtn3 {
    width: 100%;

  }
}
.gurabtn3:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

/*.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-tag-flash {
    animation: flash 1s linear infinite;
    /*background: #e03570;*/
    background: #2f3a6e;
    display: inline-block;
    margin: 0 .2em .2em 0;
    padding: .5em;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    /*border-radius: 15px;*/
    border-radius: 5px;
}

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

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;*/
    background-color: #517db0;
    /*border-radius: 15px;*/
    border-radius: 5px;
}

span.rank-tag4-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: #c79228;
    border-radius: 5px;
}


@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 {
	position: relative;
	padding: 0;
  padding-left: 150px;
	font-size: 2.0em;
  margin-bottom: 20px;
}
h3.top-rank:before { 
    position: absolute;
    top: -70px;
    left: 0px;
  	content: '';
    display: inline-block;
    width: 123px;
    height: 123px;
    margin-right: 10px;
    background-image: url(https://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
  h3.top-rank {
    padding-left: 80px;
  }
  h3.top-rank:before { 
    top: -20px;
    width: 80px;
    height: 80px;
  }
}



h3.top-rank2 {
	position: relative;
	padding: 0;
  padding-left: 150px;
	font-size: 2.0em;
  margin-bottom: 20px;
}

h3.top-rank2:before { 
    position: absolute;
    top: -70px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 123px;
    height: 123px;
    margin-right: 10px;
    background-image: url(https://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
  h3.top-rank2 {
    padding-left: 80px;
  }
  h3.top-rank2:before { 
    top: -20px;
    width: 90px;
    height: 80px;
  }
}

h3.top-rank3 {
	position: relative;
	padding: 0;
  padding-left: 150px;
	font-size: 2.0em;
  margin-bottom: 20px;
}

h3.top-rank3:before { 
    position: absolute;
    top: -70px;
    left: 0px;
    content: '';
    display: inline-block;
    width: 123px;
    height: 123px;
    margin-right: 10px;
    background-image: url(https://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
  h3.top-rank3 {
    padding-left: 90px;
  }
  h3.top-rank3:before { 
    top: -20px;
    width: 80px;
    height: 80px;
  }
}

h3.top-rank4{
	position: relative;
	padding: 0;
  padding-left: 150px;
	font-size: 2.0em;
  margin-bottom: 20px;
}

h3.top-rank4:before { 
    position: absolute;
    top: -50px;
    left: 0px;
  	content: '';
    display: inline-block;
    width: 98px;
    height: 99px;
    margin-right: 10px;
    background-image: url(https://logistics.hikaku-search.site/wp-content/uploads/2025/06/rank04.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
  h3.top-rank4 {
    padding-left: 90px;
  }
  h3.top-rank4:before { 
    top: -20px;
    width: 80px;
    height: 80px;
  }
}

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;
}
/* 更新日付 */
.update-date{
  text-align: right;
}


.reason-top{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.reason-top p{
  width: 58%;
  text-align: left;
  padding: 30px;
  font-size: 18px;  
}
@media screen and (max-width: 769px) { 
  .reason-top{
    align-items: center;
    flex-direction: column;
  }
  .reason-top p{
    width: 100%;
    padding: 0;
  }
}
.reason-list{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style-type:none!important;
  border: none!important;
  padding: 0!important;
}
.reason-list li{
  width: 30%;
  text-align: left;
}
.reason-list li p{
  margin-top: 20px;
}
@media screen and (max-width: 769px) { 
  .reason-list{
    flex-direction: column;
    align-items: center;
  }
  .reason-list li{
    width: 100%;
    text-align: left;
  }
}

table.summary-table,
table.summary-table th,
table.summary-table td{
  border: 1px solid #ccc!important;
}
table.summary-table{
  text-align: center;
}
table.summary-table th {
  background-color: #626fae;
  color: #fff;
  padding: 15px;
}
table.summary-table td.summary-txt{
  text-align: left;
}
.about{
  background-color: #2f3a6e;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 20px;
  text-align: center;
}