@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1_nitoms{ 
  font-size:12px; 
  line-height:150%; 
  font-weight:normal; 
  text-align:center; 
  width:960px; 
  margin:0px; 
  padding:2px 0px 0px 0px; }

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.float-list li {
  float: left;
}

/* Base */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: 14px;
  color: #1e1e1e;
  line-height: 1.5;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

/* Layout */
.l_header {
  width: 984px;
  margin: 0 auto;
}

.header_box {
  margin: 0 auto;
  overflow: hidden;
}
.header_box .logo {
  float: left;
}
.header_box .logo:hover {
  opacity: 0.7;
}

.header_menu {
  padding: 20px 0 0;
  float: right;
}
.header_menu li {
  display: inline-block;
  border-left: 2px solid;
  padding: 2px 10px;
}
.header_menu li a {
  display: block;
}
.header_menu li a .en {
  font-size: 10px;
  display: block;
}
.header_menu li:hover {
  opacity: 0.7;
}

.header_box2 {
  width: 100%;
}

.header_menu2 {
  width: 984px;
  margin: 8px auto;
  overflow: hidden;
}
.header_menu2 li {
  width: 195px;
  display: inline-block;
  border-left: 1px dotted #C9C9C9;
  float: left;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
.header_menu2 li:after {
  content: '';
  width: 30%;
  height: 2px;
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  left: 35%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_menu2 li:last-child {
  width: 198px;
  border-right: 1px dotted #C9C9C9;
}
.header_menu2 li a {
  display: block;
}
.header_menu2 li a .en {
  font-size: 10px;
  display: block;
  color: #F4F4F4;
}
.header_menu2 li:hover:after {
  content: '';
  background-color: #4c4c4c;
  position: absolute;
  bottom: 6px;
}

.bx-controls.bx-has-pager {
  position: relative;
  z-index: 10;
}

.slide_all {
  width: 100%;
  margin: 0 auto;
  height: 520px;
  position: relative;
}

.slide_wrap {
  width: 5376px;
  position: absolute;
  left: 50%;
  margin-left: -2688px;
}

.slide_body {
  background-color: #F4F4F4;
}

.l_mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto 8px;
}
.l_mv ul {
  width: 100%;
}
.l_mv ul li {
  width: 1792px;
}
.l_mv ul li img {
  width: 100%;
  vertical-align: bottom;
}
.l_mv ul li:hover {
  opacity: 0.7;
}

.bx-pager.bx-default-pager {
  position: absolute;
  top: 2px;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  border: none;
}

.l_bnr {
  width: 984px;
  margin: 0 auto 32px;
}
.l_bnr:hover {
  opacity: 0.7;
}

.super {
  vertical-align: super;
}

.l_top_message {
  width: 984px;
  margin: 0 auto 26px;
  text-align: center;
}
.l_top_message .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.l_top_message p {
  font-size: 12px;
}

.l_content {
  padding: 40px 0 72px;
}
.l_content.logBrand {
  width: 984px;
  margin: 0 auto;
}
.l_content.gray {
  background-color: #e5e5e5;
}
.l_content.whiteGray {
  background-color: #f4f4f4;
}

.fs_s {
  font-size: 12px;
}

.l_section {
  width: 984px;
  margin: 0 auto;
}
.l_section.login {
  float: left;
  width: 240px;
  margin: 0 24px 0 0;
}
.l_section.login p {
  font-size: 12px;
  margin: 0 0 16px;
}
.l_section.brand {
  margin: 0 0 0 264px;
  width: 720px;
}
.l_section.brand.loged {
  margin: 0 auto;
}
.l_section.kojin p {
  text-align: center;
}
.l_section.contact .p_center {
  margin: 0 0 16px;
}

.contact_section {
  width: 480px;
  margin: 0 auto 32px;
}
.contact_section h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
}

.main_headline {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
  text-align: center;
  padding: 8px 0;
  color: #3f3a39;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
}

.sub_headline {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: center;
  padding: 8px 0;
  color: #3f3a39;
}

.login_box {
  background-color: #ededed;
  padding: 8px 8px 0;
  margin: 0 0 16px;
}
.login_box dl dt {
  text-align: center;
}
.login_box dl dd input {
  width: 100%;
  padding: 3% 0;
  text-indent: 0.5em;
  font-size: 12px;
  border: 1px solid #666;
  margin: 0 0 8px;
}

.login_link {
  margin: 11px 0 0;
}
.login_link li {
  margin: 0 0 2px;
}
.login_link li a {
  position: relative;
}
.login_link li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login_link li a:hover {
  text-decoration: underline;
}

.table_brand {
  width: 100%;
}
.table_brand th {
  text-align: center;
  padding: 0 0 4px;
}
.table_brand td {
  width: 160px;
  padding: 8px;
}

.kojin_dl {
  width: 640px;
  margin: 24px auto;
}
.kojin_dl dt {
  float: left;
}
.kojin_dl dd {
  padding: 14px 0 0;
  margin: 0 0 32px 260px;
}
.kojin_dl dd a {
  margin: 0 16px 0 0;
  font-size: 14px;
}
.kojin_dl dd a:after {
  content: url(/nitoms/assets/img/module/icon_link.png);
  margin: 0 8px;
  position: relative;
  top: 1px;
}
.kojin_dl dd a:hover {
  text-decoration: underline;
}

.news_list {
  margin: 0 0 24px;
}
.news_list li {
  margin: 0 0 16px;
}
.news_list li .date {
  float: left;
}
.news_list li .content {
  display: block;
  margin: 0 0 0 140px;
}
.news_list a:hover {
  text-decoration: underline;
}

.p_center {
  text-align: center;
}

.can_box_L {
  float: left;
}

.can_box_R {
  margin: 0 0 0 424px;
}
.can_box_R .caption {
  margin: 0 0 8px;
  line-height: 1.4;
}
.can_box_R .fs_bold {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 4px;
}

.merit_dl dt {
  float: left;
}
.merit_dl dd {
  margin: 0 0 4px 120px;
}

.member_box {
  width: 984px;
  margin: 0 auto;
  position: relative;
}
.member_box p {
  font-size: 12px;
  position: absolute;
  top: -16px;
  right: 0;
  width: 984px;
  text-align: right;
  margin: 0 auto;
}
.member_box p span {
  margin: 0 8px 0 0;
}
.member_box p span.company:after {
  margin: 0 0 0 8px;
  content: '/';
}

.l_footer {
  background-color: #3a3a3a;
  padding: 16px 0 24px;
}
.l_footer a {
  color: #fff;
}
.l_footer .footer_box {
  width: 984px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}
.l_footer .footer_link {
  text-align: center;
  margin: 0 0 24px;
}
.l_footer .footer_link li {
  display: inline-block;
}
.l_footer .footer_link li a {
  font-size: 12px;
}
.l_footer .footer_link li a:hover {
  text-decoration: underline;
}
.l_footer .footer_link li:after {
  content: '|';
  color: #fff;
  margin: 0 10px 0 12px;
}
.l_footer .footer_dl {
  color: #fff;
  width: 12%;
  float: left;
  font-size: 12px;
}
.l_footer .footer_dl a {
  color: #fff;
}
.l_footer .footer_dl.second {
  width: 10%;
  margin: 0 0 0 5%;
}
.l_footer .footer_dl.third {
  width: 10%;
  margin: 0 0 0 5%;
}
.l_footer .footer_dl.fourth {
  width: 10%;
  margin: 0 0 0 5%;
}
.l_footer .footer_dl.fiveth {
  width: 10%;
  margin: 0 0 0 5%;
}
.l_footer .footer_dl.sixth {
  width: 22%;
  margin: 0 0 0 5%;
}
.l_footer .footer_dl dt {
  font-size: 12px;
  margin: 0 0 4px;
}
.l_footer .footer_dl dd {
  font-size: 12px;
  margin: 0 0 2px 16px;
}
.l_footer .footer_dl dd a {
  position: relative;
}
.l_footer .footer_dl dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l_footer .footer_dl dd a:hover {
  text-decoration: underline;
}

.copyright {
  background-color: #212121;
  text-align: center;
  padding: 8px 0;
  font-size: 10px;
  color: #fff;
}

.redist_flow {
  overflow: hidden;
  margin: 0 0 16px;
}
.redist_flow li {
  width: 33%;
  background-color: #efefef;
  display: inline-block;
  float: left;
  position: relative;
}
.redist_flow li:after {
  position: absolute;
  content: '';
  top: 0;
  right: -10%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #efefef;
}
.redist_flow li:nth-child(1) {
  z-index: 3;
}
.redist_flow li:nth-child(2) {
  background-color: #dbdbdb;
  z-index: 2;
}
.redist_flow li:nth-child(2):after {
  border-left: 20px solid #dbdbdb;
}
.redist_flow li:last-child {
  width: 34%;
}

.flow_image {
  margin: 0 0 8px;
}

.contact_btn {
  display: block;
  padding: 8px 0;
  text-align: center;
  background-color: #ffcc00;
  -moz-box-shadow: 0 3px 0 0 #FF9900;
  -webkit-box-shadow: 0 3px 0 0 #FF9900;
  box-shadow: 0 3px 0 0 #FF9900;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.contact_btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_btn:hover {
  top: 1px;
  -moz-box-shadow: 0 2px 0 0 #FF9900;
  -webkit-box-shadow: 0 2px 0 0 #FF9900;
  box-shadow: 0 2px 0 0 #FF9900;
}

.login_submit {
  position: relative;
}
.login_submit input {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 8px 0;
  text-align: center;
  background-color: #ffcc00;
  -moz-box-shadow: 0 3px 0 0 #FF9900;
  -webkit-box-shadow: 0 3px 0 0 #FF9900;
  box-shadow: 0 3px 0 0 #FF9900;
  font-weight: 600;
  font-size: 14px;
}
.login_submit input:hover {
  position: relative;
  top: 1px;
  -moz-box-shadow: 0 2px 0 0 #FF9900;
  -webkit-box-shadow: 0 2px 0 0 #FF9900;
  box-shadow: 0 2px 0 0 #FF9900;
}
.login_submit input:hover:after {
  top: 1px;
}
.login_submit:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login_submit:hover:after {
  top: 1px;
}

.btn_brandsite {
  display: block;
  padding: 8px 0;
  text-align: center;
  background-color: #b7d2f3;
  -moz-box-shadow: 0 3px 0 0 #7998be;
  -webkit-box-shadow: 0 3px 0 0 #7998be;
  box-shadow: 0 3px 0 0 #7998be;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.btn_brandsite:after {
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 6px;
  margin: auto;
  content: url(/nitoms/assets/img/module/icon_link.png);
  vertical-align: middle;
}
.btn_brandsite:hover {
  top: 1px;
  -moz-box-shadow: 0 2px 0 0 #7998be;
  -webkit-box-shadow: 0 2px 0 0 #7998be;
  box-shadow: 0 2px 0 0 #7998be;
}
.btn_brandsite:hover:after {
  top: 10px;
}

.btn_lineup {
  display: block;
  padding: 8px 0;
  text-align: center;
  background-color: #b7d2f3;
  -moz-box-shadow: 0 3px 0 0 #7998be;
  -webkit-box-shadow: 0 3px 0 0 #7998be;
  box-shadow: 0 3px 0 0 #7998be;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.btn_lineup:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_lineup:hover {
  top: 1px;
  -moz-box-shadow: 0 2px 0 0 #7998be;
  -webkit-box-shadow: 0 2px 0 0 #7998be;
  box-shadow: 0 2px 0 0 #7998be;
}
.btn_lineup:hover:after {
  top: 1px;
}

.next_news_btn {
  position: relative;
  height: 40px;
}
.next_news_btn a {
  float: right;
  display: block;
  width: 180px;
  padding: 8px 0;
  text-align: center;
  background-color: #b7d2f3;
  -moz-box-shadow: 0 3px 0 0 #7998be;
  -webkit-box-shadow: 0 3px 0 0 #7998be;
  box-shadow: 0 3px 0 0 #7998be;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.next_news_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next_news_btn a:hover {
  top: 1px;
  -moz-box-shadow: 0 2px 0 0 #7998be;
  -webkit-box-shadow: 0 2px 0 0 #7998be;
  box-shadow: 0 2px 0 0 #7998be;
}
.next_news_btn a:hover:after {
  top: 1px;
}

.top_back_link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}
.top_back_link:hover {
  opacity: 0.7;
}

/* Module */
.btn-default, .btn-alert, .btn-success, .btn-system {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* State */