@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}
video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
p, blockquote, dl, dd, figure {
  margin: 0;
}
hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}
pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

li {
  list-style: none;
}
a:focus {  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
strong, b {
  font-weight: bold;
}
small {
  font-size: 0.83em;
}
q {
  quotes: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
code, samp, kbd {
  font-family: monospace, sans-serif;
}
mark {
  color: black;
  background-color: yellow;
}
sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
br {
  *letter-spacing: 0;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  padding: 0;
  text-align: left;
}
th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}
input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
select {
  line-height: normal;
}
textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
body {
  width: 100%;
  text-align: left;
  line-height: 1.7;
  color: #000000;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 300;
}
a {
  outline: none;
  color: #000000;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img:not(.is-mainimg) {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.header_nav_menu a {
	color: #000000;
	text-decoration: none;
}

.header_utility_menu_li > a {
	text-decoration: none;
	color: #e6000d;
}

/* ================================================== *
 *
 *    UTILITY CLASS
 *
 * ================================================== */
/* -------------------------------------------------- *
 *    clear
 * -------------------------------------------------- */
.u-clear_b {clear: both;}
.u-clear_r {clear: right;}
.u-clear_l {clear: left;}

/* clearfix */
.u-clear::before,
.u-clear::after {
	content: " ";
	display: table;
}
.u-clear::after {
	clear: both;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}

/* --------------------------------------------------- *
 *    float
 * --------------------------------------------------- */
.u-float_r {
	display: block;
	float: right;
}
.u-float_l {
	display: block;
	float: left;
}

/* --------------------------------------------------- *
 *    text align
 * --------------------------------------------------- */
.u-align_c {
	text-align: center !important;
}
.u-align_r {
	text-align: right !important;
}
.u-align_l {
	text-align: left !important;
}
.u-align_t {
	vertical-align: top;
}
.u-align_m {
	vertical-align: middle;
}
.u-align_b {
	vertical-align: bottom;
}


/* --------------------------------------------------- *
 *    font weight
 * --------------------------------------------------- */
.u-bold {
	font-weight: bold !important;
}

/* --------------------------------------------------- *
 *    font family
 * --------------------------------------------------- */
.u-alphabet {
	font-family: Arial, sans-serif !important;
}

/* --------------------------------------------------- *
 *    font size
 * --------------------------------------------------- */
.u-size_11 {font-size: 11px !important;}
.u-size_12 {font-size: 12px !important;}
.u-size_13 {font-size: 13px !important;}
.u-size_14 {font-size: 14px !important;}
.u-size_15 {font-size: 15px !important;}
.u-size_16 {font-size: 16px !important;}
.u-size_17 {font-size: 17px !important;}
.u-size_18 {font-size: 18px !important;}
.u-size_19 {font-size: 19px !important;}
.u-size_20 {font-size: 20px !important;}
.u-size_21 {font-size: 21px !important;}
.u-size_22 {font-size: 22px !important;}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {margin-top: 0 !important;}
.u-mt_5 {margin-top: 5px !important;}
.u-mt_10 {margin-top: 10px !important;}
.u-mt_15 {margin-top: 15px !important;}
.u-mt_20 {margin-top: 20px !important;}
.u-mt_25 {margin-top: 25px !important;}
.u-mt_30 {margin-top: 30px !important;}
.u-mt_35 {margin-top: 35px !important;}
.u-mt_40 {margin-top: 40px !important;}
.u-mt_45 {margin-top: 45px !important;}
.u-mt_50 {margin-top: 50px !important;}
.u-mt_1em {margin-top: 1em !important;}
.u-mt_2em {margin-top: 2em !important;}
.u-mt_3em {margin-top: 3em !important;}
.u-mr_0 {margin-right: 0 !important;}
.u-mr_5 {margin-right: 5px !important;}
.u-mr_9 {margin-right: 9px !important;}
.u-mr_10 {margin-right: 10px !important;}
.u-mr_15 {margin-right: 15px !important;}
.u-mr_18 {margin-right: 18px !important;}
.u-mr_20 {margin-right: 20px !important;}
.u-mr_25 {margin-right: 25px !important;}
.u-mr_30 {margin-right: 30px !important;}
.u-mr_35 {margin-right: 35px !important;}
.u-mr_40 {margin-right: 40px !important;}
.u-mr_50 {margin-right: 50px !important;}
.u-mr_1em {margin-right: 1em !important;}
.u-mr_2em {margin-right: 2em !important;}
.u-mr_3em {margin-right: 3em !important;}
.u-mb_0 {margin-bottom: 0 !important;}
.u-mb_5 {margin-bottom: 5px !important;}
.u-mb_10 {margin-bottom: 10px !important;}
.u-mb_15 {margin-bottom: 15px !important;}
.u-mb_20 {margin-bottom: 20px !important;}
.u-mb_25 {margin-bottom: 25px !important;}
.u-mb_30 {margin-bottom: 30px !important;}
.u-mb_35 {margin-bottom: 35px !important;}
.u-mb_40 {margin-bottom: 40px !important;}
.u-mb_45 {margin-bottom: 45px !important;}
.u-mb_50 {margin-bottom: 50px !important;}
.u-mb_1em {margin-bottom: 1em !important;}
.u-mb_2em {margin-bottom: 2em !important;}
.u-mb_3em {margin-bottom: 3em !important;}
.u-ml_0 {margin-left: 0 !important;}
.u-ml_5 {margin-left: 5px !important;}
.u-ml_10 {margin-left: 10px !important;}
.u-ml_15 {margin-left: 15px !important;}
.u-ml_20 {margin-left: 20px !important;}
.u-ml_25 {margin-left: 25px !important;}
.u-ml_30 {margin-left: 30px !important;}
.u-ml_35 {margin-left: 35px !important;}
.u-ml_40 {margin-left: 40px !important;}
.u-ml_45 {margin-left: 45px !important;}
.u-ml_50 {margin-left: 50px !important;}
.u-ml_1em {margin-left: 1em !important;}
.u-ml_2em {margin-left: 2em !important;}
.u-ml_3em {margin-left: 3em !important;}

/* --------------------------------------------------- *
 *    padding
 * --------------------------------------------------- */
.u-pt_0 {padding-top: 0 !important;}
.u-pt_5 {padding-top: 5px !important;}
.u-pt_10 {padding-top: 10px !important;}
.u-pt_15 {padding-top: 15px !important;}
.u-pt_20 {padding-top: 20px !important;}
.u-pt_25 {padding-top: 25px !important;}
.u-pt_30 {padding-top: 30px !important;}
.u-pt_35 {padding-top: 35px !important;}
.u-pt_40 {padding-top: 40px !important;}
.u-pt_45 {padding-top: 45px !important;}
.u-pt_50 {padding-top: 50px !important;}
.u-pt_1em {padding-top: 1em !important;}
.u-pt_2em {padding-top: 2em !important;}
.u-pt_3em {padding-top: 3em !important;}
.u-pr_0 {padding-right: 0 !important;}
.u-pr_5 {padding-right: 5px !important;}
.u-pr_10 {padding-right: 10px !important;}
.u-pr_15 {padding-right: 15px !important;}
.u-pr_20 {padding-right: 20px !important;}
.u-pr_25 {padding-right: 25px !important;}
.u-pr_30 {padding-right: 30px !important;}
.u-pr_35 {padding-right: 35px !important;}
.u-pr_40 {padding-right: 40px !important;}
.u-pr_45 {padding-right: 45px !important;}
.u-pr_50 {padding-right: 50px !important;}
.u-pr_1em {padding-right: 1em !important;}
.u-pr_2em {padding-right: 2em !important;}
.u-pr_3em {padding-right: 3em !important;}
.u-pb_0 {padding-bottom: 0 !important;}
.u-pb_5 {padding-bottom: 5px !important;}
.u-pb_10 {padding-bottom: 10px !important;}
.u-pb_15 {padding-bottom: 15px !important;}
.u-pb_20 {padding-bottom: 20px !important;}
.u-pb_25 {padding-bottom: 25px !important;}
.u-pb_30 {padding-bottom: 30px !important;}
.u-pb_35 {padding-bottom: 35px !important;}
.u-pb_40 {padding-bottom: 40px !important;}
.u-pb_45 {padding-bottom: 45px !important;}
.u-pb_50 {padding-bottom: 50px !important;}
.u-pb_1em {padding-bottom: 1em !important;}
.u-pb_2em {padding-bottom: 2em !important;}
.u-pb_3em {padding-bottom: 3em !important;}
.u-pl_0 {padding-left: 0 !important;}
.u-pl_5 {padding-left: 5px !important;}
.u-pl_10 {padding-left: 10px !important;}
.u-pl_15 {padding-left: 15px !important;}
.u-pl_20 {padding-left: 20px !important;}
.u-pl_25 {padding-left: 25px !important;}
.u-pl_30 {padding-left: 30px !important;}
.u-pl_35 {padding-left: 35px !important;}
.u-pl_40 {padding-left: 40px !important;}
.u-pl_45 {padding-left: 45px !important;}
.u-pl_50 {padding-left: 50px !important;}
.u-pl_1em {padding-left: 1em !important;}
.u-pl_2em {padding-left: 2em !important;}
.u-pl_3em {padding-left: 3em !important;}

/* --------------------------------------------------- *
 *    margin
 * --------------------------------------------------- */
.u-mt_0 {margin-top: 0 !important;}
.u-mt_5 {margin-top: 5px !important;}
.u-mt_10 {margin-top: 10px !important;}
.u-mt_15 {margin-top: 15px !important;}
.u-mt_20 {margin-top: 20px !important;}
.u-mt_25 {margin-top: 25px !important;}
.u-mt_30 {margin-top: 30px !important;}
.u-mt_35 {margin-top: 35px !important;}
.u-mt_40 {margin-top: 40px !important;}
.u-mt_45 {margin-top: 45px !important;}
.u-mt_50 {margin-top: 50px !important;}
.u-mt_1em {margin-top: 1em !important;}
.u-mt_2em {margin-top: 2em !important;}
.u-mt_3em {margin-top: 3em !important;}
.u-mr_0 {margin-right: 0 !important;}
.u-mr_5 {margin-right: 5px !important;}
.u-mr_9 {margin-right: 9px !important;}
.u-mr_10 {margin-right: 10px !important;}
.u-mr_15 {margin-right: 15px !important;}
.u-mr_18 {margin-right: 18px !important;}
.u-mr_20 {margin-right: 20px !important;}
.u-mr_25 {margin-right: 25px !important;}
.u-mr_30 {margin-right: 30px !important;}
.u-mr_35 {margin-right: 35px !important;}
.u-mr_40 {margin-right: 40px !important;}
.u-mr_50 {margin-right: 50px !important;}
.u-mr_1em {margin-right: 1em !important;}
.u-mr_2em {margin-right: 2em !important;}
.u-mr_3em {margin-right: 3em !important;}
.u-mb_0 {margin-bottom: 0 !important;}
.u-mb_5 {margin-bottom: 5px !important;}
.u-mb_10 {margin-bottom: 10px !important;}
.u-mb_15 {margin-bottom: 15px !important;}
.u-mb_20 {margin-bottom: 20px !important;}
.u-mb_25 {margin-bottom: 25px !important;}
.u-mb_30 {margin-bottom: 30px !important;}
.u-mb_35 {margin-bottom: 35px !important;}
.u-mb_40 {margin-bottom: 40px !important;}
.u-mb_45 {margin-bottom: 45px !important;}
.u-mb_50 {margin-bottom: 50px !important;}
.u-mb_1em {margin-bottom: 1em !important;}
.u-mb_2em {margin-bottom: 2em !important;}
.u-mb_3em {margin-bottom: 3em !important;}
.u-ml_0 {margin-left: 0 !important;}
.u-ml_5 {margin-left: 5px !important;}
.u-ml_10 {margin-left: 10px !important;}
.u-ml_15 {margin-left: 15px !important;}
.u-ml_20 {margin-left: 20px !important;}
.u-ml_25 {margin-left: 25px !important;}
.u-ml_30 {margin-left: 30px !important;}
.u-ml_35 {margin-left: 35px !important;}
.u-ml_40 {margin-left: 40px !important;}
.u-ml_45 {margin-left: 45px !important;}
.u-ml_50 {margin-left: 50px !important;}
.u-ml_1em {margin-left: 1em !important;}
.u-ml_2em {margin-left: 2em !important;}
.u-ml_3em {margin-left: 3em !important;}

/* --------------------------------------------------- *
*    padding
* --------------------------------------------------- */
.u-pt_0 {padding-top: 0 !important;}
.u-pt_5 {padding-top: 5px !important;}
.u-pt_10 {padding-top: 10px !important;}
.u-pt_15 {padding-top: 15px !important;}
.u-pt_20 {padding-top: 20px !important;}
.u-pt_25 {padding-top: 25px !important;}
.u-pt_30 {padding-top: 30px !important;}
.u-pt_35 {padding-top: 35px !important;}
.u-pt_40 {padding-top: 40px !important;}
.u-pt_45 {padding-top: 45px !important;}
.u-pt_50 {padding-top: 50px !important;}
.u-pt_1em {padding-top: 1em !important;}
.u-pt_2em {padding-top: 2em !important;}
.u-pt_3em {padding-top: 3em !important;}
.u-pr_0 {padding-right: 0 !important;}
.u-pr_5 {padding-right: 5px !important;}
.u-pr_10 {padding-right: 10px !important;}
.u-pr_15 {padding-right: 15px !important;}
.u-pr_20 {padding-right: 20px !important;}
.u-pr_25 {padding-right: 25px !important;}
.u-pr_30 {padding-right: 30px !important;}
.u-pr_35 {padding-right: 35px !important;}
.u-pr_40 {padding-right: 40px !important;}
.u-pr_45 {padding-right: 45px !important;}
.u-pr_50 {padding-right: 50px !important;}
.u-pr_1em {padding-right: 1em !important;}
.u-pr_2em {padding-right: 2em !important;}
.u-pr_3em {padding-right: 3em !important;}
.u-pb_0 {padding-bottom: 0 !important;}
.u-pb_5 {padding-bottom: 5px !important;}
.u-pb_10 {padding-bottom: 10px !important;}
.u-pb_15 {padding-bottom: 15px !important;}
.u-pb_20 {padding-bottom: 20px !important;}
.u-pb_25 {padding-bottom: 25px !important;}
.u-pb_30 {padding-bottom: 30px !important;}
.u-pb_35 {padding-bottom: 35px !important;}
.u-pb_40 {padding-bottom: 40px !important;}
.u-pb_45 {padding-bottom: 45px !important;}
.u-pb_50 {padding-bottom: 50px !important;}
.u-pb_1em {padding-bottom: 1em !important;}
.u-pb_2em {padding-bottom: 2em !important;}
.u-pb_3em {padding-bottom: 3em !important;}
.u-pl_0 {padding-left: 0 !important;}
.u-pl_5 {padding-left: 5px !important;}
.u-pl_10 {padding-left: 10px !important;}
.u-pl_15 {padding-left: 15px !important;}
.u-pl_20 {padding-left: 20px !important;}
.u-pl_25 {padding-left: 25px !important;}
.u-pl_30 {padding-left: 30px !important;}
.u-pl_35 {padding-left: 35px !important;}
.u-pl_40 {padding-left: 40px !important;}
.u-pl_45 {padding-left: 45px !important;}
.u-pl_50 {padding-left: 50px !important;}
.u-pl_1em {padding-left: 1em !important;}
.u-pl_2em {padding-left: 2em !important;}
.u-pl_3em {padding-left: 3em !important;}

.is-ie,
.ie .not-ie {
  display: none;
}
.ie .is-ie {
  display: block;
}

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
#wrapper {
	width: 100%;
}
@media only screen and (max-width: 767px) {
.pcVer {
	display: none;
}
}
@media print, screen and (min-width: 768px) {
.spVer {
	display: none;
}
html {
	background: #f5f5f5;
}
.articleContents {
	min-width: 1055px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}
.common_contents__width{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contentsIn,
#global__pagetitle,
#global__function,
#global__keyvisual,
#global__tabnavigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* リキッドレイアウト */
.liquidLayout .articleContents {
	max-width: 100%;
	width: 100%;
	border-left: none;
	border-right: none;
	box-shadow: none;
}
}

/* --------------------------------------------------- *
 *    header
 * --------------------------------------------------- */
#global__header {
	width: 100%;
	border-bottom: #c8c7b8 2px solid;
}
#global__header a {
	text-decoration: none;
}
#global__header--header {
	display: table;
	background: rgba(255,255,255,0.7);
}
/* 会員サイト */
#global__header--member > ul > li > a {
	color: #e6000d;
	display: block;
}
#global__header--member > ul > li:first-child a {
}
/* 製品Title */
#global__pagetitle {
	text-align: center;
	position: relative;
}
/* 検索 */
#global__pagetitle--search_btn {
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0.86rem;
	text-align: center;
	color: #716f63;
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	position: absolute;
	z-index: 1;
}

#global__pagetitle--search_form input,
#global__pagetitle--search_form button,
#global__pagetitle--search_form textarea,
#global__pagetitle--search_form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#global__pagetitle--search_form {
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	line-height: 1;
	box-sizing: border-box;
	z-index: 10;
	padding-left: 2px;
	letter-spacing: -0.4em;
	text-align: right;
}

#global__pagetitle--search_form > form > span > input[type="search"] {
	border: #b3b2a4 1px solid;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	color: #000 !important;
}
#global__pagetitle--search_form > form > span > #search_btn {
	display: inline-block;
	letter-spacing: normal;
	border: 0;
	overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	border: #fff 1px solid;
	padding: 2px 10px 5px 10px;
}
/* MENU */
#global__function--localmenu {
	color: #716f63;
	text-align: left;
	position: relative;
}
#global__function--localmenu #localmenu_btn {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
#global__function--localmenu #localmenu_btn::after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
}
#global__function--localmenu #localmenu_btn.active::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#global__function--localmenu_menu {
	position: absolute;
	left: 0;
	background: #eeeddf;
	z-index: 100;
}
#global__function--localmenu_menu > li {
	padding: 0 15px;
	border-bottom: #c8c7b8 1px solid;
}
#global__function--localmenu_menu > li:last-child {
	border-bottom: none;
}
#global__function--localmenu_menu > li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px 0;
}
#global__function--localmenu_menu > li a::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 10px;
}

/* SP */
@media only screen and (max-width: 767px) {
#global__header {
	width: 100%;
	box-sizing: border-box;
}
#global__header--header {
	width: 100%;
	height: 55px;
	overflow: hidden;
}
#global__header--navbtn,
#global__header--title_logo,
#global__header--member {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
/* ナビbtn */
#global__header--navbtn {
	width: 55px;
	text-align: left;
	padding-left: 10px;
}
#global__header--navbtn_spMenu {
	cursor: pointer;
}
#global__header--navbtn_spMenu img {
	width: 22px;
	height: auto;
}
/* ロゴ */
#global__header--title_logo {
	text-align: center;
}
#global__header--title_logo-logo img {
	width: 96px;
	height: auto;
}
/* 会員サイト */
#global__header--member {
	width: 55px;
	text-align: right;
	font-size: 0.71rem;
}
#global__header--member > ul {
	letter-spacing: -0.4em;
	text-align: right;
}
#global__header--member > ul > li {
	letter-spacing: normal;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 55px;
	padding-top: 10px;
}
.global__header--member_login > ul > li:first-child {
	display: none !important;
}
#global__header--member > ul > li i {
	display: block;
}
#global__header--member > ul > li i img {
	width: 22px;
	height: auto;
}
#global__header--nav_menu .menu {
	display: none !important;
}
#global__header--nav {
	width: 100%;
	background: rgba(82,70,70,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
#global__header--nav .btnClose {
	padding: 1.6% 3.3%;
	height: 40px;
	box-sizing: border-box;
}
#global__header--nav .btnClose img {
	max-width: 20px;
	width: 6.7%;
}
#global__header--nav_menu {
	border-top: #eeeddf 1px solid;
	height: 100%;
}
#global__header--nav_menu > li {
	border-bottom: #eeeddf 1px solid;
}
#global__header--nav_menu > li a {
	display: block;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.14rem;
}
#global__header--nav_menu > li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	padding-right: 5px;
	margin-left: 5px;
}
/* 製品Title */
#global__pagetitle {
	width: 100%;
	height: 40px;
	display: table;
	box-sizing: border-box;
	text-align: left;
	padding-left: 3.3%;
	padding-right: 15%;
}
#global__pagetitle--title {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.14rem;
	line-height: 1.2;
	font-weight: normal;
}
#global__pagetitle--title img {
	height: 40px;
	width: auto;
}
/* 検索 */
#global__pagetitle--searchPc {
	display: none;
}
#global__pagetitle--search #global__pagetitle--search_btn {
    width: 34px;
    height: 34px;
    right: 10px;
    top: 3px;
	background-color:#666;
}
#global__pagetitle--search #global__pagetitle--search_btn > input[type="button"] {
	border: 0;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-size: 45% auto;
	background-position: center 3px;
	padding-top: 16px;
    font-size: 0.71rem;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	margin:0;
	padding:16px 0 0 0;

	-webkit-appearance: none
}
#global__pagetitle--search #global__pagetitle--search_form {
	width: 100%;
	height: 62px;
	padding: 3.3%;
	border: none;
	border-radius: 0;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	display: none;
}
#global__pagetitle--search #global__pagetitle--search_form form {
	display: table;
	width: 100%;
}
#global__pagetitle--search #global__pagetitle--search_form form span {
	display: table-cell;
	vertical-align: top;
}
#global__pagetitle--search #global__pagetitle--search_form form span:first-child input {
	width: 100%;
	box-sizing: border-box;
}
#global__pagetitle--search #global__pagetitle--search_form form span:nth-child(2) {
	width: 40px;
}
#global__pagetitle--search #global__pagetitle--search_form > form > span > #search_btn {
	background: #716f63;
	border: #716f63 1px solid;
	height: 27px;
	color: #fff;
}
#global__function.search {
	padding-top: 62px;
}
#global__pagetitle--search_form > form > span > input[type="search"] {
	height: 27px;
	font-size: 16px !important;
}
/* MENU */
.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#global__function--localmenu {
	background: #eeeddf;
	height: 40px;
	position: relative;
}
#global__function--localmenu_menu {
	border-top: #fff 2px solid;
	display: none;
}
#global__function--localmenu_menu::before {
	content: '';
	display: block;
	width: 118px;
	height: 2px;
	background: #eeeddf;
	position: absolute;
	left: 0;
	top: -2px;
}
#global__function--localmenu #localmenu_btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 3.3%;
	border-right: #fff 2px solid;
}
#global__function--localmenu #localmenu_btn::after {
	right: 15px;
	top: 8px;
}
#global__function--localmenu #localmenu_btn.active::after {
	right: 15px;
	top: 15px;
}
#global__function--localmenu_menu > li a {
	padding: 5px 25px 5px 0;
}
/* パンくず */
#global__function--breadcrumb {
	display: none;
}
/* リキッドレイアウト */
.liquidLayout #global__search {
	width: 100%;
	position: relative;
}
.liquidLayout #global__pagetitle--search_form {
	background: #fff;
}

}
/* PC */
@media print, screen and (min-width: 768px) {
#global__header--navbtn,
#global__header--nav .btnClose {
	display: none;
}
#global__header {
	width: 100%;
	min-width: 960px;
	height: 72px;
}
#global__header--header {
	width: 100%;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#global__header--title_logo {
	display: table-cell;
/* width: 128px; */
	width: 188px;
	padding: 14px 30px;
	vertical-align: top;
}
#global__header--title_logo img {
    height: 44px;
    width: auto;
}
#global__header--nav {
	display: table-cell;
	vertical-align: middle;
}
#global__header--nav > #global__header--nav_menu {
	display: table;
	font-size: 1.07rem;
}
#global__header--nav > #global__header--nav_menu > li {
	display: table-cell !important;
	vertical-align: middle;
	padding: 0 13px;
	height: 72px;
}
#global__header--nav > #global__header--nav_menu > li:first-child {
	padding-left: 0;
}
#global__header--nav > #global__header--nav_menu > li:last-child {
	padding-right: 0;
}
#global__header--nav > #global__header--nav_menu > li > a {
	display: block;
	position: relative;
}
}
#global__header--nav > #global__header--nav_menu > li > .menu {
	width: 91.2%;
	max-width: 1090px;
	position: absolute;
	left: 30px;
	top: 62px;
	z-index: 102;
	background: rgba(82,70,70,0.9);
	padding: 25px;
	box-sizing: border-box;
	display: none !important;
}
#global__header--nav > #global__header--nav_menu > li.mddActive > .menu {
	display: block !important;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
	padding-top: 15px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li {
	display: table-cell;
	width: 25%;
	background-color: #fff;
}
#global__header--nav > #global__header--nav_menu > .products .menu::before,
#global__header--nav > #global__header--nav_menu > .business .menu::before,
#global__header--nav > #global__header--nav_menu > .corporate .menu::before {
	content: '';
	display: block;
	border-right: 10px solid transparent;
	border-bottom: 20px solid rgba(82,70,70,0.9);
	border-left: 10px solid transparent;
	position: absolute;
	left: 200px;
	top: -20px;
}
#global__header--nav > #global__header--nav_menu > .business .menu::before {
	left: 322px;
}
#global__header--nav > #global__header--nav_menu > .corporate .menu::before {
	left: 512px;
}

#global__header--nav > #global__header--nav_menu > li > .menu .listAll {
	padding-left: 30px;
	color: #fff;
	font-size: 1.14rem;
	display: inline-block;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .listAll::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/shared_common/images/ic_list_all.svg) no-repeat left center;
	background-position: left bottom;
	background-size: 20px 40px;
	position: absolute;
	left: 0;
	top: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop {
	display: inline-block;
	border: #a7a7a2 2px solid;
	font-size: 1.07rem;
	margin-left: 40px;
}
#global__header--nav > #global__header--nav_menu > li.corporate > .menu .cateTop {
	margin-left: 0;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop a {
	color: #fff;
	padding: 0 70px 0 15px;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateTop a::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce {
	font-size: 1.07rem;
	display: inline-block;
	float: right;
	overflow: hidden;
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce a,
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li a {
	color: #fff;
	padding-right: 40px;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu .announce a::after,
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu {
	float: right;
	overflow: hidden;
	clear: both;
	letter-spacing: -0.4em;
}
#global__header--nav > #global__header--nav_menu > li > .menu .cateSubMenu li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 40px;
}

#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList {
	padding: 10px;
	border-bottom: #c8c7b8 2px solid;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks:last-child,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line:last-child,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList:last-child {
	border-bottom: none;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line {
	color: #716f63;
	font-weight: bold;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a {
	display: block;
	position: relative;
	padding-left: 15px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList > li a {
	font-size: 0.86rem;
	padding-left: 15px;
	display: block;
	position: relative;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd {
	display: block !important;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dd a::before,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList > li a::before {
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #c8c7b8;
	position: absolute;
	left: 0;
	top: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList.noArrow > li a {
	padding-left: 0;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinksList.noArrow > li a::before {
	content: none;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a {
	display: inline-block;
	padding-left: 0;
	padding-right: 40px;
	margin-bottom: 5px;
}
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks dt a::after,
#global__header--nav > #global__header--nav_menu > li > .menu > .menuList > li > .menuListLinks1line a::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_01.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_02.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:first-child .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_03.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(2) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_04.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(2) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_05.jpg) no-repeat right 5px top 5px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_06.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_07.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(3) .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_08.jpg) no-repeat right 5px top 5px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:first-child {
	background: #fff url(/products/images_global/ghn_menu_pro_img_09.jpg) no-repeat right 10px top 10px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:nth-child(2) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_10.jpg) no-repeat right 5px top 10px;
	min-height: 88px;
}
#global__header--nav > #global__header--nav_menu > .products > .menu > .menuList > li:nth-child(4) .menuListLinks:nth-child(3) {
	background: #fff url(/products/images_global/ghn_menu_pro_img_11.jpg) no-repeat right 10px top 10px;
	padding-right: 76px;
}
#global__header--nav > #global__header--nav_menu .menu a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
/* 会員サイト */
#global__header--member {
	width: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
/* 会員サイト(ログインあり) */
#global__header--member.global__header--member_login {
	width: 160px !important;
}
#global__header--member > ul {
	display: table;
	width: 100%;
}

#global__header--member > ul > li {
	display: table-cell;
	width: 50%;
	height: 72px;
	vertical-align: middle;
	text-align: center;
}

#global__header--member.global__header--member_login > ul > li {
	border-left: 1px solid #d8dacc;
	font-size: 0.8rem !important;
}

#global__header--member > ul > li > a {
	text-align: center;
}

#global__header--member > ul > li a i {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#global__header--member > ul > li:first-child a i {
	width: 24px;
	padding: 10px 0 2px;
}
#global__header--member > ul > li:last-child a i {
	width: 24px;
	padding: 10px 0 2px;
}
#global__header--member > ul > li:first-child a i img {
	width: 100%;
	height: auto;
}
#global__header--nav > ul > li > a:hover span,
#global__header--member > ul > li > a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
/* 製品title */
#global__pagetitle {
	height: 56px;
}
#global__pagetitle--title {
	height: 56px;
	line-height: 56px;
	font-size: 1.43rem;
	font-weight: normal;
}
#global__pagetitle--title img {
	vertical-align: bottom;
}
/* 検索 */
#global__pagetitle--search {
	display: none;
}
#global__pagetitle--searchPc {
	position: absolute;
	right: 15px;
	top: 5px;
	height: 48px;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn {
	border-radius: 3px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn > input[type="button"] {
	border: 0;
	width: 48px;
	height: 46px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 25px;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-color: #fff;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	background-size: 20px 20px;
}
#global__pagetitle--searchPc #global__pagetitle--search_form {
	display: block;
	width: 260px;
	height: 48px;
	border: #b3b2a4 1px solid;
	border-radius: 3px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}
#global__pagetitle--searchPc .active #global__pagetitle--search_form {
	display: block !important;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form {
	letter-spacing: -0.4em;
	text-align: right;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span:first-child {
	margin-right: 3px;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > input[type="search"] {
	width: 186px;
	height: 22px;
	color: #000 !important;
}
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > #search_btn {
	border: 0;
	width: 48px;
	height: 46px;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 25px;
	font-size: 0.86rem;
	vertical-align: middle;
	text-align: center;
	color: #716f63;
	background-image: url(/shared_common/images/ic_search.svg);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	background-size: 20px 20px;
}
#global__pagetitle--searchPc #global__pagetitle--search_btn:hover,
#global__pagetitle--searchPc #global__pagetitle--search_form > form > span > #search_btn:hover {
	cursor: pointer;
	opacity: 0.5;
}

/* 機能ヘッダー */
#global__function {
	display: table;
	width: 100%;
	height: 36px;
	background: #eeeddf;
	box-sizing: border-box;
}
/* MENU */
#global__function--localmenu {
	display: table-cell;
	width: 110px;
	border-right: #c8c7b8 1px solid;
	position: relative;
}
#global__function--localmenu #localmenu_btn {
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
}
#global__function--localmenu #localmenu_btn::after {
	right: 15px;
	top: 5px;
}
#global__function--localmenu #localmenu_btn.active::after {
	top: 12px;
}
#global__function--localmenu #localmenu_btn:hover {
	opacity: 0.5;
	transition: 0.8s;
}
/* パンくず */
#global__function--breadcrumb {
	letter-spacing: -0.4em;
	padding: 0 15px;
}
#global__function--breadcrumb > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	font-size: 0.86rem;
	background: url(/shared_common/images/ic_separator.svg) no-repeat 5px 5px;
	padding: 2px 0 0 20px;
}
#global__function--breadcrumb > li a {
	text-decoration: none;
}
#global__function--breadcrumb > li:first-child {
	width: 20px;
	background: none;
	padding: 0;
}
#global__function--breadcrumb > li:first-child img {
	width: 18px;
}
#global__function--localmenu_menu {
	width: 220px;
	top: 36px;
	display: none;
}
#global__function--breadcrumb > li a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
/* リキッドレイアウト */
.liquidLayout #global__header--header {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.liquidLayout #global__search {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.liquidLayout #global__pagetitle--search_form {
	background: #fff;
}

/* --------------------------------------------------- *
 *    footer
 * --------------------------------------------------- */
/* このページのTOPへ */
.pagetop {
	text-align: right;
	margin: 2em 0;
	padding-right: 15px;
	box-sizing: border-box;
}
.pagetop a {
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.pagetop a::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #9d9d8f;
	border-right: 3px solid #9d9d8f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 6px;
}
#global__footer {
	width: 100%;
	color: #fff;
}
#global__footer a {
	color: #fff;
	text-decoration: none;
}
#global__footer .bnrlist1_li a {
	background: #fff;
}
#global__footer--common {
	background: #403d33;
}
#global__footer #global__footer--common .lnikList {
	letter-spacing: -0.4em;
	margin-bottom: 2em;
}
#global__footer #global__footer--common .lnikList > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

/* SP */
@media only screen and (max-width: 767px) {
/* このページのTOPへ */
.pagetop {
	margin: 0;
	padding: 2em 3.3% 2em 0;
}
#global__footer #global__footer--product,
#global__footer #global__footer--category {
	display: none;
}
#global__footer #global__footer--common {
	padding: 3.3% 3.3% 6.6%;
}
#global__footer #global__footer--common .lnikList {
	text-align: center;
}
#global__footer #global__footer--common .lnikList > li {
	margin-left: 15px;
	margin-right: 15px;
}
#global__footer .footer_copyright {
	text-align: center;
}
}
/* PC */
@media print, screen and (min-width: 768px) {
#global__footer {
	width: 100%;
}
#global__footer--product,
#global__footer--category,
#global__footer--common {
	width: 100%;
}
#global__footer--product {
	background: #716f63;
}
#global__footer--category {
	background: #59574b;
}
#global__footer--common {
	padding-bottom: 20px;
}
#global__footer--product > div > ul,
#global__footer--category > div > ul,
#global__footer--category > div > div > ul,
#global__footer--common > div > ul {
	width: 100%;
	padding: 20px 65px 0;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
#global__footer--product .f_3col > li,
#global__footer--category .f_3col > li {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
}
#global__footer--product .f_3col > li:first-child,
#global__footer--category .f_3col > li:first-child {
	margin-left: 0;
}
#global__footer .f_3col ul,
#global__footer .f_4col ul{
	margin-bottom: 2em;
}
#global__footer .cateList dt {
	border-bottom: #fff 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#global__footer--common .footer_copyright {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 65px;
	box-sizing: border-box;
	float: none;
}
#global__footer a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
#global__footer--product .f_3col > li .cap,
#global__footer--category .f_3col > li .cap {
	margin-top: 0.5em;
	color: #fff;
	font-size: 0.7rem;
	line-height: 1.2;
}
/* リキッドレイアウト */
.liquidLayout .pagetop,
.liquidLayout #global__footer--category > ul,
.liquidLayout #global__footer--common > ul,
.liquidLayout #global__footer--common .footer_copyright {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
}

/* --------------------------------------------------- *
 *    tabnavigation
 * --------------------------------------------------- */
#global__tabnavigation--wrap {
	width: 100%;
	height: 90px;
	background: #b3b2a4;
	border-bottom: #716f63 15px solid;
	box-sizing: border-box;
}
#global__tabnavigation {
	width: 100%;
	height: 75px;
	margin:  0 auto;
	display: table;
}
#global__tabnavigation > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #b3b2a4;
	border-left: #fff 2px solid;
	cursor: pointer;
	font-size: 1.5rem;
}
#global__tabnavigation > li:first-child {
	border-left: none;
}
#global__tabnavigation > li.active {
	background-color: #716f63;
}
#global__tabnavigation.division03 > li {
	width: 33.3%;
}

/* SP */
/* キーフレームを作成 */
@keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}

@media only screen and (max-width: 767px) {
#global__tabnavigation--wrap {
	width: 100%;
	height: 85px;
	background: #b3b2a4;
	border-bottom: #716f63 15px solid;
	box-sizing: border-box;
}
#global__tabnavigation {
	height: 70px;
	display: block;
	width: 100%;
}
#global__tabnavigation > li {
	float: left;
	height: 70px;
	box-sizing: border-box;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 70px;
}
/* global__tabnavigation Scroll */
#global__tabnavigation.scrolled {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	animation: fadein 0.7s;
	-webkit-animation: fadein 0.7s;
}

/* contents */
#global__tabnavigation + div {
	background: #eeeddf;
}
}
/* PC */
@media print, screen and (min-width: 768px) {
#global__tabnavigation > li {
	font-size: 1.55rem;
}
#global__tabnavigation > li::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#global__tabnavigation > li::before {
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
}
#global__tabnavigation > li:not(.active):hover {
	opacity: 0.5;
	transition: 0.8s;
}
/* contents */
#global__tabnavigation + div {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
}


/* --------------------------------------------------- *
 *    global__keyvisual
 * --------------------------------------------------- */
.bx-controls .bx-controls-direction .bx-prev {
	display: block;
	background-image: url(/shared_common/images/btn_prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	filter: drop-shadow(1px 1px 3px #000);
	opacity: 0.5;
}
.bx-controls .bx-controls-direction .bx-next {
	display: block;
	background-image: url(/shared_common/images/btn_next.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 99;
	filter: drop-shadow(1px 1px 3px #000);
	opacity: 0.5;
}

.bx-wrapper .bx-pager {
	width: 100%;
	height: 16px;
	padding-top: 0;
	position: absolute;
	left: 0;
	z-index: 10;
}

/* SP */
@media only screen and (max-width: 767px) {
#global__keyvisual--slider .slide3divisions_2,
#global__keyvisual--slider .slide3divisions_3 {
	display: none;
}
#global__keyvisual--slider li .slideWrap{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#global__keyvisual--slider li .slideWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: auto !important;
  object-fit: cover;
}
.bx-controls .bx-controls-direction .bx-prev,
.bx-controls .bx-controls-direction .bx-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-size: 40px 40px;
}
.bx-controls .bx-controls-direction .bx-prev {
	left: 0;
}
.bx-controls .bx-controls-direction .bx-next {
	right: 0;
}
.bx-wrapper .bx-pager {
	bottom: 16px;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li,
#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed li {
	text-align: center;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li{
	margin-bottom: 20px;
}

#global__keyvisual--slider_fixedSp #global__keyvisual--slider_fixed li p.sps {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed li p.spp {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed.np {
	display: none;
}

#global__keyvisual--slider_fixedSpS #global__keyvisual--slider_fixed.disaster {
	display: block !important;
}

#global__keyvisual #global__keyvisual--slider_fixed {
	display: none;
}

}
/* PC */
@media print, screen and (min-width: 768px) {
#global__keyvisual {
	overflow: hidden;
	line-height: 0;
}
#global__keyvisual--slider img,
#global__keyvisual--still img,
#global__keyvisual--slider_fixed img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom !important;
}
/* 3ペイン */
#global__keyvisual.pane3 #global__keyvisual--slider,
#global__keyvisual.pane3 #global__keyvisual--still {
	float: left;
	width: 70%;
	padding-right: 3px;
	box-sizing: border-box;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed {
	float: right;
	width: 30%;
	border-left: #fff 4px solid !important;
	box-sizing: border-box;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li {
	border-bottom: none;
}
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li p.sps:first-child,
#global__keyvisual.pane3 #global__keyvisual--slider_fixed li p.spp:first-child {
	margin-bottom: 3px;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.np p.sps{
	display: none !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.np p.spp{
	display: block !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.sps{
	display: block !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.spp{
	display: none !important;
}

#global__keyvisual.pane3 #global__keyvisual--slider_fixed.disaster p.spp:first-child{
	display: block !important;
}



#global__keyvisual a {
	display: block;
}
#global__keyvisual a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.bx-wrapper .bx-pager {
	bottom: 24px;
}
}
@media print{
#global__keyvisual.pane3 {
	width: 960px !important;
	height: 376px !important;
}
#global__keyvisual.pane3 #global__keyvisual--slider li .slideWrap {
	width: 669px !important;
	height: 376px !important;
}
}

/* --------------------------------------------------- *
 *    animation
 * --------------------------------------------------- */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* original */

/*----------------------------------------
	共通部分設定
----------------------------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.l-header {
	min-width: 1080px;
}

.header_nav_menu a {
	color: #000000;
	text-decoration: none;
}

.header_utility_menu_li > a {
	text-decoration: none;
	color: #e6000d;
}

.sub-nav {
	min-width: 1080px;
}


.l-footer a {
	color: #000;
}
.l-footer .footer_copyright a {
	text-decoration: none;
}

#rec_wrapper * {
	box-sizing: border-box;
}

/*----------------------------------------
	パンくず
----------------------------------------*/
#pan {
/*	width: 980px;*/
	margin: 0 auto 19px;
	padding-top: 15px;
	padding-top: 50px;
	font-size: 85%;
}
@media only screen and (max-width: 767px) {
#pan {
	width: 100%;
	margin: 0 auto 19px;
	padding-top: 10px;
	font-size: 60%;
}}
#pan ul {
	margin: 0 10px;
	display: inline;
	padding: 6px 10px 5px 5px;
}
#pan ul > li {
	margin-right: 0;
	list-style: none;
	white-space: nowrap;
	display: inline;
}
#pan ul > li a {
	padding-right: 15px;
	background: url(/recruit/images/pan_icon.gif) right center no-repeat;
}
#pan a:link,
#pan a:visited {
	text-decoration: none;
}
#pan a:hover,
#pan a:active {
	text-decoration: underline;
}
/*----------------------------------------
		header
----------------------------------------*/
#rec_hd {
	clear: both;
	width: 950px;
	margin: 0 auto 9px auto;
}
@media only screen and (max-width: 767px) {
#rec_hd {
	clear: both;
	width: 100%;
	margin: 0 auto 9px auto;
}}

#rec_hd p {
	float: left;
	width: 278px;
margin-top: 3px}

#rec_hd p.btn_login {
	float: right;
	/*width:247px;*/
	width: 308px;
}
#rec_hd ul {
	float: right;
	/*width: 390px;*/
	width: 511px;
}
@media only screen and (max-width: 767px) {
#rec_hd ul {
	float: right;
	width: 300px;
}}

#rec_hd ul > li {
	float: left;
}


/*----------------------------------------
	container
----------------------------------------*/
#rec_wrapper {
	width: 100%;
	margin: 0 auto;
}
#rec_container {
	width: 100%;
	min-height: 590px;
	height: auto !important;
	height: 590px;
}
@media only screen and (max-width: 767px) {
#rec_container {
	width: 100%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}}
#rec_contents {
	clear: both;
	width: 950px;
	margin: 0 auto 50px;
	line-height: 1.6;

}
@media only screen and (max-width: 767px) {
#rec_contents {
	clear: both;
	width: 100%;
	margin: 0 auto 5px;
	line-height: 1.6;
}}


/*----------------------------------------
	page_nav
----------------------------------------*/
.page_nav {
	float: left;
	width: 247px;
	padding-top: 15px;
}
.page_nav li a:link,
.page_nav li a:visited {
	color: #212121;
}
.page_nav li a:hover,
.page_nav li a:active {
	color: #959494;
}
.page_nav h2 {
	width: 100%;
	margin: 35px 0 35px;
	text-align: center;
}

.page_nav .btn_nav {
	margin-bottom:20px;
}

.page_nav .btn_nav li {
	margin-top:5px;
	list-style: none;
}

.page_nav .btn_nav li:first-child {
	margin-top:0;
}

.page_nav .sub_nav {
	margin: 20px 0 15px 0;
	padding: 0 10px;
}
.page_nav .sub_nav li {
	width: 208px;
	margin-bottom: 7px;
	_margin-bottom: 3px;
	/* IE 6 */
	padding:5px 0 5px 37px;
	display: table;
}
.page_nav .sub_nav li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
* html .page_nav .sub_nav li a {
	/* IE 6 */

	padding-top: 5px;
	display: inline;
	zoom: 1;
}
*:first-child + html .page_nav .sub_nav li a {
	/* IE 7 */

	padding-top: 5px;
	display: inline;
	zoom: 1;
}
.page_nav .sub_nav .sub_nav01 {
	background: url(/recruit/images/snav_icon01.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav02 {
	background: url(/recruit/images/snav_icon02.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav03 {
	background: url(/recruit/images/snav_icon03.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav04 {
	background: url(/recruit/images/snav_icon04.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav05 {
	background: url(/recruit/images/snav_icon05.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav06 {
	background: url(/recruit/images/snav_icon06.png) left center no-repeat;
}
.page_nav .sub_nav .sub_nav07 {
	background: url(/recruit/images/snav_icon07.png) left center no-repeat;
}
.page_nav .s_nav {
	padding:13px 20px 0;
	border-top:1px dotted #c0c0c0;
}
.page_nav .s_nav li {
	padding-left: 20px;
	background: url(/recruit/images/icon_arrow_gry.png) left 1px no-repeat;
	font-size: 93%;
}
.page_nav .s_nav a {
	text-decoration: none;
	display: block;
}

.page_nav .sub_nav li.sub_nav_lv2 {
	margin: 0px 0 10px 40px;
	padding:0;
}
.page_nav .sub_nav li.sub_nav_lv2 li {
	padding: 0;
	margin: 0;
	font-size: 88%;
	min-height: 1.9em;
	/*height: 1.9em;*/
	background: url(/recruit/images/snavi_arrow.png) 0 6px no-repeat;

}
.page_nav .sub_nav li.sub_nav_lv2 li a {
	display: block;
	padding: 0px 8px 0px 9px;
	text-decoration: none;
}


.g_nav {
	margin: 25px 0 30px 0;
	border-top: 2px solid #e3e3e3;
}
.g_nav li {
	padding: 15px 0 15px 28px;
	border-bottom: 2px solid #e3e3e3;
}
.g_nav a {
	text-decoration: none;
	display: block;
}

.g_nav .g_nav01 {
	background: url(/recruit/newgraduate/images/icon_arrow_red.png) 10px center no-repeat;
}
.g_nav .g_nav02 {
	background: url(/recruit/career/images/icon_arrow_blu.png) 10px center no-repeat;
}
.g_nav .g_nav03 {
	background: url(/recruit/disability/images/icon_arrow_green.png) 10px center no-repeat;
}
.g_nav .g_nav04 {
	background: url(/recruit/world/images/icon_arrow_pur.png) 10px center no-repeat;
}
.g_nav .g_nav05 {
	background: url(/recruit/internship/images/icon_arrow_pnk.png) 10px center no-repeat;
}

.g_nav .g_nav06 {
	background: url(/recruit/images/icon_arrow_gry.png) 10px center no-repeat;
	border-bottom: none !important;
	font-size:93%;
}

/*----------------------------------------
	cor_main
----------------------------------------*/
.cor_main {
	/*float: right;
	width: 650px;*/
	padding-top: 30px;
}
@media only screen and (max-width: 767px) {
.cor_main {
	padding-top: 10px;
}}
/*title*/
.cor_main h3 {
	margin-bottom: 25px;
	padding: 15px;
	background-color: #ffffff;
	font-size: 123.1%;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
.cor_main h3 {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}}

.ttl_reigai {
	padding: 10px 0 10px 15px;
	font-size: 14px;
	margin-bottom: 20px;
	border-bottom: 3px solid #d47004;
}


.cor_main .ttl02 {
	margin-bottom: 20px;
	padding: 7px 5px;
	background: url(/recruit/images/ttl02_bg.gif) left top repeat;
}
.cor_main .ttl02 h4 {
	padding-left: 10px;
	border-left: 2px solid #00a1ff;
	font-weight: bold;
}
.cor_main h5 {
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	font-weight: bold;
	font-size:108%;
	border-top:1px solid #e1e1e1;
}
/*txtarea*/
.txtarea {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
.txtarea {
	margin: 0 5px 10px 5px;
	overflow: hidden;
}
}

.txtarea p {
	margin-bottom: 15px;
}
/*table*/
.table_list01 {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}
.table_list01 th {
	padding: 10px 15px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #a8a8a8;
	color: #ffffff;
}
.table_list01 .th_bg01 {
	background-color: #bababa;
}
.table_list01 .th_bg02 {
	background-color: #f9f9f9;
	font-weight: bold;
	color: #212121;
}
.table_list01 td {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.table_list01 .td_bg01 {
	background-color: #f9f9f9;
}

.table_list02 {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	font-size:93%;
}
.table_list02 th {
	padding: 10px 10px;
	border: 1px solid #e0e0e0;
	background-color: #a8a8a8;
	color: #ffffff;
}
.table_list02 td {
	padding: 10px 10px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.table_list02 .td_bg01 {
	background-color: #fbefef;
}
.table_list02 .th_bg01 {
	background-color: #ffe7e7 !important;
}
.table_list02 .intern_close th,
.table_list02 .intern_close td {
	background-color: #f2f2f2;
}

.table_list03 {
	width: 100%;
	border: 0px solid #e0e0e0;
	border-collapse: collapse;
	font-size:105%;
}
.table_list03 th {
	padding: 10px 10px;
	border: 0px solid #e0e0e0;
	background-color: #d56566;
	color: #ffffff;
}
.table_list03 td {
	padding: 20px 20px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.table_list03 .td_bg01 {
	background-color: #fbefef;
}

.table_list03 .th_bg01 {
	background-color: #ffe7e7 !important;
}

.table_list03 .intern_close th,
.table_list03 .intern_close td {
	background-color: #f2f2f2;
}

table.center th, table.center td {
	text-align: center;
}

/*link_list*/
.link_list {
	padding-left: 12px;
	background: url(/recruit/images/icon_arrow_gry_s.gif) left 4px no-repeat;
}
.link_list.none {
	color:#8f8c8c;
}
/*icon_list*/
ul.icon_list li {
	padding-left: 16px;
	background: url(/recruit/images/icon_round01.png) left 4px no-repeat;
}

/* item_list01 */
ul.item_list01 {
	margin-left: 1.5em;
}
ul.item_list01 li {
	list-style: disc outside;
}

ul.item_list02 {
	margin-left: 1.5em;
}
ul.item_list02 li {
	list-style: circle outside;
}

/*ol_list*/
ol.ol_list01{
	margin-left: 2em;
}

ol.ol_list01 li{
	margin-bottom: 0;
}

ol.ol_list02 {
	margin-left: 2.5em;
	margin-bottom: 1.5ex;
}
ol.ol_list02 li {
	list-style: none inside;
	counter-increment: cnt;
	margin-bottom: 0;
}
ol.ol_list02 li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	text-indent: -2em;
}

/* dl_list */

dl.dl_list01 {
	margin-left: 1em;
}

dl.dl_list01 > dt {
	display: inline;
	margin-left: -1em;
}
@media only screen and (max-width: 767px) {
	dl.dl_list01 > dt {
		display: block;
	}
}

dl.dl_list01 > dt::after {
	content: '：';
}

dl.dl_list01 > dd {
	display: inline;
}
@media only screen and (max-width: 767px) {
	dl.dl_list01 > dd {
		display: block;
	}
}

dl.dl_list01 > dd.block {
	display: block;
}

@media print, only screen and (min-width: 768px) {
	dl.dl_list01 > dd::after {
		content: '\A';
		white-space: pre;
	}
}

dl.dl_list02 {
	margin-bottom: 1.5ex;
}

dl.dl_list02 > dt {
	font-weight: bold;
}

dl.dl_list02 > dt::after {
	content: '：';
}

dl.dl_list02 > dd {
	margin-left: 2em;
}

dl.dl_list03 {
	margin-left: 1em;
}

dl.dl_list03 > dt {
	display: inline;
	margin-left: -1em;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	dl.dl_list03 > dt {
		display: block;
	}
}

dl.dl_list03 > dt::after {
	content: '：';
}

dl.dl_list03 > dd {
	display: inline;
}
@media only screen and (max-width: 767px) {
	dl.dl_list03 > dd {
		display: block;
	}
}

dl.dl_list03 > dd.block {
	display: block;
}

/*border_box*/
.border_box01 {
	margin-bottom: 30px;
	padding: 3px;
	background: url(/recruit/images/border_block01.gif) left top repeat;
}
.border_box01 .bg {
	padding: 20px;
	background-color: #ffffff;
}
.border_box01 h4 {
	margin-bottom: 20px;
	padding: 0 5px 10px 5px;
	font-weight: bold;
	border-bottom: 1px dotted #8f8f8f;
}
/*.arrow*/
.arrow li,
p.arrow {
	padding-left: 14px;
	background: url(/recruit/images/icn_link.png) left 4px no-repeat;
	margin: 0 0 10px 0 ;
}
.blank {
	padding-right: 14px;
	display: block;
	background: url(/recruit/images/icn_ol.png) right 4px no-repeat;
}
/*faq */
#tabs ul {
	margin: 0 0 15px 0 !important;
	overflow: hidden;
}
#tabs ul li {
	float: left;
}
#tabs dt {
	background: url(/recruit/career/images/icn_circle.gif) 0 6px no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
.ttl_faq {
	width: 100%;
	margin: 0 0 10px;
}
.ttl_faq th {
	width: 36px;
	background: #e5e5e5;
}
.ttl_faq td {
	font-weight: bold ;
	padding: 5px 10px;
	background: #f9f9f9;
	vertical-align: middle;
}


/*btn_2col*/

.btn_2col {
	clear: both;
	margin: 0 auto;
	width: 635px;
}

.btn_2col li {
	float: left;
	list-style: none;
}

.btn_2col li:first-child {
	margin-right:15px;
}
@media only screen and (max-width: 767px) {
.btn_2col {
	clear: both;
	margin: 0 auto;
	width: 100%;
}

.btn_2col li {
	float: left;
	list-style: none;
}

.btn_2col li:first-child {
	margin:0 0 5px 0;
}

}


/*----------------------------------------
	footer
----------------------------------------*/
#footer {
	clear: both;
	width: 100%;
}



/*----------------------------------------
	各index用ボックス
----------------------------------------*/
div.border_box {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin: 0 15px;
}
div.border_box div.selection_box {
	padding: 15px;
}
div.border_box div.selection_box div.selection_box_r_01 {
	overflow: hidden;
	zoom:1;
}
div.border_box div.selection_box div.selection_box_r_02 {
	float: right;
}
@media print, only screen and (min-width: 768px) {
	div.border_box div.selection_box div.selection_box_r_02 {
		float: right;
		width: 760px;
	}
}
div.border_box div.selection_box div.selection_sttl {
	background: url(/recruit/images/list_sttl_bg.png) left top;
	margin-bottom: 10px;
}
div.border_box div.selection_box div.selection_sttl p {
	padding: 10px;
	font-weight: bold;
}
div.border_box div.selection_box p.selection_info {
	margin: 0 10px 10px;
}
div.border_box:last-child div.selection_box {
	border-bottom: 1px solid #cecece;
}




.link_txt {
	text-align: right;
	margin: 0 0 10px auto;
}

.link_txt::before {
	content: " ";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-right: 5px;
	background: url(/recruit/images/icn_link.png) left center no-repeat;
}

/* ※+番号リスト */

.annotation {
	margin: 1ex 0 1ex 1em;
}
p.annotation {
	text-indent: -1em;
}
p.annotation::before {
	content: '※';
}
table .annotation {
	margin-top: 0.5ex;
	margin-bottom: 0;
}

ul.annotation > li {
	list-style: none;
	text-indent: -1em;
	margin-left: 0;
	margin-bottom: 0;
}
ul.annotation > li::before {
	content: '※';
}
ol.annotation {
	list-style: none;
	counter-reset: annotation-counter;
	margin-left: 2.5em;
}
ol.annotation > li {
	list-style: none;
	margin-bottom: 0;
}
ol.annotation > li::before {
	float: left;
	display: block;
	width: 2em;
	text-align: right;
	margin-left: -2.5em;
	counter-increment: annotation-counter;
	content: "※" counter(annotation-counter);
}

dl.annotation {
	counter-reset: annotation-counter;
	margin-left: 0;
	list-style: none;
}
dl.annotation > dt {
	float: left;
	clear: left;
	display: block;
	margin-left: 2.5em;
	margin-right: 0;
}
dl.annotation > dt::before {
	float: left;
	display: block;
	width: 2em;
	text-align: right;
	margin-left: -2.5em;
	margin-right: 0.5em;

	counter-increment: annotation-counter;
	content: "※" counter(annotation-counter);
}
dl.annotation > dt::after {
	content: "：";
}
dl.annotation > dd {
	margin: 0 0 2ex 2.5em;
}

.annotation_l {
	text-indent: -2.5em;
	padding-left: 2.5em;
}

.color_red {
	color:#F00;
}


.color_dred {
	color:#c00000;
}

.color_bule {
	color: #00F;
}

.color_dbule {
	color: #0000c0;
}

/*----------------------------------------
	index
----------------------------------------*/

#index_visualimg {
	position: relative;
	height: 230px;
	margin: 0 auto;
	clear: both;
}
@media print, only screen and (min-width: 768px) {
 	.category_top_intern #index_visualimg {
	 	width: 955px;
 	}
}
@media only screen and (max-width: 767px) {
	.category_top_intern #index_visualimg {
		width: 100%;
	}
}

#index_visualimg .btn_login {
	position: absolute;
	top: 0;
	left: 2px;
}

#index_visualimg .index_copy {
	position: absolute;
	top: 85px;
	left: 30px;
}

#index_visualimg .btn_message {
	position: absolute;
	/*top: 243px;*/
	top:215px;
	right: 56px;
}

.index_hero {
	width: 952px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}

@media only screen and (max-width: 767px) {
.index_hero {
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
}
}



.category_top .page_nav {
	padding-top: 0;
}

.category_top .page_nav .sub_nav {
	margin-top: 15px;
	/*padding-top: 15px;
	border-top: #969696 solid 1px;*/
}

.category_top .cor_main {
	width: 935px;
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
.category_top .cor_main {
	width: 100%;
	padding-top: 0;
}
}

.page_nav .local_nav {
	margin: 20px 0 0 0;
	border-top: 2px solid #e3e3e3;
}
.page_nav .local_nav li {
	border-bottom: 2px solid #e3e3e3;
}
.page_nav .local_nav li a {
	display: block;
	padding: 15px 8px 15px 26px;
	text-decoration: none;
}

.page_nav .local_nav li.none {
    color: #AAA !important;
    display: block;
    padding: 15px 8px 15px 26px;
    text-decoration: none;
    background: url(/recruit/images/icon_arrow_g.png) no-repeat scroll 8px 18px transparent !important;
}

.category_top .local_nav {
	margin-bottom: 30px;
}
@media print, only screen and (min-width: 768px) {
	.category_top .local_nav {
		width: 935px;
		margin-bottom: 30px;
	}
}

.category_top .local_nav li {
	/*width: 452px;*/
	_width: 447px;
	float: left;
	margin-left: 15px;
	_margin-left: 10px;
	padding: 18px 0 37px 0;
	border-top: #969696 solid 1px;
	overflow: hidden;
}
@media print, only screen and (min-width: 768px) {
	.category_top .local_nav li {
		width: 452px;
	}
}

.category_top .local_nav li.local_linkno > img {
	margin: 0 0 15px 5px;
}

.category_top .local_nav li > a {
	display: block;
	margin-bottom: 15px;
	padding: 0 5px;
}

.category_top .local_nav li > p {
	padding: 0 23px;
	clear: both;
	font-size: 93%;
}

.category_top .local_nav li.local_linkno > p {
	color: #9a9999;
}


.news {
	margin-bottom: 70px;
	padding: 4px;
/*	border: #e8e8e8 solid 1px;*/
	clear: both;
	overflow: hidden;
	zoom: 1;
	background: #ffffff;
/*	background: url(/recruit/images/other/container_bg.gif) top center no-repeat;*/

}

.title_news {
	background: #ebebeb;
}
.title_news .title {
	float: left;
	margin: 12px 0 12px 12px;
	z-index: 5;
}

.title_news .btn_list {
	float: right;
	margin: 8px 9px 0 0;
}

.news dl {
	margin: 0 11px 5px 11px;
	margin-bottom: -5px;
	padding: 10px 10px 8px 10px;
	border-bottom: #999 dotted 1px;
	clear: both;
}

.news dt {
	width: 110px;
	float: left;
	font-size: 85%;
}

.news dd {
	overflow: hidden;
	zoom: 1;
}


.news_cor {
	margin-bottom: 70px;
	padding: 4px;

	clear: both;
	overflow: hidden;
	zoom: 1;
}

.news_cor dl {
	margin: 10px 11px 10px 0px;
	margin-bottom: -5px;
	padding: 10px 10px 8px 10px;
	border-bottom: #999 dotted 1px;
	clear: both;
}

.news_cor dt {
	width: 110px;
	float: left;
	font-size: 85%;
}

.news_cor dd {
	overflow: hidden;
	zoom: 1;
}

/*
  return to top
*/
.return_top {
    display: none;
    color: white;
    background-color: black;
    border: solid 1px;
    margin: 0;
    padding: 0.5ex 1em;
	font-size: 85%;
	opacity: 0.5;

    position: fixed;
    bottom: 4px;
    right: 4px;
    z-index: 99;
}
.return_top a, .return_top a:hover, .return_top a:active {
    color: inherit;
    text-decoration: none;
}


/*----------------------------------------
	flow
----------------------------------------*/
.flow {
	width: 100%;
	margin: 0;
	background: url(/recruit/images/bg_dotted.png) 0 0 repeat;
}
.flow th {
	width: 123px;
	text-align: center;
	vertical-align: middle;
}
.flow td {
	margin: 20px 0;
	padding: 20px 30px 20px 0px;
}
.flow td h4 {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 200%;
	font-weight: normal;
}
.icn_arrow {
	margin: 0 0 10px 50px;
}
.flow_hosoku {
	margin-top: 30px;
	font-size: 88%;
}


div.date{
	font-size: 93%;
}

div.date span{
	width: 100px;
	display: inline-block;
}




/*----------------------------------------
	float
----------------------------------------*/
.clear {
	clear: both;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.img_float_l {
	float: left;
	margin-right: 15px;
}
.img_float_r {
	margin-left: 15px;
}
@media print, only screen and (min-width: 768px) {
	.img_float_r {
		float: right;
	}
}
.center {
	width: 100%;
	text-align: center;
}
.right {
	width: 100%;
	text-align: right;
}
.overflow-auto {
	overflow: auto;
}
/*----------------------------------------
	font-size
----------------------------------------*/
.font10 {
	font-size: 77% !important;
}
.font11 {
	font-size: 85%;
}
.font14 {
	font-size: 108%;
}
.font15 {
	font-size: 116%;
}
.font16 {
	font-size: 123.1%;
}
.font17 {
	font-size: 131%;
}
.font18 {
	font-size: 138.5%;
}
.font19 {
	font-size: 146.5%;
}
.font20 {
	font-size: 153.9%;
}
.font21 {
	font-size: 161.6%;
}
.font22 {
	font-size: 167%;
}
.font23 {
	font-size: 174%;
}
.font24 {
	font-size: 182%;
}
.font25 {
	font-size: 189%;
}
.font26 {
	font-size: 197%;
}

.color_g {
	color:#aaa;
}
/*----------------------------------------
	margin
----------------------------------------*/
/*top*/
.mt00 {
		margin-top:0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
/*bottom*/
.mb0 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
/*right*/
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
@media only screen and (max-width: 767px) {
.mr10 {
	margin-right: 0px !important;
}
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
/*left*/
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	overflow: visible;
}
/* */

@media only screen and (max-width: 767px) {
	#pan {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	#rec_hd p {
		text-align: center;
		margin-bottom: 15px;
	}
}
/*
@media only screen and (max-width: 767px) {
	.txtarea {
		margin: 0 10px 0 10px;
	}
}
*/

/* Embedded YouTube video */
.youtube {
    margin-top: 1ex;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;       /* 16:9 = 56.25% / 4:3 = 75% */
    overflow: hidden;
}
.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Small Hacks */
.nowrap {
	white-space: nowrap !important;
}

.smaller {
    font-size: smaller;
}
.larger {
    font-size: larger;
}

/* Tab Menu */
.tab_menu > ul {
  display: flex;
  border-bottom: 3px solid #e60000;
  margin-bottom: 2ex;
  margin-left: 0;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .tab_menu > ul {
    flex-wrap: wrap;
  }
}

.tab_menu > ul > li {
  display: inline-flex;
  line-height: 1.4;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  margin: 0;
  padding: 1ex 1em;
  border: 1px solid lightgray;
  background-color: whitesmoke;
  cursor: pointer;
  transition: opacity 0.5s;
}

.tab_menu > ul > li:not(:last-child) {
  margin-right: 0.5em;
}

@media only print, screen and (min-width: 768px) {
  .tab_menu > ul > li {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .tab_menu > ul > li {
    margin-bottom: 1ex;
  }
}

.tab_menu > ul > li.active, .tab_menu > ul > li:not(.active):hover {
  font-weight: bolder;
  color: white;
  background-color: #e60000;
  border-color: #e60000;
}

.tab_menu > ul > li.active {
  cursor: auto;
}

.tab_menu > ul > li:not(.active):hover {
  opacity: 0.75;
}

.tab_contents > * {
  display: none;
}

.tab_contents > .active {
  display: block;
}

/* FAQ List */
dl.faq {
    counter-reset: faq-counter;
    margin-left: 0;
    list-style: none;
}
dl.faq > dt {
    float: none;
    display: block;
    font-weight: bold;
    margin-left: 60px;
    margin-bottom: 10px;
}
dl.faq > dt::before {
    float: left;
    display: block;
    width: 30px;
    text-align: center;
    margin: -5px 10px 5px -60px;
    padding: 5px 10px;

    font-weight: bold;
    counter-increment: faq-counter;
    content: "Q" counter(faq-counter);

    background-color: #e3e3e3;
}
dl.faq > dd {
    display: block;
    clear: both;
    margin: 0 0 45px 15px;
}
.faq p {
    margin: 10px 0 15px;
}

/* Link Closed */
img.closed {
	filter: grayscale(100%);
}

/* Privacy Contact */
.privacy_contact {
	margin-left: 2em;
}