@charset "UTF-8";
/*******************************************
 * 共通css
 *
 * menu
 * 1. reset(import)
 * 2. style(import)
 * 3. heder(import)
 * 4. footer(import)
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/**************************************
 * 1. reset(less用)
 **************************************/
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul li {
  list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  font-size: 11px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #0063b1;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #0063b1;
}
a:visited {
  text-decoration: none;
  color: #0063b1;
}
a:hover {
  text-decoration: underline;
  color: #0063b1;
}
a:active {
  text-decoration: underline;
  color: #0063b1;
}
/*---------------------------------------------
	list
  ---------------------------------------------*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height:auto;
	overflow:hidden;
	/**/
}
/*---------------------------------------------
	input
  ---------------------------------------------*/
input[disabled] {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
/**************************************
 * 2.style(less用import)
 **************************************/
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  color: #6d6d6c;
}
body #layout-wrap-main {
  width: 980px;
  margin: 0 auto 50px;
}
a {
  color: #6d6d6c;
}
a:hover {
  text-decoration: none;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.clr {
  clear: both;
}
#root input[disabled] {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
#root input[disabled]:hover {
  opacity: 1;
}
input:hover,
select:hover,
textarea:hover {
  cursor: pointer;
}
/***** パン屑 **************/
#layout-breadCrumb .block-breadCrumb {
  padding: 20px 0 24px;
  height: 12px;
  width: 100%;
}
#layout-breadCrumb .block-breadCrumb li {
  line-height: 12px;
  height: 12px;
  padding: 0 2px;
  float: left;
  color: #555;
}
#layout-breadCrumb .block-breadCrumb li.home a {
  white-space: nowrap;
}
#layout-breadCrumb .block-breadCrumb li.home a:hover {
  text-decoration: none;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
#layout-breadCrumb .block-breadCrumb li.SearchBreadCrumb {
  float: left;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 500px;
  line-height: 13px;
}
#layout-breadCrumb .block-breadCrumb li.separator {
  color: #555;
}
#layout-breadCrumb .block-breadCrumb a,
#layout-breadCrumb .block-breadCrumb span {
  line-height: 13px;
  height: 12px;
  color: #555;
  font-weight: normal;
  text-decoration: underline;
}
#layout-breadCrumb .block-breadCrumb a:hover,
#layout-breadCrumb .block-breadCrumb span:hover {
  text-decoration: none;
}
/***** 動画あり **************/
.isMovieS {
  position: relative;
  height: 1px;
}
.isMovieS span {
  cursor: default;
  position: absolute;
  top: -27px;
  right: 3px;
  z-index: 9999;
  display: block;
  padding: 3px 6px;
  background: url("/assets/naksel/pc/common/img/icon/fukidashi.gif") no-repeat top center #DE0000;
  color: #fff;
  border-radius: 4px;
  font-weight: normal !important;
  font-size: 10px;
}
/***** メインコンテンツ見出し共通 **************/
.contents-head {
  width: 750px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 15px 0px;
}
.contents-head_side {
  /***** サイドバー見出し共通 **************/
}
.contents-head_side span {
  color: #000;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.contents-head span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
.contents-head span .head-sub {
  margin-left: 10px;
  color: #B6B6B6;
  font-size: 16px;
  font-weight: normal;
}
/**************************************
 * 3. heder(less用import)
 **************************************/
#layout-header {
  width: 100%;
  margin: 0 auto;
  /***** グローバルナビ **************/
}
#layout-header #header_wrapper #header-contents {
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
#layout-header #header_wrapper #header-contents:after {
  content: ' ';
  clear: both;
}
#layout-header #header_wrapper #header-contents .header-left {
  display: block;
  width: 200px;
  float: left;
  margin: 55px 15px 0 0;
}
#layout-header #header_wrapper #header-contents .header-left a {
  display: block;
}
#layout-header #header_wrapper #header-contents .header-left img {
  width: 125%;
}
#layout-header #header_wrapper #header-contents .header-right {
  color: #000;
  float: right;
  /***** 電話番号 **************/
}
#layout-header #header_wrapper #header-contents .header-right > div {
  overflow: hidden;
}
#layout-header #header_wrapper #header-contents .header-right-l {
  float: left;
}
#layout-header #header_wrapper #header-contents .header-right-r {
  float: right;
}
#layout-header #header_wrapper #header-contents .header-right .b-subMenu {
  width: 506px;
  overflow: hidden;
  margin-bottom: 5px;
}
#layout-header #header_wrapper #header-contents .header-right .b-subMenu:after {
  content: ' ';
  clear: both;
}
#layout-header #header_wrapper #header-contents .header-right .b-subMenu li {
  width: 162px;
  float: left;
  margin-right: 10px;
}
#layout-header #header_wrapper #header-contents .header-right .b-subMenu li:last-child {
  margin-right: 0px;
}
#layout-header #header_wrapper #header-contents .header-right .b-contact {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  margin-top: 12px;
  overflow: hidden;
  color: #000;
}
#layout-header #header_wrapper #header-contents .header-right .b-contact strong {
  font-size: 15px;
}
#layout-header #header_wrapper #header-contents .header-right .b-contact ul li a {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #DE0000;
}
#layout-header #header_wrapper #header-contents .header-right .b-contact ul li a img {
  vertical-align: baseline;
  margin-right: 5px;
  width: 23px;
}
#layout-header #header-globalNav {
  width: 100%;
  clear: both;
  /* box-shadow: 0px 5px 3px -5px rgba(0, 0, 0, 0.5); */
}
#layout-header #header-globalNav #globalNav-menu {
  width: 980px;
  margin: 15px auto 0;
  text-align: center;
}
#layout-header #header-globalNav #globalNav-menu li {
  display: inline-block;
  vertical-align: middle;
}
#layout-header #header-globalNav #globalNav-menu li a {
  display: block;
  font-size: 15px;
  text-align: center;
  padding: 10px 15px;
  letter-spacing: 2px;
  color: #DE0000;
  font-weight: bold;
  width: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#layout-header #header-globalNav #globalNav-menu li a span {
  display: block;
  font-size: 10px;
  color: #E65100;
}
#layout-header #header-globalNav #globalNav-menu li a img {
  width: auto;
  height: 90%;
}
/**************************************
 * 4. footer(less用import)
 **************************************/
footer {
  position: relative;
}
footer #layout-footer {
  background: url("/assets/naksel/pc/common/img/footer/footer_bg.png") no-repeat scroll 50% 50% / cover;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
footer #layout-footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 20px;
}
footer #layout-footer-inner #footer_left {
  width: 100%;
  color: #000;
}
footer #layout-footer-inner #footer_left .container-footer .home-icon {
  position: absolute;
  top: 23px;
  right: -50px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding-left: 10px;
}
footer #layout-footer-inner #footer_left .container-footer .home-img {
  background: url("/assets/naksel/pc/common/img/footer/foot_home.png") no-repeat scroll 50% 50% / cover;
  width: 40px;
  height: 60px;
  display: block;
  float: left;
}
footer #layout-footer-inner #footer_left .container-footer .footer-head-home {
  position: relative;
}
footer #layout-footer-inner #footer_left .container-footer .footer-head {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 30px 0 0;
}
footer #layout-footer-inner #footer_left .container-footer ul {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 0;
}
footer #layout-footer-inner #footer_left .container-footer ul li {
  margin-top: 10px;
  display: inline-block;
  padding: 0px 8px 0px 0px;
}
footer #layout-footer-inner #footer_left .container-footer ul li a,
footer #layout-footer-inner #footer_left .container-footer ul li span {
  color: #000;
  font-size: 12px;
  padding: 0px 8px 0px 0px;
}
footer #layout-footer-inner #footer_left .container-footer ul li span {
  font-weight: bold;
}
footer #layout-footer-inner #footer_left .container-footer ul li:last-child {
  border: none;
}
footer #layout-footer-contents .footer-bnr {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin: 30px auto 40px;
  align-items: center;
  overflow: hidden;
}
footer #layout-footer-contents .footer-bnr:after {
  content: ' ';
  clear: both;
}
footer #layout-footer-contents .footer-bnr li {
  margin-right: 20px;
  display: block;
}
footer #layout-footer-contents .footer-bnr li:last-child {
  margin-right: 0px;
}
footer #layout-footer-contents .footer-info {
  color: #000;
  width: 980px;
  box-sizing: border-box;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
footer #layout-footer-contents .footer-info:after {
  content: ' ';
  clear: both;
}
footer #layout-footer-contents .footer-info:after {
  content: none;
}
footer #layout-footer-contents .footer-info .footer-left {
  width: 200px;
  float: left;
  margin: 0 15px 0px 0px;
}
footer #layout-footer-contents .footer-info .footer-left a {
  display: block;
}
footer #layout-footer-contents .footer-info .footer-left img {
  margin-left: 8%;
  width: 125%;
}
footer #layout-footer-contents .footer-info .footer-right {
  float: right;
  margin-top: 14px;
  color: #000;
}
footer #layout-footer-contents .footer-info .footer-right strong {
  font-size: 15px;
}
footer #layout-footer-contents .footer-info .footer-right ul li a {
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  color: #DE0000;
}
footer #layout-footer-contents .footer-info .footer-right ul li a img {
  vertical-align: baseline;
  margin-right: 5px;
  width: 23px;
}
footer #layout-footer-contents .footer-subMenu {
  color: #000;
  width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}
footer #layout-footer-contents .footer-subMenu-left {
  overflow: hidden;
  float: left;
}
footer #layout-footer-contents .footer-subMenu-left li {
  display: inline-block;
  vertical-align: middle;
}
footer #layout-footer-contents .footer-subMenu-left li a {
  color: #000;
  height: auto;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
footer #layout-footer-contents .footer-subMenu-left .footer-icon {
  width: 3px;
  height: 3px;
  background: #707070;
  margin: 2px 20px 0 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
footer #layout-footer-contents .footer-subMenu-right {
  float: right;
  padding: 10px 0;
}
footer #to-top {
  display: none;
  width: 80px;
  height: 70px;
  background: #DE0000;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
footer #to-top a {
  display: block;
  height: inherit;
}
footer #to-top a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer .icon-home:before {
  content: '';
  height: 7px;
  width: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  background: #FFF;
}
footer .icon-home:after {
  content: '';
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  border: 20px solid transparent;
  border-bottom-color: #FFF;
  border-width: 0 9px 9px 9px;
}
footer .icon-border {
  border-left: 3px solid #FFF;
}
footer .footer-border {
  border-left: 1px solid #FFF;
}
/*# sourceMappingURL=common.css.map */