@charset "UTF-8";

/******************************
font
******************************/
@font-face {
  font-family: "brown-light";
  src: url("../fonts/BrownStd-Light.ttf");
  src: url("../fonts/BrownStd-Light.otf");
  src:
    url("../fonts/BrownStd-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrownStd-Light.woff") format("woff"),
    url("../fonts/BrownStd-Light.ttf") format("truetype"),
    url("../fonts/BrownStd-Light.svg#BrownStd-Light") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}

@font-face {
  font-family: "brown";
  src: url("../fonts/BrownStd-Regular.ttf");
  src: url("../fonts/BrownStd-Regular.otf");
  src:
    url("../fonts/BrownStd-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrownStd-Regular.woff") format("woff"),
    url("../fonts/BrownStd-Regular.ttf") format("truetype"),
    url("../fonts/BrownStd-Regular.svg#BrownStd-Regular") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}

@font-face {
  font-family: "brown-bold";
  src: url("../fonts/BrownStd-Bold.ttf");
  src: url("../fonts/BrownStd-Bold.ttf");
  src: url("../fonts/BrownStd-Bold.otf");
  src:
    url("../fonts/BrownStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BrownStd-Bold.woff") format("woff"),
    url("../fonts/BrownStd-Bold.ttf") format("truetype"),
    url("../fonts/BrownStd-Bold.svg#BrownStd-Bold") format("svg");
  font-size: 110%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 1px;
}

/******************************
共通設定
******************************/
body {
  /*font: 14px/2em 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Verdana, 游ゴシック, YuGothic, メイリオ, Meiryo, 'MS PGothic', 'MS UI Gothic', Arial, sans-serif;*/
  font:
    14px/2em "Lucida Grande",
    "Hiragino Kaku Gothic Pro",
    Verdana,
    メイリオ,
    Meiryo,
    "MS PGothic",
    "MS UI Gothic",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #f0f0ef;
  color: #000;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  transition: all 0.3s;
}
a:hover img {
  /*opacity: .6;*/
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
/* clear fix */
.clear:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
/* タイトル */
h2.page-title {
  font-family: "brown-bold";
  font-size: 34px;
  letter-spacing: 7px;
  color: #595858;
  text-align: center;
  margin: 50px 0;
}
/* レイアウト */
.container {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
/* CAREERS TOP */
#careers-top {
  margin: 0 0 60px;
}
#careers-top a {
  display: block;
  width: 250px;
  height: 50px;
  font-family: "brown-bold";
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 40px;
  border: 5px solid #000;
  margin: 0 auto;
  color: #000;
  text-align: center;
  background-color: #fff;
}
#careers-top a:hover {
  background-color: #000;
  color: #fff;
}

/******************************
ページヘッダー
******************************/
#page-header {
  background-color: #000;
  padding: 0;
}
#page-header .container {
  height: 134px;
  position: relative;
}
#page-header h1 {
  text-align: center;
  padding: 28px 0 0;
}
#page-header h1 a img {
  width: 190px;
}
#page-header a {
  font-family: "brown-bold";
  font-size: 11.6px;
  letter-spacing: 1.7px;
  color: #fff;
}
#btn-online-store a {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  padding-right: 22px;
  background: url(../../images/common/arrow_right.jpg) no-repeat center right;
}
#btn-login a {
  display: block;
  position: absolute;
  top: 17px;
  left: 14px;
  padding-right: 18px;
  background: url(../../images/common/arrow_right.jpg) no-repeat right -1px;
  font-family: "brown";
  font-size: 11px;
  letter-spacing: 4px;
  line-height: 1em;
}
#btn-online-store a:hover,
#btn-login a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
/******************************
メニュー
******************************/
#gnav {
  position: absolute;
  bottom: 0;
  display: table;
  width: 100%;
}
#gnav li {
  float: left;
  display: block;
  table-layout: fixed;
  /*width: 100%;*/
  white-space: nowrap;
}
#gnav li a {
  display: block;
  padding: 0 16px;
  height: 34px;
  line-height: 36px;
}
#gnav li a:hover,
#gnav li a.current,
#gnav .dropdown.open a {
  color: #000;
  background-color: #fff;
}
#gnav li ul li {
  display: block;
  float: none;
}
#gnav li ul li a {
  color: #000;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-weight: bold;
  font-size: 11px;
  list-style: 0;
  height: 25px;
  line-height: 25px;
  padding: 0;
}
#gnav li ul li a:hover {
  color: #000;
  text-decoration: underline;
}
#gnav li ul li ul li a,
#gnav li.dropdown.open ul li ul li a {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  height: 1.8em;
  line-height: 1.8em;
  color: #898989;
}
#gnav li ul li ul li a:hover {
  color: #898989;
  text-decoration: underline;
}
#gnav .dropdown:hover > .dropdown-menu {
  border: none;
  padding: 10px 21px;
  margin: 0;
  border-radius: 0;
}
#snav {
  display: none;
}
/******************************
ページフッター
******************************/
#foot-bar {
  background-color: #000;
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
#foot-bar li {
  display: table-cell;
  height: 40px;
  border-right: 1px solid #333333;
  width: 70px;
  text-align: center;
  vertical-align: middle;
}
#foot-bar li.download-app {
  width: 140px;
}
#foot-bar li a {
  display: block;
}
#foot-bar li a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
#fnav {
  padding: 56px 30px 20px;
  border-bottom: 1px solid #000;
}
#fnav ul {
  float: left;
  padding-right: 102px;
}
#fnav > ul:last-child {
  padding-right: 0;
}
#fnav ul li {
  padding-bottom: 6px;
  font-size: 11px;
  line-height: 1.3em;
  text-align: left !important;
}
#fnav a {
  color: #000;
}
#fnav a:hover {
  text-decoration: underline;
}
#fnav li a {
  font-size: 12px;
  letter-spacing: 2px;
}
#fnav .en {
  font-family: "brown-bold";
  font-size: 12px;
  letter-spacing: 1.4px;
}
#page-footer .copyright {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: 12px;
  text-align: center;
  color: #000;
  padding: 10px 0 20px;
  line-height: 1em;
}
#page-footer #sns-area {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #000;
}
#page-footer #sns-area ul {
  font-size: 0;
  text-align: left;
}
#page-footer #sns-area ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 12px 0;
  text-align: center;
  vertical-align: middle;
}
#page-footer #sns-area ul li > a {
  display: block;
  height: 20px;
  width: 72px;
  color: #fff;
  font-family: "brown";
  border: 0 solid #999;
  border-right-width: 1px;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
}
#page-footer #sns-area ul li:hover > a {
  opacity: 0.66;
}
#page-footer #sns-area ul li.blog > a {
  font-size: 12px;
  line-height: 22px;
}
#page-footer #sns-area ul li.blog > a:hover {
  text-decoration: none;
}
#page-footer #sns-area ul li.application > a {
  width: 132px;
  font-size: 10px;
  line-height: 1em;
}
#page-footer #sns-area ul li.application span {
  position: relative;
  top: -4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  vertical-align: bottom;
}
#page-footer #sns-area ul li.application i {
  position: relative;
  top: -2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 4px;
  height: 26px;
  width: 14px;
  vertical-align: bottom;
  background-image: url("../../images/common/iphone_logo.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
}
#page-footer #sns-area i {
  font-size: 19px;
  line-height: 22px;
}

/******************************
TOPページ
******************************/
#grandtop-main .flexslider {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
}
#grandtop-main .flex-direction-nav a {
  background: none;
  width: 42px;
  height: 42px;
  margin-top: -21px;
}
#grandtop-main .flex-direction-nav .flex-next,
#grandtop-main .flexslider:hover .flex-next {
  background: url("../../images/common/slide_next.png") no-repeat 100% 50%;
  right: -21px;
  opacity: 1;
}

#grandtop-main .flex-direction-nav .flex-prev,
#grandtop-main .flexslider:hover .flex-prev {
  background: url("../../images/common/slide_prev.png") no-repeat 0 50%;
  left: -21px;
  opacity: 1;
}
#top-banners {
  margin: 0 0 40px;
}
#top-banners li {
  width: 25%;
  height: 100%;
  float: left;
}

#top-banners li span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "brown-bold";
  letter-spacing: 1.4px;
  margin-top: 8px;
}

.careers-list-link {
  display: block;
  transition: 0.3s;
}

.careers-list-link:hover {
  opacity: 0.7;
  color: #333;
}

.cap-overlay {
  width: 100% !important;
  height: 100% !important;
  color: #fff;
  vertical-align: middle;
  background-color: rgba(35, 24, 21, 0.7);
}
a[data-toggle="drop-panel"] {
  display: block;
}
.cap-overlay .content {
  display: table;
  width: 100%;
  height: 100%;
}
.cap-overlay .content a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: "brown-bold";
  font-size: 16px;
  letter-spacing: 1.4px;
  width: 100%;
  height: 100%;
}

/******************************
PERSON
******************************/
#person {
  font-size: 12px;
  margin: 0 0 60px;
}
#person .index-menu ul {
  margin: 0 -15px;
}
#person .index-menu li {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin: 50px 0 0;
}
#person .index-menu li:nth-child(-n + 2) {
  margin: 0;
}
#person .index-menu li a {
  color: #000;
}
#person .index-menu li a:hover img {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
#person .index-menu li .title {
  font-family: "brown-bold";
  font-size: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  margin: 0 0 5px;
}
#person .index-menu li .text {
  color: #000;
}
#person .outline {
  width: 790px;
  margin: 0 auto 60px;
}
#person .outline h3 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 40px 0 30px;
}
#person .outline p {
  margin: 0 0 30px;
}
#person .profile {
  width: 550px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}
#person .profile .image {
  width: 150px;
  display: table-cell;
  vertical-align: top;
}
#person .profile .text {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.4em;
}
#person .profile h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
#person .profile h4 span {
  display: block;
  font-size: 10px;
  margin: 0 0 5px;
}
#person .profile h4 span.en {
  color: #888888;
  font-family: "brown-bold";
}
#person .careers-menu {
  font-family: "brown-bold";
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 1.6px;
}
#person .careers-menu {
  text-align: center;
}
#person .careers-menu a {
  color: #200f0b;
}
#person .careers-menu a:hover {
  text-decoration: underline;
}
#person div.index-menu p.text {
  line-height: 1.8;
}

/******************************
POLICY
******************************/
#policy {
  margin: 0 0 60px;
}
#policy #mv {
  width: 100%;
  padding: 60px;
  background-color: #fff;
  margin: 0 0 40px;
}
#policy #mv img {
  margin: 0 auto;
}
#policy p {
  font-size: 12px;
  text-align: left;
  /*line-height: 3em;*/
  margin: 0 13% 0 17%;
}
/******************************
HISTORY
******************************/
#history {
  margin: 0 0 60px;
}
#history #mv {
  margin: 0 -20px 40px;
}
#history .outline {
  width: 750px;
  margin: 0 auto;
}
#history .outline dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
}
#history .outline dd {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 40px;
}
#history .outline dd:last-child {
  margin: 0;
}

/******************************
JOB
******************************/
#job {
  font-size: 12px;
  margin: 0 0 60px;
}
#job .column {
  width: 750px;
  margin: 0 auto 40px;
}
#job .column h3 {
  font-size: 20px;
  font-family: "brown-bold";
  margin: 0 0 20px;
  letter-spacing: 1.4px;
}
#job .column p {
  margin: 0 0 20px;
}
#job .column p.en {
  font-family: "brown-bold";
  letter-spacing: 1.4px;
  font-size: 14px;
}
#job .column h4 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}
#job .column table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin: 0 0 20px;
}
#job .column th {
  background-color: #898989;
  padding: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  width: 33.33333%;
}
#job .column td {
  padding: 20px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

/******************************
ENTRY
******************************/
#entry {
  width: 790px;
  margin: 0 auto 60px;
  font-size: 12px;
}
#entry .table {
  display: table;
  width: 100%;
}
#entry .left {
  width: 370px;
  display: table-cell;
}
#entry .left a {
  display: block;
  width: 370px;
  background-color: #fff;
}
#entry .left a.btn1 {
  margin: 0 0 50px;
}
#entry .right {
  width: 370px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 50px;
}
#entry.graduates h3 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
}
#entry.graduates p {
  margin: 0 0 20px;
}
#entry.graduates a {
  text-decoration: underline;
  color: #000;
}
#entry.graduates a:hover {
  text-decoration: none;
  color: #000;
}

/******************************
FAQ
******************************/
#faq {
  width: 750px;
  margin: 0 auto;
}
#faq dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #000;
}
#faq dd {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 40px;
  padding: 0 0 20px 1.5em;
  border-bottom: 1px dashed #000;
  position: relative;
}
#faq dd span.en {
  font-family: "brown-bold";
  margin-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  /******************************
  共通設定
  ******************************/
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  /******************************
  ページヘッダー
  ******************************/
  #page-header .container {
    display: table;
    padding: 0;
    width: 100%;
    height: 120px;
  }
  #page-header h1 {
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  #page-header h1 a {
    display: block;
  }
  #page-header h1 a img {
    max-width: 45%;
  }
  /******************************
  ページフッター
  ******************************/
  #page-footer .container {
    padding: 0;
  }
  #foot-bar {
    width: 100%;
    table-layout: fixed;
    margin: 0;
  }
  #foot-bar li {
    padding: 0 10px;
  }
  #sp-pagetop {
    text-align: center;
    background-color: #f0f0ef;
    height: 50px;
    margin: 20px 0 0;
  }
  #fnav {
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
  }
  #fnav .en {
    padding: 0 1em;
  }
  #fnav ul {
    float: none;
    padding: 0;
    text-align: center;
    margin-bottom: 6px;
  }
  #fnav ul li {
    font-size: 11px;
    line-height: 1em;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
  }
  #fnav li a {
    letter-spacing: 0;
  }
  #fnav ul li:last-child {
    border-right: none;
  }
  #fnav .fnav1 {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  #fnav .fnav1 li {
    height: 50px;
    line-height: 50px;
  }
  #fnav .w50 {
    width: 50%;
  }
  #fnav .w25 {
    width: 25%;
  }
  #fnav .text-right {
    text-align: right !important;
  }
  #fnav .text-center {
    text-align: center !important;
  }
  #fnav ul {
    letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
  }
  #fnav ul li {
    display: inline-block;
    letter-spacing: normal; /* 文字間を通常に戻す */
  }
  #fnav a {
    color: #000;
  }
  #fnav a:hover {
    text-decoration: underline;
  }
  #fnav .en {
    font-family: "brown-bold";
    font-size: 12px;
    letter-spacing: 1.4px;
  }
  #page-footer #sns-area {
    position: static;
    margin-top: 20px;
  }
  #page-footer #sns-area ul li {
    padding: 16px 0;
  }
  #page-footer #sns-area ul li > a {
    height: 20px;
    width: 48px;
  }
  #page-footer #sns-area ul li.blog > a {
    font-size: 10px;
  }
  #page-footer #sns-area ul li.application > a {
    width: 100px;
    border-right-width: 0;
  }
  #page-footer #sns-area i {
    font-size: 16px;
    line-height: 22px;
  }
  #page-footer .smartphone > p {
    padding: 15px;
    text-align: center;
    border: 0 solid #000;
    border-bottom-width: 1px;
  }
  #page-footer .smartphone > p > a {
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  #page-footer .copyright {
    padding-top: 20px;
  }
  /******************************
  メニュー
  ******************************/
  #snav {
    overflow: hidden;
    background-color: #fff;
    display: block;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse.in {
    height: auto;
  }
  #snav li {
    position: relative;
  }
  #snav li a {
    border-bottom: 1px solid #000;
    position: relative;
  }
  #snav li:first-child a {
    border-top: 1px solid #000;
  }
  #snav li a.open {
    border: none;
  }
  #snav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
    color: #000;
  }
  #snav li a.accordion-toggle {
    background: url("../../images/common/arrow_down.png") no-repeat right 10px center;
  }
  #snav li a.accordion-toggle.open {
    background: url("../../images/common/arrow_up.png") no-repeat right 10px center;
  }
  #snav li ul {
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
  }
  #snav li li a {
    border: none !important;
  }
  #snav li li a {
    height: 30px;
    line-height: 30px;
    border: none;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    color: #898989;
  }
  #snav .sub-nav {
    display: table;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  #snav .sub-nav li {
    width: 50%;
    display: table-cell;
    border: none;
  }
  #snav .sub-nav li a {
    border: none;
  }
  #snav .sub-nav li:first-child {
    border-right: 1px solid #000;
  }

  /* メニューボタン  */
  #btn-icon-wrap {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 18px;
    margin-top: -15px;
  }
  #btn-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0px 0 0 0px;
    background: #fff;
    transition: 0.2s;
  }
  #btn-icon:before,
  #btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  #btn-icon:before {
    margin-top: 8px;
  }
  #btn-icon:after {
    margin-top: 16px;
  }

  .sb-active #btn-icon {
    background: transparent;
    opacity: 1;
  }
  .sb-active #btn-icon:after {
    margin-top: 8px;
  }
  .sb-active #btn-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .sb-active #btn-icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /******************************
  TOPページ
  ******************************/
  #grandtop-main .flex-direction-nav .flex-next,
  #grandtop-main .flexslider:hover .flex-next {
    background: url("../../images/common/slide_next.png") no-repeat 100% 50%;
    right: 10px;
    opacity: 1;
  }
  #grandtop-main .flex-direction-nav .flex-prev,
  #grandtop-main .flexslider:hover .flex-prev {
    background: url("../../images/common/slide_prev.png") no-repeat 0 50%;
    left: 10px;
    opacity: 1;
  }
  #top-banners {
    margin: 0;
  }
  #top-banners li {
    width: 50%;
    height: 100%;
    float: left;
    margin-bottom: 20px;
  }
  #top-banners li img {
    width: 100%;
  }

  /******************************
  HISTORY
  ******************************/
  #history .outline {
    width: auto;
  }
  #history .outline dt {
    font-size: 12px;
  }

  /******************************
  JOB
  ******************************/
  #job {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0;
  }
  #job .column {
    width: auto;
    margin: 0 auto 40px;
  }
  #job .column th,
  #job .column td {
    padding: 5px;
    font-size: 10px;
  }

  /******************************
  FAQ
  ******************************/
  #faq {
    width: auto;
  }
  #faq dt {
    font-size: 12px;
    text-indent: -24px;
    margin-left: 24px;
  }

  /******************************
  ENTRY
  ******************************/
  #entry {
    width: 760px;
  }
}
@media (max-width: 767px) {
  /******************************
  共通設定
  ******************************/
  /* パンくず */
  #pan {
    margin: 10px 0 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
    font-size: 11px;
    line-height: 11px;
  }
  #pan a {
    color: #000;
    text-decoration: none;
  }
  /* タイトル */
  h2.page-title {
    font-size: 24px;
    margin: 30px 0;
  }
  /* メニューボタン */
  #btn-icon-wrap {
    margin-top: -10px;
    right: 15px;
  }

  /******************************
  ページヘッダー
  ******************************/
  #page-header .container {
    height: 74px;
  }
  #page-header h1 img {
    width: 120px;
  }

  /******************************
  TOPページ
  ******************************/
  #top-banners li span {
    font-size: 14px;
  }
  .careers-list-link:hover {
    opacity: 1;
  }
  .cap-overlay {
    background: none !important;
  }
  .cap-overlay a {
    text-indent: -9999px;
  }
  /******************************
  PERSON
  ******************************/
  #person {
    padding: 0;
    margin: 0;
  }
  #person #mv {
    margin: 0 -20px;
  }
  #person .outline h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  #person .outline {
    width: 100%;
  }
  #person .profile {
    width: 100%;
  }

  /******************************
  POLICY
  ******************************/
  #policy {
    margin: 0;
  }
  #policy #mv {
    padding: 20px;
  }
  #policy p {
    font-size: 12px;
    text-align: left;
    line-height: 2.5em;
    width: 100%;
    margin-left: 0;
  }
  /******************************
  HISTORY
  ******************************/
  #history {
    margin: 0;
  }

  /******************************
  ENTRY
  ******************************/
  #entry {
    width: 100%;
  }
  #entry .visible-xs li {
    margin: 0 0 30px;
  }
  #entry .visible-xs li img {
    width: 100%;
  }
}

/* iphone6 以下 */
@media (max-width: 375px) {
}
