/**
 * index.shtml専用のスタイル指定
 *
 * 注意:
 * 「PCファースト」の方針で記述しています。
 * はじめにPC、モバイル共通のスタイルを記述し、モバイル専用は後から上書きする形で記述しています。
 * 原則として、PC専用のメディアクエリは設けないようにしてください。
 */
/********************************
 * PC、モバイル共通
 ********************************/
.toppage-contents {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding-top: 37px;
  position: relative;
  width: 100%;
}
.toppage-global-navi {
  margin-top: 0;
}
.toppage-logo-right {
  bottom: 0;
  position: absolute;
  right: 0;
}
/**
 * ヘッダー
 */
.header {
  /* トップページのヘッダーは、PC向けでは非表示にする */
  display: none;
}
/**
 * グローバルナビ
 */
.global_navi {
  margin-top: 0;
}
/**
 * bxslider
 */
.bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.bxslider img {
  height: auto;
  width: 100%;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 16px;
}
.bxslider a > img {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.bxslider a:hover > img {
  -ms-filter: 'alpha(opacity=100)';
      filter: alpha(opacity=100);
  opacity: 1.0;
}
/**
 * ヒーロー
 */
.index-slider {
  border-bottom: 1px solid #fff;
  position: relative;
  width: 100%;
}
.index-pc-logo {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.index-pc-logo img {
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  position: relative;
}
/**
 * トップの3連メニュー
 */
.topimg-triple {
  width: 100%;
}
.topimg-triple h2 {
  background-color: rgba(0,0,0,0.6);
  height: 40px;
  position: relative;
  top: 160px;
  width: 100%;
}
.topimg-triple h2 img {
  width: 465px;
}
.topimg-triple > a:hover {
  -ms-filter: 'alpha(opacity=60)';
      filter: alpha(opacity=60);
  opacity: 0.6;
}
.topimg-triple1,
.topimg-triple2,
.topimg-triple3 {
  display: block;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  float: left;
  min-height: 200px;
}
.topimg-triple1 {
  background-image: url(../img/top_img5.jpg);
  width: 33%;
}
.topimg-triple2 {
  background-image: url(../img/top_img3.jpg);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 34%;
}
.topimg-triple3 {
  background-image: url(../img/top_img4.jpg);
  width: 33%;
}
/**
 * トップのコンテンツ
 */
.toppage-contents > aside {
  float: right;
  margin-bottom: 4em;
  padding-left: 20px;
  width: 340px;
}
.toppage-main {
  margin-bottom: 4em;
  margin-right: 360px;
}
/**
 * 新着記事欄、Facebookプラグイン
 */
.toppage-contents > aside > * {
  box-sizing: border-box;
}
.blog_box dl {
  padding-bottom: 20px;
  width: 100%;
}
.blog_box dl dt {
  clear: left;
  color: #003d86;
  float: left;
  font-size: 13px;
  line-height: 1.4;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 80px;
}
.blog_box dl dd {
  border-bottom: #666 1px dotted;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 12px;
  padding-left: 81px;
  padding-top: 12px;
}
/**
 * Facebookページプラグイン
 */
.fb-page-wrapper {
  border: 1px solid #ccc;
  margin: 2em 0;
  padding: 2em 0;
  text-align: center;
}
.fb-page-wrapper-thin {
  border: none;
  /* jQueryで付けたり外したりする */
  padding: 0;
}

.welcome {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  padding: 6px 0px 6px 0;
  vertical-align: baseline;
  float: right;
  position: relative;
  bottom: 30px;
}
/**
 * サブ・バナー
 */
.sub-banner {
  background: #eee;
  margin-top: 20px;
  padding: 2.941176470588235%;
}
.sub-banner li {
  margin-bottom: 2.941176470588235%;
}
.sub-banner li:last-child {
  margin-bottom: 0;
}
.sub-banner img {
  display: block;
  height: auto;
  width: 100%;
}
/**
 * メイン・バナー
 */
.main-banner {
  margin-top: 2em;
}
.main-banner-heading {
  border-bottom: 3px solid #003f84;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  padding: 6px 12px 6px 0;
  vertical-align: baseline;
}
.main-banner-list {
  margin-left: -15px;
  margin-top: 1em;
}
.main-banner-list li {
  float: left;
  line-height: 60px;
  margin-left: 15px;
}
.main-banner-list li img {
  max-width: 190px;
}
/**
 * 大きなバナー
 */
.banner-big {
  margin-top: 2em;
}
.banner-big img {
  height: auto;
  width: 100%;
}
/**
 * 年賀状カタログ配布告知用
 * 2015-12-07
 */
.top-temporary-notice {
  background-color: #eb5312;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  margin: 12px 0;
  text-shadow: 0 0 8px #410;
}
.top-temporary-notice strong {
  font-size: 22px;
  font-weight: bold;
}
.top-temporary-notice b {
  font-size: 20px;
  font-weight: bold;
}
.top-temporary-notice small {
  font-size: 13px;
  padding-right: 4px;
}
.top-temporary-notice span {
  display: inline-block;
}
.top-temporary-notice .text-area {
  float: left;
  padding: 18px 12px;
}
.top-temporary-notice .btn-area {
  float: right;
  padding: 18px 12px;
}
.top-temporary-notice a {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 4px 12px;
}
.top-temporary-notice a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.top-temporary-notice a .fa {
  padding-left: 8px;
}
/********************************
 * モバイル専用
 ********************************/
@media screen and (max-width: 767px) {
  /**
   * ヘッダー
   */
  .header {
    display: block;
  }
  .header h1 {
    height: 33px;
    padding-bottom: 14px;
    padding-top: 13px;
  }
  /**
   * ヒーロー
   */
  .index-pc-logo {
    display: none;
  }
  .topimg-triple {
    display: none;
  }
  .toppage-contents {
    display:         flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
            flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }
  .toppage-contents > aside {
    -ms-flex-order: 2;
    float: none;
    margin: 0 auto 2em;
    max-width: 340px;
    -webkit-order: 2;
            order: 2;
    padding-left: 0;
    width: 100%;
  }
  .toppage-main {
    border-bottom: 1px solid #ccc;
    -ms-flex-order: 1;
    margin-bottom: 2em;
    margin-right: 0;
    -webkit-order: 1;
            order: 1;
    padding-bottom: 1em;
    width: 100%;
  }
  .main-banner-list {
    margin-left: 0;
  }
  .main-banner-list li {
    float: none;
    line-height: 50px;
    margin-left: 0;
    text-align: center;
  }
  /**
   * 年賀状カタログ配布告知用
   * 2015-12-07
   */
  .top-temporary-notice .text-area,
  .top-temporary-notice .btn-area {
    padding: 8px;
  }
}
