@charset "UTF-8";



/*
	main
================================================================================*/
#contents .find .page-title {
	background-color: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0 50px;
}

#contents .know .page-title{
	background-color: #fff;
	border-top: 0;
	padding: 20px 0 50px;
}

@media screen and (max-width: 749px) {
	#contents .know .page-title,
	#contents .find .page-title {
		padding: 14px 0 20px;
	}
	.link-btn {
		margin: 20px 0 0;
	}
}

/*
	menu
================================================================================*/
/* .form-bar */
#contents .product .form-bar {
	background-color: #364854;
	color: #fff;
	padding: 40px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#contents .product .form-bar .title {
	font-size: 2.4rem;
}

#contents .product .form-bar .form {
	background-color: rgba(255, 255, 255,.1);
	border: 1px solid #fff;
	border-radius: 4px;
	position: relative;
	padding: 14px 60px 14px 20px;
	margin: 0 0 0 24px;
	width: 800px;
}

#contents .product .form-bar .bar-search-input {
	color: #fff;
	font-size: 1.5rem;
	line-height: 2;
	width: 714px;
}

#contents .product .form-bar .bar-search-input:focus {
	color: #ccc;
}

@media all and (-ms-high-contrast: none){
	#contents .product .form-bar .bar-search-input{
		line-height: 1;
	}
}

/* Chrome, Firefox, IE */
#contents .product .form-bar ::-webkit-input-placeholder { color: #fff;}
#contents .product .form-bar ::-moz-placeholder { color: #fff;}
#contents .product .form-bar :-ms-input-placeholder { color: #fff;}
#contents .product .form-bar .bar-search-input:focus::-webkit-input-placeholder { color: transparent;}
#contents .product .form-bar .bar-search-input:focus::-moz-placeholder { color: transparent;}
#contents .product .form-bar .bar-search-input:focus:-ms-input-placeholder { color: transparent;}

#contents .product .form-bar .bar-search-submit {
	background: url(/common/img/icon_search_white.png) no-repeat 0;
	background-size: 26px;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	right: 22px;
	bottom: 0;
	height: 26px;
	width: 26px;
}

@media screen and (max-width: 749px) {
	#contents .product .form-bar {
		padding: 20px 3.1%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contents .product .form-bar .title {
		font-size: 2.0rem;
		text-align: center;
	}
	#contents .product .form-bar .title > span {
		text-align: left;
		font-size: 1.3rem;
		margin: 10px 0 20px;
	}
	#contents .product .form-bar .form {
		border-radius: 2px;
		padding: 7px 12.5% 7px 3.1%;
		margin: 0;
		width: 100%;
	}
	#contents .product .form-bar .bar-search-input {
		font-size: 1.2rem;
		width: inherit;
	}
	#contents .product .form-bar ::-webkit-input-placeholder { color: transparent;}
	#contents .product .form-bar ::-moz-placeholder { color: transparent;}
	#contents .product .form-bar :-ms-input-placeholder { color: transparent;}
	#contents .product .form-bar .bar-search-submit {
		background: url(/common/img/icon_search_white.png) no-repeat 0;
		background-size: 20px;
		right: 4.375%;
		height: 20px;
		width: 20px;
	}
}

/* .know */
#contents .product .ttl span {
	background: url(/common/img/icon_arrow_black_s.png) no-repeat right center;
	padding: 0 20px 0 0;
}

#contents .product .m-ttl span {
	background: url(/common/img/icon_arrow_black_s.png) no-repeat right center;
	padding: 0 20px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}

#contents .know .feature > div:after {
	content: '';
	display: table;
	clear: both;
}

#contents .know .feature {
	margin: 60px 0;
	width: 100%;
}

#contents .know .feature .col-2 {
	float: left;
	width: 833px;
	width: -webkit-calc((100% - 40px)/2);
	width: -moz-calc((100% - 40px)/2);
	width: -ms-calc((100% - 40px)/2);
	width: calc((100% - 40px)/2);
}

#contents .know .feature .col-2 + .col-2 {
	margin: 0 0 0 40px;
}

#contents .know .feature .col-2 > a {
	display: block;
}

#contents .know .feature .block01 .lead,
#contents .know .feature .block02 .lead {
	font-size: 1.5rem;
}

#contents .know .feature .block01 {
	/* border-bottom: 1px solid #ddd;
	padding: 0 0 40px; */
	margin: 0 0 40px;
}

#contents .know .feature .block01 .ttl {
	margin: 20px 0 15px;
	font-size: 2.4rem;
	line-height: 1.3;
}

#contents .know .feature .block02 a {
	border: 1px solid #ddd;
	display: block;
	padding: 20px 30px 20px 128px;
}

#contents .know .feature .block02 .col-2.icn1 > a {
	background: url(/common/img/icon_prods_heartmark.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .know .feature .block02 .col-2.icn2 > a {
	background: url(/common/img/icon_prods_leaf.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .know .feature .block02 .lead {
	margin: 6px 0 0;
}

@media screen and (max-width: 749px) {
	#contents .product .m-ttl span {
		font-size: 1.6rem;
	}
	#contents .know .feature {
		margin: 20px 0;
	}
	#contents .know .feature .col-2 {
		float: none;
		width: 100%;
	}
	#contents .know .feature .col-2 + .col-2 {
		margin: 25px 0 0 0;
	}
	#contents .know .feature .block01 .lead,
	#contents .know .feature .block02 .lead {
		font-size: 1.3rem;
	}
	#contents .know .feature .block01 .lead {
		line-height: 2;
	}
	#contents .know .feature .block02 .lead {
		line-height: 1.6;
		margin: 5px 0 0;
	}
	#contents .know .feature .block02 .col-2 + .col-2{
		margin: 10px 0 0 0;
	}
	#contents .know .feature .block01 {
		padding: 0 0 15px;
		margin: 0 0 20px;
	}
	#contents .know .feature .block01 .ttl {
		margin: 15px 0;
		font-size: 2.0rem;
	}
	#contents .know .feature .block02 a {
		padding: 14px 20px 14px 72px;
	}
	#contents .know .feature .block02 .col-2.icn1 > a {
		background: url(/common/img/icon_prods_heartmark.png) no-repeat 13px 21px;
		background-size: 42px auto;
	}
	#contents .know .feature .block02 .col-2.icn2 > a {
		background: url(/common/img/icon_prods_leaf.png) no-repeat 13px 21px;
		background-size: 42px auto;
	}
}

/* .find */
#contents .find .m-heading {
	position: relative;
	padding: 0 0 0 20px;
	font-size: 2.4rem;
}

#contents .find .m-heading:before {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #333333;
	content: '';
	margin: -0.5em 0 0;
	width: 2px;
	height: 26px;
}

#contents .find .catalog {
	margin: 40px 0 0;
}

#contents .find .catalog .body {
	border: 1px solid #ddd;
	display: block;
	overflow: hidden;
	margin: 22px 0 0;
}

#contents .find .catalog a.body:hover .link {
	text-decoration: underline;
}

#contents .find .catalog .body > div {
	float: left;
	width: 50%;
}

#contents .find .catalog .body .main {
	padding: 45px 2.3% 20px 3.1%;
}

#contents .find .catalog .body .main .lead {
	font-size: 1.5rem;
	line-height: 1.7;
}

#contents .find .catalog .body .main .link {
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	margin: 25px 0 0;
	padding: 7px 20px;
	font-size: 1.5rem;
	text-align: center;
}

#contents .find .catalog .body .main .link span:after {
	content: "";
	background: url(/common/img/icon_arrow_black.png) no-repeat right center;
	background-size: 10px 7px;
	display: inline-block;
	margin: 0 0 1px 16px;
	height: 7px;
	width: 10px;
}

#contents .find .search {
	margin: 60px 0 0;
}

#contents .find .search .caption {
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 30px 0 25px;
}

#contents .find .search .col-2,
#contents .find .search .col-3 {
	overflow: hidden;
}

#contents .find .search .col-2 .box-type,
#contents .find .search .col-3 .box-type {
	border: 1px solid #ddd;
	display: block;
	padding: 30px 30px 30px 128px;
	float: left;
}

#contents .find .search .col-2 .box-type {
	width: 48.8%;
	width: -webkit-calc((100% - 40px)/2);
	width: -moz-calc((100% - 40px)/2);
	width: -ms-calc((100% - 40px)/2);
	width: calc((100% - 40px)/2);
}

#contents .find .search .col-3 .box-type {
	width: 33.3%;
	width: -webkit-calc((100% - 80px)/3);
	width: -moz-calc((100% - 80px)/3);
	width: -ms-calc((100% - 80px)/3);
	width: calc((100% - 80px)/3);
}

#contents .find .search .col-2 .box-type + .box-type,
#contents .find .search .col-3 .box-type + .box-type {
	margin: 0 0 0 40px;
}

#contents .find .search .box-type.icn3 {
	background: url(/common/img/icon_prods_number.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .find .search .box-type.icn4 {
	background: url(/common/img/icon_prods_folder.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .find .search .box-type.icn5 {
	background: url(/common/img/icon_prods_book.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .find .search .box-type.icn6 {
	background: url(/common/img/icon_prods_illumination01.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .find .search .box-type.icn7 {
	background: url(/common/img/icon_prods_Induction_lamp.png) no-repeat 34px center;
	background-size: 70px auto;
}

#contents .find .search .illumination {
	margin: 40px 0 0;
}

#contents .find .search .illumination .s-heading {
	border-bottom: 1px solid #9aa3a9;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 6px;
}

#contents .find .search .illumination .s-heading > * {
	font-weight: bold;
	font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
	#contents .find .m-heading {
		font-size: 2.0rem;
	}
	#contents .find .m-heading:before {
		margin: -0.7em 0 0;
	}
	#contents .find .catalog {
		margin: 20px 0 0;
	}
	#contents .find .catalog .body {
		margin: 14px 0 0;
	}
	#contents .find .catalog .body > div {
		float: none;
		width: 100%;
	}
	#contents .find .catalog .body .main {
		padding: 18px 3.75%;
	}
	#contents .find .catalog .body .main .lead {
		font-size: 1.3rem;
		line-height: 2;
	}
	#contents .find .catalog .body .main .link {
		margin: 0;
		font-size: 1.3rem;
		width: 100%;
	}
	#contents .find .search {
		margin: 30px 0 0;
	}
	#contents .find .search .caption {
		font-size: 1.3rem;
		line-height: 2;
		margin: 20px 0;
	}
	#contents .find .search .col-2 .box-type,
	#contents .find .search .col-3 .box-type {
		padding: 21px 20px 21px 72px;
		float: none;
		width: 100%;
	}
	#contents .find .search .col-2 .box-type + .box-type,
	#contents .find .search .col-3 .box-type + .box-type {
		margin: 10px 0 0 0;
	}
	#contents .find .search .box-type.icn3 {
		background: url(/common/img/icon_prods_number.png) no-repeat 13px center;
		background-size: 42px auto;
	}
	#contents .find .search .box-type.icn4 {
		background: url(/common/img/icon_prods_folder.png) no-repeat 13px center;
		background-size: 42px auto;
	}
	#contents .find .search .box-type.icn5 {
		background: url(/common/img/icon_prods_book.png) no-repeat 13px center;
		background-size: 42px auto;
	}
	#contents .find .search .box-type.icn6 {
		background: url(/common/img/icon_prods_illumination01.png) no-repeat 13px center;
		background-size: 42px auto;
	}
	#contents .find .search .box-type.icn7 {
		background: url(/common/img/icon_prods_Induction_lamp.png) no-repeat 13px center;
		background-size: 42px auto;
	}
	#contents .find .search .illumination {
		margin: 24px 0 0;
	}
	#contents .find .search .illumination .s-heading {
		padding: 0 0 10px;
	}
	#contents .find .search .illumination .s-heading > * {
		font-size: 1.6rem;
	}
}

/* .product-news */
#contents .find .product-news {
	border-top: 1px solid #ddd;
	margin: 60px 0 0;
	padding: 60px 0 0;
}

#contents .find .product-news .m-heading.ttl-icn01 {
	background: url(/common/img/icon_mascot_important.png) no-repeat 23px center;
	background-size: 15px auto;
	padding: 0 0 0 60px;
}

#contents .find .product-news .news-panel .feed {
	display: table;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	font-size: 1.6rem;
}

#contents .find .product-news .news-panel .feed > span {
	display: table-cell;
	vertical-align: top;
}

#contents .find .product-news .news-panel .feed:first-child{
	margin: 22px 0 0;
}

#contents .find .product-news .news-panel .feed .feed-date {
	padding: 15px 10px;
	width: 160px;
}

#contents .find .product-news .news-panel .feed .feed-content {
	padding: 15px 0;
}

#contents .find .product-news .news-panel .feed .feed-content .download span {
	display: inline;
	margin: 0 0 0 14px;
}

#contents .find .product-news .news-panel .feed .feed-content a[target="_blank"] {
	background: url(/common/img/icon_blank.png) no-repeat right center;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}

#contents .find .product-news .news-panel .feed .feed-content a.download {
	background: url(/common/img/icon_download.png) no-repeat right center;
	background-size: 15px auto;
	padding: 0 25px 0 0;
}

@media screen and (max-width: 749px) {
	#contents .find .product-news {
		margin: 20px 0 0;
		padding: 30px 0 0;
	}
	#contents .find .product-news .m-heading.ttl-icn01 {
		background: url(/common/img/icon_mascot_important.png) no-repeat 12px center;
		background-size: 15px auto;
		padding: 0 0 0 40px;
	}
	#contents .find .product-news .news-panel .feed {
		display: table;
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
		font-size: 1.6rem;
	}
	#contents .find .product-news .news-panel .feed > span {
		display: block;
		font-size: 1.4rem;
	}
	#contents .find .product-news .news-panel .feed:first-child{
		margin: 10px 0 0;
	}
	#contents .find .product-news .news-panel .feed .feed-date {
		padding: 10px 0 0;
		line-height: 1.9;
		width: 100%;
	}
	#contents .find .product-news .news-panel .feed .feed-content {
		line-height: 1.6;
		padding: 3px 0 10px;
	}
	#contents .find .product-news .news-panel .feed .feed-content > span {
		display: block;
	}
}


/* .related-info */
#contents .find .related-info {
	background-color: #364854;
	margin: 50px 0 0;
	padding: 50px 0 0;
}

#contents .find .related-info .m-heading.type2 {
	color: #fff;
}

#contents .find .related-info .m-heading:before {
	background-color: #fff;
}

#contents .find .related-info .related-list {
	border: 1px solid #ddd;
	margin: 30px 0 50px;
	padding: 20px;
}

#contents .find .related-info .related-list > div {
	overflow: hidden;
}

#contents .find .related-info .related-list .item {
	border: 1px solid #364854;
	float: left;
	width: 25%;
}

#contents .find .related-info .related-list .item > a {
	background: url(/common/img/icon_arrow_black.png) no-repeat 94% center #f8f8f8;
	background-size: 10px 7px;
	display: block;
	font-size: 1.5rem;
	padding: 6px 35px 6px 15px;
}

@media screen and (max-width: 749px) {
	#contents .find .related-info {
		margin: 30px 0 0;
		padding: 20px 0 0;
	}
	#contents .find .related-info .related-list {
		margin: 15px 0 20px;
		padding: 3.1%;
	}
	#contents .find .related-info .related-list .item {
		float: none;
		width: 100%;
	}
	#contents .find .related-info .related-list .item > a {
		background: url(/common/img/icon_arrow_black.png) no-repeat 97% center #f8f8f8;
		background-size: 9px 6px;
		font-size: 1.3rem;
		padding: 10px 9.38% 10px 4.68%;
	}
}

/*
	CATALOG
================================================================================*/
#contents .catalog{
	margin: 40px 0 0;
}
#contents .catalog .inner .page-title{
	margin: 15px 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 4.2rem;
}
#contents .catalog .lead{
	margin: 15px 0;
	font-size: 1.5rem;
}
#contents .catalog .lead .note{
	display: block;
	color: #D83838;
}
#contents .catalog .catalog-content .page-title{
	background-color: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0 50px;
	margin: 60px 0 50px;
}
#contents .catalog .catalog-content .m-heading{
	position: relative;
	padding: 0 0 0 20px;
	font-size: 2.4rem;
}
#contents .catalog .catalog-content .m-heading:before{
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #333333;
	content: '';
	margin: -0.5em 0 0;
	width: 2px;
	height: 26px;
}
#contents .catalog .catalog-content .s-heading{
	margin: 40px 0 0;
	line-height: 1.3;
}
#contents .catalog .catalog-content .s-heading h4{
	border-bottom: 1px solid #364854;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
#contents .catalog .catalog-content .total{
	margin: 0 0 80px;
}
#contents .catalog .catalog-content .row{
	overflow: hidden;
}
#contents .catalog .catalog-content .row > div{
	float: left;
}
#contents .catalog .catalog-content .row.col2 > div{
	width: 48.44%;
	margin: 0 0 0 3.12%;
}
#contents .catalog .catalog-content .row.col2 > div:nth-child(odd){
	margin: 0;
}
#contents .catalog .catalog-content .row.col3 > div{
	width: 31.25%;
	margin: 0 0 0 3.12%;
}
#contents .catalog .catalog-content .row.col3 > div:nth-child(3n+1){
	margin: 0;
}
#contents .catalog .catalog-content .box{
	overflow: hidden;
}
#contents .catalog .catalog-content .box .img{
	float: left;
	text-align: center;
}
#contents .catalog .catalog-content .total .box .img{
	width: 35.5%;
}
#contents .catalog .catalog-content .field .box .img{
	width: 31.5%;
}
#contents .catalog .catalog-content .box img{
	width: auto;
	max-width: 100%;
}
#contents .catalog .catalog-content .box .info{
	float: right;
	margin: 0 0 0 3.2%;
	width: 61.3%;
}
#contents .catalog .catalog-content .head{
	overflow: hidden;
}
#contents .catalog .catalog-content .head .reserve{
	width: 18.42%;
	margin: 0 4% 0 0;
}
#contents .catalog .catalog-content .head .reserve,
#contents .catalog .catalog-content .head .reserve + div{
	float: left;
}
#contents .catalog .catalog-content .head .reserve + div{
	width: 77.5%;
}
#contents .catalog .catalog-content .head .new{
	background-color: #D83838;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1px 5px;
	margin: 0 0 7px;
	line-height: 1.3;
}
#contents .catalog .catalog-content .head .name{
	color: #364854;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 15px;
}
#contents .catalog .catalog-content .head .name .comment{
	display: block;
	color: #D83838;
	font-size: 1.3rem;
}
#contents .catalog .catalog-content .desc{
	line-height: 1.6;
	font-size: 1.3rem;
	margin: 0 0 30px;
}
#contents .catalog .catalog-content .desc p{
	margin: 0 0 20px;
}
#contents .catalog .catalog-content .foot{
	font-size: 1.5rem;
}
#contents .catalog .catalog-content .foot .apply,
#contents .catalog .catalog-content .foot .btn{
	width: auto;
	max-width: 300px;
}
#contents .catalog .catalog-content .foot .apply{
	position: relative;
	background-color: #364854;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto 20px;
	transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#contents .catalog .catalog-content .foot .apply:hover{
	opacity: .8;
}
#contents .catalog .catalog-content .foot .apply.check{
	background-color: #FBEBEB;
	color: #364854;
}
#contents .catalog .catalog-content .foot .apply label{
	display: block;
	cursor: pointer;
	border: 4px solid transparent;
}
#contents .catalog .catalog-content .total .foot .apply label{
	padding: 14px 10px 14px 46px;
}
#contents .catalog .catalog-content .field .foot .apply label{
	padding: 9px 10px 9px 46px;
}
#contents .catalog .catalog-content .foot .apply.check label{
	border: 4px solid #364854;
}
#contents .catalog .catalog-content .foot .apply input{
	display: none;
}
#contents .catalog .catalog-content .foot .apply .check-img{
	background: url(/common/img/checkbox_ca.png) no-repeat 0 0;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	width: 24px;
	height: 24px;
}
#contents .catalog .catalog-content .foot .apply input[type="checkbox"]:checked + .check-img{
	background-position: 0 -24px;
}
#contents .catalog .catalog-content .foot .btn{
	margin: 0 auto 20px;
}
#contents .catalog .catalog-content .foot .btn a{
	background: url(/common/img/icon_arrow_black.png) no-repeat 95% center #F8F8F8;
	background-size: 9px auto;
	display: block;
	border-bottom: 1px solid #999999;
	padding: 7px 30px 7px 20px;
}
#contents .catalog .catalog-content .foot .btn a[target="_blank"]{
	background-image: url(/common/img/icon_blank.png);
	background-size: 10px auto;
}
#contents .catalog .catalog-content .foot .btn a.download{
	background-image: url(/common/img/icon_download.png);
	background-size: 15px auto;
}
#contents .catalog .catalog-content .list{
	overflow: hidden;
	margin: 60px 0;
}
#contents .catalog .catalog-content .list .item{
	float: left;
	width: 22.65%;
}
#contents .catalog .catalog-content .list .item + .item{
	margin: 0 0 0 3.13%;
}
#contents .catalog .catalog-content .list .item .img{
	border: 1px solid #DDDDDD;
	padding: 12px 0;
	text-align: center;
}
#contents .catalog .catalog-content .list .item .img img{
	width: auto;
	max-width: 100%;
}
#contents .catalog .catalog-content .list .item .box{
	margin: 17px 0;
	line-height: 1.4;
}
#contents .catalog .catalog-content .list .item .box > p{
	margin: 2px 0;
}
#contents .catalog .catalog-content .list .item .box .title{
	font-size: 1.6rem;
	font-weight: bold;
}
#contents .catalog .catalog-content .list .item .box .season{
	font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
	#contents .catalog{
		margin: 10px 0 0;
	}
	#contents .catalog .lead{
		font-size: 1.3rem;
	}
	#contents .catalog .catalog-content .page-title{
		padding: 14px 0 20px;
		margin: 20px 0;
	}
	#contents .catalog .inner .page-title{
		padding: 10px 0;
		font-size: 2.4rem;
	}
	#contents .catalog .catalog-content .m-heading{
		font-size: 2.0rem;
	}
	#contents .catalog .catalog-content .m-heading:before{
		margin: -0.7em 0 0;
	}
	#contents .catalog .catalog-content .s-heading{
		margin: 0;
	}
	#contents .catalog .catalog-content .s-heading h4{
		padding: 10px 0;
		font-size: 1.6rem;
	}
	#contents .catalog .catalog-content .total{
		margin: 0 0 20px;
	}
	#contents .catalog .catalog-content .row > div{
		float: none;
	}
	#contents .catalog .catalog-content .row.col2 > div,
	#contents .catalog .catalog-content .row.col3 > div{
		margin: 0;
		width: 100%;
	}
	#contents .catalog .catalog-content .row.col2 > div + div .info{
		margin: 40px 0 0;
	}
	#contents .catalog .catalog-content .box .img,
	#contents .catalog .catalog-content .box .info{
		float: none;
	}
	#contents .catalog .catalog-content .total .box .img,
	#contents .catalog .catalog-content .field .box .img,
	#contents .catalog .catalog-content .box .info{
		width: 100%;
	}
	#contents .catalog .catalog-content .box .info{
		margin: 0;
	}
	#contents .catalog .catalog-content .head{
		margin: 0 0 12px;
	}
	#contents .catalog .catalog-content .head .reserve{
		width: 70px;
	}
	#contents .catalog .catalog-content .head .reserve + div{
		width: 72.5%;
	}
	#contents .catalog .catalog-content .head .new{
		font-size: 1.4rem;
		margin: 0 0 5px;
	}
	#contents .catalog .catalog-content .head .name{
		font-size: 1.4rem;
		margin: 0;
	}
	#contents .catalog .catalog-content .head .name .comment,
	#contents .catalog .catalog-content .desc{
		font-size: 1.1rem;
	}
	#contents .catalog .catalog-content .desc{
		margin: 0;
	}
	#contents .catalog .catalog-content .foot{
		font-size: 1.3rem;
	}
	#contents .catalog .catalog-content .foot .apply,
	#contents .catalog .catalog-content .foot .btn{
		max-width: 100%;
	}
	#contents .catalog .catalog-content .total .foot .apply label,
	#contents .catalog .catalog-content .field .foot .apply label{
		padding: 9px 10px 9px 40px;
	}
	#contents .catalog .catalog-content .foot .apply .check-img{
		left: 12px;
	}
	#contents .catalog .catalog-content .foot .btn a{
		padding: 10px 30px 10px 15px;
	}
	#contents .catalog .catalog-content .list{
		margin: 0 0 10px;
	}
	#contents .catalog .catalog-content .list .item{
		float: none;
		width: 100%;
	}
	#contents .catalog .catalog-content .list .item,
	#contents .catalog .catalog-content .list .item + .item{
		margin: 0 0 30px;
	}
	#contents .catalog .catalog-content .list .item .img img{
		width: auto;
		max-width: 100%;
	}
	#contents .catalog .catalog-content .list .item .box{
		margin: 15px 0;
	}
	#contents .catalog .catalog-content .list .item .box .title{
		font-size: 1.4rem;
	}
	#contents .catalog .catalog-content .list .item .box .season{
		font-size: 1.3rem;
	}
}

/*
	request-catalog
================================================================================*/
#contents .request-catalog{
	border-top: 1px solid #DDDDDD;
	text-align: center;
	margin: 50px 0 0;
}
#contents .request-catalog .btn{
	font-size: 2.0rem;
	font-weight: bold;
	margin: 40px 0 0;
}
#contents .request-catalog .btn a{
	display: inline-block;
	background-color: #D83838;
	padding: 24px 20px;
	width: 620px;
	color: #ffffff;
}
#contents .request-catalog .btn a[target="_blank"] span{
	background: url(/common/img/icon_blank_white.png) no-repeat right center;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 749px) {
	#contents .request-catalog{
		margin: 0;
	}
	#contents .request-catalog .btn{
		font-size: 1.8rem;
		margin: 20px 0 0;
	}
	#contents .request-catalog .btn a{
		display: block;
		padding: 15px 10px;
		width: auto;
	}
}






/* #products-search */
#contents #products-search {
	background-color: #263239;
}

#products-search .heading h2 {
	font-size: 2.8rem;
	color: #fff;
	position: relative;
}

#products-search .heading h2:after {
	content: "";
	background-color: #fff;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 40px;
}

#contents #products-search .products-content dl {
	width: 100%;
	background: #364854;
	margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 0;
}

#contents #products-search .products-content dl dt {
	color: #fff;
	font-size: 2.0rem;
	line-height: 1em;
	width: 320px;
	font-weight: 300;
}

#contents #products-search .products-content dl dt a {
	color: #fff;
}

#contents #products-search .products-content dl dt .title {
	height: 100px;
	display: flex;
	align-items: center;
}

#contents #products-search .products-content dl.bottom {
	margin-bottom: 60px;
}

#contents #products-search .products-content dl dt span {
	position: relative;
}

#contents #products-search .products-content dl dt span:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: -28px;
	width: 18px;
	height: 100%;
	background: url(/img/icon_top_product_arrow.png) no-repeat;
	background-position: center;
	background-size: 17.5px 12px;
}

#contents #products-search .products-content dl dd {
	width: calc( 100% - 330px );
	margin: 0;
	padding-top: 20px;
	box-sizing: border-box;
}

#contents #products-search .products-content dl dd .form {
	position: relative;
	width: 100%;
	height: 60px;
}

#contents #products-search .products-content dl dd .form input[type='text'] {
	position: absolute;
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
	z-index: 1;
}

#contents #products-search .products-content dl dd .form .search-submit {
	position: absolute;
	background: url(/common/img/icon_search.png) no-repeat 0;
	background-size: 26px;
	cursor: pointer;
	margin: auto;
	top: 0;
	right: 22px;
	bottom: 0;
	height: 26px;
	width: 26px;
	z-index: 2;
}
#contents #products-search .products-content dl dd ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
#contents #products-search .products-content dl dd ul li {
	position: relative;
	width: calc( 20% - 9px );
}

#contents #products-search .products-content dl dd ul li:before {
	content: '';
	display: block;
	padding-top: 100%;
}
#contents #products-search .products-content dl dd ul li a {
  position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	background: #5E6D76;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}


#contents #products-search .products-content dl dd ul li a:hover {
	text-decoration: none;
}
#contents #products-search .products-content dl dd ul li a br {
	display: block;
}

#contents #products-search .products-content dl dd ul li a span {
	display: block;
	width: 100%;
	margin-top: 13px;
	position: relative;
}

#contents #products-search .products-content dl dd ul li a span:before {
	position: absolute;
	top: -5px;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
}

#contents #products-search .products-content dl dd ul li a span.title-sep-sp {
	display: none;
}
#contents #products-search .products-content dl dd ul li a span.title-sep-sp:before {
	content: none;
}

@media screen and (max-width: 1235px) {
	#contents #products-search .products-content dl dd ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px) {
	#contents #products-search .products-content dl dd ul li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 749px) {
	#contents #products-search .inner {
		padding: 0;
	}
	#products-search .heading h2 {
		font-size: 2rem;
	}
	#contents #products-search .products-content dl {
		display: block;
		margin-bottom: 0;
		padding: 0;
		border-bottom: 1px solid #57666F;
	}
	#contents #products-search .products-content {
		padding: 0;
		box-sizing: border-box;
	}

	#contents #products-search .products-content dl.bottom {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#contents #products-search .products-content dl dt {
		width: 100%;
		height: 60px;
		padding: 5px 0 0 calc( (40 / 375) * 100vw );
		box-sizing: border-box;
	}
	#contents #products-search .products-content dl dt .title {
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #57666F;
		padding-right: 3.2vw;
	}
	#contents #products-search .products-content dl:first-child dt .title {
		border-bottom: 0;
	}
	#contents #products-search .products-content dl dt span {
		width: 100%;
	}
	#contents #products-search .products-content dl dt span:after {
		right: 0;
	}
	#contents #products-search .products-content dl dd {
		width: 100%;
		height: 55px;
		padding: 0 3.2vw 15px calc( (58 / 375) * 100vw );
		box-sizing: border-box;
	}
	#contents #products-search .products-content dl dd.list {
		height: auto;
		padding: 0 0 15px calc( (58 / 375) * 100vw );
		padding-bottom: 0;
	}

	#contents #products-search .products-content dl dd .form input[type='text'] {
		height: 40px;
	}
	#contents #products-search .products-content dl dd .form .search-submit {
		bottom: 16px;
		right: 12px;
	}

	#contents #products-search .products-content dl dd ul {
		width: 100%;
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	#contents #products-search .products-content dl dd ul li {
		display: inline-block;
		width: 100%;
		height: 50px;
		border-bottom: 1px solid #57666F;
		box-sizing: border-box;
	}
	#contents #products-search .products-content dl dd ul li:last-child {
		border-bottom: 0;
	}

	#contents #products-search .products-content dl dd ul li:before {
		content: '';
		padding-top: auto;
		position: static;
	}

	#contents #products-search .products-content dl dd ul li a {
		display: flex;
		justify-content: left;
		text-align: left;
		align-items: center;
		background: transparent;
		font-size: 2.0rem;
	}
	#contents #products-search .products-content dl dd ul li a:after {
		position: absolute;
		display: block;
		content: '';
		top: 0;
		right: 3.2vw;
		width: 18px;
		height: 100%;
		background: url(/img/icon_top_product_arrow.png) no-repeat;
		background-position: center;
		background-size: 17.5px 12px;
	}
	#contents #products-search .products-content dl dd ul li a br {
		display: none;
	}
	#contents #products-search .products-content dl dd ul li a span {
		display: inline;
		width: auto;
		margin-top: auto;
		position: static;
	}
	#contents #products-search .products-content dl dd ul li a span:before {
		content: '';
		display: none;
	}
	#contents #products-search .products-content dl dd ul li a span.title-sep-sp {
		display: inline;
	}
	#contents #products-search .products-content dl dd ul li a span.title-sep-sp:before {
		content: none;
	}

}


/*
	Ver. ENGLISH STYLES
	GENERAL
================================================================================*/
#contents .products-search .page-title{
	background-color: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0 50px;
}
#contents .product .form-bar .title{
	margin: 0 0 0 5.5%;
	max-width: 245px;
	width: 100%;
}
#contents .product .form-bar .form{
	margin: 0 5.5% 0 24px;
}
#contents .product .form-bar .bar-search-input{
	width: 100%;
}
@media screen and (max-width: 749px) {
	#contents .products-search .page-title{
		padding: 14px 0 20px;
	}
	#contents .product .form-bar .title,
	#contents .product .form-bar .form{
		margin: 0;
	}
	#contents .product .form-bar .title{
		max-width: 100%;
		width: auto;
	}
}

@media screen and (max-width: 749px){
	#contents .product .pc .m-ttl span{
		display: inline-block;
		background-image: url(/common/img/icon_device_pc.png);
		background-size: 18px auto;
		padding: 0 30px 0 0;
	}
}

.link-btn > a > span:after {
	content: "";
	display: inline-block;
	margin: 0 0 0 26px;
	vertical-align: middle;
	height: 15px;
	width: 15px;
}
.link-btn.download > a > span:after{
	background: url(/common/img/icon_download.png) no-repeat right center;
	background-size: 15px auto;
}
@media screen and (max-width: 749px) {
	.link-btn > a > span:after {
		margin: 0 0 0 16px;
	}
}

/* .know */
#contents .know .feature{
	margin: 40px 0 80px;
}
@media screen and (max-width: 749px) {
	#contents .know .feature{
		margin: 20px 0;
	}
}

/* .find */
#contents .find .search{
	margin: 40px 0 60px;
}
#contents .find .warranty{
	border-top: 1px solid #DDDDDD;
	margin: 100px 0 0;
	padding: 60px 0;
}
#contents .find .catalog{
	margin: 40px 0 60px;
}
#contents .find .catalog .body .main{
	padding: 3.52% 2.3% 20px 3.9%;
}
#contents .catalog .lead{
	margin: 0;
	position: relative;
	display: block;
}
#contents .catalog .lead > span{
	display: block;
}
#contents .catalog .lead > span:after{
	content: "";
	background-color: #333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	height: 1px;
	width: 30px;
}
#contents .find .warranty .content{
	font-size: 1.6rem;
	margin: 30px 0 20px;
}
#contents .find .warranty .link-btn{
	margin: 20px 0 0;
}
@media screen and (max-width: 749px) {
	#contents .find .search{
		position: relative;
		margin: 30px 0;
	}
	#contents .find .catalog{
		margin: 20px 0 30px;
	}
	#contents .find .catalog .body .main{
		padding: 18px 3.75%;
	}
	#contents .catalog .lead{
		margin: 15px 0;
	}
	#contents .catalog .lead > span:after{
		width: 20px;
	}
	#contents .find .warranty{
		margin: 30px 0 0;
		padding: 20px 0;
	}
	#contents .find .warranty .content{
		font-size: 1.3rem;
		margin: 10px 0;
	}
}

/*
	CATALOG
================================================================================*/
#contents .catalog .page-title{
	margin: 15px 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 4.2rem;
}
#contents .catalog .list{
	margin: 40px 0;
	line-height: 1.3;
	overflow: hidden;
}
#contents .catalog .list .item{
	float: left;
	border: 1px solid #DDDDDD;
	border-top: 2px solid #364854;
	width: 22.65%;
}
#contents .catalog .list .item + .item{
	margin: 0 0 0 3.13%;
}
#contents .catalog .list .item h2{
	margin: 10px 6.7%;
	font-size: 1.8rem;
	color: #364854;
}
#contents .catalog .list .item .img{
	text-align: center;
}
#contents .catalog .list .item .img img{
	width: auto;
	max-width: 100%;
}
#contents .catalog .list .item .desc{
	margin: 10px 6.7%;
}
#contents .catalog .list .item .desc > p{
	margin: 3px 0;
}
#contents .catalog .list .item .desc .name{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: #364854;
	vertical-align: middle;
}
#contents .catalog .list .item .desc .name .new{
	display: inline-block;
	background-color: #D83838;
	margin: 0 7px 0 0;
	padding: 0 5px;
	color: #ffffff;
	font-size: 1.0rem;
}
#contents .catalog .list .item .desc .note{
	font-size: 1.3rem;
}
#contents .catalog .list .item .desc .link{
	font-size: 1.5rem;
}
#contents .catalog .list .item .desc .link a{
	background: url(/common/img/icon_arrow_black.png) no-repeat right center;
	background-size: 10px auto;
	padding: 0 15px 0 0;
}
#contents .catalog .list .item .foot{
	background-color: #F8F8F8;
	padding: 6.7%;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
#contents .catalog .list .item .foot a{
	background-position: 92% center;
	background-repeat: no-repeat;
	display: block;
	background-color: #364854;
	padding: 15px 0;
	color: #ffffff;
}
#contents .catalog .list .item .foot a[target="_blank"]{
	background-image: url(/common/img/icon_blank_white.png);
	background-size: 10px auto;
}
#contents .catalog .list .item .foot a.download{
	background-image: url(/common/img/icon_download_white.png);
	background-size: 15px auto;
}
#contents .catalog .list .item .foot p + p{
	margin: 10px 0 0;
}
#contents .catalog .list .item .foot p.apply{
	background-color: #ffffff;
	padding: 15px 0;
}
#contents .catalog .list .item .foot p.apply label{
	vertical-align: middle;
}
#contents .catalog .list .item .foot p.apply input{
	margin: 0 7px 0 0;
}
#contents .catalog .m-heading,
#contents .foot-btn .m-heading{
	position: relative;
	padding: 0 0 0 20px;
	font-size: 2.4rem;
	margin: 60px 0 20px;
}
#contents .catalog .m-heading:before,
#contents .foot-btn .m-heading:before{
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #333333;
	content: '';
	margin: -0.5em 0 0;
	width: 2px;
	height: 26px;
}
#contents .catalog .page-body{
	margin: 0 0 60px;
}
#contents .catalog .list{
	margin: 20px 0;
}
#contents .catalog .list .item{
	width: 31.247%;
}
#contents .catalog .list .item h3{
	margin: 18px 5% 26px;
	font-size: 1.8rem;
	color: #364854;
}
#contents .catalog .list .item .desc{
	margin: 24px 5%;
}
#contents .catalog .list .item .desc .note{
	line-height: 1.6;
}
#contents .catalog .list .item .desc > p{
	margin: 3px 0;
}
#contents .catalog .list .item .desc .name .new{
	vertical-align: middle;
}
#contents .catalog .list .item .foot{
	padding: 5%;
}
#contents .foot-btn{
	padding: 0 0 25px;
}
#contents .foot-btn .m-heading,
#contents .foot-btn .desc{
	text-align: left;
}
#contents .foot-btn .desc{
	font-size: 1.5rem;
	padding: 0 0 0 20px;
}
#contents .foot-btn .desc + .btn{
	margin: 40px 0 35px;
}
@media screen and (max-width: 749px) {
	#contents .catalog .page-title{
		padding: 10px 0;
		font-size: 2.4rem;
	}
	#contents .catalog .list{
		margin: 20px 0 0;
	}
	#contents .catalog .list .item{
		float: none;
		width: auto;
	}
	#contents .catalog .list .item + .item{
		margin: 20px 0 0;
	}
	#contents .catalog .list .item h2{
		margin: 15px 6.7%;
		font-size: 1.6rem;
	}
	#contents .catalog .list .item .desc{
		margin: 20px 6.7%;
	}
	#contents .catalog .list .item .desc > p{
		margin: 5px 0;
	}
	#contents .catalog .list .item .desc .name{
		font-size: 1.3rem;
	}
	#contents .catalog .list .item .desc .note{
		font-size: 1.1rem;
	}
	#contents .catalog .list .item .desc .link{
		font-size: 1.3rem;
	}
	#contents .catalog .list .item .foot{
		font-size: 1.3rem;
	}
	#contents .catalog .list .item .foot a{
		padding: 12px 0;
	}
	#contents .catalog .list .item .foot p.apply{
		padding: 12px 0;
	}
	#contents .catalog .m-heading,
	#contents .foot-btn .m-heading{
		font-size: 2.0rem;
		padding: 0 0 0 12px;
		margin: 30px 0 10px;
	}
	#contents .catalog .m-heading:before,
	#contents .foot-btn .m-heading:before{
		height: 20px;
	}
	#contents .catalog .page-body{
		margin: 0 0 20px;
	}
	#contents .catalog .list{
		margin: 10px 0;
	}
	#contents .catalog .list .item{
		width: 100%;
	}
	#contents .catalog .list .item h3{
		margin: 18px 5% 26px;
		font-size: 1.8rem;
		color: #364854;
	}
	#contents .catalog .list .item .desc{
		margin: 20px 5%;
	}
	#contents .foot-btn{
		padding: 5px 0;
	}
	#contents .foot-btn .m-heading,
	#contents .foot-btn .desc{
		text-align: left;
	}
	#contents .foot-btn .desc{
		font-size: 1.3rem;
		padding: 0 0 0 12px;
	}
	#contents .foot-btn .desc + .btn{
		margin: 20px 0;
	}
}

/*
	DOWNLOAD
================================================================================*/
#contents #sec-product-data,
#contents #sec-tools{
	padding: 70px 0 0;
	margin: -70px 0 0;
}
#contents .catalog .list .item .foot a.download{
	background-image: none;
	padding: 15px 10px;
}
#contents .catalog .list .item .foot a.download:after{
	content: "";
	background: url(/common/img/icon_download_white.png) no-repeat right;
	background-size: 15px auto;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 0 0 0 5px;
}
#contents .tools .page-title{
	background-color: #F8F8F8;
	border-top: 1px solid #DDDDDD;
	padding: 20px 0 50px;
}
#contents .tools .m-heading {
	position: relative;
	padding: 0 0 0 20px;
	margin: 40px 0 20px;
	font-size: 2.4rem;
}
#contents .tools .m-heading:before {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #333333;
	content: '';
	margin: -0.5em 0 0;
	width: 2px;
	height: 26px;
}
#contents .tools .s-heading {
	border-bottom: 1px solid #9aa3a9;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 6px;
}
#contents .tools .s-heading > * {
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 749px){
	#contents #sec-product-data,
	#contents #sec-tools{
		padding: 60px 0 0;
		margin: -60px 0 0;
	}
	#contents .tools .page-title{
		padding: 14px 0 20px;
	}
	#contents .tools .m-heading {
		font-size: 2.0rem;
		margin: 20px 0;
	}
	#contents .tools .m-heading:before {
		margin: -0.7em 0 0;
	}
	#contents .tools .s-heading {
		padding: 0 0 10px;
		margin: 0 0 15px;
	}
	#contents .tools .s-heading > * {
		font-size: 1.6rem;
	}
}

/* .collection */
#contents .tools{
	padding: 0 0 40px;
}
#contents .tools .collection{
	margin: 20px 0 40px;
	overflow: hidden;
}
#contents .tools .collection .main,
#contents .tools .collection .list{
	float: right;
	width: 67.5%;
}
#contents .tools .collection .thumb{
	float: left;
	width: 29.7%;
}
#contents .tools .collection .main{
	display: table;
	margin: 0 0 60px;
}
#contents .tools .collection .main > p{
	display: table-cell;
	vertical-align: top;
}
#contents .tools .collection .main .icon{
	width: 80px;
}
#contents .tools .collection .main .info{
	padding: 1% 0 0 3%;
	font-size: 1.8rem;
	line-height: 1.7;
}
#contents .tools .collection .main .info .f-small{
	display: block;
	font-size: 1.5rem;
}
#contents .tools .collection .list ul{
	overflow: hidden;
}
#contents .tools .collection .list ul li{
	float: left;
	font-size: 1.5rem;
	width: 32.66%;
}
#contents .tools .collection .list ul li + li{
	margin: 0 0 1% 1%;
}
#contents .tools .collection .list ul li:nth-child(3n+1){
	margin: 0 0 1% 0;
}
#contents .tools .collection .list ul li a{
	background-image: url(/common/img/icon_arrow_black.png);
	background-color: #F8F8F8;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	border-bottom: 1px solid #333333;
	display: block;
	padding: 7px 25px 7px 15px;
}
#contents .tools .collection .list ul li a.window{
	background-image: url(/common/img/icon_blank.png);
}
#contents .tools .collection .list ul li a.download{
	background-image: url(/common/img/icon_download.png);
	background-size: 15px auto;
}
#contents .tools .collection .items{
	clear: both;
	padding: 40px 0 20px;
}
#contents .tools .collection .items.col2{
	float: left;
	width: 48.4%;
	width: -webkit-calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: -ms-calc(50% - 40px);
	width: calc(50% - 40px);
}
#contents .tools .collection .items + .items{
	margin: 0 0 0 40px;
}
#contents .tools .collection .items ul{
	line-height: 1.8;
	overflow: hidden;
	margin: 0 -25px 0 0;
}
#contents .tools .collection .items li{
	list-style: disc;
	float: left;
	font-size: 1.5rem;
	margin: 0 20px 0 25px;
}
#contents .tools .collection .items .another-link:after{
	content: "";
	display: table;
	clear: both;
}
#contents .tools .collection .items .another-link > div{
	float: left;
}
#contents .tools .collection .items .another-link > div a{
	border: 1px solid #DDDDDD;
	display: inline-block;
	padding: 7px 20px 7px 20px;
	font-size: 1.5rem;
}
#contents .tools .collection .items .another-link > div a span {
	background: url(/common/img/icon_blank.png) no-repeat right;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}
@media screen and (max-width: 749px){
	#contents .tools{
		padding: 0;
	}
	#contents .tools .collection{
		margin: 20px 0;
	}
	#contents .tools .collection .main,
	#contents .tools .collection .thumb,
	#contents .tools .collection .list{
		float: none;
		width: 100%;
	}
	#contents .tools .collection .main{
		margin: 0 0 20px;
	}
	#contents .tools .collection .main > p{
		display: block;
	}
	#contents .tools .collection .main .icon{
		margin: 0 auto 10px;
		width: 20%;
	}
	#contents .tools .collection .main .info{
		padding: 0;
		font-size: 1.6rem;
	}
	#contents .tools .collection .thumb{
		margin: 20px 0;
	}
	#contents .tools .collection .main .info .f-small{
		font-size: 1.3rem;
	}
	#contents .tools .collection .list ul li{
		float: none;
		font-size: 1.3rem;
		width: 100%;
	}
	#contents .tools .collection .list ul li,
	#contents .tools .collection .list ul li + li,
	#contents .tools .collection .list ul li:nth-child(3n+1){
		margin: 0 0 3.1%;
	}
	#contents .tools .collection-1 .list ul li a{
		padding: 9px 25px 9px 15px;
	}
	#contents .tools .collection{
		margin: 20px 0;
	}
	#contents .tools .collection .items{
		padding: 20px 0;
	}
	#contents .tools .collection .items.col2{
		float: none;
		width: 100%;
	}
	#contents .tools .collection .items + .items{
		margin: 20px 0 0;
	}
	#contents .tools .collection .items ul{
		line-height: 2;
		margin: 0;
	}
	#contents .tools .collection .items li{
		font-size: 1.3rem;
		margin: 0 0 0 25px;
		padding: 0 6px 0 0;
	}
	#contents .tools .collection .items .another-link > div{
		float: none;
	}
	#contents .tools .collection .items .another-link > div a{
		text-align: center;
		padding: 9px 20px 9px 20px;
		font-size: 1.3rem;
		width: 100%;
	}
}

/*
	FOOT BTN
================================================================================*/
#contents .foot-btn{
	border-top: 1px solid #DDDDDD;
	padding: 25px 0;
	text-align: center;
}
#contents .foot-btn p{
	margin: 15px 0;
}
#contents .foot-btn .btn{
	font-size: 2.0rem;
	font-weight: bold;
}
#contents .foot-btn .btn a{
	display: inline-block;
	background-color: #D83838;
	padding: 25px 20px;
	width: 400px;
	color: #ffffff;
}
#contents .foot-btn .btn a[target="_blank"] span{
	background: url(/common/img/icon_blank_white.png) no-repeat right center;
	background-size: 10px auto;
	padding: 0 20px 0 0;
}
#contents .foot-btn .txt{
	font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
	#contents .foot-btn{
		margin: 20px 0;
		padding: 5px 0;
	}
	#contents .foot-btn .btn{
		font-size: 1.8rem;
	}
	#contents .foot-btn .btn a{
		display: block;
		padding: 15px 10px;
		width: auto;
	}
	#contents .foot-btn .txt{
		font-size: 1.3rem;
	}
}
