

/*ランクスペックタブ　ここから（PC,タブレット用）*/

@media screen and (min-width: 768px){
.rank-waku {
    display: flex;
	margin-bottom: 5px;
	align-items: center;
}
.alphabet {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 100%;
	margin-top: 0.3em;
}
.alphabet-st {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 100%;
	margin-top: 0.4em;
}
.rank {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.6em;
	line-height: 100%;
}
.n-bgc {
	width: 60px;
	height: 45px;
    background-color: #d4362d;
}
.s-bgc {
	width: 60px;
	height: 45px;
    background-color: #f0871c;
}
.a-bgc {
	width: 60px;
	height: 45px;
    background-color: #efc926;
}
.b-bgc {
	width: 60px;
	height: 45px;
    background-color: #c7c95b;
}
.c-bgc {
	width: 60px;
	height: 45px;
    background-color: #a2ca5a;
}
.d-bgc {
	width: 60px;
	height: 45px;
    background-color: #60a44f;
}
.e-bgc {
	width: 60px;
	height: 45px;
    background-color: #4a813d;
}
.j-bgc {
	width: 60px;
	height: 45px;
    background-color: #5593a8;
}
.st-bgc {
	width: 60px;
	height: 45px;
    background-color: #93a6ac;
}
.setsumei {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 100%;
	margin-left: 10px;
}
.detail-line {
	border-bottom: 1px dotted #000;
	margin-top: 3em;
	margin-bottom: 3em;
}
}
/*ランクスペックタブ　ここまで（PC,タブレット用）*/


/*ランクスペックタブ　ここから（スマホ用）*/
@media screen and (max-width: 768px){
.rank-wrapper {
    display: flex;
	justify-content: space-between;
}
.rank-waku {
    display: flex;
	margin-bottom: 3px;
	align-items: center;
}
.alphabet {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 100%;
	margin-top: 0.5em;
}
.alphabet-st {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 100%;
	margin-top: 0.25em;
}
.rank {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.4em;
	line-height: 100%;
}
.n-bgc {
	width: 40px;
	height: 35px;
    background-color: #d4362d;
}
.s-bgc {
	width: 40px;
	height: 35px;
    background-color: #f0871c;
}
.a-bgc {
	width: 40px;
	height: 35px;
    background-color: #efc926;
}
.b-bgc {
	width: 40px;
	height: 35px;
    background-color: #c7c95b;
}
.c-bgc {
	width: 40px;
	height: 35px;
    background-color: #a2ca5a;
}
.d-bgc {
	width: 40px;
	height: 35px;
    background-color: #60a44f;
}
.e-bgc {
	width: 40px;
	height: 35px;
    background-color: #4a813d;
}
.j-bgc {
	width: 40px;
	height: 35px;
    background-color: #5593a8;
}
.st-bgc {
	width: 40px;
	height: 35px;
    background-color: #93a6ac;
}
.setsumei {
	width: calc(100% - 40px);
	font-size: 0.9em;
	line-height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}
.detail-line {
	border-bottom: 1px dotted #000;
	margin-top: 3em;
	margin-bottom: 3em;
}
}
/*ランクスペックタブ　ここまで（スマホ用）*/















/*ランクスペックタブ　ここから（PC,タブレット用）

@media screen and (min-width: 768px){
.alphabet {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 100%;
	margin-top: 0.25em;
	margin-left: 0.7em;
	margin-right: 0.7em;
}
.alphabet-st {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 100%;
	margin-top: 0.25em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.rank {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.6em;
	line-height: 100%;
	margin-bottom: 0.5em;
}
.n-bgc {
    background-color: #d4362d;
}
.s-bgc {
    background-color: #f0871c;
}
.a-bgc {
    background-color: #efc926;
}
.b-bgc {
    background-color: #c7c95b;
}
.c-bgc {
    background-color: #a2ca5a;
}
.d-bgc {
    background-color: #60a44f;
}
.e-bgc {
    background-color: #4a813d;
}
.j-bgc {
    background-color: #5593a8;
}
.st-bgc {
    background-color: #93a6ac;
}
.setsumei {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 100%;
}
.detail-line {
	border-bottom: 1px dotted #000;
	margin-top: 3em;
	margin-bottom: 3em;
}
}
ランクスペックタブ　ここまで（PC,タブレット用）*/




/*ランクスペックタブ　ここから（スマホ用）
@media screen and (max-width: 768px){
.ranking-table-wrapper {
    display: flex;
}
.alphabet {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 100%;
	margin-top: 0.25em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.alphabet-st {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 100%;
	margin-top: 0.25em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.rank {
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 0.4em;
	line-height: 100%;
	margin-bottom: 0.3em;
}
.n-bgc {
    background-color: #d4362d;
}
.s-bgc {
    background-color: #f0871c;
}
.a-bgc {
    background-color: #efc926;
}
.b-bgc {
    background-color: #c7c95b;
}
.c-bgc {
    background-color: #a2ca5a;
}
.d-bgc {
    background-color: #60a44f;
}
.e-bgc {
    background-color: #4a813d;
}
.j-bgc {
    background-color: #5593a8;
}
.st-bgc {
    background-color: #93a6ac;
}
.setsumei {
	font-size: 0.9em;
	line-height: 100%;
}
.detail-line {
	border-bottom: 1px dotted #000;
	margin-top: 3em;
	margin-bottom: 3em;
}
}
ランクスペックタブ　ここまで（スマホ用）*/








/*ランクスペックタブの詳細ボタン　ここから*/
details {
  margin-top: 2.5em;
  margin-bottom: 5em;
}
details > summary {
  text-align: center;
  padding: 0.7em 0em;
  font-size: 1.5em;
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius:10px;
  font-weight: bold;
}
/*ランクスペックタブの詳細ボタン　ここまで*/



/*配送サイズタブ　ここから*/
.tab-haisou {
  display: flex;
  align-items:center;
}
.tab-haisou-right {
  margin-left: 1em;
}
.tab-haisou-bikou {
  margin-top: 2em;
}
/*配送サイズタブ　ここまで*/

