/* ====================================
	reset tag
==================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
	display: block;
}

html {
	font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-size: 62.5%;
	color: #333333;
	min-width: 320px;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overscroll-behavior-y: none;
	font-size: 1.6rem;
	position: static;
	background-color: #dddddd;
	min-width: 320px;
}

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

img {
	display: block;
	width: 100%;
	height: auto !important;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover,
a:active {
	opacity: 0.7;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

td,
th {
	line-height: 1.3;
}

/* ====================================
	responsive
==================================== */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}


/* ====================================
	layput
==================================== */
.wrap {
	max-width: 1300px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../_commonimg//bg_piping_wrap_left.png), url(../_commonimg//bg_piping_wrap_right.png);
	background-repeat: repeat-y, repeat-y;
	background-position: left top, right top;
}

main {
	display: block;
	margin: 127px 0 0 0;
	padding: 0 0 100px 0;
}

#front-page main {
	padding: 0 0 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.news__board {
	text-align: center;
	background-color: #1E58AF;
	color: #ffffff;
	line-height: 1.2;
	padding: 15px 0;
}

.news__board a {
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: underline;
}

/* ====================================
	parallax
==================================== */
.parallax-window {
	min-height: 800px;
	background: transparent;
}

.parallax-slider {
	top: 0;
	left: 0;
}

#parallax-front-1 {
	height: 300px;
}

/* ====================================
	color
==================================== */
.bg_blue {
	background-color: #EBF1F9 !important;
}

.bg_green {
	background-color: #C7E9E5 !important;
}

.bg_yellow {
	background-color: #F4F8D3 !important;
}

.bg_orange {
	background-color: #FFE9C7 !important;
}

.bg_pink {
	background-color: #FCE4EC !important;
}

.bg_purple {
	background-color: #F3E5F5 !important;
}

.bg_gray {
	background-color: #dddddd !important;
}

/* ------ */
.txt_blue {
	color: #1E58AF !important;
}

.txt_green {
	color: #009688 !important;
}

.txt_yellow {
	color: #827717 !important;
}

.txt_orange {
	color: #FB8C00 !important;
}

.txt_pink {
	color: #EC407A !important;
}

.txt_purple {
	color: #AB47BC !important;
}

.txt_gray {
	color: #333333 !important;
}

/* ====================================
	header
==================================== */
header {
	max-width: 1300px;
	padding: 10px;
	border-bottom: 5px solid #1E58AF;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
}

.header_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_block > div:nth-child(1) {
	padding: 0 20px 0 0;
}

.header_block > div:nth-child(1) a {
	max-width: 300px;
	display: block;
	float: left;
	margin-right: 20px;
}

.header_block > div:nth-child(1) .logo_50th {
	display: block;
	width: 80px;
}

.header_block strong {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: right;
	margin: 0 0 15px 0;
	color: #1E58AF;
}

/* ------ */
.header_block ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.6rem
}

.header_block ul > li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #cccccc;
	position: relative;
}

.header_block ul > li:last-child {
	border-right: 0;
	padding: 0 10px 0 20px;
}

.header_block ul > li > a {
	font-size: 1.6rem;
}

/* ------ */
.header_logo {
	display: block;
	max-width: 300px;
}

/* ------ */
header ul > li div {
	display: none;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 18px;
	left: 15px;
	z-index: 200;
	padding: 15px 0 0 0;
}

header ul > li:hover div {
	display: block;
}

header ol > li {
	width: 200px;
}

header ol > li > a {
	border-top: 1px solid #cccccc;
	display: block;
	padding: 10px 5px;
	color: #333333;
}

header ol > li:last-child > a {
	border-bottom: 1px solid #cccccc;
}

/* ====================================
	page_top
====================================  */
.page_top_wrap {
	padding: 0 10px;
	margin: 0 auto;
	position: fixed;
	bottom: 10px;
	right: calc(50% - 650px);
	z-index: 5;
}

.page_top {
	margin: 0 0 0 auto;
	width: 60px;
}

.page_top a {
	display: block;
	color: #1E58AF;
	line-height: 60px;
	width: 60px;
	text-align: center;
	text-decoration: none;
}

.page_top a:hover {}

/* ====================================
	footer__exhibition
==================================== */
.footer__exhibition {
	background-color: #1E58AF;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
	padding: 20px;
}

.footer__exhibition a {
	display: block;
	margin: 0 auto;
	max-width: 720px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	color: #C2185B;
	text-align: center;
	font-weight: bold;
	font-size: 2.8rem;


	background-image: url(../_commonimg//footer__exhibition_icon.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

@media only screen and (max-width: 768px) {

	.footer__exhibition a {
		font-size: 1.8rem;

	}
}

/* ====================================
	navigation
==================================== */
nav {
	max-width: 1300px;
	background-color: #ffffff;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 77px;
	border-bottom: 1px solid #cccccc;
}

nav > ul {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	position: relative;
}

nav > ul > li {
	display: block;
	max-width: 20%;
	width: 100%;
	cursor: pointer;
}

nav > ul > li > p {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 1.8rem;
	border-right: 1px solid #cccccc;
}

nav > ul > li:nth-child(zz) > p {
	border-right: 0;
}

nav > ul > li > div {
	display: none;
	width: 100%;
	padding: 15px 0 0 0;
	position: absolute;
	top: 30px;
	left: 0;
}

nav > ul > li.hover > div {
	display: block;
}

nav > ul > li.hover,
nav > ul > li.active {
	background-color: #1E58AF;
	color: #ffffff;
}

nav > ul > li > div > div {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px 15px 0 15px;
}

nav > ul > li > div > div a {
	color: #333333;
	display: block;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #cccccc;
	font-size: 1.8rem;
	font-weight: bold;
}

nav > ul > li > div > div a:hover,
nav > ul > li > div > div a:active,
nav > ul > li > div > div a.active {
	border: 1px solid #1E58AF;
	background-color: #1E58AF;
	color: #ffffff;
	opacity: 1;
}

/* ------ */
nav ol {
	padding: 0 0 0 0;
	background-color: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 15px;
}

nav ol > li {
	width: calc(33.33% - 10px);
}

nav .product ol > li {
	width: calc(25% - 10px);
}

/* ------ */
nav ol > li > a {
	color: #333333;
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	border: 1px solid #cccccc;
}

nav ol > li > a div:nth-child(1) {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

nav ol > li > a div:nth-child(1) img {
	width: 100px;
	height: 100px;
	transition-duration: 0.5s;
}

nav ol > li > a div:nth-child(2) {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	width: calc(100% - 100px);
}

nav ol > li > a:hover,
nav ol > li > a:active,
nav ol > li > a.active {
	border: 1px solid #cccccc;
	background-color: #1E58AF;
	color: #ffffff;
	opacity: 1;
}

nav ol > li > a:hover div:nth-child(1) img,
nav ol > li > a:active div:nth-child(1) img,
nav ol > li > a.active div:nth-child(1) img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

/* ------ */
.sublink {
	margin: 15px 0 0 0;
}

.sublink a {
	display: block;
	color: #333333;
	margin: 0 0 10px 0;
	font-size: 1.4rem;
	letter-spacing: -1px;
}

.sublink a:before {
	content: "・";
}

.sublink a span {
	display: inline-block;
	font-size: 1.0rem;
}

.sublink a span:before {
	content: "(";
	padding: 0 2px 0 5px;
}

.sublink a span:after {
	content: ")";
	padding: 0 0 0 2px;
}






/* ====================================
	hamburger
==================================== */
.hamburger_menu {
	display: none;
}

.menu-trigger:hover,
.menu-trigger:active {
	opacity: 1.0;
}

.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	display: block;
	position: relative;
	width: 52px;
	height: 52px;
	padding: 5px;
	border: 2px solid #1E58AF;
}

.menu-trigger span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 34px;
	height: 2px;
	background-color: #1E58AF;
	margin: 0 auto;
}

.menu-trigger div {
	color: #1E58AF;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px;
	font-size: 1.2rem;
}

.menu-trigger span:nth-of-type(1) {
	top: 8px;
}

.menu-trigger span:nth-of-type(2) {
	top: 15px;
}

.menu-trigger span:nth-of-type(3) {
	top: 22px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}

/* ====================================
	pankuzu
==================================== */
.pankuzu_area {
	max-width: 1040px;
	margin: 0 auto 40px auto;
	padding: 10px 20px 0 20px;
}

.pankuzu_area ul {
	display: flex;
	flex-wrap: wrap;
}

.pankuzu_area ul li {
	display: block;
	margin: 0 0 5px 0;
}

.pankuzu_area ul li a,
.pankuzu_area ul li span {
	font-size: 1.4rem;
	line-height: 1;
	padding: 0 0 0 0;
	color: #999999;
}

.pankuzu_area ul li a:after {
	content: ">";
	padding: 0 10px 0 10px;
}

.pankuzu_area ul li:last-child a:after,
.pankuzu_area ul li:last-child span:after {
	content: "";
	padding: 0;
}

.home #content {
	background-color: transparent;
	position: relative;
}

/* ====================================
	bnr
==================================== */
.bnr_area {
	padding: 40px 20px 80px 20px;
}

.bnr_area a {
	display: block;
	max-width: 924px;
	margin: 0 auto;
}

.bnr_area p {
	display: block;
	max-width: 924px;
	margin: 5px auto 0 auto;
	font-size: 1.4rem;
	color: #999999;
}

/* ====================================
	footer
==================================== */
footer {
	max-width: 1300px;
	margin: 0 auto;
	border-top: 2px solid #898989;
	padding: 20px 20px 20px 20px;
	background-color: #1E58AF;
	background-image: url(../_commonimg//bg_piping_footer_left.png), url(../_commonimg//bg_piping_footer_right.png);
	background-repeat: repeat-y, repeat-y;
	background-position: left top, right top;
	color: #ffffff;
}

footer .footer_flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}

footer .footer_flex div {
	width: 25%;
	padding: 0 0 30px 0;
}

.en-US footer .footer_flex div {
	width: 33.33%;
}

footer .footer_flex b a {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ffffff;
}

footer .footer_flex ul {
	margin: 0 0 30px 0;
}

footer .footer_flex li a {
	display: block;
	font-size: 1.4rem;
	padding: 5px 0 5px 0;
}

footer .footer_flex ol li a:before {
	content: "・";
}

footer p {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}

footer .zaidan {
	padding: 25px 0 15px 0;
	text-align: center;
}

/* ====================================
	cadpage
==================================== */
.cadpage_table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 1800px;
	width: 100%;
	margin: 0 auto 50px auto;
}

.cadpage_table caption {
	line-height: 1;
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	font-size: 2.4rem;
}

.cadpage_table thead {
	border: 0;
	background-color: #1E58AF;
}

.cadpage_table thead td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 1.2rem;
}

.cadpage_table tbody {}

.cadpage_table tbody td:first-child {
	border-left: 0;
}

.cadpage_table tbody td:last-child {
	border-right: 0;
}

.cadpage_table tbody tr:nth-child(even) {
	background-color: #F5F5F5;
}

.cadpage_table tbody tr:hover {
	background-color: rgba(30, 88, 175, 0.5);
	color: #ffffff;
}

.cadpage_table tbody tr:hover a {
	color: #ffffff;
}

.cadpage_table tbody tr.active {
	background-color: rgba(30, 88, 175, 0.2);
}

.cadpage_table tbody th {
	text-align: center;
}

.cadpage_table tbody td {
	border-left: 0 solid #dddddd;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 1.2rem;
}

.cadpage_table tbody td:last-child {
	border-right: 0 solid #dddddd;
}

.cadpage_table td {
	width: calc((100% - 400px) / 5);
}

.cadpage_table .thum {
	width: 100px;
}

.cadpage_table .type {
	width: 70px;
}

.cadpage_table tbody .type {
	font-size: 1.4rem;
	font-weight: bold;
}

.cadpage_table .name {
	width: 180px;
}

.cadpage_table a {
	display: inline-block;
	background-color: #7CB342;
	padding: 0 5px;
	line-height: 20px;
	color: #ffffff;
	font-size: 1.2rem;
}

.cadpage_table .bcart a {
	width: 100%;
	text-align: center;
	background-color: #F57C00;
}

.cadpage_table tbody td.x_t,
.cadpage_table tbody td.IGS,
.cadpage_table tbody td.STEP,
.cadpage_table tbody td.dxf,
.cadpage_table tbody td.pdf {
	text-align: center;
}

.cad_download {
	background-color: #1E58AF !important;
	display: inline-block !important;
	padding: 5px 20px;
	line-height: 20px;
	border-radius: 15px;
	color: #ffffff !important;
	text-decoration: none !important;
}


.cadpage_table thead td {
	/* 縦スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	/* 高さが変わらないよう改行させない */
	white-space: nowrap;

	background-color: #1E58AF;

}

.cadpage_table thead tr:nth-child(1) td {
	top: 130px;
}

.cadpage_table thead tr:nth-child(2) td {
	top: 156px;
	/* 2行目は1行目の高さの位置に固定する */
}

.cadpage_table thead tr:nth-child(3) td {
	top: 3rem;
	/* 3行目は1〜2行目の高さの位置に固定する */
}




/* ====================================
	section
==================================== */

.title_area {
	display: block;
}

article h1 {
	text-align: center;
	margin: 0 0 60px 0;
	padding: 0 20px;
	line-height: 1.5;
	font-size: 3.6rem;
}

.content_title {
	font-size: 3.6rem;
	font-weight: bold;
	max-width: 1040px;
	margin: 30px auto 0 auto;
	padding: 0 20px;
}

.inner_link {
	display: flex;
	max-width: 960px;
	flex-wrap: wrap;
	margin: 0 auto 50px auto;
	padding: 0 20px;
}

.inner_link li {
	display: block;
	max-width: 210px;
	width: 100%;
	background-image: url(../_commonimg/icon_accordion_link.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 12px center;
	padding: 0 40px 0 10px;
	margin: 0 10px 10px 10px;
}

.inner_link li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 35px;
}

section.normal {
	max-width: 1040px;
	margin: 0 auto 50px auto;
	padding: 0 20px;
}

section.normal > p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

section.normal > h2 {
	margin: 0 0 10px 0;
}

section.normal.bottom-long {
	margin: 0 auto 100px auto;
}

#wpmem_register_form legend,
#wpmem_login_form legend,
#wpmem_pwdchange_form legend {
	color: #1E58AF;
	line-height: 1;
	border-bottom: 2px solid #1E58AF;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

#wpmem_register_form label,
#wpmem_login_form label {
	color: #999999;
	font-size: 1.2rem;
}

#wpmem_login_form .div_text {
	margin: 0 0 30px 0;
}

#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
#wpmem_reg .div_date,
#wpmem_reg .div_file,
#wpmem_reg .div_image,
#wpmem_reg .div_multicheckbox,
#wpmem_reg .div_multiselect,
#wpmem_reg .div_number,
#wpmem_reg .div_radio,
#wpmem_reg .div_select,
#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_url {
	width: 100% !important;
}

#wpmem_reg .button_div,
#wpmem_login .button_div,
#wpmem_reg .button_div {
	width: 100% !important;
	text-align: left;
}

.button_div label {
	color: #999999;
	font-size: 1.2rem;
}

#wpmem_msg,
.wpmem_ms {
	padding: 20px;
}

#wpmem_msg h2,
.wpmem_ms h2 {
	margin: 0 0 10px 0;
}

#wpmem_msg p,
.wpmem_ms p {
	line-height: 1.5;
}

#wpmem_msg p a,
.wpmem_ms p a {
	text-decoration: underline;
}


#wpmem_reg input[type=submit],
#wpmem_login input[type=submit] {
	display: block;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;

	background-color: #ffffff;
	color: #1E58AF;
	line-height: 40px;
	padding: 0 30px;
	border: 3px solid #1E58AF;
	border-radius: 20px;
}

.wpmem_msg {
    width: 100%;
    padding: 5px;
    tex-align: left;
    border: 1px solid #D32F2F;
    background-color: #FFEBEE;
    color: #D32F2F;
}

#wpmem_pwdchange_form input[type=text],
#wpmem_pwdchange_form input[type=password] {
	width: 100%;
}


.fake_title {
	font-size: 24px;
	color: #1E58AF;
	line-height: 1;
	border-bottom: 2px solid #1E58AF;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.register_start {
	color: #AD1457;
	text-decoration: underline;
}

<style>
#error-page .ja,
#error-page .en {
    padding: 20px 0;
}

#error-page .ja span,
#error-page .en span {
    display: block;
}
</style>
/* ====================================
	notice_important
==================================== */
.notice_important {
	background-color: #FCE4EC;
	color: #EC407A;
	padding: 20px 0;
}

.notice_important a {
	display: table;
	margin: 0 auto;
}

.notice_important a div {
	display: table-cell;
}


.exhibition_area {
	padding: 60px 20px;
}

.exhibition_area a {
	max-width: 880px;
	display: block;
	margin: 0 auto;
}

/* ====================================
	product
==================================== */
.product_area {
	padding: 60px 20px 120px 20px;
}

.product_read h1 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #999999;
	text-align: center;
	margin: 0 0 30px 0;
}

.product_read h2 {
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

.product_read p {
	font-size: 2.0rem;
	font-weight: 100;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 40px 0;
}

/* ------ */
.product_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto;
}

.product_flex li {
	max-width: 200px;
	width: calc(25% - 20px);
	margin: 0 0 20px 0;
}

.product_flex li a {
	display: block;
}

.product_flex li div {
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 5px;
	background-image: url(../_commonimg/icon_accordion_link.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 5px center;
}

/* ------ */
.banner__ecsite {
	display: block;
	max-width: 500px;
	margin: 0 auto;
	border: 0 solid #999999;
}



/* ====================================
	system
==================================== */
.system_area {
	padding: 20px 20px 0 20px;
}

#system .system_area {
	padding: 0 20px 0 20px;
}

.system_read {
	margin: 0 0 60px 0;
}

.system_read h1 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #999999;
	text-align: center;
	margin: 0 0 30px 0;
}

.system_read h2 {
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

.system_read p {
	font-size: 2.0rem;
	font-weight: 100;
	text-align: center;
	line-height: 1.5;
}

/* ------ */
.system_subtitle {
	margin: 0 0 20px 0;
}

.system_subtitle b {
	display: block;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

.system_subtitle b span {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 10px;
	font-size: 1.4rem;
	color: #999999;
}

.system_subtitle strong {
	display: block;
	font-size: 2.4rem;
	font-weight: normal;
	text-align: center;
	color: #1E58AF;
	margin: 0 0 10px 0;
}

.system_subtitle p {
	font-size: 1.4rem;
	text-align: center;
	color: #999999;
}

/* ------ */
.system_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 880px;
	width: 100%;
	margin: 0 auto 40px auto;
}

.system_list li {
	max-width: 430px;
	width: 50%;
	padding: 0 10px 0 0;
	margin: 0 0 40px 0;
}

.system_list li:nth-child(2n) {
	padding: 0 0 0 10px
}

.system_list a {
	display: block;
	width: 100%;
}

.system_list h3 {
	font-size: 2.0rem;
	font-weight: bold;
	word-wrap: break-word;
	padding: 10px 25px 10px 10px;
	background-image: url(../_commonimg/icon_accordion_link_white.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: right 5px center;
	background-color: #1E58AF;
	color: #ffffff;
}

.system_list p {
	display: none;
	font-size: 1.4rem;
	line-height: 1.5;
}

/* ====================================
	info
==================================== */
.info_area {
	padding: 60px 20px 60px 20px;
	background-color: #eeeeee;
}

.info_read {
	margin: 0 0 60px 0;
}

.info_read h1 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #999999;
	text-align: center;
	margin: 0 0 30px 0;
}

/* ------ */
.info_list {
	max-width: 800px;
	margin: 0 auto;
}

.info_list a {
	display: flex;
	margin: 0 0 20px 0;
}

.info_list a div:nth-child(1) {
	padding: 0 20px 0 0;
	width: 150px;
}

.info_list a div:nth-child(2) {
	width: calc(100% - 150px);
}

/* ====================================
	visual_area
==================================== */
.visual_area {
	border-bottom: #eeeeee;
	position: relative;
}

.visual_area video,
.visual_area source {
	width: 100%;
	display: block;
}

.visual_area .video-btn-wrap {
	display: flex;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
}

.visual_area .video-btn-wrap > div {
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	border-radius: 25px;
	padding: 10px;
	margin: 0 0 0 10px;
	background-color: #1E58AF;
	cursor: pointer;
}

.visual_area #video-play {
	display: none;
	transition: all 0.5s;
}

.visual_area.pause #video-play {
	opacity: 1;
}

/* ---- */
.visual_area #video-skip {
	opacity: 1;
	transition: all 0.5s;
}

.visual_area #video-stop {
	opacity: 1;
	transition: all 0.5s;
}

.visual_area.pause #video-stop {
	z-index: 1;
	opacity: 0;
}

/* ---- */
.visual_area #video-restart {}


/* ====================================
	table
==================================== */
.table_basic {
	border-top: 1px solid #eeeeee;
	padding: 5px 0;
}

.table_basic:last-child {
	border-bottom: 1px solid #eeeeee;
}

.table_basic table {
	width: 100%;
}

.table_basic th,
.table_basic td {
	vertical-align: middle;
	text-align: left;
	padding: 20px 20px;
}

.table_basic th {
	width: 300px;
	height: 50px;
	background-color: #EBF1F9;
}

.table_basic th span {
	display: block;
	font-size: 1.2rem;
	color: #999999;
}

.table_basic_caption {
	font-size: 1.4rem;
	color: #999999;
	padding: 0 0 5px 20px;
	margin: 0 0 0 0 !important;
}

/* ------ */
.table_history th {
	width: 200px;
}

.table_history th div {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.table_history th span {
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.table_history th span:before {
	content: "( ";
}

.table_history th span:after {
	content: " )";
}

.table_history td {
	padding: 0 0 10px 20px;
	vertical-align: top;
}

.table_history td > p {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eeeeee;
}

.history_flex_sub {
	display: table;
}

.history_flex_sub figure {
	display: table-cell;
	vertical-align: top;
	padding: 0;
	padding: 0 10px 20px 0;
	margin: 0;
	width: 210px;
	-ms-flex: 0 1 auto;
	min-width: 210px;
}

.history_flex_sub figure:last-child {
	padding: 0 0 20px 0;
}

.history_flex_sub figure img {
	width: 210px;
}

.history_flex_sub figcaption {
	text-align: center;
	font-size: 1.4rem;
	color: #666666;
	padding: 5px 0;
}

.history_flex_sub p {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px 20px 0;
	font-size: 1.4rem;
	line-height: 1.75;
	color: #666666;
	-ms-flex: 0 1 auto;
	min-width: 0;
	margin: 0;
}

.history_flex_sub p:last-child {
	padding: 0 0 20px 0;
}

/* ------ */
.table_group td,
.table_group th {
	vertical-align: top;
}

.table_group th div {
	margin: 0 0 10px 0;
}

.table_group th div:last-child {
	margin: 0 0 0 0;
}

.table_group th a {
	display: block;
	width: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 20px;
	border-radius: 10px;
	margin: 10px 0 0 0;
}

.table_group th.bg_blue a {
	background-color: #1E58AF;
}

.table_group th.bg_green a {
	background-color: #009688;
}

.table_group th.bg_yellow a {
	background-color: #827717;
}

.table_group th.bg_orange a {
	background-color: #FB8C00;
}

.table_group th span {
	display: block;
	font-size: 1.0rem;
	margin: 10px 0 0 0;
}

.table_group td:last-child {
	width: 240px;
}

.table_group td:last-child div {
	margin: 0 0 30px 0;
}

.table_group td:last-child div:last-child {
	margin: 0 0 0 0;
}

.table_group td > a {
	display: inline-block;
	margin: 10px 0 0 0;
	font-size: 1.2rem;
}

/* ====================================
	product
==================================== */
.product_index {
	display: none;
	flex-wrap: wrap;
	margin: 0 auto 50px auto;
	max-width: 1040px;
	padding: 0 20px;
}

.product_index li {
	display: block;
	width: calc(33.33% - 10px);
	margin: 0 10px 10px 0;
}

.product_index li:nth-child(3n) {
	margin: 0 0 10px 0;
}

.product_index li a span {
	margin: 5px 0 0 0;
	display: block;
}

/*
.product_index li {
	display: block;
	flex-basis: auto;
	margin: 0 10px 10px 0;
}
*/
.product_index li a {
	display: block;
	padding: 10px 30px 10px 10px;
	background-image: url(../_commonimg/icon_accordion_link.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 12px center;
}

/* ------ */
#product-coupling .product_index li {
	color: #1E58AF;
	background-color: #EBF1F9;
}

#product-valve .product_index li {
	color: #009688;
	background-color: #C7E9E5;
}

#product-hose .product_index li {
	color: #827717;
	background-color: #F4F8D3;
}

#product-other .product_index li {
	color: #FB8C00;
	background-color: #FFE9C7;
}

/* ------ */
.product_index li span {
	font-size: 1.2rem;
}

.product_index li span:before {
	content: "( ";
}

.product_index li span:after {
	content: " )";
}

/* ------ */
.category_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
}

.category_flex > li {
	max-width: 320px;
	width: 33.33%;
	margin: 0 0 50px 0;
}

/* ------ */
.category_flex > li h2 {
	display: flex;
	padding: 0 5px;
	height: 60px;
	align-items: center;
	color: #ffffff;
}

.category_flex > li h2 div {
	font-size: 1.8rem;
	font-weight: bold;
}



.category_flex > li h2 div span {
	display: block;
	font-size: 1.2rem;
	margin: 5px 0 0 0;
}

#product-coupling .category_flex li img {
	max-width: 320px;
}

/*
#product-coupling .category_flex li h2 {
    background-color: #EBF1F9;
    color: #1E58AF;
}

#product-valve .category_flex li h2 {
    background-color: #C7E9E5;
    color: #009688;
}

#product-hose .category_flex li h2 {
    background-color: #F4F8D3;
    color: #827717;
}

#product-other .category_flex li h2 {
    background-color: #FFE9C7;
    color: #FB8C00;
}
*/
#product-coupling .category_flex li h2 {
	background-color: rgba(30, 88, 175, 1.0);
}

#product-valve .category_flex li h2 {
	background-color: rgba(0, 150, 136, 1.0);
}

#product-hose .category_flex li h2 {
	background-color: rgba(130, 119, 23, 1.0);
}

#product-other .category_flex li h2 {
	background-color: rgba(251, 140, 0, 1.0);
}

/* ------ */
.category_flex > li h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.5;
}

.category_flex > li p {
	font-size: 1.2rem;
	margin: 10px 0 20px 0;
	line-height: 1.5;
	color: #999999;
}

.category_flex > li div > a {
	display: inline-block;
	text-decoration: none;
	margin: 0 0 10px 0;

	line-height: 30px;
	border-radius: 15px;
	padding: 0 10px 0 40px;
	font-size: 1.2rem;
	text-decoration: none;
	color: #333333;
	background-image: url("../_commonimg/product_icon_cad.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 15px center;
}

/* ------ */
#product-coupling .category_flex > li div > a {
	background-color: rgba(30, 88, 175, 0.2);
}

#product-valve .category_flex > li div > a {
	background-color: rgba(0, 150, 136, 0.2);
}

#product-hose .category_flex > li div > a {
	background-color: rgba(130, 119, 23, 0.2);
}

#product-other .category_flex > li div > a {
	background-color: rgba(251, 140, 0, 0.2);
}

.category_flex > li div > a.btn_ec {
	display: block;
	text-decoration: none;
	margin: 0 0 0 0;

	line-height: auto;
	border-radius: 0;
	border: 0 !important;
	padding: 0 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 11px center;
}

/* ------ */
#product-coupling .category_flex > li div > a.btn_ec {
	border: 2px solid rgba(30, 88, 175, 0.2);
}

#product-valve .category_flex > li div > a.btn_ec {
	border: 2px solidr: rgba(0, 150, 136, 0.2);
}

#product-hose .category_flex > li div > a.btn_ec {
	border: 2px solid: rgba(130, 119, 23, 0.2);
}

#product-other .category_flex > li div > a.btn_ec {
	border: 2px solid: rgba(251, 140, 0, 0.2);
}


/* ------ */
.category_flex ul {
	margin: 0 0 20px 0;
}

.category_flex ul li {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
}

.category_flex ul li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	color: #333333;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 15px 0 40px;
	font-size: 1.2rem;
	text-decoration: none;
	background-image: url("../_commonimg/product_icon_document.svg");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 15px center;
}

/* ====================================
	legalnotice, privacy
==================================== */
#company-idea article p,
#company-environment article p,
#privacy article p,
#legalnotice article p {
	font-size: 1.6rem;
	line-height: 1.5;
}

#company-idea article h2,
#company-environment article h2,
#privacy article h2,
#legalnotice article h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #1E58AF;
}

#company-idea article ul,
#company-environment article ul,
#privacy article ul,
#legalnotice article ul {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 10px 20px;
}

#company-idea article ul > li,
#company-environment article ul > li,
#privacy article ul > li,
#legalnotice article ul > li {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

#company-idea article ol > li,
#company-environment article ol > li,
#privacy article ol > li,
#legalnotice article ol > li {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 2px 0;
}

/* ------ */
.idea_flex {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
}

.idea_flex > div:nth-child(1) {
	width: 100px;
}

.idea_flex > div:nth-child(2) {
	max-width: 500px;
	padding: 0 0 0 10px;
}

.idea_flex > div:nth-child(2) strong {
	display: block;
	margin: 0 0 5px 0;
	line-height: 1;
}

.idea_flex > div:nth-child(2) p {
	font-size: 1.2rem !important;
}

/* ------ */
h2.environment_title {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	font-size: 1.8rem !important;
	color: #333333 !important;
}

h2.environment_title:after,
h2.environment_title:before {
	content: '';
	position: absolute;
	border-radius: 50%;
}

h2.environment_title:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25, 118, 210, 1);
	transform: translateY(-50%);
}

h2.environment_title:after {
	top: 52%;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25, 118, 210, 0.5);
}

ul.environment_list {
	margin: 0 0 0 60px !important;
}

/* ------ */
ul.quality_list {
	padding: 0;
	list-style-type: none !important;
	margin: 0 0 10px 0 !important;
}

ul.quality_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
}

ul.quality_list li:after,
ul.quality_list li:before {
	content: '';
	position: absolute;
	border-radius: 50%;
}

ul.quality_list li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25, 118, 210, 1);
	transform: translateY(-50%);
}

ul.quality_list li:after {
	top: 52%;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25, 118, 210, 0.5);
}

/* ------ */
ul.idea_list {
	padding: 0;
	list-style-type: none !important;
	margin: 0 0 10px 0 !important;
}

ul.idea_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(25, 118, 210, 1);
}

ul.idea_list li:after,
ul.idea_list li:before {
	content: '';
	position: absolute;
	border-radius: 50%;
}

ul.idea_list li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25, 118, 210, 1);
	transform: translateY(-50%);
}

ul.idea_list li:after {
	top: 52%;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25, 118, 210, 0.5);
}

/* ====================================
	group
==================================== */
.group_detail_flex {
	display: flex;
	width: 100%;
	margin: 50px 0 0 0;
}

.group_detail_flex > div:nth-child(1) {
	order: 2;
	line-height: 1.5;
	font-size: 1.8rem;
}

.group_detail_flex > div:nth-child(1) p:nth-child(1) {
	margin: 0 0 30px 0;
}

.group_detail_flex > div:nth-child(1) p:nth-child(2) {
	font-size: 1.4rem;
	color: #666666;
}

.group_detail_flex > div:nth-child(1) strong {
	display: block;
	margin: 0 0 5px 0;
}

.group_detail_flex > div:nth-child(2) {
	order: 1;
	width: 300px;
	padding: 0 20px 0 0;
}

.group_detail_flex > div:nth-child(2) img {
	margin: 0 0 0 auto;
}

/* ====================================
	system_title
==================================== */
.system_title {
	font-size: 2.8rem;
	font-weight: bold;
	color: #1E58AF;
	line-height: 1.5;
}

/* ------ */
.system_flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto 50px auto;
	padding: 0 20px;
}

.system_flex a {
	display: block;
}

.system_flex a:hover,
.system_flex a:active {
	opacity: 1;
}

.system_flex a dt div,
.system_flex a dt div {
	transition-duration: 0.5s;
}

.system_flex a:hover dt div,
.system_flex a:active dt div {
	opacity: 0;
}

.system_flex li {
	width: calc(50% - 10px);
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
}

.system_flex li:nth-child(2n) {
	padding: 0 0 0 10px;
}

.system_flex dl {
	position: relative;
	overflow: hidden;
}

.system_flex dt div {
	width: 480px;
	height: 288px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
}

.system_flex dd {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: #1E58AF;
	padding: 10px;
	width: 100%;
}

/*
.system_flex a dt img {
	transition-duration: 0.5s;
}
.system_flex a:hover dt img,
.system_flex a:active dt img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}
*/
.system_flex h3 {
	font-weight: bold;
	color: #ffffff;
	background-image: url(../_commonimg/icon_accordion_link_white.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}

.img_card {
	margin: 50px 0 50px 0;
	border: 2px solid #ffffff;
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
}

.range_title {
	display: none;
}

/* ------ */
.range {
	margin: 10px 0 50px 0;
}

.range h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #1E58AF;
	margin: 0 0 0.5em 0;
}

.range li {
	display: inline-block;
	margin: 0.5em 2em 0 0;
	color: #333333;
}

.range li:before {
	content: "●";
	color: #cccccc;
}

/* ------ */
.range_product h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #1E58AF;
	margin: 0 0 0.5em 0;
}

.range_product ul {
	display: flex;
	flex-wrap: wrap;
}

.range_product ul li {
	width: calc(25% - 30px);
	padding: 0 15px;
	text-align: center;
	margin: 0 0 20px 0;
}

.range_product ul li img {
	margin: 0 0 10px 0;
}

/* ====================================
	news
==================================== */
.news_area h2 {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #333333;
}

.news_block {
	margin: 0 auto 100px auto !important;
}

.news_block h3 {
	padding: 20px 0 20px 5px;
	border-bottom: 1px solid #333333;
}

.news_block div,
.news_block a {
	display: block;
	border-bottom: 1px dashed #cccccc
}

.news_block ol {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_block ol li {
	padding: 10px 0;
	line-height: 1.5;
}

.news_block ol li:nth-child(1) {
	width: 80px;
}
.news_block .ir_list_en ol li:nth-child(1) {
	width: 120px;
}




.news_block ol li:nth-child(2) {
	width: calc(100% - 120px);
	padding: 20px 10px 20px 0;
}

.news_block ol li:nth-child(3) {
	width: 40px;
}

.news_block .label_pdf {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-style: normal;
	font-size: 1.0rem;
	font-weight: bold;
	padding: 5px;
	background-color: #D32F2F;
}

/* ------ */
.news_list h4 {
	margin: 0 0 20px 0;
}

.news_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_list ul li {
	display: block;
	width: calc(33% - 12px);
	margin: 0 20px 20px 0;
}

.news_list ul li:nth-child(3n) {
	margin: 0 0 20px 0;
}

.news_list ul li a {
	display: block;
	border: 1px solid #cccccc;
	padding: 20px 0 20px 20px;
	background-image: url(../_commonimg/icon_accordion_link.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 12px center;
}

/* ====================================
	report
==================================== */
.report_title_wrap {
	margin: 0 0 30px 0;
	padding: 20px 5px;
}

.report_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.report_date {
	font-size: 1.4rem;
	color: #999999;
}

/* ------ */

.report_imgset_3col {
	display: flex;
	justify-content: space-between;
}

.report_imgset_3col > div {
	width: calc(33% - 5px);
}

.report_imgset_3col > div img {
	dipaly: block;
	margin: 0 0 10px 0;
}

.report_imgset_3col > div p {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
}


/* ====================================
	sitemap
==================================== */
.sitemap_article {
	display: flex;
	flex-wrap: wrap;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.sitemap_article > div {
	width: calc(50% - 20px);
}

.sitemap_article > div:nth-child(2n-1) {
	margin: 0 10px 50px 0;
}

.sitemap_article > div:nth-child(2n-0) {
	margin: 0 0 50px 10px;
}

.sitemap_article > div {
	padding: 20px 0;
}

.sitemap_article a {
	display: inline-block;
	padding: 0 0 10px 0;
}

.sitemap_article b {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 5px 0;
}

.sitemap_article b a {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 0 5px 0;
}

.sitemap_article > div > ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

.sitemap_article li ol {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

/* ====================================
	sitemap
==================================== */
.business_title {
	color: #1E58AF;
	font-size: 2.4rem;
	font-weight: bold;
}

.business_title_box {
	color: #1E58AF;
	font-size: 2.4rem;
	font-weight: normal;
	border: 0 solid #1E58AF;
	text-align: center;
	padding: 15px;
	line-height: 1.5;
	text-shadow: 0px 0px 0 #1E58AF;
	background-image: url(../_commonimg/business_copy_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}

.business_flex {
	display: flex;
}

.business_flex > div {
	width: calc(100% - 10px);
	margin: 0 10px 0 0;
}

.business_flex > div:nth-child(2) {
	margin: 0 0 0 10px;
}

.business_flex p {
	margin: 0 0 30px 0;
}

.division_rect {
	width: 60px;
	height: 60px;
	background-color: #4e65a1;
	float: left;
}

.division_rect div:nth-child(1) {
	padding-top: 5px;
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
}

.division_rect div:nth-child(2) {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
}

.division_title {
	margin: 10px 0 15px 0;
}

.division_title div:nth-child(1) {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	color: #1E58AF;
	margin: 0 0 10px 0;
}

.division_title div:nth-child(1) span {
	font-size: 1.4rem;
	font-weight: normal;
}

.division_title div:nth-child(2) {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

.link_button {
	display: block;
	padding: 0 0 0 10px;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	border-left: solid 6px #1E58AF;
	background-color: #eeeeee;
	line-height: 40px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #1E58AF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.link_button:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}


.form_table {
	width: 100%;
	margin: 0 0 30px 0;
}

.form_table caption {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	color: #999999;
	border-bottom: 1px dotted #dddddd;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

.form_table th {
	text-align: left;
}

.form_table th,
.form_table td {
	padding: 0 0 20px 0;
	vertical-align: middle;
}

.form_table td {
	/*
	font-size: 0;
*/
}

.mw_wp_form_confirm .form_table td {
	font-size: 1.6rem;
}

.form_table th {
	width: 300px;
	font-size: 1.6rem;
	font-weight: bold;
}

.form_table th span {
	display: inline-block;
	background-color: #B71C1C;
	color: #ffffff;
	font-size: 1.0rem;
	padding: 2px 6px;
	margin: 0 0 0 5px;
	border-radius: 6px;
}

.form_table input[type="text"],
.form_table input[type="tel"],
.form_table textarea,
.form_table input[type="submit"] {
	-webkit-appearance: none;
}

.form_table input[type="text"],
.form_table input[type="tel"] {
	display: inline;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px 5px;
	border: 1px solid #adb5bd;
	border-radius: 6px;
}

.form_table input[type="text"].full,
.form_table input[type="tel"].full {
	width: 100%;
}

.form_table input[type="text"].half,
.form_table input[type="tel"].half {
	width: calc(50% - 10px);
}

.form_table input[type="text"].half:nth-child(1),
.form_table input[type="tel"].half:nth-child(1) {
	margin: 0 5px 0 0;
}

.form_table input[type="text"].half:nth-child(2),
.form_table input[type="tel"].half:nth-child(2) {
	margin: 0 0 0 5px;
}

.form_table input[type="text"].third,
.form_table input[type="tel"].third {
	width: 20%;
	margin: 0 10px 0 0;
}

.form_table input[type="text"].third:nth-child(3),
.form_table input[type="tel"].third:nth-child(3) {
	margin: 0 0 0 0;
}

.form_table input[type="text"].quarter,
.form_table input[type="tel"].quarter {
	width: 20%;
	margin: 0 10px 0 0;
}

.form_table input[type="text"].quarter:nth-child(4),
.form_table input[type="tel"].quarter:nth-child(4) {
	margin: 0 0 0 0;
}

/* =========================================================
	consent_check
========================================================= */
.consent_check {
	width: 100%;
	margin: 10px 0 30px 0;
	line-height: 1.3;
}

.mw_wp_form_confirm .consent_check {
	display: none;
}

.consent_check a {
	text-decoration: underline;
	color: #1565C0;
}

#consent_check-1 {
	display: inline-block;
	width: auto;
}

#consent_check-1 {
	display: none;
}

#consent_check-1 + .mwform-checkbox-field-text {
	position: relative;
	vertical-align: middle;
}

#consent_check-1 + .mwform-checkbox-field-text:before {
	display: inline-block;
	margin: 0 5px 0 0;
	content: "\f372";
	font-family: ionicons;
	color: #ccc;
	font-size: 24px;
}

#consent_check-1:checked + .mwform-checkbox-field-text:before {
	content: "\f120";
	color: #1565C0;
}

label[for="consent_check-1"] {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 24px;
}

label[for="consent_check-1"] span {}

/* =========================================================
	privacy_policy_box
========================================================= */
.privacy_policy_box {
	width: 100%;
	margin: 20px 0 20px 0;
	display: block;
	height: 150px;
	border: 1px solid #cccccc;
}



/* ====================================
	member
==================================== */
.link_forget {
    font-size: 1.2rem;
    color: #1E58AF;
    text-decoration: underline;
}

#member-forget-password fieldset legend,
#member-forgot-username fieldset legend {
    display: none;
}

#member-forget-password .wpmem_msg {
    width: 100%;
    text-align: left;
    border: 0;
    background-color: #ffffff;
}

.member-table {
    width: 100%;
}
.member-table th,
.member-table td {
    border: 1px solid #333333;
    padding: 10px;
}
.member-table th {
    width: 150px;
    background-color: #eeeeee;
    text-align: left;
}
.member-table td {
    width:calc(100% - 150px);
}
.member-logout {
    display: block;
    width: 150px;
    margin-top:50px;
    background-color: #333333;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height:30px;
    border-radius: 15px;
    text-align: center;
}
.member-flex {
    display: flex;
    justify-content: space-between;
}
.member-flex > div {
    width: calc( 50% - 20px);
}

/* ====================================
	sitemap
==================================== */
.form_table select {
	width: 100%;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	border: 1px solid #adb5bd;
	border-radius: 6px;
	padding: 5px 5px;
}

.select-wrapper {
	position: relative;
	width: calc(50% - 10px);
}

.select-wrapper:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}

.mw_wp_form_confirm :before {
	display: none;
}

.form_table textarea {
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-appearance: none;
}

input[type=checkbox] {
	display: inline-block;
	margin: 10px 0;
}

input[type=checkbox]:before {
	display: inline-block;
	border: 1px solid #cccccc;
	width: 20px;
	height: 20px;
}

input[type=checkbox]:checked {
	display: none;
}

.btn_submit {
	display: block;
	width: 250px;
	font-size: 1.6rem;
	text-align: center;
	padding: 20px 0;
	border-style: none;
	background-color: #1565C0;
	color: #ffffff;
	border-radius: 10px;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.btn_back {
	display: block;
	width: 100px;
	font-size: 1.4rem;
	text-align: center;
	padding: 10px 0;
	border-style: none;
	background-color: #999999;
	color: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
}

.mw_wp_form .error {
	font-size: 1.6rem;
}



#recruit-newgraduate article a img {
	width: auto;
}

#recruit-newgraduate article .table_basic a {
	color: #1E58AF;
	text-decoration: underline;
}

a[href="/recruit-career-entry"] {
	color: #1E58AF;
	text-decoration: underline;
}

.recri {
	line-height: 500px;
	text-align: center;
}



@media only screen and (max-width: 1279px) {

	/* ====================================
		layput
	==================================== */
	.wrap {
		background-image: none;
	}

	/* ====================================
		footer
	==================================== */
	footer {
		background-image: none;
	}

	/* ====================================
		page_top
	====================================  */
	.page_top_wrap {
		right: 0;
	}

}

@media only screen and (max-width: 1024px) {

	/* ====================================
		navigation
	==================================== */
	nav ol > li,
	nav .product ol > li {
		width: calc(50% - 10px);
	}

	nav ol > li > a div:nth-child(2) {
		font-size: 1.4rem;
	}

	/* ------ */
	.sublink {
		display: none;
	}

	/* ====================================
		footer
	==================================== */
	footer .footer_flex {
		max-width: 680px;
	}

	footer .footer_flex div {
		width: 50%;
	}

	/* ====================================
		section
	==================================== */
	.inner_link {
		justify-content: flex-end;
	}

	.inner_link li {
		max-width: none;
		width: calc(50% - 10px);
		margin: 0 10px 10px 0;
	}

	.inner_link li:nth-child(2n) {
		margin: 0 0 10px 10px;
	}

	/* ====================================
		product
	==================================== */
	.category_flex {
		max-width: 720px
	}

	.category_flex > li {
		max-width: 330px;
		width: 50%;
	}

	#product-coupling .category_flex li img {
		max-width: 330px;
	}

	.history_flex_sub {
		display: flex;
		flex-wrap: wrap;
	}

	.history_flex_sub p {
		display: block;
	}

	.history_flex_sub figure {
		display: block;
		margin: 0 5px 20px 0;
	}

	.history_flex_sub figure:nth-of-type(2n) {
		margin: 0 0 20px 5px;
	}

	.table_history th div {
		font-size: 1.8rem;
	}

	.table_history th span {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 768px) {

	/* ====================================
		video
	==================================== */
	.visual_area .video-btn-wrap {
		justify-content: center;
		position: relative;
		top: 0;
		right: 0;
		margin: 10px auto;
	}

	.visual_area .video-btn-wrap > div {
		margin: 0 10px 0 10px;
	}

	/* ====================================
		product
	==================================== */
	.product_read h1 {
		font-size: 1.8rem;
	}

	.product_read h2 {
		font-size: 1.6rem;
		color: #1E58AF;
	}

	.product_read p {
		font-size: 1.4rem;
	}

	/* ------ */
	.product_flex {
		max-width: 420px;
	}

	.product_flex li {
		max-width: 200px;
		width: calc(50% - 10px);
	}

	/* ====================================
		system
	==================================== */
	.system_read h1 {
		font-size: 1.8rem;
	}

	.system_read h2 {
		font-size: 1.6rem;
		color: #1E58AF;
	}

	.system_read p {
		font-size: 1.4rem;
	}

	/* ------ */
	.system_subtitle b {
		font-size: 2.6rem;
	}

	.system_subtitle strong {
		font-size: 2.0rem;
	}

	.system_subtitle p {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 767px) {

	/* ====================================
		reset tag
	==================================== */
	html.active,
	body.active {
		height: 100%;
	}

	/* ====================================
		responsive
	==================================== */
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* ====================================
		layout
	==================================== */
	main {
		margin: 77px 0 0 0;
	}

	/* ====================================
		header
	==================================== */
	.header_block div:nth-child(2) strong,
	.header_block div:nth-child(2) ul {
		display: none;
	}

	.header_block > div:nth-child(1) {
		padding: 0 0 0 0;
		width: calc(100% - 52px);
	}

	.header_block > div:nth-child(1) a {
		max-width: 220px;
		margin-right: 10px;
	}

	.header_block > div:nth-child(1) .logo_50th {
		display: block;
		width: 50px;
	}

	/* ====================================
		navigation
	==================================== */
	nav {
		display: none;
		position: absolute;
		z-index: 9;
		min-height: 100%;
		background-color: #1E58AF;
		color: #ffffff;
	}

	nav > ul {
		display: block;
		padding: 0;
	}

	nav > ul > li {
		max-width: none;
		width: 100%;
		padding: 0 10px 0 10px;
	}

	nav > ul > li:hover {
		background-color: transparent;
		color: inherit;
	}

	nav > ul > li > div {
		position: relative;
		top: 0;
		padding: 0;
		opacity: 1;
		border-bottom: 1px solid #ffffff;
	}

	nav > ul > li:hover > div {
		display: none;
	}

	nav > ul > li > p {
		text-align: left;
		line-height: 45px;
		border: 0;
		border-bottom: 1px solid #ffffff;
		background-image: url(../_commonimg/icon_accordion_open_white.svg);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: right 10px center;
	}

	nav > ul > li > p.active {
		background-image: url(../_commonimg/icon_accordion_close_white.svg);
	}

	nav > ul > li > div > div {
		padding: 0;
		background-color: #1E58AF;
	}

	nav > ul > li > div > div a {
		color: #ffffff;
		font-size: 1.6rem;
		font-weight: normal;
		text-align: left;
		padding: 10px 0 10px 10px;
		line-height: 1.2;
		border: 0;
		border-bottom: 1px dashed #ffffff;
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 12px center;
	}

	/* ------ */
	nav ol {
		display: block;
		padding: 0;
		background-color: #1E58AF;
	}

	nav ol > li,
	nav .product ol > li {
		width: 100%;
	}

	nav ol > li > a {
		color: #ffffff;
		display: block;
		margin: 0;
		line-height: 45px;
		border: 0;
		border-bottom: 1px dashed #ffffff !important;
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 12px center;
	}

	nav ol > li:last-child a {
		border-bottom: 0 dashed #ffffff !important;
	}

	nav .product ol > li > a {
		background-image: none;
		position: relative;
		z-index: 99;
	}

	nav ol > li:last-child a {
		border-bottom: 0;
	}

	nav ol > li > a div:nth-child(1) {
		display: none;
	}

	nav ol > li > a div:nth-child(1) img {
		display: none;
	}

	nav ol > li > a div:nth-child(2) {
		font-size: 1.6rem;
		font-weight: normal;
		width: 100%;
		padding: 10px 20px 10px 10px;
		line-height: 1.2;
	}

	nav .product ol > li > a div:nth-child(2) {
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 12px center;
	}

	nav .product ol > li > a.active div:nth-child(2) {
		background-image: url(../_commonimg/icon_accordion_close_white.svg);
	}

	/* ------ */
	nav .inquiry a,
	nav .language a {
		border-bottom: 1px solid #ffffff;
	}

	nav .recruit p {
		text-align: left;
		line-height: 45px;
		border: 0;
		border-bottom: 1px solid #ffffff;
		background-image: url(../_commonimg/icon_accordion_open_white.svg);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: right 10px center;
	}

	nav .recruit ol li a {
		padding: 0 0 0 10px;
	}

	/* ------ */
	.sublink {
		margin: 0;
	}

	.sublink a {
		font-size: 1.6rem;
		padding: 0 0 0 20px;
		margin: 0;
		line-height: 45px;
		border-bottom: 1px dashed #cccccc;
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 12px center;
	}

	.sublink a:before {
		content: "";
	}

	/* ------ */
	nav > ul > li > a {
		display: block;
		font-size: 1.8rem;
		padding: 0 0 0 0;
		line-height: 45px;
		border-bottom: 1px dashed #cccccc;
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 12px center;
	}

	nav ol > li > a:hover,
	nav ol > li > a:active,
	nav ol > li > a.active {
		border: 0;
	}

	/* ====================================
		hamburger
	==================================== */
	.hamburger_menu {
		display: block;
	}

	/* ====================================
		pankuzu
	==================================== */
	.pankuzu_area ul li a,
	.pankuzu_area ul li span {
		font-size: 1.2rem;
	}

	/* ====================================
		footer
	==================================== */
	footer {
		background-image: url(../_commonimg//bg_piping_footer_right.png);
		background-repeat: repeat-y;
		background-position: right bottom 70px;
	}

	footer .footer_flex div,
	.en-US footer .footer_flex div {
		width: 100%;
	}

	footer .footer_flex ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	footer .footer_flex ul li {
		width: 50%;
	}

	footer .footer_flex ul li a {
		padding: 20px 0;
	}

	/* ====================================
		section
	==================================== */
	.content_title {
		font-size: 2.0rem;
	}

	/* ====================================
		section
	==================================== */
	.title_area {
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.title_area img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		margin: auto;
	}

	section.normal {
		margin: 0 auto 30px auto;
	}

	#company-information section.normal {
		margin: 0 auto 0 auto;
	}

	article h1 {
		font-size: 2.4rem;
	}

	.inner_link li {
		max-width: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.inner_link li:nth-child(2n) {
		margin: 0 0 10px 0;
	}

	/* ====================================
		table
	==================================== */
	.table_basic {
		border-top: 0;
		padding: 0;
	}

	.table_basic:last-child {
		border-bottom: 0;
	}

	.table_basic table,
	.table_basic tbody,
	.table_basic tr,
	.table_basic th,
	.table_basic td {
		display: block;
		width: 100%;
	}

	.table_basic th {
		padding: 5px 10px 5px 10px;
		height: auto;
	}

	.table_basic td {
		padding: 5px 10px 30px 10px;
	}

	.table_basic_caption {
		padding: 10px 10px 3px 10px;
	}

	/* ------ */
	.table_basic td {
		padding: 5px 10px 10px 10px;
	}

	.table_basic td:last-child {
		padding: 5px 10px 50px 10px;
	}

	/* ------ */
	.table_group th br {
		display: none;
	}

	.table_group td:last-child div {
		margin: 0 0 10px 0;
	}

	/* ------ */
	.table_history th div {
		display: inline-block;
		text-align: left;
	}

	.table_history th span {
		display: inline-block;
		text-align: left;
	}

	/* ====================================
		system
	==================================== */
	.system_list li {
		max-width: none;
		width: 100%;
		padding: 0 !important;
		margin: 0 0 20px 0;
	}

	.system_list dl {
		display: flex;
		width: 100%;
	}

	.system_list dt {
		display: flex;
		padding: 0 3px 0 0;
		width: 50%;
	}

	.system_list dd {
		padding: 0 0 0 3px;
		width: 50%;
	}

	.system_list img {
		align-self: flex-start;
	}

	.system_list h3 {
		font-size: 1.4rem;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 5px 10px 5px 5px;
		background-image: url(../_commonimg/icon_accordion_link_white.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		background-position: right 2px center;
	}

	.system_list p {
		display: block;
		font-size: 1.2rem;
	}

	.system_list p br {
		display: none;
	}

	/* ------ */
	.system_flex {
		padding: 0;
		display: block;
	}

	.system_flex li,
	.system_flex li:nth-child(2n) {
		width: 100%;
		padding: 0;
	}

	.system_flex a dt div,
	.system_flex a dt div {
		display: none;
	}

	/* ====================================
		product
	==================================== */
	.product_index {
		display: flex;
	}

	.product_index li {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.product_index li a {
		padding: 10px 5px;
		background-position: right 5px center
	}

	.product_index li span {
		font-size: 1.0rem;
	}

	.category_flex {
		max-width: 330px;
	}

	.category_flex > li {
		max-width: 330px;
		width: 100%;
	}

	#product-coupling .category_flex li img {
		max-width: 330px;
	}

	/* ====================================
		sitemap
	==================================== */
	.sitemap_article > div {
		width: 100%;
	}

	.sitemap_article > div:nth-child(2n-1) {
		margin: 0 0 50px 0;
	}

	.sitemap_article > div:nth-child(2n-0) {
		margin: 0 0 50px 0;
	}

	/* ====================================
		business
	==================================== */
	.range_product ul li {
		width: 50%;
	}

	.range_product ul li p {
		font-size: 1.4rem;
	}

	/* ====================================
		system_title
	==================================== */
	.system_title {
		font-size: 1.8rem;
	}

	/* ====================================
		エントリーフォーム
	==================================== */
	.form_table,
	.form_table tr,
	.form_table td {
		display: block;
	}

	.form_table th {
		padding: 0 0 5px 0;
	}

	.form_table input[type="text"],
	.form_table input[type="tel"],
	.form_table textarea {
		font-size: 1.4rem;
	}

	.form_table input[type="text"].third,
	.form_table input[type="tel"].third {
		width: calc(33% - 12px);
	}

	.select-wrapper {
		width: 100%;
	}

	.form_table th span {
		font-size: 1.2rem;
	}

	/* ====================================
		group
	==================================== */
	.group_detail_flex > div:nth-child(2) {
		width: 130px;
		padding: 0 10px 0 0;
	}

	/* ====================================
		news
	==================================== */
	.news_list ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media only screen and (max-width: 414px) {

	/* ====================================
		section
	==================================== */
	article h1 {
		font-size: 1.8rem;
	}

	/* ====================================
		product
	==================================== */
	.product_read h1 {
		font-size: 1.8rem;
	}

	.product_read h2 {
		font-size: 1.6rem;
	}

	.product_read p {
		text-align: left;
		font-size: 1.4rem;
	}

	/* ====================================
		system
	==================================== */
	.system_read h1 {
		font-size: 1.8rem;
	}

	.system_read h2 {
		font-size: 1.6rem;
	}

	.system_read p {
		text-align: left;
		font-size: 1.4rem;
	}

	/* ------ */
	.system_subtitle b {
		font-size: 2.0rem;
	}

	.system_subtitle strong {
		font-size: 1.9rem;
	}

	.system_subtitle p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	/* ------ */
	.system_list h3 {
		font-size: 1.4rem;
		font-weight: bold;
	}

	/* ====================================
		news
	==================================== */
	.news_list a {
		display: block;
		margin: 0 0 40px 0;
	}

	.news_list a div:nth-child(1),
	.news_list a div:nth-child(2) {
		width: 100%;
	}

	.news_list a div:nth-child(1) {
		margin: 0 0 10px 0;
	}

	.news_list ul li a {
		margin: 0 0 0 0;
	}

	/* ====================================
		product
	==================================== */
	.category_flex {
		max-width: none;
	}

	.category_flex > li {
		max-width: none;
	}

	#product-coupling .category_flex li img {
		max-width: none;
	}

	.table_basic td:last-child {
		padding: 10px 10px 50px 10px;
	}

	.table_history td:last-child {
		padding: 10px 0 50px 0;
	}

	/* ====================================
		history
	==================================== */
	.history_flex_sub p {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.history_flex_sub figure {
		width: 180px;
		padding: 0;
	}

	.history_flex_sub figure img {
		width: 180px;
	}

	.history_flex_sub figure,
	.history_flex_sub p {
		min-width: auto;
	}

	/* ====================================
		business
	==================================== */
	.business_flex {
		display: block;
	}

	.business_flex > div {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.business_flex > div:nth-child(2) {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.business_title_box {
		text-align: left;
	}

	.business_title_box br {
		display: none;
	}

	.info_list a div:nth-child(1) {
		padding: 0 10px 0 0;
	}
}

@media only screen and (max-width: 375px) {

	/* ====================================
		responsive
	==================================== */
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* ====================================
		header
	==================================== */
	.header_logo {
		max-width: 240px;
	}

	/* ====================================
		history
	==================================== */
	.history_flex_sub p {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.history_flex_sub figure {
		width: 160px;
	}

	.history_flex_sub figure img {
		width: 160px;
	}

	.history_flex_sub figure.wide,
	.history_flex_sub figure.wide img {
		width: 100%;
	}
}

@media only screen and (max-width: 360px) {

	/* ====================================
		history
	==================================== */
	.history_flex_sub figure {
		width: 155px;
	}

	.history_flex_sub figure img {
		width: 155px;
	}
}

@media only screen and (max-width: 320px) {

	/* ====================================
		product
	==================================== */
	.product_read h2 {
		text-align: left;
		font-size: 1.4rem;
	}

	.product_read h2 br {
		display: none !important;
	}

	.product_read p {
		text-align: left;
		font-size: 1.4rem;
	}

	.product_read p br {
		display: none !important;
	}

	/* ====================================
		system
	==================================== */
	.system_read h2 {
		text-align: left;
		font-size: 1.4rem;
	}

	.system_read h2 br {
		display: none !important;
	}

	.system_read p {
		text-align: left;
		font-size: 1.4rem;
	}

	.system_read p br {
		display: none !important;
	}

	/* ------ */
	.system_subtitle b {
		font-size: 1.4rem;
	}

	.system_subtitle strong {
		font-size: 1.9rem;
	}

	.system_subtitle p {
		font-size: 1.2rem;
	}

}
