@charset "shift-jis";

/*======================================================

	[法人] LIFEBOOK U939/CW (ui6717)
	
	LastUpDate:19/07/12

=======================================================*/


/* 初期設定
------------------------------------------------------ */
#ui6717{
	width: 980px;
	margin: 0 0 40px 0;
	padding: 0;
}

#ui6717 div, #ui6717 h1, #ui6717 h2, #ui6717 p, #ui6717 dl, #ui6717 dt, #ui6717 dd{
	margin: 0;
	padding: 0;
}

#ui6717 ul, #ui6717 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#ui6717 .notice1{ font-size: 16px; }
#ui6717 .notice2{ font-size: 14px; }

#ui6717 img{
	margin: 0;
	padding: 0;
	border: none;
}

/* ナビゲーション
------------------------------------------------------ */
#ui6717 .navi{
	padding: 15px 10px;
	background: #f7f7f7;
}

#ui6717 .navi ul{
	padding: 10px;
	border-radius: 5px;
	background: #FFF; 
	display: flex;
}

#ui6717 .navi ul li{
	border-right: 1px solid #CCC;
	font-size: 18px;
	width: 25%;
	text-align: center;
}

#ui6717 .navi ul li.last{
	margin-right: 0;
	border-right: none;
}

#ui6717 .navi ul li a:link, #ui6717 .navi ul li a:visited{
	color: #333;
	text-decoration: none;
}

#ui6717 .navi ul li a:hover{
	color: #00C;
	text-decoration: underline;
}

/* タイトル
------------------------------------------------------ */
#ui6717 .title{
	position: relative;
	width: 980px;
	height: 500px;
	background: url(im_title.png) top right no-repeat;
}

#ui6717 .title .txtbox{
	position: absolute;
	width: 500px;
	margin: 160px 0 0 50px;
}

#ui6717 .title .txtbox h1{
	position: absolute;
	top: 100px;
	width: 100%;
	font-size: 30px;
	text-align: center;
}

#ui6717 .title .txtbox p{
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 24px;	
	line-height: 1.8;
	text-align: center;
}


/* セクション 共通設定
------------------------------------------------------ */
#ui6717 .section{
	padding: 50px 0;
}

#ui6717 .section h2{
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
}

#ui6717 .section p{
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

#ui6717 .section ul{
	
}

#ui6717 .section ul li{
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#ui6717 .section .row{
	margin-bottom: 30px;
}

#ui6717 .section .row .col{
	float: left;
	width: 490px; /* 50% */
}

#ui6717 .section .row .col1{
	float: left;
	width: 500px; /* section02 */
}

#ui6717 .section .row .col2{
	float: left;
	width: 480px; /* section02 */
}

#ui6717 .section .row .col3{
	float: left;
	width: 580px; /* section04 */
}

#ui6717 .section .row .col4{
	float: left;
	width: 400px; /* section04 */
}


/* セクション 個別設定 01
------------------------------------------------------ */
#ui6717 #section01{
	padding: 0;
}


/* セクション 個別設定 02
------------------------------------------------------ */
#ui6717 #section02{
	padding-bottom: 0;
}

#ui6717 #section02 ul{
	margin-left: 70px;
}

#ui6717 #section02 ul li{
	text-align: left;
}

#ui6717 #section02 ul li span.f30{
	font-size: 30px;
}

#ui6717 #section02 ul li span.f48{
	font-size: 48px;
}


/* セクション 個別設定 03
------------------------------------------------------ */
#ui6717 #section03{
	background: #f0f0f0;
}

#ui6717 #section03 .row{
	text-align: center;
}


/* セクション 個別設定 04
------------------------------------------------------ */
#ui6717 #section04{

}

#ui6717 #section04 .row{
	margin-bottom: 0;
}

#ui6717 #section04 ul{
	margin-top: 70px;
}

#ui6717 #section04 ul li{
	text-align: left;
}


/* セクション 個別設定 05
------------------------------------------------------ */
#ui6717 #section05{
	background: #f7f3ee;
}



@media screen and (max-width: 767px) {
	#ui6717 .title {
    width: 100%;
    height: 500px;
    background-size: contain;
		background-position: bottom;
}
	#ui6717 .title .txtbox {
    position: static;
    width: 100%;
    margin: 0;
}
	#ui6717 .title .txtbox h1,#ui6717 .title .txtbox p{
	position: static;
}
	#ui6717 .section .row .col1{
		width: 100%;
	}
	#ui6717 .section .row .col2{
		width: 100%;
	}
	#ui6717 #section03 .row video{
		width: 100%;
	}
	#ui6717 .section .row .col3{
		width: 100%;
	}
	#ui6717 .section .row .col4{
		width: 100%;
	}
}