@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* base 
================================================== */
html {
  overflow-y: scroll;
}

body {
  height: 100%;
  background-color: #fff;
  font-family: Avenir, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  word-break: break-word;
  padding-top: 80px;
}

.c-recruit,
.c-company,
.c-shop,
.c-faq,
.c-contact,
.c-policy {
  padding-top: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

a {
  color: #333;
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}
a:hover img {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.75;
}

a:visited {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 737px) {
  body {
    padding-top: 65px;
    font-size: 12px;
    width: 100%;
    overflow-x: hidden;
  }
}
/* layout & global
================================================== */
#wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}

@media only screen and (min-width: 738px) {
  #wrap {
    transform: none !important;
  }
}
.main {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #fff;
}
.p-top .main, .c-brand .main {
  max-width: 984px;
  padding-top: 60px;
  padding-bottom: 0;
}

@media only screen and (max-width: 737px) {
  .main {
    width: auto;
    margin: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-top .main {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.list {
  margin: 0;
  padding: 0;
}

/* section */
.section {
  *zoom: 1;
  margin-bottom: 60px;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}

.section-top {
  margin-bottom: 60px;
}

.sectionWrap {
  max-width: 945px;
  margin: 0 auto;
}

@media only screen and (max-width: 737px) {
  .section {
    margin-bottom: 30px;
  }

  .section-top {
    margin-bottom: 30px;
  }
}
.grid {
  margin: 0 -10px;
  overflow: hidden;
}

.grid_item {
  float: left;
}
.grid_item > div {
  display: block;
  margin: 0 10px;
}
.grid-col2 .grid_item {
  width: 50%;
}
.grid-col3 .grid_item {
  width: 33.3%;
}
.grid-col4 .grid_item {
  width: 25%;
}
.grid-col5 .grid_item {
  width: 20%;
}

@media only screen and (max-width: 737px) {
  .grid {
    margin: 0;
  }

  .grid_item {
    float: none;
    width: 100% !important;
  }
  .grid_item > div {
    margin: 0 0 25px 0;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 5px;
}

.header_inner {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  height: 80px;
}

.header_trigger {
  display: none;
}

.header_logo {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.header_logo a {
  display: inline-block;
  width: 140px;
  height: 19px;
  background: url(/images/common/hdr_logo-under.png) no-repeat;
  background-size: contain;
}
.header_logo span {
  display: none;
}

.header_nav {
  display: table-cell;
  padding-top: 23px;
  vertical-align: top;
  text-align: right;
}

.header_nav_items {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-right: 164px;
}

.header_nav_item {
  float: left;
  margin-left: 21px;
}
.header_nav_item a {
  outline: none;
}

.header_nav_item-cart {
  margin-left: 60px;
}

.header_nav_link {
  display: block;
  height: 36px;
  overflow: hidden;
  background: url(/images/common/btn_gnav-under_02.png) no-repeat;
}
.header_nav_link span {
  display: none;
}

.header_nav_link-news {
  width: 45px;
  background-position: 0 0 !important;
}
.header_nav_link-news:hover, .c-news .header_nav_link-news {
  background-position: 0 -36px !important;
}

.header_nav_link-shop {
  width: 42px;
  background-position: -70px 0 !important;
}
.header_nav_link-shop:hover, .c-shop .header_nav_link-shop {
  background-position: -70px -36px !important;
}

.header_nav_link-brand {
  width: 50px;
  background-position: -139px 0 !important;
}
.header_nav_link-brand:hover, .c-brand .header_nav_link-brand {
  background-position: -139px -36px !important;
}

.header_nav_link-faq {
  width: 30px;
  background-position: -218px 0 !important;
}
.header_nav_link-faq:hover, .c-faq .header_nav_link-faq {
  background-position: -218px -36px !important;
}

.header_nav_link-contact {
  width: 72px;
  background-position: -276px 0 !important;
}
.header_nav_link-contact:hover, .c-contact .header_nav_link-contact {
  background-position: -276px -36px !important;
}

.header_nav_link-recruit {
  width: 60px;
  background-position: -378px 0 !important;
}
.header_nav_link-recruit:hover, .c-company .header_nav_link-recruit {
  background-position: -378px -36px !important;
}

.header_nav_link-company {
  width: 76px;
  background-position: -466px 0 !important;
}
.header_nav_link-company:hover, .c-company .header_nav_link-company {
  background-position: -466px -36px !important;
}

.header_nav_link-live {
  width: 29px;
  background-position: -572px 0 !important;
}
.header_nav_link-live:hover, .c-live .header_nav_link-live {
  background-position: -572px -36px !important;
}

.header_nav_link-onlinesalon {
  width: 113px;
  background-position: -627px 0 !important;
}
.header_nav_link-onlinesalon:hover, .c-live .header_nav_link-onlinesalon {
  background-position: -627px -36px !important;
}

.header_nav_online {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  display: inline-table;
  text-align: right;
}

@-moz-document url-prefix() {
  .header_nav_online {
    position: static;
  }
}
.header_nav_online:after {
  clear: both;
}

.header_nav_link-online img {
  position: absolute;
  top: 0;
}

.header-icn-online {
  display: none;
}
.header-icn-online img {
  width: 30px;
}

@media only screen and (max-width: 737px) {
  .p-top .header {
    position: fixed;
  }

  .header_inner {
    display: block;
    position: relative;
    width: auto;
    height: 66px;
  }

  .header_logo {
    position: absolute;
    left: 0;
    top: 24px;
    right: 0;
    display: block;
    text-align: center;
    font-size: 0;
  }
  .header_logo img {
    display: inline-block !important;
    margin: 0 auto 0;
  }

  .header_trigger {
    display: block;
    position: absolute;
    right: 15px;
    top: 24px;
    cursor: pointer;
    width: 25px;
    height: 19px;
  }

  .header_nav {
    display: none;
  }

  .header-icn-online {
    display: block;
    position: absolute;
    left: 18px;
    top: 20px;
    z-index: 999;
  }
  .header-icn-online a {
    display: block;
  }

  .open {
    transition: transform 200ms ease-in-out 0ms;
    transform: translate3d(-270px, 0px, 0px);
  }
}
.footer_nav {
  background-color: #002063;
  font-size: 0;
}
.footer_nav dl {
  display: inline-block;
  width: 50%;
}
.footer_nav dl dt {
  text-align: center;
  padding: 30px 0;
  background: #ebf0fb;
}
.footer_nav dl:nth-child(1) {
  border-right: 1px solid #002063;
}

.footer_bottom {
  background-color: #fff;
  text-align: center;
  color: #002063;
  margin: 0;
  padding: 8px 0;
}
.footer_bottom p {
  margin: 0;
}

.policy {
  text-align: center;
  margin: 12px;
}
.policy a {
  color: #fff;
}

@media only screen and (max-width: 737px) {
  .footer_nav img {
    width: 80%;
  }
}
@media only screen and (min-width: 738px) {
  .footer_nav dl dt img {
    height: 29px;
    width: auto;
  }
}
/* heading form 
================================================== */
.heading {
  margin: 0;
  line-height: 1.3;
}

/* heading-h2 */
.heading-h2 {
  margin-bottom: 16px;
  font-size: 20px;
  color: #002063;
  line-height: 1.3;
}

.heading-h2-detail {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  color: #002063;
  line-height: 1.3;
  overflow: hidden;
}
.heading-h2-detail .heading_title {
  margin: 0;
  float: left;
  font-size: 20px;
  font-weight: normal;
}
.heading-h2-detail .heading_date {
  margin: 0.5em 0 0 0;
  float: right;
  font-size: 14px;
}

.heading-h2-bdb {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 737px) {
  .heading-h2 {
    font-size: 14px;
  }

  .heading-h2-detail .heading_title {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-h2-bdb {
    margin-bottom: 15px;
    padding-bottom: 14px;
  }
}
/* heading-aminate */
@media only screen and (min-width: 738px) {
  .heading-aminate {
    position: relative;
    left: 50px;
    opacity: 0;
  }
}
/* components
================================================== */
.slidemenu {
  background: #eaf0fc;
  box-shadow: inset rgba(0, 0, 0, 0.2) 3px 0 3px;
  visibility: hidden;
  width: 270px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
.slidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slidemenu_body {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slidemenu_content {
  position: relative;
  padding: 0 15px;
}
.slidemenu_content a {
  display: block;
  padding: 20px 10px;
  background: url(/images/common/slide_icn_link.png) no-repeat right center;
  background-size: 20px 13px;
  border-bottom: solid 1px #fff;
  font-size: 12px;
  line-height: 1.0;
}

.slidemenu_items .slidemenu_online {
  padding: 12px;
}

@media only screen and (max-width: 737px) {
  .slidemenu_body {
    padding-top: 66px;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  width: 100% !important;
  max-width: 100% !important;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/common/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -40px;
  background: url(/images/common/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: -40px;
  background: url(/images/common/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/common/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/common/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media only screen and (max-width: 737px) {
  .bx-controls .bx-controls-direction {
    display: none;
  }

  .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }

  .is-openmenu .bx-wrapper .bx-viewport {
    overflow: hidden !important;
  }
}
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  border: none;
  color: #fff;
  text-decoration: none !important;
}

.btn-block {
  display: block;
  width: 100% !important;
}

.btn-default {
  width: 400px;
  height: 60px;
  background: #002063;
  text-align: center;
}
.btn-default span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  background: url(/images/common/btn_arw.png) no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.btn-submit-course {
  width: auto;
}
.btn-submit-course span {
  padding: 0 40px;
}

.btn-disabled {
  opacity: 0.5;
}

.btnGroup {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.btnGroup li {
  display: inline-block;
  margin: 0 15px;
}

.btnGroup-recruit {
  margin-top: 40px;
}

@media only screen and (max-width: 737px) {
  .btn {
    display: block;
    width: 100% !important;
  }

  .btn-default {
    height: 40px;
  }
  .btn-default span {
    height: 40px;
    line-height: 40px;
    background: url(/images/common/btn_arw-sp.png) no-repeat left center;
    font-size: 16px;
    background-size: 7px 12px;
  }

  .btnGroup li {
    display: block;
    margin: 0 0 15px 0;
  }

  .btnGroup-recruit {
    margin-top: 0;
  }
}
/* visual */
.visual {
  background-color: #eaf0fc;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-news .visual {
  background-color: #eaf0fc;
}
.c-shop .visual {
  background-color: #fdf9f3;
}
.c-brand .visual {
  background-color: #f4f4f4;
}
.c-company .visual {
  background-color: #ecf8ff;
}
.c-faq .visual {
  background-color: #eaf0fc;
}

.visual-common {
  background-image: url(/images/other/visual_bg.jpg);
  background-color: #dce6fa;
  background-position: left top;
  background-repeat: repeat-x;
}

.visual_title {
  margin: 0 auto;
  width: 1024px;
}

@media only screen and (max-width: 737px) {
  .visual {
    background-image: none !important;
  }

  .visual-common {
    background-image: none !important;
  }

  .visual_title {
    width: auto;
  }
}
/* carousel */
.carousel img {
  border: solid 1px #ccc;
}
.carousel img.nobd {
  border: none;
}
.carousel p {
  margin: 10px 0 0 0;
}
.carousel dl {
  margin: 10px 0 0 0;
}
.carousel dd {
  margin: 0;
}

.carousel-collection-sp {
  margin: 0 -10px;
  overflow: hidden;
}
.carousel-collection-sp > div {
  float: left;
  width: 33.3%;
  margin-bottom: 20px;
}
.carousel-collection-sp > div a {
  display: block;
  margin: 0 10px;
}

.carousel-collection-sp-col4 {
  margin: 0 -10px;
  overflow: hidden;
}
.carousel-collection-sp-col4 > div {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.carousel-collection-sp-col4 > div a {
  display: block;
  margin: 0 10px;
}

@media only screen and (max-width: 737px) {
  .carousel-collection-sp,
  .carousel-collection-sp-col4 {
    margin: 0;
    overflow: visible;
  }
  .carousel-collection-sp > div,
  .carousel-collection-sp-col4 > div {
    float: none;
    margin: 0;
    width: auto;
  }
  .carousel-collection-sp > div a,
  .carousel-collection-sp-col4 > div a {
    margin: 0;
  }
}
.carousel-news-sp {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.carousel-news-sp > div {
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
}
.carousel-news-sp > div:last-child {
  border-bottom: none;
}
.carousel-news-sp a {
  display: block;
  overflow: hidden;
}
.carousel-news-sp img {
  float: left;
  margin-right: 20px;
  width: 278px;
}
.carousel-news-sp dl {
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 737px) {
  .carousel-news-sp {
    border: none;
  }
  .carousel-news-sp > div {
    padding: 0;
    border: none;
  }
  .carousel-news-sp img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .carousel-news-sp dl {
    margin-top: 10px;
  }
}
/* snsButtons */
.snsButtons {
  padding: 10px 0 4px;
  border-top: solid 1px #ccc;
  background: #002063;
}
.snsButtons ul {
  margin: 0 auto;
  padding: 0;
  padding: 10px 0;
  max-width: 1024px;
  list-style: none;
  overflow: hidden;
}
.snsButtons li {
  float: left;
  margin-left: 24px;
}
.snsButtons ul {
  max-width: 187px;
}

@media only screen and (max-width: 737px) {
  .snsButtons {
    text-align: center;
  }
  .snsButtons ul {
    width: auto;
    max-width: 230px;
    font-size: 0;
  }
  .snsButtons li {
    float: none;
    display: inline-block;
    margin: 2px 8px;
  }
}
.breadcrumb {
  border-top: solid 1px #ccc;
}
.breadcrumb ul {
  margin: 0 auto;
  padding: 18px 0;
  list-style: none;
  max-width: 1024px;
  overflow: hidden;
  line-height: 1.0;
  font-size: 12px;
}
.breadcrumb li {
  float: left;
  margin-right: 0.8em;
}
.breadcrumb li:after {
  display: inline-block;
  margin-left: 0.8em;
  content: ">";
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline;
}

@media only screen and (max-width: 737px) {
  .breadcrumb {
    display: none;
  }
}
.expander {
  margin: 0 0 10px 0;
  border: solid 1px #ccc;
  border-bottom: none;
}

.expander_title {
  padding: 10px 38px;
  background: #e6e6e6;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.expander_title span {
  display: block;
  padding-left: 35px;
  background: url(/images/common/icn_exp_open.png) no-repeat 0 0.4em;
}

.expander_body {
  display: none;
  position: relative;
  margin: 0;
  padding: 40px 42px 40px 38px;
  border-bottom: solid 1px #ccc;
}

.expander_close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/common/icn_exp_close.png) no-repeat;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.expander_close span {
  display: none;
}

@media only screen and (max-width: 737px) {
  .expander_title {
    padding: 12px 18px;
  }
  .expander_title span {
    padding-left: 20px;
    background: url(/images/common/icn_exp_open-sp.png) no-repeat 0 0.5em;
    background-size: 11px 7px;
  }

  .expander_body {
    padding: 40px 18px 40px 18px;
  }
}
.form .formItem:first-child {
  border-top: solid 2px #ccc;
}

.formItem {
  padding: 40px 0;
  border-top: dotted 1px #ccc;
  display: table;
  width: 100%;
}

.formItem_title {
  display: table-cell;
  width: 12em;
}
.formItem_title > div {
  width: 100%;
  display: table;
}
.formItem_title span, .formItem_title em {
  display: table-cell;
  white-space: nowrap;
}
.formItem_title span {
  text-align: left;
}
.formItem_title em {
  text-align: right;
  font-style: normal;
}

.formItem_body {
  margin: 0;
  display: table-cell;
  padding-left: 30px;
}

.formItem_input {
  padding: 5px;
  border: solid 1px #ccc;
}

.formItem_input-w400 {
  width: 400px;
}

.formItem_input-w550 {
  width: 550px;
}

@media only screen and (max-width: 737px) {
  .formItem {
    padding: 20px 0;
    display: block;
  }

  .formItem_title {
    display: block;
    margin-bottom: 5px;
    width: auto;
  }
  .formItem_title > div {
    display: block;
    width: auto;
  }
  .formItem_title span, .formItem_title em {
    display: inline-block;
  }
  .formItem_title span {
    margin-right: 2em;
  }

  .formItem_body {
    display: block;
    padding-left: 0;
  }

  .formItem_input {
    display: block;
    font-size: 14px;
    width: 100% !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* pages 
================================================== */
.list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.list-wrap li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.list-wrap li:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.list-wrap li .li-cnt,
.list-wrap li .bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.list-wrap li .bg-blur {
  z-index: -1;
  filter: blur(2px);
  background-size: contain;
}
.list-wrap li .main-img {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.list-wrap li .grayout {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  top: 0;
  z-index: 100;
}
.list-wrap li p {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 4%;
  width: 90%;
  color: #fff;
  z-index: 100;
  letter-spacing: -1.1px;
}
.list-wrap li span {
  font-size: small;
}
.list-wrap li .icn-movie {
  background-size: contain;
  background: url("/images/top/play.png") no-repeat center;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  opacity: 0.6;
  z-index: 100;
}
.list-wrap li .icn-movie:hover {
  opacity: 100;
}

.movie .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.movie .thumb {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.movie .youtube {
  width: 100% !important;
  height: 100% !important;
}
.movie .youtube:before {
  content: "";
  display: block;
  padding-top: 62.4%;
}

@media only screen and (min-width: 738px) {
  .p-top .list-wrap li {
    width: 33.3%;
  }
  .p-top .list-wrap li:nth-child(1) {
    width: 100%;
  }
  .p-top .list-wrap li:nth-child(2), .p-top .list-wrap li:nth-child(3), .p-top .list-wrap li:nth-child(4), .p-top .list-wrap li:nth-child(5)  {
    width: 50%;
    display: inline-block;
  }

  .p-top main.list, .c-news main.list, .c-brand main.list {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 737px) {
  .list-wrap li {
    width: 100%;
  }
  .list-wrap .small {
    width: 50%;
    display: inline-block;
  }
  .list-wrap .small:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.brand-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brand-list-wrap li {
  width: 50%;
  display: inline-block;
}
.brand-list-wrap li img {
  width: 100%;
}
@media only screen and (max-width: 737px) {
  .brand-list-wrap li {
    width: 100%;
    display: block;
  }
}

.c-brand .visual img {
  width: 100%;
}

@media only screen and (min-width: 738px) {
  .c-brand .visual {
    max-width: 800px;
    margin: 0 auto;
  }
}
.brand-main {
  font-size: 14px;
}
.brand-main h2 {
  font-weight: normal;
  color: #002063;
  margin: 0;
  text-align: center;
}
.brand-main .about,
.brand-main .item,
.brand-main .news h2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 737px) {
  .brand-main .about,
  .brand-main .item,
  .brand-main .news h2 {
    width: auto;
    margin: 0 15px;
  }
}
.brand-main .news h2 {
  padding-bottom: 10px;
}
@media only screen and (min-width: 738px) {
  .brand-main .news {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .brand-main .news li {
    width: 50%;
  }
}

.brand-item {
  list-style: none;
  padding: 0;
}
.brand-item li {
  width: 23%;
  display: inline-block;
  margin-bottom: 80px;
  margin-left: 1%;
  position: relative;
}
@media only screen and (max-width: 737px) {
  .brand-item li {
    width: 46%;
    margin-left: 5%;
  }
}
.brand-item li img {
  border: 1px solid #EAF0FC;
  width: 80%;
}
.brand-item li p {
  color: #002063;
  font-weight: bold;
  width: 80%;
  font-size: 10px;
  background-color: #EAF0FC;
  padding: 50% 10% 5% 10%;
  z-index: -1;
  position: absolute;
  top: 37%;
  left: 10%;
  text-align: right;
}
@media only screen and (max-width: 737px) {
  .brand-item li p {
    padding: 40% 10% 10% 10%;
    top: 48%;
    text-align: left;
  }
}
@media only screen and (max-width: 737px) {
  .brand-item li:nth-child(odd) {
    margin-left: 0;
  }
}

.btn-cart {
  position: relative;
  width: 50%;
  margin: auto;
}
.btn-cart p {
  background-color: #002063;
  background-image: url("/images/common/icn-cart-white.png");
  background-repeat: no-repeat;
  background-position: 12%;
  text-align: center;
}
.btn-cart p a {
  color: #fff;
  display: block;
  padding: 15px;
}
.btn-cart img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  right: 10%;
  width: 7px;
}

.c-news .list {
  margin-bottom: 30px;
}

.news-main .list-wrap li {
  width: 50%;
  margin: 80px 0 10px 0;
}
@media only screen and (max-width: 737px) {
  .news-main .list-wrap li {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 738px) {
  .c-news .list .list-wrap li {
    width: 33.3%;
  }
}
.newsList_tags {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  overflow: hidden;
}
.newsList_tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.newsList_tags a {
  display: inline-block;
  padding: 4px 5px;
  line-height: 1.0;
  background: #eaf0fc;
  color: #002063;
}

@media only screen and (max-width: 737px) {
  .newsList_tags {
    margin-left: 10px;
  }
  .newsList_tags a {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.news-main {
  max-width: 800px;
  margin: 0 auto;
}
.news-main h1, .news-main h2, .news-main h3, .news-main h4 {
  color: #000080;
}

.news-ttl {
  padding-bottom: 0;
}
.news-ttl h1 {
  font-size: 24px;
  margin: 10px 0 40px 0;
}
.news-ttl p {
  margin-top: 30px;
}
.news-ttl img {
  width: 100%;
}

.newsDetail {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}
.newsDetail h3, .newsDetail h4, .newsDetail h5, .newsDetail h6, .newsDetail p, .newsDetail img {
  padding-bottom: 0;
}
.newsDetail h2 {
  padding: 15px;
  margin: 40px 0;
  font-size: 22px;
  background-color: #EAF0FC;
}
@media only screen and (max-width: 737px) {
  .newsDetail h2 {
    margin: 40px 0 20px 0;
  }
}
.newsDetail h3 {
  margin-top: 40px;
  font-size: 18px;
}
.newsDetail h4 {
  font-size: 14px;
}
.newsDetail p {
  margin: 20px 0 40px 0;
}
.newsDetail img {
  margin-bottom: 40px;
  height: auto;
}
.newsDetail .auto {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.newsDetail .side {
  width: 50%;
  float: left;
}
.newsDetail .small {
  font-size: 12px;
}
.newsDetail hr {
  max-width: 800px;
  margin: 40px auto;
  background-color: #ddd;
  border: none;
  height: 1px;
}

@media only screen and (max-width: 737px) {
  .news-ttl h1 {
    width: auto;
    margin: 0 15px;
    padding: 10px 0 10px 0;
    font-size: 18px;
  }
  .news-ttl p {
    margin: 30px 15px 0;
  }

  .newsDetail h1, .newsDetail h3, .newsDetail h4, .newsDetail h5, .newsDetail h6, .newsDetail p, .newsDetail img {
    width: auto;
    margin: 0 15px;
    padding: 20px 0;
    padding-bottom: 0;
  }
  .newsDetail img {
    width: 92%;
    height: auto;
  }
  .newsDetail img.mt-image-left, .newsDetail img.mt-image-right, .newsDetail img.mt-image-center {
    float: none !important;
  }
  .newsDetail .auto, .newsDetail .side {
    width: 92%;
    margin: 0 15px;
    display: block;
  }
  .newsDetail hr {
    width: auto;
    margin: 40px 15px;
  }
  .newsDetail h2, .newsDetail h3 {
    font-size: 16px;
  }
}
.clear {
  clear: both;
}

.news-nav-wrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 737px) {
  .news-nav-wrap {
    margin-top: 80px;
  }
}

.news-nav {
  margin-bottom: 80px;
}
.news-nav div {
  display: inline-block;
  width: 49.5%;
  vertical-align: middle;
}
.news-nav .back {
  padding-left: 20px;
  background-image: url("/images/common/icn_arw_l.png");
  background-repeat: no-repeat;
  background-position: left;
}
.news-nav .next {
  padding-right: 20px;
  background-image: url("/images/common/icn_arw_r.png");
  background-repeat: no-repeat;
  background-position: right;
  text-align: right;
}
@media only screen and (max-width: 737px) {
  .news-nav {
    margin-bottom: 20px;
  }
}

.btn-news {
  position: relative;
  width: 50%;
  margin: auto;
}
.btn-news p {
  background-color: #002063;
  text-align: center;
}
.btn-news p a {
  color: #fff;
  display: block;
  padding: 15px;
}
.btn-news img {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  right: 10%;
  width: 7px;
}

.newsPaging {
  padding: 30px 0;
  text-align: center;
}
.newsPaging ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.newsPaging li {
  display: inline-block;
}
.newsPaging a, .newsPaging span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  line-height: 1.0;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newsPaging img {
  vertical-align: middle;
}
.newsPaging .current_page {
  border-bottom: 2px solid #002063;
}

@media only screen and (max-width: 737px) {
  .newsPaging {
    font-size: 14px;
  }
  .newsPaging a, .newsPaging span {
    padding: 10px;
  }
}
.shopMap {
  position: relative;
}

@media only screen and (max-width: 737px) {
  .shopMap img {
    display: none !important;
  }
}
.shopList {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shopList li {
  margin: 10px 0;
}
.shopList a {
  display: block;
  padding: 0 16px;
  width: 210px;
  background: #fff;
  border: solid 1px #ccc;
  line-height: 1.0;
}
.shopList a:hover {
  background: #e4ecfb;
  border: solid 1px #c8d8f5;
  color: #002063;
}
.shopList span {
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  background: url(/images/common/icn_arw_r.png) no-repeat left center;
}

.shopList-east {
  right: 71px;
  bottom: 71px;
  position: absolute;
}
.shopList-east a {
  width: 230px;
}

.shopList-west {
  left: 71px;
  top: 71px;
  position: absolute;
  width: 360px;
}
.shopList-west li {
  float: left;
  margin: 5px 10px 5px 0;
}
.shopList-west a {
  width: 170px;
}

.shopList-foreign {
  top: 201px;
  left: 71px;
  border-top: dotted 1px #ccc;
  padding-top: 5px;
  width: 350px;
}
.shopList-foreign a {
  width: 170px;
}

.shopList-recruit {
  bottom: 10px;
  left: 71px;
}
.shopList-recruit span {
  display: block;
  height: 48px;
  line-height: 48px;
  padding-left: 16px;
  background: transparent url("icn_arw_r_white.png") no-repeat scroll left center;
}
.shopList-recruit a {
  width: 170px;
  background-color: #002063;
  color: #fff;
  border: none;
}

.opentext {
  margin-bottom: 10px;
}
.opentext span {
  background-color: #264970;
  color: #fff;
  border-radius: 5px;
  padding: 4px 10px;
  line-height: 1;
}

@media only screen and (max-width: 737px) {
  .shopList {
    position: static;
  }
  .shopList a {
    width: 100%;
  }

  .shopList-west {
    width: 100%;
  }
  .shopList-west li {
    float: none;
    margin: 10px 0;
  }
  .shopList-west a {
    width: 100%;
  }

  .shopList-foreign {
    padding: 0;
    width: 100%;
    border-top: none;
  }
  .shopList-foreign li {
    margin-bottom: 0;
  }
}
.areaSort {
  margin: 0;
  text-align: right;
}
.areaSort select {
  margin-left: 10px;
  padding: 3px 5px;
  background: #eaf0fc;
  border: solid 1px #a3b2cf;
  color: #002063;
}

@media only screen and (max-width: 737px) {
  .areaSort {
    text-align: left;
  }
  .areaSort select {
    display: block;
    margin: 5px 0 0 0;
    width: 100%;
    font-size: 14px;
  }
}
.areaShop {
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
}

.areaShop_title {
  margin: 0 0 10px 0;
  color: #002063;
  font-size: 22px;
}

.areaShop_body {
  display: table;
  width: 100%;
}

.areaShop_info {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

.areaShop_brands {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}

.areaShop_tags {
  max-width: 565px;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.areaShop_tags li {
  float: left;
  display: table;
  width: 90px;
  margin: 8px 0 0 3px;
}
.areaShop_tags a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 3px 5px;
  line-height: 1.3;
  background: #eaf0fc;
  color: #002063;
  font-size: 12px;
}

@media only screen and (max-width: 737px) {
  .areaShop_title {
    font-size: 16px;
  }

  .areaShop_body {
    display: block;
  }

  .areaShop_info {
    display: block;
  }

  .areaShop_brands {
    display: block;
    margin-top: 15px;
    overflow: hidden;
  }

  .areaShop_tags {
    margin: 0 -2px;
    float: none;
    width: 100%;
    max-width: auto;
  }
  .areaShop_tags li {
    width: 25%;
    margin: 0 0 6px 0;
    padding: 0 4px;
  }
  .areaShop_tags a {
    font-size: 11px;
  }
}
.areaNav {
  padding: 30px 0 0 0;
}
.areaNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.areaNav ul li:nth-child(5) {
  clear: both;
}
.areaNav li {
  float: left;
  width: 15em;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  border-right: solid 1px #002063;
  line-height: 1.0;
}
.areaNav .link-n {
  background-position: left center;
}

@media only screen and (max-width: 737px) {
  .areaNav ul li:nth-child(5) {
    clear: none;
  }
  .areaNav li {
    width: 50%;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    font-size: 14px;
  }
}
.companyData th, .companyData td {
  padding: 20px 0;
  border-bottom: dotted 1px #ccc;
  vertical-align: top;
}
.companyData th {
  width: 30%;
  text-align: left;
  font-weight: normal;
}

@media only screen and (max-width: 737px) {
  .companyData th {
    width: 5%;
    white-space: nowrap;
    padding-right: 15px;
  }
}
.companyMap {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 737px) {
  .companyMap {
    height: 200px;
  }
}
.companyVoice {
  overflow: hidden;
}
.companyVoice img {
  width: 330px;
}
.companyVoice img.pull-left {
  margin-right: 20px;
}
.companyVoice img.pull-right {
  margin-left: 20px;
}
.companyVoice span {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 737px) {
  .companyVoice img {
    width: 100%;
    height: auto;
    float: none !important;
    margin: 0 0 15px 0 !important;
  }
}
.companyRecruitNav {
  margin-top: 50px;
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}
.companyRecruitNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.companyRecruitNav li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #002063;
  line-height: 1.0;
}
.companyRecruitNav .link-n {
  background-position: left center;
}

@media only screen and (max-width: 737px) {
  .companyRecruitNav {
    margin-top: 20px;
  }
  .companyRecruitNav li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
    border: none;
    font-size: 14px;
  }
}
.companyMessage {
  overflow: hidden;
}

.companyMessage_image {
  float: right;
  margin-left: 20px;
}

.companyMessage_name {
  font-size: 16px;
}

@media only screen and (max-width: 737px) {
  .companyMessage_image {
    float: none;
    margin-left: 0;
  }

  .companyMessage_name {
    font-size: 14px;
  }
}
.fb_recruit {
  max-width: 1024px;
  margin: 0 auto;
}
.fb_recruit img {
  width: 80px;
  height: auto;
}

@media only screen and (max-width: 737px) {
  .fb_recruit img {
    width: 20%;
    margin-bottom: 10px;
    height: auto;
  }
}
.c-policy .link-text {
  color: #000080;
  text-decoration: underline;
}

/* utility
================================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 738px) {
  .js-resp-img {
    width: auto !important;
  }
}
img.liquid {
  width: 100%;
  height: auto;
}
img.block {
  display: block;
}
img.border {
  border: solid 1px #ccc;
}

@media only screen and (max-width: 737px) {
  .sp-none {
    display: none !important;
  }
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 737px) {
  .pc-none {
    display: block !important;
  }
}

.link-n {
  display: inline-block;
  padding-left: 18px;
  background: url(/images/common/icn_arw_r.png) no-repeat 0 0.3em;
}
@media only screen and (max-width: 737px) {
  .link-n {
    background: url(/images/common/icn_arw_r-sp.png) no-repeat 0 0.3em;
    background-size: 8px 13px;
  }
}

.link-u,
.link-u:visited {
  color: #002063 !important;
  text-decoration: underline !important;
}

.link-b,
.link-b:visited {
  display: inline-block;
  color: #002063 !important;
  padding: 2px 6px;
  line-height: 1.3;
  background: #eaf0fc;
}

@media only screen and (min-width: 738px) {
  a.link-text:hover,
  a:hover .link-text {
    text-decoration: underline;
  }
}
.mg0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !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;
}

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

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

.mb0 {
  margin-bottom: 0 !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd20 {
  padding: 20px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-top {
  vertical-align: top;
}

.text-middle {
  vertical-align: middle;
}

.text-bottom {
  vertical-align: bottom;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.important,
.require,
.error {
  color: #cf0000;
}
