@charset "utf-8";
/* CSS Document */
/* スマホ　トヨタ自動車九州LP */
/* 201８/8 @yashiki */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
  margin:0px;padding:0px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
body
{
	width:100%;
  	margin:0;
	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;
}
footer.bg
{
	text-align: center;
}
img
{
	max-width: 100%;
	display: block;
	vertical-align: baseline;
	width: 100vw;
}


dl,dd,dt{
 padding:0; margin:0;
 } 
#wrapper
{
	margin:0 auto;
	padding:0;
	width:100%;
	left:0;
    overflow:hidden;
}
.Headline{
  animation: SlideIn 1.6s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.txtBox
{
	background-color: #fff;
	margin: 0 auto;
	padding: 4% 0;
	width: 90%;
}
.line
{
	padding: 4% 0;
	width: 80%;
	margin: 0 auto;
}
.box_txt
{
	font-size: 13px;
	width: 90%;
	margin: 0 auto;
}
.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;
}

.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;
}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
	background: #B61818;
	color: #FFF;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}