@import url("global.css");

#main {
	background: url(../../automation/img/main.jpg) no-repeat 50% top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.cnt h1,
.box1,
.box1 .text,
.box2 .text,
.box3,
.box3 .text,
.box4,
.box4 p.btn,
.btn {
	opacity: 0;
}

.cnt {
	padding: 40px 0 0 !important;
}
.cnt h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}
.cnt h1 span {
	display: block;
	font-size: 22px;
	color: #1282A1;
	font-weight: 400;
}

.cnt .text h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}
.box1 {
	width: 100%;
	background: url(../../automation/img/bg_box1.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box1 .text {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.box2 {
	width: 100%;
	background: #fff;
	padding: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box2 .text {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box3 {
	width: 100%;
	background: url(../../automation/img/bg_box3.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box3 .text {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.box3 .text ul {
	width: 100%;
	margin: 30px auto 0;
}
.box3 .text ul li {
	width: 48%;
	float: left;
	border-radius: 5px;
	color: #fff;
	padding: 10px 10px 5px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box3 .text ul li p {
	line-height: 1.3;
	text-align: left;
}
.box3 .text ul li p span.big {
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 0;
}
.box3 .text ul li p span.med {
	font-size: 30px;
}
.box3 .text ul li:first-child {
	background-color: #1282A1;
}
.box3 .text ul li:first-child::after {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #F5AD53;
	display: block;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -10px;
}
.box3 .text ul li:first-child p:last-child {
	font-size: 20px;
	text-align: center;
}
.box3 .text ul li:last-child {
	float: right;
	background-color: #000;
}
.box3 .text ul li:last-child p:last-child {
	font-size: 20px;
	text-align: center;
}
.box3 .text > span {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}
.box4 {
	width: 100%;
	background-color: #E2F0F3;
	background: linear-gradient(45deg, #E2F0F3, #E0E1F5);
	background: -webkit-linear-gradient(45deg, #E2F0F3, #E0E1F5);
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box4 p.btn {
	width: 400px;
	margin: 20px auto;
}
.box4 p.btn a,
.box4 p.btn a::after {
	transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-webkit-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-moz-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
}
.box4 p.btn a {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px 0;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.box4 p.btn a::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #000;
}
.box4 p.btn a span {
	position: relative;
	z-index: 2;
}
.box4 p.btn a:hover::after {
	height: 100%;
}
.box4 p.btn a:hover {
	color: #fff;
}

.btn h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0;
	border-top: 3px double #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: #fff;
}
.btn ul li {
	width: 33.333%;
	float: left;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.btn ul li:last-child {
	border-right: none;
}
.btn ul li a {
	width: 100%;
	display: block;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #333;
}
.btn ul li a:hover {
	background-color: #F0F1FB;
	background: linear-gradient(45deg, #F0F1FB, #FEEFF2);
	background: -webkit-linear-gradient(45deg, #F0F1FB, #FEEFF2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.btn ul li a h4,
.btn ul li a h4::after {
	transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-webkit-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-moz-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
}
.btn ul li a h4 {
	width: 300px;
	background-color: #DC123C;
	border-radius: 1px;
	font-size: 14px;
	color: #fff;
	margin: 10px auto 0;
	position: relative;
}
.btn ul li a h4::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background-color: #000;
}
.btn ul li a:hover h4::after {
	height: 100%;
}
.btn ul li a h4 span {
	position: relative;
	z-index: 2;
}
.btn ul li i {
	width: 80px;
	display: block;
	margin: 0 auto 20px;
}
.btn ul li p {
	font-size: 14px;
	font-style: italic;
}


/* ------------------------------------------------------------------------------------------------------------------------

/* 959px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.cnt h1,
.box1,
.box1 .text,
.box2 .text,
.box3,
.box3 .text,
.box4,
.box4 p.btn,
.btn {
	opacity: 1;
}

.box1 {
	padding: 40px;
}
.box1 .text {
	width: 100%;
}
.box2 {
	padding: 40px;
}
.box2 .text {
	width: 100%;
}
.box3 {
	padding: 40px;
}
.box3 .text {
	width: 100%;
}
.box3 .text ul {
	width: 100%;
	margin: 30px auto 0;
}
.box3 .text ul li {
	width: 100%;
	float: none;
}
.box3 .text ul li:first-child {
	margin: 0 auto 20px;
}
.box3 .text ul li:first-child::after {
	border: 10px solid transparent;
	border-top: 10px solid #F5AD53;
	top: auto;
	bottom: -25px;
	right: auto;
	left: 50%;
	margin: 0 0 0 -10px;
}
.box3 .text ul li:last-child {
	float: none;
}
.box3 .text > span {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}
.box4 {
	width: 100%;
	background-color: #E2F0F3;
	background: linear-gradient(45deg, #E2F0F3, #E0E1F5);
	background: -webkit-linear-gradient(45deg, #E2F0F3, #E0E1F5);
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.box4 p.btn {
	width: 500px;
	margin: 0 auto;
}
.box4 p.btn a,
.box4 p.btn a::after {
	transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-webkit-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
	-moz-transition: all 0.2s cubic-bezier(.73,.01,.32,.99);
}
.box4 p.btn a {
	width: 100%;
	display: block;
	position: relative;
	padding: 15px 0;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.box4 p.btn a::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #000;
}
.box4 p.btn a span {
	position: relative;
	z-index: 2;
}
.box4 p.btn a:hover::after {
	height: 100%;
}
.box4 p.btn a:hover {
	color: #fff;
}

.btn ul li a {
	padding: 20px;
}
.btn ul li a h4 {
	width: 100%;
}
.btn ul li p {
	line-height: 1.4;
}
	






}
	

	

	





/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){

.cnt h1 {
	font-size: 22px;
}
.cnt h1 span {
	font-size: 18px;
}
.cnt .text h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.4;
}

.box1 {
	padding: 20px 10px;
}
.box1 .text {
	padding: 20px;
}
.box1 .text p {
	text-align: left;
}
.box2 {
	padding: 20px 10px;
}
.box2 .text {
	padding: 20px;
}
.box2 .text p {
	text-align: left;
}
.box3 {
	padding: 20px 10px;
}
.box3 .text {
	padding: 20px;
}
.box3 .text p {
	text-align: left;
}
.box3 .text ul li p:first-child {
	margin-bottom: 10px;
}
.box3 .text ul li p span.big {
	font-size: 35px;
	line-height: 1.1;
}
.box3 .text ul li p span.med {
	font-size: 20px;
	line-height: 1.1;
}
.box4 {
	padding: 20px 10px;
}
.box4 p.btn {
	width: 100%;
}

.btn h3 {
	font-size: 18px;
	padding: 20px 10px;
}
.btn ul li {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: 1px solid #ebebeb;
}
.btn ul li:last-child {
}
.btn ul li a {
	padding: 20px;
}






}










