@charset "utf-8";
/* CSS Document */







.result {
	padding: 0 0 60px;
}


.result .noResult {
	padding: 100px 0;
	text-align: center;
	font-size: 1.2rem;
}


/*hdTypeResult
----------------------------------------------------*/
.hdTypeResult {
	position: relative;
	z-index: 2;
	padding: 90px 10% 60px;
	display: flex;
	text-align: center;
	justify-content: center;
}
.hdTypeResult > .inner {
}
.hdTypeResult .shoulder {
	font-size: 0.875rem;
	color: #1b1c80;
	font-weight: 700;
}
.hdTypeResult .hd {
	font-size: 3rem;
	padding-top: 10px;
	color: #10104B;
	font-weight: 700;
	line-height: 1;
}
.hdTypeResult .hd.long {
	line-height: 1.2;
}
.hdTypeResult .catch {
	font-size: 1.25rem;
	margin-top: 3em;
	color: #1b1c80;
	font-weight: 700;
	line-height: 1.6;
}
@media screen and (max-width: 1100px) {
	.hdTypeResult {
		padding: 90px 3% 70px;
	}
}
@media screen and (max-width: 600px) {
	.hdTypeResult {
		padding: 80px 3% 40px;
	}
	.hdTypeResult .hd {
		padding-top: 0;
		font-size: 2.2rem;
	}	
}



.hdTypeResult .title00 {
	font-weight: 700;
	font-size: 1.1em;
	background-color: #313C56;
	color: #ffffff;
	padding: 0 15px;
	margin-bottom: -5px;
}

.hdTypeResult dl {
	display: flex;
	justify-content: center;
}
.hdTypeResult .title02 {
	margin-top: -14px;
}
.hdTypeResult dt {
	font-weight: 700;
	color: #191A7F;
	width: 5em;
	padding-right: 0.5em;
	text-align: right;
	white-space: nowrap;
}
.hdTypeResult .title01 dt {
	margin-top: 1.9em;
}
.hdTypeResult .title02 dt {
	margin-top: 1em;
}
.hdTypeResult dd {
	font-weight: 700;
	color: #10104B;
	vertical-align: middle;
	text-align: left;
}
.hdTypeResult .title01 dd {
	font-size: 3em;
}
.hdTypeResult .title02 dd {
	font-size: 2em;
}
.hdTypeResult dd .s {
	font-size: 1.1rem;
	margin-top: -8px;
}
.hdTypeResult .title03 {/*独自規格*/
	margin-top: 15px;
	border: 1px solid #E8E8F2;
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	font-size: 0.9375rem;
}






/*****************************************************************************
hdWrapper
 *****************************************************************************/

.result .hdWrapper {
    position: relative;
	z-index: 3;
	margin-bottom: 25px;
	display: flex;
}
.result .hdWrapper .text {
    flex: 1;
}
.result .hdWrapper .util {
    margin-left: 30px;
}
.hdTypeResult .amazon{
    margin-top: 20px;
}
.hdTypeResult .amazon a {
	display: flex;
	height: 32px;
	background: url("../images/search/amazonS_02.png") 28px 50% no-repeat #040000;
	background-size: 23px auto;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #fff;
	padding: 0 26px 0 58px;
	text-decoration: none;
	font-size: .9rem;
}


.result .hdWrapper2 {
	border-bottom: 1px solid #E8E8F2;
	padding: 0 0 15px;
	margin:  0 0 25px;
	font-size: 0.875rem;
}

.result .hdWrapper .resultCond {
    line-height: 1.4;
}
.result .hdWrapper .resultCond dl > * {
	display: inline-block;
}
.result .hdWrapper .resultCond dl dt {
    font-weight: 400;
}
.result .hdWrapper .resultCond dl dt:after {
	content: ":";
}
.result .hdWrapper .resultCond dl dd {
	margin-left: 0.3em;
    font-weight: 500;
	color: #CC6666;
}

.result .hdWrapper .notice {
	font-size: 0.875rem;
	color: #777777;
}
.result .hdWrapper .notice li {
	line-height: 1.4;
	padding-left: 0.5em;
    position: relative;
}
.result .hdWrapper .notice li:not(:nth-child(1)) {
	margin-top: 5px;
}
.result .hdWrapper .notice li::before {
    content: "";
    display: block;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background: #cccccc;
    position: absolute;
    top: 0.6em;
    left: 0;
}
.result .hdWrapper .countPerPage {
	line-height: 1.8;
}
.result .hdWrapper .countPerPage dl {
    display: flex;
}
.result .hdWrapper .countPerPage dt {
    padding-right: 10px;
}
.result .hdWrapper .countPerPage ul {
    display: flex;
}
.result .hdWrapper .countPerPage li {
    margin-left: 5px;
    border: 1px solid #E8E8F2;
	background: #ffffff;
}
.result .hdWrapper .countPerPage li.sl {
	color: #ffffff;
	background: #1F323F;
}
.result .hdWrapper .countPerPage a,
.result .hdWrapper .countPerPage span {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.result .hdWrapper .countPerPage a:hover {
	background: #1B1C80;
	color: #ffffff;
}
.result .hdWrapper .link {
    text-align: right;
	line-height: 1.2;
	margin-top: 8px;
}
.result .hdWrapper .link a {
	padding: 0 0 0 1.5em;
	position: relative;
	white-space: nowrap;
}
.result .hdWrapper .link a::before {
	content: "\f105";
    font-family: FontAwesome;
	color: #B7B7D0;
	position: absolute;
	top: 50%;
	left: 0.625em;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s ease;
}
.result .hdWrapper .link a:hover::before {
	color: #1F323F;
}



@media screen and (max-width: 800px) {
    .result .hdWrapper {
		display: block;
		margin-bottom: 15px;
	}
	.result .hdWrapper .util {
		margin-top: 20px;
	}
	.result .hdWrapper .countPerPage dl {
		justify-content: flex-end;
	}
}




/*****************************************************************************
searchTbl
 *****************************************************************************/

.searchTbl a {
	text-decoration: none;
}


.searchTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
}
.searchTbl th,
.searchTbl td {
	text-align: center;
}
.searchTbl thead th,
.searchTbl thead td {
	padding: 5px;
	line-height: 1.2;
	font-size: 0.9375rem;
	color: #ffffff;
}
.searchTbl thead td a {
	display: inline-block;
	color: #ffffff;
}
.searchTbl thead td.on {
	background: #1b1c80;
	cursor: pointer;
}
.searchTbl thead th {
	background-color: #313C56;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.searchTbl thead td {
	background-color: #707C94;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}
.searchTbl thead td {
	border-left: 2px solid #ffffff;
}
.searchTbl tbody th,
.searchTbl tbody td {
	padding: 8px 8px;
	line-height: 1.3;
}
.searchTbl tbody th {
	color: #1b1c80;
	font-weight: 700;
	background: #F5F7F8;
	border-bottom: 2px solid #ffffff;
	padding-left: 22px;
	position: relative;
	text-align: left;
}
.searchTbl tbody th span {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	font-size: 0.875rem;
}
.searchTbl tbody td {
	border-bottom: 2px solid #F5F7F8;
}
.searchTbl .nowrap {
	white-space: nowrap;
}
.searchTbl .amazon {
	text-align: center;
	padding: 8px 0;
}
.searchTbl .amazon a {
	display: flex;
	width: 29px;
	height: 29px;
	background: #040000;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.searchTbl .amazon img {
	width: 23px;
	height: auto;
}


.searchTbl thead .sortKey {
	background: #1b1c80;
	white-space: nowrap;
}
.searchTbl thead .sortKey a {
	padding-bottom: 15px;
	position: relative;
}
.searchTbl thead .sortKey a::after {
	line-height: 1;
	content: "\f0d7";
    font-family: FontAwesome;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.searchTbl thead .sortKey.desc a::after {
	transform: translateX(-50%);
}
.searchTbl thead .sortKey.asc a::after {
	transform: translateX(-50%) rotate(180deg);
}




@media screen and (max-width: 600px) {
    .searchTbl {
		width: 1000px !important;
		table-layout: auto !important;
	}
	.searchTbl tbody td {
		width: 5em !important;
	}
}






.result .bikou {
	padding: 10px;
	border: 1px solid #E8E8F2;
	font-size: 0.875rem;
	color: #777777;
	margin-bottom: 20px;
}
.result .bikou li {
	line-height: 1.4;
	padding-left: 0.5em;
    position: relative;
}
.result .bikou li:not(:nth-child(1)) {
	margin-top: 5px;
}
.result .bikou li::before {
    content: "";
    display: block;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background: #cccccc;
    position: absolute;
    top: 0.6em;
    left: 0;
}








/*****************************************************************************
data
*****************************************************************************/


/*data1
----------------------------------------------------*/
.data1 {
    display: flex;
    flex-wrap: wrap;
}
.data1 li {
    width: calc((100% - 40px)/2);
    margin-left: 40px;
    margin-top: 40px;
}
.data1 li:nth-child(2n + 1) {
    margin-left: 0;
}
.data1 .img {
    text-align: center;
}
.data1 .img img {
	width: 100%;
}


@media screen and (max-width: 800px) {
    .data1 {
        display: block;
    }
    .data1 li,
    .data1 li:nth-child(2n + 1) {
        width: auto;
   	 	margin-top: 30px;
		margin-left: 0;
   }
	.data1 li:nth-child(1) {
		margin-top: 0;
	}
}
@media screen and (max-width: 600px) {
    .data1 .img {
		width: calc(100% + 30px);
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		margin: 0 -15px 0;
	}
	.data1 .img > span {
		display: inline-block;
		padding: 0 15px;
	}
	.data1 .img img {
		width: 600px;
	}
}



/*data2
----------------------------------------------------*/
.data2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px; 
}
.data2 dl {
	margin-top: 15px;
	width: 20%;
	border-right: 2px solid #ffffff;
	text-align: center;
	border-bottom: 2px solid #F5F7F8;
}
.data2 dt,
.data2 dd {
	padding: 8px;
	line-height: 1.4;
}
.data2 dt {
	background-color: #707C94;
	font-weight: 700;
	font-size: 0.9375rem;
	color: #ffffff;
}
@media screen and (max-width: 900px) {
    .data2 dl {
		width: 33%;
	}
}
@media screen and (max-width: 600px) {
    .data2 dl {
		width: 50%;
	}
}



