@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*修正コード*/
.main figure.wp-block-table {
	display: contents !important;
}

/**/
.what-is-esim-sidebar {
    position: sticky;
    top: 100px;
    background-color: transparent;
    z-index: 1000;
}


.home .container, .home .header{
  height: 600px !important;
}

/*
.buttonings .button-block {
  filter: drop-shadow(7px 7px 0px #ffb347);
}
*/

.main {
	border-radius: 25px;
}

.content {
	background-color: transparent !important;
	filter: drop-shadow(0px 0px 10px #ffe7cc);
}

/**/
.main-sidebar {
	/*filter: drop-shadow(0px 0px 10px #ffe7cc);*/
	background-image: url('http://esim-lowprice.com/wp-content/uploads/2026/03/bg-1.webp');
	background-attachment: contain;
	background-position: center;
}

/*
.main-sidebar .button-block {
  filter: drop-shadow(7px 7px 0px #333333);
}
*/

.main-sidebar .a-wrap:hover {
	color: #ea5506;
}

.skin-grayish .footer, .skin-grayish .footer a {
    background-color: #303030;
    color: white;
}

.is-style-default .swiper-button-prev, .is-style-default .swiper-button-next {
	background: #FFE083;
	background: linear-gradient(125deg, rgba(255, 224, 131, 1) 0%, rgba(255, 149, 21, 1) 100%);
	color: white;
	font-weight: bold;
}


/* Table */
/*.entry-content table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.entry-content th,
.entry-content td {
  white-space: nowrap;
}
*/



/*Comparison Table*/
.comparison-table {
  width: 100%;
  max-height: 80vh;
  margin: 20px auto;
  border: 8px solid rgb(234 85 6);
  border-radius: 8px;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
}


.comparison-table table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;

  table-layout: fixed;
  width: 100%;
}

.entry-content table tbody tr:nth-child(n+2):nth-child(-n+14) td {
  background-color: #ffffff;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 5px;
  white-space: nowrap;
  border: 1px solid #ffcd92;

}

.comparison-table th {
  background-color: #ffffff;
  font-weight: bold;
}

.comparison-table tbody tr:nth-child(1) {
  color:rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
}


.comparison-table td {
  font-size: 16px;
  padding: 10px 20px;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}

.comparison-table thead th {
  background-color: #ff9515;
  color: white;
  font-size: 20px;
}

.comparison-table tr:nth-child(1) {
  background-color: #ffcd92;
  color: white;
}


.comparison-table table tr:nth-child(n+2):nth-child(-n+12) td:first-child {
  text-align: center;
  /*
  background-color: #ffcd92;
  color: black;
  */
}

.comparison-table table tbody tr:nth-child(n+2):nth-child(-n+14) td:nth-child(2),
.comparison-table table tbody tr:nth-child(n+2):nth-child(-n+14) td:nth-child(3),
.comparison-table table tbody tr:nth-child(n+2):nth-child(-n+14) td:nth-child(9) {
  min-width: 250px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.comparison-table table tbody tr:nth-child(n+2):nth-child(-n+14) td:nth-child(2),
.comparison-table table tbody tr:nth-child(n+2):nth-child(-n+14) td:nth-child(3) {
	text-indent: 1em each-line;
}

.comparison-table table tr:nth-child(n+2):nth-child(-n+12) td:first-child {
	width: 300px !important;
	height: auto;
}
.comparison-table table tr:nth-child(n+2):nth-child(-n+12) td:first-child img {
	width: 300px !important;
	height: auto;
}


.table-disclaimer p {
	text-align: left;
	font-size: 14px;
}

.comparison-table table thead tr th:first-child{
	background: linear-gradient(to right top, #ff9515 0%,#ff9515 49.9%,#ffffff 50%,#ffffff 53%,#ff9515 51.1%,#ff9515 100%);
}

.comparison-table tbody tr td strong {
    background: linear-gradient(transparent 60%, #fff200 60%);
    font-weight: normal;
}

@media screen and (max-width: 767px) {
	.comparison-table {
		padding: 0px;
	  }
	.comparison-table table tr:nth-child(n+2):nth-child(-n+12) td:first-child {
		width: 150px;
	}
	.comparison-table table tr:nth-child(n+2):nth-child(-n+12) td:first-child img {
		width: 150px;
	}
	.comparison-table table tbody tr td {
		font-size: 12px;
  }
  .table-disclaimer {
    font-size: 10px;
  }
}



/*Normal Table*/
.normal-table {
  width: 100%;
  margin: 20px auto;
  border: 8px solid rgb(234 85 6);
  border-radius: 8px;
  overflow-x: auto;
}

.normal-table table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
	display: grid-lanes !important;
}



.normal-table tr td:nth-child(2) {
	max-width: 300px;
	word-wrap: break-word;
	white-space: normal;
}

.normal-table thead th {
  background-color: #ff9515;
  color: white;
  font-size: 20px;
}

.normal-table td {
  font-size: 16px;
  word-break: break-word;
}

.normal-table .lang-cat {
  background-color: #ffcd92 !important;
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
	.normal-table {
		padding: 0px;
	  }
	.normal-table tr td {
		font-size: 12px;
  }
	.normal-table .lang-cat {
		font-size: 14px;
	  }
}




/*Ranking Table*/
.ranking-table {
  width: 100%;
  margin: 20px auto;
  border-radius: 8px;
  padding: 0;
  box-sizing: border-box;
  overflow-x: auto;
  border: none !important;
  outline: none !important;
  border-style: none !important;
}

.ranking-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: none !important;
  outline: none !important;
  border-style: none !important;
}

.ranking-table td {
	height: 66px;
}

.ranking-table tr:nth-of-type(2n+1) {
	background-color: #ffffff !important;
}

.ranking-table th,
.ranking-table td {
  padding: 12px 10px;
  border-top: 1px solid #ffcd92;
  border-bottom: 1px solid #ffcd92;
  white-space: normal;
}

.ranking-table thead th {
  background-color: #ff9515;
  color: white;
  font-size: 20px;
}

.ranking-table table tbody tr td {
  font-size: 10.5px;
  word-break: break-word;
}

.ranking-table table tbody tr td:first-child {
  text-align: left;
}

.ranking-table table tbody tr td:nth-child(2) {
  text-align: right;
}

.ranking-table table tbody tr:nth-child(3) td:first-child {
  border-top: 5px solid #db0000;
  border-left: 5px solid #db0000;
  border-bottom: 5px solid #db0000;
  font-weight: bold;
}

.ranking-table table tbody tr:nth-child(3) td:nth-child(2) {
  border-top: 5px solid #db0000;
  border-right: 5px solid #db0000;
  border-bottom: 5px solid #db0000;
  font-weight: bold;
}


.equalizer {
	height: 175px !important;
}

/*
.ranking-group {
	border-right: 2px solid #ffb347;
	padding: 0 2.5px;
}
*/

@media screen and (max-width: 767px) {
  .ranking-table table tbody tr td {
    font-size: 10px;
  }
	.ranking-table td {
	height: 35px;
	}
	
	.equalizer {
		height: 100px !important;
	}
}




