body{
	background: #ffffff;
	font-family: 'Toyota Display', sans-serif;
	font-size: 17px;
	color: #000;
	min-width: 320px;
	line-height: 1;
}

/* ============header, t1============ */
header {
	padding: 35px 0 40px;
}
.header_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_l_l {
	margin-right: 50px;
	position: relative;
}
.header_l_l > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header_l_l > a span {
	display: inline-block;
	width: 38px;
	height: 2px;
	background: #000000;
	margin-bottom: 10px;
}
.header_l_l > a span:last-child {
	margin-bottom: 0;
}
#header_l_l_col {
	position: absolute;
	left: 0;
	min-width: 220px;
	top: calc(100% + 10px);
}
#header_l_l_col ul {
	margin: 0;
	padding: 20px 15px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#header_l_l_col ul li {
	margin-bottom: 10px;
}
#header_l_l_col ul li a {
	display: inline-block;
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#header_l_l_col ul li a:hover {
	color: #458acf;
}
.header_l_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_div1 {
	padding-right: 30px;
	border-right: 1.6px solid #cacac9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header_div1 img {
	display: inline-block;
	margin-right: 30px;
}
.header_div1 img:last-child {
	margin-right: 0;
}
.header_div2 {
	padding-left: 30px;
}
.header_div2 p {
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 0;
}
.header_div2 span {
	display: inline-block;
	color: #716f6e;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
.header_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header_r_a1 {
	display: inline-block;
	color: black;
	font-family: "Toyota Display";
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header_r_a1:hover {
	color: #458acf;
}
.header_r_a2 {
	display: inline-block;
	color: #fefefe;
	font-family: "Toyota Display";
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 35px;
	background-color: #458acf;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header_r_a2:hover {
	background-color: #004b96;
	color: #fefefe;
}
.t1 {
	background: url('../img/t1_bg.jpg') no-repeat center / cover;
	padding: 100px 0 170px;
}
.t1_cont h2 {
	display: none;
}
.t1_cont p {
	color: black;
	font-family: "Toyota Display";
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 35px;
}
.t1_cont h1 {
	color: black;
	font-family: "Toyota Display";
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 70px;
}
.header_l_l > a span {
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.header_l_l > a:hover span {
	background-color: #004b96;
}
/* ============t2============ */
.t2 {
	padding: 70px 0 320px;
	background: url('../img/t2_bg.jpg') no-repeat center bottom / 94%;
}
.t2_cont1 {
	margin-bottom: 85px;
}
.t2_cont1 > p {
	margin: 0 0 40px;
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
}
.t2_cont1 > p:last-child {
	margin-bottom: 0;
}
.t2_cont1 > p span {
	display: inline-block;
	color: #005cb9;
	font-weight: 700;
}
.t2_cont1 > p i {
	font-style: normal;
	font-size: 10px;
	line-height: 1;
}
.t2_cont1 > div {
	margin: 0 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t2_cont1_item {
	width: 48.8%;
	position: relative;
	background: url('../img/t2_cont1_item_bg.jpg') no-repeat right center / cover;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
	padding: 35px 5px 35px 185px;
}
.t2_cont1_item_l {
	position: absolute;
	height: calc(100% + 15px);
	width: 185px;
	left: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.t2_cont1_item_l img {
	display: inline-block;
	max-width: 90%;
}
.t2_cont1_item_r p {
	color: black;
	font-family: "Toyota Display";
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
.t2_cont1_item_r span {
	display: inline-block;
	color: black;
	font-family: "Toyota Display";
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
}
.t2_cont1_item_r span i {
	font-style: normal;
	font-size: 10px;
}
.t2_cont1_item1 .t2_cont1_item_l {
	padding-right: 20px;
}
.t2_cont1_item2 .t2_cont1_item_l {
	padding-right: 10px;
}
.t2_cont1_item3 .t2_cont1_item_l img {
	margin-right: -10px;
}
.t2_cont2_zag {
	margin-bottom: 230px;
	color: black;
	font-family: "Toyota Display";
	font-size: 29px;
	font-weight: 700;
	position: relative;
}
.t2_cont2_zag::before {
	display: block;
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #458acf;
	left: -9px;
	top: -9px;
}
.t2_cont2_zag::after {
	display: block;
	position: absolute;
	content: '';
	width: 3px;
	height: 30px;
	background: #458acf;
	left: -9px;
	top: -9px;
}
.t2_cont2_div {
	position: relative;
}
.t2_cont2_item img {
	display: none;
}
.t2_cont2_item {
	position: absolute;
}
.t2_cont2_div_img {
	display: inline-block;
	max-width: 100%;
}
.t2_cont2_item p {
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.t2_cont2_item p a {
	color: #186bc0;
	font-weight: 700;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.t2_cont2_item p a:hover {
	color: #000;
}
.t2_cont2_item p i {
	font-style: normal;
	font-size: 10px;
}
.t2_cont2_item p span {
	font-weight: 700;
}
.t2_cont2_item1, .t2_cont2_item3, .t2_cont2_item5, .t2_cont2_item7, .t2_cont2_item9 {
	bottom: calc(100% + 35px);
}
.t2_cont2_item2, .t2_cont2_item4, .t2_cont2_item6, .t2_cont2_item8 {
	top: calc(100% + 35px);
}
.t2_cont2_item9 {
	right: 35px;
}
.t2_cont2_item8 {
	right: 170px;
}
.t2_cont2_item7 {
	right: 310px;
}
.t2_cont2_item6 {
	right: 410px;
}
.t2_cont2_item5 {
	left: 570px;
}
.t2_cont2_item4 {
	left: 455px;
}
.t2_cont2_item3 {
	left: 300px;
}
.t2_cont2_item2 {
	left: 180px;
}
.t2_cont2_item1 {
	left: 0;
}
/* ============t3============ */
.t3 {
	padding: 0 0 125px;
}
.t3_cont1 {
	position: relative;
}
.t3_cont1_img {
	display: inline-block;
	width: 58%;
}
.t3_cont1_div {
	max-width: 800px;
	width: 100%;
	position: absolute;
	top: 40px;
	right: calc((100% - 1400px) / 2);
	background: #fff;
	padding: 70px 105px 85px;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.t3_cont1_div > h2 {
	color: black;
	font-family: "Toyota Display";
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
}
.t3_cont1_div ul {
	padding: 0;
	margin: 0;
}
.t3_cont1_div ul li {
	padding-left: 65px;
	margin-bottom: 25px;
	position: relative;
	font-family: "Toyota Display";
	font-size: 17px;
	line-height: 1.8em;
	color: black;
	font-weight: 400;
}
.t3_cont1_div ul li::before {
	display: block;
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background: url('../img/t3_cont1_div_ul.png') no-repeat center / 100% 100%;
	left: 0;
	top: 0;
}
.t3_cont1_div ul li span {
	color: #005cb9;
	font-weight: 700;
}
.t3_cont1_div ul li:last-child {
	margin-bottom: 0;
}
.t3_cont2 {
	padding: 170px 0 0;
	background: url('../img/t3_cont2_bg.png') no-repeat 30px 80px / 85%;
}
.t3_cont2_div {
	margin-bottom: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.t3_cont2_l {
	width: 46.7%;
}
.t3_cont2_l h2 {
	color: black;
	font-family: "Toyota Display";
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 50px;
}
.t3_cont2_l ul {
	padding: 0;
	margin: 0;
}
.t3_cont2_l > ul > li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 25px;
}
.t3_cont2_l ul > li:last-child {
	margin-bottom: 0;
}
.t3_cont2_l > ul > li::before {
	display: block;
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background: url('../img/t3_cont1_div_ul.png') no-repeat center / 100% 100%;
	left: 0;
	top: 0;
}
.t3_cont2_l > ul > li, .t3_cont2_l > ul > li p {
	font-family: "Toyota Display";
	font-size: 17px;
	color: black;
	font-weight: 400;
	line-height: 1.8em;
}
.t3_cont2_l > ul > li p {
	margin-bottom: 0;
}
.t3_cont2_l > ul > li > ul {
	margin-bottom: 30px;
	padding-left: 10px;
}
.t3_cont2_l > ul > li > ul > li {
	position: relative;
	padding-left: 20px;
}
.t3_cont2_l > ul > li > ul > li::before {
	display: block;
	position: absolute;
	content: '';
	width: 5px;
	height: 8px;
	background: url('../img/t3_cont2_l_ul.png') no-repeat center / 100% 100%;
	left: 0;
	top: 12px;
}
.t3_cont2_l ul span {
	color: #005cb9;
	font-weight: 700;
}
.t3_cont2_l ul i {
	font-style: normal;
	font-size: 10px;
}
.t3_cont2_div > img {
	display: inline-block;
	width: 790px;
	position: absolute;
	top: 50%;
	margin-top: -222px;
	right: -120px;
}
.t3_cont2_div2 {
	text-align: center;
	margin-bottom: 75px;
}
.t3_cont2_div3 p {
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 35px;
}
.t3_cont2_div3 ul {
	padding: 0;
	margin: 0;
}
.t3_cont2_div3 ul li {
	color: #717171;
	font-family: "Toyota Display";
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.t3_cont2_div3 ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 1670px) {
	.t3_cont2_div > img {
		right: 0;
		width: 700px;
		margin-top: -196px;
	}
}
@media (max-width: 1850px) {
	.t3_cont2 {
		padding: 280px 0 0;
		background-position: 30px 200px;
	}
}
/* ============footer============ */
footer {
	background: url('../img/footer_bg.jpg') no-repeat center / cover;
	padding: 65px 0 25px;
}
.footer_cont1 {
	padding-bottom: 70px;
	border-bottom: 1.6px solid #9ea4a7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_logo {
	display: inline-block;
	width: 178px;
	margin-bottom: 30px;
}
.footer_logo img {
	display: inline-block;
	width: 100%;
}
.footer_cont1_l_ul1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	padding: 0;
}
.footer_cont1_l_ul1 li {
	margin-right: 35px;
}
.footer_cont1_l_ul1 li:last-child {
	margin-right: 0;
}
.footer_cont1_l_ul1 li a {
	display: inline-block;
	color: black;
	font-family: "Toyota Display";
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.footer_cont1_l_ul1 li a:hover {
	color: #dc2b19;
}
.footer_cont1_l_ul2 {
	margin: 0 0 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_cont1_l_ul2 li a {
	display: inline-block;
	width: 177px;
}
.footer_cont1_l_ul2 li a img {
	display: inline-block;
	width: 100%;
}
.footer_cont1_r p {
	color: black;
	font-family: "Toyota Display";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 25px;
}
.footer_cont1_r ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_cont1_r ul li {
	margin-right: 5px;
}
.footer_cont1_r ul li:last-child {
	margin-right: 0;
}
.footer_cont1_r ul li a {
	display: inline-block;
	width: 32px;
}
.footer_cont1_r ul li a img {
	display: inline-block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.footer_cont1_r ul li a:hover img {
	opacity: 0.6;
}
.footer_cont2 {
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer_cont2 > div {
	width: 47.5%;
}
.footer_cont2 > div p {
	color: #444e53;
	font-family: "Toyota Display";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 20px;
}





@media (max-width: 1460px) {
	/* ============header, t1============ */ 
	.t1 {
		padding: 70px 0 130px;
	}
	.t1_cont p {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.t1_cont h1 {
		font-size: 41px;
		margin-bottom: 50px;
	}
	/* ============t2============ */
	.t2_cont1_item_r p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.t2_cont1_item_r span {
		font-size: 15px;
	}
	.t2_cont2_item p {
		font-size: 15px;
	}
	.t2_cont2_item9 {
		right: -10px;
	}
	.t2_cont2_item8 {
		right: 105px;
	}
	.t2_cont2_item7 {
		right: 215px;
	}
	.t2_cont2_item6 {
		right: 305px;
	}
	.t2_cont2_item5 {
		left: 495px;
	}
	.t2_cont2_item4 {
		left: 380px;
	}
	.t2_cont2_item3 {
		left: 265px;
	}
	.t2_cont2_item2 {
		left: 145px;
	}
	/* ============t3============ */
	.t3_cont1_div {
		max-width: 730px;
		top: 20px;
		right: calc((100% - 1140px) / 2);
		padding: 35px 40px 35px;
	}
	.t3_cont1_div ul li {
		font-size: 15px;
		line-height: 1.4em;
		margin-bottom: 15px;
		padding-left: 40px;
	}
	.t3_cont1_div ul li::before {
		width: 25px;
		height: 25px;
	}
	.t3_cont1_div > h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.t3_cont2 {
		padding: 125px 0 0;
		background-position: 30px 50px;
	}
	.t3_cont2_div > img {
		width: 50%;
		margin-top: 0;
		top: 90px;
	}
	.t3_cont2_l > ul > li, .t3_cont2_l > ul > li p {
		font-size: 15px;
		line-height: 1.4em;
	}
	.t3_cont2_l > ul > li::before {
		width: 25px;
		height: 25px;
	}
	.t3_cont2_l > ul > li {
		padding-left: 40px;
		margin-bottom: 15px;
	}
	.t3_cont2_l > ul > li > ul {
		padding-left: 0;
		margin-bottom: 15px;
	}
	.t3_cont2_l > ul > li > ul > li::before {
		top: 8px;
	}
	.t3_cont2_div, .t3_cont2_div2 {
		margin-bottom: 40px;
	}
	.t3_cont2_div3 p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.t3_cont2_div3 ul li {
		margin-bottom: 10px;
	}
	/* ============footer============ */

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* ============header, t1============ */
	.header_div1_item {
		height: 60px;
	}
	.header_r_a1 {
		font-size: 24px;
	}
	.header_div2 p {
		font-size: 15px;
	}
	.t1_cont h1 {
		font-size: 31px;
		margin-bottom: 40px;
	}
	.t1_cont p {
		font-size: 18px;
	}
	.btn1 span {
		font-size: 15px;
		padding: 0 20px;
	}
	.btn1 img {
		width: 50px;
	}
	/* ============t2============ */
	.t2 {
		padding: 45px 0 100px;
		background: url('../img/t2_bg.jpg') no-repeat center bottom / 100%;
	}
	.t2_cont1 > p {
		font-size: 15px;
	}
	.t2_cont1 > div {
		margin: 0px 0 20px;
	}
	.t2_cont1_item {
		margin-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.t2_cont1_item_l {
		width: 140px;
		height: 100%;
	}
	.t2_cont1_item {
		padding-left: 140px;
	}
	.t2_cont1_item_r p {
		font-size: 19px;
		margin-bottom: 5px;
	}
	.t2_cont1_item_r span {
		font-size: 14px;
	}
	.t2_cont1_item_l img {
		max-height: calc(100% + 10px);
	}
	.t2_cont1 {
		margin-bottom: 50px;
	}
	.t2_cont2_zag {
		font-size: 21px;
		margin-bottom: 30px;
	}
	.t2_cont2_div_img {
		display: none;
	}
	.t2_cont2_item {
		position: static;
	}
	.t2_cont2_div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.t2_cont2_item {
		width: 30%;
		margin-bottom: 20px;
		margin-left: 15px;
		margin-right: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.t2_cont2_item p br {
		display: none;
	}
	.t2_cont2_item p a {
		display: block;
	}
	.t2_cont2_item img {
		display: inline-block;
		width: 60px;
		margin-right: 5px;
	}
	.t2_cont2_item > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-top: 10px;
		padding-top: 18px;
	}
	/* ============t3============ */
	.t3_cont1_img {
		width: 100%;
	}
	.t3_cont1_div {
		position: static;
		width: 100%;
		max-width: 100%;
	}
	.t3_cont2 {
		padding-top: 15px;
	}
	.t3_cont2_l {
		width: 100%;
	}
	.t3_cont2_div > img {
		display: none;
	}
	.t3 {
		padding-bottom: 80px;
	}
	.t3_cont2_div2 .btn1 img {
		width: 50px;
	}
	.t3_cont2_div2 .btn1 span {
		font-size: 15px;
		padding: 0 20px;
	}
	.t3_cont1_div {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	/* ============footer============ */
	.footer_cont1_l_ul1 li a {
		font-size: 15px;
	}
	.footer_cont1_l_ul1 li {
		margin-right: 10px;
	}
	.t2_cont1 > p {
		margin-bottom: 20px;
	}

}

/*Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
	/* ============header, t1============ */
	header {
		padding: 40px 0;
	}
	.header_cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header_l, .header_r {
		width: 100%;
	}
	.header_l {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header_l_l {
		margin-right: 0;
	}
	.header_l_l > a span {
		width: 62px;
		background-color: #838281;
		height: 3px;
		margin-bottom: 20px;
	}
	.header_l_l > a:hover span {
		background-color: #838281;
	}
	.header_div1 img {
		height: 79px;
	}
	.header_div2 p {
		font-size: 16px;
	}
	.header_l {
		margin-bottom: 40px;
	}
	.header_r {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_r_a1 {
		margin-bottom: 0;
		font-size: 36px;
	}
	.header_r_a2 {
		font-size: 21px;
		padding: 15px 50px;
	}
	#header_l_l_col {
		right: 0;
		top: calc(100% + 25px);
		left: inherit;
	}
	#header_l_l_col ul {
		text-align: right;
	}
	.t1 {
		padding: 90px 0 535px;
		background: url('../img/t1_bg2.jpg') no-repeat center bottom / cover;
	}
	.t1_cont {
		text-align: center;
	}
	.t1_cont p {
		font-size: 29px;
		margin-bottom: 40px;
	}
	.t1_cont h1 {
		display: none;
	}
	.t1_cont h2 {
		color: black;
		display: block;
		font-family: "Toyota Display";
		font-size: 46px;
		font-weight: 700;
		margin-bottom: 45px;
	}
	.btn1 img {
		width: 85px;
	}
	.btn1 span {
		font-size: 23px;
		padding: 0 35px;
	}
	/* ============t2============ */
	.t2_cont1 > p {
		line-height: 1.3em;
	}
	.t2_cont1 > div {
		margin: 0px 0 10px;
	}
	.t2_cont1_item {
		width: 100%;
	}
	.t2_cont2_item {
		width: 100%;
		margin: 0;
	}
	.t2_cont2_div {
		margin: 0;
		width: 100%;
	}
	.t2_cont2_item img {
		width: 109px;
		margin-right: 50px;
	}
	.t2_cont2_item p {
		font-size: 20px;
	}
	.t2_cont2_item > div {
		padding-top: 25px;
	}
	/* ============footer============ */
	footer {
		padding: 40px 0 0;
	}
	.footer_cont1 {
		padding-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_cont1_l {
		width: 100%;
	}
	.footer_cont1_r {
		width: 100%;
	}
	.footer_cont1_r p br {
		display: none;
	}
	.footer_cont1_r p {
		margin-bottom: 15px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* ============header, t1============ */
	header {
		padding: 30px 0;
	}
	.header_div1 img {
		height: 60px;
		margin-right: 20px;
	}
	.header_div1 {
		padding-right: 20px;
	}
	.header_div2 {
		padding-left: 20px;
	}
	.header_div2 p {
		font-size: 12px;
	}
	.header_div2 span {
		font-size: 9px;
	}
	.header_l_l > a span {
		width: 47px;
		height: 2px;
		margin-bottom: 10px;
	}
	.header_l {
		margin-bottom: 30px;
	}
	.header_r_a1 {
		font-size: 27px;
	}
	.header_r_a2 {
		font-size: 16px;
		padding: 12px 38px;
	}
	.t1 {
		padding: 65px 0 400px;
	}
	.t1_cont p {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.t1_cont h2 {
		font-size: 35px;
		margin-bottom: 35px;
	}
	.btn1 img {
		width: 65px;
	} 
	.btn1 span {
		font-size: 18px;
		padding: 0 30px;
	}
	/* ============t2============ */
	.t2_cont2_item p {
		font-size: 15px;
	}
	.t2_cont2_item img {
		width: 85px;
		margin-right: 40px;
	}
	.t2_cont2_item > div {
		padding-top: 20px;
	}
	.t2 {
		padding: 40px 0 70px;
	}
	/* ============t3============ */
	.t3_cont1_div {
		padding: 35px 15px;
	}
	.t3_cont2 {
		background-size: 100%;
		background-position: left 15px;
	}
	.t3_cont2 .container {
		max-width: 100%;
		width: 100%;
	}
	/* ============footer============ */
	.footer_logo {
		margin-bottom: 15px;
	}
	.footer_cont1_l_ul1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	.footer_cont1_l_ul2 {
		margin-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer_cont1_l, .footer_cont1_r p {
		text-align: center;
	}
	.footer_cont1_r ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}

/*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	/* ============header, t1============ */
	header {
		padding: 20px 0;
	}
	.header_div1 img {
		height: 32px;
		margin-right: 10px;
	}
	.header_div1 {
		padding-right: 10px;
	}
	.header_div2 {
		padding-left: 10px;
	}
	.header_div2 p {
		font-size: 9px;
		margin-bottom: 5px;
	}
	.header_l_r {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.header_div2 span {
		font-size: 6px;
	}
	.header_div2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header_l_l > a span {
		width: 27px;
		height: 2px;
		margin-bottom: 6px;
	}
	.header_l {
		margin-bottom: 15px;
	}
	.header_r_a1 {
		font-size: 15px;
	}
	.header_r_a2 {
		font-size: 10px;
		padding: 10px 20px;
	}
	#header_l_l_col ul li a {
		font-size: 14px;
	}
	#header_l_l_col ul {
		padding: 15px 10px;
	}
	#header_l_l_col ul li {
		margin-bottom: 5px;
	}
	.t1 {
		padding: 35px 0 220px;
	}
	.t1_cont p {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.t1_cont h2 {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.btn1 img {
		width: 40px;
	} 
	.btn1 span {
		font-size: 12px;
		padding: 0 20px;
	}
	/* ============t2============ */
	.t2_cont1_item_l {
		width: 100px;
		padding-right: 5px !important;
		z-index: 1;
	}
	.t2_cont1_item {
		padding: 0;
	}
	.t2_cont1_item_r {
		width: 100%;
		position: relative;
		z-index: 2;
		padding: 20px 10px;
		background: rgba(255, 255, 255, 0.4);
	}
	.t2_cont1_item_r p {
		font-size: 17px;
	}
	.t2_cont2_zag {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.t2_cont1 {
		margin-bottom: 40px;
	}
	.t2_cont2_item img {
		width: 45px;
		margin-right: 20px;
	}
	.t2_cont2_item p {
		font-size: 14px;
	}
	.t2_cont2_item > div {
		padding-top: 15px;
	}
	.t2 {
		background-size: 120% auto;
	}
	/* ============t3============ */
	.t3_cont1_div > h2 {
		font-size: 19px;
	}
	.t3_cont1_div ul li::before, .t3_cont2_l > ul > li::before {
		width: 20px;
		height: 20px;
	}
	.t3_cont1_div ul li, .t3_cont2_l > ul > li {
		padding-left: 25px;
	}
	.t3_cont2 {
		padding-top: 0;
		background-position: left top;
	}
	.t3_cont2_l h2 {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.t3_cont2_l > ul > li > ul > li {
		padding-left: 12px;
	}
	.t3_cont2_div2 .btn1 span {
		font-size: 12px;
		padding: 0 20px;
	}
	.t3_cont2_div2 .btn1 img {
		width: 40px;
	}
	.t3_cont2_div3 ul li br {
		display: none;
	}
	.t3 {
		padding-bottom: 40px;
	}
	/* ============footer============ */
	.footer_cont1_l_ul2 li a {
		width: 130px;
	}
	.footer_cont1_l_ul1 li {
		margin-right: 5px;
	}
	.footer_cont1_l_ul1 li a {
		font-size: 12px;
	}
	.footer_cont2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_cont2 > div {
		width: 100%;
	}
	.footer_cont2 > div p {
		margin-bottom: 10px;
	}
	.footer_logo {
		width: 145px;
	}

}