@charset "utf-8";

/* ----------------------------------------

content

---------------------------------------- */


section{
	margin-bottom: 100px !important;
}

@media screen and (max-width:767px){
/*スマホ指定*/

	section{
		margin-bottom: 60px !important;
	}
}


/* ----------------------------------------

mainVisual

---------------------------------------- */
#mainVisual #mv_top{
	height: 700px;
	overflow: hidden;
}

#mainVisual #mv_top{
	position: relative;
	z-index: 1;
	background: url(/files/img/top/mv.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-position: 50%;
}
#mainVisual #mv_top .mv_img{
	width: 100%;
	height: auto;
}
#mainVisual  #mv_top .mv_txt_bg{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#mainVisual  #mv_top .mv_txt_bg:before {
	display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
				background: url(/files/img/top/mv_txt_bg.png) no-repeat;
}
#mainVisual  #mv_top .mv_txt{
	position: absolute;
	top: 80px;
	left: 80px;
	z-index: 3;
}


/* MV アニメーション
------------------------------- */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
}

#mainVisual #mv_top {
  animation-duration: 3s;
  animation-name: fadein;
}

@keyframes fadein2 {
  0% {
    opacity: 0;
				transform: translateY(-40px);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
				transform: none;
  }
}

#mainVisual #mv_top .mv_txt {
  animation-duration: 1s;
  animation-name: fadein2;
}

@media screen and (max-width:767px){
	#mainVisual #mv_top{
		height: 400px;
		overflow: hidden;
	}
	#mainVisual #mv_top{
		position: relative;
		z-index: 1;
		background: url(/files/img/top/mv_sp.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		/*background-position: 100%;*/
	}
	#mainVisual #mv_top .mv_img{
		width: 100%;
		height: auto;
	}
	#mainVisual  #mv_top .mv_txt_bg:before {
		width: 26vw;
		height: 26vw;
		background-size: contain;
	}
	#mainVisual  #mv_top .mv_txt{
		position: absolute;
		top: 13%;
		left: 5vw;
		z-index: 3;
		width: 84vw;
	}


}
@media screen and (max-width:320px){
#mainVisual #mv_top {
    background-position: 23%;
}
}


/* ----------------------------------------

top_introduce

---------------------------------------- */

#top_introduce{
	position: relative;
    top: -30px;
    left: 0;
    z-index: 4;
}
#top_introduce .top_introduce_list{
    padding: 30px 30px 0;
    background-color: #fff;
    overflow: hidden;
 }
#top_introduce .top_introduce_list li{
	 width: 24%;
	 float: left;
}
.top_introduce_list li ~ li {
	margin-left: 1%;
}
.top_introduce_list li dt {
	padding-top: 63%;
}
.top_introduce_list li dd {
	background-color: rgba(255,255,255,0.9);
	color: #262626;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
}
.top_introduce_list li dd>span {
	position: relative;	
}
.top_introduce_list li dd>span.icon_target:after{
	content: "";
	background-image: url(/files/img/common/icon_taget_01.png);
	background-size: contain;
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: -20px;
}
#top_introduce .top_introduce_list li a{
    position: relative;
    display: block;
    background-color: #fff;
 }
 #top_introduce .top_introduce_list li a:before{
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
 } 
 #top_introduce .top_introduce_list li a:after{
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
 }
#top_introduce .top_introduce_list li:nth-child(1) a:before{
	background: #ffb667;
} 
#top_introduce .top_introduce_list li:nth-child(1) a:after{
	background: #fd986b;
}
#top_introduce .top_introduce_list li:nth-child(2) a:before{
	background: #aceda2;
} 
#top_introduce .top_introduce_list li:nth-child(2) a:after{
    background: #73dab7;
}
#top_introduce .top_introduce_list li:nth-child(3) a:before{
	background: #86d7f6;
} 
#top_introduce .top_introduce_list li:nth-child(3) a:after{
    background: #80b3f9;
}
#top_introduce .top_introduce_list li:nth-child(4) a:before{
	background: #d8b0e2;
} 
#top_introduce .top_introduce_list li:nth-child(4) a:after{
    background: #f49fc3;
}

@media screen and (max-width:767px){
	#top_introduce .top_introduce_list li{
		 width: 49%;
		 float: left;
	}

	#top_introduce .top_introduce_list{
	    padding: 20px 20px 0;
	    background-color: #fff;
	    overflow: hidden;
	 }
	.top_introduce_list li:nth-child(1),
	.top_introduce_list li:nth-child(2) {
		margin-bottom: 10px;
	}


}
/* ----------------------------------------

top_infomation

---------------------------------------- */

#top_infomation{
	background-image: url(/files/img/top/top_bg_img01.jpg);
	width: 100%;
	min-height: 586px;
	height: auto;
	background-repeat:no-repeat;
}
.top_infomation .newsList_tab {
	overflow: hidden;
	margin-bottom: 30px;
}
.top_infomation .newsList_tab li {
	width: 16%;
	float: left;
	display: table;
	margin-right: 0.8%;
}
.top_infomation .newsList_tab li:last-child {
	margin-right: 0;
}
.top_infomation .newsList_tab li a {
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 44px;
	box-sizing: border-box;
}
.top_infomation .newsList_tab li:nth-child(1) a {
	border-bottom: 2px solid #fa7243;
}
.top_infomation .newsList_tab li:nth-child(2) a {
	border-bottom: 2px solid #ffb667;
}
.top_infomation .newsList_tab li:nth-child(3) a {
	border-bottom: 2px solid #73dab7;
}
.top_infomation .newsList_tab li:nth-child(4) a {
	border-bottom: 2px solid #2fc4ff;
}
.top_infomation .newsList_tab li:nth-child(5) a {
	border-bottom: 2px solid #80b3f9;
}
.top_infomation .newsList_tab li:nth-child(6) a {
	border-bottom: 2px solid #d8b0e2;
}

.top_infomation #tabContent .newsList{
	margin-bottom: 60px;
}
.top_infomation #tabContent .newsList li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	display: table;
	min-height: 305px;
}
@media screen and (min-width:1280px){
	.top_infomation #tabContent .newsList li {
		min-height: 273px;
	}
}
.top_infomation #tabContent .newsList :last-child {
	margin-right: 0;
}
.top_infomation #tabContent .news_content{
	font-size: 96.4%;
}
/*.top_infomation #tabContent #cate02_box li{
	background-color: #fff;
	display: table-cell;
	height: 190px;
	position: relative;
	padding: 34px 20px 10px;
}*/
.top_infomation #tabContent .newsList li a{
	background-color: #fff;
	display: table-cell;
	height: 190px;
	position: relative;
	padding: 34px 20px 10px;
}
.top_infomation #tabContent .newsList li a:hover{
	opacity: 0.9;
}

.top_infomation #tabContent .cate01,
.top_infomation #tabContent .cate02,
.top_infomation #tabContent .cate03,
.top_infomation #tabContent .cate04,
.top_infomation #tabContent .cate05,
.top_infomation #tabContent .cate06{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 110px;
	height: 24px;
    color: #fff;
	font-weight: bold;
	padding-left: 15px;
	font-size: 92.9%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.top_infomation #tabContent .cate01{
	background-color: #ffb667;
}
.top_infomation #tabContent .cate02{
	background-color: #73dab7;
}
.top_infomation #tabContent .cate03{
	background-color: #2fc4ff;
}
.top_infomation #tabContent .cate04{
    background-color: #80b3f9;
}
.top_infomation #tabContent .cate05{
	background-color: #d8b0e2;

}
.top_infomation #tabContent .news_date .date{
	color: #979797;
	display: block;
	font-weight: bold;
}
.top_infomation #tabContent .news_date .tit{
	color: #262626;
	font-weight: bold;
	font-size: 128.6%;
	display: block;
	margin-bottom: 15px;
}
.top_infomation .newsList_tab li.active a,
.top_infomation .newsList_tab li a:hover {
	background-color: inherit;
	opacity: 1;
}
.top_infomation .newsList_tab li.active a{
	background-color: #fff;
}
.top_infomation .newsList_tab li.active a:hover{
	background-color: inherit;
	opacity: 1;
	position: relative;
	z-index: 5;
}
.top_infomation .newsList_tab li{
  width: 24.4%;
  height: 44px;
  float: left;
  display: block;
  margin-right: 0.8%;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin-bottom:44px;
}
.top_infomation .newsList_tab li a{
  text-decoration:none;
  transition:all .5s ease;
  z-index:3;
  position:relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top_infomation .newsList_tab li .box_eff01{
  width: 100%;
  height: 44px;
  bottom:-44px;
  position:absolute;
  transition:all .5s ease;
  z-index:2;
}
.top_infomation .newsList_tab li:hover .box_eff01{
  bottom:0;
}
.top_infomation .newsList_tab li:hover a{
  color:#fff;
}
.top_infomation .newsList_tab li:nth-child(1) .box_eff01{
	 background-color:#fa7243;
}
.top_infomation .newsList_tab li:nth-child(2) .box_eff01{
	 background-color:#ffb667;
}
.top_infomation .newsList_tab li:nth-child(3) .box_eff01{
	 background-color:#73dab7;
}
.top_infomation .newsList_tab li:nth-child(4) .box_eff01{
	 background-color:#2fc4ff;
}
.top_infomation .newsList_tab li:nth-child(5) .box_eff01{
	 background-color:#80b3f9;
}
.top_infomation .newsList_tab li:nth-child(6) .box_eff01{
	 background-color:#d8b0e2;
}
















@media screen and (max-width:767px){
	.top_infomation .newsList_tab li {
		width: 49%;
		float: left;
		display: table;
		margin-right: 1%;
		margin-bottom: 2%;
    }
	/*.top_infomation .newsList_tab li:nth-child(3n) {
		margin-right: 0;
   }	*/
   .top_infomation .newsList_tab li:nth-child(4), 
   .top_infomation .newsList_tab li:nth-child(5),
   .top_infomation .newsList_tab li:nth-child(6){
		margin-bottom: 0;
   }

	.top_infomation #tabContent .newsList li {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 15px;
		min-height: inherit;
	}
	.top_infomation #tabContent .newsList li:last-child {
		margin-bottom: 0;
	}
	.top_infomation #tabContent .newsList li a{
		background-color: #fff;
		display: table-cell;
		height: 86px;
		position: relative;
		padding: 34px 15px 10px;
	}
	#top_infomation{
		background-image: url(/files/img/top/top_bg_img01_sp.jpg);
		width: 100%;
		min-height: 100%;
	}
	.top_infomation{
		padding-bottom: 40px;
	}
	.top_infomation .newsList_tab li a {
		height: 35px;
	}
	.top_infomation .newsList_tab li{
		height: 35px;
	}
	.top_infomation .newsList_tab li .box_eff01{
		height: 35px;
	}

}




/* ----------------------------------------

top_servis_list

---------------------------------------- */
.top_servis_01{
	margin-bottom: 60px !important;
}

.top_servis_list_01 {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; 
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
}
.top_servis_list_01 li{
	width: calc(100%/ 2);
	padding: 50px 30px; 
}
.top_servis_list_01 li:nth-child(1),
.top_servis_list_01 li:nth-child(2){
	padding-top: 0; 
}
.top_servis_list_01 li .top_servis_list_01_icon{
	text-align: center;
}
.top_servis_list_01 li > .top_servis_list_01_txtbox dt{
	font-weight: bold;
	font-size: 171.5%;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
.top_servis_list_01 li:nth-child(1) > .top_servis_list_01_txtbox dt{
	color: #af9dcc;
}
.top_servis_list_01 li:nth-child(2) > .top_servis_list_01_txtbox dt{
	color: #ff8e70;
}
.top_servis_list_01 li:nth-child(3) > .top_servis_list_01_txtbox dt{
	color: #419db7;
}
.top_servis_list_01 li:nth-child(4) > .top_servis_list_01_txtbox dt{
	color: #f6b35c;
}

.top_servis_list_01 li{
	position: relative;
}
.top_servis_list_01 li:nth-child(2):before{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: 0;
	width: 1px;
	height: 80%;
	content: "";
	background-color: #c6c6c6;
}
.top_servis_list_01 li:nth-child(2):after{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	width: 80%;
	height: 1px;
	content: "";
	background-color: #c6c6c6;
}
.top_servis_list_01 li:nth-child(3):after{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin:auto;
	width: 80%;
	height: 1px;
	content: "";
	background-color: #c6c6c6;
}
.top_servis_list_01 li:nth-child(4):after{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: 0;
	width: 1px;
	height: 80%;
	content: "";
	background-color: #c6c6c6;
}


.top_servis_list_01 li > .top_servis_list_01_txtbox dd{
	font-size: 128.6%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.top_servis_list_02{
	width: 1120px;
	margin:0 auto;
}
.top_servis_list_02 li{
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 128.6%;
}
.top_servis_list_02 li:hover{
	opacity: 0.7;
}
.top_servis_list_02 li a > div{
	width: 350px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	margin-bottom: 15px;
	margin-right: 35px;
}
.top_servis_list_02 li:last-child a > div{
	margin-right: 0;
}
.top_servis_list_02 li a > div img{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
	left: 0;
	margin: auto;
}

#top_servis .btn_01{
	margin-top: 60px;
}


@media screen and (max-width:767px){
	.top_servis_01 {
	    margin-bottom: 0 !important;
	}
	.top_servis_list_01 li{
		width: 100%;
		padding: 30px 0 !important;
		border-top: 1px solid #c6c6c6; 
	}
	.top_servis_list_01 li:nth-child(2):before,
	.top_servis_list_01 li:nth-child(2):after,
	.top_servis_list_01 li:nth-child(3):after,
	.top_servis_list_01 li:nth-child(4):after{
		display: none;
	}
	.top_servis_list_02{
		width: 100%;
	}
	.top_servis_list_02 li{
		float: left;
		width: 49%;
		margin-right: 1%;
		font-size: 100%;
		margin-bottom: 20px;
	}	
	.top_servis_list_02 li:nth-child(2){
		margin-right: 0;
	}
	.top_servis_list_02 li a > div {
	    width: 100%;
	    height: 55px;
	    margin-bottom: 5px;
	    margin-right: 0;
	}
	#top_servis .btn_01{
		margin-top: 30px;
	}
	.top_servis_list_02 li a > div img{
		padding: 0 30px;
	}
	.top_servis_list_01 li .top_servis_list_01_icon{
		width: 30%;	
		float: left;
	}		
	.top_servis_list_01 li .top_servis_list_01_icon img{
		width: 60%;	
	}		
	.top_servis_list_01 li:first-child .top_servis_list_01_icon img{
		width: 70%;	
	}	
	.top_servis_list_01 .top_servis_list_01_txtbox dl{
		width: 70%;	
		float: left;
		text-align: left;
		padding-left: 20px;
	}
	.top_servis_list_01 li > .top_servis_list_01_txtbox dt{
		font-size: 18px;
		text-align: left;
	}	
	.top_servis_list_01 li > .top_servis_list_01_txtbox dd{
		font-size: 14px;
		text-align: left;
	}	
}



/* ----------------------------------------

top_company

---------------------------------------- */
.top_company_bnr{
	position: relative;
}
.top_company_bnr > p{
	background-image: url(/files/img/top/top_company_img02_bg.jpg);
	position: absolute;
	top: 57px;
	left: 0;
	opacity: 0.8;
	width: 537px;
	height: 148px;
	text-align: center;
}
.top_company_bnr > p img{
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: 0;
	left: 0;
	margin: auto;
	opacity: 1;
}
.top_company_bnr > .btn_01{
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 1;
}
@media screen and (max-width:767px){
.top_company_bnr > p{
	background-image: url(/files/img/top/top_company_img02_bg_sp.jpg);
	top: 30px;
    width: 75%;
    height: 20%;
    background-size: contain;
    padding: 0 15px;
}
}

/* ----------------------------------------

top_department_list

---------------------------------------- */
#top_department .top_bggry_01{
	height: 580px;
	overflow: hidden;
	position: relative;
}
.top_department_list li{
	width:22.75%;
	float: left;
	text-align: center;
	margin-right: 3%;
}
.top_department_list li:last-child{
	margin-right: 0;
}

.top_department_list_txtbox a {
	padding: 20px 0 30px;
	display: block;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.top_department_list li dl>dt{
	font-weight: bold;
	font-size: 142.9%;
	margin-bottom: 5px;
}

.top_department_list li:nth-child(1) .top_department_list_txtbox{
	border-bottom: 2px solid #f6b35c;
}
.top_department_list li:nth-child(2) .top_department_list_txtbox{
	border-bottom: 2px solid #419db7;
}
.top_department_list li:nth-child(3) .top_department_list_txtbox{
	border-bottom: 2px solid #ff8e70;
}
.top_department_list li:nth-child(4) .top_department_list_txtbox{
	border-bottom: 2px solid #af9dcc;
}
.top_department_list li:nth-child(1) dl>dt{
	color: #f6b35c;
}
.top_department_list li:nth-child(2) dl>dt{
	color: #419db7;
}
.top_department_list li:nth-child(3) dl>dt{
	color: #ff8e70;
}
.top_department_list li:nth-child(4) dl>dt{
	color: #af9dcc;
}
#top_department .btn_01{
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	margin:auto;
}

.top_department_list.top_department_list_02 li:nth-child(1) .top_department_list_imgbox{
	margin-top: 30px;
}
.top_department_list.top_department_list_02 li:nth-child(2) .top_department_list_imgbox{
	margin-top: 40px;
}
.top_department_list.top_department_list_02 li:nth-child(3) .top_department_list_imgbox{
	margin-top: 47px;
}
.top_department_list.top_department_list_02 li:nth-child(4) .top_department_list_imgbox{
	margin-top: 25px;
}

@media screen and (max-width:767px){
	.top_department_list{
		margin-bottom: 30px;
	}
	#top_department .top_department_list.top_department_list_01 li{
		width: 49%;
		float: left;
		margin-right: 2%;
	}	
	#top_department .top_department_list.top_department_list_01 li:nth-child(2n){
		margin-right: 0;
	}	
	#top_department .top_department_list.top_department_list_01 li:nth-child(1),
	#top_department .top_department_list.top_department_list_01 li:nth-child(2){
		margin-bottom:2%;
	}
	.top_department_list_txtbox a {
		padding: 20px 15px 30px;
	}
	.top_department_list li dl>dt{
		font-size: 115.4%;
	}
	#top_department .top_bggry_01{
		height: auto;
		padding-bottom: 0;
	}	
	#top_department .top_department_list_sp{
	}
	#top_department .btn_01 {
	    position: inherit;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	    margin-bottom: 40px;
	}
}
@media screen and (max-width:320px){
	.top_department_list_txtbox a {
		padding: 20px 5px 30px;
	}

}



/* ----------------------------------------

top_recruit

---------------------------------------- */
#top_recruit{
}
#top_recruit .top_recruit_list{
   background-color: #fff;
 }
#top_recruit .top_recruit_list li{
   width: 49%;
   float: left;
 }
#top_recruit .top_recruit_list li a{
    display: block;
    background-color: #fff;
    position: relative;   	
}
.top_recruit_list {
	overflow: hidden;
	margin-bottom: 30px;
}
.top_recruit_list li {
	float: left;
}
.top_recruit_list li ~ li {
	margin-left: 1%;
}
.top_recruit_list li dt {
	padding-top: 48%;
}
.top_recruit_list li dd {
	background-color: rgba(255,255,255,0.9);
	color: #262626;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 142.9%;
}
.top_recruit_list li dd>span {
	position: relative;	
}
.top_recruit_list li dd>span.icon_target:after{
	content: "";
	background-image: url(/files/img/common/icon_taget_01.png);
	background-size: contain;
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: -20px;
}
.top_recruit_list li a:before{
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
	 background: #ffb667;
 } 
.top_recruit_list li a:after{
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
	 background: #fd986b;
 }
@media screen and (max-width:767px){
	#top_recruit .top_recruit_list li{
	   width: 100%;
	   float: left;
	 }
	 .top_recruit_list li dd{
	 	font-size: 100%;
	 }
	.top_recruit_list li ~ li {
		margin-left: 0;
	}


}



/* ----------------------------------------

top_bg_gry

---------------------------------------- */
.top_bggry_01{
	background-image: url(/files/img/common/bggry_01.jpg);
	width: 100%;
	padding: 30px 0;
}

@media screen and (max-width:767px){
}


/* ----------------------------------------

アニメーション

---------------------------------------- */


/* スクロールアニメーション
------------------------------- */

@keyframes fadeinTtl {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-100px);/* X軸方向に50px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

.title01.fadein {
  animation-duration: 2s;/* アニメーション時間 */
  animation-name: fadeinTtl;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}