@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.grecaptcha-badge {
	display: none;
}

.ad-date-block {
	display: flex;	
	margin-top: -20px;
}
.ad-date-block > .ad-tag-area {
	margin-top: 4px;
	margin-bottom: 4px;
}
.ad-date-block > .date-area {
	margin-left: auto;
	margin-right: 0;
}
.ad-date-block .tag-desc {
	font-size: 14px;
}
.ad-date-block .post-date {
	margin-right: 0;
}
.ad-date-block .tag-link:hover {
	background-color: inherit;
}

table.comparison-table {
	font-size: 14px;
	width: initial;
}
table.comparison-table td, 
table.comparison-table th {
	padding: 5px 4px;
}
table.comparison-table tbody tr:first-child > * {
	background: #fff;
}
table.comparison-table tbody tr:first-child > th {
	border: none;
}
table.comparison-table tbody tr > th {
	width: 160px;
}
table.comparison-table tbody tr > td {
	width: 160px;
	text-align: center;
}
table.comparison-table tbody tr td a {
	text-decoration: none;
	color: inherit;
}
table.comparison-table tbody tr td img {
	max-width: 128px;
	max-height: 128px;
}
table.comparison-table tbody tr td .image {
	height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
	.ad-date-block {
	    display: block;	
	    margin-top: -10px;
    }
	.ad-date-block > .date-area {
		text-align: right;
	}
	
  /*必要ならばここにコードを書く*/
  .comparison-table-wrapper {
	overflow-x: scroll;
	margin-right: -16px;
  }
  table.comparison-table {
	width: max-content;
	max-width: initial;
	margin-right: 16px;
  }
  table.comparison-table tbody tr > th {
	width: 92px;
  }
  table.comparison-table tbody tr > td {
	width: 120px;
  }
  table.comparison-table tbody tr td img {
	max-width: 112px;
	max-height: 112px;
  }
  table.comparison-table tbody tr td .image {
	height: 112px;
  }
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.entry-title {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media screen and (min-width: 1024px){
	#header-container {
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	}
	#header-container-in {
		width: 1256px;
		max-width: 100%;
		height: 64px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#header {
		width: 264px;
	}
	#header #header-in {
		width: auto;
	}

	#header .logo-image {
		padding: 0;
	}
	#navi {
		box-shadow: none;
	}
	#navi #navi-in {
		width: auto;
	}
}