@charset "utf-8";
/* CSS Document */



/* メインビジュアル
======================================================================== */
.topText {
	width: 40%;}
/* ===================================================================== */


/* お知らせ
======================================================================== */
.osirase_header,
.osirase_outer {
	width: 1000px !important;
}

.text-underline-dark {
	display: block;
	line-height: 1.5em;
}
/* ===================================================================== */


/* 3つの方法
======================================================================== */
.gripPoint {
	width: 72%;
	margin: 0 auto;
	padding:15px 20px 0px 30px; 
	border: 12px solid rgba(255,255,255,.35);
	background-color:rgba(230,230,230,.86);}
/* ===================================================================== */


/* 製品概要
======================================================================== */
.gripInfo {
	width: 72%;
	margin: 0 auto;
}
/* ===================================================================== */


/* 会社概要
======================================================================== */
.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;}
	
	
/* 特長
======================================================================== */
.button.deeporange {
	width: 100%;
	box-sizing: border-box;
	min-width:inherit;
}
/* ===================================================================== */
	
	
/* 会社概要
======================================================================== */
.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%;
}
/* ===================================================================== */

}




