@charset "utf-8";
/* CSS Document */



/* トップイメージ
======================================================================== */
.topImg {
	height:680px;}
/* ===================================================================== */


/* 説明1
======================================================================== */
 .contents1 {
 	margin: 3em 0 3em 3em;
	overflow: hidden;}
	
.cts1 {
	background:url("../images/static-media/landing-bg-02b.jpg") no-repeat top center;
	background-size: cover;}
/* ===================================================================== */


/* 説明6
======================================================================== */
.cts05 {
	background-image: url(../images/static-media/landing-bg-07.jpg);
	background-position:top center;}
/* ===================================================================== */


/* 会社概要
======================================================================== */
.section-bg-light-sp {
	background-color: #f9f9f9;}

.f_name,
.f_schedule,
.f_off {
	margin-left: 10px;
}

.f_name {
	float: left;
	font-size: 130%;
	margin-right: 1em;
}

.f_schedule {
	float: left;
}

.f_off {
	margin-bottom: 2em;
}
/* ===================================================================== */



/* 商標登録
======================================================================== */
.listTm {
	list-style: none;
	padding-left: 1.2em;
	margin-bottom: 1em;
	overflow: hidden;
}

.listTm li {
	float: left;
	margin-right: 1em;
	width: 370px;
}
/* ===================================================================== */



@media print, screen and (max-width:768px){
.pcNone {
	display: none;}
	
	
/* トップイメージ
======================================================================== */
.topImg {
	height:450px;
	 background-size:cover;}
/* ===================================================================== */


/* 説明1
======================================================================== */
 .contents1 {
 	margin: 0 0 2em;
	overflow: hidden;}
	
.cts1 {
	background:url("../images/static-media/landing-bg-02sp.jpg") no-repeat bottom center;
	background-size: cover;}
/* ===================================================================== */


/* 説明6
======================================================================== */
.cts05  {
	background-image:none;
    background-color: #ededed;}
/* ===================================================================== */
	
	
/* 会社概要
======================================================================== */
.f_name,
.f_schedule,
.f_off {
}

.f_name {
	float: none;
	margin-right:0;
}

.f_schedule {
	float: none;
}

.f_off {
	margin-bottom: 2em;
	clear: both;
}
/* ===================================================================== */


/* 商標登録
======================================================================== */
.listTm {
	list-style: none;
	padding-left: 0;
	margin-bottom: 1em;
	overflow: hidden;
}

.listTm li {
	float: none;
	margin-right:0;
	width: 100%;
}
/* ===================================================================== */

}





