@charset "utf-8";
/* CSS Document */

/* 共通 */
#contWrap * {
	margin: 0;
	padding: 0;
}
#contWrap #cont__Wrap {
	font-size: 14px;
	line-height: 1.6em;
}
#contWrap .inner {
	box-sizing: border-box;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

/*#contWrap h2 {
	background-color: #666;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin: 30px 0 20px 0;
	padding: 10px;
}*/
#contWrap h2 {
	font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    line-height: 1.3;
    border-bottom: 4px double #ccc;
    margin: 15px 0 20px 0;
}
#contWrap h2 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 4px solid #003e98;
	margin-bottom: -4px;
}
#contWrap .seriesInner h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ccc solid 1px;
	border-left: #ccc solid 8px;
	margin: 30px 0 10px 0;
	padding: 0 0 2px 10px;
}
#contWrap .seriesInner:first-of-type h3 {
	margin: 0 0 10px 0;
}
#contWrap .move {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
/*#contWrap .move:first-child {
	margin-top: 5px;
}*/
#contWrap .move li {
	margin-bottom: 3px;
}
#contWrap .move li i {
	margin-left: 0.5em;
}
#contWrap .move li a {
	width: 100%;
	height: 2.7em;
	color: #4abdae;
	font-weight: bold;
	line-height: 2.7em;
	text-align: center;
	text-decoration: none;
	border: #4abdae solid 1px;
	border-radius: 4px;
}
#contWrap .move li a:hover {
	background-color: #4abdae;
	color: #fff;
	text-decoration: none;
}

#contWrap .move li.goCategory i {
	margin: 0 0.5em 0 0;
}
#contWrap .move li.goCategory a,
#contWrap .move li.goTop a {
	font-size: 12px;
	border: none;
}
/*
#contWrap .move li.goCategory a {
	text-align: right;
}
#contWrap .move li.goTop a {
	text-align: left;
}*/
#contWrap .move li.goCategory a:hover,
#contWrap .move li.goTop a:hover{
	background: none;
	color: #4abdae;
	text-decoration: underline;
}
#contWrap .series {
	margin-top: -90px;
	padding-top: 90px;
}
#contWrap .colorchart {
	width: 100%;
	color: #333;
	background-color: #ccc;
	border-collapse: separate;
	border-spacing: 1px;
}
#contWrap .colorchart th {
	background-color: #dfdfdf;
	padding: 2px 0;
}
#contWrap .colorchart th.kiriuri {
	width: 17%;
}
#contWrap .colorchart th.roll {
	width: 22%;
}
#contWrap .colorchart td {
	background-color: #fff;
	text-align: center;
	padding: 2px 0;
}
#contWrap .colorchart td a {
	color: #227ab7;
}
#contWrap .colorchart td.color {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px;
}
#contWrap .colorchart td.colorBlack {
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 2px 10px;
}
#contWrap .colorchart td span {
	font-size: 0.8em;
}
#contWrap .rcmArea {
	margin-top: 40px;
}
#contWrap .rcmArea h2 {
	text-align: center;
}
#contWrap .rcmArea li {
	margin-bottom: 10px;
}
@media screen and (min-width: 751px) {
	#contWrap h2 {
		font-size: 20px;
		margin: 30px 0 20px 0;
	}
	#contWrap .seriesInner h3 {
		margin: 30px 0 10px 0;
	}
	#contWrap .move {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		width: 100%;
	}
	#contWrap .move:first-child {
		margin-top: 5px;
	}
	#contWrap .move li {
		width: 22%;
		margin-right: 0.5%;
		margin-bottom: 0;
	}
	#contWrap .move li.wLong {
		width: 26%;
	}
	#contWrap .move li.wShort {
		width: 14%;
	}
	#contWrap .move li i {
		margin-left: 0.5em;
	}
	#contWrap .move li a {
		width: 100%;
		height: 40px;
		color: #4abdae;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border: #4abdae solid 1px;
		border-radius: 4px;
	}
	#contWrap .move li a:hover {
		background-color: #4abdae;
		color: #fff;
		text-decoration: none;
	}
	#contWrap .move li.goCategory,
	#contWrap .move li.goTop {
		width: 16%;
		padding: 0 15px;
	}
	#contWrap .move li.goCategory i {
		margin: 0 0.5em 0 0;
	}
	#contWrap .move li.goCategory a,
	#contWrap .move li.goTop a {
		font-size: 12px;
		border: none;
	}
	#contWrap .move li.goCategory a {
		text-align: right;
	}
	#contWrap .move li.goTop a {
		text-align: left;
	}
	#contWrap .move li.goCategory a:hover,
	#contWrap .move li.goTop a:hover{
		background: none;
		color: #4abdae;
		text-decoration: underline;
	}
	#contWrap .series,
	#contWrap .anchor{
		margin-top: -60px;
		padding-top: 60px;
	}
	#contWrap .anchor2{
		margin-top: -30px;
		padding-top: 30px;
	}
	#contWrap table.flL {
		width: 49%;
		float: left;
	}
	#contWrap table.flR {
		width: 49%;
		float: right;
	}
	#contWrap .rcmArea {
		margin-top: 60px;
	}
	#contWrap .rcmArea ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	#contWrap .rcmArea li {
		width: 49%;
	}
}

/*お問合せ右下固定ボタン*/
.footer_fix_btn {
	position: fixed;
}
.footer_fix_btn a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.footer_fix_btn a:hover {
	opacity: 0.7;
}

.fix_pr01 {
	width: 90px;
	right: 0px;
	bottom: 100px;
}
.fix_pr02 {
	width: 90px;
	right: 0px;
	bottom: 301px;
}

@media screen and (max-width: 750px){
	.footer_fix_btn {
		position: fixed;
		z-index: 999;
	}
	.fix_pr01 {
		width: 48px;
		right: 0px;
		bottom: 10px;
	}
	.fix_pr02 {
		width: 48px;
		right: 0px;
		bottom: 120px;
	}
}
