@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui6708{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#ui6708 h1, #ui6708 h2 {
    font-weight: bold;
}

#ui6708 div, #ui6708 h1, #ui6708 h2, #ui6708 p, #ui6708 dl, #ui6708 dt, #ui6708 dd{
	margin: 0;
	padding: 0;
}

#ui6708 ul, #ui6708 li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#ui6708 .notice1{ font-size: 16px; }
#ui6708 .notice2{ font-size: 14px; }

#ui6708 img{
	margin: 0;
	padding: 0;
	border: none;
}

/* ナビゲーション
------------------------------------------------------ */
#ui6708 .navi{
	padding: 15px 0;
	background: #f7f7f7;
}

#ui6708 .navi ul{
	float: left;
	margin-left: 250px;
	padding: 10px;
	border-radius: 5px;
	background: #FFF; 
}

#ui6708 .navi ul li{
	float: left;
	padding: 0 30px;
	border-right: 1px solid #CCC;
	font-size: 18px;
}

#ui6708 .navi ul li.last{
	margin-right: 0;
	border-right: none;
}

#ui6708 .navi ul li a:link, #ui6708 .navi ul li a:visited{
	color: #333;
	text-decoration: none;
}

#ui6708 .navi ul li a:hover{
	color: #00C;
	text-decoration: underline;
}

/* タイトル
------------------------------------------------------ */
#ui6708 .title{
	position: relative;
	width: 980px;
	height: 500px;
	background: url(im_title.png) top right no-repeat;
}

#ui6708 .title .txtbox{
	position: absolute;
	width: 500px;
	margin: 160px 0 0 50px;
}

#ui6708 .title .txtbox h1{
	position: absolute;
	top: 100px;
	width: 100%;
	font-size: 30px;
	text-align: center;
}

#ui6708 .title .txtbox p{
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 24px;	
	line-height: 1.8;
	text-align: center;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6708 .section{
	padding: 50px 0;
}

#ui6708 .section h2{
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
}

#ui6708 .section p{
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

#ui6708 .section ul{
	
}

#ui6708 .section ul li{
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#ui6708 .section .row{
	margin-bottom: 30px;
}

#ui6708 .section .row .col{
	float: left;
	width: 490px; /* 50% */
}

#ui6708 .section .row .col1{
	float: left;
	width: 500px; /* section02 */
}

#ui6708 .section .row .col2{
	float: left;
	width: 480px; /* section02 */
}

#ui6708 .section .row .col3{
	float: left;
	width: 580px; /* section04 */
}

#ui6708 .section .row .col4{
	float: left;
	width: 400px; /* section04 */
}

/* セクション 個別設定 01
------------------------------------------------------ */
#ui6708 #section01{
	padding: 0;
}

/* セクション 個別設定 02
------------------------------------------------------ */
#ui6708 #section02{
	padding-bottom: 0;
}

#ui6708 #section02 ul{
	margin-left: 70px;
}

#ui6708 #section02 ul li{
	text-align: left;
}

#ui6708 #section02 ul li span.f30{
	font-size: 30px;
}

#ui6708 #section02 ul li span.f48{
	font-size: 48px;
}

/* セクション 個別設定 03
------------------------------------------------------ */
#ui6708 #section03{
	background: #f0f0f0;
}

#ui6708 #section03 .row{
	text-align: center;
}

/* セクション 個別設定 04
------------------------------------------------------ */
#ui6708 #section04{

}

#ui6708 #section04 .row{
	margin-bottom: 0;
}

#ui6708 #section04 ul{
	margin-top: 70px;
}

#ui6708 #section04 ul li{
	text-align: left;
}

/* セクション 個別設定 05
------------------------------------------------------ */
#ui6708 #section05{
	background: #f7f3ee;
}



@media screen and (max-width: 767px) {

/* 初期設定
------------------------------------------------------ */
#ui6708{
	width: 100%;
    margin: 10px auto;
}

#ui6708 img{
    height: auto;
}

/* ナビゲーション
------------------------------------------------------ */
#ui6708 .navi{
	padding: 10px 0;
}

#ui6708 .navi ul{
	margin-left: 10px;
	padding: 10px;
}

#ui6708 .navi ul li{
	padding: 0 20px;
	font-size: 1.4rem;
}

/* タイトル
------------------------------------------------------ */
#ui6708 .title{
	position: none;
	width: 100%;
	background: url(im_title.png) bottom right no-repeat;
    background-size: contain;
}

#ui6708 .title .txtbox{
	position: absolute;
	width: 100%;
	margin: 0;
}

#ui6708 .title .txtbox h1{
	position: absolute;
	top: 80px;
    left: 10px;
	width: 100%;
	font-size: 2.6rem;
	text-align: left;
}

#ui6708 .title .txtbox p{
	position: absolute;
	top: 20px;
    left: 10px;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6708 .section{
	padding: 30px 10px;
}

#ui6708 .section h2{
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-align: center;
}

#ui6708 .section p{
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

#ui6708 .section ul{
	
}

#ui6708 .section ul li{
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

#ui6708 .section .row{
	margin-bottom: 30px;
}

#ui6708 .section .row .col{
	float: left;
	width: 100%;
}

#ui6708 .section .row .col1{
	float: left;
	width: 100%; /* section02 */
}

#ui6708 .section .row .col2{
	float: left;
	width: 100%; /* section02 */
}

#ui6708 .section .row .col3{
	float: left;
	width: 100%; /* section04 */
}

#ui6708 .section .row .col4{
	float: left;
	width: 100%; /* section04 */
    text-align: center;
}

/* セクション 個別設定 02
------------------------------------------------------ */
#ui6708 #section02 ul{
	margin-left: 0px;
}

#ui6708 #section02 ul li{
	text-align: center;
}

#ui6708 #section02 ul li span.f30{
	font-size: 3.0rem;
}

#ui6708 #section02 ul li span.f48{
	font-size: 4.0rem;
}

/* セクション 個別設定 03
------------------------------------------------------ */
#ui6708 #section03 video{
	width: 300px;
}

/* セクション 個別設定 04
------------------------------------------------------ */
#ui6708 #section04 ul{
	margin-top: 0px;
}

#ui6708 #section04 ul li{
	text-align: center;
}

}
