@charset "UTF-8";



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

frame.css

全体フレーム・ヘッダー・フッター用

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



/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align:  center;
}


/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
	border-top: 5px solid #59b6f2;
	/*border-bottom: 2px solid #50ac5c;*/
}
#header .inner {
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	margin: 0px auto;
	padding: 0px 0 20px;
}
#header .inner h1 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}
#header .inner h1 a {
	display: block;
	width: 900px;
	height: 87px;
	margin: 0px 30px 30px 30px;
	background: url("../img/logo.svg") no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
    background-position: center center;

}
.ttl_detail {
	margin: 0 auto;
	color: #50ac5b;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:3;
	-webkit-order:3;
	order:3;
}
/*.ttl_supply {
	color: #50ac5b;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.1px;
}*/

#header .header_top {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}
/*#header .header_top .header_r {
	display: flex;
	justify-content: flex-end;
}*/
#header .header_lang {
	display: flex;
	background: #59b6f2;
	margin-bottom: 5px;
}
#header .header_lang p {
	padding: 5px 22px;
	color: #888;
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std", Yu Gothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo,sans-serif;
	font-size: 12px;
	font-weight:  bold;
	letter-spacing: 2px;
	line-height: 1.7;
}
#header .header_lang p:first-child{
	position: relative;
}
#header .header_lang p:first-child:after {
	position: absolute;
	content: " ";
	width: 1px;
	height: 15px;
	background:  #fff;
	top: calc(50% - 8px);
	right: 0;
}
#header .header_lang a {
position:  relative;
	color: #fff;
	text-decoration: none;
}
#header .header_lang a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#header .header_lang a:hover::after {
  transform: scale(1, 1);
}
#header .header_form {
	display: block;
	width: 100%;
	border: 1px solid #50ac5b;
	font-size: 15px;
	font-weight:  bold;
	box-sizing: border-box;
}
#header .header_form a {
	display: block;
	position:  relative;
	padding: 3px 0;
	width: 100%;
	color: #50ac5b;
	text-decoration:  none;
	line-height: 1.1;
}
#header .header_form a:before{
	content: "";
	position: absolute;
	right: 10px;
	top:calc(50% - 4px);
	width: 6px;
	height: 6px;
	border-top: 2px solid #50ac5b;
	border-right: 2px solid #50ac5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .header_form a:hover {
	background-color: #50ac5b;
	border-color: #50ac5b;
	color: #fff;
 }
#header .header_form a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
 }


/* コンテンツ
-------------------------------------------------------------------------------------------------------- */

#contents {
	padding: 30px 0px 60px;
	background: #fafafa;
}
#contents .inner {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
/* メイン画像
------------------------------- */
#contents #index_main {
	position: relative;
	background: #fff;
	z-index: 0;
}
#contents .area_main_img {
	position:  relative;
	overflow: hidden;
	display: block;
	width: 960px;
	height: 400px;
	margin: 0px 0px 30px 0px;
/*	background:url("http://www.truckexpo.jp/2019/en/common/img/main.jpg") no-repeat;*/
}
/*#contents .area_main_img h2 {
	position: absolute;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0px 0px 6px #000;
	letter-spacing: 2px;
	line-height: 1.2;
	top: 20px;
	left: 20px;
}
#contents .area_main_img h2 span {
	font-size: 24px;
	letter-spacing: 3px;
}*/
#contents .area_main_img>p {
	position: absolute;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	text-shadow: 0px 0px 6px #000;
	line-height: 1;
	letter-spacing: 2px;
	opacity: 0.5;
}
#contents .area_main_img>p.txt_inner_1 {
	top:0px;
	right: 140px;
	font-size:  46px;
}
#contents .area_main_img>p.txt_inner_2 {
	top:90px;
	right: -3px;
}
#contents .area_main_img>p.txt_inner_3 {
	bottom:60px;
	left: 20px;
	font-size: 40px;
}
#contents .area_main_img>p.txt_inner_4 {
	top:140px;
	left: -5px;
	font-size: 44px;
}
#contents .area_main_img>p.txt_inner_5 {
	top:20px;
	left: 40px;
	font-size: 32px;
}
#contents .area_main_img>p.txt_inner_6 {
	bottom:-5px;
	right: 20px;
	font-size:  44px;
}

#contents  .area_form {
	position: absolute;
	width: 520px;
	padding: 15px;
	background-color: rgba(227,227,227,0.80);
	text-align: center;
	left: calc(480px - 260px);
	bottom: 8px;
	box-sizing: border-box;
}
#contents  .ttl_form {
	margin: 0 0 8px 0;
	color: #333;
	font-weight: bold;
	font-size:20px;
	letter-spacing: 2px;
	-webkit-text-shadow: #fff 0 0 10px; /* Safari, Chrome用 */
  -moz-text-shadow: #fff 0 0 10px; /* Firefox用 */
  text-shadow: #fff 0 0 15px; 
}
#contents  .btn_form_index {
	position: relative;
	width: 420px;
	margin: 0 auto 12px;
	z-index: 10;
}
#contents  .btn_form_index:before {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 0.3em);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	z-index: 10;
}
#contents  .btn_form_index a {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size:18px;
	text-decoration:  none;
	letter-spacing: 2px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 5px #888;
	z-index: 5;
	transition: all .5s;
	box-sizing: border-box;
}
#contents  .btn_form_index a p {
position: relative;
letter-spacing: 1px;
font-weight:  bold;
z-index: 5;
}

#contents  .btn_form_index a:hover {
	box-shadow: none;
	opacity: 1;
}
#contents  .btn_form_index  a:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	transition: .5s;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47ccc9+0,007694+90 */
background: #47ccc9; /* Old browsers */
background: -moz-linear-gradient(45deg, #47ccc9 0%, #007694 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #47ccc9 0%,#007694 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #47ccc9 0%,#007694 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47ccc9', endColorstr='#007694',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#contents  .btn_form_index a:hover:before {
	opacity: 0;
}
#contents  .btn_form_index  a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eb2ae+0,00617a+100 */
background: #3eb2ae; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3eb2ae 0%, #00617a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3eb2ae 0%,#00617a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3eb2ae 0%,#00617a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb2ae', endColorstr='#00617a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* コンテンツ
------------------------------- */
#en h2 {
	margin-bottom: 5px;
	color: #50ac5b;
	font-size: 26px;
}

.area_result {
display: flex;
justify-content:  space-between;
margin-bottom: 50px;
}

table {
	background: #FFF;
	border-collapse: collapse;
}
table th {
	color: #FFF;
	padding: 10px;
	text-align: left;
	border: solid 1px #CCC;
	background: #AAA;
}
table td {
	padding: 15px 10px;
	border: solid 1px #CCC;
}

#contents a:hover {
	opacity: 0.8;
}

.area_btn {
	display: flex;
	justify-content: space-between;
	width: 640px;
	margin: 0 auto;
}

a.btn_link {
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2.3px;
	box-shadow: 2px 2px 4px #888;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+1,444444+93 */
background: #888888; /* Old browsers */
background: -moz-linear-gradient(top, #888 1%, #666 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #888 1%,#666 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #888 1%,#666 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
}

a.btn_link:hover {
	opacity: 0.8;
	box-shadow: none;
}
a.btn_contact {
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2.3px;
	box-shadow: 2px 2px 5px #888;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c881c+1,015701+93 */
background: #1c881c; /* Old browsers */
background: -moz-linear-gradient(top, #50ac5b 1%, #308330 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #50ac5b 1%,#308330 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #50ac5b 1%,#308330 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c881c', endColorstr='#015701',GradientType=0 ); /* IE6-9 */
}
a.btn_contact:hover {
	opacity: 0.8;
	box-shadow: none;
}
/* フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
	color: #FFF;
	background: #777;
}
#footer .inner {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px;
}
#footer a {
	color: #FFF;
	letter-spacing: 2.2px;
}
#footer .copyright {
	width: 50%;
	float: left;
	text-align: left;
	letter-spacing: 2.2px;
}
#footer .organizer {
	width: 50%;
	float: right;
	text-align: right;
}
#footer .organizer ul {
	float: right;
}
#footer .organizer li {
	display: inline-block;
	float: left;
}
#footer .organizer li:first-child {
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	border-right: dotted 1px #DDD;
}