/* CSS Document */
/*------------------------------------------------------

INDEX

------------------------------------------------------*/
img {
  display: block;
  margin: 0 auto; }

.gnav-item .forfeat {
	display: block;
}

#contents {
  background-color: #fff; }

.kv02-feat01 {
  background-image: url("../img/img_kv_8k4k.jpg"); }

.kv02-feat02 {
  background-image: url("../img/img_kv_hdr.jpg"); }

.kv02-feat03 {
  background-image: url("../img/img_kv_adv.jpg"); }

.kv02-feat04 {
  background-image: url("../img/img_kv_conv.jpg"); }

.kv02-feat05 {
  background-image: url("../img/img_kv_laser.jpg"); }


#item-title {
}

#item-title p {
	margin-bottom:0.2em;
	padding-bottom:0.2em;
	font-size:160%;
    line-height: 1;
	border-bottom:1px solid #323232;
}

#item-title h2 {
	font-size:200%;
    line-height: 1.4;
    margin-top: 10px;
}


.feat-item {
  margin-bottom: 80px; }
  .feat-item h3 {
    border-left: #cdcdcd 8px solid;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 8px 16px; }
  .feat-item p {
    font-size: 1.4rem;
    line-height: 2; }
  .feat-item figure {
    padding-top: 20px;
    padding-bottom: 20px;}
  .feat-item figcaption {
    max-width: 676px;
    font-size: 1rem;
    margin: 10px auto; }
  .feat-item img {
    width: 100%;
    max-width: 676px; }
  .feat-item .w-small {
    margin: auto; }
  .feat-item .w-small img {
    width: auto; }
  .feat-item .w-324 {
    max-width: 324px;
    margin: auto; }

.notes {
  text-indent: -2rem;
  margin-left: 2rem; }

.feat-link {
  background-color: #e5e5e5;
  padding: 40px; }

.feat-link-list li {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 20px; }
  .feat-link-list li a {
    color: #b48c3c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }

.feat-link-list li:not(:last-child) {
  border-right: #cdcdcd 1px solid; }


.withicon {
	display:flex;
	justify-content:space-between;
	align-items:center;
    /*margin-bottom: 30px;*/
}


ul.appmodel {
	display:flex;
	justify-content:flex-end;
    /*margin-bottom: 30px;*/
}

.withicon ul.appmodel {
	margin-bottom:30px;
}

ul.appmodel li {
	margin-left:0.5em;
}

ul.appmodel li span {
	display:block;
	padding:0.3em 1em;
	font-weight:bold;
	border:1px solid #323232;
}

ul.appmodel li span.model_nz9 {
	background-color:#a48530;
}

ul.appmodel li span.model_nz8 {
	background-color:#898989;
}

ul.appmodel li span.model_nz7 {
	background-color:#886448;
}

ul.appmodel li span.model_np5 {
	background-color:#ffffff;
}

ul.appmodel.modelSmall {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    font-size: 12px;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}

.lsr_blueicon {
	display:block;
}

.lsr_blueicon img {
	width:33%;
	margin-right:0px;
}

#feat01 .margin0 {
	margin-bottom:0px;
	padding-bottom:0px;
}

.l-grid-01,
.l-grid-02,
.l-grid-03 {
	padding-bottom:20px;
}


@media only screen and (max-width: 800px) {
  .l-flex {
    display: block; } }

@media only screen and (max-width: 740px) {
  .feat-item figure {
    padding-top: 30px; }
  .feat-item .w-324 {
    max-width: 240px;
    margin-top: 20px; }
  .feat-link {
    display: none; }

	#item-title p {
		font-size:120%;
	}
	
	#item-title h2 {
		font-size:150%;
	}



}

@media only screen and (max-width: 567px) {

.withicon ul.appmodel {
	display:block;
}

.withicon ul.appmodel li {
	margin-bottom:0.3em;
}

.lsr_blueicon img {
	width:60%;
}

}