@charset "utf-8";
/* CSS Document */
/* スマホ　トヨタ自動車九州LP */
/* 201８/8 @yashiki */
html{margin:0px;padding:0px;}
body
{
  margin:0;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:0;
	font-family:"ヒラギノ角 ProN", "Osaka－等幅","Hiragino Kaku Gothic ProN";
}
hgroup
{
	margin:0 auto;
	padding:0;
	width:100%;
	left:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

img
{
	max-width: 100%;
}

a
{
	display: block;
	text-decoration:none;
	color:black;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(255,0,0,0.40);
}
a:link
{
	color:#333333;
}
a:visited
{
	color:#333333;
}
dl,dd,dt{
 padding:0; margin:0;
 } 
#wrapper
{
	margin:0 auto;
	padding:0;
	width:100%;
	left:0;
}
.Headline{
  animation: SlideIn 1.6s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.txtBox
{
	margin: 0 auto;
	padding: 7% 0;
	width: 80%;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1.5s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.imgBox
{
	padding: 2% 0;
	text-align: center;
}
.point_txt
{
	padding: 0% 3% 3%;
	color: #fff;
	line-height: normal;
}
.top
{
	background:url("../img/toyotakyuu_top.png") no-repeat;
	width: auto;
	height: auto;
}
div
{
	margin:0;
	padding:0;
}
.bt
{
	padding:8% 0 5%;
	width:100%;
	text-align:center;
	background-color: black;
}
.bt_txt
{
	width: 95%;
	text-align: center;
	color: white;
	font-weight: bold;
	margin: 0 auto;
}
.bt_txt2
{
	width: 95%;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.bt2
{
	padding:7% 0 5%;
	width:100%;
	text-align:center;
}
.bg
{
	background:url("../img/bg.png") ;
}
.bg table
{
	margin:0 auto 2%;
	width:90%;
	border-collapse: collapse;
}
.bg table th
{
	background-color:#28467D;
	color:#FFFFFF;
	padding:2%;
	width:30%;
	border:solid 1px white;
	line-height: 20px;
}
.bg table tr td
{
	background-color:#FFFFFF;
	padding:2%;
	border:solid 1px #666666;
}
.bg table tr td p
{
	margin: 2% 0;
}
.footer
{
	width:100%;
	text-align:center;
	padding:2% 0;
	font-size:11px;
}
#nolinehight
{
	line-height:0;
}
ul li
{
	list-style-type: none;
}
input.btn_submit {
  cursor: pointer;
  display: block;
  width: 300px;
  height: 72px;
  border: none;
  margin:0 auto;
  text-indent: -9999px;
  background: url(../img/bt_confirm.png) no-repeat 0 0;
}
 
input.btn_submit:hover {
  background: url(../img/bt_confirm.png) no-repeat 0 0px;
}
.point
{
	margin:0 auto;
	padding:0;
	width:95%;
}
.point li
{
	padding: 1% 0 0%;
	list-style-type: none;
}
.point li:last-child 
{
  	padding:1% 0 2%;
}

.header_box
{
	width:100%;
	padding:3% 0;
	text-align: center;
	background:#000000;
	color:white;
	letter-spacing: 2pt;
	font-size: 16px;
}
.top_txt
{
	width: 95%;
	margin: 0 auto;
	padding: 3% 0;
}
.table-ul 
{
  	display: table;
  	table-layout: fixed;
  	text-align: center;
  	width: 100%;
	padding: 0;
	margin: 0;
}
.table-ul li 
{
  	border-right: 1px solid #fff;
  	display: table-cell;
  	vertical-align: middle;
	height: 50px;
	color: white;
	padding:2% 3%;
	background-color:#054382;
}
.table-ul li:last-child 
{
  	border-right: 0;
}
.table-ul li a 
{
  	color: #fff;
  	display: block;
  	font-size: 12px;
  	text-decoration: none;
  	padding: 8px 0;
}
.cap1
{
	padding: 12% 0 2%;
	width:80%;
	margin: 0 auto;
}
.cap1_txt
{
	width: 80%;
	margin: 0 auto;
	padding: 3% 0 5%;
	line-height: 30px;
}
.cap1_img1
{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 10%;
}
.img_list
{
	margin: 2% 0 0;
	background: url(../img/flow.png) no-repeat 0 0/90% auto;
}
.boshu
{
	width: 95%;
	margin: 0 auto;
	line-height: 20px;
	border-collapse: collapse;
}
.boshu th
{
	background-color: #054382;
	width: 30%;
	padding: 2%;
}
.boshu td
{
	padding: 2%;
}
.table-company
{
	width: 95%;
	margin: 0 auto 5%;
	border-collapse: collapse;
	line-height: 20px;
}
.table-company tr th
{
	border: solid 1px rgba(0,0,0,1.00);
	width: 30%;
	padding: 2%;
	background: rgba(248,249,233,1.00);
}
.table-company tr td
{
	border: solid 1px rgba(0,0,0,1.00);
	padding: 2%;
}