/* This is the StyleCatcher theme addition. Do not remove this block. */
/*
@import url(/mt-static/support/theme_static/rainier/css/base.css);
@import url(/mt-static/support/theme_static/rainier/css/rainier-white/screen.css);
*/
/* end StyleCatcher imports */



/* CSS Document */

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "BIZ UDPGothic","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;

	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td,
form, fieldset {
	color: #000;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
@media screen and ( max-width:680px ) {
	html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td,
	form, fieldse {
		font-size: 14px;
	}
}
img{
	border: none;
	max-width: 100%;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

table {
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
table tr {
	border-color: #d5d5d5;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

.bg_white {
	background-color: #fff;
}
.bg_gray {
	background-color: #f3f3f3;
}
.bg_blue {
	background-color: #e5ebf6;
}
.bg_navy {
	background-color: #627595;
	color: #fff;
}
.icon_navy {
	background-color: #627595;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	vertical-align: middle;
}
.text_red {
	color: #fc0d1b;
}
.text_pink {
	color: #fd9cfd;
}
.text_yellow {
	color: #fdbf2d;
}
.text_green {
	color: #19ae54;
}
.text_blue {
	color: #1db1ed;
}

.bg_block {
	padding: 20px;
}

.colum_title {
	position: relative;
	width: 100%;
	font-size: 18px;
	margin-bottom: 20px;
}
.colum_title:before {
	z-index: 1;
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #c4003a;
	bottom: -3px;
	width: 6%;
}
.colum_title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #0c5ba8;
	bottom: -3px;
	width: 100%;
}
.colum_title a {
	display: block;
	position: relative;
	padding: 16px 20px 16px 0;
}
.colum_title a::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 24px;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 2px solid #1762ac;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
#page-main h2.index_title {
	font-size: 18px;
	margin-bottom: 40px;
}

/*	Basic Text Link	*/
a {
	color: #1e488d;
	text-decoration: underline;
	transition-property: all;
	transition: 0.2s linear;
	word-break: break-word;
	cursor: pointer;
}

a:hover {
	color: #00aca0;
}

em {
	font-style:normal;
}

img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

figcaption {
	font-size: 14px;
	margin: 10px auto 30px;
	text-align: center;
}

.category {
	font-size: 10px;
	text-align: center;
	padding: 2px 0;
	border-radius: 20px;
	margin-left: 18px;
	display: inline-block;
	width: 90px;
}
.category.cat-products a,
.category.cat-products,
.category.category-products {
	color: #fff;
	background-color: #0c5ba8;
	border: 1px solid #0c5ba8;
}
.category.cat-event a,
.category.cat-event,
.category.category-event {
	color: #fff;
	background-color: #7c9db1;
	border: 1px solid #7c9db1;
}
.category.cat-news a,
.category.cat-news,
.category.category-news {
	color: #fff;
	background-color: #a7a7a7;
	border: 1px solid #a7a7a7;
}
.category.cat-csr a,
.category.cat-csr,
.category.category-csr {
	color: #fff;
	background-color: #2da5a5;
	border: 1px solid #2da5a5;
}

.news_list .date {
	font-size: 12px;
}
.news_update {
	color: #fff;
	background-color: #de9d00;
}

.image {
	overflow: hidden;
	margin-bottom: 1em;
}
.image a img {
	width: 100%;
	height: auto;
	display: block;
	transition-duration: .3s;
	margin-left: auto;
	margin-right: auto;
}
.image a img:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}
.image a img.auto {
	width: auto;
}


.mt0 {
	margin-top: 0!important;
}
.mt5 {
	margin-top: 5px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt40 {
	margin-top: 40px!important;
}
.mt50 {
	margin-top: 50px!important;
}
.mt60 {
	margin-top: 60px!important;
}
.mt70 {
	margin-top: 70px!important;
}
.mt80 {
	margin-top: 80px!important;
}
.mt90 {
	margin-top: 90px!important;
}
.mt100 {
	margin-top: 100px!important;
}
.mb0 {
	margin-bottom: 0!important;
}
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.mb70 {
	margin-bottom: 70px!important;
}
.mb80 {
	margin-bottom: 80px!important;
}
.mb90 {
	margin-bottom: 90px!important;
}
.mb100 {
	margin-bottom: 100px!important;
}
.mr0 {
	margin-right: 0!important;
}
.mr5 {
	margin-right: 5px!important;
}
.mr10 {
	margin-right: 10px!important;
}
.mr15 {
	margin-right: 15px!important;
}
.mr20 {
	margin-right: 20px!important;
}
.mr25 {
	margin-right: 25px!important;
}
.mr30 {
	margin-right: 30px!important;
}
.ml0 {
	margin-left: 0!important;
}
.ml5 {
	margin-left: 5px!important;
}
.ml10 {
	margin-left: 10px!important;
}
.ml15 {
	margin-left: 15px!important;
}
.ml20 {
	margin-left: 20px!important;
}
.ml25 {
	margin-left: 25px!important;
}
.ml30 {
	margin-left: 30px!important;
}

.pt0 {
	padding-top: 0!important;
}
.pt5 {
	padding-top: 5px!important;
}
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt40 {
	padding-top: 40px!important;
}
.pt50 {
	padding-top: 50px!important;
}
.pt60 {
	padding-top: 60px!important;
}
.pt70 {
	padding-top: 70px!important;
}
.pt80 {
	padding-top: 80px!important;
}
.pt90 {
	padding-top: 90px!important;
}
.pt100 {
	padding-top: 100px!important;
}
.pb0 {
	padding-bottom: 0!important;
}
.pb5 {
	padding-bottom: 5px!important;
}
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
.pb50 {
	padding-bottom: 50px!important;
}
.pb60 {
	padding-bottom: 60px!important;
}
.pb70 {
	padding-bottom: 70px!important;
}
.pb80 {
	padding-bottom: 80px!important;
}
.pb90 {
	padding-bottom: 90px!important;
}
.pb100 {
	padding-bottom: 100px!important;
}
.pr0 {
	padding-right: 0!important;
}
.pr5 {
	padding-right: 5px!important;
}
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pl0 {
	padding-left: 0!important;
}
.pl5 {
	padding-left: 5px!important;
}
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.p_10 {
	padding: 10px!important;
}
.p_20 {
	padding: 20px!important;
}
.p_30 {
	padding: 30px!important;
}



.w_20 {
	width: 20%;
}
.w_30 {
	width: 30%;
}
.w_40 {
	width: 40%;
}
.w_50 {
	width: 50%;
}
.w_60 {
	width: 60%;
}
.w_70 {
	width: 70%;
}
.w_80 {
	width: 80%;
}
.w_90 {
	width: 90%;
}
.w_100 {
	width: 100%;
}

.w_20.m_auto,
.w_30.m_auto,
.w_40.m_auto,
.w_50.m_auto,
.w_60.m_auto,
.w_70.m_auto,
.w_80.m_auto,
.w_90.m_auto,
figure.w_20.m_auto,
figure.w_30.m_auto,
figure.w_40.m_auto,
figure.w_50.m_auto,
figure.w_60.m_auto,
figure.w_70.m_auto,
figure.w_80.m_auto,
figure.w_90.m_auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

figure.w_100 {
	margin: 0;
}

.fixed header.site_head {
	background-color: #fff;
	height: 80px;
}
header.site_head {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	z-index: 10;
	position: fixed;
	transition: 0.2s linear;
	background-color: #fff;
}
header.site_head .inner {
	max-width: none;
	display: flex;
	align-items: center;
	width: 92%;
}
header.site_head .logo {
	margin-right: auto;
	max-width: 200px;
	min-width: 200px;
}
header.site_head .logo img {
	width: 100%;
}
header.site_head nav ul {
	padding: 4px 20px;
	display: flex;
	align-items: center;
}
header.site_head nav {
	display: flex;
}
header.site_head nav li {
	white-space: nowrap;
	position: relative;
	margin: 0 16px;
}
header.site_head nav li:last-child {
	margin-right: 0;
}
header.site_head nav ul.g_nav li a {
	color: #000;
	text-decoration: none;
	white-space: normal;
}
header.site_head nav ul.g_nav li a::before {
	background: #005bad;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
header.site_head nav ul.g_nav li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
header.site_head .icon_nav {
	display: flex;
	justify-content: flex-end;
}
header.site_head .icon_nav li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	margin: 0px 10px 4px;
	padding: 4px 20px 4px 30px;
	position: relative;
}
header.site_head .icon_nav .global_svg,
header.site_head .icon_nav .search_svg,
header.site_head .icon_nav .mail_svg {
	fill: #000;
}
header.site_head .icon_nav li a:hover .global_svg,
header.site_head .icon_nav li a:hover .search_svg,
header.site_head .icon_nav li.search.search_open a .search_svg {
	fill: #fff;
}
header.site_head .icon_nav li a:hover,
header.site_head .icon_nav li.search.search_open a {
	background: #0c5ba8;
	color: #fff;
}
header.site_head .icon_nav li.global svg,
header.site_head .icon_nav li.search svg {
	position: absolute;
	width: 12px;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
}

li.search {
	position: relative;
}
li.search .mt-site-search-container {
	position: absolute;
	top: 100%;
	left: -60%;
	width: 250px;
	background-color: #e7e7e7;
	padding: 20px;
	z-index: 1001;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

	opacity: 0;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
li.search .mt-site-search-container::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #e7e7e7 transparent;
}
li.search.search_open .mt-site-search-container {
	opacity: 1;
	pointer-events: auto;
}
li.search:not(.search_open) .mt-site-search-container {
	opacity: 0;
	pointer-events: none;
}

#mt-site-search-result-container .mt-site-search-result-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
#mt-site-search-result-container .mt-site-search-result-item a {
	background: #fff;
	margin: 10px 0;
	padding: 0;
	border: none;
}
#mt-site-search-result-container .mt-site-search__pagination a {
	padding: 4px 10px;
}

header.site_head .icon_nav li.inq a {
	background: #0c5ba8;
	color: #fff;
	border: 1px solid #0c5ba8;
	padding: 4px 22px;
	margin-right: 13px;
}
header.site_head .icon_nav li.inq a:hover {
	background: #fff;
	color: #0c5ba8;
}
.header_megamenu {
	position: absolute;
	left: 0;
	width: 100vw;
	background-color: #ebeff0;
	display: none;
	opacity: 0;
	padding: 20px;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 1000;
}
.header_megamenu ul {
	display: flex;
	flex-wrap: wrap;
}
header.site_head .header_megamenu li {
	width: calc(24% - 1%);
	margin: 0.5%;
	position: relative;
	box-sizing: border-box;
}
.header_megamenu li a,
header.site_head .header_megamenu li.mega_top_btn a:hover {
	font-size: 16px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	display: block;
}
header.site_head .header_megamenu li a:hover,
header.site_head .header_megamenu li.mega_top_btn a,
header.site_head .has-submenu.open > a {
	background-color: #0c5ba8;
	color: #fff;
}

.block_title {
	display: inline-block;
	padding: 6px 14px;
	margin-bottom: 10px;
	background-color: #526284;
	color:#fff;
}
.header_megamenu .block_title {
	padding: 0;
}
.has-megamenu.active .header_megamenu .block_title a,
.header_megamenu .block_title a {
	padding: 4px 6px;
	margin-bottom: 0;
	background-color: #ebeff0;
	color: #000;
	font-size: 13px;
	display: inline-block;
}
.sub_menu {
	margin: 0;
	background-color: #fff;
	display: none;
	opacity: 0;
	position: fixed;
	min-width: 500px;
	max-width: 100vw;
	width: 100vw;
	left: 0;
	padding: 20px 50px;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 10;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.sub_menu.open {
	display: block;
	opacity: 1;
}
.close_submenu {
	position: absolute;
	top: 20px;
	right: 10%;
	z-index: 10;
}
.close_submenu .close {
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: #e7eef1;
	cursor: pointer;
}
.close_submenu .close::before,
.close_submenu .close::after {
	content: "";
	position: absolute;
	top: 35%;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #000;
}
.close_submenu .close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.close_submenu .close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.close_submenu span {
	display: block;
	text-align: center;
	font-size: 11px;
}

.sub_menu .col {
	flex: 1;
}
.sub_menu .sub_menu_list {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 12px;
}
.sub_menu .sub_menu_list li {
	list-style: none;
	position: relative;
}
.sub_menu .sub_menu_list li::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #cf8e00;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list li {
	width: 100%;
	margin: 0;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list li a {
	display: inline-block;
	width: 100%;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list li a:hover {
	color: #000;
	background-color: #e7f2f8;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list li a:hover::before {
	transform: none;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list li a::before {
	background: none;
}
.sub_menu .sub_menu_list li a {
	font-size: 16px;
	width: 100%;
	text-align: left;
	padding: 4px 10px 4px 16px;
	display: inline-block;
	border: none;
	text-decoration: none;
}
.sub_menu .sub_menu_list li a:hover {
	background-color: #e7f2f8;
}

.sub_menu .sub_menu_list.main_list {
	list-style: none;
	padding-left: 0;
}
.sub_menu .sub_menu_list.main_list li {
	margin-left: 0;
}
.sub_menu .sub_menu_list.main_list li:before {
	display: none;
}
header.site_head .header_megamenu .sub_menu .sub_menu_list.main_list li a {
	width: auto;
	padding: 4px 6px;
	margin-bottom: 0;
	background-color: #e7f2f8;
	color: #0c5ba8;;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #0c5ba8;
}

.header_megamenu {
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	left: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}


.menu_toggle {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1000;
}

.menu_toggle span {
	display: block;
	width: 30px;
	height: 3px;
	margin: 6px auto;
	background: #333;
	transition: 0.3s;
}

.active + .menu_toggle span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
.active + .menu_toggle span:nth-child(2) {
	opacity: 0;
}
.active + .menu_toggle span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 680px) {
	.fixed header.site_head,
	header.site_head {
		height: 60px;
	}
	.menu_toggle {
		display: block;
	}
	header.site_head .icon_nav {
		align-items: center;
		padding-right: 60px;
	}
	header.site_head .icon_nav li a {
		margin: 0px 4px 4px;
		padding: 14px 0px 14px 30px;
		border: none;
	}

	li.search .mt-site-search-container {
		left: auto;
		right: -110px;
	}
	header.site_head .icon_nav li.inq a {
		background: #fff;
		border: none;
		position: relative;
		height: 26px;
	}
	.mail_svg {
		fill: #000;
	}
	header.site_head .icon_nav li.inq {
		width: 30px;
		height: 30px;
	}
	header.site_head .icon_nav li.inq a svg {
		position: absolute;
		width: 30px;
		top: 50%;
		left: 10px;
		bottom: 0;
		margin: auto;
	}

	header.site_head nav ul {
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	header.site_head nav ul li {
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.g_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		transition: transform 0.4s ease-in-out;
		padding-top: 50px;
	}

	.g_nav.active {
		opacity: 1;
		visibility: visible;
		top: 60px;
		padding-bottom: 60px;
	}

	.has-megamenu > a::after {
		content: "+";
		position: absolute;
		right: 10px;
		font-size: 16px;
		transition: transform 0.3s ease, content 0.3s ease;
	}
	.header_megamenu ul {
		padding-top: 0;
	}

	.has-megamenu.open > a::after {
		content: "-";
		transform: rotate(180deg);
	}

	header.site_head nav ul .header_megamenu ul {
		padding-top: 0;
	}
	header.site_head .header_megamenu li {
		width: 100%;
		margin: 0;
	}
	header.site_head nav ul.g_nav li a {
		display: block;
		padding: 14px 10px;
		text-align: left;
	}
	.header_megamenu li a {
		border: none;
		width: 100%;
		display: block;
		background-color: inherit;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.site_head nav .header_megamenu ul {
		padding: 0;
	}
	.header_megamenu li .sub_menu .sub_menu_list {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
	}
	.header_megamenu li .sub_menu .sub_menu_list.main_list li {
		border-bottom: 0;
	}
	.header_megamenu li .sub_menu .sub_menu_list a {
		padding-left: 20px;
	}

	.has-megamenu > a,
	.has-submenu > a {
		position: relative;
		display: block;
		padding-right: 30px;
	}

	.has-megamenu > a::after,
	.has-submenu > a::after {
		content: "+";
		position: absolute;
		right: 10px;
		font-size: 16px;
		transition: transform 0.3s ease, content 0.3s ease;
	}

	.has-megamenu.open > a::after,
	.has-submenu.open > a::after {
		content: "-";
		transform: rotate(180deg);
	}

	.header_megamenu {
		display: none;
		transition: max-height 0.3s ease-in-out;
		position: relative;
	}

	.has-megamenu.open .header_megamenu {
		display: block;
	}

	.has-submenu.open > p::after {
		content: "-";
	}

	.sub_menu {
		display: none;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		overflow: auto;
		max-height: 0;
		transition: max-height 0.3s ease-in-out;
		padding: 20px;
	}

	.sub_menu_list {
		padding: 0;
		margin: 0;
	}

	.sub_menu_list a {
		padding-left: 20px;
	}
	.close_submenu {
		top: 10px;
		right: 10px;
	}
	.close_submenu span {
		font-size: 10px;
	}
	.close_submenu .close {
		width: 30px;
		height: 30px;
	}
	.close_submenu .close::before,
	.close_submenu .close::after {
		top: 30%;
		left: 42%;
		height: 20px;
	}

	.has-submenu > p {
		position: relative;
		cursor: pointer;
		padding-right: 20px;
	}

	.has-submenu > p::after {
		content: "+";
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
		transition: transform 0.3s ease, content 0.3s ease;
	}

	.has-submenu.open > p::after {
		content: "-";
	}
	.has-submenu.open .sub_menu {
		width: 100%;
		max-height: 50vh;
		display: block;
		position: relative;
	}
	.has-submenu.open .sub_menu .col:first-child {
		margin-bottom: 0;
	}

	.scroll{
		overflow: auto;
		white-space: normal;
	}
	.scroll table {
		min-width: 200%;
	}
}
@media screen and ( max-width:1320px ) {
	header.site_head .logo {
		max-width: 160px;
		min-width: 160px;
	}
	header.site_head nav li {
		margin: 0 4px;
	}
}
@media screen and ( max-width:1190px ) {
	header.site_head nav ul.g_nav li a {
		font-size: 11px;
	}
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}
.menu-toggle span {
	display: block;
	width: 25px;
	height: 3px;
	background: #333;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.slide_wrap,
.slide_wrap img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: right;
	position: relative;
	z-index: 0;
}
.slide_wrap .read {
	position: absolute;
	bottom: 6%;
	right: 6%;
	z-index: 1001;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.slide_wrap .read p {
	font-size: 3.5vw;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 14px;
}
.slide_wrap .read span {
	font-size: 16px;
}
.slide_wrap .slide_block {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.slide_wrap .icon_list {
	display: flex;
	justify-content: space-between;
}
.slide_wrap .icon_list li {
	padding: 0;
}
.slide_wrap .icon_list img {
	width: 90%;
	height: 100%;
}
.slide_wrap .slick-prev,
.slide_wrap .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
	transition: background 0.3s, transform 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.slide_wrap .slick-prev:hover,
.slide_wrap .slick-next:hover {
	background: rgba(255, 255, 255, 0.8);
	transform: translateY(-50%) scale(1.1);
}
.slide_wrap .slick-prev::before,
.slide_wrap .slick-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.slide_wrap .slick-prev:hover::before,
.slide_wrap .slick-next:hover::before {
	border-color: #0c5ba8;
}
.slide_wrap .slick-prev::before {
	transform: rotate(45deg);
	margin-left: 3px;
}
.slide_wrap .slick-next::before {
	transform: rotate(-135deg);
	margin-right: 3px;
}
.slide_wrap .slick-prev {
	left: 10px;
	z-index: 1001;
}
.slide_wrap .slick-next {
	right: 10px;
}

.slide_wrap .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 9999;
}
.slide_wrap .slick-dots li {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 0;
}
.slide_wrap .slick-dots li.slick-active {
	background: #0c5ba8;
	transform: scale(1.2);
}
.slide_wrap .slick-dots li button {
	display: none;
}

@media screen and ( max-width:680px ) {
	.slide_wrap .read {
		width: 80%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.slide_wrap .read p {
		font-size: 30px;
	}
	.slide_wrap .slick-track {
		display: flex !important;
		width: 100% !important;
	}
	.slide_wrap .slick-prev,
	.slide_wrap .slick-next {
		width: 30px;
		height: 30px;
	}

	.slide_wrap .slide_block.left_5 img {
		object-position: 5%;
	}
	.slide_wrap .slide_block.left_10 img {
		object-position: 10%;
	}
	.slide_wrap .slide_block.left_15 img {
		object-position: 15%;
	}
	.slide_wrap .slide_block.left_20 img {
		object-position: 20%;
	}
	.slide_wrap .slide_block.left_25 img {
		object-position: 25%;
	}
	.slide_wrap .slide_block.left_30 img {
		object-position: 30%;
	}
	.slide_wrap .slide_block.left_35 img {
		object-position: 35%;
	}
	.slide_wrap .slide_block.left_40 img {
		object-position: 40%;
	}
	.slide_wrap .slide_block.left_45 img {
		object-position: 45%;
	}
	.slide_wrap .slide_block.left_55 img {
		object-position: 50%;
	}
	.slide_wrap .slide_block.left_55 img {
		object-position: 55%;
	}
	.slide_wrap .slide_block.left_60 img {
		object-position: 60%;
	}
	.slide_wrap .slide_block.left_65 img {
		object-position: 65%;
	}
	.slide_wrap .slide_block.left_70 img {
		object-position: 70%;
	}
	.slide_wrap .slide_block.left_75 img {
		object-position: 75%;
	}
	.slide_wrap .slide_block.left_80 img {
		object-position: 80%;
	}
	.slide_wrap .slide_block.left_85 img {
		object-position: 85%;
	}
	.slide_wrap .slide_block.left_90 img {
		object-position: 90%;
	}
	.slide_wrap .slide_block.left_95 img {
		object-position: 95%;
	}
}

section.image {
	padding-top: 80px;
	position: relative;
}
section.image .ir_link {
	position: absolute;
	top: 18%;
	right: 8%;
	width: 34%;
	height: 11%;
}
section.image .detail_link {
	position: absolute;
	top: 28.2%;
	left: 5%;
	width: 27%;
	height: 1.2%;
}

section h1 {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	line-height: normal;
	text-shadow: 1px 1px 2px #fff,  0 0 1em #fff,  0 0 0.2em #fff
}
section h1::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	width: 20px;
	height: 100%;
	background-color: #0c5ba8;
}
section h1+ p {
	font-size: 18px;
}
section h2 {
	font-size: 32px;
	font-weight: bold;
	color: #676767;
	position: relative;
	padding-top: 10px;
	margin-bottom: 2%;
}
section h2::before {
	position: absolute;
	content: " ";
  display: block;
	left: 0;
	top: 0;
	width: 144px;
	height: 4px;
	background-color: #0c5ba8;
}
.home h2::after {
	z-index: 1;
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: 0;
	width: 30px;
	height: 4px;
	background-color: #c4003a;
}

section h2 span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}

#page-main .left_nav + .col .link_btn a {
	margin: 20px 0;
}

.link_btn a,
.link_btn button {
	font-weight: bold;
	display: inline-block;
	padding: 8px 120px 8px 30px;
	border: 2px solid #8cb0e5;
	border-radius: 30px;
	min-width: 280px;
	color: #3968af;
	position: relative;
	background-color: #fff;
	text-decoration: none;
}
.link_btn a:hover,
.link_btn button:hover {
	background-color: #3968af;
	border-color: #3968af;
	color: #fff;
}
.link_btn a:before,
.link_btn a:after,
.link_btn button:before,
.link_btn button:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #3968af;
	right: 30px;
}
.link_btn a:before,
.link_btn button:before {
	bottom: 20px;
	width: 50px;
}
.link_btn a:after,
.link_btn button:after {
	bottom: 24px;
	width: 10px;
	transform: rotate(45deg);
}
.link_btn a:hover:before,
.link_btn a:hover:after,
.link_btn button:hover:before,
.link_btn button:hover:after {
	background-color: #fff;
}
.list_btn a {
	text-decoration: none;
	position: relative;
	display: block;
	border: 1px solid #526284;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.list_btn a:hover {
	color: #fff;
	background-color: #3968af;
}
.list_btn a:hover::after {
	border-color: #fff;
}
.list_btn a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 26px;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #1762ac;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.list_btn.outside a:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 0;
	transform: none;
	background: url(/common/images/icon/icon_outside.svg) no-repeat center center / 100%;
}
.list_btn.outside a:hover::after {
	background: url(/common/images/icon/icon_outside_w.svg) no-repeat center center / 100%;
}

.link_text a {
	position: relative;
	padding-left: 28px;
	text-decoration: none;
	padding-bottom: 4px;
}
.link_text.pdf a:before {
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url(/icon_pdf.svg) no-repeat center center / 100%;
}
span.link_text {
	position: relative;
	padding-left: 28px;
}
span.link_text.pdf:before {
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 10px;
	top: -7px;
	background: url(/icon_pdf.svg) no-repeat center center / 100%;
}

.link_text.outside a:before  {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/icon_outside.svg) no-repeat center center / 100%;
}
.link_text.movie a:before  {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(/icon_movie.svg) no-repeat center center / 100%;
}


#page-main .list_pdf li {
	list-style: none;
	margin-bottom: 10px;
}
#page-main .list_pdf li a {
	position: relative;
	padding-left: 25px;
}
#page-main .list_pdf li a:before  {
	content: '';
	width: 20px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -4px;
	background: url(/icon_pdf.svg) no-repeat center center / 100%;
}

.topic_news_block {
	justify-content: space-evenly;
}
.topic_news_block article {
	width: 23%;
	margin: 1%;
}
.topic_news_block article:first-child {
	margin-left: 0;
}
.topic_news_block article:last-child {
	margin-right: 0;
}
.topic_news_block .category {
	margin-left: 0;
}
.topic_news_block a {
	text-decoration: none;
}
.topic_news_block a:hover img {
	transform: scale(1.1, 1.1);
}
.topic_news_block figure {
	overflow: hidden;
	margin: 0;
}
.topic_news_block figure img {
	border-radius: 10px;
	margin-bottom: 18px;
	transition: .3s;
}
.topic_news_block p {
	margin-top: 18px;
}
@media screen and (max-width: 850px) {
	.topic_news_block.inline {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.topic_news_block article {
		width: 48%;
		margin-bottom: 30px;
	}
}

#page-main .news_list {
	padding-left: 0;
}
#page-main .news_list li {
	list-style: none;
}
#page-main .page_content .news_list li,
#page-main .news_list li p {
	margin-bottom: 0;
}
.news_list {
	margin-bottom: 40px;
}
.news_list li {
	border-bottom: 1px solid #dadada;
}
.news_list li:hover {
	background-color: #eee;
}
.news_list a {
	padding: 12px 6px;
	text-decoration: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.news_list .meta {
	display: flex;
	align-items: center;
	min-width: 200px;
}
.news_list p {
}
.news_list .news_update {
	font-size: 10px;
	border-radius: 2px;
	padding: 6px;
	margin-left: 12px;

	display: none;
}
.topIRBlock .news_list .meta .icon_label {
	border-radius: 20px;
	padding: 2px 0;
	margin-left: 18px;
	display: inline-block;
	width: 90px;
}

.top_products .mt-be-columns {
}
.top_products .mt-be-columns .mt-be-column {
	position: relative;
	width: 34%;
	padding: 6px;
}
.top_products .mt-be-columns p:first-child {
	position: relative;
	overflow: hidden;
}
.top_products .mt-be-columns p:first-child img {
	width: 100%;
	transition: .3s;
}
.top_products .mt-be-columns p:nth-child(2) a {
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	width: 80%;
	position: absolute;
	bottom: 35%;
	right: 0;
	left: 0;
	padding: 10px;
	margin: 0 auto;
}
.top_products .mt-be-columns p.description {
	min-height: 110px;
	color: #141414;
	padding: 10px 20px;
	background-color: #f6f7fa;
}
.top_products .mt-be-columns p:first-child img:hover {
	transform: scale(1.1, 1.1);
}
.top_products .mt-be-columns p a:hover {
	color: #fff;
	background: #0c5ba8;
}
@media screen and ( max-width:979px ) {
	.top_products .mt-be-columns p:nth-child(2) a {
		bottom: 50%;
		font-size: 14px;
	}
	.top_products .mt-be-columns p.description {
		min-height: 130px;
	}
}


.top_about {
}
.top_about .collumn-3:last-child {
	margin-bottom: 0;
}
.top_about .collumn-3 .mt-be-column {
	width: 33.33%;
	text-align: center;
}
.collumn-3 {
	margin-bottom: 20px;
}
.collumn-3 .mt-be-column {
	margin-right: 20px;
}
.collumn-3 .mt-be-column:last-child {
	margin-right: 0;
}
.collumn-3 .mt-be-column p {
	overflow: hidden;
}
.collumn-3 .mt-be-column p img {
	transition: .3s;
}
.collumn-3 .mt-be-column p a img:hover {
	transform: scale(1.1, 1.1);
}

.content_wrap section.product_visual,
.content_wrap section.detail_visual {
	padding-top: 90px;
}
.content_wrap section.detail_visual .inline {
	align-items: flex-start;
}
.product_visual .page_title .bg-img {
	padding: 20px 5px;
	height: 250px;
	min-height: 110px;
	position: relative;
	border-bottom: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	margin-bottom: 30px;
}
.product_visual .page_title .bg-img {
}
.product_visual .page_link li {
}
.product_colum {
}
.product_colum .mt-be-columns {
	justify-content: space-between;
}
.product_colum .mt-be-columns .mt-be-column {
	width: 30%;
}
.product_colum .mt-be-columns .mt-be-column ul {
	margin-bottom: 40px;
}
.product_colum .mt-be-columns .mt-be-column ul + ul {
	margin-top: 60px;
}
.product_colum .mt-be-columns .mt-be-column ul li {
	border-bottom: 1px solid #bfbfbf;
}
.product_colum .mt-be-columns .mt-be-column ul li:hover {
	background-color: #ddd;
}
.product_colum .mt-be-columns .mt-be-column ul li a {
	display: block;
	position: relative;
	padding: 10px 26px 10px 10px;
	text-decoration: none;
}
.product_colum .mt-be-columns .mt-be-column ul li a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 18px;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #1762ac;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.product_colum .block_title {
	padding: 0;
}
.product_colum .block_title a {
	display: inline-block;
	padding: 6px 14px;
	background-color: #526284;
	color: #fff;
	text-decoration: none;
	border: 1px solid #526284;
}
.product_colum .block_title a:hover {
	background-color: #fff;
	color: #526284;
}
@media screen and ( max-width:680px ) {
	.content_wrap section.product_visual,
	.content_wrap section.detail_visual {
		padding-top: 70px;
	}
	.top_about .collumn-3 .mt-be-column,
	.collumn-3 .mt-be-column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.product_colum .mt-be-columns .mt-be-column {
		width: 100%;
		margin-bottom: 20px;
	}
	.mt-be-columns {
		flex-direction: column;
	}
	.top_products .mt-be-columns .mt-be-column {
		width: 100%;
	}
}


#content {
	padding-top: 90px;
}
#page-main ul,
#page-main ol {
	padding-left: 1.5em;
	margin-bottom: 20px;
}
#page-main .page_content ul li,
#page-main .page_content ol li {
	margin-bottom: 10px;
}

#page-main ul li {
	list-style: disc;
}
#page-main ol li {
	list-style: decimal;
}
#page-main .w_100 img {
	width: 100%;
}
#page-main img {
	width: revert-layer;
}
#page-main .product_colum .mt-be-columns .mt-be-column ul {
	padding-left: 0;
}
#page-main .product_colum .mt-be-columns .mt-be-column ul li {
	list-style: none;
}


.page_title img {
	width: 100%!important;
}
.page_title {
	position: relative;
	margin-bottom: 30px;
	min-height: 130px;
	max-height: 180px;
	overflow: hidden;
}
.page_title p {
	font-size: 32px;
	position: relative;
	padding-top: 14px;
	padding-bottom: 8px;
}
.page_title p::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: 0;
	width: 144px;
	height: 6px;
	background-color: #0c5ba8;
}
.medium-area {
	position: relative;
	min-height: 180px;
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 30px;
}
.page_title:before,
.medium-area:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: -moz-linear-gradient(left, #ecf0f1, #ecf0f1 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(left, #ecf0f1, #ecf0f1 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, #ecf0f1, #ecf0f1 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0));
}
.page_title.no_image:before {
	background: #fff;
}
.page_title.no_image .inner-wrap {
	top: 30%;
}
.page_title figure {
	margin: 0;
}
.page_title .inner-wrap,
.medium-area .inner-wrap {
	position: absolute;
	top: 10%;
	left: 5%;
}
.page_title .inner-wrap .label {
	background-color: #526283;
	color: #fff;
	display: inline-block;
	margin-top: 14px;
	padding: 6px 10px;
	font-size: 14px;
}
@media screen and ( max-width:1185px ) {
	section h1 {
		font-size: 24px;
	}
	.page_title img {
		min-height: 130px;
		max-height: 180px;
		overflow: hidden;
	}
	.page_title .inner-wrap .label {
		padding: 4px 10px;
	}
}
@media screen and ( max-width:1000px ) {
	section h1 {
		font-size: 20px;
	}
	.page_title .inner-wrap .label {
		padding: 4px 10px;
		font-size: 12px;
	}
}
@media screen and ( max-width:680px ) {
	section h1 {
		font-size: 18px;
		padding-left: 20px;
	}
	section h1::before {
		width: 10px;
	}
	.page_title,
	.medium-area {
		min-height: 120px;
	}
	.medium-area {
		margin-bottom: 0;
	}
	.page_title:before,
	.medium-area:before {
		background: -moz-linear-gradient(left, #ecf0f1, #ecf0f1 55%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0));
		background: -webkit-linear-gradient(left, #ecf0f1, #ecf0f1 55%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0));
		background: linear-gradient(to right, #ecf0f1, #ecf0f1 55%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0));
	}
	.page_title img {
		min-height: 120px;
		object-fit: cover;
		object-position: center;
	}
	.page_title .inner-wrap,
	.medium-area .inner-wrap {
		top: 20%;
	}
	.page_title .inner-wrap .label {
		font-size: 10px;
		padding: 4px 6px;
		margin-top: 10px;
	}
}


#page-main hr {
	margin: 30px 0;
	border-bottom: 1px solid #516284;
}
#page-main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	display: block;
	position: relative;
	margin-top: 100px;
	padding-top: 0;
	padding-bottom: 2px;
}
#page-main h2::before {
	z-index: 1;
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #c4003a;
	bottom: -3px;
	width: 30px;
	height: 0;
	top: auto;
}
#page-main h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #0c5ba8;
	bottom: -3px;
	width: 100%;
}
#page-main.archive_inner h2::before {
	z-index: 2;
}
#page-main.archive_inner h2::after {
	left: auto;
	top: auto;
	background: none;
}


#page-main h2 span {
	font-size: 12px;
	display: inline-block;
	margin-left: 20px;
}
#page-main h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #0c5ba8;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 8px;
}
#page-main h3::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	width: 8px;
	height: 100%;
	background-color: #0c5ba8;
}
#page-main h3.iot_h3::before {
	display: none;
}
#page-main h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	position: relative;
}
#page-main h4::before {
	position: absolute;
	content: " ";
	display: block;
	top: 10px;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #000;
}
#page-main p {
	margin-bottom: 10px;
}
#page-main .left_nav + .col p.products_title,
#page-main .products_title {
	font-size: 18px;
	border-bottom: 2px solid #798bb1;
	padding: 14px 0;
	margin-bottom: 10px;
}
#page-main .col .page_content .philosophy_text {
	font-size: 22px;
	font-family: serif;
}
#page-main .mt-be-columns {
}
#page-main .mt-be-columns.collumn-2 .mt-be-column {
	width: 50%;
}
#page-main .mt-be-columns.collumn-2 .mt-be-column:first-child {
	margin-right: 30px;
}
#page-main .mt-be-columns .mt-be-column {
	width: 33.33%;
}
#page-main .mt-be-columns .mt-be-column figure,
#page-main .mt-be-columns .mt-be-column img {
	width: 100%;
	margin: 0;
}
#page-main .mt-be-columns .mt-be-column p {
	overflow: hidden;
}
#page-main .mt-be-columns .mt-be-column a img {
	transition: 0.5s;
}
#page-main .mt-be-columns .mt-be-column a img:hover {
	transform: scale(1.1, 1.1);
}
#page-main .left_nav + .col p.label_text,
#page-main .label_text {
	background-color: #526283;
	color: #fff;
	display: inline-block;
	padding: 4px 16px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#page-main .left_nav + .col p.label_text.ir_traffic {
	background-color: #ad844f;
}
#page-main .left_nav + .col p.label_text.ir_industry {
	background-color: #689aa4;
}
#page-main .left_nav + .col p.label_text.ir_ict {
	background-color: #93ba86;
}

#page-main .left_nav + .col .dl_wrap p.label_text,
#page-main .dl_wrap .label_text {
	margin-top: 0;
	margin-bottom: 0;
}
.label_world,
.label_jp {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	padding: 2px 4px;
	margin-left: 10px;
}
.label_world {
	background-color: #85a846;
}
.label_jp {
	background-color: #de9801;
}
#page-main .label_text + ul {
	margin-bottom: 4%;
}
#page-main table th,
#page-main table td {
	padding: .5em;
}
#page-main table th p,
#page-main table td p {
	margin-bottom: 0;
}
#page-main .dl_wrap,
#page-main .dl_wrap dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
}
#page-main .dl_wrap dl:last-child {
	border-bottom: none;
}
#page-main .dl_wrap dt,
#page-main .dl_wrap dd {
	padding: 10px;
}
#page-main .dl_wrap dt {
	font-weight: bold;
	width: 30%;
	flex: 0 0 140px;
}
#page-main .dl_wrap.w_100 dt {
	text-align: left;
	max-width: 30%;
	flex: auto;
}
#page-main .dl_wrap dt img {
	max-width: 80px;
}
#page-main .dl_wrap dd {
	flex: 1;
}
#page-main .dl_wrap dd ul {
	margin-bottom: 0;
}
#page-main .dl_wrap dd ul li:last-child {
	margin-bottom: 0;
}
.profile #page-main .movie_block {
	max-width: 560px;
}

@media screen and ( max-width:1185px ) {
	.financial-highlights .mt-be-columns.collumn-2,
	.financial-highlights2 .mt-be-columns.collumn-2 {
		flex-wrap: wrap;
	}
	.financial-highlights #page-main .mt-be-columns.collumn-2 .mt-be-column:first-child,
	.financial-highlights2 #page-main .mt-be-columns.collumn-2 .mt-be-column:first-child {
		margin-right: 0;
	}
	.financial-highlights #page-main .mt-be-columns.collumn-2 .mt-be-column,
	.financial-highlights2 #page-main .mt-be-columns.collumn-2 .mt-be-column {
		width: 100%;
	}
}
@media screen and ( max-width:680px ) {
	#page-main h2 {
		font-size: 17px;
		margin-top: 50px;
	}
	#page-main h3 {
		font-size: 16px;
	}
	#page-main .mt-be-columns.collumn-2 .mt-be-column {
		width: 100%;
	}
	#page-main .mt-be-columns .mt-be-column {
		width: 100%;
	}
	#page-main .left_nav + .col p.label_text,
	#page-main .label_text {
		font-size: 12px;
		padding: 2px 10px;
	}
	#page-main .dl_wrap,
	#page-main .dl_wrap dl {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	#page-main .dl_wrap.w_100 dt,
	#page-main .dl_wrap dt,
	#page-main .dl_wrap dd {
		width: 100%;
		max-width: 100%;
	}
	#page-main .dl_wrap dt {
		font-size: 14px;
		padding-bottom: 0;
		flex: 0;
	}
}


#page-main .page_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 4%;
	padding-left: 0;
}
#page-main .page_link li {
	list-style: none;
}
.page_link li a {
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid #516284;
	border-radius: 40px;
	text-decoration: none;
	margin: 5px;
}
.page_link li a:hover {
	background-color: #516284;
	color: #fff;
}
@media screen and ( max-width:680px ) {
	#page-main .page_link,
	.product_visual .page_link {
		flex-direction: row;
	}
	#page-main .page_link li,
	.product_visual .page_link li {
		width: 50%;
	}
	#page-main .page_content .page_link li {
		margin-bottom: 0;
	}
	.page_link li a {
		width: 100%;
		padding: 4px 10px;
		margin: 0;
		border-radius: 0;
		height: 100%;
		font-size: 12px;
		border: none;
		border-right: 1px solid #516284;
		border-bottom: 1px solid #516284;
	}
	.page_link li:nth-child(-n+2) a {
		border-top: 1px solid #516284;
	}
	.page_link li:nth-child(odd) a {
		border-left: 1px solid #516284;
	}
}


.box_link a,
.box_link.active a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 20px;
	border: 1px solid #0c5ba8;
	background-color: #0c5ba8;
	text-align: center;
}
.box_link a:hover {
	background-color: #fff;
	color: #0c5ba8;
	border: 1px solid #0c5ba8;
}

.site_head .active a {
	background-color: #fff;
}
.active a {
	background-color: #e7f2f8;
}
.left_nav {
	max-width: 20%;
	position: sticky;
	top: 120px;
	overflow: hidden;
	height: 85vh;
}
.left_nav p {
	border-top: 1px solid #aeb4c4;
	padding: 10px 0 0;
	color: #505050;
}
#page-main .left_nav + .col {
	width: 76%;
	padding-bottom: 60px;
}
#page-main .left_nav + .col p {
	font-size: 16px;
}
.read,
#page-main .left_nav + .col p.read {
	font-size: 20px;
}
#page-main .left_nav + .col p a {
	display: inline-block;
}
.read,
#page-main .read,
.product_visual .read {
	margin: 30px auto;
}
#page-main .left_nav p {
	margin-bottom: 10px;
}
#page-main .left_nav_list  {
	padding-left: 0;
}
#page-main .left_nav_list li {
	list-style: none;
	position: relative;
}
.left_nav_list li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #cf8e00;
	position: absolute;
	top: 13px;
	left: 4px;
}
.left_nav_list li a {
	padding: 4px 10px 4px 16px;
	display: block;
	text-decoration: none;
}
.left_nav_list li a:hover {
	background-color: #e7f2f8;
}
.left_nav p.box_link {
	border-top: none;
	padding: 0;
}

.left_nav_block .left_nav_list {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}
.left_open .left_nav_list {
	max-height: 500px;
}
#page-main .left_nav_block p.left_toggle {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
	margin-bottom: 0;
}
.left_nav_block .no_left_nav_list {
	list-style: none;
}
.left_nav_block .no_left_nav_list a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 4px;
}
.left_nav_block .no_left_nav_list.active a,
.left_nav_block .no_left_nav_list a:hover {
	background-color: #e7f2f8;
}
#page-main .left_nav_block .no_left_nav_list {
	padding-left: 0;
}

.main_left_nav_list li a {
	font-weight: bold;
	border: 1px solid #0c5ba8
}

.left_toggle::before {
	content: "+";
	position: absolute;
	right: 8px;
	top: 20px;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: bold;
}
.left_toggle::after {
	content: "";
	position: absolute;
	right: 4px;
	top: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
}
.left_open .left_toggle::before {
	content: "−";
}



@media screen and ( max-width:680px ) {
	.left_nav {
		display: none;
	}
	#page-main .left_nav + .col {
		width: 100%;
	}
	#page-main .left_nav + .col p {
		font-size: 14px;
	}
	.read,
	#page-main .left_nav + .col p.read {
		font-size: 18px;
	}
}

#page-main .breadcrumb-list {
	padding-left: 0;
}
.breadcrumb-list {
	display: flex;
	margin-bottom: 20px;
}
.breadcrumb-list li {
	font-size: 12px;
	color: #000;
	display: inline-block;
	position: relative;
	margin-right: 25px;
}
.breadcrumb-list li a::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #3968af #3968af transparent transparent;
	transform: rotate(45deg);
}
@media screen and ( max-width:680px ) {
	.breadcrumb-list,
	#page-main .breadcrumb-list {
		display: none;
	}
}

.message_bg_area {
}
.message_bg_area section:first-child {
	padding: 40px 50px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}
.message_bg_area .inner-wrap {
	width: 100%;
	max-width: 600px;
	margin: 0;
}
.message_bg_area .inner-wrap .fol {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
#page-main .message_bg_area h2::before,
#page-main .message_bg_area h2::after {
	display: none;
}

@media screen and ( max-width:1185px ) {
	.message_bg_area .inner-wrap {
		max-width: 460px;
	}
}
@media screen and ( max-width:1085px ) {
	.message_bg_area .inner-wrap {
		max-width: 330px;
	}
}
@media screen and ( max-width:905px ) {
	.message_bg_area section:first-child {
		padding-top: 120px;
	}
	.message_bg_area .inner-wrap {
		max-width: 100%;
	}
	.message_bg_area .inner-wrap .fol {
		font-size: 100% !important;
	}
	.message_bg_area .inner-wrap .mb40 {
		margin-bottom: 20px !important;
	}
	.message_bg_area .inner-wrap .link_btn {
		position: relative;
		top: -60p
	}
}
@media screen and ( max-width:680px ) {
	.message_bg_area section:first-child {
		padding: 0;
		background-size: contain;
		height: 400px;
		position: relative;
	}
	.message_bg_area .inner-wrap {
		width: 90%;
		position: absolute;
		top: 90px;
		right: 20px;
	}
	.message_bg_area .inner-wrap h2 {
		top: -50px;
	}
	.message_bg_area .inner-wrap .mb40 {
		margin-bottom: 20px !important;
	}
}

footer {
	text-align: center;
	background-color: #e2e2e2;
	padding: 50px 0 100px;
	margin-top: 60px;
}
footer .inline {
	justify-content: center;
}
footer ul li a {
	padding: 10px 20px;
	text-decoration: none;
}
footer .title {
	font-size: 18px;
	margin-bottom: 20px;
}
footer .copy small {
	display: block;
	text-align: center;
	margin-top: 40px;
	padding: 10px 0 0;
	color: #000;
}
@media screen and ( max-width:680px ) {
	footer {
		padding: 20px 0 30px;
		margin-top: 30px;
	}
	footer .inline {
		justify-content: space-around;
		flex-direction: row;
	}
	footer .copy small {
		margin-top: 20px;
	}
}


/* common */
.pcnone {
	display: none !important;
}

.inner,
.inner-wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.inline {
	display: flex;
	flex-wrap: wrap;
}
.inline.nowrap {
	flex-wrap: nowrap;
}
.inline .col {
	flex: 1;
}
.inline .col:first-child {
	margin-right: 4%;
}
@media screen and ( max-width:1590px ) {
	.home .inline .col:first-child {
		margin-right: 2%;
	}
}
@media screen and ( max-width:680px ) {
	.inline {
		flex-direction: column;
	}
	.home .inline .col:first-child {
		margin-bottom: 100px;
	}
	.inline .col:first-child {
		margin-right: 0;
		margin-bottom: 8%;
	}
	.left_nav {
		width: 100%;
	}
}

section {
	padding: 3% 0;
}
section:first-of-type {
	padding: 0;
}

section > section {
	padding: 5% 0;
}

.block {
	margin: 30px auto 40px;
	max-width: 1050px;
	width: 90%;
}
section .block {
	margin: 30px auto 40px;
	max-width: 1050px;
	width: 98%;
}
.block .block {
	width: 100%;
}
.block:first-of-type {
}
.block:last-of-type {
	margin-bottom: 0;
}
.block > .block {
	margin: 40px auto;
}
.block > .block:first-of-type {
	margin-top: 0;
}
p + .block:first-of-type,
dl + .block:first-of-type {
	margin-top: 20px !important;
}
.block > .block:last-of-type {
	margin-bottom: 0;
}
.block_mini {
	margin: 20px auto;
	max-width: 1050px;
}
.block.line {
	margin: 0;
	padding: 50px 5%;
	border-bottom: 1px solid #ccc;
}
.block.line:first-of-type {
	padding-top: 0;
}
.block.line:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}


.image.full img {
	width: 100%;
}
p + .image {
	margin-top: 1em;
}


.inline.more_l .image:last-of-type {
	text-align: right;
}
.inline.more_l .image:last-of-type.al_l {
	text-align: left;
}
.inline.more_l .image:last-of-type p {
	text-align: left;
}

.inline_line .col:first-of-type,
.inline.more_l .col:first-of-type {
	margin-right: 10px;
}
.inline.more_l .col:first-of-type {
	flex: 2;
}
.inline.more_l .col:last-of-type {
	flex: 1;
}

.inline .col_2 {
	flex: 2;
}

.inline.more_l .col:last-of-type {
	flex: 1;
}

#page-main .inline.more_r .col:first-of-type {
	flex: 1.5;
	width: 40%;
	margin-right: 10px;
}
#page-main .inline.more_r .col:last-of-type {
	width: 60%;
}
#page-main .inline.more_r  .mt-be-columns.collumn-2 .mt-be-column figure {
	width: 100%;
	margin: 0;
}
@media screen and ( max-width:680px ) {
	#page-main .inline.more_r .col:first-of-type,
	#page-main .inline.more_r .col:last-of-type {
		width: 100%;
	}
}


/* 装飾 */
.bold {
	font-weight: 600;
}

.txt {
	text-indent: 1em;
	line-height: 1.8;
	margin-bottom: 1em;
}
.fos {
	font-size: 90% !important;
}
.fol {
	font-size: 120% !important;
}
.green {
	color: #238966;
}
.yellow {
	color: #f4a452;
}
.blue {
	color: #557ec0;
}
.red {
	color: #ec6d6d;
}
.gray {
	color: #878c8c;
}

.underline {
	text-decoration: underline;
}

.caption {
	font-size: 12px!important;
	margin: 5px 0;
}
.inmark {
	display: flex;
}
.inmark span {
	margin-right: 10px;
	white-space: nowrap;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

#page-main .note {
	font-size: 14px!important;
	margin: 10px 0;
}
#page-main .note:before {
	content: '※';
	margin-right: 6px;
}
#page-main ul.note {
	position: relative;
	padding-left: 40px;
}
ul.note:before {
	position: absolute;
	top: 4px;
	left: 0;
}
ul.note li {
	font-size: 14px!important;
	list-style-type: disc;
}

.parenthesis:before {
	content: '【';
}
.parenthesis:after {
	content: '】';
}

.border {
	border: 1px solid #afb4c4;
}
.border:nth-child(n+2) {
	margin-top: 20px;
}
#page-main .border .link_btn {
	margin-bottom: 0;
}

.table {
}
.table tr th,
.table tr td {
	border: 1px solid #bcbcbc;
}


.ir_table {
	margin-top: 20px;
}
.ir_table tr {
	border-bottom: 1px solid #aeb4c4;
}
#page-main .ir_table tr th,
#page-main .ir_table tr td {
	padding: 8px 10px;
}
#page-main .ir_table tr .day {
	width: 4%;
}
#page-main .ir_table tr .text {
	width: 96%;
}
#page-main .ir_table tr .text a {
	text-decoration: none;
}
#page-main .news.ir_table tr .day {
	width: 4%;
}
#page-main .news.ir_table tr .icon {
	width: 4%;
}
#page-main .news.ir_table tr .text {
	width: 92%;
}
#page-main .col .page_content text tspan {
	font-size: 13px;
}

.highlights_table tr th {
	background-color: #e5ebf6;
	text-align: center;
}
.highlights_table tr td {
	text-align: right;
}
.highlights_table tr th,
.highlights_table tr td {
	font-size: 12px;
}

#page-main .ir_caption {
	text-align: right;
	font-size: 12px;
}
#page-main .ir_link_list {
	display: flex;
	margin: 0;
	padding-left: 0;
}
#page-main .ir_link_list li:first-child a {
	border-right: none;
}
#page-main .ir_link_list li {
	list-style: none;
	width: 50%;
}
#page-main .ir_link_list li a {
	margin: 0;
	padding: 10px;
	text-align: center;
	border: 1px solid #7f8ba6;
	display: block;
}
#page-main .ir_link_list li a:hover,
#page-main .ir_link_list li a.active {
	color: #fff;
	background-color: #7f8ba6;
}

#page-main #ir-news {
	padding: 0;
	text-align: center;
	display: flex;
	overflow: hidden;
	font-size: 1.3rem;
	padding-left: 0;
}
#page-main #ir-news li {
	background: none repeat scroll 0 0 transparent;
	text-align: center;
	list-style: none;
	flex: 1;
}
#ir-news li a {
	background-color: #005BAC;
	border: 1px solid #005BAC;
	color: #FFFFFF;
	display: block;
	margin-right: 1px;
	text-decoration: none;
	padding: 4px;
	border-radius: 6px 6px 0 0;
}
#ir-news li.active a,
#ir-news li a:hover {
	background: #FFFFFF;
	border: 1px solid #005BAC;
	color: #005BAC;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.ir_table .day,
.ir_table .capacity,
.capacity {
	font-size: 12px;
}
.ir_table .icon {
	text-align: center;
}
.icon_label {
	font-size: 10px;
	border-radius: 20px;
	text-align: center;
	min-width: 80px;
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
}
/*
.icon_label.label_timely {
	background-color: #53bdb7;
}
.icon_label.label_annual {
	background-color: #8eb949;
}
.icon_label.label_legal {
	background-color: #44a6ff;
}
.icon_label.label_gsm {
	background-color: #f27853;
}
.icon_label.label_materials {
	background-color: #669dc6;
}
.icon_label.label_news {
	background-color: #ffa434;
}
*/
.icon_label.label_timely,
.icon_label.label_annual,
.icon_label.label_legal,
.icon_label.label_gsm,
.icon_label.label_materials,
.icon_label.label_news {
	border: 1px solid #1d407a;
	color: #1d407a;
	font-weight: bold;
}

.slider_area {
	overflow: hidden;
}
.slider_area .slick-track {
	display: flex;
}
#page-main .slider_area .block_slide {
	padding-left: 0;
	position: relative;
}
.slider_area .block_slide .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: inline-block;
	width: 33px;
	height: 62px;
	z-index: 10;
}
.slider_area .block_slide .prev-arrow {
	left: 10px;
}
.slider_area .block_slide .next-arrow {
	right: 10px;
}
.slider_area .block_slide .slick-arrow::before {
	transform: rotate(45deg);
}
.slider_area .block_slide .slick-arrow::after {
	transform: rotate(-45deg);
}
.slider_area .block_slide .prev-arrow::before,
.slider_area .block_slide .prev-arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	width: 30px;
	height: 4px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: 2px 50%;
}
.slider_area .block_slide .next-arrow::before,
.slider_area .block_slide .next-arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 30px;
	height: 4px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: calc(100% - 2px) 50%;
}


#page-main .slider_area .block_slide img {
	width: 100%;
}
#page-main .slider_area .slick-track li {
	list-style: none;
	text-align: center;
}
#page-main .slider_area .block_thumbnail-slide img {
	width: 80%;
	border: 3px solid #fff;
	opacity: 0.7;
}
#page-main .slider_area .block_thumbnail-slide .slide_active img {
	border: 3px solid #1390ff;
	opacity: 1;
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.pcnone {
		display: inherit !important;
	}
	.spnone {
		display: none;
	}
}


/* TOPへボタン */
#page-top{
	display: block;
	position: fixed;
	bottom: 5%;
	right: 3%;
	background: #0c5ba8;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	overflow: hidden;
}
#page-top:hover{
	background: rgba(255,255,255,1);
}
#page-top:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 30px;
	width: 1px;
	height: 15px;
	background: #fff;
}
#page-top:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 26px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#page-top .top-text {
	position: absolute;
	color: #fff;
	bottom: 8px;
	font-size: 10px;
	line-height: 10px;
	width: 100%;
	display: block;
}
#page-top:hover {
	background: #fff;
	border: 1px solid #0c5ba8;
}
#page-top:hover::before {
	background: #0c5ba8;
}
#page-top:hover::after {
	border-color: #0c5ba8;
}
#page-top:hover .top-text {
	color: #0c5ba8;
}


.form_block {
	background-color: #edf0f5;
	border: 2px solid #b2c1d8;
	padding: 30px;
	text-align: center;
	margin: 80px auto 10px;
}
.form_block .form_title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width: 680px) {
	.form_block {
		padding: 10px 10px 0px;
	}
}

/* csr-policy */
#page-main ul.sdgs_icon {
	display: flex;
	flex-wrap: nowrap;
	padding-left: 0;
}
#page-main ul.sdgs_icon li {
	list-style: none;
	width: 15.5%;
	margin: .5%;
	max-width: 70px;
}
@media screen and ( max-width:680px ) {
	#page-main ul.sdgs_icon {
		flex-wrap: wrap;
	}
	#page-main ul.sdgs_icon li {
		width: 25.5%;
	}
}


/* roadmap */
.sdgs ul.sdgs_icon li {
	max-width: 70px;
}
.roadmap_wrap {
	position: relative;
	margin: 80px 0 0;
}
.roadmap_wrap:before {
	content: '';
	display: block;
	width: 1px;
	height: 90%;
	background-color: #ababab;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#page-main .roadmap_wrap.inline .col {
	width: 50%;
	margin-right: 0;
	padding: 180px 20px 50px;
	min-height: 1200px;
}
.roadmap_wrap .col.environment {
	background-color: #f7f8ec;
}
.roadmap_wrap .col.human {
	background-color: #eff8f2;
}
#page-main .roadmap_wrap .col h3 {
	font-size: 16px;
	width: 85px;
	height: 85px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 0;
	margin-top: 0;
}
#page-main .roadmap_wrap .col h3::before {
	display: none;
}
.roadmap_wrap .col.environment h3 {
	left: 0;
	background-color: #61a12f;
}
.roadmap_wrap .col.human h3 {
	right: 0;
	background-color: #ba829c;
}
#page-main .roadmap_wrap .col p {
	margin-bottom: 0;
}
.roadmap_wrap .col .image {
	position: absolute;
	top: -5%;
}
#page-main .roadmap_wrap .col.environment .image {
	left: 20%;
	width: 20%;
	max-width: 180px;
}
#page-main .roadmap_wrap .col.human .image {
	right: 20%;
	width: 20%;
	max-width: 180px;
}

.roadmap_wrap .year_block {
	background-color: #fff;
	width: 70%;
	margin: 0 auto 20px;
	padding: 10px 10px;
}
.roadmap_wrap .year_block .year {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 5px 10px;
}
.roadmap_wrap .human .year_block .year {
	display: none;
}
.roadmap_wrap .year_block.year_2021 .year {
	background-color: #bfc0c0;
}
.roadmap_wrap .year_block.year_2022 .year {
	background-color: #b5b6b6;
}
.roadmap_wrap .year_block.year_2026 .year {
	background-color: #668bc5;
}
.roadmap_wrap .year_block.year_2030 .year {
	background-color: #4f7ebd;
}
.roadmap_wrap .year_block.year_2050 .year {
	background-color: #3173b6;
}
.roadmap_wrap .year_block .year:before,
.roadmap_wrap .year_block .year:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 65%;
	height: 1px;
	background-color: #ababab;
}
.roadmap_wrap .year_block .year:before {
	left: -65%;
}
.roadmap_wrap .year_block .year:after {
	right: -65%;
}
.roadmap_wrap .year_block.year_2021 .year:after,
.roadmap_wrap .year_block.year_2022 .year:after,
.roadmap_wrap .year_block.year_2050 .year:after {
	content: none;
}
.roadmap_wrap .year_block.decobox .year:before,
.roadmap_wrap .year_block.decobox .year:after {
	height: 4px;
}
.roadmap_wrap .year_block.decobox .year:before {
	background-color: #abcc45;
}
.roadmap_wrap .year_block.decobox .year:after {
	background-color: #ba829c;
}

.roadmap_wrap .text_area .fol {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
.roadmap_wrap .text_area .fom {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}
.roadmap_wrap .text_area .fos {
	font-size: 12px;
	font-weight: normal;
}
.roadmap_wrap .decobox .text_area {
	text-align: center;
	margin-bottom: 10px;
}
.roadmap_wrap .decobox .text_area:last-of-type {
	margin-bottom: 0;
}
.roadmap_wrap .decobox .text_area p {
	font-weight: 600;
}
.roadmap_wrap .environment .decobox {
	border: 4px solid #abcc45;
}
.roadmap_wrap .environment .decobox p {
	color: #61a12f;
}
.roadmap_wrap .environment .decobox p.label {
	background-color: #ecf1c7;
	padding: 2px 5px;
	border-radius: 20px;
	font-size: 12px;
}
.roadmap_wrap .environment .decobox p.label span {
	color: #666;
}
.roadmap_wrap .environment .year_2050 {
	border: none;
	background-color: #abcc45;
}
.roadmap_wrap .environment .year_2050 p {
	color: #fff;
}
.roadmap_wrap .environment .decobox.year_2050 p.label {
	color: #61a12f;
}
.roadmap_wrap .environment .year_2050 .text_area .fol {
	font-size: 50px!important;
}
.roadmap_wrap .environment .year_2050 .text_area .fom {
	font-size: 30px;
}

.roadmap_wrap .human .decobox {
	border: 4px solid #ba829c;
}
.roadmap_wrap .human .decobox p,
.roadmap_wrap .human .decobox li,
.roadmap_wrap .human .text_area .fol,
.roadmap_wrap .human .text_area .fom {
	color: #ba829c;
}
.roadmap_wrap .human .decobox ul {
	padding-left: 18px;
}
.roadmap_wrap .human .decobox li {
	font-size: 14px;
	text-align: left;
	color: #000;
	font-size: 12px;
}
.roadmap_wrap .year_block .block {
	margin: 10px auto;
}

@media screen and (max-width: 760px) {
	.roadmap_wrap .year_block {
		width: 80%;
	}
	.roadmap_wrap .year_block .year:before,
	.roadmap_wrap .year_block .year:after {
		width: 40%;
	}
	.roadmap_wrap .year_block .year:before {
		left: -40%;
	}
	.roadmap_wrap .year_block .year:after {
		right: -40%;
	}
}

@media screen and (max-width: 599px) {
	.roadmap_wrap:before {
		content: none;
	}
	.roadmap_wrap .col {
		width: 100%;
		padding: 60px 15px 30px 15px;
		position: relative;
	}
	.roadmap_wrap .col.environment .image,
	.roadmap_wrap .col.human .image {
		width: 23%;
		left: 3%;
		right: auto;
	}
	.roadmap_wrap .col h3 {
		height: 55px;
		left: 0;
		right: 0;
		margin: auto;
		top: -25px;
	}
	.roadmap_wrap .year_block {
		width: 100%;
		display: flex;
		background: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.roadmap_wrap .environment .decobox,
	.roadmap_wrap .human .decobox {
		border: none;
	}
	.roadmap_wrap .year_block .text_area {
		background-color: #fff;
		width: 80%;
		padding: 20px;
	}
	.roadmap_wrap .environment .decobox .text_area {
		border: 4px solid #abcc45;
	}
	.roadmap_wrap .human .decobox .text_area {
		border: 4px solid #ba829c;
	}
	.roadmap_wrap .year_block .year {
		position: inherit;
		margin: auto 20px auto 0;
	}
	.roadmap_wrap .year_block .year:before,
	.roadmap_wrap .year_block .year:after {
		content: none;
	}
	.roadmap_wrap .environment .year_2050 {
		background: none;
	}
	.roadmap_wrap .environment .year_2050 .text_area {
		border: none;
		background-color: #abcc45;
	}
	.roadmap_wrap .text_area .block {
		margin: 10px 0;
	}
	.roadmap_wrap .text_area .block:last-of-type {
		margin-bottom: 0;
	}
	.roadmap_wrap .col.environment {
		margin-bottom: 40px;
	}

	.roadmap_wrap .human .year_block .year {
		display: block;
	}

}

/* column */
.ac {
	text-align: center;
}
.block {
	margin: 30px auto;
}
.bg {
	padding: 20px;
	border-radius: 8px;
}
.bg.bg_blue {
	background-color: #e5edf3;
}
.bg.bg_red {
	background-color: #f3e5e5;
}
.introductory {
	margin-top: 25px;
}
.img--responsive {
	display: block;
	margin: auto;
	margin-bottom: 25px;
}
#page-main .bg hr {
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
}
.index_block .title {
	font-weight: bold;
}
.column .index_block .article__list {
	margin-bottom: 0;
}
.article__listItem {
	margin-bottom: 10px;
	font-size: 13px;
}
.article__listItem a:link,
.article__listItem a:visited {
	text-decoration: underline;
}
.articleCont__section {
	margin-bottom: 50px;
}
.articleTitle--h2 {
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid #b9ccde;
}
.articleTitle--h3 {
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(/common/images/articleTitle__h3-bg.png) no-repeat left 7px;
}
.articleTitle--h4 {
	font-weight: bold;
	margin-bottom: 0;
}
.articleTitle--h4:before {
	margin-right: 5px;
	color: #005bac;
	content: "■";
}


.articleCont__main p {
	font-size: 14px;
}
#page-main .article__list {
	margin-bottom: 25px;
	padding-left: 2em;
}
.articleText {
	margin-bottom: 25px!important;
}
.table--article th {
	background: #005bac;
	color: #fff;
	text-align: left;
	font-weight: normal;
}
.table--article th,
.table--article td {
	padding: 5px;
	border: 1px solid #0076df;
}
.article__box,
.article__box--blue {
	margin: 25px 0;
	padding: 3%;
	width: 100%;
	border: 1px solid #d9d9d9;
}


/* safety_standard */
.dev_safety_service .dl_wrap {
	margin-top: 4%;
}
.dev_safety_service .dl_wrap dl {
	width: 100%;
	display: flex;
	position: relative;
	padding: 22px 10px;
	border: 2px solid #fff;
	border-bottom: none;
}
#page-main .dev_safety_service .dl_wrap dl dt,
#page-main .dev_safety_service .dl_wrap dl dd {
	border-bottom: none;
}
.dev_safety_service .dl_wrap dl dt {
	font-weight: 600;
	width: 25%;
}
.dev_safety_service .dl_wrap dl dd {
	width: 75%;
}
.dev_safety_service .dl_wrap .dl_arrow:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid black;
	z-index: 2;
}
.dev_safety_service .dl_wrap .dl_arrow:last-child::after {
	display: none;
}
.dev_safety_service .dl_wrap dl:nth-child(1) {
	background-color: #f3f9ff;
}
.dev_safety_service .dl_wrap dl:nth-child(2) {
	background-color: #edf4fc;
}
.dev_safety_service .dl_wrap dl:nth-child(3) {
	background-color: #dceaf8;
}
.dev_safety_service .dl_wrap dl:nth-child(4) {
	background-color: #b8d5f1;
}
.dev_safety_service .dl_wrap dl:nth-child(5) {
	background-color: #95bfea;
}
@media screen and (max-width: 680px) {
	.dev_safety_service .dl_wrap dl {
		display: block;
	}
	.dev_safety_service .dl_wrap dl dt,
	.dev_safety_service .dl_wrap dl dd {
		width: 100%;
	}
}


/* renewableenergy */
#page-main ul.energy_list {
	flex-wrap: wrap;
	align-items: normal;
}
#page-main ul.energy_list li {
	list-style: none;
	width: 31%;
	font-size: 12px;
	padding: 8px 8px 8px 31px;
	margin: 1%;
	border: 2px solid #8cb0e5;
	position: relative;
	background-color: #f5fafd;
}
ul.energy_list li .circle {
	position: absolute;
	top: 6px;
	left: 3px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and ( max-width:680px ) {
	ul.energy_list {
		flex-direction: initial;
	}
	ul.energy_list li {
		width: 48%;
	}
	ul.energy_list li:last-child {
		width: 100%;
	}
}


/* ondemand-motor */
#page-main ul.nomark li {
	list-style: none;
}
.demand_box ul li.list_red,
.demand_box ul li.list_yellow,
.demand_box ul li.list_green,
.demand_box ul li.list_blue {
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}
.demand_box ul li.list_red h3:before,
.demand_box ul li.list_yellow h3:before,
.demand_box ul li.list_green h3:before,
.demand_box ul li.list_blue h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
}
.demand_box ul li.list_red h3:before {
	background-color: #ff0000;
}
.demand_box ul li.list_yellow h3:before {
	background-color: #ffc000;
}
.demand_box ul li.list_green h3:before {
	background-color: #92d050;
}
.demand_box ul li.list_blue h3:before {
	background-color: #4472c4;
}
@media screen and ( max-width:680px ) {
	.demand_box .grid__span--6 {
		margin-bottom: 20px;
	}
}
.demand_flow {
	display: flex;
	align-items: normal!important;
	justify-content: space-between;
}
.demand_flow .flow_li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #8cb0e5;
	position: relative;
	margin-right: 20px;
	background-color: #f5fafd;
}
#page-main .demand_flow .flow_li p {
	margin-bottom: 0;
}
.demand_flow .flow_li:first-child {
	padding: 0;
	border: none;
}
.demand_flow .flow_li:last-child {
	margin-right: 0;
	padding: 0;
	border: none;
}
.demand_flow .flow_li:after {
	content: '';
	position: absolute;
	right: -19px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 15px solid #297fb8;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.demand_flow .flow_li:last-child:after {
	content: none;
}
@media screen and ( max-width:680px ) {
	.demand_flow .flow_li {
		flex-direction: column;
		min-height: inherit;
		margin-bottom: 40px;
		border-width: 1px;
		width: 100%;
		margin-right: 0;
	}
	.demand_flow .flow_li:last-child {
		margin-bottom: 0;
	}
	.demand_flow .flow_li:after {
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-top: 15px solid #297fb8;
		border-bottom: none;
		bottom: -30px;
		left: 0;
		right: 0;
		top: auto;
		margin: auto;
	}
}
.faq .q_cont,
.faq .a_cont {
	display: flex;
}
.faq .q_cont {
	margin-bottom: 10px;
}
.faq .q_cont p {
	font-size: 16px;
}
.faq .a_cont {
	padding: 20px;
	background-color: #f5fafd;
	border-radius: 10px;
}
.faq .qa_icon {
	display: block;
	width: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #297fb8;
}
.faq .text {
	width: 95%;
}
#page-main .faq p {
	margin-bottom: 0;
}


/* materiality */
.materiality .foLB {
	display: block;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.foLB {
	font-weight: bold;
	font-size: 1.2em;
}


/* news */
.info_cat a {
	font-size: 10px;
	text-align: center;
	padding: 6px 20px;
	border-radius: 20px;
	margin-right: 12px;
	display: inline-block;
	width: 100px;
	text-decoration: none;
}
.info_cat.cat-event a {
	color: #fff;
	background-color: #7c9db1;
}
.info_cat.cat-products a {
	color: #fff;
	background-color: #0c5ba8;
}
.post {
	padding-bottom: 100px;
}
.post header.post_title_line {
	padding: 0 0 20px;
	width: 100%;
	max-width: none;
	margin-bottom: 40px;
}
.post header.post_title_line .post_title {
	font-size: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}
.info_meta span {
	display: inline-block;
}
.post_title_line .info_meta {
	display: flex;
	justify-content: space-between;
}
.post_title_line .info_meta .info_cat {
	margin-right: auto;
}
.post .w_post {
	max-width: 1055px;
	margin: 0 auto;
	padding: 20px;
}
.post .w_post .post_nav_area + .link_btn {
	clear: both;
}
.info_meta .info_cat {
	font-weight: 600;
}
.info_meta .info_cat a {
	width: 120px;
}
.post_title_line .info_meta .info_date {
	font-size: 14px;
}
.post .inline article,
.post_list .inline .list_main {
	width: 70%;
	padding-right: 5%;
	margin-right: 0;
	border-right: 1px solid #ccc;
}
.post .inline .sidebar {
	width: 30%;
	padding-left: 5%;
}
.post .inline .sidebar h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.post .inline .sidebar .widget {
	margin-bottom: 60px;
}
.post .inline .sidebar .widget:last-child {
	margin-bottom: 0;
}
.post_nav_area {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
#page-main .post_nav_area .post_link li {
	list-style: none;
	width: 49%;
	font-size: 14px;
}
.post_nav_area .post_link li a {
	text-decoration: none;
	display: block;
	position: relative;
}
.post_nav_area .post_link .next {
	float: right;
	text-align: right;
}
.post_nav_area .post_link .next a {
	padding: 10px 35px 10px 15px;
}
.post_nav_area .post_link .prev {
	float: left;
}
.post_nav_area .post_link .prev a {
	padding: 10px 15px 10px 35px;
}
.post_nav_area .post_link li a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.post_nav_area .post_link li.next a:before {
	right: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
.post_nav_area .post_link li.prev a:before {
	left: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #565656 #565656;
	transform: rotate(45deg);
}
.widget-recent-entries .widget-list li {
	position: relative;
}
.widget-recent-entries .widget-list li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #cf8e00;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
}
.widget-recent-entries .widget-list li a {
	padding: 4px 10px 4px 16px;
	display: block;
	text-decoration: none;
}
.post_list .list_main {
}
.post_list .list_main .archive_list {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.post_list .list_main .archive_list select {
	appearance: none;
	min-width: 200px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
	padding: 10px;
	margin-right: 12px;
}
#categorySelectForm,
#yearlyArchiveSelectForm {
	display: inline-flex;
	align-items: center;
	position: relative;
}
#categorySelectForm::after,
#yearlyArchiveSelectForm::after {
	position: absolute;
	right: 20px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.post_list .list_main li:first-of-type {
}
.post_list .list_main li {
}
.post_list .list_main a {
	margin-left: 12px;
}
@media screen and ( max-width:680px ) {
	.post .w_post {
		width: 90%;
	}
	.post_list .list_main a {
		margin-left: 0;
	}
	.post_list .list_main .archive_list {
		align-items: flex-start;
		flex-direction: column;
	}
	.post_list .list_main .archive_list select {
		margin-bottom: 12px;
	}
	.news_list a {
		flex-direction: column;
		align-items: flex-start;
	}
	.news_list .meta {
		margin-bottom: 6px;
	}
}

.toyodenkiseizo_area {
	background-image: url(/corporate/images/bg_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #cce3f2;
	padding-bottom: 60px;
	margin-bottom: -60px;
}
.toyodenkiseizo_area .note {
	font-size: 14px!important;
	margin: 10px 0;
}
.toyodenkiseizo_area .note:before {
	content: '※';
	margin-right: 6px;
}
.toyodenkiseizo_area .inline .col:first-child {
	margin-right: 2%;
}
.toyodenkiseizo_area .lp_title {
	text-align: center;
	padding: 60px 0;
}
.toyodenkiseizo_area .lp_title img {
	width: 60px;
}
.toyodenkiseizo_area h1 {
	margin-top: 20px;
	color: #0071bc;
	font-size: 50px;
	text-align: center;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.toyodenkiseizo_area h1::before {
	display: none;
}
.toyodenkiseizo_area h1 span {
	font-size: 60px;
	display: block;
}
.toyodenkiseizo_area .abou_nav {
	padding: 14px 20px;
	border-radius: 10px;
	background-color: #0071bcd9;
}
.toyodenkiseizo_area .abou_nav ul {
	display: flex;
	justify-content: center;
}
.toyodenkiseizo_area .abou_nav ul li {
	position: relative;
	border-right: 1px solid #fff;
}
.toyodenkiseizo_area .abou_nav ul li:last-child {
	border-right: 0;
}
.toyodenkiseizo_area .abou_nav ul li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
}
.toyodenkiseizo_area .abou_nav ul li a:hover {
	background-color: #fff;
	color: #0071bcd9;
}
.toyodenkiseizo_area .lp_block {
	background-color: #fff;
	border-radius: 20px;
	margin: 80px auto;
	padding: 20px 40px 40px;
}
.toyodenkiseizo_area .lp_block h2 {
	color: #ff6d3b;
	padding-top: 0;
	margin-bottom: 20px;
}
.toyodenkiseizo_area .lp_block h2 + span {
	color: #ff6d3b;
	font-size: 14px;
	margin-top: -20px;
	margin-bottom: 20px;
	display: block;
}
.toyodenkiseizo_area .lp_block h2::before {
	display: none;
}
.toyodenkiseizo_area .lp_block h3 {
	font-size: 22px;
	font-weight: bold;
	color: #0071bc;
	text-align: center;
}
.toyodenkiseizo_area .lp_block .philosophy_list {
	margin-top: 40px;
	margin-bottom: 40px;
}
.toyodenkiseizo_area .lp_block .philosophy_list li {
	font-size: 24px;
	font-weight: bold;
	color: #0071bc;
}
.toyodenkiseizo_area .lp_block .philosophy_block {
	text-align: center;
	position: relative;
	padding: 40px;
}
.toyodenkiseizo_area .lp_block .philosophy_block img {
	width: 160px;
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li img {
	width: 70px;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li {
	position: absolute;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(1) {
	width: 50px;
	top: 0;
	left: 20%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(2) {
	top: 0;
	right: 20%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(3) {
	top: 28%;
	right: 10%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(4) {
	top: 66%;
	right: 12%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(5) {
	top: 84%;
	right: 25%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(6) {
	width: 50px;
	top: 80%;
	left: 25%;
}
.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(7) {
	width: 60px;
	top: 45%;
	left: 15%;
}

.toyodenkiseizo_area .lp_block .sales_block h3,
.toyodenkiseizo_area .lp_block .employee_block h3 {
	margin-bottom: 20px;
}
.toyodenkiseizo_area .lp_block .sales_block img {
	width: 160px;
	margin: 0 auto;
	display: block;
}
.toyodenkiseizo_area .lp_block .employee_block img {
	width: 140px;
	margin: 0 auto;
	display: block;
}
.toyodenkiseizo_area .lp_block .sales_block .col:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.toyodenkiseizo_area .lp_block .sales_block .col:nth-child(2) p {
	line-height: normal;
}
.toyodenkiseizo_area .lp_block .sales_block .col:nth-child(3) img {
	width: 340px;
}

.toyodenkiseizo_area .lp_block .num_text {
	text-align: center;
	color: #0071bc;
	font-weight: bold;
	font-size: 40px;
}
.toyodenkiseizo_area .lp_block .num_text span:last-child {
	font-size: 30px;
}

.toyodenkiseizo_area .business_block h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.toyodenkiseizo_area .business_block .dl_wrap {
	margin-bottom: 20px;
}
.toyodenkiseizo_area .business_block .dl_wrap dl {
	display: flex;
	margin-bottom: 30px;
}
.toyodenkiseizo_area .business_block .dl_wrap dl dt {
	width: 23%;
	margin-right: 2%;
	padding: 20px 10px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toyodenkiseizo_area .business_block .dl_wrap dl:nth-child(1) dt {
	background-color: #ef822b;
}
.toyodenkiseizo_area .business_block .dl_wrap dl:nth-child(2) dt {
	background-color: #1dade5;
}
.toyodenkiseizo_area .business_block .dl_wrap dl:nth-child(3) dt {
	background-color: #6fb92c;
}
.toyodenkiseizo_area .business_block .dl_wrap dl dd {
	width: 75%;
}
.toyodenkiseizo_area .business_block .inline .col .inline {
	display: flex;
	flex-wrap: wrap;
}
.toyodenkiseizo_area .business_block .inline li {
	flex: auto;
	width: 33%;
	position: relative;
	padding: 6px;
}
.toyodenkiseizo_area .business_block .inline li:hover {
	opacity: 0.8;
}
.toyodenkiseizo_area .business_block .inline li span {
	background-color: #fff;
	text-align: center;
	width: 80%;
	position: absolute;
	bottom: 6%;
	right: 0;
	left: 0;
	padding: 4px;
	margin: 0 auto;
}

.toyodenkiseizo_area .sustainability_block .inline {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.toyodenkiseizo_area .sustainability_block .inline .col:first-child {
	margin-right: 0;
}
.toyodenkiseizo_area .sustainability_block  .inline .col {
	padding: 10px;
}
.toyodenkiseizo_area .sustainability_block .inline .col h3 {
	font-size: 18px;
	margin: 0;
}
.toyodenkiseizo_area .sustainability_block .link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px auto 0;
}
.toyodenkiseizo_area .sustainability_block .link_list li a {
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #0071bc;
	text-decoration: none;
	text-align: center;
}
.toyodenkiseizo_area .sustainability_block .link_list li a:hover {
	color: #fff;
	background-color: #0071bc;
}

.toyodenkiseizo_area .corevalue_block .lp_block {
	min-height: 530px;
}
.toyodenkiseizo_area .corevalue_block .lp_block .inline .col:first-child {
	position: relative;
}
.toyodenkiseizo_area .corevalue_block img {
	display: block;
	margin: 0 auto;
	width: 500px;
}

.toyodenkiseizo_area .history_dl_wrap {
	margin: 40px auto;
}
.toyodenkiseizo_area .history_dl_wrap dl {
	display: flex;
	position: relative;
}
.toyodenkiseizo_area .history_dl_wrap dl::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 8px;
	width: 2px;
	height: 100%;
	background-color: #0071bc;
}
.toyodenkiseizo_area .history_dl_wrap dl dt,
.toyodenkiseizo_area .history_dl_wrap dl dd {
	font-size: 15px;
	font-weight: bold;
}
.toyodenkiseizo_area .history_dl_wrap dl dt {
	width: 12%;
	max-width: 120px;
	padding-left: 30px;
	position: relative;
}
.toyodenkiseizo_area .history_dl_wrap dl dt::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #0071bc;
}
.toyodenkiseizo_area .history_dl_wrap dl dd {
	width: 88%;
	padding-bottom: 40px;
}
.toyodenkiseizo_area .history_dl_wrap dl dd img {
	width: 200px;
}
.toyodenkiseizo_area .history_dl_wrap dl dd img.president {
	width: 120px;
}
.toyodenkiseizo_area .history_dl_wrap dl:last-child::before {
	height: 50%;
}

.toyodenkiseizo_area .history_dl_wrap + .link_block {
	justify-content: space-around;
}
.toyodenkiseizo_area .history_dl_wrap + .link_block .col {
	flex: auto;
	margin: 0;
}
.toyodenkiseizo_area .history_dl_wrap + .link_block a {
	max-width: 320px;
	margin: 0 auto;
}

.toyodenkiseizo_area .link_block .inline {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
.toyodenkiseizo_area .link_block .inline li {
	width: 30%;
}
.toyodenkiseizo_area .link_block a {
	font-size: 14px;
	color: #0071bc;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #0071bc;
	padding: 10px 120px 10px 30px;
	max-width: 320px;
}
.toyodenkiseizo_area .link_block a:hover {
	color: #fff;
	background-color: #0071bc;
	border: 1px solid #0071bc;
}
.toyodenkiseizo_area .memorial_subtext {
	font-size: 12px;
}
@media screen and ( max-width:1185px ) {
	.toyodenkiseizo_area .sustainability_block .inline .col {
		width: 40%;
		padding: 10px;
		flex: auto;
	}
	.toyodenkiseizo_area .history_dl_wrap dl dt {
		width: 22%;
	}
	.toyodenkiseizo_area .link_block .inline {
		align-items: center;
		flex-direction: column;
	}
	.toyodenkiseizo_area .link_block .inline a {
		min-width: 320px;
	}
}
@media screen and ( max-width:680px ) {
	.toyodenkiseizo_area h1 {
		font-size: 30px;
	}
	.toyodenkiseizo_area h1 span {
		font-size: 40px;
	}
	.toyodenkiseizo_area .lp_block h2 {
		font-size: 26px;
	}
	.toyodenkiseizo_area .lp_block .philosophy_list li {
		font-size: 18px;
	}
	.toyodenkiseizo_area .lp_block {
		margin: 40px auto;
		padding: 20px 10px 40px;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block img {
		width: 100px;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li img {
		width: 40px;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(1) {
		width: 30px;
		top: 0;
		left: 10%;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(2) {
		top: 0;
		right: 20%;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(3) {
		top: 30%;
		right: 10%;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(4) {
		right: 0;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(5) {
		right: 20%;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(6) {
		width: 30px;
		top: 80%;
		left: 15%;
	}
	.toyodenkiseizo_area .lp_block .philosophy_block ul li:nth-child(7) {
		width: 40px;
		top: 45%;
		left: 0;
	}

	.toyodenkiseizo_area .lp_block .col .num_text {
		margin-bottom: 80px;
	}
	.toyodenkiseizo_area .lp_block .col:last-child .num_text {
		margin-bottom: 0;
	}

	.toyodenkiseizo_area .business_block .dl_wrap dl {
		display: block;
	}
	.toyodenkiseizo_area .business_block .dl_wrap dl dt {
		margin-right: 0;
		padding: 10px;
		margin-bottom: 10px;
	}
	.toyodenkiseizo_area .business_block .dl_wrap dl dt,
	.toyodenkiseizo_area .business_block .dl_wrap dl dd {
		width: 100%;
	}

	.toyodenkiseizo_area .abou_nav {
		padding: 0;
		background-color: inherit;
	}
	.toyodenkiseizo_area .abou_nav ul {
		flex-wrap: wrap;
	}
	.toyodenkiseizo_area .abou_nav ul li {
		border: 1px solid #fff;
		width: 50%;
		background-color: #0071bcd9;
		text-align: center;
	}
	.toyodenkiseizo_area .business_block .inline {
		flex-direction: row;
	}
	.toyodenkiseizo_area .business_block .inline li {
		width: 50%;
	}
	.toyodenkiseizo_area .business_block .inline li span {
		position: relative;
		bottom: auto;
		right: 0;
		left: 0;
		padding: 4px;
		margin: 0 auto;
	}
	.toyodenkiseizo_area .sustainability_block .inline {
	}
	.toyodenkiseizo_area .sustainability_block .inline .col {
	}
	.toyodenkiseizo_area .history_dl_wrap dl dt,
	.toyodenkiseizo_area .history_dl_wrap dl dd {
		width: 100%;
	}
	.toyodenkiseizo_area .history_dl_wrap dl dd {
		padding-top: 30px;
		margin-left: -80px;
	}
	.toyodenkiseizo_area .history_dl_wrap dl:last-child::before {
		height: 20%;
	}
	.toyodenkiseizo_area .history_dl_wrap + .link_block a {
		margin: 10px auto;
	}
	.toyodenkiseizo_area .link_block .inline li {
		width: 100%;
	}
	.toyodenkiseizo_area .link_block a {
		margin: 10px auto;
		min-width: 100%;
	}
}

.inquiry_text {
	max-width: 100%;
	width: 70%;
	margin: auto;
	padding: 0 15px;
}


#bnr {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f6f6f6;
	padding: 40px 0;
	z-index: 10000;
}
#bnr .inline {
	gap: 4em;
}
#bnr p {
	font-size: 12px;
}
#bnr button {
	display: block;
	width: 80%;
	max-width: 250px;
	margin-left: auto;
	padding: 5px;
	border-radius: 30px;
	background-color: #0a5ba8;
	text-align: center;
	border: none;
	outline: none;
	height: 50px;
	color: #fff;
	font-size: 14px;
}
#bnr a {
	display: inline-block;
	font-size: 12px;
	color: #04388e;
	text-decoration: underline;
	margin-top: 20px;
}
@media screen and ( max-width:680px ) {
	#bnr .inline {
		flex-direction: column-reverse;
		gap: 20px;
	}
	#bnr button {
		margin-right: auto;
	}
}
