@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
* RESPONSIVE
* ------------------------------------------------------------------------------------------------ */

@media screen and (max-width:1399px) {}

/* END RESPONSIVE 979px */

@media screen and (max-width:767px) {

	.l-subtitle .u-inner {
		padding: 0px 0px 0px;
	}
	
	.u-inner{
		padding: 20px;
	}

	.mainimg {
		margin-top: -20px;
	}

	.u-container p {
		letter-spacing: 0.05em;
		line-height: 1.8em;
		font-size: 14px;
	}

	.l-section-subtitle {
		font-size: 1.8rem;
	}


	.equi_list ul li {
		width: 50%;
	}

	.equi_list ul li:nth-child(2n) {
		border: none;
	}

	.equi_list ul li .mark {
		font-size: 10px;
		left: -4px;
		top: 40px;
	}

	.l-spec-nav-items {
		letter-spacing: -.4em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		    flex-wrap:wrap;
	}

	.l-spec-nav-item {
		letter-spacing: 0;
		width: calc(50% - 1px);
		margin-right: 1px;
		margin-bottom: 1px;
		padding: 0;
		background: #1b1b1b;
	}
	.l-spec-nav-item:nth-of-type(even) {
		margin-right: 0;
	}

	.l-spec-nav-item .e-link {
		font-size: 1.1rem;
		text-align: left;
		width: calc(100% - 3px);
		padding: 10px 0 10px 30px;
		background-size: 10px auto;
		background-position: left 10px top 50%;
	}

	.l-spec-nav-item .e-link:before {
		font-size: 1.4rem;
	}

	.l-spec-title:before {
		font-size: 2.4rem;
	}

	.l-spec-items {
		margin: 0 -10px;
	}

	.l-spec-item {
		width: 50%;
		padding: 0 10px;
	}
	.l-spec-items--column4 .l-spec-item {
		width: 50%;
		padding: 0 10px;
	}

	.l-spec-item .e-title {
		font-size: 1.3rem;
		margin-top: 10px;
	}

	.l-spec-item .e-text {
		font-size: 1.1rem;
		line-height: 1.5;
	}

	.l-spec-item .e-title br {
		display: none;
	}
	
	.l-spec-item .e-text2 {
		font-size: 1.0rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	.l-spec-item .e-text3 {
		font-size: 1.3rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	.l-spec-item .e-text3 strong {
		font-size: 2.1rem;
		line-height: 1.75;
		font-weight: normal;
	}

	
	.c-icon_ollenge,
	.c-icon_blue,
	.c-icon_green,
	.c-icon_pink
	{
		content: "";
		position: absolute;
		background: url(../../img/equipment/icon_orenge.png) no-repeat center center / 35px auto;
		width: 35px;
		height: 35px;
	}
	
	.c-icon_blue{
		background: url(../../img/equipment/icon_blue.png) no-repeat center center / 35px auto;
	}

	.c-icon_green{
		background: url(../../img/equipment/icon_green.png) no-repeat center center / 35px auto;
	}

	.c-icon_pink{
		background: url(../../img/equipment/icon_pink.png) no-repeat center center / 35px auto;
	}

	
	.l-spec-items2 {
		display: block;
	}
	.l-spec-item2-image {
		width: 100%;
		margin-right: 0;
	}
	.l-spec-item2-text {
		width: 100%;
	}
	.l-spec-item2-title:first-child {
		margin-top: 30px;
	}
	

}

/* END RESPONSIVE 767px */

@media screen and (max-width:374px) {}

/* END RESPONSIVE 374px */
@media screen and (orientation: landscape) {}

/* END RESPONSIVE landscape */
@media print {}

/* END PRINT */
