@charset "UTF-8";
/* ================================================== *
 *
 *	  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 {
  font-size: 75%;
  font-size: 81.3%;
  line-height: 1.5;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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,
body {
  position: relative;
  height: 100%;
}

body {
  font-size: 81.3%;
  background: #f8f8f8;
}

/* ================================================== *
 *
 *    PAGE LAYOUT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        areaDocument
 * ------------------------------------------------- */
.areaDocument {
  position: relative;
  min-height: 100%;
}

.areaDocument__inner {
  padding-bottom: 100px;
}

/* ------------------------------------------------- *
 *        areaHeader
 * ------------------------------------------------- */
.areaHeader {
  position: fixed;
  left: 15px;
  top: 15px;
}

/* ------------------------------------------------- *
 *        areaMain
 * ------------------------------------------------- */
.areaMain {
  overflow: hidden;
  width: 860px;
  margin: 0 auto;
  padding-left: 186px;
  padding-right: 20px;
}

/* ------------------------------------------------- *
 *        areaFooter
 * ------------------------------------------------- */
.areaFooter {
  width: 100%;
  min-width: 1070px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ------------------------------------------------- *
 *        areaInformation
 * ------------------------------------------------- */
.areaInformation {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* ================================================== *
 *
 *    HELPER
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        cf
 * ------------------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------------- *
 *        linkColor
 * ------------------------------------------------- */
a:visited,
a:link {
  color: black;
}

a:active,
a:hover {
  color: black;
}

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  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;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}
/* ------------------------------------------------- *
 *        align / float
 * ------------------------------------------------- */
.tal_l{text-align:left}
.tal_r{text-align:right}
.tal_c{text-align:center}

.flt_l{float:left}
.flt_r{float:right}
.flt_c{float:center}

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */
/* ================================================== *
 *
 *    TITLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        title1
 * ------------------------------------------------- */
.title1 {
  height: 77px;
  text-align: center;
  padding-top: 33px;
  background: url(../img/ttl_type2_bg.png) center bottom no-repeat;
}

/* ------------------------------------------------- *
 *        title2
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        title3
 * ------------------------------------------------- */
.title3__ttl {
  font-size: 107.7%;
  font-weight: bold;
  color: #666666;
}

.title3__subLabel {
  font-size: 71.4%;
}

/* ------------------------------------------------- *
 *        title3.is--fs12
 * ------------------------------------------------- */
.title3.is--fs12 .title3__ttl {
  font-size: 92.3%;
}

/* ------------------------------------------------- *
 *        title4
 * ------------------------------------------------- */
.title4 {
  width: 100%;
  display: table;
}

.title4__img {
  display: table-cell;
  padding-right: 20px;
}

.title4__ttl {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 107.7%;
  font-weight: bold;
}

/* ------------------------------------------------- *
 *        title5
 * ------------------------------------------------- */
.title5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.title5__ttl {
  font-size: 92.3%;
  font-weight: bold;
  padding-left: 40px;
  background: url(../img/ico_circle.png) 20px center no-repeat;
}

/* ------------------------------------------------- *
 *        title6
 * ------------------------------------------------- */
.title6 {
  position: relative;
  padding: 15px 0;
  border-top: 2px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.title6__btnGoogleMap {
  position: absolute;
  left: 140px;
  top: 15px;
}
.title6__btnGoogleMap:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

/* ================================================== *
 *
 *    TEXT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        text1
 * ------------------------------------------------- */
.text1 {
  padding: 10px 0;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.text1__txt {
  color: #666666;
}
/* ================================================== *
 *
 *    LIST
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        list1
 * ------------------------------------------------- */
.list1 {
  margin: 0 0 0 10px;
}

.list1__txt {
  font-size: 92.3%;
  padding-left: 20px;
  margin-top: 5px;
  background: url(../img/ico_type2.png) 0 2px no-repeat;
}

.list1__innerTxt {
  font-size: 76.9%;
}

/* ------------------------------------------------- *
 *        list1.is--2col
 * ------------------------------------------------- */
.list1.is--2col {
  margin-left: -20px;
}
.list1.is--2col .list1__txt {
  width: 390px;
  float: left;
  margin-left: 20px;
}

/* ------------------------------------------------- *
 *        list2
 * ------------------------------------------------- */
.list2__txt {
  font-size: 76.9%;
  color: #666666;
  margin-top: 5px;
}

/* ------------------------------------------------- *
 *        list2.is--type1
 * ------------------------------------------------- */
.list2.is--type1 .list2__txt {
  font-size: 92.3%;
  color: black;
}

/* ------------------------------------------------- *
 *        list3
 * ------------------------------------------------- */
.list3 {
  margin-left: 20px;
}

.list3__txt {
  font-size: 92.3%;
  list-style-type: decimal;
  margin-top: 5px;
}

/* ------------------------------------------------- *
 *        list4
 * ------------------------------------------------- */
.list4 {
  margin-left: 20px;
}

.list4__unit {
  font-size: 92.3%;
  list-style-type: upper-roman;
  margin-top: 20px;
}

.list4__unitTtl {
  font-weight: bold;
}

.list4__unitTxt {
  margin-top: 5px;
}

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        button1
 * ------------------------------------------------- */
.button1 {
  text-align: right;
}

/* ================================================== *
 *
 *    TABLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        table1
 * ------------------------------------------------- */
.table1__table {
  width: 100%;
}

.table1__th {
  width: 25%;
  font-size: 92.3%;
  text-align: center;
  font-weight: bold;
  background: #f0f0f0;
  padding: 5px;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.table1__td {
  font-size: 92.3%;
  padding: 5px;
  border-bottom: 1px solid gainsboro;
  text-align: center;
  vertical-align: middle;
}

/* ------------------------------------------------- *
 *        table2
 * ------------------------------------------------- */
.table2__table {
  width: 100%;
  font-size: 92.3%;
}

.table2__th {
  width: 180px;
  font-weight: bold;
  text-align: right;
  padding: 10px 20px;
  border-right: 1px solid #e2e2e2;
}
.table2__th.is--first {
  padding-top: 30px;
}

.table2__td {
  padding: 10px 20px;
}
.table2__td.is--first {
  padding-top: 30px;
}

.table2__btnAccess {
  padding-left: 5px;
}
.table2__btnAccess img {
  margin-top: -3px;
}
.table2__btnAccess:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

/* ================================================== *
 *
 *    FORM
 *
 * ================================================== */
/* ================================================== *
 *
 *    BOX
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
.header {
  width: 151px;
}

/* ------------------------------------------------- *
 *        gnav
 * ------------------------------------------------- */
.gnav {
  margin-top: 45px;
}

.gnav__btn {
  margin-top: 20px;
}

/* ------------------------------------------------- *
 *        sns
 * ------------------------------------------------- */
.sns {
  margin: 45px 0 0 18px;
}

.sns__btn {
  float: left;
  margin-left: 3px;
}

.sns__btnLast {
  clear: both;
  margin-left: 3px;
  padding-top: 10px;
}

/* ------------------------------------------------- *
 *        kvCath
 * ------------------------------------------------- */
.kvCath {
  position: relative;
  height: 100%;
  margin-left: 120px;
}

.kvCatch__txt {
  position: absolute;
  display: none;
  left: 50px;
  bottom: 80px;
}
.kvCatch__txt:first-child {
  display: block;
}

/* ------------------------------------------------- *
 *        kvControl
 * ------------------------------------------------- */
.kvControl {
  text-align: center;
  margin-bottom: 20px;
}

.kvControl__icon {
  display: inline;
  cursor: pointer;
  margin: 0 5px;
}

/* ------------------------------------------------- *
 *        kvBar
 * ------------------------------------------------- */
.kvBar {
  height: 4px;
  background: #e6e6e6;
}

.kvBar__bar {
  width: 0%;
  height: 4px;
  background: #d93483;
}

/* ------------------------------------------------- *
 *        footer

.footer {
  height: 30px;
  position: relative;
  background: url(../img/bg_pattern.png) 0 0 repeat;
}
 * ------------------------------------------------- */

.footer__ttl {
  position: absolute;
  left: 0;
  top: -1px;
}

.footer__news {
  position: absolute;
  left: 215px;
  top: 8px;
  font-size: 76.9%;
}
.footer__news a {
  text-decoration: none;
}
.footer__news a:hover {
  text-decoration: underline;
}

.footer__btnList {
  position: absolute;
  right: 175px;
  top: 0;
}

.footer__btn {
  float: left;
}
.footer__btn:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
}

.footer__copy {
  position: absolute;
  right: 20px;
  top: 0;
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
.footer.is--type1 {
  height: 44px;
  background: url(../img/bg_pattern3.png) 0 0 repeat-x;
}
.footer.is--type1 .footer__ttl {
  top: 7px;
}
.footer.is--type1 .footer__news {
  top: 16px;
}
.footer.is--type1 .footer__btnList {
  top: 5px;
}
.footer.is--type1 .footer__copy {
  top: 5px;
}

/* ------------------------------------------------- *
 *        topicPath
 * ------------------------------------------------- */
.topicPath {
  font-size: 76.9%;
  font-family: arial;
  text-align: center;
}
.topicPath a {
  text-decoration: none;
}
.topicPath a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------- *
 *        lnav
 * ------------------------------------------------- */
.lnav {
  background: url(../img/bg_frame_top.png) center 0 no-repeat;
}

.lnav__inner {
  padding-top: 20px;
  padding-bottom: 35px;
  background: url(../img/bg_frame_btm.png) center bottom no-repeat;
}

.lnav__linkList {
  text-align: center;
  margin-top: 10px;
}
.lnav__linkList:first-child {
  margin-top: 0;
}

.lnav__link {
  display: inline;
  padding: 0 20px;
  border-left: 1px solid #cccccc;
}
.lnav__link a {
  font-size: 92.3%;
  color: #666666;
  text-decoration: none;
}
.lnav__link a:hover {
  text-decoration: underline;
}
.lnav__link:first-child {
  border-left: none;
}

li.product_cate{
	float:left;
	border-left:1px solid #cccccc;
}
li.product_cate:last-child{
	border-right:1px solid #cccccc;
}


/* ------------------------------------------------- *
 *        box1
 * ------------------------------------------------- */
.box1 {
  width: 285px;
  height: 100%;
  right: -298px;
  top: 0;
  position: fixed;
  z-index: 1;
  border-left: 3px solid black;
  padding-top: 20px;
  padding-right: 10px;
  background: url(../img/bg_pattern2.png) 0 0 repeat;
}

.box1__ttl {
  position: absolute;
  left: -29px;
  top: 20px;
  cursor: pointer;
}

.box1__body {
  height: 100%;
  overflow: auto;
}

.box1__bodyInner {
  padding-bottom: 20px;
}

.box1__unit {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #7e7e7e;
}
.box1__unit:first-child {
  margin-top: 0;
}

.box1__unitHeadLabel {
  float: left;
  margin-right: 10px;
}

.box1__unitHeadTxt {
  float: left;
  font-size: 92.3%;
  margin-top: 2px;
  color: white;
}

.box1__unitTxt {
  margin-top: 15px;
}
.box1__unitTxt a {
  font-size: 76.9%;
  color: white;
}

/* ------------------------------------------------- *
 *        box2
 * ------------------------------------------------- */
.box2 {
  width: 879px;
  margin-left: -19px;
}

.box2__unit {
  float: left;
  width: 274px;
  margin: 15px 0 0 19px;
}

.box2__img img {
  border: 1px solid #cccccc;
}
.box2__img img:hover {
  border-color: black;
}

.box2__txt {
  font-size: 76.9%;
  margin-top: 10px;
}
.box2__txt a {
  text-decoration: none;
}
.box2__txt a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------- *
 *        box3
 * ------------------------------------------------- */
.box3 {
  border-top: 1px solid #e2e2e2;
}

.box3__txt {
  font-size: 92.3%;
  margin-top: 15px;
}

/* ------------------------------------------------- *
 *        box4
 * ------------------------------------------------- */
.box4__img {
  float: left;
  margin-right: 20px;
}

.box4__body {
  overflow: hidden;
}

.box4__txt {
  font-size: 92.3%;
  margin-top: 15px;
}

/* ------------------------------------------------- *
 *        box5
 * ------------------------------------------------- */
.box5.is--border {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.box5__bottom {
  margin-top: 20px;
}

.box5__img {
  float: left;
  margin: 0 20px 0 -10px;
}

.box5__imgMain {
  margin-left: 10px;
}
.box5__imgMain img {
  border: 1px solid #cccccc;
}

.box5__imgSub {
  float: right;
  margin: 10px 0 0 10px;
}
.box5__imgSub img {
  border: 1px solid #cccccc;
}

.box5__body {
  overflow: hidden;
}

.box5__txt {
  font-size: 92.3%;
  margin-top: 15px;
}

/* ------------------------------------------------- *
 *        box6
 * ------------------------------------------------- */
.box6 .title4 {
  margin-left: 20px;
}
.box6 .list4 {
  margin-left: 40px;
}

.box6__img {
  float: left;
}

.box6__body {
  overflow: hidden;
}

.box6__txt {
  font-size: 92.3%;
  margin: 15px 0 0 20px;
}

/* ------------------------------------------------- *
 *        box7
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        box8
 * ------------------------------------------------- */
.box8__map {
  margin-top: -1px;
}

/* ================================================== *
 *
 *    JAVASCRIPT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        scroll
 * ------------------------------------------------- */
/* CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #a1a6a6;
  position: relative;
}

.jspDrag {
  background: #b3bdc1;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #a1a6a6;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}


