@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
body {
  font-size: 81.25%; }

@media screen and (max-width: 767px) {
  *,
  *:before,
  *:after {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }
/* ==========================================================================
   02. Base
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
@media screen and (max-width: 767px) {
  #header,
  #contents,
  #nav,
  #main,
  #side,
  #footerIn,
  #fbannerWrapIn {
    width: 100% !important; }

  #main,
  #side {
    float: none !important; }

  #main,
  #mainAll {
    box-sizing: border-box;
    padding: 0 20px 50px; }

  .nav-open {
    height: 100%; }

  div#contentsWrap {
    margin-bottom: 0; }

  .overlay {
    position: relative; }
    .overlay:after {
      background: rgba(85, 85, 85, 0.8);
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; } }
/* header
   ========================================================================== */
@media screen and (max-width: 767px) {
  #wrapper #header {
    background-color: #FFF;
    height: 65px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 5; }

  div#header h1,
  div#header p#ci {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    left: inherit;
    top: inherit;
    width: 105px; }
    div#header h1 img,
    div#header p#ci img {
      padding-top: 0; }

  #utilityMenu {
    display: none; } }
/* navigation
   ========================================================================== */
@media screen and (max-width: 767px) {
  #navWrap {
    display: none; }

  #gnav-open {
    background: url(img/gnav_open.png) no-repeat left center;
    background-size: 20px auto;
    height: 18px;
    padding-left: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 100%; }

  .gnav-wrap {
    background-color: #011961;
    display: none;
    padding: 40px 20px 150px;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    z-index: 100; }

  .nav-open {
    height: 100%; }
    .nav-open body {
      background-color: #011961;
      height: 100%; }
    .nav-open #contents,
    .nav-open .sp-catNav,
    .nav-open #fbannerWrap,
    .nav-open #footer {
      display: none; }
    .nav-open .gnav-wrap {
      display: block; }

  #gnav-close-top {
    background-color: #011961;
    color: #FFF;
    height: 65px;
    letter-spacing: .45em;
    position: absolute;
    text-align: center;
    right: 0;
    top: -65px;
    width: 120px; }
    #gnav-close-top span {
      display: table-cell;
      height: 65px;
      padding-left: 30px;
      text-align: center;
      vertical-align: middle;
      width: 120px; }
      #gnav-close-top span:before, #gnav-close-top span:after {
        background-color: #FFF;
        content: '';
        display: inline-block;
        height: 22px;
        position: absolute;
        width: 2px; }
      #gnav-close-top span:before {
        left: 30px;
        top: 20px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #gnav-close-top span:after {
        left: 30px;
        top: 20px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .sp-langNav {
    background-color: #011349;
    border-radius: 4px;
    margin-bottom: 25px; }

  .sp-langNav-ttl {
    border-bottom: 1px solid #011961;
    color: #FFF;
    padding: 20px;
    position: relative;
    font-size: 100%; }
    .sp-langNav-ttl span {
      border-radius: 10px;
      border: 1px solid #FFF;
      padding: 2px 7px;
      position: absolute;
      right: 62px;
      top: 18px;
      font-size: 76.9230769231%; }
    .sp-langNav-ttl:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      content: '';
      display: block;
      height: 9px;
      position: absolute;
      right: 27px;
      top: 20px;
      width: 9px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

  .sp-langNav-list {
    display: none;
    padding-left: 20px; }
    .sp-langNav-list li {
      border-bottom: 1px solid #011961;
      position: relative;
      font-size: 100%; }
      .sp-langNav-list li:last-child {
        border-bottom: none; }
      .sp-langNav-list li:after {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        content: '';
        display: block;
        height: 9px;
        position: absolute;
        right: 27px;
        top: 23px;
        width: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .sp-langNav-list a,
    .sp-langNav-list a:visited {
      color: #FFF;
      display: block;
      padding: 20px; }

  .js-langNav-open:before, .js-langNav-open:after {
    background-color: #FFF;
    content: '';
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 17px;
    width: 2px; }
  .js-langNav-open:before {
    right: 30px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .js-langNav-open:after {
    right: 30px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .sp-gnav {
    background-color: #FFF;
    border-radius: 4px; }
    .sp-gnav li {
      border-bottom: 1px solid #011961;
      font-weight: bold;
      line-height: 1;
      font-size: 123.0769230769%; }
      .sp-gnav li:last-child {
        border-bottom: none; }
      .sp-gnav li .gnav-parent {
        display: block;
        position: relative; }
      .sp-gnav li.active a {
        color: #999; }
    .sp-gnav span {
      display: block;
      padding: 25px 20px; }
      .sp-gnav span:after {
        border-top: 2px solid #011961;
        border-right: 2px solid #011961;
        content: '';
        display: block;
        height: 9px;
        position: absolute;
        right: 27px;
        top: 28px;
        width: 9px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .sp-gnav a[target="_blank"] span:after {
      background: url(img/icon_blank.png) no-repeat left top;
      background-size: 15px 15px;
      border: none;
      height: 15px;
      right: 23px;
      width: 15px;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

  .sp-head-srch {
    background-color: #FFF;
    border-radius: 20px;
    height: 45px;
    margin-top: 35px;
    padding-left: 20px;
    padding-top: 10px;
    position: relative; }
    .sp-head-srch .keyword {
      color: #333;
      border: none;
      padding-bottom: 5px;
      padding-top: 5px;
      width: 80%;
      font-size: 100%; }
    .sp-head-srch .sp-keyword-submit {
      position: absolute;
      right: 20px;
      top: 12px; }

  .sp-head-subnav {
    display: table;
    table-layout: fixed;
    margin-top: 41px;
    width: 100%; }
    .sp-head-subnav li {
      border-right: 1px solid #FFF;
      display: table-cell;
      line-height: 1;
      text-align: center; }
      .sp-head-subnav li:last-child {
        border-right: none; }
    .sp-head-subnav a {
      color: #FFF; }

  .sp-head-holdings {
    margin-top: 20px;
    text-align: center; }
    .sp-head-holdings a {
      background: url(/common/rsp/css/img/icon_blank_w.png) no-repeat right center;
      background-size: 10px auto;
      color: #FFF;
      padding-right: 15px; }

  #gnav-close-bottom {
    background-color: #011349;
    bottom: 0;
    color: #FFF;
    display: block;
    position: absolute;
    left: 0;
    letter-spacing: .45em;
    text-align: center;
    width: 100%;
    font-size: 100%; }
    #gnav-close-bottom span {
      display: inline-block;
      padding: 20px 0 20px 30px;
      position: relative; }
      #gnav-close-bottom span:before, #gnav-close-bottom span:after {
        background-color: #FFF;
        content: '';
        display: inline-block;
        height: 22px;
        position: absolute;
        width: 2px; }
      #gnav-close-bottom span:before {
        left: 5px;
        top: 18px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #gnav-close-bottom span:after {
        left: 5px;
        top: 18px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .sp-catNav {
    position: relative;
    z-index: 5; }

  .sp-catNav-ttl {
    background-color: #011961;
    color: #FFF;
    height: 55px;
    padding: 20px;
    position: relative;
    font-size: 100%; }
    .sp-catNav-ttl:after {
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      content: '';
      display: block;
      height: 9px;
      position: absolute;
      right: 27px;
      top: 23px;
      width: 9px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .sp-catNav-ttl.js-parentList-open:before, .sp-catNav-ttl.js-parentList-open:after {
      background-color: #FFF;
      content: '';
      display: inline-block;
      height: 17px;
      position: absolute;
      width: 2px; }
    .sp-catNav-ttl.js-parentList-open:before {
      right: 30px;
      top: 18px;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sp-catNav-ttl.js-parentList-open:after {
      right: 30px;
      top: 18px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .sp-catNav-parentList-wrap {
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 5; }

  .js-catNav-parentList {
    display: none; }

  .sp-catNav-parentList {
    padding: 30px 20px; }
    .sp-catNav-parentList > li {
      background-color: #FFF;
      border-radius: 4px;
      margin-bottom: 10px; }
    .sp-catNav-parentList li {
      color: #555;
      line-height: 1.25;
      position: relative;
      font-size: 100%; }
      .sp-catNav-parentList li span:after {
        border-top: 2px solid #011961;
        border-right: 2px solid #011961;
        content: '';
        display: block;
        height: 9px;
        position: absolute;
        right: 27px;
        top: 23px;
        width: 9px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
      .sp-catNav-parentList li a {
        color: #555; }
        .sp-catNav-parentList li a span:after {
          top: 45%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .sp-catNav-parentList li .js-catNav-open:before, .sp-catNav-parentList li .js-catNav-open:after {
        background-color: #011961;
        content: '';
        display: inline-block;
        height: 17px;
        position: absolute;
        width: 2px; }
      .sp-catNav-parentList li .js-catNav-open:before {
        right: 30px;
        top: 20px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sp-catNav-parentList li .js-catNav-open:after {
        right: 30px;
        top: 20px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .sp-catNav-parent {
    display: block;
    font-weight: bold;
    padding: 20px 40px 20px 20px; }

  .sp-catNav-childList {
    border-top: 1px solid #ddd;
    padding-left: 20px; }
    .sp-catNav-childList .sp-catNav-childList li {
      font-size: 92.3076923077%; }
    .sp-catNav-childList li:not(:first-child) {
      border-top: 1px solid #ddd; }

  .sp-catNav-child {
    display: block;
    padding: 20px 35px 20px 18px;
    position: relative; }

  .sp-catNav-childList {
    display: none; }
    .sp-catNav-childList .sp-catNav-childList {
      display: block;
      border-top: none; }
      .sp-catNav-childList .sp-catNav-childList li {
        border-top: 1px solid #ddd; }

  .sp-catNav-parentList .active a {
    color: #999; } }
/* side
   ========================================================================== */
@media screen and (max-width: 767px) {
  #side {
    background-color: #f9f9f9;
    border-top: 1px solid #e8e8e8;
    padding: 35px 20px 40px; }
    #side.none {
      display: none; }

  #indexSnav,
  #side #okeihan,
  .side-residence,
  .side-bnr,
  #sideNav {
    display: none; }

  .side-spBnr {
    padding-left: 20px;
    padding-right: 20px; }
    .side-spBnr p {
      text-align: center;
      margin-bottom: 20px; }
      .side-spBnr p:last-child {
        margin-bottom: 0; }
    .side-spBnr img {
      height: auto;
      width: 100%; }

  div.curvy270 {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #eee;
    width: 100%; }

  div.curvy270 div.curvyWrap,
  div.curvy270 div.curvyIn {
    background: none; } }

  a[href*="commuden.jp/keihan/lp"]{
    display: none; }
    
/* footer
   ========================================================================== */
@media screen and (max-width: 767px) {
  #fbannerWrap {
    display: none; }

  p.pagetop {
    border-top: 1px solid #E8E8E8;
    margin-bottom: 0; }
    p.pagetop a {
      display: block;
      text-align: center;
      padding: 20px; }

  #footer {
    text-align: center; }

  #fnav {
    letter-spacing: -.40em; }
    #fnav li {
      float: none;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle; }
      #fnav li:last-child {
        margin-right: 0; }

  #div#footerIn {
    height: auto;
    padding-bottom: 35px;
    padding-top: 30px; } }
/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* ボタン
   ========================================================================== */
/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
/* リスト
   ========================================================================== */
@media screen and (max-width: 767px) {
  #topicpath {
    display: none; } }
/* その他パーツ
   ========================================================================== */
/* フッターレコメンド */
@media screen and (max-width: 767px) {
  #footRecommend {
    padding: 25px 20px; }

  .footRecommend-inner {
    width: 100%; }

  .footRecommend-ttl {
    font-size: 107.6923076923%; }

  .footRecommend-setWrap {
    display: block; }

  .footRecommend-set {
    width: 100%; }
    .footRecommend-set a {
      display: flex; }

  .footRecommend-img {
    width: 25%; }
    .footRecommend-img img {
      height: auto;
      width: 100%; }

  .footRecommend-text {
    width: 75%;
    font-size: 92.3076923077%; } }
/* テーブル
   ========================================================================== */
@media screen and (max-width: 767px) {
  table {
    width: 100%; } }
/* タイトル
   ========================================================================== */
#title {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 169.2307692308%; }
  #title span {
    font-size: 13px;
    font-weight: normal; }

@media screen and (max-width: 767px) {
  #title {
    margin-bottom: 38px;
    margin-top: 0;
    padding: 40px 20px 0;
    font-size: 176.9230769231%; } }
/* Webフォント
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1.0;
  max-width: 100%;
  vertical-align: bottom; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none !important; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; }

  .sp-pdg {
    padding-left: 20px;
    padding-right: 20px; } }
/* 既存のstyle.css を上書き
   ========================================================================== */
@media screen and (max-width: 767px) {
  ul.btnIndex,
  div.curvy156,
  div.curvy260Ttl,
  div.curvy270,
  div.curvy290,
  div.curvy340,
  div.curvy340Ttl,
  div.curvy430Ttl,
  div.curvy465,
  div.curvy560,
  div.curvy630,
  div.curvy660,
  div.curvy660g,
  div.curvy690,
  div.curvy790,
  div.curvy700Ttl,
  div.curvy700,
  div.curvy950Ttl,
  div.curvy950 {
    width: 100%; }

  div.curvy156,
  div.curvy220,
  div.curvy260Ttl,
  div.curvy270,
  div.curvy290,
  div.curvy340,
  div.curvy340Ttl,
  div.curvy430Ttl,
  div.curvy465,
  div.curvy560,
  div.curvy630,
  div.curvy660,
  div.curvy660g,
  div.curvy690,
  div.curvy790,
  div.curvy950Ttl,
  div.curvy950 {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #e1e1e1; }

  div.curvy156 div,
  div.curvy156 div.curvyWrap,
  div.curvy220 div,
  div.curvy220 div.curvyWrap,
  div.curvy260Ttl div,
  div.curvy260Ttl div.curvyWrap,
  div.curvy270 div,
  div.curvy270 div.curvyWrap,
  div.curvy290 div,
  div.curvy290 div.curvyWrap,
  div.curvy340 div,
  div.curvy340 div.curvyWrap,
  div.curvy340Ttl div,
  div.curvy340Ttl div.curvyWrap,
  div.curvy430Ttl div,
  div.curvy430Ttl div.curvyWrap,
  div.curvy465 div,
  div.curvy465 div.curvyWrap,
  div.curvy560 div,
  div.curvy560 div.curvyWrap,
  div.curvy630 div,
  div.curvy630 div.curvyWrap,
  div.curvy660 div,
  div.curvy660 div.curvyWrap,
  div.curvy660g div,
  div.curvy660g div.curvyWrap,
  div.curvy690 div,
  div.curvy690 div.curvyWrap,
  div.curvy790 div,
  div.curvy790 div.curvyWrap,
  div.curvy700 div,
  div.curvy700 div.curvyWrap,
  div.curvy950Ttl div,
  div.curvy950Ttl div.curvyWrap,
  div.curvy950 div,
  div.curvy950 div.curvyWrap {
    background: none !important; }

  .ttlLine {
    background: none !important;
    margin-bottom: 10px;
    padding: 10px 0 9px 20px !important;
    position: relative; }
    .ttlLine:before {
      background-color: #8cc4c7;
      content: '';
      display: block;
      height: 70%;
      position: absolute;
      left: 0;
      top: 7px;
      width: 5px; }

  div.ttlCurvyg .curvygIn {
    background-image: none !important;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    padding: 5px 0; }
    div.ttlCurvyg .curvygIn span {
      border: none;
      padding-left: 10px;
      padding-right: 10px; }

  div.curvy700Ttl {
    background: none !important; }

  div.curvy700Ttl div.curvyIn {
    background: none !important;
    padding: 20px 0; }

  div.ttlCurvyg {
    background: none !important;
    padding-bottom: 0; }

  div.curvy950 .curvyWrap {
    background: none; }

  #main div.curvy700 {
    background: none;
    border: none; }
    #main div.curvy700 .curvyIn {
      padding: 0; }

  .sp-vertical-tbl th,
  .sp-vertical-tbl td {
    display: block;
    width: 100%; }
  .sp-vertical-tbl th {
    border-right: none !important; }

  div#getAdobe {
    background: #f9f9f9 !important;
    margin-top: 30px;
    padding: 10px; }

  ul.recruitList li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    padding-left: 0; }
    ul.recruitList li:last-child {
      border-bottom: none; }
    ul.recruitList li span {
      display: block;
      margin-bottom: 5px;
      position: relative;
      top: auto; }

  div.curvy465 .curvyWrap {
    background: none;
    padding: 20px 20px 15px; }

  #recruitBtm .heightLine-01 {
    height: auto !important; }

  p.recruitLink {
    text-align: left; } }
div.itemLtr .itemImage img, div.itemRtl .itemImage img {
  max-width: inherit; }
