@charset "UTF-8";

/*================================================
 *  キャッチ
 ================================================*/
.catch img.topbanner{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.catch .otherlink {
	float: left;
	padding: 0px;
	margin: 0px;
}
.otherlink .otherlink_head{
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background: rgba(0,0,0,0.7);
	text-align: center;
	margin: 0;
	padding: 0;
}
.otherlink hr {
	width: 180px;
	border: none;
  	border-top: 3px rgba(0,0,0,0.7) solid;
	padding: 0px;
	margin: 0px;
}
.otherlink img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.otherlink img:hover {
	opacity: 0.8;
}

/*================================================
 *  TOPICS
 ================================================*/
#news {
	position: absolute;
	background: rgba(0,0,0,0.7);
	width: 779px;
	height: 35px;
	top: 355px; /* #content margin含む */
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.0;
	vertical-align: middle;
}

#news .head {
	float: left;
	border: 1px solid #FFFFFF;
	padding: 0.6em;
	margin: 3.5px 0px 3.5px 30px;
}
#news .head p {
	margin: 0;
	padding: 0;
}

#news .ticker {
	position: relative;
	width: 679px;
	left: 100px;
	top: 1em;
}
#news .ticker ul li {
	display: none;
	opacity: 0;
}

#news .ticker ul li a {
	text-decoration: underline;
	color: #fff;
}

#news .ticker ul li a:hover {
	color: #44BBDD;
	font-weight: 700;
}


/*================================================
 *  キャッチ文
 ================================================*/
.maintext{
	margin: 2em 0;
}


/*================================================
 *  ４つの理由
 ================================================*/
.fourfeatures{
	background: rgba(68,187,221,0.7);
}

.feature {
	width: 650px;
	float: right;
	margin: 10px 0px;
}
.feature .points {
	float: left;
}
.feature .section{
	float: left;
	width: 540px;
	padding-left: -30px;
}
.feature .section h{
	color: #333399;
	font-size:22px;
	font-weight: 700;
	margin-top: 0.25em;
}
.feature .section p{
	font-weight: 700;
	color: #FDFFEE;
}

/*================================================
 *  ３つのC
 ================================================*/
.threefeatures{
	background: rgba(68,187,221,0.7);
	padding: 0 30px;
	margin: 10px 0;
}
.threefeatures_head{
	display: block;
	margin: 0 auto -10px auto;
  	-webkit-transform: translateY(50%);
  	-ms-transform: translateY(50%);
  	transform: translateY(50%);
}

.threefeaturesIn {
	float:left;
	padding: 20px 0 5px 0;
	margin: 0px 30px;
}

.feat_3C {
	width: 240px;
	height: 140px;
	text-align: center;
	line-height: 1.2;
	padding-top: 40px;
}

.feat_3C h {
	color: #333399;
	font-size: 20px;
	font-weight: 700;
}
.feat_3C .C {
	font-size: 30px;
	font-weight: 900;
}
.feat_3C strong {
	display: block;
	font-weight: 700;
	margin-bottom: 0.3em;
}

.feat_3C.feat_3C_back1 {
	background: url(../images/c1.png) center no-repeat;
}
.feat_3C.feat_3C_back2 {
	background: url(../images/c2.png) center no-repeat;
}
.feat_3C.feat_3C_back3 {
	background: url(../images/c3.png) center no-repeat;
}




/*================================================
 *  POINT
 ================================================*/

/* 製品ページ特長 */
#feat3 {
	margin: 20px 0px ;	
}

#feat3 .points{
	float: left;
	margin-left: 0;
	margin-right: 0;
	border-radius: 15px 0 0 15px;
}

#feat3 h12 {
	float: left;
	width: 850px;
}

#feat3 p {
	clear: both;
	margin-left: 80px;
	margin-right: 10px;
}


/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	header h1 img{
		position:absolute;
		top:0;
		left:35px;
		right:0;
		bottom:0;
		width:300px;
