﻿@charset "utf-8";
/* ===================================
	ボックス
=================================== */
.box_C {
	display: block;
	margin: 0 auto;
	width: 30%;
}
/* ===================================
	リスト
=================================== */

.ul_box {
	margin: 20px
}
ul.discl {
	list-style: disc;
	padding-left: 25px;
}
ul.discl li {
	font-size:1.0em;
}
ul.discl li p {
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}
/* ===================================
	マスク
=================================== */
.bg-mask {
	height: 100%;
	background: rgba(255,255,255,0.9);
	padding: 100px 0;
}

/* ===================================
contents_Area
=================================== */
.contents_Area_01 {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
}
.textArea2 {
	width: 25%;
	padding: 100px 50px;
	border-right: 1px solid #999;
}
.textArea2:nth-child(3n)  {
	border-right: none;
}
.textArea2:last-child {
	border-right: none;
}
.textArea2 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight:bold;
	color: #555;
}
.textArea2 .text {
	text-align: center;
	margin-bottom: 50px;
}
.contents_Area_01 .textArea2 .btn {
	background-color: #555;
	color: #fff;
	width: 130px;
	padding: 5px 0;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
.contents_Area_01 .textArea2:hover .btn {
	background-color: #fff;
	color: #000;
}
.contents_Area_01 .textArea2 .btn {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
.contents_Area_01:hover a .textArea2 .btn {
	color: #000;
}
/* ===================================
contents_Area 三角形
=================================== */
.contents_Area_01 .textArea2 .btn:before {
	content:'';
	vertical-align: middle;
	display: inline-block;
	padding-right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #808080;
}
/* ===================================
contents_Area 背景
=================================== */
.textArea2.signal {
	background: url("../img/signal.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.textArea2.outs {
	background: url("../img/outs.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.textArea2.event {
	background: url("../img/event.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.textArea2.consal {
	background: url("../img/consal.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.textArea2.web_j {
	background: url("../img/web_j.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/* ===================================
	テーブル
=================================== */
.table_form {
	width : 80%;
	margin : 0 auto;
}
table .table_form {
	width : 80%;
	margin : 0 auto;
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: solid 1px #555;
}
table th {
	width : 30%;
	text-align : center;
	border: solid 1px #999;
	padding : 20px 0;
	vertical-align: middle;
}
table td {
	width : 50%;
	border: solid 1px #999;
	text-align : center;
	padding : 20px 10px;
}

h2.title{
	color: #fff;
	background: rgba(0,0,0,0.4);
}

/* ===================================
	アニメーション
=================================== */
/*TOP創造を形に*/
.text-focus-in {
	-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) alternate both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
/*TOP事業一覧*/
.tracking-in-contract-bck-bottom {
	-webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}




