


/* Contents */

.recommendContents {
	width: calc(100% - 240px);
	margin-left: 30px;
	padding: 20px;
	margin-bottom: 20px;
}
.photo-b{background:#005bac;}
.dsp-b{background:#b2d000;}
.vision-b{background:#df0017;}
.led-b{background:#725798;}
.thermo-b{background:#fcd35b;}
.io-b{background:#009d96;}

@media screen and (max-width: 640px) {
.recommendContents {
  width: 100%;
  margin-top: 60px;
  margin-left: 0px;
}
}
.recommend-list-under > li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 36px);
	/*border: 1px solid #dbdbdb;*/
	padding: 10px 3px 10px 3px;
	transition: 200ms ease-out;
	height: 210px;
	background:#fff;
}

@media screen and (max-width: 640px) {
	.recommend-list-under > li > span {
	height: auto;
	}
}
.recommend-list-under figure {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-list-under figure img {
	mix-blend-mode: darken;
	transition: 200ms ease-out;
}
.recommend-list-under dl {
	width: 95%;
	line-height: 1.4 !important;
	text-align: center;
}
.recommend-list-under dt {
	color: #000;
	font-weight: 700;
	line-height: 1.4 !important;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
.recommend-list-under dt span {
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4 !important;
}
.recommend-list-under dt p {
	max-width: 50px;
	margin-bottom: 5px;
}
.recommend-list-under dd {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	margin-top: 5px;
	line-height: 1.4 !important;
	color:#000 !important;
}
.recommend-list-under dd {
	color:#000 !important;
}
.recommend-list-under > li > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top-width: 0;
	height: 43px;
	justify-content: center;
}
.recommend-list-under > li > ul > li {

	text-align: center;
}

.recommend-list-under > li > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #767676;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-align: center;
	justify-content: center;
	background: red;
	color:#fff;
	padding: 6px;
	width: 100px;
	border-radius: 5px;
}
.recommend-list-under > li > ul > li > a:hover {
	background: #000;
}



.categoryContents {
	width: calc(100% - 240px);
	margin-left: 30px;
	padding: 20px;
	margin-bottom: 20px;
	border: 3px solid #fce37d;
}

@media screen and (max-width: 640px) {
.categoryContents {
  width: 100%;
  margin-top: 60px;
  margin-left: 0px;
}
}
.category-list-under > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 36px);
	padding: 10px 3px 10px 3px;
	transition: 200ms ease-out;
	height: auto;
	background:#fff;
}

@media screen and (max-width: 640px) {
	.category-list-under > li > a {
	height: auto;
	}
}
.category-list-under figure {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-list-under figure img {
	mix-blend-mode: darken;
	transition: 200ms ease-out;
}
.category-list-under dl {
	width: 80%;
	line-height: 1.4 !important;
	text-align: center;
}
.category-list-under dt {
	color: #fff;
	font-weight: 700;
	line-height: 1.4 !important;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	padding:4px 0 4px 0;
	border-radius: 5px;
	display: block;
}
.category-list-under dt.photo_cate {
	background: #005bac;
}
.category-list-under dt.dsp_cate {
	background: #b2d000;
}
.category-list-under dt.io_cate {
	background: #009d96;
}
.category-list-under dt.vision_cate {
	background: #df0017;
}
.category-list-under dt.led_cate {
	background: #725798;
}
.category-list-under dt.thermo_cate {
	background: #fcd35b;
}

.category-list-under dt span {
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4 !important;
}
.solcol-margin-10 > * {
	padding: 0 0 20px 10px !important;
}
.solcol-margin-10 {
	margin: 0 0 -10px -10px;
}

.soltitle-03 {
	margin:20px 0 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .1em;
}
.title-04 {
	font-size: 20px;
	position: relative;
	line-height: 1.0;
	color:#fff;
	font-weight: bold;
}
.title-04::before,.title-04::after {
	display: block;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.photo_cor{
	border-left: 3px solid #86add6;
}
.dsp_cor{
	border-left: 3px solid #d9e790;
}
.io_cor{
	border-left: 3px solid #88cdca;
}
.vision_cor{
	border-left: 3px solid #ef818a;
}
.led_cor{
	border-left: 3px solid #b9abcc;
}
.thermo_cor{
	border-left: 3px solid #fde8af;
}
/*.title-04::before {
	background-color: #999;
	width: 100%;
}
.title-04::after {
	background-color: #e60012;
	width: 50%;
	max-width: 200px;
}*/
.title-05 {
	font-size: 20px;
	position: relative;
	line-height: 1.75;
	color:#000;
	text-align: center;
	font-weight: bold;
}
.title-05::before,.title-05::after {
	display: block;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.col-1-2-1 > *{
	width: 100%;
	position: relative;
}
.col-1-2-1 img{
	width: 30% !important;
}

.col-5-2-1 > *{
	width: 16%;
}
.col-2-2-1 > *{
	width: 50%;
	position: relative;
}

.col-2-2-1 img{
	width: 50% !important;
}
.col-3-2-1 > *{
	width: 33.3%;
	position: relative;
}

.col-3-2-1 img{
	width: 70% !important;
}

#recoContents{display:flex; flex-direction: column !important; width: 100%; margin-right: -210px;}
@media screen and (max-width: 640px) {
#recoContents{margin-right: 0px;}
.reco_arrow{margin-left:0px;}
.col-1-2-1 > *{
	width: 100%;
}
.col-5-2-1 > *{
	width: 45%;
}
.col-2-2-1 > *{
	width: 100%;
}
.col-3-2-1 > *{
	width: 100%;
}
.col-1-2-1 img{
	width: 100% !important;
}
.col-2-2-1 img{
	width: 100% !important;
}
.col-3-2-1 img{
	width: 100% !important;
}
	dl.cn_an dt.cn_im img{ width: 140px;}
	.serch_ttl{
	font-size: 16px;
	}
	dl.cn_an dt.balloon-l p{
	font-size:14px !important;
	width:220px;
	}
	dl.cn_an{width: 100%;}
	dl.cn_an dt.cn_im,dl.cn_an dt.cn_im_r,dl.cn_an dt.cn_im_r02{ width: 120px;}
	dl.cn_an dt.cn_bl{ width: 60px; float: left; padding-right: 0px; }
	dl.cn_an dt.cn_cp{ font-size: 16px; padding-left: 0px;}
	.btn a{ font-size: 16px; width: 55%; margin-top:10px; margin-bottom:10px; margin-top:0 auto; float: none;}
	.btn a {
	margin-left: 100px;
	font-size: 18px; 
}
.head_top img{
	width: 100% !important;
	margin-top: 30px !important;
	margin-left: 0px !important;
	margin-bottom: 20px !important;
	}
	.btn a{font-size: 16px !important; margin-right: 0px !important; padding: 8px 20px 8px 20px !important; margin-left: 0px !important; width: 200px;}
	.balloon_box{width: 80% !important;}
	.can_link img{width: 100%;}	
}
.can_link{
	margin-left: 30px;	
	}
.can_link a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
	}
.reco_arrow{text-align: center;}
.reco_arrow img{padding-top: 10px; width: 60px; }
.head_top img{
	width: calc(100% - 240px);
	margin-left: 30px;
	margin-bottom: 20px;
	}
.balloon_box{padding-top: 20px; padding-bottom: 20px; width: 100%; text-align: center;}	
dl.cn_an{ padding-top: 10px; float: left; width: 100%; padding-bottom: 10px;}
dl.cn_an dt.cn_im{ width: 160px; float: left; vertical-align: bottom;}
dl.cn_an dt.cn_im img,dl.cn_an dt.cn_im_r img{ width: 180px;}
dl.cn_an dt.cn_im_r02 img{ width: 220px;}
dl.cn_an dt.cn_im_r02{ width: 220px; float: right; vertical-align: bottom;}
dl.cn_an dt.cn_im_r{ width: 160px; float: right; vertical-align: bottom;}
dl.cn_an dt.cn_bl{ padding-right: 500px; width: 90px; float: left; }
dl.cn_an dt.cn_cp{ padding-left: 20px; color: #087BBB; font-size: 24px; font-weight: bold; float: left; }
dl.cn_an dt.balloon-l {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  background: #fff3e9;
  color: #000;
  font-size: 16px;
  border: solid 3px #f6b27a;
  box-sizing: border-box;
  border-radius: 15px;
}

.dl.cn_an dt.balloon-l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff3e9;
  z-index: 2;
}

dl.cn_an dt.balloon-l:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #f6b27a;
  z-index: 1;
}

dl.cn_an dt.balloon-l p {
  margin: 8px;
  padding: 0;
  font-size: 20px;
}


dl.cn_an dt.balloon-r {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #feeddb;
  border: solid 3px #feeddb;
  box-sizing: border-box;
  border-radius: 15px;
}

dl.cn_an dt.balloon-r:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #feeddb;
  z-index: 2;
}

dl.cn_an dt.balloon-r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #feeddb;
  z-index: 1;
}

dl.cn_an dt.balloon-r p {
  margin: 8px;
  padding: 0;
  font-size: 24px;
}
/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #999999;
	border-radius: 5px;
	margin-right: 200px;
	font-size: 26px; 
}
.btn a:hover {
	color: #fff;
	background: #333;
}
.balloon_color01{background-color: #df0017;}
.balloon_color02{background-color: #febc1a;}
.balloon_color03{background-color: #c96e52;}
.balloon_color04{background-color: #c2af44;}
.balloon_color05{background-color: #4b7ad0;}
.balloon_color06{background-color: #b35387;}
.balloon_color07{background-color: #53b360;}
.col-1-2-1 .recommend_balloon01,.col-2-2-1 .recommend_balloon01,.col-3-2-1 .recommend_balloon01{
	right: 20px;
	top: 20px;
	font-size: 16px;
	position: absolute;
	color: white;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align:center;
	line-height: 65px;
	font-weight: 700;
}
.col-2-2-1 .recommend_balloon02,.col-3-2-1 .recommend_balloon02{
	right: 20px;
	top: 20px;
	font-size: 16px;
	position: absolute;
	color: white;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align:center;
	line-height: 1.1em;
	padding-top: 16px;
	font-weight: 700;
}

.col-1-2-1 .recommend_balloon03,.col-2-2-1 .recommend_balloon03,.col-3-2-1 .recommend_balloon03{
	right: 20px;
	top: 20px;
	font-size: 16px;
	position: absolute;
	color: white;
	display: inline-block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align:center;
	line-height: 55px;
	font-weight: 700;
}

.arrow {
    position:relative;
    height:50px;
    width:50px;
    background-color:#ff7400;
    font-size: 16px;
    color: white;
    line-height: 1.1em;
    text-align:center;
    font-weight: 700;
    padding-top: 15px;
    z-index: 100 !important;
}

.col-1-2-1 .recommend_balloon04,.col-2-2-1 .recommend_balloon04,.col-3-2-1 .recommend_balloon04{
	right: 30px;
	top: 20px;
	position: absolute;
}
 
.arrow::before {
    position:absolute;
    content:"";
    border:solid 40px transparent;
    border-top:solid 40px #ff7400;
    top:40px;
    left:-15px;
    z-index: 1 !important;
}
.arrow span{
    position: relative;
    z-index: 100 !important;
}
.notice{line-height: 1.3em; font-size: 12px;}