@charset "utf-8";
/* ---------------
　　　共用
--------------- */
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}
.js-animation {
  overflow: hidden;
}
[class*='col-xs'].center-block,
[class*='col-sm'].center-block,
[class*='col-md'].center-block,
[class*='col-lg'].center-block {
  float: none;
}
/* --------------
ナビゲーション
-------------- */
/* position:fixedが適応されているとき */
.body-nav-fixed-top {
  padding-top: 50px;
}
.navbar-brand > img.navbar-brand-point {
  display: inline;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .navbar-collapse.pull-right {
    float: none!important;
  }
}
.navbarCustomize {
  margin: 0;
  border-radius: 0;
}
.container > .jumbotron {
  margin-top: 20px;
}
.jumbotronCustomize {
  margin: 0;
  padding: 50px 0 20px 0;
  background: no-repeat center #efefef;
}
.sectionSpace {
  padding: 50px 0 20px 0;
}
.sectionSpace.section-title {
  margin: 0 0 20px 0;
}
.sectionSpaceLg {
  padding: 70px 0 40px 0;
}
.sectionGray {
  color: #FFF;
  background: #A5A19C;
}
@media (min-width: 1024px) {
  .jumbotronCustomize {
    padding: 200px 0;
  }
  .sectionSpace {
    padding: 80px 0 50px 0;
  }
  .sectionSpaceLg {
    padding: 100px 0 70px 0;
  }
}
/* 共通 */
.moduleHeading {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
/* 詳細 */
.moduleDetail {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.backgroundCoverImage {
  background: no-repeat center #efefef;
  background-size: cover;
}
/* ステップ */
.stepItem {
  margin: 0 0 30px 0;
}
.stepHeading {
  margin: 0 0 15px 0;
  font-weight: bold;
}
.stepNum {
  display: block;
  margin: 0 0 10px 0;
  color: #C65821;
  font-size: 50px;
  font-weight: normal;
}
/* サイド画像あり */
.sideHeading {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.sideText {
  margin: 0 0 20px 0;
  line-height: 1.7;
}
/* フォト */
.photo {
  display: block;
  margin: 0 0 30px 0;
}
.photo:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.photoParent {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #FFF;
}
.photoParent:hover,
.photoParent:visited,
.photoParent:active,
.photoParent:focus {
  color: #FFF;
}
.photoParent:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.photoTitleBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.photoDate {
  font-size: 16px;
}
.photoTitle {
  font-size: 20px;
}
.photoFilter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
/* リスト */
.listBorder {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #333;
}
.listBorderLink {
  display: block;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #333;
  color: #333;
}
.listBorderLink:hover {
  text-decoration: none;
  color: #333;
  background: #CCC;
}
.listBorderTime {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.sectionGray .listBorder {
  border-bottom: 1px solid #FFF;
}
.sectionGray .listBorderLink {
  border-top: 1px solid #FFF;
  color: #FFF;
}
.sectionGray .listBorderLink:hover {
  color: #A5A19C;
  background: #FFF;
}
@media (min-width: 1024px) {
  .listBorder {
    margin: 0;
    border: 0;
  }
  .listBorderLink {
    font-size: 20px;
  }
  .listBorderTime {
    font-size: 16px;
  }
}
/*--------------
 エントリー
 --------------*/
.entryWrapper {
  margin: 20px 0 40px 0;
}
.entry {
  margin: 0 0 30px 0;
}
.pageHeader {
  margin: 0 0 35px 0;
}
.entryTitle {
  margin: 20px 0 10px 0;
  font-size: 32px;
  font-weight: bold;
}
.entryDate {
  display: inline;
  font-size: 16px;
}
.entryCategory {
  display: inline;
  font-size: 16px;
}
@media (min-width: 768px) {
  .entryWrapper {
    margin: 50px 0 40px 0;
  }
  .pageHeader {
    margin: 0 0 35px 0;
  }
  .entryTitle {
    margin: 20px 0;
    font-size: 36px;
  }
}
.entryColumn {
  /* 見出し */
  /* 本文 */
  /* リスト */
  /* テーブル */
  /* 引用 */
  /* ソース */
  /* 画像 */
  /* 管理画面 */
}
.entryColumn h1,
.entryColumn h2,
.entryColumn h3,
.entryColumn h4,
.entryColumn h5,
.entryColumn h6,
.entryColumn .h1,
.entryColumn .h2,
.entryColumn .h3,
.entryColumn .h4,
.entryColumn .h5,
.entryColumn .h6 {
  font-weight: bold;
}
.entryColumn h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 1.2;
}
.entryColumn h3 {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
}
.entryColumn h4 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
}
.entryColumn h5 {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.2;
}
.entryColumn p {
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 16px;
}
.entryColumn ul {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}
.entryColumn ol {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}
.entryColumn table {
  margin-bottom: 30px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.entryColumn table > thead > tr > th,
.entryColumn table > tbody > tr > th,
.entryColumn table > tfoot > tr > th,
.entryColumn table > thead > tr > td,
.entryColumn table > tbody > tr > td,
.entryColumn table > tfoot > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.entryColumn dl {
  font-size: 16px;
}
.entryColumn blockquote {
  margin-bottom: 30px;
  font-size: 16;
  line-height: 1.5;
}
.entryColumn pre {
  margin-bottom: 30px;
}
.entryColumn pre ol.linenums {
  margin-bottom: 0;
}
.entryColumn pre ol.linenums li {
  line-height: 1.5;
}
.entryColumn .caption {
  margin: 10px 0;
  font-size: 80%;
  color: #999;
}
.entryColumn .acms-admin-title2 {
  font-size: 14px;
}
.entryColumn [class*='column-image-'].nocaption,
.entryColumn [class*='column-media-'].nocaption,
.entryColumn [class*='column-yolp-'],
.entryColumn [class*='column-youtube-'],
.entryColumn [class*='column-video-'],
.entryColumn [class*='column-eximage-'].nocaption {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .entryColumn p,
  .entryColumn ul,
  .entryColumn ol,
  .entryColumn table,
  .entryColumn dl,
  .entryColumn blockquote,
  .entryColumn pre {
    font-size: 18px;
  }
}
/* ページャー */
.pagerCustomize {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #333;
}
.pagerCustomizeItem {
  width: 100%;
  border-bottom: 1px solid #333;
}
.pagerCustomizeLink {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  vertical-align: top;
}
.pagerCustomizeLink .glyphicon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.pagerCustomizeLink:hover,
.pagerCustomizeLink:visited,
.pagerCustomizeLink:active,
.pagerCustomizeLink:focus {
  color: inherit;
}
.pagerCustomizeArrow {
  display: table-cell;
  width: 100%;
  padding: 0 20px;
}
.pagerCustomizeText {
  margin: 0;
}
.pagerCustomizeTitle {
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .pagerCustomize {
    border: 0;
  }
  .pagerCustomizeItem {
    width: 50%;
    border: 0;
  }
  .pagerCustomizeItemLeft {
    float: left;
  }
  .pagerCustomizeItemRight {
    float: right;
  }
  .pagerCustomizeLink {
    padding: 0;
    font-size: 18px;
  }
}
/* ページネーション */
.pagination > .cur {
  z-index: 2;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #FFF;
  text-decoration: none;
  cursor: default;
  background-color: #337ab7;
  border: 1px solid #337ab7;
}
/*--------------
 レイアウトモジュール
 --------------*/
.layout .container .container {
  width: auto;
  padding: 0;
}
/*--------------
 モジュール
 --------------*/
.media.list-group-item {
  margin-top: 0;
}
/*--------------
 バナー
 --------------*/
.listInlineBanner {
  padding-left: 0;
}
.listInlineBanner li {
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
}
.listVerticalBanner li {
  margin: 0 0 10px 0;
}
/*--------------
 サマリー
 --------------*/
.text-center .img-responsive {
  display: inline;
}
.feature-border {
  border-left: 1px solid #CCC;
}
.feature-border:first-child {
  border: 0;
}
.img-wrap-center {
  display: inline-block;
}
.summary-title {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.center-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.center-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: inherit;
  transform: translate(-50%, -50%);
}
.alternate-even .col-md-7 {
  float: right;
}
.alternate-odd {
  clear: both;
}
/*--------------
 カレンダー
 --------------*/
.calendarTable th {
  width: 1%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .monthTd {
    display: block;
  }
}
/*--------------
 タグ
 --------------*/
/* タグリストのサイズ設定
タグの総数のうちから、登録数の少ない順に、.tagSize1に1~4%,.tagSize2に5~8%-------.tagSize25に96~100%というように割り振られます。
タグの登録数が少ない場合は極端な分布になりますので、問題があれば適宜調整することになります。
*/
.tagSize1 a:link,
.tagSize1 a:visited,
.tagSize1 a:hover,
.tagSize1 a:active {
  font-size: 12px;
}
.tagSize2 a:link,
.tagSize2 a:visited,
.tagSize2 a:hover,
.tagSize2 a:active {
  font-size: 12px;
}
.tagSize3 a:link,
.tagSize3 a:visited,
.tagSize3 a:hover,
.tagSize3 a:active {
  font-size: 14px;
}
.tagSize4 a:link,
.tagSize4 a:visited,
.tagSize4 a:hover,
.tagSize4 a:active {
  font-size: 14px;
}
.tagSize5 a:link,
.tagSize5 a:visited,
.tagSize5 a:hover,
.tagSize5 a:active {
  font-size: 14px;
}
.tagSize6 a:link,
.tagSize6 a:visited,
.tagSize6 a:hover,
.tagSize6 a:active {
  font-size: 16px;
}
.tagSize7 a:link,
.tagSize7 a:visited,
.tagSize7 a:hover,
.tagSize7 a:active {
  font-size: 16px;
}
.tagSize8 a:link,
.tagSize8 a:visited,
.tagSize8 a:hover,
.tagSize8 a:active {
  font-size: 16px;
}
.tagSize9 a:link,
.tagSize9 a:visited,
.tagSize9 a:hover,
.tagSize9 a:active {
  font-size: 16px;
}
.tagSize10 a:link,
.tagSize10 a:visited,
.tagSize10 a:hover,
.tagSize10 a:active {
  font-size: 16px;
  font-weight: bold;
}
.tagSize11 a:link,
.tagSize11 a:visited,
.tagSize11 a:hover,
.tagSize11 a:active {
  font-size: 16px;
  font-weight: bold;
}
.tagSize12 a:link,
.tagSize12 a:visited,
.tagSize12 a:hover,
.tagSize12 a:active {
  font-size: 16px;
  font-weight: bold;
}
.tagSize13 a:link,
.tagSize13 a:visited,
.tagSize13 a:hover,
.tagSize13 a:active {
  font-size: 16px;
  font-weight: bold;
}
.tagSize14 a:link,
.tagSize14 a:visited,
.tagSize14 a:hover,
.tagSize14 a:active {
  font-size: 18px;
  font-weight: bold;
}
.tagSize15 a:link,
.tagSize15 a:visited,
.tagSize15 a:hover,
.tagSize15 a:active {
  font-size: 18px;
  font-weight: bold;
}
.tagSize16 a:link,
.tagSize16 a:visited,
.tagSize16 a:hover,
.tagSize16 a:active {
  font-size: 18px;
  font-weight: bold;
}
.tagSize17 a:link,
.tagSize17 a:visited,
.tagSize17 a:hover,
.tagSize17 a:active {
  font-size: 18px;
  font-weight: bold;
}
.tagSize18 a:link,
.tagSize18 a:visited,
.tagSize18 a:hover,
.tagSize18 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize19 a:link,
.tagSize19 a:visited,
.tagSize19 a:hover,
.tagSize19 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize20 a:link,
.tagSize20 a:visited,
.tagSize20 a:hover,
.tagSize20 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize21 a:link,
.tagSize21 a:visited,
.tagSize21 a:hover,
.tagSize21 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize22 a:link,
.tagSize22 a:visited,
.tagSize22 a:hover,
.tagSize22 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize23 a:link,
.tagSize23 a:visited,
.tagSize23 a:hover,
.tagSize23 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize24 a:link,
.tagSize24 a:visited,
.tagSize24 a:hover,
.tagSize24 a:active {
  font-size: 20px;
  font-weight: bold;
}
.tagSize25 a:link,
.tagSize25 a:visited,
.tagSize25 a:hover,
.tagSize25 a:active {
  font-size: 20px;
  font-weight: bold;
}
/*--------------
 フッター
 --------------*/
.footer {
  padding: 10px 0;
  border-top: 1px solid #EFEFEF;
}
.socialBtn:hover {
  background-color: #666666;
  color: #FFF;
  text-decoration: none;
}
.socialBtn.facebookBtn {
  background: #3b5999;
}
.socialBtn.twitterBtn {
  background: #55acee;
}
.socialBtn.gplusBtn {
  background: #dd4b39;
}
/* --------------
Javascript
-------------- */
/* カルーセル */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
.carousel .item {
  height: 500px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* タブ */
.nav-tabs {
  margin: 0 0 15px 0;
}
/* Affix */
.js-affix.affix {
  top: 80px;
}
.js-affix {
  max-width: 200px;
  width: 100%;
}
