/*
Theme Name:xeory_base-child
Theme URI:http://xeory.jp/
Description:xeory_baseの自作子テーマ
Template:xeory_base
Version: 0.2.2
*/

body {
    font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", FontAwesome, sans-serif;
    background-color: #fff;
	font-feature-settings: "palt";
}

a {
    text-decoration: none;
    transition: all 250ms ease-out;
}

a:hover {
    text-decoration: none;
    color: #5ab2af;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
}

p {
    color: #444;
    padding: 0 0 1em;
}

.wrap {
	white-space: normal;
}

.mw230 {
	min-width: 230px;
}

.inline-b {
	display: inline-block;
    white-space: nowrap;
}

.sp_br {
	display: block;
}

#content {
		padding: 0 0 20px 0!important;
}

.main-inner article {
	padding: 30px 0;
	margin: 0px;
}

.sidebar-item-list 	{
	padding-bottom: 20px;
}

#header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 24px;
}

.post-header {
	padding: 100px 1000px!important;
}

.post-title {
    line-height: 1.5;
    color: #444;
	　text-align: left!important;
    font-weight: 800;!important;
}

.post-title::after {
	bottom: -50px!important;
}

.post-content {
	padding: 20px 15px;
}

.post-content p {
	line-height: 1.8;
}

.main-inner {
	background-color: #000;
}

.mokuji-lists li a {
	display: block;
	margin: 0 0 0.6em 0;
	color: #444;
}

.main-detail-text-wrap {
	line-height: 1.8;
	align-items: center;
	flex-direction: column-reverse;
}

.main-detail-text-wrap .img-container{
	width: 100%;
	padding: 1em 0;
}

.main-detail-text-wrap  p{
	width: 100%;
	padding: 0;
}

section.top-mokuji {
	padding: 0 10px;
	margin-top: 20px;
	width: 100%;
}

section.top-mokuji ul li {
	margin: 0;
	line-height: 1.5;
}

section.top-mokuji ul .small {
	margin: 1em;
	line-height: 1.2;
}

.post-content ul {
	padding: 0;
}

top-mokuji li {
	line-height: 1;
	margin: 0 0 0.6em 0;
}

#content .toc_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    border-left: 10px solid #ffe45c;
    background: #fafafa;
    padding: 0.5em 0.8em;
    width: 150px;
    margin-bottom: 1em;
}

/* お知らせは、こちら */
/* 口コミをもっと見る */

.page-link-news-btn,
.page-link-review-btn {
    text-align: center;
    display: block;
    color: #fff!important;
    font-size: 18px;
    padding: 18px 25px;
    border-color: #35ba33;
    background-color: #35ba33;
    box-shadow: 0 6px 0 #1e6d0a;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    max-width: 500px;
    position: relative;
}

.page-link-review-btn {
    margin: 0 auto 3em;
}

.page-link-news-btn:hover,
.page-link-review-btn:hover {
    color: #fff;
    background-color: #0e9c01;
    box-shadow: none;
    transform: translate(0, 6px);
}

.page-link-news,
.page-link-review {
	background-color: transparent;
}

.page-link-news-btn::after,
.page-link-review-btn::after,
a.brand-btn::after,
.bland_btn-wrap a::after{
    content: "\f0ab";
    font-family: "fontAwesome";
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.2em;
    bottom: 0;
    margin: auto 0;
    font-size: 24px;
    line-height: 1;
    height: 1em;
}

a.brand-btn::after,
.bland_btn-wrap a::after{
	content: "\f0a9"
}

.bland_btn-wrap {
	width: 85%;
}

section.top-mokuji {
    border: none;
    background: #fff;
	margin-bottom: 0!important;
}

.post-header {
	background-color: transparent!important;
}

.post-header h1 {
	background-color: #fff;
}

section.top-mokuji ul li{
	list-style-type: none;
	border: 0;
}

.mokuji-lists li a:hover{
	color: #5ab2af;
}

/* 黄色のアンダーマーカー */

.sc_marker {
    background: linear-gradient(transparent 50%, #ff6 50%);
	font-weight: bold;
}

/* 目次 */

.top-mokuji h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    border-left: 10px solid #ffe45c;
    background: #fafafa;
    padding: 0.5em 0.8em;
    width: 150px;
    margin-bottom: 1em;
	text-align: left
}

.topic_number {
    font-size: 0.8em;
    display: inline-block;
    background: #def4f2;
    padding: 0.1em 0.5em;
    margin-right: 0.3em;
    color: #444;
    transition: all 250ms ease-out;
}

.top-table-wrap .gray td {
    background-color: #5ab2af;
}

.top-table-wrap td {
	min-width: 150px;
}

.top-table-wrap td::before {
	color: #fff;
	background-color: #5ab2af;
}

.inner h2.top-title {
    padding: 10px 40px;
    background: #1c867a;
	margin-top: 0!important;
    margin-right: -50px;
    margin-left: -50px;
    box-shadow: 0 1px 3px #777;
    border-radius: 0;
}

/* タイアップ */
.index-tieup .tieup {
	display: block;
}

.tieup-content-right p {
	padding: 0 10px;
}

/* 黄色の見出しの帯 */

#content .top-title,
.review-brand-title,
.brand_name{
    font-size: 24px;
    padding: 10px 40px;
    color: #444;
    background: #ffe45c;
    margin-right: -10px;
    margin-left: -10px;
    box-shadow: 0 1px 3px #777;
    border-radius: 0;
}

.review-brand-title,
.brand_name {
	position: relative;
}

#content .top-title::before,
#content .top-title::after,
.review-brand-title::before,
.review-brand-title::after,
.brand_name::before,
.brand_name::after{
    content: "";
    position: absolute;
    top: 102%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #666;
}

#content .top-title::before {
    right: 0;
    border-left: 5px solid #666;
	padding-right: 0;
}

.review-brand-title::before,
.brand_name::before{
	top: 100%;
    right: 0;
    border-left: 5px solid #666;
	padding-bottom: 0;
}

#content .top-title::after {
    left: 0;
    border-right: 5px solid #666;
}

.review-brand-title::after,
.brand_name::after{
    left: 0;
    border-right: 5px solid #666;
}

.best_five-content h3 {
    background-color: #5ab2af;
}

.post-content table tbody th {
    background-color: #5ab2af!important;
	color: #fff;
	width: auto;
	white-space: nowrap;
	font-size: 14px;
}

.post-content table tbody td {
	font-size: 14px;
	letter-spacing: 0;
    color: #444;
}

.post-content table tbody td a {
    color: #444;
}

.post-content table tbody td a:hover {
    color: #5ab2af;
}

/* リンクのボタン */
.top-table-wrap .rank-btn,
.bland_info-content a.table-btn{
    border-color: #ff4300;
    background-color: #ff4300;
    border: 1px solid #ff4300;
	box-shadow: 0 2px 0 #bf441a;
	text-shadow: 0 2px 0 #bf441a;
}

.top-table-wrap .rank-btn:hover,
.bland_info-content a.table-btn:hover{
    color: #bf441a;
    text-shadow: 0 2px 0 #fff;
    border: 1px solid #bf441a;
    box-shadow: none;
}

/* タイアップのボタンの崩れ */

.tieup-btn-wrap {
    display: flex;
    flex-direction: column;
}

/* 10つの項目 */

.osusume-contents {
	border: 0;
}

.osusume-contents h3,
h3.table-title {
	background: #def4f2;
	border-radius: 5px;
	color: #444;
	padding: 0.3em 1em;
	margin: 1.2em 0 0.8em;
}

.osusume-contents h3::before {
	content: none;
}

.osusume-contents p {
	padding: 0 10px 24px 10px;
}
1
.brand-cotainer {
	margin: 0;
	padding: 0;
}

/* 緑のタイトル */

.before {
	background-color: #5ab2af;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 50px;
	text-align: center;
	transform: translateX(-20px)
}

#content .brand-cotainer .top-title.sc_heading.countrad.green {
    background: #def4f2;
    color: #444;
    box-shadow: none;
    padding: 0;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
}

#content .brand-cotainer .top-title.sc_heading.countrad.green::before,
#content .brand-cotainer .top-title.sc_heading.countrad.green::after {
    content: none;
}

.sc_heading.countrad {
    position: relative;
    background: #eee;
    color: #000;
    border-radius: 5px;
    margin-left: 20px;
    padding-left: 38px;
}

content .sc_heading, .sc_heading {
    position: relative;
    color: #fff;
    padding: 0.5em 1em;
    margin: 1.5em 0 1em;
    line-height: 1.5;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: 0 0;
    font-weight: bold;
}

/* 赤色ボタン */
a.brand-btn,
.bland_btn-wrap a{
    color: #fff;
    border-color: #ff4300;
    background-color: #ff4300;
    font-size: 18px;
	background-image: none;
    text-shadow: 0 1px 4px rgb(0 0 0 / 40%);
	box-shadow: 0 6px 0px #bf441a;
	position: relative;
}

a.brand-btn:hover,
.bland_btn-wrap a:hover{
    box-shadow: none;
    transform: translate(0, 6px);
    opacity: 1;
}

.bland_btn-wrap a:hover {
	border-color: #ff4300;
	background-color: #ff4300;
}

.brand-btn-container {
	background-color: transparent;
}

.bland_btn-container {
	margin: 0 auto 3em;
}

.brand-point {
	flex-direction: column;
}

.brand-point .img-container,
.brand-point .point-wrap{
	width: 100%;
}

/* 黄色の枠 */

.point-wrap,
.hikaku_index .aside-normal{
    margin-bottom: 1.2em;
    position: relative;
    border: 3px solid #ffe45c;
	padding: 3em 1.5em 1em;
    border-radius: 5px;
}

.hikaku_index .point-wrap {
	padding: 4.5rem 1em 1em;
}

.point_wrap_title {
	background: #ffe45c;
    color: #444;
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    padding: 0.5em 1em;
    border-radius: 5px;
	font-weight: bold;
}

.aside-normal {
	padding-top: 3.5em!important;
}


.sc_frame_wrap {
	margin-bottom: 1.5em;
    position: relative;
    border: 3px solid #ffe45c;
	border-radius: 5px;
}

.sc_frame_title {
	background-color: #ffe45c;
	width: fit-content;
    font-size: 15px;
	font-weight: bold;
	color: #444;
	border-radius: 0 0 5px 0;
	padding: 2px 1em;
}

.sc_frame {
    padding: 1em 1.5em;
    position: relative;
    border-radius: 5px;
    background: #fff;
    color: #000;
}

section.index-tieup {
	margin-top: 0;
}

.index-tieup .tieup {
	margin-bottom: 40px;
}

.brand-cotainer {
	border: 0;
	background-color: #fff;
}

.point-text h4 {
	font-size: 15px;
	font-weight: bold;
	color: #6f97bc;
	text-indent: -2em;
}

.point-text p {
	font-size: 15px;
	font-weight: bold;
	border: 0;
	color: #000;
}

/* チェックマーク */

.point-text h4::before,
.sc_frame_text::before{
    content: '\f00c';
    font-family: fontAwesome;
	color: #444;
	padding-left: 2em;
    padding-right: 0;	
    display: inline-block;
    background: #ffe45c;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding-top: 0.5em;
	margin-right: 0.5em;
}

.sc_frame_text::before{
	padding-left: 0.5em;
    padding-right: 0.5em;	
}

.sc_frame_text a {
	color: #6f97bc;
	font-weight: bold;
}

.sc_frame_text a:hover {
	color: #6495ed;
}

p.osusumedo-sub_sp,
p.osusumedo-sub{
		font-size: 18px!important;
		font-weight: bold;
}

.evaluation p.score-wrap {
	padding-right: 0;
	text-align: center;
}


/* 編集部からの解説 */

.commentary,
.beginner_content_wrap h3{
    font-weight: bold;
    border-radius: 0;
    position: relative;
    border: none;
    padding: 1.2em 1em;
    margin: 0;
	margin-bottom: 26px;
    background-color: #ffe45c;
	color: #333;
}

.commentary p {
	line-height: 1.8;
	padding: 0 20px;
	color: #333;
}

h3.commentary-title,
h3.beginner_title {
	font-size: 18px;
	color: #fff;
	background-color: #5ab2af;
	border: 0;
	width: fit-content;
	margin: 0;
	transform: translate(20px, 10px);
	position: relative;
	z-index:1;
}

h3.beginner_title {
	padding: 0.1em 1em;
	color: #fff!important;
}

/* 右上の角を削る */
.commentary::before,
.beginner_content_wrap h3::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: -1px;
    top: -1px;
}

.commentary::after,
.beginner_content_wrap h3::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

h3.beginner_title::before,
h3.beginner_title::after{
	content:none;
}

.post-content table {
	margin-bottom: 1em;
}

/* 口コミ */

.review {
	background: #f7f7f7;
    padding: 0px 0px 1px 0px;
    border-radius: 5px;
    margin-bottom: 26px;
}

ul.horizontal-list {
	overflow-x: auto;
    display: flex;
    background: #f7f7f7;
    padding: 0px !important;
    padding-top: 9px !important;
    padding-left: 10px !important;
    padding-bottom: 4px !important;
}

.brand-cotainer .title,
.hikaku_index .title{
	margin-left: 0px;
    color: #f7f7f7;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
    background: #4e4e4e;
    padding: 3px 22px;
}

li.item {
	display: inline-block;
    width: 100%;
    height: auto;
    margin: 8px 14px 8px 8px;
    font-size: 14px;
    color: #504848;
    background-color: #f7f7f7;
    min-width: 250px;
    border: 2px solid #5ab2af;
    border-radius: 5px;
    position: relative;
	list-style-type: none;
}

li.item a {
    color: #5ab2af;
    width: 100%;
    display: block;
    margin: 1em;
}

.review a {
	color: #5ab2af;
}

.commentary-title {
    background-color: #5ab2af;
    color: #fff;
}

/* Q&A */

.faq_wrap {
	border: 0;
	padding: 15px;
}

.faq_content {
	cursor: text;
	margin: 0;
	padding: 0 0 0 45px;
}

p.faq_q::before,
p.faq_a::before{
	content: "Q";
    background: #e04848;
	position: absolute;
    top: -10px;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

p.faq_a {
	display: block;
	font-size: 15px;
	position: relative;
	padding: 0;
	margin-bottom: 1em;
}

p.faq_q {
	position: relative;
	color: #ff5722;
	font-size: 15px;
	margin-bottom: 1em;
	padding: 0;
}

p.faq_a::before {
    content: "A";
    background: #488ce0;
	top: 0;
}

.faq_toggle_icon {
	display: none;
}


/* テーブル */

.top-table-wrap table {
    overflow-x: auto;
}

.gray td {
	color: #fff;
}

/* おすすめ */

.beginner_content_wrap {
	border: 0;
}

.beginner_content_wrap p {
    font-size: 15px;
	line-height: 1.8;
}

.bland_bn_wrap {
	margin-top: 1em;
}
/* フッター */

#footer {
    color: #ee2;
    background-color: #444;
    margin: 0 auto;
}

#footer a {
	color: #fff;
}

#footer .footer-01,
#footer .footer-02 {
	background-color: #444!important;
	border-top: 0
}

.footer-copy {
	color: #fff;
}

#footer a:hover {
    color: #6495ed;
}

.review-item {
    color: #6f97bc;
}

.review-item:hover {
    color: #6495ed;
}

.rank_detail_table th {
	color: #fff!important;
}

.rank_detail_table td {
	color: #444!important;
}

/* サイドバー */

.widgettitle,
.taxonomy-sidebar-title {
    margin-left: -20px;
    background: #fff!important;
    border-radius: 0;
    box-shadow: 0 0px 0px #777!important;
    color: #000!important;
    position: relative;
    font-size: 16px;
    padding: 8px 15px;
    margin: -10px;
    margin-bottom: 10px;
	 margin-top: 20px;
}

.widgettitle::before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #666;
    left: 0;
    border-right: 5px solid #666;
}

.widgettitle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 0;
    border: 18px solid #5ab2af;
    border-right-color: transparent;
    border-width: 20px 15px 20px 0;
}

.sidebar-list-title {
    color: #335;
    font-size: 14px;
}

.sidebar-link {
    color: #335;
}

.sidebar-link:hover {
    color: #6495ed;
}

/* お知らせ */
.taxonomy-sidebar:hover {
    box-shadow: 0 0 5px rbga(0, 0, 0, 0.3);
}

/* pagination */
.pagination {
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: -0.4em;
}

.pagination .current,
a.page-numbers {
    background-color: #607d8b;
    color: #fff;
    padding: 12px 22px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 0;
    margin: 0 3px;
    border-radius: 3px;
    font-weight: bold;
}

a.page-numbers {
    background-color: #afafaf;
    color: #fff;
}

a.page-numbers:hover {
    background-color: #eee;
}


.voice {
	margin-bottom: 1.2em;
	float: none;
}

.clearfix {
	display: block;
}

.voice.left.n_bottom .icon {
    float: left;
}

.voice .icon p {
	padding: 0;
}

.voice.left.n_bottom .icon img {
    float: none;
}

.voice.left .icon img {
    float: left;
    margin-right: 20px;
}
.voice .icon img {
    border: none;
}
.voice .icon img {
    border-radius: 50%;
    border: 2px solid #eee;
    width: 35px;
    height: 35px;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    margin: 0;
    overflow: hidden;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 1.5em 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.voice.left .text.sc_balloon {
    border-radius: 0 15px 15px 15px;
}

.voice .text.sc_balloon, .voice .think_balloon {
    padding: 0.5em 1em;
    margin: 0;
    border-width: 2px;
    font-size: .9em;
    margin-top: 15px;
    font-weight: bold;
}
.voice.left .text {
    float: left;
}
.sc_balloon.left {
    margin-left: 15px;
}
.voice .text {
    max-width: 75%;
}
.sc_balloon {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    margin: 10px;
    background: #fff;
    border: 2px solid #ccc;
    z-index: 0;
    border-radius: 5px;
}

.voice.left .sc_balloon:before {
    border-width: 0 17px 15px 0;
    margin-top: -11px;
    left: -8px;
    top: 11px;
}

.sc_balloon.left:before {
    left: -13px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
}

.sc_balloon.left:before, .sc_balloon.right:before {
    top: 30%;
    margin-top: -13px;
}

.sc_balloon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.voice.left .sc_balloon:after {
    border-width: 0 13px 12px 0;
    left: -13px;
    top: 8px;
}

.sc_balloon.left:after {
    left: -16px;
    border-width: 12px 16px 12px 0;
    border-color: transparent #ccc             transparent transparent;
}

.sc_balloon.left:after, .sc_balloon.right:after {
    top: 30%;
    margin-top: -10px;
}
.sc_balloon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

.aside-normal {
	position: relative;
}

.aside-normal > span {
    background: #ffe45c;
    color: #444;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 1em;
	border-radius: 5px
}

.aside-normal > span::after {
    content: 'Check!';
    display: inline-block;
    font-weight: bold;
}

.more-check {
	color: #444;
	padding: 0 0 10px 1em;
	margin: 0!important;
}


/* 比較indexページ */

.hikaku_index .aside-normal span {
	left: -2px;
}

.top-mokuji h2 {
	margin-bottom: 1em!important;
}

.commentary_content {
	margin: 0 0 1em 0;
	width: 50%;
}

.commentary_content h3 {
	color: #fff;
	font-size: 15px;
	background-color: #5ab2af;
	height: 108px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1em;
}

span.commentary_small,
span.commentary_small::before{
	color: #fff;
	justify-content: flex-start;
}

.main-detail-text-wrap .aside-normal  {
	padding: 4em 1.5em 2em;
}

.best_five-wrap {
	margin: 0 auto;
	width: 100%;
}

.best_five-content {
	margin: 0;
}

/* ブランド個別 */

.brand_index .post-content h2.brand_name {
	margin: 1em 0;
	padding: 10px 40px;
}

.brand_index .top-mokuji h2 {
	padding: 0.5em 0.8em!important;
}


.brand_index .top-mokuji ul {
	margin: 0;
	text-align: left;
}

.table_adjust {
	white-space: normal!important;
	height: 140px!important;
	line-height: 1.2!important;
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.td_height_adjust {
	height: 200px!important;
}

.brand_index .bland_mokuji.top-mokuji li {
    text-align: left;
		margin-left: 1em!important;
	margin-bottom: 1em!important;
}

.ordershoes_product table  {
    overflow-x: auto;
}

.ordershoes_product table tbody {
    flex-direction: row;
}

.ordershoes_product table tbody td {
    white-space: nowrap;
}

section.bland_mokuji.top-mokuji {
	width: 100%;
}

/* テーブルレイアウト修正用 */
.ordershoes_product table.nuts_archive_table tbody{
    display: block;
}
.ordershoes_product table.nuts_archive_table tr{
    display: grid;
    /* grid-template-columns: 200px 200px 200px 200px 200px 200px 200px; */
    grid-template-columns: 200px 28.5714vw 28.5714vw 28.5714vw 28.5714vw 28.5714vw 28.5714vw;
}
.nuts_archive_table .table_title{
    width: 200px;
}
.ordershoes_product table.nuts_archive_table tbody td{
    white-space: initial;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-content table.nuts_archive_table tbody th{
    white-space: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content .best_five table tbody th{
	width: 30%;
}
.post-content .voice .text{
	max-width: none;
	white-space: initial;
}
.post-content .voice.left .text.sc_balloon{
	padding: 0.5em 0.8em;
}

@media (max-width: 1200px){
    .ordershoes_product table.nuts_archive_table tbody tr {
        margin: 0;
    }
    .ordershoes_product table.nuts_archive_table{
        margin-bottom: calc(1em + 40px);
    }
}
@media screen and (max-width: 768px){
    .ordershoes_product table.nuts_archive_table tr{
        grid-template-columns: repeat(7, 200px);
    }

	.post-content .best_five table tbody th{
		width: 100%;
	}
	.post-content .voice.left .text.sc_balloon{
		white-space: initial;
		max-width: none;
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.horizosunnyfootal-list li.item{
		margin: 0 auto 8px;
	}
	.horizosunnyfootal-list li.item a{
		width: auto;
	}
}
/* テーブルレイアウト修正用 end */

@media screen and (min-width: 959px) {
	.top_page .main-inner,
	.hikaku_index .main-inner,
	.brand_index .main-inner{
		margin-right: 0!important;
	}
}

@media screen and (max-width: 1024px) {
	.aside-normal > span {
		top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.aside-normal > span {
		top: 0;
	}
}

@media screen and (max-width: 768px) {
	.fixed02 {
		margin: 0;
	}
	
	td.fixed02.brand {
		max-height: none;
	}
	
	.top_page .wrap,
	.hikaku_index .wrap,
	.brand_index .wrap {
		margin: 0;
	}
	
	.main-inner article {
		padding-top: 10px;
	}
	
	header.post-header {
		padding: 10px 20px!important;
	}
	
	h1.post-title {
		font-size: 20px!important;
		line-height: 1.3;
		margin: 10px 0!important;
	}
	
	.inner p {
		font-size: 14px;
		line-height: 1.8;
	}
	
	section.top-mokuji {
		margin: 14px 0 0;
		width: 100%;
	}
	
	.post-content h2:first-child {
		text-align: left;
		margin-bottom: 1em;
	}
	
	.post-content ul {
		padding: 0;
	}
	
	.mokuji-lists li {
		margin: 0 0 0.6em 0!important;
	}
	
	.mokuji-lists li a{
		color: #444;
	}
	
	li.small {
		margin-left: 1em!important;
	}
	
	.page-link-news,
    .page-llink-review {
		margin-top: 70px;
	}
	
	#content .top-title {
		font-size: 18px;
		padding: 10px 25px;
	}
	
	#content .top-title::before,
	#content .top-title::after {
		content: none;
	}
	
	.top-table-wrap thead {
		display: table-header-group;
	}
	
	.top-table-wrap td {
        padding: 0!important;
		display: table-cell;
		line-height: 1.2;
		white-space: nowrap!important;
	}
	
	.top-table-wrap td::before {
		content: none; 
	}
	
	.top-table-wrap td.number {
		margin: 0;
	}
	
	.top-table-wrap td span {
		padding: 0.5em;
	}
	
	.td_img_container {
		padding-bottom: 0.5em;
	}
	
	.top-table-wrap td .inline-b {
		padding: 0!important;
	}
	
	.top-table-wrap .rank-btn {
		margin: 10px auto;
		width: 95%;
	}
	
	.top-table-wrap .table-wrap {
		margin-bottom: 28px;
	}
	
	.tieup-contents {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}
	
	.tieup-contents.left,
	.tieup-contents.right {
		width: 95%;
		margin: 0 auto;
	}
	
	.tieup-content-left,
	.tieup-content-right {
		width: 100%;
	}
	
	.tieup-content-left h3 {
		padding: 1em 0 12px;
	}
	
	.index-tieup .tieup {
		margin-bottom: 0;
	}
	
	section.brand_hikaku {
		margin: 24px 0 0;
	}
	
	.before {
		width: 48px;
		height: 48px;
		line-height: 40px;
	}
	
	#content .brand-cotainer .top-title.sc_heading.countrad.green {
    width: 90%;
}
	
	.point-text {
		margin-bottom: 1em;
	}

	.review, .commentary {
		margin-bottom: 14px;
		width: 100%;
	}
	
	.commentary p {
		padding: 0;
	}
	
	h3.commentary-title {
		font-size: 16px;
		padding: 0.1em 1em;
	}
	
	.brand-btn-container {
		width: 100%;
	}
	
	.post-content table th,
	.post-content table td{
		font-size: 14px;
        line-height: 1.5;
		white-space: nowrap;
	}
	
	.table-wrap {
		margin-bottom: 0;
	}
	
	.table-grad::after {
		content: none;
	}
	
	.top-table-wrap table td,
	.post-content table td{
		white-space: normal;
	}
	
	.table-wrap tr th {
		font-size: 14px;
	}
	
	.table-wrap tr td {
		font-size: 14px;
	}

    .best_five-content span.rank {
        font-size: 20px;
        padding-left: 0.5em;
    }

    .best_five-content h3 {
        font-size: 20px;
        padding: 0;
        height: 60px;
        display: flex;
        align-items: center;
    }
	
	.brand-point .point-wrap {
		padding: 3em 2.5em 1em;
	}
	
	.brand-point .point-wrap .point-text h4{
		margin: 0;
	}
	
	.point-text p {
		padding: 0;
	}
	
	.flex {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	
	.beginner_content_wrap h3 {
		font-size: 18px;
		color: #444;
	}
	
	.beginner .bland_bn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	
	.beginner .bland_bn p{
		padding: 0;
		text-align: center;
	}
	
	.beginner_text {
		padding: 0;
		margin-top: 1em!important;
	}
	
	.beginner_content_wrap h3 {
		margin-bottom: 0;
	}
	
	.top-title.title-faq {
		margin-bottom: 0!important;
	}
	
	.more-check {
		margin-top: 1em;
		padding-left: 1em;
	}
	
	.review-brand-title {
		font-size: 18px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.review-brand-title::before,
	.review-brand-title::after,
	.brand_name::before,
	.brand_name::after{
        content: none;
	}
	
	p.faq_q::before {
		margin-top: 5px;
	}
	
	/* 比較index */
	.commentary_wrap {
		flex-direction: column;
	}
	
	.commentary_content {
		width: 100%;
	}
	
	.hikaku_index .post-content table td {
		white-space: normal;
	}
	
	.bland_btn-wrap {
		width: 100%;
	}
	
	.bland_btn-wrap a {
		font-weight: normal;
	}
	
	/* ブランド個別 */
	.brand_index .post-content table {
		white-space: normal;
	}
	
	.brand_index .wrap {
		padding: 10px;
	}
	
	.bland_btn-container {
		padding: 10px 0;
	}
	
	.ordershoes_product table tbody td {
		white-space: nowrap;
		min-width: 250px;
		min-height: 63px;
		line-height: 1;
        display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	
	.ordershoes_product table tbody th {
		min-height: 63px;
	}
	
}


@media screen and (max-width: 420px) {
	section.osusume {
		margin: 0;
	}
	
	.ordershoes_product table tbody td::before,
    .ordershoes_product table tbody th::before{
            content: none;
    }
	
	.ordershoes_product table tbody th,
		.ordershoes_product table tbody td{
		padding: 8px 10px;
	}
}




/* ここからRYO MINATOの編集 */

#header {
	background-color: #fff;
	margin-bottom: 0px!important;
}

.archive-post-title:after, article.page .post-header h1.post-title:after {
    content: '';
    display: block;
    position: relative;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 3px;
    /* border-bottom: 3px double #204da0; */
    border-bottom: 3px double #222222;
}

.left-content .main-inner {
	margin: 0px;
}

.post-header {
	margin-bottom:30px
}

.taxonomy-main {
    width: 72%;
}

.taxonomy-sidebar {
    width: 25%;
}

.custom-post-item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.custom-post-title {
    margin: auto 0;
}

.custom-post-img {
    width: 180px;
    margin-right: 30px;
    box-shadow: 0 1px 5px -2px rgb(100 100 100 / 50%);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.custom-post-txt {
    margin: auto 0;
}


#content {
	background-color: #fff;
   padding: 15px 0px 52px!important;
}

.archive-taxonomy {
	padding: 10px 20px;
}

.wrap {
	padding: 20px 0px;
}

.post-header {
    padding: 0px!important;
}

.sidebar-list-title {
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 18px;
    color: #263238;
    font-size: 11px;
}

.sidebar-item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar-item-list li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 18px;
    color: #263238;
    font-size: 14px;
}

.custom-post-img, .term-information, .custom-post-title {
    display: block;
}

.custom-post-title {
    font-size: 22px;
    margin-bottom: 3px;
    color: #263238;
}

.custom-post-img, .term-information, .custom-post-title {
    display: block;
}

@media screen and (max-width: 991px) {
 	img {
    max-width: 100%;
    height: auto;
	}
	
}

@media screen and (max-width: 800px) {
	
		.headerLi {
		width: 33%;
}
	
	.archive-taxonomy {
    display: block!important;
}
	
	.taxonomy-main, .taxonomy-sidebar {
		width: 100%;
}
	.taxonomy-main {
    margin-bottom: 50px!important;
}
	
	
}