@charset 'utf-8';
/* ==========================================================================
   Authors custom styles
========================================================================== */


/* -------------------------------
日本語環境へのカスタマイズ
------------------------------- */
/* フォント変更 【参照】honka
http://coliss.com/articles/build-websites/operation/work/bootstrap-theme-honoka.html */

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.75;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, 'Arial', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.25;
}
/* 禁則処理の追加 【参照】レスポンシブWEBデザイン */
p,
li,
dt,
dd,
th,
td,
pre {
  word-break: break-strict;
  -ms-word-break: break-strict;
  -ms-line-break: strict;
  line-break: strict;
}
/* 均等揃え */

/* -------------------------------
bootstrap.cssを上書き
------------------------------- */

/* 見出しサイズ */
h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 12px;
}
/* 見出し、パラグラフのボトムマージン */
h1,
.h1,
h2,
.h2 {
  margin-bottom: 28px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 14px;
}

p {
  margin-bottom: 28px;
}

ul,
ol,
dl {
  margin-bottom: 28px;
}
/* テーブルのバグ対策（主にFirefox） */
table {
  empty-cells: show;
  border-collapse: separate;
  *border-collapse: collapse;
 /* for IE6,7 */;
}
/* 区切り線のマージン */
hr {
  margin-top: 0;
  margin-bottom: 28px;
  border-color: #AB8D5D;
}
/* アンカーカラー */
a {
  color: #1a0dab;
}

a:visit {
  color: #609;
}

a:hover,
a:focus {
  color: #1a0dab;
}
/* 上方向のmarginを0に 【参照】書籍 レスポンシブWEBデザイン */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol,
dl,
table,
pre {
  margin-top: 0;
}
/* containerをリキッドデザイン対応させるクラスに最大最小幅を設定 */
.container-fluid {
  max-width: 1024px;
/*min-width: 320px;*/;
}
/* -------------------------------
ボディー
------------------------------- */
body {
  padding-top: 50px;
  background: url('../images/site_bg_01.jpg') repeat scroll left top;
}

@media (min-width: 544px) {
  body {
    padding-top: 0;
  }
}
/* -------------------------------
ヘッダー
------------------------------- */
.wmpr-site-header-container {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wmpr-site-header {
  position: relative;
}

.wmpr-site-header > p {
  margin-bottom: 14px;
  text-align: center;
  color: #fff;
}

.wmpr-site-header > .description {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.wmpr-brand {
  margin-bottom: 14px;
  text-align: center;
}

.wmpr-site-header > .wmpr-brand > a > img {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}

.wmpr-tel {
  font-family: 'Rounded Mplus 1c';
  font-size: 34px;
  font-weight: 500;
  line-height: 0;
  transform: rotate(.001deg);
  margin-bottom: 0;
}

.wmpr-tel a {
  color: #7c561d;
}

.wmpr-tel a:hover {
  text-decoration: none;
  color: #7c561d;
}

.wmpr-tel_notes {
  font-family: 'Rounded Mplus 1c';
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  width: 60%;
  margin: 0 auto;
  padding: .7em .3em;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transform: rotate(.001deg);
}

@media (min-width: 768px) {
  .wmpr-site-header > .wmpr-brand > a > img {
    margin-right: inherit;
    margin-left: inherit;
  }

  .wmpr-site-header > p {
    text-align: left;
  }

  .wmpr-site-header > .description {
    margin-right: 35%;
  }

  .wmpr-tel-container {
    position: absolute;
    top: 0;
    right: 16px;
  }

  .wmpr-brand {
    margin-bottom: 0;
    text-align: left;
  }

  .wmpr-site-header-container {
    padding-bottom: 48px;
  }
}
/* -------------------------------
グローバルナビ
※アイコンの表示・非表示はBootstrapのResponsive utilitiesを適用。
　【参照】http://getbootstrap.com/css/#responsive-utilities
※brの表示・非表示はblock要素方式。BootstrapのHelper classesを適用。
　【参照】http://getbootstrap.com/css/#helper-classes
※表示・非表示のポイント
　【参照】http://qiita.com/rico/items/0f645e84028d4fe00be6
※アイコンフォントはFont AwesomeまたはWe Love SVGβ
※医療系アイコンフォント
　【参照】http://coliss.com/articles/freebies/freebies-in-the-hospital-icon-set.html
------------------------------- */

.wmpr-nav-global-container {
  min-height: 0;
    /* 背景色を画面幅いっぱい表示。親要素に適用 */
  margin-bottom: 28px;
  border: none;
  border-radius: 0;
  /*background: #9bb914;*/
  background-color: transparent;
}

.wmpr-nav-global-container .navbar-header {
  background: #9bb914;
}
.wmpr-nav-global-container .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.wmpr-nav-global-container .navbar-toggle {
  font-family: 'Rounded Mplus 1c';
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 0;
  transform: rotate(.001deg);
}

.wmpr-nav-global-container .navbar-toggle:hover {
  text-decoration: none;
  background-color: transparent;
}

.wmpr-nav-global-container .navbar-toggle .wmpr-icon-bar-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.wmpr-nav-global-container .navbar-toggle .icon-bar {
  width: 32px;
  height: 3px;
  transition: all .4s;
  border-radius: 9999px;
  background-color: #fff;
}

.wmpr-nav-global-container .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.wmpr-nav-global-container .navbar-toggle .wmpr-icon-bar-label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
/* ハンバーガーメニューアニメーション */
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
  top: -9px;
  transform: rotate(-45deg);
}
/* 終了：ハンバーガーメニューアニメーション */

.wmpr-nav-global {
  font-family: 'Rounded Mplus 1c';
  font-weight: 400;
  /*background: #b9c315;*/
  background-color: rgba(185, 195, 21,0.95);
}

.wmpr-nav-global > li + li {
  border-top: 2px dotted #fff;
}

.wmpr-nav-global > li > a {
  position: relative;
  margin-bottom: 0;
  padding: 8px 0;
  transform: rotate(.001deg);
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.wmpr-nav-global > li > a:hover,
.wmpr-nav-global > li > a:focus,
.wmpr-nav-global > li.active > a {
  background-color: rgba(155, 185, 20, .7)
  /*background-color: #9bb914;*/
}
/*.wmpr-nav-global > li > a:hover:before,
.wmpr-nav-global > li.active > a:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #FF8CB4;
  bottom: 0;
  left: 0;
  width: 100%;
}*/

.wmpr-nav-global > li > a > i {
  font-size: 3em;
}

.wmpr-nav-global > li.active > a {
  color: #fff;
}

@media (min-width: 544px) {
  .nav-justified > li {
        /* 横並びグローバルナビ */
    display: table-cell;
    width: 1%;
    vertical-align: middle;
/* 【追加】天地中央揃え【参照】http://css-happylife.com/template/centering/ */;
  }

  .navbar-fixed-top.wmpr-nav-global-container {
    position: static;
    right: auto;
    left: auto;
  }

  .wmpr-nav-global-container {
        /* 背景色を画面幅いっぱい表示。親要素に適用 */
    margin-bottom: 28px;
    border-radius: 0;
    background-color: transparent;
  }

  .wmpr-nav-global {
    font-size: 16px;
    line-height: 1.2;
    border-radius: 4px;
  }
    /* 擬似要素を利用した装飾
    【参照】
    http://liginc.co.jp/web/html-css/css/23099
    http://d.hatena.ne.jp/so_blue/20110225/1298645848
    http://ideahacker.net/2013/07/26/5962/
    http://coliss.com/articles/build-websites/operation/css/css-tutorial-arrows-and-shapes-without-markup.html
    http://log.noiretaya.com/164
    http://www.will-hp.com/wpblog/web/157/ */
  .wmpr-nav-global > li > a {
    padding: 16px 0;
  }

  .wmpr-nav-global > li:first-child > a:hover,
    .wmpr-nav-global > li:first-child > a:focus,
    .wmpr-nav-global > li:first-child.active > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .wmpr-nav-global > li:last-child > a:hover,
    .wmpr-nav-global > li:last-child > a:focus,
    .wmpr-nav-global > li:last-child.active > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .wmpr-nav-global > li:hover:before,
    .wmpr-nav-global > li.active:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
 /* Safari用 */
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #9bb914;
  }

  .wmpr-nav-global > li + li {
    border: none;
  }

  .wmpr-nav-global > li + li:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1.5em;
    content: '';
 /* Safari用 */
    transform: translateY(-50%);
    border-left: 2px dotted #fff;
  }
    /*.wmpr-nav-global > li.active > a {
        color: #FFF;
    }*/
  .wmpr-nav-global > li > a > i {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .wmpr-nav-global {
    font-size: 20px;
  }

  .wmpr-nav-global > li:before,
    .wmpr-nav-global > li:before {
  }
}

@media (min-width: 1200px) {
    /*.wmpr-nav-global > li > a {
        color: #FFBA9C;
    }
    .wmpr-nav-global > li > a:hover {
        color: #FFF;
    }*/
  .wmpr-nav-global > li:before,
    .wmpr-nav-global > li:before {
  }
}
/* -------------------------------
フッター
------------------------------- */

.wmpr-footer__info__wrapper {
  padding: 28px 0 0;
  background: #e9ecc4;
}

.wmpr-footer__info hr {
  border-color: #7c561d;
}

.wmpr-footer__info__wrapper .wmpr-tel {
  font-size: 28px;
  padding-top: 8px;
  margin-top: -22px;
  margin-bottom: 6px;
  color: #7C561D;
}

.wmpr-footer__nav__wrapper {
  padding: 28px 0;
  background: #9bb914;
}

.wmpr-footer__nav {
  font-size: 0;
  margin-left: -16px;
  text-align: center;
  color: #fff;
}

.wmpr-footer__nav > li {
  font-size: 16px;
  padding-right: 0;
  padding-left: 0;
}

.wmpr-footer__nav > li > a {
  padding-right: 16px;
  padding-left: 16px;
  text-decoration: none;
  color: #fff;
  border-right: 1px solid #b3dd5f;
}

.wmpr-footer__nav > li:last-child > a {
  border-right: none;
}


/* -------------------------------
google map
------------------------------- */
#map_canvas_side {
  height: 200px;
  margin-bottom: 14px;
    /* サイド用 */
  border: 2px solid #ccc;
}

#map_canvas {
  height: 364px;
  margin-bottom: 28px;
    /* コンテンツ用 */
  border: 5px solid #ccc;
}
/* -------------------------------
メインビジュアル
slider proの上書き
【参照】

------------------------------- */
.wmpr-slider-wrapper {
  position: relative;
    /*コントローラーを表示する場合は削除かコメントアウト*/
  margin-bottom: 28px;
  background: #fcf5c1;
}

.container-fluid.wmpr-slider-wrapper {
  padding-right: 0;
  padding-left: 0;
}
/*前後矢印をアイコンフォントにする場合
前矢印のアイコンフォント
.sp-next-arrow:before {
	font-family: FontAwesome !important;
	content: "\f105" !important;
	font-size: 64px;
}
後矢印のアイコンフォント
.sp-previous-arrow:before {
	font-family: FontAwesome !important;
	content: "\f104" !important;
	font-size: 64px;
}*/

/*前後矢印を画像にする場合
次矢印のアイコンフォント
.sp-next-arrow:before {
    content:' ' !important;
  display: block;
  background: url(../images/arrow-right.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}
前矢印のアイコンフォント
.sp-previous-arrow:before {
  content:' ' !important;
  display: block;
  background: url(../images/arrow-left.png) no-repeat left top;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}*/
/*ナビゲーションボタンの色*/
.sp-button {
  border: 2px solid #ccc;
}

.sp-selected-button {
  background-color: #ccc;
}

@media (min-width: 768px) {
  .slider-pro img.sp-image {
    border-radius: 4px !important;
  }
  .wmpr-slider-wrapper {
    margin-top: 0;
    background-color: transparent;
  }

  .container-fluid.wmpr-slider-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* -------------------------------
メインビジュアル
セールスコピー、リードコピー

------------------------------- */
.wmpr-site-copy {
  font-family: 'Rounded Mplus 1c';
  z-index: 1000;
/* IE対策：スライダーの上にposition:absoluteでのせたテキストが点滅する不具合 */
  padding: 16px;
  transform: rotate(.001deg);
}

.wmpr-site-copy__sales {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #7C561D;
}

.wmpr-site-copy__lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #666;
  text-align: center;
}

@media (min-width: 768px) {
  .wmpr-site-copy {
    position: absolute;
    top: 2em;
    left: 52px;
    padding: 0;
  }

  .wmpr-site-copy__sales {
    font-size: 3vw;
    margin-bottom: .25em;
    text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -moz-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
  }

  .wmpr-site-copy__lead {
    font-size: 2.25vw;
    text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -moz-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0 0 12px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1), 0 0 25px rgba(255, 255, 255, 1);
  }
}

@media (min-width: 960px) {
  .wmpr-site-copy__sales {
    font-size: 28px;
  }

  .wmpr-site-copy__lead {
    font-size: 22px;
  }
}
/* -------------------------------
リンクを非リンクに変える
------------------------------- */
.reset-pointer-event a img {
  pointer-events: none;
}

@media (min-width: 544px) {
  .reset-pointer-event a img {
    pointer-events: auto;
  }
}
/* -------------------------------
ページの先頭に戻るボタン
------------------------------- */
.wmpr-pagetop-container {
  position: fixed;
  z-index: 9999;
  right: 16px;
  bottom: 16px;
  display: none;
  margin-bottom: 0;
}

.wmpr-btn-pagetop {
  opacity: .6;
  color: #fff;
  background-color: #777;
}

.wmpr-btn-pagetop:hover {
  transition: all .3s;
  opacity: inherit;
  color: #fff;
}

.wmpr-btn-pagetop:focus {
  color: #fff;
}

.wmpr-btn-pagetop.focus {
  color: #fff;
}
/* -------------------------------
ボタン
------------------------------- */
.wmpr-btn {
  line-height: 1.5;
  font-family: 'Rounded Mplus 1c';
  transform: rotate(.001deg);
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

[class*='btn wmpr-btn-']:hover {
  opacity: .8;
}

.wmpr-btn-primary {
  color: #fff;
  border-color: #9BB914;
  background-color: #B9C315;
}

.wmpr-btn-primary:hover {
  color: #fff;
}

.wmpr-btn-secondary {
  color: #fff;
  border-color: #553607;
  background-color: #7C561D;
}

.wmpr-btn-secondary:hover {
  color: #fff;
}
/*.wmpr-btn-primary {
    background-color: #FF8CB4;
    border-color: #5BB5FF;
    color: #0066FF;
	text-shadow: 0 0.0625rem 0 rgba(255, 255, 255, 0.6);
}
.wmpr-btn-primary:hover {
	color: #FFF;
}*/




.wmpr-btn-icon-divider {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.wmpr-btn-icon-divider i {
  margin-right: 12px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  border-right: 1px solid #9BB914;
}

.wmpr-section-footer .wmpr-btn-responsive {
  text-align: center;
}

.wmpr-btn-toolbar {
  margin-top: -14px;
  margin-bottom: 28px;
}

.wmpr-btn-toolbar > .btn-group {
  float: none;
  margin-top: 14px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wmpr-section-footer .wmpr-btn-responsive {
    text-align: right;
  }
}

/* -------------------------------
パネル
------------------------------- */
.wmpr-panel {
  margin-bottom: 28px;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.wmpr-panel .panel-body {
  padding: 16px;
}

.wmpr-panel.reset-border .panel-body {
  border: 1px solid #ddd;
  border-top: none;
}

.wmpr-panel > .panel-heading {
  transform: rotate(.001deg);
  color: #fff;
  background: #b9c315;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
  text-align: center;
}

.wmpr-panel .panel-heading + .panel-body {
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.wmpr-panel .panel-title {
  font-family: 'Rounded Mplus 1c';
  font-size: 24px;
  font-weight: 400;
  transform: rotate(.001deg);
}

.wmpr-panel-body-h1 {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 12px;
  color: #7c561d;
}

.wmpr-panel-small p {
  line-height: 1.5;
  margin-bottom: 12px;
}

.wmpr-panel-small dl/*, .wmpr-panel-small dd*/ {
  margin-bottom: 12px;
}

.wmpr-panel-small dt,
.wmpr-panel-small dd {
  line-height: 1.5;
}

.wmpr-panel-small dt {
  margin-top: 12px;
}

.wmpr-panel-small p {
  line-height: 1.5;
  margin-bottom: 12px;
}

.wmpr-panel-small .panel-title {
  font-size: 20px;
}

.wmpr-panel-small hr {
  margin: 12px 0;
}

.wmpr-panel-primary {
  border-color: #24aeb8;
}

.wmpr-panel-primary > .panel-heading {
  color: #fff;
  border-color: #B9C315;
  background-color: #B9C315;
}

.wmpr-panel-secondary {
  border-color: #d3ae15;
}

.wmpr-panel-secondary > .panel-heading {
  color: #584700;
  border-color: #d3ae15;
  background-color: #ff8cb4;
}

.wmpr-panel.reset-border .panel-heading {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wmpr-panel.reset-border-radius .panel-heading {
  border-radius: 0;
}

.wmpr-panel.reset-border-radius > .list-group:last-child .list-group-item:last-child {
  border-radius: 0;
}

@media (min-width: 768px) {
  .wmpr-panel-small .list-group-item-heading + .list-group-item-text {
    font-size: .875em;
  }
}

.wmpr-panel-nest > .panel-body {
  padding: 8px;
  background: #eee;

}

.wmpr-panel-nest > .panel-body .panel-heading {
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.wmpr-panel-nest .panel-group {
  margin-bottom: 8px;
}

.wmpr-panel-nest .panel-group .panel {
  border-radius: 0;
}
.panel.panel-default.wmpr-panel.principles {
    border: none;
    padding: 10px 15px;
    margin-bottom: 0px;
}
.panel.panel-default.wmpr-panel.principles ul{
    margin-bottom:0;
    padding-left: 15px;
}

.wmpr-panel-nest .panel-group .wmpr-panel-body-h1 {
  font-family: 'Rounded Mplus 1c';
  font-weight: 400;
  margin-bottom: 0;
  transform: rotate(.001deg);
}

.wmpr-panel-nest .panel-group a:hover .wmpr-panel-body-h1 {
  text-decoration: none;
}

.wmpr-panel-body-h1 i {
  position: absolute;
  top: 50%;
  right: 15px;
 /* Safari用 */
  transform: translateY(-50%);
}

.wmpr-panel-heading--link {
  padding: 0;
}

.wmpr-panel-heading--link a {
  display: block;
  padding: 10px 15px;
  color: #555;
  text-shadow: 0 0 0;
}

.wmpr-panel-heading--link a i {
  color: #9bb914;
}

.wmpr-panel-heading--link a:hover {
  text-decoration: none;
  background: #fcffce;
}

.wmpr-list-group--link {
  padding-right: 8px;
  padding-left: 8px;
}

.wmpr-list-group--link a {
  padding-right: 0;
  padding-left: 30px;
  cursor: pointer;
  color: #7c561d;
  border-color: #ceb99a;
  display: block !important;
}

.wmpr-list-group--link a:hover {
  color: #7c561d;
  background: #fcffce;
}

.wmpr-list-group--link a:before {
  font-family: 'FontAwesome';
  font-size: 1.25em;
  position: absolute;
  top: 6px;
  left: 8px;
  padding-right: .25em;
  content: '\f138';
  color: #9bb914;
}
/* -------------------------------
ラベル
------------------------------- */
.wmpr-label-primary {
  background-color: #4653a2;
}
/* -------------------------------
ウエル
------------------------------- */
.wmpr-well {
  margin-right: 16px;
  margin-bottom: 34px;
  margin-left: 16px;
  padding: 16px;
  border: 1px solid #ddd;
  background: #ffe;
}

.wmpr-well-h1 {
  font-size: 20px;
  margin-bottom: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #7C561D;
}

.wmpr-well-h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #4653a2;
}

@media (min-width: 544px) {
  .wmpr-well {
    padding: 32px;
  }
}
/* -------------------------------
サムネイル
------------------------------- */
.wmpr-thumbnail {
  line-height: 1.5;
  margin-bottom: 12px;
}

.wmpr-thumbnail .caption {
  padding: 12px 8px 8px;
}

.wmpr-thumbnail-caption-h1 {
  font-size: 20px;
  text-align: center;
}

.wmpr-thumbnail-caption-h1,
.wmpr-thumbnail .caption p {
  margin-bottom: 12px;
}
/* -------------------------------
article、section、aside、nav
------------------------------- */


.wmpr-aside {
  margin-bottom: 56px;
}

.wmpr-aside .block-grid-item {
  margin-bottom: 14px;
}

/* -------------------------------
テーブル
------------------------------- */
.wmpr-table {
  margin-bottom: 34px;
  background: #FFF;
}

.wmpr-table > thead > tr > th,
.wmpr-table > tbody > tr > th,
.wmpr-table > tfoot > tr > th,
.wmpr-table > thead > tr > td,
/*.wmpr-table > tbody > tr > td,*/
.wmpr-table > tfoot > tr > td {
  vertical-align: middle;
}

.wmpr-table > thead > tr > th,
.wmpr-table > tbody > tr > th,
.wmpr-table > tfoot > tr > th {
  text-align: center;
}

.wmpr-table > thead > tr > th {
  background: #FCFFCE;
}

.wmpr-table > tbody > tr > th {
  background: #FCFCFC;
}

.wmpr-table > tbody > tr > td {
  background: #FFF;
}

.wmpr-table-bordered {
  border-top: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ddd;
}

.wmpr-table-bordered > thead > tr > th,
.wmpr-table-bordered > tbody > tr > th,
.wmpr-table-bordered > tfoot > tr > th,
.wmpr-table-bordered > thead > tr > td,
.wmpr-table-bordered > tbody > tr > td,
.wmpr-table-bordered > tfoot > tr > td {
  border-top: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

@media screen and (max-width: 543px) {
  .wmpr-table-responsive {
    margin-bottom: 34px;
  }
}
/*firefox対策をしない場合
.wmpr-table {
    margin-bottom: 34px;
}
.wmpr-table > thead > tr > th,
.wmpr-table > tbody > tr > th,
.wmpr-table > tfoot > tr > th,
.wmpr-table > thead > tr > td,
.wmpr-table > tbody > tr > td,
.wmpr-table > tfoot > tr > td {
    vertical-align: middle;
}
.wmpr-table > thead > tr > th,
.wmpr-table > tbody > tr > th,
.wmpr-table > tfoot > tr > th {
    text-align: center;
}

@media screen and (max-width: 543px) {
  .wmpr-table-responsive {
    margin-bottom: 34px;
  }
}*/

.wmpr-table-time__item td {
  color: #777;
}

.wmpr-table--vam > thead > tr > th,
.wmpr-table--vam > tbody > tr > th,
.wmpr-table--vam > tfoot > tr > th,
.wmpr-table--vam > thead > tr > td,
.wmpr-table--vam > tbody > tr > td,
.wmpr-table--vam > tfoot > tr > td {
  vertical-align: middle;
}
/* -------------------------------
リスト
必ずbootstrapのlist-unstyledと
組み合わせて使用
------------------------------- */
.wmpr-list > li {
  position: relative;
  margin-bottom: 14px;
}

.wmpr-list > li:before {
  position: absolute;
}

[class*='wmpr-list-type'] {
  margin-left: 16px;
}

[class*='wmpr-list-type'] > li {
  padding-left: 1.5em;
}

.wmpr-list-type01 > li:before {
  font-family: 'FontAwesome';
  font-size: 1.25em;
  top: -.2em;
  left: 0;
  content: '\f138';
}

.wmpr-list-type02 > li:before {
  font-family: 'FontAwesome';
  font-size: 1.25em;
  top: -.2em;
  left: .2em;
  content: '\f0da';
}

.wmpr-list-type03 > li:before {
  font-family: 'FontAwesome';
  font-size: .5em;
  top: .75em;
  left: .5em;
  content: '\f111';
}

.wmpr-list-primary > li:before {
  color: #9BB914;
}

.wmpr-list-secondary > li:before {
  color: #7C561D;
}

.wmpr-list > dt,
.wmpr-list > dd {
  line-height: 1.75;
  margin-left: 16px;
}

.wmpr-list > dt {
  color: #7C561D;
}

.wmpr-list > dd {
  margin-bottom: 14px;
}

.wmpr-panel-small .wmpr-list {
  margin-bottom: 12px;
}

.wmpr-panel-small .wmpr-list > li,
.wmpr-panel-small .wmpr-list > dt,
.wmpr-panel-small .wmpr-list > dd {
  line-height: 1.5;
}

.wmpr-panel-small .wmpr-list > li,
.wmpr-panel-small .wmpr-list > dd {
  margin-bottom: 6px;
}

@media (min-width: 544px) {
  .wmpr-dl-horizontal dt {
    width: 6em;
  }

  .wmpr-dl-horizontal > dd {
    margin-left: 8em;
  }
}

.wmpr-list-group > .list-group-item {
  padding: 16px;
}

.wmpr-list-group-btn-icon > .list-group-item {
  position: relative;
  padding-right: 32px;
  background-color: #fc0;
}

.wmpr-list-group-btn-icon > .list-group-item:after {
  font-family: 'FontAwesome';
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 3px;
  content: '\f054';
 /* Safari用 */
  transform: translateY(-50%);
  color: #fff;
}

.wmpr-list-group-btn-icon > .list-group-item:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 50%;
  content: '';
 /* Safari用 */
  transform: translateY(-50%);
  border-left: 32px solid #d3ae15;
}

.wmpr-list-group-btn-icon > .list-group-item {
  padding-right: 48px;
  background-color: #fff4b8;
}

.wmpr-list-group-btn-icon > .list-group-item:hover {
  background-color: #ffdf60;
}

.wmpr-panel-secondary .list-group-item {
  color: #584700;
  border-color: #d3ae15;
}

.wmpr-panel-secondary .list-group-item {
  color: #584700;
  border-color: #d3ae15;
}

.wmpr-panel-secondary .list-group-item:hover {
  color: #584700;
}

.wmpr-panel .list-group-item .list-group-item-heading {
  padding-left: 8px;
  border-left: 5px solid #333;
}

.wmpr-panel-secondary .list-group-item .list-group-item-heading {
  color: #584700;
  border-color: #ff8cb4;
}

/* -------------------------------
リストテーブル
------------------------------- */

.list-table {
  padding-left: 0;
}

.list-table__entry {
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #ceb99a;
}

.list-table__entry a {
  position: relative;
  display: block;
  padding: 16px 8px;
  text-decoration: none;
}
/*.entry a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f138";
    top: .625em;
    left: .5em;
    font-size: 1.25em;
    color: #8DC919
}*/

.list-table__entry a:hover {
  background: #fcffce;
}

.list-table__entry-inner {
  overflow: auto;
  margin-bottom: 0;
}

.list-table__entry-inner__date {
  display: block;
  color: #9bb914;
  font-weight: bold;
}

.list-table__entry-inner__date time + .label{
  margin-left: .5em;
}

.list-table__entry-inner__title {
  display: block;
  overflow: hidden;
}

@media (min-width: 544px) {
  .list-table__entry-inner__date {
    float: left;
    width: 11em;
    margin-right: 1em;
  }
}

/* -------------------------------
バナーエリア
------------------------------- */
.banner a:hover,
.banner-outside a:hover {
  opacity: .7;
}
/* jsライブラリ「waves.js」上書き　作成日：20161130　更新日： */
.banner .block-grid-item {
  text-align: center;
}
/* -------------------------------
パラグラフ
------------------------------- */
.wmpr-text-note {
  margin-bottom: 28px;
/*margin-top: -14px;*/;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p + .wmpr-text-note,
ul + .wmpr-text-note,
ol + .wmpr-text-note,
dl + .wmpr-text-note {
  margin-top: -22px;
}

ul + .wmpr-text-note,
ol + .wmpr-text-note,
dl + .wmpr-text-note {
  margin-left: 16px;
}

li .wmpr-text-note,
dt .wmpr-text-note,
dd .wmpr-text-note {
  margin-bottom: 14px;
}

.dl-horizontal dt .wmpr-text-note:last-child,
.dl-horizontal dd .wmpr-text-note:last-child {
  margin-bottom: 0;
}

.wmpr-text-note > p,
.wmpr-text-note > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
}

.wmpr-text-note > p:before,
.wmpr-text-note > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.wmpr-text-note-touchgesture {
  font-size: 14px;
}

.wmpr-text-note-touchgesture > p:before,
.wmpr-text-note-touchgesture > li:before {
  font-family: 'FontAwesome';
  content: '\f0a6';
  color: #a94442;
}

.wmpr-panel-small .wmpr-text-note {
  margin-top: 0;
  margin-bottom: 12px;
}

.wmpr-panel-small .wmpr-text-note > p,
.wmpr-panel-small .wmpr-text-note > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
}

.table-responsive + .wmpr-text-note {
  margin-top: -14px;
}
/* ボツ案：<p>に.wmpr-text-noteを直接指定する場合
.wmpr-text-note {
    padding-left: 1em;
    text-indent: -1em;
}
.wmpr-text-note + .wmpr-text-note {
    margin-top: -14px;
}
.wmpr-panel-small .wmpr-text-note + .wmpr-text-note {
    margin-top: -6px;
}
*/

/* -------------------------------
ガターのないグリッドカラム
------------------------------- */
/* .row の左右のネガティブマージンを0にする */
.wmpr-row-nopadding {
  margin-right: 0;
  margin-left: 0;
}
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.wmpr-row-nopadding > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/* -------------------------------
イメージ
------------------------------- */
.wmpr-figure {
  margin-bottom: 28px;
}
/* -------------------------------
レスポンシブイメージ
------------------------------- */
.wmpr-figure .img-responsive {
  display: inline;
}
/* -------------------------------
回り込みオブジェクト
------------------------------- */
.wmpr-row-pull-left,
.wmpr-row-pull-right {
  padding-right: 0;
  padding-left: 0;
}

.wmpr-row-pull-left {
  margin-right: 32px;
}

.wmpr-row-pull-right {
  margin-left: 32px;
}

.wmpr-row-pull-left .wmpr-figure,
.wmpr-row-pull-right .wmpr-figure {
  margin-bottom: 28px;
}
/* 見出し */
.wmpr-wraparound .wmpr-row-pull-left.col-xs-12 + .wmpr-wraparound-heading {
  clear: both;
  margin-left: 0;
  padding-left: 0;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-11 + .wmpr-wraparound-heading {
  margin-left: 91.66666667%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-10 + .wmpr-wraparound-heading {
  margin-left: 83.33333333%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-9 + .wmpr-wraparound-heading {
  margin-left: 75%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-8 + .wmpr-wraparound-heading {
  margin-left: 66.66666667%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-7 + .wmpr-wraparound-heading {
  margin-left: 58.33333333%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-6 + .wmpr-wraparound-heading {
  margin-left: 50%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-5 + .wmpr-wraparound-heading {
  margin-left: 41.66666667%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-4 + .wmpr-wraparound-heading {
  margin-left: 33.33333333%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-3 + .wmpr-wraparound-heading {
  margin-left: 25%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-2 + .wmpr-wraparound-heading {
  margin-left: 16.66666667%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-left.col-xs-1 + .wmpr-wraparound-heading {
  margin-left: 8.33333333%;
  padding-left: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-12 + .wmpr-wraparound-heading {
  clear: both;
  margin-right: 0;
  padding-left: 0;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-11 + .wmpr-wraparound-heading {
  margin-right: 91.66666667%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-10 + .wmpr-wraparound-heading {
  margin-right: 83.33333333%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-9 + .wmpr-wraparound-heading {
  margin-right: 75%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-8 + .wmpr-wraparound-heading {
  margin-right: 66.66666667%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-7 + .wmpr-wraparound-heading {
  margin-right: 58.33333333%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-6 + .wmpr-wraparound-heading {
  margin-right: 50%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-5 + .wmpr-wraparound-heading {
  margin-right: 41.66666667%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-4 + .wmpr-wraparound-heading {
  margin-right: 33.33333333%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-3 + .wmpr-wraparound-heading {
  margin-right: 25%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-2 + .wmpr-wraparound-heading {
  margin-right: 16.66666667%;
  padding-right: 32px;
}

.wmpr-wraparound .wmpr-row-pull-right.col-xs-1 + .wmpr-wraparound-heading {
  margin-right: 8.33333333%;
  padding-right: 32px;
}

@media (min-width: 544px) {
  .wmpr-wraparound .wmpr-row-pull-left.col-sm-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-left: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-11 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 91.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-10 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 83.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-9 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 75%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 66.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 58.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 50%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 41.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 33.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 25%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 16.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-sm-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 8.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-right: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-11 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 91.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-10 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 83.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-9 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 75%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 66.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 58.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 50%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 41.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 33.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 25%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 16.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-sm-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 8.33333333%;
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .wmpr-wraparound .wmpr-row-pull-left.col-md-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-left: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-11 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 91.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-10 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 83.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-9 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 75%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 66.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 58.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 50%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 41.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 33.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 25%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 16.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-md-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 8.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-right: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-11 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 91.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-10 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 83.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-9 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 75%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 66.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 58.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 50%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 41.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 33.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 25%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 16.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-md-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 8.33333333%;
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .wmpr-wraparound .wmpr-row-pull-left.col-lg-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-left: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-11 + .wmpr-wraparound-heading {
    margin-left: 91.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-10 + .wmpr-wraparound-heading {
    margin-left: 83.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-9 + .wmpr-wraparound-heading {
    margin-left: 75%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 66.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 58.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 50%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 41.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 33.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 25%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 16.66666667%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-left.col-lg-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-left: 8.33333333%;
    padding-left: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-12 + .wmpr-wraparound-heading {
    clear: both;
    margin-right: 0;
    padding-left: 0;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-11 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 91.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-10 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 83.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-9 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 75%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-8 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 66.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-7 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 58.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-6 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 50%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-5 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 41.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-4 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 33.33333333%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-3 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 25%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-2 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 16.66666667%;
    padding-right: 32px;
  }

  .wmpr-wraparound .wmpr-row-pull-right.col-lg-1 + .wmpr-wraparound-heading {
    clear: none;
    margin-right: 8.33333333%;
    padding-right: 32px;
  }
}

@media (max-width: 543px) {
  .wmpr-wraparound > .col-xs-12 {
    float: none !important;
    margin-left: 0;
  }
}
/* -------------------------------
コンテンツ
------------------------------- */

.wmpr-contents-main {
  margin-bottom: 28px;
}
/* -------------------------------
セクション
------------------------------- */
.wmpr-section {
  margin-top: 28px;
  margin-bottom: 28px;
}

.wmpr-section:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .wmpr-section {
    padding: 0 16px;
  }
}
/* -------------------------------
ヘルパークラス
------------------------------- */
.wmpr-text-primary {
  color: #4653a2;
}

.wmpr-text-secondary {
  color: #ffafd8;
}
/* 背景色 */
.wmpr-bg-default {
  background: #eee;
}

.wmpr-bg-primary {
  background: #FCFFCE;
}

.wmpr-bg-secondary {
  background: #AB8D5D;
  /*background: #ffe;*/
}
/* -------------------------------
見出し
------------------------------- */
.wmpr-h1,
.wmpr-page-header {
  font-family: 'Rounded Mplus 1c';
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 42px 28px;
  color: #7C561D;
  border: 1px solid #ddd;
  background: #ffe;
  transform: rotate(.001deg);
  border-radius: 4px;
}

.wmpr-h2 {
  font-family: 'Rounded Mplus 1c';
  font-size: 24px;
  font-weight: 300;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  background: #7c561d;
  transform: rotate(.001deg);
}
/*.wmpr-h2 {
    border-bottom: 2px solid #24AEB8;
    padding-bottom: 8px;
    position: relative;
}
.wmpr-h2:before,
.wmpr-h2:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}
.wmpr-h2:before {
    border: 12px solid transparent;
    border-top: 12px solid #24AEB8;
    left: 14px;
}
.wmpr-h2:after {
    border: 9px solid transparent;
    border-top: 9px solid #FFF;
    left: 17px;
}*/
.wmpr-h3 {
  font-family: 'Rounded Mplus 1c';
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-left: 8px solid #B9C315;
  transform: rotate(.001deg);
}

.wmpr-h4 {
  font-family: 'Rounded Mplus 1c';
  font-weight: 700;
  color: #7C561D;
  transform: rotate(.001deg);
}

.wmpr-h5 {
  font-family: 'Rounded Mplus 1c';
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px dotted #9BB914;
  transform: rotate(.001deg);
}

.wmpr-h6 {
  font-family: 'Rounded Mplus 1c';
  font-weight: 700;
  color: #9BB914;
  transform: rotate(.001deg);
}

@media (min-width: 544px) {
  .wmpr-h1,
    .wmpr-page-header {
    background: #ffe url(../images/page_header_01.png) no-repeat bottom right / 200px 200px;
  }
}

@media (min-width: 768px) {
  .wmpr-h2 {
    margin-right: -16px;
    margin-left: -16px;
  }
}

/* -------------------------------
プロジェクト
------------------------------- */
.wmpr-qa__answer {
  padding-left: 40px;
  position: relative;
}

.wmpr-qa__answer:before {
  color: #9bb914;
  content: "A";
  font-family: 'Rounded Mplus 1c';
  font-size: 48px;
  left: 0;
  position: absolute;
  top: 0;
  line-height: 1;
}

.wmpr-list-question {
  padding: 0;
  margin-left: 16px;
  margin-bottom: 28px;
}
 
.wmpr-list-question li{
  list-style-type: none;
  counter-increment: number 1;
  padding-left: 40px;
  position: relative;
  padding-bottom: 8px;
}

.wmpr-list-question li:before{
  display: marker;
  content: "Q" counter(number);
  position: absolute;
  top: 0;
  left: 0;
  color: #9bb914;
  font-size: 24px;
  line-height: 1;
  font-family: 'Rounded Mplus 1c';
}

.wmpr-list-parentheses{
  /*padding: 0;*/
  margin-left: 16px;
  margin-bottom: 28px;
  counter-reset: cnt;
}
 
.wmpr-list-parentheses li{
  list-style-type: none;
  position: relative;
  counter-increment: cnt;
  padding-left: 48px;
}

.wmpr-list-parentheses li:before{
  content: "（" counter(cnt) "）";
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------
要素内の最下要素からマージンを削除
主にarticl、section、panel、wellで活用
【参照】http://blog.quusookagaku.com/15303
.module > *:last-child,
.module > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child {
margin: 0;
}
------------------------------- */
td > *:last-child,
td > ul > *:last-child,
.wmpr-site-header > *:last-child,
.wmpr-site-header > *:last-child > *:last-child,
.wmpr-site-header > *:last-child > *:last-child > *:last-child,
.wmpr-site-header > *:last-child > *:last-child > *:last-child > *:last-child,
footer > *:last-child,
footer > *:last-child > *:last-child,
footer > *:last-child > *:last-child > *:last-child,
footer > *:last-child > *:last-child > *:last-child > *:last-child,
.wmpr-page-header > *:last-child,
.wmpr-page-header > *:last-child > *:last-child,
.wmpr-page-header > *:last-child > *:last-child > *:last-child,
.wmpr-page-header > *:last-child > *:last-child > *:last-child > *:last-child,
/*.wmpr-contents-main > *:last-child,
.wmpr-contents-main > *:last-child > *:last-child,
.wmpr-contents-main > *:last-child > *:last-child > *:last-child,
.wmpr-contents-main > *:last-child > *:last-child > *:last-child > *:last-child,*/
/*.wmpr-section > *:last-child,
.wmpr-section > *:last-child > *:last-child,
.wmpr-section > *:last-child > *:last-child > *:last-child,
.wmpr-section > *:last-child > *:last-child > *:last-child > *:last-child,*/
.panel-body > *:last-child,
.panel-body > *:last-child > *:last-child,
.panel-body > *:last-child > *:last-child > *:last-child,
.panel-body > *:last-child > *:last-child > *:last-child > *:last-child,
.wmpr-thumbnail > *:last-child,
.wmpr-thumbnail > *:last-child > *:last-child,
.wmpr-thumbnail > *:last-child > *:last-child > *:last-child,
.wmpr-thumbnail > *:last-child > *:last-child > *:last-child > *:last-child,
.block-grid-item > *:last-child,
.block-grid-item > *:last-child > *:last-child,
.block-grid-item > *:last-child > *:last-child > *:last-child,
.block-grid-item > *:last-child > *:last-child > *:last-child > *:last-child,
.wmpr-figure > *:last-child,
.wmpr-figure > *:last-child > *:last-child,
.wmpr-figure > *:last-child > *:last-child > *:last-child,
.wmpr-figure > *:last-child > *:last-child > *:last-child > *:last-child,
.well > *:last-child,
.well > *:last-child > *:last-child,
.well > *:last-child > *:last-child > *:last-child,
.well > *:last-child > *:last-child > *:last-child > *:last-child,
.list-group-item > *:last-child,
.list-group-item > *:last-child > *:last-child,
.list-group-item > *:last-child > *:last-child > *:last-child,
.list-group-item > *:last-child > *:last-child > *:last-child > *:last-child,
.wmpr-section:last-child {
  margin-bottom: 0;
}
/* -------------------------------
block-gridのカスタマイズ
------------------------------- */
.wmpr-section .block-grid-container {
  margin-bottom: -28px;
}
/* -------------------------------
clearfix
------------------------------- */
.wmpr-section:before,
.wmpr-section:after,
.wmpr-wraparound:before,
.wmpr-wraparound:after {
  display: table;
  content: ' ';
}

.wmpr-section:after,
.wmpr-wraparound:after {
  clear: both;
}

/* -------------------------------
プリントでPCの見た目を保持
------------------------------- */
@media print {
  .container-fluid {
    width: 1024px;
  }
}
/*
以下hrのトップマージン0のため不要？
-------------------------------
wmpr-wraparoundコンポーネントに続くhrのトップマージンをリセット
------------------------------- 
.wmpr-wraparound + hr,
.table-responsive + hr {
	margin-top: 0;
}*/

/* -------------------------------
スーパー汎用クラス
------------------------------- */
.wmpr-nowraparound {
  overflow: hidden;
}

.wmpr-text-xs-left {
  text-align: left;
}

.wmpr-text-xs-center {
  text-align: center;
}

.wmpr-text-xs-right {
  text-align: right;
}

@media (min-width: 544px) {
  .wmpr-text-sm-left {
    text-align: left;
  }

  .wmpr-text-sm-center {
    text-align: center;
  }

  .wmpr-text-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .wmpr-text-md-left {
    text-align: left;
  }

  .wmpr-text-md-center {
    text-align: center;
  }

  .wmpr-text-md-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .wmpr-text-lg-left {
    text-align: left;
  }

  .wmpr-text-lg-center {
    text-align: center;
  }

  .wmpr-text-lg-right {
    text-align: right;
  }
}
/* ハンギングインデント（ぶら下げインデント） */
.wmpr-hanging-indent-3 {
  padding-left: 3em;
  text-indent: -3em;
}

/* 縦書き */
.wmpr-writing-rl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  white-space: nowrap;
  line-height: 1 !important;
}

.wmpr-writing-tb {
  writing-mode: horizontal-tb;
}

/*.table > thead > tr > th.wmpr-writing-rl, 
.table > tbody > tr > th.wmpr-writing-rl, 
.table > tfoot > tr > th.wmpr-writing-rl, 
.table > thead > tr > td.wmpr-writing-rl, 
.table > tbody > tr > td.wmpr-writing-rl, 
.table > tfoot > tr > td.wmpr-writing-rl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  white-space: nowrap;
  line-height: 1em !important;
}*/

.wmpr-d-ib {
  display: inline-block;
}

/* -------------------------------
スーパー汎用クラスリセット
------------------------------- */
.reset-border {
  border: none;
}

.reset-border-radius {
  border-radius: 0;
}

.wmpr-reset-margin-xs-top {
  margin-top: 0;
}

.wmpr-reset-margin-xs-right {
  margin-right: 0;
}

.wmpr-reset-margin-xs-bottom {
  margin-bottom: 0;
}

.wmpr-reset-margin-xs-left {
  margin-left: 0;
}

@media (min-width: 544px) {
  .wmpr-reset-margin-sm-top {
    margin-top: 0;
  }

  .wmpr-reset-margin-sm-right {
    margin-right: 0;
  }

  .wmpr-reset-margin-sm-bottom {
    margin-bottom: 0;
  }

  .wmpr-reset-margin-sm-left {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .wmpr-reset-margin-md-top {
    margin-top: 0;
  }

  .wmpr-reset-margin-md-right {
    margin-right: 0;
  }

  .wmpr-reset-margin-md-bottom {
    margin-bottom: 0;
  }

  .wmpr-reset-margin-md-left {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .wmpr-reset-margin-lg-top {
    margin-top: 0;
  }

  .wmpr-reset-margin-lg-right {
    margin-right: 0;
  }

  .wmpr-reset-margin-lg-bottom {
    margin-bottom: 0;
  }

  .wmpr-reset-margin-lg-left {
    margin-left: 0;
  }
}

.wmpr-reset-padding-xs-top {
  padding-top: 0;
}

.wmpr-reset-padding-xs-right {
  padding-right: 0;
}

.wmpr-reset-padding-xs-bottom {
  padding-bottom: 0;
}

.wmpr-reset-padding-xs-left {
  padding-left: 0;
}

@media (min-width: 544px) {
  .wmpr-reset-padding-sm-top {
    padding-top: 0;
  }

  .wmpr-reset-padding-sm-right {
    padding-right: 0;
  }

  .wmpr-reset-padding-sm-bottom {
    padding-bottom: 0;
  }

  .wmpr-reset-padding-sm-left {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .wmpr-reset-padding-md-top {
    padding-top: 0;
  }

  .wmpr-reset-padding-md-right {
    padding-right: 0;
  }

  .wmpr-reset-padding-md-bottom {
    padding-bottom: 0;
  }

  .wmpr-reset-padding-md-left {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .wmpr-reset-padding-lg-top {
    padding-top: 0;
  }

  .wmpr-reset-padding-lg-right {
    padding-right: 0;
  }

  .wmpr-reset-padding-lg-bottom {
    padding-bottom: 0;
  }

  .wmpr-reset-padding-lg-left {
    padding-left: 0;
  }
}


/* 20200508追加 */
.kakomiRedBorderB {
    margin: 0 0 25px;
    border: 2px #D60003 solid;
    padding: 15px 15px;
    background-color: #fdede2;
    border-radius: 3px;
}

.kakomiRedBorderB p{
	    margin-bottom: 0px;
}

.wmpr-text-red {
color: #f00;
}
