@charset "utf-8";

@media screen and (min-width: 720px),print {

/* ============================================================
common
============================================================ */

/* main nav.menu */

main nav.menu {
	padding: 60px 0 35px;
	background: #f6f6f6;
}
main nav.menu .ttl1 {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 30px;
	font-size: 2.6rem;
}
main nav.menu ul {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
main nav.menu ul li {
	float: left;
	margin: 0 0 20px 20px;
}
main nav.menu ul li:nth-child(1),
main nav.menu ul li:nth-child(5) {
	margin: 0 0 20px 0;
}
main nav.menu ul li a {
	display: block;
	width: 260px;
	padding: 20px 0;
	border: solid 1px #999;
	text-align: center;
	font-weight: bold;
}
main nav.menu ul li a:hover {
	background: #fff;
}
main nav.menu li a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
	color: #2a4198;
}
body.ir main nav.menu li:nth-child(6) a:before {
	content: "\f1c1";
	font-family: 'far';
}
main nav.menu li a {
	color: #000;
}
main nav.menu li.current a {
	padding-right: 1em;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198)) !important;
	background: linear-gradient(-270deg,#377dae,#2a4198) !important;
	color: #fff;
}
main nav.menu li.current a:before {
	opacity: 0;
}

/* ============================================================
	toppage
============================================================ */

body.toppage main h2.ttl1 {
	font-family:"メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-weight: normal;
}

body.toppage section.slide_mv {
	display: none;
}

/* mv */

body.toppage main section.mv {
	width: 100%;
	min-width: 1100px;
	height: 825px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
body.toppage main section.mv > div {
	position: relative;
	width: 1100px;
	min-width: 1100px;
	height: 825px;
	margin: 0 auto;
	overflow: hidden;
}
body.toppage main section.mv img {
	display: block;
	width: 100%;
	height: auto;
}
body.toppage main section.mv h1 {
	position: absolute;
	top: 275px;
	left: 275px;
	width: 550px;
	height: 275px;
}
body.toppage main section.mv h1 img {
	opacity: 0;
}
body.toppage main section.mv li {
	opacity: 0;
	position: absolute;
}
body.toppage main section.mv .is-animated {
	-webkit-animation: fade 0.1s linear !important;
	animation: fade 0.1s linear !important;
}
body.toppage main section.mv ul.land li {
	width: 550px;
	height: 275px;
}
body.toppage main section.mv ul.land li:nth-child(1) {top:     0; left:     0;}
body.toppage main section.mv ul.land li:nth-child(2) {top: 550px; left: 550px;}
body.toppage main section.mv.alt ul.land li:nth-child(1) {top:     0; left: 550px;}
body.toppage main section.mv.alt ul.land li:nth-child(2) {top: 550px; left:     0;}
body.toppage main section.mv ul.land li:nth-child(n + 3) {display:none !important;}

body.toppage main section.mv ul.port li {
	width: 275px;
	height: 275px;
}
body.toppage main section.mv ul.port li:nth-child(1) {top:    0; left: 550px;}
body.toppage main section.mv ul.port li:nth-child(2) {top:    0; left: 825px;}
body.toppage main section.mv ul.port li:nth-child(3) {top:275px; left:     0;}
body.toppage main section.mv ul.port li:nth-child(4) {top:275px; left: 825px;}
body.toppage main section.mv ul.port li:nth-child(5) {top:550px; left:     0;}
body.toppage main section.mv ul.port li:nth-child(6) {top:550px; left: 275px;}
body.toppage main section.mv.alt ul.port li:nth-child(1) {top:    0; left:     0;}
body.toppage main section.mv.alt ul.port li:nth-child(2) {top:    0; left: 275px;}
body.toppage main section.mv.alt ul.port li:nth-child(5) {top:550px; left: 550px;}
body.toppage main section.mv.alt ul.port li:nth-child(6) {top:550px; left: 825px;}
body.toppage main section.mv ul.port li:nth-child(n + 7) {display:none !important;}

body.toppage main section.mv li a {
	display: block;
}
body.toppage main section.mv li a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

/* products (--> see common.css) */

/* pickup */

body.toppage main section.pickup {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto 60px;
	padding: 50px 0 60px;
	background: #2a4198;
	color: #fff;
}
body.toppage main section.pickup h2 span {
	color: #fff;
}
body.toppage main section.pickup ul {
	margin: 40px auto 0;
}
body.toppage main section.pickup ul li {
	margin: 0 10px;
}
body.toppage main section.pickup ul li a img {
	width: 540px;
	height: 186px;

}
body.toppage main section.pickup ul li a img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

/* newsrelease */

body.toppage main section.newsrelease {
	position: relative;
	width: 100%;
	min-width: 1100px;
	padding: 50px 0 60px;
	background: #f6f6f6;
	font-size: 1.4rem;
}
body.toppage main section.newsrelease a {
	color: #000;
}
body.toppage main section.newsrelease .inner {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
body.toppage main section.newsrelease h2 {
	margin: 0 0 60px;
}
body.toppage main section.newsrelease div.whatsnew {
	position: relative;
	float: left;
	width: 520px;
}
body.toppage main section.newsrelease div.commodity {
	position: relative;
	float: right;
	width: 520px;
}
body.toppage main section.newsrelease h3 {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #2a4198;
	border-bottom: solid 1px #ccc;
}
body.toppage main section.newsrelease h3:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 90px;
	border-bottom: 1px solid #2a4198;
}
body.toppage main section.newsrelease p {
	position: absolute;
	top: -5px;
	right: 0;
}
body.toppage main section.newsrelease p.list {
	display: flex;
	gap: 5px;
}
body.toppage main section.newsrelease p a {
	display: block;
	padding: 8px 20px 5px 16px;
	border: solid 1px #ccc;
	border-radius: 14px;
}
body.toppage main section.newsrelease p a:before {
	content: '＞';
	position: relative;
	top: 0;
	display: inline-block;
	margin: 0 3px;
	font-weight: bold;
	-webkit-transform:scale(0.6,0.8);
	transform:scale(0.6,0.8);
}

/* nav.top_menu */

body.toppage main nav.top_menu {
	width: 1100px;
	min-width: 1100px;
	margin: 60px auto 80px;
}
body.toppage main nav.top_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body.toppage main nav.top_menu a {
	position: relative;
	display: block;
	width: 260px;
	height: 204px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
body.toppage main nav.top_menu a span {
	width: 260px;
	position: absolute;
	bottom: -1.8em;
	left: 0;
	text-align: center;
}
body.toppage main nav.top_menu a span:before {
	content: url("../img/icon_arrow_right.png");
	display: inline-block;
	position: relative;
	top: 1px;
	left: -8px;
}

/* section.top_link_en */

body.toppage main section.top_link_en {
	width: 1100px;
	min-width: 1100px;
	margin: 140px auto 90px;
}
body.toppage main section.top_link_en h2 {
	margin: 0 0 20px;
	font-size: 2.6rem;
}
body.toppage main section.top_link_en p {
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.6;
}
body.toppage main section.top_link_en p a:before {
	content: none;
}


/* ============================================================
	toppage.slide
============================================================ */

body.toppage.slide {
	overflow: hidden;
	min-width: 1100px;
	background-position: top 38vh center;
}

body.toppage.slide main section.mv {
	display: none !important;
}
body.toppage.slide main section.slide_mv {
	position: relative;
	width: 100%;
	height: 760px;
	display: block;
	overflow: hidden;
}
body.toppage.slide main section.slide_mv .slick-track li {
	width: 100%;
	height: 760px;
	overflow: hidden;
}
body.toppage.slide main section.slide_mv .slick-track a img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
body.toppage.slide main section.slide_mv .slick-track img {
	display: block;
	width: 100%;
/*	min-width: 1400px; for ipad add pdc 190920  */
	height: auto;
}

body.toppage.slide main section.slide_mv button {
	padding: 0;
	border: none;
	outline: none;
}
body.toppage.slide main section.slide_mv button:hover {
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
body.toppage.slide main section.slide_mv button span {
	display: none;
}

body.toppage.slide main section.slide_mv .slick-arrow {
	position: absolute;
	top: 355px;
	z-index: 1;
	width: 50px;
	height: 50px;
}
body.toppage.slide main section.slide_mv .slick-prev {
	left: calc( (100vw - 1100px) / 2 - 80px );
	background: url("../../img/mv_icon_prev.png");
}
body.toppage.slide main section.slide_mv .slick-next {
	right: calc( (100vw - 1100px) / 2 - 80px );
	background: url("../../img/mv_icon_next.png");
}

body.toppage.slide main section.slide_mv .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 99;
	width: 100%;
	min-width: 1100px;
	text-align: center;
}
body.toppage.slide main section.slide_mv .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
body.toppage.slide main section.slide_mv .slick-dots li:only-child {
	display: none;
}
body.toppage.slide main section.slide_mv .slick-dots li button {
	width: 14px;
	height: 14px;
	background: url("../../img/mv_pager_dot.png");
}
body.toppage.slide main section.slide_mv .slick-dots .slick-active button {
	background: url("../../img/mv_pager_current.png");
}


/* ============================================================
	corporate
============================================================ */

body.corporate main nav.menu li:nth-child(5) {
	margin: 0 0 20px 20px;
}
body.corporate main nav.menu a {
	width: 204px;
}

/* body.corporate.message
-------------------------------------------------------------*/

body.corporate.message section.contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.6;
	font-size: 1.4rem;
}
body.corporate.message section.contents dl {
	position: relative;
	left: -50px;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 30px;
	padding: 60px 580px 0 90px;
}

body.corporate.message section.contents dt {
	margin: 0 0 40px;
	font-family: 'Noto',sans-serif;
	font-size: 2.4rem;
}
body.corporate.message section.contents dt span.sub {
	display: block;
	margin: 0 0 22px;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.message section.contents dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 10px 0 15px;
	border-top: solid 1px #2a4198;
}
body.corporate.message section.contents dd.copy {
	margin: 0 0 30px;
	line-height: 1.4;
	font-family: 'Noto_min',serif;
	font-size: 3.2rem;
	color: #2a4198;
}
body.corporate.message section.contents dd.txt {
	margin: 0 0 30px;
}
body.corporate.message section.contents dd.txt p {
	margin: 0 0 1.4em;
	line-height: 1.9;
}
body.corporate.message section.contents dd.name {
	text-align: right;
	line-height: 1.9;
	font-size: 2rem;
}
body.corporate.message section.contents dd.name span {
	font-size: 1.5rem;
}
body.corporate.message section.contents dd.img {
	position: absolute;
	bottom: 0;
	right: 0;
}
body.corporate.message section.contents dd.img img {
	width: 520px;
}


/* nav.nav_message */

body.corporate.message nav.nav_message {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}
body.corporate.message nav.nav_message ul {
	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;
	width: 1100px;
	min-width: 1100px;
	margin: 50px auto 0;
}
body.corporate.message nav.nav_message li {
	margin: 0 0 24px;
}
body.corporate.message nav.nav_message li:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
body.corporate.message nav.nav_message ul li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
body.corporate.message nav.nav_message ul li dt {
	padding: 16px 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
}
body.corporate.message nav.nav_message ul li dt:before {
	content: '>';
	position: relative;
	left: -5px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 2.2rem;
	color: #2a4198;
}
body.corporate.message nav.nav_message ul li dd {
	width: 260px;
	height: 200px;
}
body.corporate.message nav.nav_message ul li dd img {
	display: block;
	width: 260px;
	height: 200px;
}


/* body.corporate.idea
-------------------------------------------------------------*/

body.corporate.idea section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

body.corporate.idea section.contents p {
	line-height: 1.8;
}
body.corporate.idea section.contents p.copy {
	margin: 0 0 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.idea section.contents p.img {
	margin: 0 0 20px;
	text-align: center;
}
body.corporate.idea section.contents p.center {
	margin: 0 0 20px;
}

body.corporate.idea section.contents dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.8;
	margin: 40px 0 0;
	padding: 0 15%;
}

body.corporate.idea section.contents dl dt,
body.corporate.idea section.contents dl dd {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #ccc;
}
body.corporate.idea section.contents dl dt:nth-of-type(5),
body.corporate.idea section.contents dl dd:nth-of-type(5) {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
body.corporate.idea section.contents dl dt {
	width: 43%;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.idea section.contents dl dd {
	width: 57%;
}

/* ul.analects */

body.corporate.idea section.contents ul.analects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
}

body.corporate.idea section.contents ul.analects li {
	position: relative;
	width: 430px;
	margin: 1.5em 0;
	padding: 20px 20px;
	text-align: center;
	line-height: 1.6;
	color: #555;
	background: #025bb9;
	border-radius: 6px;
	color: #fff;
}
body.corporate.idea section.contents ul.analects li:nth-child(5) {
	width: 360px;
}
body.corporate.idea section.contents ul.analects li:nth-child(6) {
	width: 270px;
}
body.corporate.idea section.contents ul.analects li:nth-child(7) {
	width: 190px;
	padding-top: calc( 20px + 1.5em );
}
body.corporate.idea section.contents ul.analects li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #025bb9;
}
body.corporate.idea section.contents ul.analects strong {
	font-size: 2rem;
	font-weight: bold;
	color: #ffff95;
}

/* body.corporate.about
-------------------------------------------------------------*/

body.corporate.about section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

/* dl.outline */

body.corporate.about dl.outline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px;
	border-top: solid 1px #ccc;
}
body.corporate.about dl.outline a {
	color: #0093ff;
	text-decoration: underline;
}
body.corporate.about dl.outline > dt,
body.corporate.about dl.outline > dd {
	padding: 15px 0 12px;
	border-bottom: solid 1px #ccc;
	line-height: 1.8;
	font-size: 1.4rem;
}
body.corporate.about dl.outline > dt {
	width: 170px;
	font-weight: bold;
}
body.corporate.about dl.outline > dd {
	width: 930px;
}
body.corporate.about dl.outline a.map {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 10px 3px;
	border-radius: 6px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #2a4198;
	text-decoration: none;
}

body.corporate.about table.sales {
	width: auto;
}
body.corporate.about table.sales th,
body.corporate.about table.sales td {
	padding: 8px 75px 5px;
}
body.corporate.about table.sales tbody th {
	color: #000;
}
body.corporate.about table.sales tfoot td {
	text-align: right;
	border: none;
	padding: 8px 0 0;
}

body.corporate.about table.officer {
	width: auto;
}
body.corporate.about table.officer th,
body.corporate.about table.officer td {
	padding: 0 0 6px;
	text-align: left;
	border: none;
}
body.corporate.about table.officer tbody th {
	padding-right: 40px;
	font-weight: normal;
	color: #000;
}
body.corporate.about table.officer tfoot td {
	position: relative;
	left: 5em;
	text-align: right;
}

body.corporate.about ul.related {
	-webkit-column-count: 2;
	column-count: 2;
	width: 680px;
}
body.corporate.about ul.related li {
	width: 340px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}


/* iso */

body.corporate.about article.iso {
	overflow: hidden;
}
body.corporate.about article.iso dl:nth-of-type(1) {
	float: left;
	width: 490px;
}
body.corporate.about article.iso dl:nth-of-type(2) {
	float: right;
	width: 490px;
}
body.corporate.about article.iso dt {
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.about article.iso dd {
	margin: 0 0 -10px;
}

body.corporate.about article.iso ol li {
	position: relative;
	counter-increment: num;
	margin: 0 0 15px;
	padding: 0 0 10px 2.8em;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
}
body.corporate.about article.iso ol li:before {
	content: counter(num,decimal-leading-zero);
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 2.2rem;
	color: #2a4198;
}

body.corporate.about article.iso ul li {
	position: relative;
	padding: 0 0 10px 1.2em;
}
body.corporate.about article.iso ul li:before {
	content: "\f111";
	font-family: 'fas';
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 1rem;
	color: #2a4198;
}

/* activities */

body.corporate.about article.activities dl {
	margin: 0 0 -10px;
}
body.corporate.about article.activities dt {
	margin: 15px 0 5px;
	padding: 20px 0 0;
	border-top: solid 1px #ccc;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.about article.activities dt:first-child {
	margin: 0 0 5px;
	padding: 10px 0 0;
	border-top: none;
}
body.corporate.about article.activities ul li {
	position: relative;
	padding: 0 0 6px 1.2em;
}
body.corporate.about article.activities ul li:before {
	content: "\f111";
	font-family: 'fas';
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 1rem;
	color: #2a4198;
}

/* pdf */

body.corporate.about article.pdf ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 895px;
	margin: 40px auto -15px;
}
body.corporate.about article.pdf a {
	display: block;
	text-align: center;
}
body.corporate.about article.pdf a:before {
	content: none;
}
body.corporate.about article.pdf span {
}
body.corporate.about article.pdf span:before {
	content: "\f1c1";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'far';
	font-size: 3rem;
	color: #ce323b;
}

/* body.corporate.map
-------------------------------------------------------------*/

body.corporate.map section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	text-align: center;

}
body.corporate.map section.contents p.txt {
	margin: 0 0 30px;
	line-height: 1.8;
}
body.corporate.map section.contents p.img {
	margin: 0 0 30px;
	line-height: 1.8;
}
body.corporate.map section.contents ul {
	margin: 0 auto;
	line-height: 1.8;
}
body.corporate.map section.contents p.btn {
	display: inline-block;
}

/* body.corporate.chart
-------------------------------------------------------------*/

body.corporate.chart section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

/* chart_lang */

body.corporate.chart ul.chart_lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin: 0 0 40px;
}
body.corporate.chart ul.chart_lang dl {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	width: 530px;
	padding: 40px 0 40px;
	border: solid 1px #2a4198;
}
body.corporate.chart ul.chart_lang dl dt {
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.corporate.chart ul.chart_lang dl dt span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.7rem;
}
body.corporate.chart ul.chart_lang dl dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}
body.corporate.chart ul.chart_lang dd.txt {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 1.8rem;
}
body.corporate.chart ul.chart_lang dd a {
	display: block;
	padding: 12px 4em 10px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 1.4rem;
}
body.corporate.chart ul.chart_lang dd a:before {
	content: "\f1c1";
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-family: 'far';
	font-size: 2.4rem;
}

/* getpdf */

main p.getpdf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 40px;
	padding: 30px 30px 20px ;
	line-height: 1.6;
	border: solid 5px #ccc;
	font-size: 1.4rem;
}
main p.getpdf img {
	padding-right: 40px;
}

/* related */

body.corporate.chart article.related dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.8;
}
body.corporate.chart article.related dt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.chart article.related dd.txt {
	width: 720px;
}
body.corporate.chart article.related dd:nth-child(8) {
	width: 575px;
}
body.corporate.chart article.related dd.txt p {
	margin: 0 0 10px;
}
body.corporate.chart article.related dd.img {
	padding: 5px 0 0;
}
body.corporate.chart article.related dd.img span {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

/* overseas */

body.corporate.chart article.overseas dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 -10px;
	line-height: 1.8;
}
body.corporate.chart article.overseas dt,
body.corporate.chart article.overseas dd {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}
body.corporate.chart article.overseas dt:nth-of-type(4),
body.corporate.chart article.overseas dd:nth-of-type(4) {
	margin: 0;
	border-bottom: none;
}
body.corporate.chart article.overseas dt {
	width: 270px;
	font-weight: bold;
	color: #2a4198;
}
body.corporate.chart article.overseas dd {
	width: 745px;
}

/* china */

body.corporate.chart article.china {
	overflow: hidden;
}
body.corporate.chart article.china ol:nth-of-type(1) {
	float: left;
	width: 490px;
}
body.corporate.chart article.china ol:nth-of-type(2) {
	float: right;
	width: 490px;
}
body.corporate.chart article.china ol > li {
	padding: 5px 0 2px;
	text-align: center;
	color: #fff;
}
body.corporate.chart article.china ol > li:nth-child(1) {
	position: relative;
	margin: 0 0 25px;
	background: #3e98d7;
}
body.corporate.chart article.china ol > li:nth-child(1):after {
	content: url("../img/icon_triangle_down.png");
	position: absolute;
	bottom: -30px;
	left: 230px;
}
body.corporate.chart article.china ol > li:nth-child(2) {
	margin: 0 0 25px;
}

body.corporate.chart article.china ol > li:nth-child(2) dt {
	padding: 5px 0 2px;
	text-align: center;
	color: #fff;
	background: #2a4198;
}
body.corporate.chart article.china ol > li:nth-child(2) dd {
	height: 340px;
	padding: 25px 0 0;
	border: solid 1px #ccc;
	border-top: none;
	color: #000;
}
body.corporate.chart article.china ol > li:nth-child(3) {
	position: relative;
	background: #2a9498;
}
body.corporate.chart article.china ol > li:nth-child(3):after {
	content: url("../img/icon_triangle_down.png");
	position: absolute;
	bottom: 31px;
	left: 230px;
}

body.corporate.chart article.china ol > li:nth-child(2) dd span {
	display: block;
	font-weight: bold;
	color: #2a4198;
}

body.corporate.chart article.china ol > li:nth-child(2) dd ul {
	margin: 10px 30px 0;
}

body.corporate.chart article.china ol > li:nth-child(2) dd li {
	position: relative;
	text-align: left;
	padding: 0 0 6px 1em;
}
body.corporate.chart article.china ol > li:nth-child(2) dd li:before {
	content: "\f111";
	font-family: 'fas';
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 1rem;
	color: #2a4198;
}
body.corporate.chart article.china ol:nth-of-type(2) dd li:nth-child(4),
body.corporate.chart article.china ol:nth-of-type(2) dd li:nth-child(5) {
	position: relative;
	top: -62px;
	left: 230px;
}

/* body.corporate.history
-------------------------------------------------------------*/

body.corporate.history section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 1.4rem;
}
body.corporate.history section.contents dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.8;
	border-top: solid 1px #ccc;

}
body.corporate.history section.contents dt,
body.corporate.history section.contents dd {
	padding: 16px 0 13px;
	border-bottom: solid 1px #ccc;
}
body.corporate.history section.contents dt {
	width: 110px;
	font-weight: bold;
}
body.corporate.history section.contents dd {
	width: 990px;
}

/* ============================================================
	business
============================================================ */

/* body.business
-------------------------------------------------------------*/

body.business section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 10px auto 0;
	line-height: 1.8;
	font-size: 1.6rem;
}
body.business section.contents article {
	margin: 0 0 70px;
	padding: 55px;
	text-align: center;
	border: solid 10px #2a4198;
}
body.business section.contents article h2 {
	margin: 0 0 20px;
	font-family: "メイリオ",Meiryo,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,sans-serif;
	font-size: 2.8rem;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	color: #2a4198;
}
body.business section.contents article p {
	margin: 0 0 20px;
	line-height: 2.2;
	text-align: left;
}
body.business section.contents p.business_lead {
	margin: 0 0 10px;
	text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.2rem;
	font-weight: bold;
	color: #000;
}
body.business section.contents article p img {
	display: block;
	margin: 40px auto 0;
}
body.business section.contents article p.img img {
	position: relative;
	top: 5px;
	left: -15px;
}

/* ============================================================
	ir
============================================================ */

/* body.ir_index
-------------------------------------------------------------*/

body.ir_index main section.contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 1.4rem;
}
body.ir_index main section.contents a {
	color: #000;
}
body.ir_index main dl {
	margin: 0 0 20px;
}
body.ir_index main  dd {
	border-bottom: solid 1px #ccc;
}
body.ir_index main p a {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 9px 0 6px;
	text-align: center;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff !important;
	font-size: 1.4rem;
}
body.ir_index main p a:before {
	content: '>';
	position: relative;
	left: -5px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.7rem;
}

/* news_index */

body.ir_index main .news_index {
	width: 490px;
}
body.ir_index main .news_index h2 {
	margin: 0 0 30px;
	font-size: 2.8rem;
}

/* misc */

body.ir_index main .misc {
	width: 280px;
	padding: 20px;
	border: solid 1px #2a4198;
}
body.ir_index main .misc h2 {
	margin: 0;
	font-size: 2.2rem;
}
body.ir_index main .misc h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 10px auto 15px;
	border-top: solid 1px #2a4198;
}
body.ir_index main .misc.library dt {
	padding: 14px 0 0;
}
body.ir_index main .misc.library dd {
	padding: 0 0 10px;
}
body.ir_index main .misc.library dd a:before {
	content: none;
}
body.ir_index main .misc.library dd a:after {
	content: "\f1c1";
	position: relative;
	top: 1px;
	font-family: 'far';
	font-size: 1.9rem;
	color: #c7121d;
}
body.ir_index main .misc.calendar dt {
	padding: 14px 0 0;
	font-weight: bold;
}
body.ir_index main .misc.calendar dd {
	padding: 2px 0 8px;
}

/* ir_index_menu */

body.ir_index main nav.ir_index_menu {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.ir_index main nav.ir_index_menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 60px;
}

body.ir_index main nav.ir_index_menu ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
body.ir_index main nav.ir_index_menu ul a:before {
	content: '>';
	position: relative;
	left: -5px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.7rem;
}

body.ir_index main nav.ir_index_menu ul a[href$=".pdf"]:after {
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
}


/* body.ir.library
-------------------------------------------------------------*/

body.ir.library main section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.ir.library main ul.library_index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}
body.ir.library main ul.library_index dl {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	width: 530px;
	height: 320px;
	border: solid 1px #2a4198;
}
body.ir.library main ul.library_index dl dt {
	margin: 40px 0 0;
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.ir.library main ul.library_index dl dt span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.7rem;
}
body.ir.library main ul.library_index dl dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}
body.ir.library main ul.library_index dd.txt {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 1.8rem;
	font-weight: bold;
}
body.ir.library main ul.library_index dd a {
	display: block;
	padding: 12px 4em 10px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 1.4rem;
}
body.ir.library main ul.library_index dd a:before {
	content: '>';
	display: inline-block;
	margin-right: 3px;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.7rem;
}

/* list */

body.ir.library main section.contents td a:before {
	display: inline-block;
	vertical-align: middle;
	padding-right: 12px;
	color: #c7121d;
	font-size: 3rem;
}

body.library main section.contents > p.btn {
	margin: -40px 0 -30px;
	text-align: right;
}

/* body.ir-news
-------------------------------------------------------------*/

body.ir-news main section.contents {
	width: 1100px;
	min-width: 1100px;
}

/* body.ir_contact
-------------------------------------------------------------*/

body.ir_contact main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 30px;
}

/* nav */

body.ir_contact main section.contents nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 40px;
}
body.ir_contact main section.contents nav li {
	width: 530px;
	padding: 35px;
	text-align: center;
	border: solid 1px #2c4d9d;
}
body.ir_contact main section.contents nav dt {
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.ir_contact main section.contents nav dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}

body.ir_contact main section.contents nav dd a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
body.ir_contact main section.contents nav dd a:before {
	content: '>';
	position: relative;
	top: 1px;
	left: -4px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #fff;
}

/* article.box */

body.ir_contact main section.contents .box p {
	margin: 40px 0 0;
	line-height: 1.8;
}
body.ir_contact main section.contents .box table {
	width: auto;
	margin:40px 0;
	font-size: 1.6rem;
}
body.ir_contact main section.contents .box table th {
	padding: 20px 4em 20px 0;
	text-align: left;
	color: #2a4198;
	border-top: none;border-left: none;border-right: none;
}
body.ir_contact main section.contents .box table td {
	padding: 20px 0 20px;
	text-align: left;
	border-top: none;border-left: none;border-right: none;
	font-weight: bold;
}
body.ir_contact main section.contents .box table tr:first-child th,
body.ir_contact main section.contents .box table tr:first-child td {
	padding-top: 0;
}

/* body.ir_form
-------------------------------------------------------------*/

body.ir_form main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 40px;
}

body.ir_form main section.contents p {
	margin: 0 0 20px;
	line-height: 1.8;
}
body.ir_form main section.contents p a {
	color: #0093ff;
}

/* --> see common form.inquiries */

/* body.ir_calendar
-------------------------------------------------------------*/

body.ir_calendar main section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

/* article.calendar */

body.ir_calendar main article.calendar dl {
	margin: 30px 0;
	line-height: 1.6;
}
body.ir_calendar main article.calendar dt {
	margin: 0 0 8px;
	padding: 9px 0 5px;
	text-align: center;
	background: #eaeaea;
	color: #2a4198;
	font-size: 1.8rem;
	font-weight: bold;
}
body.ir_calendar main article.calendar table {
	margin: 0 0 30px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 1.6rem;
}
body.ir_calendar main article.calendar tbody {
	display: block;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}
body.ir_calendar main article.calendar tr {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	display: block;
	padding: 14px 0 12px;
	border-bottom: solid 1px #ccc;
}
body.ir_calendar main article.calendar tr.pc {
	border-bottom: solid 1px #fff;
}
body.ir_calendar main article.calendar th,
body.ir_calendar main article.calendar td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}
body.ir_calendar main article.calendar th {
	width: 7em;
}
body.ir_calendar main article.calendar p {
	margin: 30px 0 0;
	line-height: 1.6;
}

/* article.stockholder */

body.ir_calendar main article.stockholder ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 35px 0 0;
}
body.ir_calendar main article.stockholder li {
}
body.ir_calendar main article.stockholder li a {
	display: block;
	width: 490px;
	padding: 14px 0 16px;
	text-align: center;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
}
body.ir_calendar main article.stockholder li a:after {
	content: "\f35d";
	position: relative;
	top: -2px;
	display: inline-block;
	margin-left: 6px;
	font-family: 'fas';
	font-size: 1.4rem;
	color: #fff;
}

/* article.incentives */

body.ir_calendar main article.incentives {
	margin-bottom: 30px;
}

body.ir_calendar main article.incentives table {
	margin: -10px 0 -20px;
	line-height: 1.8;
	font-size: 1.6rem;
}
body.ir_calendar main article.incentives tr {
	display: block;
	padding: 16px 0 14px;
	border-bottom: solid 1px #ccc;
}
body.ir_calendar main article.incentives tr:last-child {
	border-bottom: none;
}
body.ir_calendar main article.incentives th,
body.ir_calendar main article.incentives td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}
body.ir_calendar main article.incentives th {
	width: 14.5em;
}
body.ir_calendar main article.incentives p {
	margin: 0 0 15px;
}
body.ir_calendar main article.incentives p:last-child {
	margin: 0;
}

/* body.strategy
-------------------------------------------------------------*/

body.strategy main section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.strategy main article dl {
	margin: 30px 0;
	line-height: 1.8;
}
body.strategy main article dt {
	margin: 0 0 20px;
	padding: 9px 0 5px;
	text-align: center;
	background: #eaeaea;
	color: #2a4198;
	font-size: 1.8rem;
	font-weight: bold;
}
body.strategy main article dd {
	margin: 0 0 20px;
}
body.strategy main article dd.copy {
	margin: 0 0 10px;
	color: #2a4198;
	font-size: 1.8rem;
	font-weight: bold;
}
body.strategy main article dd.center {
	margin: 60px 0 60px;
}

/* body.locus
-------------------------------------------------------------*/

body.locus main section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.locus main section.contents > p {
	line-height: 1.8;
}

/* ul.anchor */

body.locus main ul.anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 40px;
}
body.locus main ul.anchor li {
	margin: 0 0 15px;
}
body.locus main ul.anchor li a {
	display: block;
	width: 265px;
	padding: 10px 10px 8px;
	color: #2a4198;
	border: solid 1px #2a4198;
	border-radius: 6px;
}
body.locus main ul.anchor li:first-child a {
	width: 1100px;
}
body.locus main ul.anchor li a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
}

/* article */

body.locus .contents article {
	padding: 40px 40px 10px;
	border: solid 1px #2a4198;
	line-height: 1.8;
}
body.locus .contents article h3 {
	width: 1100px;
	min-width: 1100px;
	margin: -41px 0 30px -41px;
	line-height: 1;
}
body.locus .contents article h3 strong {
	color: #b6d4ff;
}
body.locus .contents article p {
	margin: 0 0 20px;
	text-align: justify;
}
body.locus .contents article p.center {
	text-align: center;
}
body.locus .contents article p.line {
	padding: 10px 0 0;
	border-top: dotted 1px #ccc;
}
body.locus .contents article p.btn {
	text-align: left;
}
body.locus .contents article > ul.plain {
	margin: 0 0 20px;
}
body.locus .contents article > ul.plain li {
	list-style: disc;
	margin-left: 1.5em;
}

body.locus .contents article p.btn_img {
	margin: 0 0 30px;
	text-align: center;
}
body.locus .contents article p.btn_img a {
	display: inline-block;
	padding: 10px 20px 8px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	border-radius: 6px;
}
body.locus .contents article p.btn_img a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
}

/* modal */

body.locus.fixed {
	overflow: hidden;
}

header > nav.locus_fixed {
	-webkit-transform: translate(-7px,0);
	transform: translate(-7px,0);
}

body.ir.locus > div.entire {
	position: static;
	width: 100%;
	height:100%;
}
body.ir.locus.fixed > div.entire {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
}
body.locus div.ovl {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height:100vh;
	background: rgba(0,0,0,0.5);
}
body.locus div.ovl_inner_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height:100%;
	overflow: auto;
	padding: 50px 0;
}
body.locus div.ovl_inner_2 {
	position: relative;
	left: -10px;
	width: 1000px;
	padding: 50px;
	background: #fff;
	border-radius: 6px;
}
body.locus div.ovl_inner_2 > a {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: url("../img/btn_menu_close.png");
}
body.locus div.ovl_inner_2 > dl {
}
body.locus div.ovl_inner_2 > dl > dt {
	margin: 0 0 30px;
	padding: 10px 20px 5px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	border-radius: 6px;
	font-size: 1.8rem;
	font-weight: bold;
}
body.locus div.ovl_inner_2 > dl > dd {
	margin: 0 0 20px;
}
body.locus div.ovl_inner_2 > dl > dd:last-child {
	margin: 0;
}
body.locus div.ovl_inner_2 > dl >  dd.col {
	padding: 10px 20px 8px;
	background: #eee;
	font-size: 1.8rem;
	color: #2a4198;
}
body.locus div.ovl_inner_2 dd.col ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
body.locus div.ovl_inner_2 dd.col li {
	margin-right: 25px;
	font-size: 1.6rem;
}
body.locus div.ovl_inner_2 dd.col li:before {
	content: "\f192";
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 4px;
	font-family: 'fas';
	font-size: 1.2rem;
}
body.locus div.ovl_inner_2 dd dl {
	padding: 0 0 15px;
	border-bottom: dotted 1px #ccc;
}
body.locus div.ovl_inner_2 dd dt {
	margin: 12px 0 0;
	padding: 15px 0 0;
	border-top: dotted 1px #ccc;
	font-weight: bold;
}
body.locus div.ovl_inner_2 dd ol li {
	list-style: decimal;
	margin-left: 1.5em;
}
body.locus div.ovl_inner_2 dd ul.plain li {
	list-style: disc;
	margin-left: 1.5em;
}

/* graph all */

body.locus .contents article p.btn_img {
	margin: 0 0 30px;
	text-align: center;
}
body.locus .contents article p.btn_img a {
	display: inline-block;
	padding: 10px 20px 8px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	border-radius: 6px;
}
body.locus .contents article p.btn_img a:before {
	content: "\f105";
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
	font-size: 1.8rem;
}

body.locus div.ovl_inner_2.alt {
	width: 94%;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
}
body.locus div.ovl_inner_2.alt > a {
}

body.locus div.ovl_inner_2 p {
	padding: 80px 0 0  !important;
	text-align: center;
}
body.locus div.ovl_inner_2 p img {
	width: 100%;
	max-width: 1101px;
}

/* box */

body.locus div.box {
	margin: 0 0 30px;
	padding: 20px 20px 20px;
	background: #efefef;
	border: solid 1px #ddd;
	border-radius: 6px;
	font-size: 1.4rem;
}
body.locus div.box table {
	width: auto;
	margin: 0 0 -10px;
}
body.locus div.box table th,
body.locus div.box table td {
	padding: 0 0 10px;
	line-height: 1.6;
	border: none;
	text-align: left;
	vertical-align: top;
}
body.locus div.box table th {
	padding: 0 20px 10px 0;
	white-space: nowrap;
	color: #2a4198;
}
body.locus div.box ul.plain li {
	list-style: disc;
	margin-left: 1.5em;
}
body.locus div.box ul.plain li strong {
	font-weight: bold;
	color: #2a4198;
}
body.locus div.box dt {
	margin: 12px 0 0;
	padding: 15px 0 5px;
	border-top: dotted 1px #ccc;
	font-weight: bold;
	color: #2a4198;
}
body.locus div.box dt:first-child {
	margin: 0;
	padding: 0 0 5px;
	border: none;
}
body.locus div.box dl + p {
	margin: 20px 0 0;
}

/* specific */

article#cell-1997 {
	overflow: hidden;
}
article#cell-1997 p:nth-of-type(1){
	float: left;
	width: 500px;
}
article#cell-1997 p:nth-of-type(2){
	float: right;
	width: 460px;
}
article#cell-1997 img {
	width: 460px;
	height: auto;
}

/* ============================================================
	producst
============================================================ */

/* index
-------------------------------------------------------------*/

body.products.index main section.products {
	display: none;
}

/* section.mainvisual */

body.products main section.mainvisual {
	width: 100%;
	min-width: 1100px;
}
body.products main section.mainvisual p.text {
	margin: 0 0 90px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold !important;
	letter-spacing: 0.1em;
	color: #1c50a5;
}
body.products main section.mainvisual p.copy {
	margin: 120px 0 30px;
	text-align: center;
}

/* section.recommend */

body.products main section.recommend {
	width: 100%;
	min-width: 1100px;
	margin: 50px auto 50px;
	padding: 50px 0 10px;
	background: #f6f6f6;
	overflow: hidden;
}
body.products main section.recommend div {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.products main section.recommend ul {
	position: relative;
	width: 940px;
	height: 320px;
	margin: 40px auto 45px;
}
body.products main section.recommend ul li {
	width: 940px;
	height: 320px;
	margin: 0 auto 45px;
}
body.products main section.recommend ul li a {
}
body.products main section.recommend ul span.arrow {
	position: absolute;
	top: 135px;
	z-index: 99;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
body.products main section.recommend ul span.arrow:hover {
	opacity: 0.6;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
body.products main section.recommend ul span.arrow {
	position: absolute;
	top: 135px;
	z-index: 99;
	width: 50px;
	height: 50px;
}
body.products main section.recommend ul span.arrow.prev {
	background: url("../img/btn_prev.png");
	left: -80px;
}
body.products main section.recommend ul span.arrow.next {
	background: url("../img/btn_next.png");
	right: -80px;
}

/* section.products */

body.products main section.products {
	width: 100%;
	min-width: 1100px;
	margin-bottom: 60px;
	padding: 50px 0 20px;
	background: #f6f6f6;
}
body.products main section.products ul {
	width: 1100px;
	min-width: 1100px;
	margin: 40px auto;
}

/* section.onlineshop */

body.products main section.onlineshop {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 20px;
	border-top: solid 1px #ccc;
}
body.products main section.onlineshop ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 45px auto 25px;
}
body.products main section.onlineshop ul li:nth-child(5n):last-child {
	margin-right: 0;
}
body.products main section.onlineshop ul li:nth-child(5n-1):last-child {
	margin-right: 225px;
}
body.products main section.onlineshop ul li:nth-child(5n-2):last-child {
	margin-right: 449px;
}
body.products main section.onlineshop ul li:nth-child(5n-3):last-child {
	margin-right: 673px;
}
body.products main section.onlineshop ul li:nth-child(5n-4):last-child {
	margin-right: 897px;
}
body.products main section.onlineshop ul a {
	display: block;
	width: 204px;
	margin: 0 0 30px;
	text-align: center;
	color: #7d7d7d;
}
body.products main section.onlineshop ul span {
	display: block;
	margin: 0 0 10px;
	font-size: 1.4rem;
}
body.products main section.onlineshop ul img {
	display: block;
}

/* add 0416 */

p.imagepicture {
	margin: -10px auto 70px !important;
	width: 1100px;
}
p.imagepicture img {
	display: block;
	width: 1100px;
}
section.logo_box.brand_link {
	margin: -60px auto 0 !important;
}


/* brand
-------------------------------------------------------------*/

/* section.logo_box */

body.products main section.logo_box {
	padding: 70px 0;
	text-align: center;
}
body.products main section.logo_box h2 {
	margin: 0 0 60px;
	font-family: 'Noto',sans-serif;
	font-size: 4rem;
}
body.products main section.logo_box dt {
	padding: 14px 0 10px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 2rem;
	color: #fff;
}
body.products main section.logo_box dd {
	padding: 30px 0 10px;
	border: solid 4px #ccc;
	border-top: none;
}
body.products main section.logo_box ul {
	margin: 0;
}
body.products main section.logo_box ul li {
	display: inline-block;
	margin: 0 15px 10px;
	vertical-align: middle;
}
body.products main section.logo_box p {
	margin: 10px 30px 10px;
	line-height: 1.6;
}

/* section.category_name */

body.products main section.category_name {
	text-align: center;
}
body.products main section.category_name p {
	margin: 0 0 30px;
	padding: 14px 0 10px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 2rem;
	color: #fff;
}
body.products main section.category_name h3 {
	margin: 0 0 30px;
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}

/* section.brand_box */

body.products main section.brand_box {
	margin: 0 auto 60px;
	padding: 40px 40px 40px;
	border: solid 1px #2a4198;
}

body.products main section.brand_box article {
	overflow: hidden;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: solid 1px #ccc;
}
body.products main section.brand_box article:last-child {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
body.products main section.brand_box article p.img {
	float: left;
	width: 175px;
}
body.products main section.brand_box article dl {
	float: right;
	width: 800px;
}
body.products main section.brand_box article p.img img {
	display: block;
	margin: 0 auto;
}
body.products main section.brand_box article p.img img + img {
	margin: 15px auto 0;
}
body.products main section.brand_box article dt {
	margin: 0 0 26px;
	padding: 10px 0 6px 14px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	font-size: 1.8rem;
	color: #fff;
}
body.products main section.brand_box article dd.copy {
	margin: 0 0 16px;
	line-height: 1.4;
	font-size: 1.8rem;
	color: #2a4198;
}
body.products main section.brand_box article dd.text {
	line-height: 1.9;
	font-size: 1.6rem;
}
body.products main section.brand_box article dd.text p {
	margin: 0 0 10px;
}
body.products main section.brand_box article dd.text strong {
	font-weight: bold;
}
body.products main section.brand_box article dd.text p a {
	color: #0093ff;
	text-decoration: underline;
}
body.products main section.brand_box article dd.text p a {
	color: #0093ff;
	text-decoration: underline;
}
body.products main section.brand_box article dd.text p a[href$=".pdf"]:before {
	color: #f00;
	padding-right: 5px;
}

/* nav.link */

body.products main nav.link {
	display: none;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 50px;
	text-align: center;
}

/* nav.showroom */

body.products main nav.showroom {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 30px;
	background: #f6f6f6;
}
body.products main nav.showroom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.products main nav.showroom ul li {
	margin: 0 20px;
}
body.products main nav.showroom li a {
	display: inline-block;
	padding: 18px 30px 14px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	border-radius: 6px;
	font-size: 2.2rem;
	color: #fff;
}
body.products main nav.showroom p a:hover {
	opacity: 0.9;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* contact
-------------------------------------------------------------*/

/* index */

body.products.contact section.contents {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}
body.products.contact main dl.contact_index {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	height: 240px;
	margin: 0 0 40px;
	border: solid 1px #2a4198;
}
body.products.contact main dl.contact_index dt {
	margin: 40px 0 0;
	text-align: center;
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.products.contact main dl.contact_index dt span {
	display: block;
	margin-top: 15px;
	font-family: 'MontserratBold',sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #2a4198;
}
body.products.contact main dl.contact_index dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}
body.products.contact main dl.contact_index dd a {
	display: block;
	padding: 18px 4em 16px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 1.8rem;
}
body.products.contact main dl.contact_index dd a:before {
	content: '>';
	display: inline-block;
	margin-right: 3px;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 2rem;
}

body.products.contact main ul.contact_index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	margin: 0 0 40px;
}
body.products.contact main ul.contact_index dl {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	width: 530px;
	height: 200px;
	border: solid 1px #2a4198;
}
body.products.contact main ul.contact_index dl dt {
	margin: 40px 0 0;
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.products.contact main ul.contact_index dl dt span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.7rem;
}
body.products.contact main ul.contact_index dl dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}
body.products.contact main ul.contact_index dd.txt {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 1.8rem;
	font-weight: bold;
}
body.products.contact main ul.contact_index dd a {
	display: block;
	padding: 12px 4em 10px;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	color: #fff;
	font-size: 1.4rem;
}
body.products.contact main ul.contact_index dd a:before {
	content: '>';
	display: inline-block;
	margin-right: 3px;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.7rem;
}

body.products.contact main ul.contact_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0 30px;
	border-top: solid 1px #ccc;
}
body.products.contact main ul.contact_banner li {
	margin: 0 20px;
}

body.products.contact article.box p.freedial {
	margin:0 0 20px;
	font-size: 3.4rem;
	font-weight: bold;
}
body.products.contact article.box p.freedial img {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 0.5em;
}

body.products.contact article.box table {
	width: auto;
	margin: 0 0 30px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 1.6rem;
}
body.products.contact article.box tr {
	display: block;
	padding: 14px 0 12px;
	border-bottom: solid 1px #ccc;
}
body.products.contact article.box th,
body.products.contact article.box td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}
body.products.contact article.box th {
	width: 5em;
}
body.products.contact main p.notice {
	line-height: 1.8;
	margin:0 0 20px;
}
body.products.contact main dl.notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	border: solid 1px #ccc;
}
body.products.contact main dl.notice dt {
	padding-right: 30px;
	color: #2a4198;
	font-weight: bold;
	white-space: nowrap;
}
body.products.contact main dl.notice dd {
	line-height: 1.8;
	font-size: 1.4rem;
}

/* body.showroom
-------------------------------------------------------------*/

body.products.showroom main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 40px;
}
body.products.showroom main section.contents p {
	margin: 0 0 30px;
	line-height: 1.6;
}
body.products.showroom main section.contents p.notice {
	padding: 20px 20px 16px;
	border: solid 1px #ccc;
	font-size: 1.4rem;
}
body.products.showroom main section.contents p img {
	display: block;
	margin: 0 auto;
}
body.products.showroom main section.contents ul {
	margin-bottom: 50px;
	text-align: center;
}
body.products.showroom main section.contents li {
	display: inline-block;
	margin: 0 10px;
}
body.products.showroom main section.contents li a {
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
	border-radius: 6px;
}
body.products.showroom main section.contents li a:before {
	content: '>';
	position: relative;
	top: 1px;
	left: -4px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #fff;
}

/* body.products_form
-------------------------------------------------------------*/

body.products.products_form main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 40px;
}

body.products.products_form main section.contents p {
	margin: 0 0 20px;
	line-height: 1.8;
}
body.products.products_form main section.contents p a {
	color: #0093ff;
}

/* --> see common form.inquiries */

/* ============================================================
	producst LP
============================================================ */

body.products.lp main section.lp_contents {
	width: 100%;
	min-width: 1100px;
	border-bottom: solid 4px #2c4d9d;
}
body.products.lp main section.lp_contents article {
	width: 1100px;
	min-width: 1100px;
	margin: 100px auto 30px;
	padding: 0 0 30px;
}
body.products.lp main section.lp_contents p {
	margin: 0 0 30px;
}
body.products.lp main section.lp_contents p img {
	width: 1100px;
}


/* ============================================================
	recruit
============================================================ */

/* body.recruit
-------------------------------------------------------------*/

body.recruit main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 70px;
}

/* nav */

body.recruit main section.contents nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
body.recruit main section.contents nav li {
	width: 330px;
	margin: 0 23px;
	padding: 35px;
	text-align: center;
	border: solid 1px #2c4d9d;
}
body.recruit main section.contents nav dt {
	font-family: 'Noto',sans-serif;
	font-size: 2.8rem;
}
body.recruit main section.contents nav dt:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 30px;
	border-top: solid 1px #2a4198;
}
body.recruit main section.contents nav dd a {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: -webkit-gradient(linear,left top, right top,from(#377dae),to(#2a4198));
	background: linear-gradient(-270deg,#377dae,#2a4198);
}
body.recruit main section.contents nav dd a:before {
	content: '>';
	position: relative;
	top: 1px;
	left: -4px;
	display: inline-block;
	-webkit-transform: scale(0.6,1);
	transform: scale(0.6,1);
	font-weight: bold;
	font-size: 1.9rem;
	color: #fff;
}
body.recruit main section.contents nav dd span {
	position: relative;
	top: 14px;
}


/* ============================================================
	news
============================================================ */

/* body.news
-------------------------------------------------------------*/

body.news main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 70px;
}

body.newspage main section.contents h2 {
	font-size: 3.4rem;
}
body.newspage main section.contents article {
	padding: 50px;
	line-height: 1.8;
	border: solid 1px #2a4198;
}
body.newspage main section.contents article p {
	margin: 0 0 20px;
}

/* ============================================================
	misc
============================================================ */

/* body.privacy
-------------------------------------------------------------*/

body.privacy main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 70px;
	line-height: 1.8;
}
body.privacy main section.contents p.box {
	margin: 0 0 20px;
	padding: 20px;
	border: solid 1px #ccc
}
body.privacy main section.contents p.right {
	margin: 0 0 30px;
}
body.privacy main section.contents dt {
	margin: 20px 0 1px;
	padding: 20px 0 0;
	border-top: dotted 1px #ccc;
	color: #2a4198;
	font-weight: bold;
}
body.privacy main section.contents dt:first-child {
	border-top: none;
}

/* body.sitemap
-------------------------------------------------------------*/

body.sitemap main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 70px;
	line-height: 1.8;
}
body.sitemap main section.contents a {
	display: block;
	color: #333;
}
body.sitemap main section.contents a:before {
	content: "\f105";
	display: inline-block;
	margin-right: 6px;
	font-family: 'fas';
}
body.sitemap main section.contents > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body.sitemap main section.contents dt:nth-of-type(2),
body.sitemap main section.contents dt:nth-of-type(3) {
	margin: 20px 0 0;
}
body.sitemap main section.contents dt a {
	color: #2a4198;
	font-weight: bold;
}
body.sitemap main section.contents dd {
	padding-left: 1.5em;
}
body.sitemap main section.contents dd ul {
	padding-left: 1.5em;
}
body.sitemap main section.contents dd a:before {
	color: #aaa;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
body.sitemap main section.contents > ul > li > ul > li a {
	margin: 0 0 10px;
	font-weight: bold;
	color: #2a4198;
}

body.sitemap main section.contents a[target="_blank"]:after {
	content: "\f2d2";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
}
body.sitemap main section.contents a[href$=".pdf"]:after {
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
	color: #ce323b;
}

/* body.global
-------------------------------------------------------------*/

body.global main section.contents {
	width: 1100px;
	min-width: 1100px;
	padding-bottom: 70px;
	line-height: 1.8;
}
body.global main section.contents p {
	margin-bottom: 30px;
}
body.global main section.contents ul {
	width: 40em;
	margin: 0 auto -10px;
	line-height: 2.2;
}
body.global main section.contents a:before {
	content: '＞';
	position: relative;
	top: 0;
	display: inline-block;
	margin: 0 3px;
	font-weight: bold;
	-webkit-transform:scale(0.6,0.8);
	transform:scale(0.6,0.8);
}
body.global main section.contents a[href$=".pdf"]:after {
	content: "\f1c1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'far';
}

/* ============================================================
	additional
============================================================ */

/* 20190424
-------------------------------------------------------------*/

main article.box div.notice_closed {
	margin: 40px 0 30px;
}
main article.box div.notice_closed p {
	margin: 0 !important;
}
main article.box div.notice_closed table {
	margin: 20px 0 20px !important;
}
main article.box div.notice_closed table tr:first-child {
	padding-top: 0 !important;
}
main article.box div.notice_closed table th {
	width: 8em !important;
	padding-right: 0 !important;
	white-space: nowrap;
}

/* 20190510
-------------------------------------------------------------*/

main section.contents dl.form_confirm > dd {
	padding-top: 20px;
	word-break: break-all;
}
main section.contents dl.form_confirm > dd > ul {
	margin-top: -3px;
}
main section.contents dl.form_confirm > dd.kind > ul {
	margin-top: -5px;
}

/* 20190527
-------------------------------------------------------------*/

body.ir_form main section.contents h2 span em,
body.products_form main section.contents h2.ttl1 span em {
	display: inline-block;
	padding-top: 5px;
}
body.ir_form main section.contents dl.form_input > dt.kind,
body.products_form main section.contents dl.form_input > dt.kind {
	padding-top: 20px;
}
body.ir_form main section.contents dl.form_input > dt.category,
body.products_form main section.contents dl.form_input > dt.category {
	padding-top: 17px;
}
body.ir_form main section.contents dl.form_input > dd.kind,
body.products_form main section.contents dl.form_input > dd.kind {
	padding-top: 24px;
}
body.ir_form main section.contents dl.form_input > dd label,
body.products_form main section.contents dl.form_input > dd label {
	display: block;
	position: relative;
	padding-left: 22px;
}
body.ir_form main section.contents dl.form_input > dd input[type=radio],
body.products_form main section.contents dl.form_input > dd input[type=radio] {
	position: absolute;
	top: 4px;
	left: 0;
}
body.ir_form main section.contents dl.form_input > dd span,
body.products_form main section.contents dl.form_input > dd span {
	display: block;
	line-height: 1;
	margin-top: -0.2em;
	font-size: 95%;
}
body.ir_form main section.contents dl.form_input > dt span.en,
body.products_form main section.contents dl.form_input > dt span.en {
	position: relative;
	top: -0.2em;
	font-weight: bold;
	display: inline-block;
	line-height: 1.4;
	font-size: 95%;
}
body.ir_form main section.contents dl.form_confirm > dt span.en,
body.products_form main section.contents dl.form_confirm > dt span.en {
	display: inline-block;
	line-height: 1.4;
	font-weight: bold;
	font-size: 95%;
}
body.ir_form main section.contents dl.form_input dd.category ul,
body.products_form main section.contents dl.form_input dd.category ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.ir_form main section.contents dl.form_input dd.category li,
body.products_form main section.contents dl.form_input dd.category li {
	width: 240px;
	margin-bottom: 10px;
}
body.ir_form main section.contents dl.form_input dt,
body.products_form main section.contents dl.form_input dt {
	padding-top: 13px;
}
body.ir_form main section.contents dl.form_input dd.with_notice,
body.products_form main section.contents dl.form_input dd.with_notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}



} /* @media end */


复制


词搜找货


翻译


设置
1688找货源


❯



