@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
/* ==========================================================================
   02. Base
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
.main-full #main {
  float: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 30px;
  }
}

/* header
   ========================================================================== */
/* navigation
   ========================================================================== */
@media screen and (max-width: 767px) {
  .sp-catnav-fullbnr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #navOkeihanBox,
  #okeihanNav {
    display: none;
  }
  #kpress {
    background-color: #FFF;
    margin-top: 0 !important;
  }
  #kpress .fl {
    float: right;
    width: 55%;
  }
  #kpress .fr {
    float: left;
    width: 35%;
  }
}

/* side
   ========================================================================== */
@media screen and (max-width: 767px) {
  #side {
    margin-top: 0;
    padding-top: 30px;
  }
  #side #okeihan {
    display: block;
  }
  .side-okeihan-bnr {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .side-okeihan-bnr li {
    float: left;
    margin-top: 2% !important;
    margin-right: 2%;
    width: 49%;
  }
  .side-okeihan-bnr li:nth-child(2n) {
    margin-right: 0;
  }
  .side-okeihan-bnr li:first-child {
    margin-top: 2% !important;
  }
  #sideTwitter {
    display: none;
  }
  .sideBanner {
    overflow: hidden;
  }
  .sideBanner li {
    float: left;
    margin-top: 2% !important;
    margin-right: 2%;
    width: 49%;
  }
  .sideBanner li:nth-child(2n) {
    margin-right: 0;
  }
  .sideBanner li:first-child {
    margin-top: 2% !important;
  }
  .sideBanner-sns,
  .sideBanner-corp {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    padding-top: 20px !important;
  }
  .sideBanner-sns li,
  .sideBanner-corp li {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }
  .sideBanner-sns li:first-child,
  .sideBanner-corp li:first-child {
    margin-top: 0 !important;
  }
  .sideBanner-other {
    padding-top: 20px !important;
  }
  .okeihanSideNav {
    display: none !important;
  }
  #okeihan.mt15 {
    margin-top: 0 !important;
  }
}

/* footer
   ========================================================================== */
@media screen and (max-width: 767px) {
  #fbannerWrap {
    display: block;
  }
  div#fbannerWrapIn {
    padding-bottom: 40px;
  }
  div#fbannerWrapIn h2 {
    float: none;
    text-align: center;
  }
  div#okeihanFnav {
    float: none;
  }
  #okeihanFnav .footerCinfo {
    margin-top: 20px !important;
    text-align: center;
    letter-spacing: -.40em;
  }
  #okeihanFnav .footerCinfo li {
    border-right: 1px solid #333;
    float: none;
    padding-right: 19px;
    margin-right: 19px;
    margin-left: 0px;
    font-size: 100%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top;
  }
  #okeihanFnav .footerCinfo li:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  #okeihanFnav .footerCinfo li:first-child {
    margin-left: 0;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
@media screen and (max-width: 767px) {
  div.box {
    padding: 0;
    border: none;
  }
}

/* ボタン
   ========================================================================== */
.btn {
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  font-size: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF));
  border-radius: 5px;
  text-align: center;
  -webkit-transition: opacity .5s ease 0s;
  transition: opacity .5s ease 0s;
  cursor: pointer;
  line-height: 1.2em;
}

.btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
  color: #333333;
}

.btn:hover {
  text-decoration: none;
  opacity: .7;
}

.btn.sp-item {
  display: none;
}

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

/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
/* リスト
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
/* テーブル
   ========================================================================== */
/* タイトル
   ========================================================================== */
/* ページタイトル
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.titleArea h1,
.titleArea .okeihan-ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 169.230769231%;
}

.titleArea h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 138.461538462%;
}

.titleArea h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 107.692307692%;
}

.titleArea .okeihan-ttl {
  float: none;
  line-height: 1.25;
}

.titleArea .okeihan-ttl-sub {
  font-size: 76.9230769231%;
}

/* 見出し
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
.h3Ttl {
  font-size: 115.384615385%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* ページタイトル
  −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
  .titleArea h1,
  .titleArea .okeihan-ttl {
    font-size: 176.923076923%;
  }
}

/* Webフォント
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* 既存のstyle.css を上書き
   ========================================================================== */
