*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


@media screen and (max-width: 767px){
	h1.post-title {
		font-size: 24px;
	}
	.archive-post-title:before, article.page .post-header h1.post-title:before {
		content: none !important;
	}
}






/********************
 * フロントページ*
 * ******************/


/*タイトル*/
.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-link-news {
	text-align: center;
    display: block;
    color: #ffffff !important;
    font-size: 16px;
    border-color: #f90;
    background-color: #f90;
    border-radius: 5px;
    max-width: 500px;
    margin: 40px auto;
}

.page-link-news a{
	color: #ffffff;
}

.main-detail-text-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
} 

.main-detail-text-wrap  p{
	width: 70%;
	padding-right: 40px;
	line-height: 1.6;
}

.main-detail-text-wrap .img-container {
	width: 30%;
}

.main-detail-text-wrap.img-container img {
}

@media (max-width: 1024px){
	.page-link-news {
		margin-top: 30px;
	}
	.main-detail-text-wrap {
		flex-direction: column-reverse;
	}
	.main-detail-text-wrap  p{
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
		letter-spacing: 0.01em;
	}
	.main-detail-text-wrap .img-container {
	width: 100%;
	}
}

/*目次*/

section.top-mokuji{
	width: 95%;
	margin: 50px auto 100px;
	padding: 20px;
    border: 2px solid #909bb0;
    border-radius: 10px;
    background: #fafafb;
}

.top-mokuji h2 {
	text-align: center;
}

.top-mokuji li {
	font-weight: bold;
    margin: 0 40px 0 20px;
    line-height: 2.4;
    font-size: 1.5rem;
    border-bottom: 1px dashed silver;
}

.top-mokuji li.small {
    font-weight: normal;
    margin-left: 40px;
}

@media (max-width: 1024px){
	section.top-mokuji{
		padding: 0 ;
	}
	.top-mokuji li{
		line-height: 1.5;
		font-size: 14px;
		margin: 10px;
		letter-spacing: 0.01em;
	}
	.top-mokuji li.small{
		margin: 10px 10px 10px 20px;
	}
}

/*ランキング*/

.inner h2.top-title{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 50px 0 0;
    padding: 1em .5em;
    background-color: #222222;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 10%), 0 1px 0 rgb(255 255 255 / 20%);
}

.post-content .top-rank  h2:first-child {
   margin: 50px 0 0;
	padding: 28px 14px;
}

h2.title-rank:before{
	 content: "\f201";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
}

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

.top-table-wrap td {
	text-align: center;
	font-size: 12px;
}

td.fixed02.brand {
    max-width: 130px;
}

.td_img_container {
    width: 100%;
}

.top-table-wrap .fixed02 img {
	width: 100%;
    max-width: 100px;
}

a.iframe_url{
	display: block;
    width: 100%;
    height: 100%;
}

.iframe-pc {
    width: 120px;
    height: 80px;
    margin: 0 auto;
}

.top-table-wrap .iframe-container {
	height: 80px;
    margin: 0px auto;
    overflow: hidden;
}

.iframe-pc  .iframe-container{
  padding-top: 10px;
}

.top-table-wrap .fixed02 iframe {
  transform-origin: 0 0;
}

.iframe-pc iframe {
  margin-top: -10px;
  transform: scale(0.09);
}

/*.top-table-wrap .fixed02 iframe {
	transform-origin: 0 0;
   margin-top: -177.87%;
}*/

.top-table-wrap {
	overflow: scroll;
	margin-top: 50px;
}

.top-table-wrap table {
	white-space: nowrap;
}

.top-table-wrap .rank-btn  {
	display: block;
	color: #fff;
    border-color: #f90;
    background-color: #f90;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
	border-radius: 5px;
	font-size: 10px;
	padding: 10px;
	border:1px solid #f90;
	white-space: nowrap;
}

.top-table-wrap .rank-btn:hover {
	text-decoration: none;
	display: block;
	color: #f90;
    border:1px solid #f90;
    background-color: #ffffff;
}

span.text_red {
	color: #ff0000;
}
.top-table-wrap td.number{
	color: #111;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}


@media(max-width: 768px){
	.post-content .top-rank  h2:first-child {
		padding: 20px 14px;
	}
	
	.top-table-wrap table {
		border: none;
	}
	
	.top-table-wrap thead{
		display: none;
	}
	
	.top-table-wrap tr {
		margin-bottom: 30px;
	}
	
	.top-table-wrap td.number{
		margin: 60px 0 0;
	}
	
	.top-table-wrap td {
		display: block;
		padding: 0 0 10px !important;
	}
	
	.top-table-wrap td span {
		display: block;
		padding-top: 10px;
	}
	
	.top-table-wrap td::before {
		content: attr(aria-label);
		display: block;
		background-color: #f9f9f9;
		border-bottom: 1px solid #ddd;
		padding: 10px;
		font-weight: bold;
		color: #111
	}
	.top-table-wrap .rank-btn {
		width: 80%;
		max-width:200px;
		margin: 20px auto 10px;
	}
	.sp_none {
		display: none;
	}
	td.fixed02.brand {
		max-width: 100%;
		    max-height: 200px;
		position: relative;
	}
	.iframe-pc {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	}
}

/*タイアップ*/
section.index-tieup {
	margin: 80px 0 0;
}
.inner h2.title-tieup{
	margin: 0;
}
.inner h2.title-tieup::before{
	 content: "\f2b5";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
	margin: 0;
}

.index-tieup .tieup {
	display: flex;
	border: none !important
}

.tieup_iframe {
	width: 200px;
    height: 150px;
    margin: 0 auto;
}

.tieup_iframe_pc {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.tieup_iframe iframe {
	transform-origin: 0 0;
}

.tieup_iframe_pc iframe {
	transform: scale(0.1);
}

.tieup-contents {
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	border: 2px solid #e5e5e5;
}

.tieup-contents.left {
	border-right: none;
}

.tieup-content-left {
	width: 50%;
}

.tieup-content-left h3 {
	text-align: center;
    border: none;
	border-bottom: 1px solid #efefef;
	padding: 36px 0 12px;
	font-size: 28px;
	margin-top: 0;
}

.tieup-content-right{
	width: 50%;
	padding-top: 20px;
}

.tieup-content-right p {
	font-size: 14px;
	padding: 0 10px 20px;
}

.tieup-btn-wrap {
	text-align: center;
	padding: 30px 0 ;
}

.tieup-btn-wrap a.btn {
	font-size: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
	border-radius: 5px;
	margin: 10px;
}

.tieup-btn-wrap a.btn.detail-btn {
	color: #fff;
    border-color: #08c;
    background-color: #08c;
	border: 1px solid #08c;
}
.tieup-btn-wrap a.btn.detail-btn:hover {
	color: #08c;
	 background-color: #fff;
	border: 1px solid #08c;
	text-decoration: none;
}

.tieup-btn-wrap a.btn.order-btn {
	color: #fff;
    border-color: #f90;
    background-color: #f90;
	border: 1px solid #f90;
}

.tieup-btn-wrap a.btn.order-btn:hover {
	color: #f90;
	background-color: #fff;
	border: 1px solid #f90;
	text-decoration:none;
}

@media(max-width: 1024px){
	.index-tieup .tieup {
		flex-direction: column;
	}
	.tieup-contents.left {
		border-right:  2px solid #e5e5e5;
		border-bottom: none;
	}
}

@media(max-width: 420px) {
	.tieup-contents {
		flex-direction: column;
		padding-bottom: 50px;
		border: none;
	}
	.tieup-contents.left {
		/*border-right:  2px solid rgba(38,50,56,0.3);*/
		border-right:  none;
		border-bottom: 2px solid rgba(38,50,56,0.3);
	}
	.tieup-content-left {
		width: 100%
	}
	.tieup-content-right {
		width: 100%;
	}
	.tieup-content-left {
		text-align: center;
	}
	
}

/*おすすめ*/


.inner h2.osusume-title::before{
	content: "\f200";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
}

.osusume-contents {
	border: 1px solid rgba(38,50,56,0.3)
}

.osusume-contents h3 {
	text-align: left;
	border-left: none;
}

.osusume-contents h3::before{
	content: "\f14a";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
}

.osusume-contents p{
	padding: 0 40px 50px;
}


.osusume p.total_ten {
	width: 100%;
	padding: 0;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.osusume .img-container{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

@media(max-width: 420px ){
	section.osusume {
		margin: 60px 0 0;
	}
}

/*ブランド別評価*/
section.brand_hikaku {
	margin: 80px 0 0;
}

.brand-cotainer {
	padding: 0 0 30px;
	border: 1px solid #222222;
    background: #f2f5f7;
	margin:0 0 60px;
}

.brand-cotainer h2.brand-name {
	padding: 20px 14px;
	margin: 0 0 40px;
}

p.osusumedo-sub {
	font-size: 12px ;
	text-align: center;
	font-weight: bold;
}

.evaluation {
	display: flex;
	align-items: center;
	width:100%;
	padding: 0;
	height: 80px;
}

.evaluation .img-container {
	width: calc(100% / 3)
}

.img-container.osusmedo {
    text-align: center;
}


.evaluation.img-container img {
	width: 100%;
}

.evaluation p.score-wrap{
	width: calc(100% / 3);
	text-align: right;
	padding-right: 100px;
	font-size: 1.7rem;
}

span.score {
	font-size: 4.0rem;
    color: #c62308;
    font-weight: bold;
}

.brand-point{
	display: flex;
	margin: 30px  0 0;
}

.brand-point .img-container {
	width: 33%;
}

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

.brand-point .point-wrap {
	width: 67%;
	margin: 0 0 0;
}

.brand-point .point-wrap h3{
	margin: 0 0 30px 30px;
}

.point-text h4{
	margin:8px 0 8px 20px;
	font-size: 18px;
	font-weight: normal;
}

.point-text h4::before {
	content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #c62308;
}

.point-text p{
	margin:0 0 0 30px;
	padding: 0 0 5px 30px;
	border-bottom: 1px dashed silver;
	font-size: 13px;
}

.brand-btn-container {
	width: 80%;
	max-width: 900px;
	margin: 40px auto;
	background-color: #111;
	border-radius: 5px;
}

a.brand-btn {
	display: block;
	width: 100%;
    text-align: center;
	 color: #fff;
    border-color: #f90;
    background-color: #f90;
	font-size: 16px;
    padding: 18px 25px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}


a.brand-btn:hover {
	text-decoration: none;
	opacity: 0.9;
}

.commentary {
	background-color: #fff;
	padding: 20px 0;
	width: 95%;
	margin: 0 auto;
	border-radius: 5px
}

.commentary .commentary-title {
	margin: 20px 0 20px 10px ;
	color: #6d6d6d;
    border-left: 10px solid #6d6d6d;
	font-size: 20px;
}

.commentary p{
	padding: 0 20px 20px;
	font-size: 15px;
}

.osusumedo-sub_sp {
	display:none;
}

@media (max-width: 768px){
	.evaluation {
		flex-direction: column;
	}
	.osusumedo-sub {
		display: none;
	}
	.osusumedo-sub_sp {
		display: block;
		width: 100%;
	}
	.evaluation {
		margin-top: 30px;
	}
	.evaluation .img-container{
		margin: 5px 0;
		width: 100%;
		text-align: center;
	}
	.evaluation .img-container img.bnner{
		width: 90%;
		margin: 0 auto;
	}
	.brand-point {
		flex-direction: column;
	}
	.brand-point .img-container {
		width: 100%;
	}
	.brand-point .point-wrap {
		width: 100%;
	}
	.brand-point .point-wrap h3 {
		margin: 30px 0 30px 30px;
		font-size: 20px;
		padding-left: 30px;
	}
	.point-text p {
		padding: 0 20px 5px 30px;
	}
	.evaluation p.score-wrap {
    width: 100%;
    text-align: center;
    padding-right: 0;
    font-size: 1.7rem;
}
	a.brand-btn {
		font-size: 14px;
	}
	a.brand-btn .sp_br {
		display: block;
	}
}
.sp_br{
	display: none;
}

/*beginner*/
.inner h2.title-beginner::before{
	 content: "\f06c";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
	margin: 0;
}

.beginner_content_wrap {
	border: 1px solid #b4babd;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.beginner_content_wrap h3{
	border-left: none;
    margin-top: 0px;
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.beginner_content_wrap h3::before {
	 content: "\f0a4";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #263238;
}

.bland_bn {
	display: flex;
	margin: 0 0 20px;
}

.bland_bn_wrap .bland_bn p {
	padding-right: 50px;
    font-size: 2.4rem;
	text-align: right;
	min-width: 300px;
	font-weight: bold;
	line-height: 70px;
}

.bland_bn a {
	width: 100%;
	max-width: 460px;
	display: block;
	text-align: right;
}

.bland_bn img {
	width: 100%;
}

.beginner_text {
	background-color: #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    border-radius: 10px;
}

@media (max-width: 420px) {
	.bland_bn {
		flex-direction: column;
	}
	.bland_bn_wrap .bland_bn p {
		text-align: center;
		padding: 0;
	    line-height: normal;
		margin: 0 0 10px;
	}
	.bland_bn a {
		text-align: center;
		padding: 0 15px;
	}
}

/*faq*/

.inner h2.title-faq::before{
	 content: "\f086";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ffff00;
	margin: 0;
}

.faq_wrap {
	padding: 30px;
	border: 1px solid #b4babd;
}

.faq_content{
	padding: 0 45px;
}

.faq_content{
	position: relative;
	cursor: pointer;
	margin: 0 0 50px
}

p.faq_q{
	font-size: 18px;
	font-weight: bold;
}

p.faq_a{
	display: none;
	padding: 20px 0;
}

p.faq_a.faq_toggle_active{
	display:block;
}

.faq_toggle_icon {
	position: absolute;
    left: 0;
    top: 12px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
	border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
	background-color: #5472d2;
    border-color: transparent;
	height: 28px;
    width: 28px;
}

.faq_toggle_icon::before{
	height: 2px;
    width: 14px;
	background-color: #fff;
}

.faq_toggle_icon::after {
     height: 14px;
    width: 2px;
}

.faq_toggle_icon::before,.faq_toggle_icon::after{
	content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	background-color: #fff;
}

.faq_toggle_active.faq_toggle_icon::after{
	display:none;
}

@media(max-width:420px){
	.faq_wrap{
		padding: 30px 15px;
	}
	.faq_content {
		padding: 0 0 0 45px;
	}
	.faq_toggle_icon{
		top:15px;
	}
	p.faq_q {
		font-size: 14px;
	}
}

/*総合ランキング調査概要*/
h2.rank_detail_title::before {
	content: "\f64f";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ff810a;
}

h2.top-title::before{
	 color: #ffff00 !important;
}

.rank_detail .rank_detail_table th {
	color: #1a3e5b;
	padding: 20px;
	background-color: #e3eef7;
}

.rank_detail .rank_detail_table td {
	padding: 20px;
}

@media(max-width: 420px){
	.rank_detail .rank_detail_table th {
		display: block;
		text-align: center;
	}
	.rank_detail .rank_detail_table td {
		display: block;
		text-align: center;
	}
}


/**************************
 * *　価格比較　***
 * **************************/


/* オーダーシューズ、オーダーパンプスにおける価格とは */

.inner h2.title-about_price::before{
	content: "\f059";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ffff00;
}

.commentary_wrap {
	display: flex;
	flex-wrap: wrap;
}

.commentary_content {
	width: calc((100% / 2) - 15px);
	border: 1px solid #d3d6d9;
	margin: 10px 5px;
	min-height: 250px;
}

.commentary_content h3 {
	background: #f2f5f7;
    border: none;
    margin: 0;
    font-size: 1.6rem;
    /*height: 68px;*/
    padding: 30px 10px;
    line-height: 1.5;
    text-align: left;
}

span.commentary_small {
	font-size: 1.4rem;
    padding-right: 8px;
    /* color: #204da0; */
    color: #222222;
    font-weight: bold;
}

span.commentary_small:before {
    content: "\f19d";
    font-family: FontAwesome;
    padding-right: 8px;
    color: #263238;
}

.commentary_content p{
	font-size: 15px;
	padding: 10px;
}

@media(max-width: 420px){
	section.about_price {
		margin: 40px 0;
	}
	.commentary_wrap {
		flex-direction: column;
	}
	.commentary_content{
		width: 100%;
	}
	.commentary_content h3 {
		height:auto;
		font-size: 14px;
	}
	.pc_br {
		display: none;
	}
}


/*ベスト5 - 価格別オーダーパンプス、オーダーシューズランキング*/


.inner h2.title-best_five::before{
	content:"\f0cb";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ffff00;
}

img.rank-bn {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
}

.best_five-wrap {
	margin: 40px auto;
	width: 95%;
}

.best_five-content{
	border: 1px solid #d3d6d9;
	margin: 40px 0
}

.best_five-content h3 {
	padding: 20px 14px;
	background-color: #111;
	font-size: 28px;
	color: #fff;
	border: none;
	margin: 0;
}

.best_five-content span.rank {
	font-size: 4.0rem;
    padding-right: 30px;
    font-style: italic;
}

.best_five-content span.rank-1 {
	 color: #e6bf56;
    /*text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;*/
}

.best_five-content span.rank-2 {
	color: #777;
    /*text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;*/
}

.best_five-content span.rank-3 {
	color: #d5896b;
    /*text-shadow: #fff 1px 1px 5px, #fff -1px 1px 5px, #fff 1px -1px 5px, #fff -1px -1px 5px;*/
}



.best_five-content .bland_bn {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.best_five-content .bland_bn img {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}

.best_five-content table {
	margin: 0;
}

.best_five-content table th {
	padding: 20px;
    color: #111;
    font-weight: bold;
    background-color: #f5f5f5 !important;
    width: 380px;
}

.best_five-conten table td {
	padding: 20px;
}

.bland_btn-wrap {
	text-align: center;
	/*background-color: #111;*/
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 5px;
	min-height: 80px;
}

.bland_btn-wrap a {
	font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.bland_btn-container {
	max-height: 180px;
	padding: 50px;
	margin: 0 auto;
}

.bland_btn-wrap a{
	display: block;
	padding: 25px ;
	color: #fff;
    background-color: #32AA52;
	width: 100%;
	margin: 0 auto;
	border-bottom: 7px solid #168037;
	/*border-radius: 5px;*/
}

.bland_btn-wrap a:hover {
	text-decoration: none;
	background: #32AA52;
    border-bottom: 2px solid #168037;
	margin-top: 3px;
}

.price-rank .top-table-wrap td{
	/*max-width: 100px;*/
	font-size: 12px;
}




.inner h2.title-price_rank::before {
    content: "\f46d";
    font-family: FontAwesome;
    padding-right: 20px;
    color: #ffff00;
}

img.table-rank-bn {
    display: inline-block;
    width: 40px;
}

td.number.n1 {
    background-color: #FEFF00;
}

td.number.n2 {
    background-color: #E6E6E6;
}

td.number.n3 {
    background-color: #A67D53;
}



@media(max-width:420px){
	.best_five-content table th{
		display: block;
		padding: 10px;
		text-align: center;
	}
	.best_five-content table td {
		display: block;
		text-align: center;
	}
	.price-rank .top-table-wrap td{
	max-width: 100%;
	font-size: 14px;
}
	.td_img_container {
    width: 100%;
    line-height: 1px;
	}

	.best_five-content table th {
		width: 100%;
	}
	.best_five-content span.rank {
		font-size: 20px;
	}
	img.rank-bn {
		 width: 50px;
	}
	
	.table-wrap {
		margin-bottom: 0;
	}
	
	.bland_btn-container {
		padding: 15px;
		margin: 20px 0;
	}
	.bland_btn-wrap {
		width: 100%;
	}
}

/*********************************************
 *********** ブランドページ***********
 * ********************************************/

.inner .iframe_container {
    width: 650px;
    height: 500px;
    margin: 0 auto;
}



.inner .iframe_container iframe {
  transform-origin: 0 0;
	transform: scale(0.7);
}

@media(max-width:420px){
	.inner .iframe_container {
		width: 100%;
		max-width: 320px;
		height: 250px;
	}
	.inner .iframe_container iframe{
		transform: scale(0.34);
	}
}

@media(max-width:320px){
	.inner .iframe_container iframe{
		transform: scale(0.3);
	}
}

/*目次*/
section.bland_mokuji.top-mokuji {
	width: 50%;
}

.bland_mokuji.top-mokuji h2{
	padding: 20px 0 12px;
}

.bland_mokuji.top-mokuji ul {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}
.bland_mokuji.top-mokuji li {
	text-align: center;
}

@media(max-width: 420px){
	section.bland_mokuji.top-mokuji {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 75px;
	}
	
}

/*総合評価*/



/*h2.title-total_evaluation::before{
	content: "\f0ce";
    font-family: FontAwesome;
    padding-right: 20px;
}
*/
.evaluation_content-wrap{

}

.evaluation-data {
	display: flex;
	border: 1px solid #d3d6d9;
}

.evaluation-data .left-content{
	width: 50%;
}

.evaluation-data .right-content{
	width: 50%;
	margin: auto;
	text-align: center
}

.evaluation-data .right-content p.score-wrap{
	font-size: 25px;
}

.evaluation-data .right-content span.score{
	font-size: 50px;
}

.evaluation-data .right-content p.score-wrap::before{
	content: "\f46c";
    font-family: FontAwesome;
    padding-right: 20px;
    /* color: #2253ad; */
    color: #222222;
    font-size: 5.0rem;
}

h3.table-title{
	background-color:#111;
	color: #fff;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border: none;
}

h3.table-title::before{
	content: "■";
    padding-right: 10px;
}

.category_score table {
	margin: 0;
	border: none;
    border-left: 1px solid #d3d6d9;
}

.category_score table tbody {
	display: flex;
}

.category_score table tbody tr{
	width:100%;
}

.category_score table tbody  th{
	display: block;
	text-align: center;
	color: #111;
	background: #f5f5f5;
	border: none;
	border-bottom: 1px solid #d3d6d9;
    border-right: 1px solid #d3d6d9;
}

.category_score table tbody  td{
	display: block;
	text-align: center;
	color: #111;
	border: none;
	border-bottom: 1px solid #d3d6d9;
    border-right: 1px solid #d3d6d9;
}

@media(max-width: 420px){
	.evaluation-data{
		flex-direction: column-reverse;
	}
	.evaluation-data .left-content {
		width: 100%;
		padding: 20px 0;
	}
	.evaluation-data .right-content {
		width: 100%;
		margin: 20px 0 0;
	}
	.evaluation-data .right-content p.score-wrap {
		font-size: 20px;
	}
	.evaluation-data .right-content span.score {
		font-size: 40px;
	}
	.category_score table{
		white-space: normal !important;
	}
	.category_score table tbody{
		flex-direction: column;
	}
}

/* ブランド情報*/

/*h2.title-bland_info::before{
	content: "\f502";
    font-family: FontAwesome;
    padding-right: 20px;
}
.post-content h2.title-blanddetail_info:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(http://ordershoes-hikaku.com/wp-content/uploads/2020/11/pumps_01.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 20px;
    background-repeat: no-repeat;
}*/

.bland_info-content table tbody th {
	background: #f5f5f5;
	color: #111;
	padding: 20px 10px;
}

.bland_info-content a.table-btn{
	display: block;
	color: #fff;
    border:1px solid #f90;
    background-color: #f90;
	padding: 14px 20px;
	background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
    width: 120px;
    font-size: 14px;
    text-align: center;
}
.bland_info-content a.table-btn:hover{
	color: #f90;
	background-color: #fff;
	text-decoration: none;
}

/*h2.title-ordershoes_product::before{
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(http://ordershoes-hikaku.com/wp-content/uploads/2020/11/pumps_03.png);
    background-size: contain;
    vertical-align: middle;
    padding-right: 20px;
    background-repeat: no-repeat;
}*/
.ordershoes_product table{
	display:flex;
}
.ordershoes_product table tr {
	width: 100%;
}
/*.ordershoes_product table thead {
	width: 100%;
}*/
.ordershoes_product table tbody {
	display:flex;
	width: 100%;
}
.ordershoes_product table thead td{
	display: block;
	font-size: 12px;
	width: 100%;
	min-height: 60px;
	min-width: 175px;
	line-height: 40px;
	background-color: #f5f5f5;
	font-weight: bold;
	letter-spacing: 0.1em;
	/*padding: 1.8rem 10px;*/
}

.ordershoes_product table tbody th{
	display:block;
	font-size: 12px;
	width: 100%;
	min-height: 60px;
	line-height: 40px;
	background-color: #f5f5f5;
	font-weight: bold;
	color: #111;
	text-align: center;
	/*padding: 1.8rem 10px;*/
}

.ordershoes_product table tbody td{
	display:block;
	font-size: 12px;
	width: 100%;
	min-height: 60px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	/*padding: 1.8rem 10px;*/
}
@media(max-width: 1200px){
	.ordershoes_product table {
		white-space: normal !important;
		border: none;
	}
	.ordershoes_product table thead {
		display: none;
	}
	.ordershoes_product table tbody{
		flex-direction: column;
	}
	.ordershoes_product table tbody tr {
		margin: 0 0 40px;
	}
}
@media(max-width: 420px){
	h2.top-title.title-blanddetail_info{
		margin-top: 60px !important;
	}
	h2.top-title.title-ordershoes_product{
		margin-top: 60px !important;
	}
	
	.bland_info-content table tbody th{
		display:block;
		text-align: center;
		padding: 20px;
	}
	.bland_info-content table tbody td {
		display: block;
		text-align:center;
		padding: 20px
	}
	.bland_info-content a.table-btn{
		margin: 0 auto;
	}
	.ordershoes_product table tbody td {
		padding: 0;
		height: auto;
	}
	.ordershoes_product table tbody td::before {
    content: attr(aria-label);
    display: block;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    color: #111;
}
	.ordershoes_product table tbody th::before {
    content: attr(aria-label);
    display: block;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-weight: bold;
    color: #111;
}
	.ordershoes_product table tbody th{
		padding: 0;
		background-color: #fff;
	}
	/*テーブルのレイアウト微調整*/
	td.sozai-td.line-middle {
    line-height: 60px !important;
}
	span.margin-10{
		margin: 10px;
		display: block;
	}
	span.padding-custum {
	padding: 10px !important;
	}
	td.two-line.line-middle {
    line-height: 40px !important;
}
}

/*h2.title-company_detail::before {
    content: "\f27e";
    font-family: FontAwesome;
    padding-right: 20px;
}*/

.company_detail table th {
	font-size: 12px
}

.company_detail table td {
	font-size: 12px;
}

/*テーブルのレイアウト微調整*/

td.sozai-td{
	height: 140px;
}

td.color-td{
	height:220px;
}

td.kawa-td{
	height:180px;
}

td.sozai-td.line-middle{
	line-height: 120px;
}

span.padding-custum {
	padding:40px 10px; 
	display:block;
}
td.two-line{
	height: 100px
}

td.two-line.line-middle {
    line-height: 80px;
}

/******************************
 * ****ショップ関連*********
 * *******************************/

.shop_list.tokyo.search{
		display: flex;
}



.search_lists-wrap {
	width: 100%;
}
.search_lists-wrap ul {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0 0 30px;
}
.search_lists-wrap h2 {
	padding: 0 !important;
    margin: 5px 10px 10px !important;
    font-size: 18px;
    font-weight: normal;
    border: none;
	text-align: center;
}
.search_lists-wrap ul li {
	list-style: none;
   border: 1px solid #111;
    border-radius: 50px;
    padding: 10px;
    width: 160px;
    font-size: 12px;
    text-align: center;
    margin: 0 10px;
	cursor: pointer;
	background-color: #fff;
	color: #111;
}

.search_lists-wrap ul li.search-on{
	background-color: #f90;
	border: 1px solid #f90;
	color: #fff;
}

li.search-reset{
	background-color:#32AA52 !important;
	border: none !important;
	color: #fff !important;
}

section#shop {
	width: 100%;
}


section#shop .shop_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 60px 0 0 ;
	border:  #ddd solid 1px;
	padding: 10px;
	background-color: #f5f5f5;
}

section#shop .shop_bn{
	width: 60%;
	margin: 40px 0;
}

section#shop .shop_detail-wrap{
	width: 60%;
}

section#shop .shop_detail p {
	margin: 0 0 10px;
	font-size: 18px;
}

ul.shop_tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.shop_tags li {
	width: calc((100% / 3) - 10px );
	height: 30px;
	border-radius: 15px;
	list-style: none !important;
	text-align: center;
	border: 1px solid #111;
	background-color: #fff;
	margin: 0 5px 5px 0;
	padding: 5px;
	font-size: 12px;
}

.shop_tags li.true{
	background-color: #f90;
	border: 1px solid #f90;
	color: #ffffff;
}

span.bland_name{
	font-size: 24px;
	margin: 0  10px;
}

.shop_list .bland_btn-wrap {
	width: 50%;
	margin: 40px 0 30px;
}

.shop_list .bland_btn-wrap a {
	padding: 15px;
}

ul.choiced_btn {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.choiced_btn li {
	display:none;
	list-style: none;
	border: 1px solid #111;
    border-radius: 50px;
    padding: 10px;
    width: 160px;
    font-size: 12px;
    text-align: center;
    margin:10px;
    cursor: pointer;
    background-color: #fff;
    color: #111;
}

#shop .shop_list[class*="hidden-"] {display: none;}

.list_none{
	text-align: center;
	display:none;
	margin: 60px 0 0 !important;
}



@media(max-width: 780px){
	.search_lists-wrap ul li {
		font-size: 10px;
	}
}

@media(max-width: 420px) {
	.search_lists-wrap ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.search_lists-wrap ul li {
		width: calc(100% / 3);
		margin: 10px 10px 0;
	}
	section#shop .shop_list {
		flex-direction: column;
	}
	section#shop .shop_bn {
		width: 90%;
		margin: 40px auto;
	}
	section#shop .shop_bn img {
		width: 100%
	}
	section#shop .shop_detail-wrap {
		width: 100%
	}
	.shop_tags li {
		width: calc((100% / 2) - 10px );
	}
	

}

/*テーブルのレイアウト調整*/

/*td.fixed02.brand {
    max-width: 130px;
	 min-width: 100px;
}*/
.top-table-wrap td.number{
	color: #111;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	min-width: 80px;
}