@charset "utf-8";

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* -------------------------------
WEBフォント
------------------------------- */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p|M+PLUS+Rounded+1c:100,300,400,500,700,800,900&subset=japanese');

/* -------------------------------
日本語環境へのカスタマイズ
------------------------------- */
/* フォント変更 【参照】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 {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: 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;
}

/* テーブルのバグ対策 */
table {
  border-collapse: separate;
  *border-collapse: collapse;
  /* for IE6,7 */
  empty-cells: show;
}


/* 区切り線のマージン */
hr {
  margin-top: 0;
  margin-bottom: 28px;
}

/* アンカーカラー */
a {
  color: #1A0DAB;
}

a:visit {
  color: #660099;
}

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: 960px;
  min-width: 320px;
}

/* -------------------------------
ヘッダー
------------------------------- */
.wmpr-site-header-container {
  padding-top: 16px;
  padding-bottom: 8px;
  background: #FFF;
  /*background: #FFFFE5;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

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

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

.wmpr-site-header > .description {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

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

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

.wmpr-tel {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
}

.wmpr-tel a {
  color: #2db2cf;
}

.wmpr-tel a:hover {
  color: #2db2cf;
  text-decoration: none;
}

.wmpr-tel_notes {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background-color: #2DB2CF;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  margin: 0 auto;
  padding: 0.7em 0.3em;
  text-align: center;
  width: 60%;
}

.wmpr-tel_body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #2db2cf;
  text-align: center;
}

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

  .wmpr-site-header {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .wmpr-tel-container {
    position: absolute;
    /*top: 0;*/
	top: 25px;
    right: 0;
  }

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

  .wmpr-site-header-container {
    padding-bottom: 28px;
    /*background: #FEF8F9;*/
  }
}

@media (max-width: 768px) {
  .wmpr-site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wmpr-tel-container {
    right: 16px;
  }
}


/* -------------------------------
グローバルナビ
※アイコンの表示・非表示は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
------------------------------- */
.nav-justified > li {
  /* XSサイズでも横並びグローバルナビ */
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  /* 【追加】天地中央揃え【参照】http://css-happylife.com/template/centering/ */
  padding: 4px 2px;
}

.wmpr-nav-global-container {
  /* 背景色を画面幅いっぱい表示。親要素に適用 */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: #2db2cf;
}

.wmpr-nav-global {
  font-size: 10px;
  line-height: 1.2;
}

.wmpr-nav-global > li > a {
  padding: 8px 0;
  color: #FFF;
  margin-bottom: 0;
}

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

.wmpr-nav-global > li > a:hover,
.wmpr-nav-global > li > a:focus,
.wmpr-nav-global > li.active > a {
  background: #fb9d02;
  color: #FFF;
  border-radius: 4px;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, .2);
}

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

  .wmpr-nav-global > li > a {
    padding: 16px 0;
    position: relative;
  }

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

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

/* -------------------------------
コンテンツ
------------------------------- */
.wmpr-contents-container {
  background: #FFFBEA;
}

.wmpr-contents {
  padding-top: 28px;
  background: #FFF;
}

/* -------------------------------
フッター
------------------------------- */
footer {
  padding: 6px 0;
  background: #2db2cf;
}

.copyright {
  color: #FFF;
}

/* -------------------------------
google map
------------------------------- */
#map_canvas,
#map_canvas_side,
#map_canvas_wide {
  position: relative;
  overflow: hidden;
}

#map_canvas,
#map_canvas_side {
  height: 0;
  margin-bottom: 28px;
}

#map_canvas {
  padding-bottom: 70%;
  /* 4:3の場合：100 / 4 x 3 = 75%　16:9の場合：100 / 16 x 9 = 56.25% */
  border: 5px solid #ccc;
}

#map_canvas_side {
  padding-bottom: 70%;
  /* 4:3の場合：100 / 4 x 3 = 75%　16:9の場合：100 / 16 x 9 = 56.25% */
  border: 2px solid #cccccc;
}

#map_canvas_wide {
  height: 600px;
}

#map_canvas iframe,
#map_canvas object,
#map_canvas embed,
#map_canvas_side iframe,
#map_canvas_side object,
#map_canvas_side embed,
#map_canvas_wide iframe,
#map_canvas_wide object,
#map_canvas_wide embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*#map_canvas_side {
    border: 2px solid #cccccc;
    height: 140px;
	margin-bottom: 14px;
}
#map_canvas {
    border: 5px solid #ccc;
    height: 364px;
	margin-bottom: 28px;
}*/

/* -------------------------------
メインビジュアル
slider proの上書き
【参照】

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

/*前後矢印をアイコンフォントにする場合
前矢印のアイコンフォント
.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;
}

/* -------------------------------
メインビジュアル
セールスコピー、リードコピー

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

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

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

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

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

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

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

  .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 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  margin-bottom: 0;
}

.wmpr-btn-pagetop {
  background-color: #777;
  color: #FFF;
  opacity: 0.6;
}

.wmpr-btn-pagetop:hover {
  color: #FFF;
  opacity: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

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

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


/* -------------------------------
ボタン
------------------------------- */
.wmpr-btn {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.5;
	margin-bottom:5px;
}

[class*="btn wmpr-btn-"]:hover {
  opacity: 0.8;
}

.wmpr-btn-primary {
  background-color: #fb9d02;
  border-color: #D67900;
  color: #FFF;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, .3);
}

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

.wmpr-btn-secondary {
  background-color: #2db2cf;
  border-color: #2698B1;
  color: #FFF;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, .3);
}

.wmpr-btn-secondary:hover {
}

.wmpr-btn-tertiary {
}

.wmpr-btn-tertiary:hover {
}

.wmpr-btn-outside-primary {
}

.wmpr-btn-outside-primary:hover {
}

.wmpr-btn-outside-primary {
  background-color: #ADE3D5;
  border-color: #94D1C0;
  color: #555;
}

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

.wmpr-btn-outside-secondary {
  background-color: #FFDB54;
  border-color: #F7D045;
  color: #555;
}

.wmpr-btn-outside-secondary:hover {
  color: #;
}

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

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

.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 {
  box-shadow: none;
  margin-bottom: 28px;
  background: #FFFDFB;
  border-radius: 7px;
}

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

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

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

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

.wmpr-panel-body-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #2db2cf;
}

.wmpr-panel-body-h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 8px;
}

.wmpr-panel-small {}

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

.wmpr-panel-small > .panel-heading {}

.wmpr-panel-small .panel-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
}

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

.wmpr-panel-primary {
  border-color: #2899FC;
}

.wmpr-panel-primary > .panel-heading {
  background-color: #2db2cf;
  border-color: #2db2cf;
  color: #FFF;
}

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

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

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

.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: 0.875em;
  }
}


/*.wmpr-panel {
    border: none;
    box-shadow: none;
    margin-bottom: 28px;
}
.wmpr-panel .panel-heading {
    border: none;
    background-color: #2db2cf;
    color: #FFF;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.wmpr-panel .panel-body {
    padding: 16px;
    border: 1px solid #DDD;
    border-radius: 7px;
    background: #FCFEFF;
}
.wmpr-panel .panel-heading + .panel-body {
    border-top: none;
    border-radius: 0 0 7px 7px;
}
.wmpr-panel .panel-title {
    font-size: 24px;
}
.wmpr-panel-body-h1 {
	
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #2db2cf;
}
.wmpr-panel-small {
}
.wmpr-panel-small p {
    line-height: 1.5;
    margin-bottom: 12px;
}
.wmpr-panel-small > .panel-heading {
}
.wmpr-panel-small .panel-title {
    font-size: 20px;
}
.wmpr-panel-small hr {
    margin: 12px 0;
}*/

/* -------------------------------
ラベル
------------------------------- */
.wmpr-label-primary {
  background-color: #2db2cf;
}

/* -------------------------------
ウエル
------------------------------- */
.wmpr-well {
  background: #fffdf7;
  border: 4px solid #EBF8FA;
  padding: 16px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 34px;
}

.wmpr-well-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #2db2cf;
  padding-bottom: 4px;
}

.wmpr-well-h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2db2cf;
  margin-bottom: 14px;
}

.wmpr-well-h3 {}

@media (min-width: 544px) {
  .wmpr-well {
    padding: 32px;
  }
}


/* -------------------------------
サムネイル
------------------------------- */
.wmpr-alert-primary {
    background-color: #fef3e1;
    border-color: #fb9d01;
    color: #D67900;
}


/* -------------------------------
サムネイル
------------------------------- */
.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-article {}

.wmpr-section {}

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

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

.wmpr-nav {}

/* -------------------------------
テーブル
------------------------------- */

.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;
}

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

.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 #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
}

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

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

/* -------------------------------
リスト
必ずbootstrapのlist-unstyledと
組み合わせて使用
------------------------------- */
.wmpr-list > li {
  position: relative;
  margin-bottom: 14px;
}

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

.wmpr-list .wmpr-list > li {
  margin-bottom: 0;
}

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

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

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

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

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

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

.wmpr-list-secondary > li:before {
  color: #2db2cf;
}

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

.wmpr-list > dt {
  color: #2db2cf;
}

.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 {
  padding-right: 32px;
  background-color: #FC0;
  position: relative;
}

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

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

.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 {
  border-color: #D3AE15;
  color: #584700;
}

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

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

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

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

/* -------------------------------
バナーエリア
------------------------------- */
/* .banner img {
    border: 1px solid #DDD;
    border-top: 7px solid #fb9d01;
    border-radius: 7px;
} */
.banner a:hover,
.banner-outside a:hover {
  opacity: 0.7;
}

.banner-item {
  border: 1px solid #DDD;
  border-top: 7px solid #fb9d01;
  border-radius: 7px;
}

.banner-item img {
  border: none;
  border-radius: 0;
}

.banner-item a {
  display: block;
  padding: 8px;
}

.banner-item a:hover {
  text-decoration: none;
}

.banner-item .media-body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #555;
}

.banner-item .media-heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #fef3e1;
  /*border-left: 6px solid #FFDFD6;*/
  padding: 4px 0 4px 4px;
  color: #fb9d01;
}

/* -------------------------------
パラグラフ
------------------------------- */
.wmpr-text-note {
  margin-bottom: 28px;
  /*margin-top: -14px;*/
}

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

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 {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0;
}

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

.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 {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0;
}

.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-left: 0;
  margin-right: 0;
}

/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.wmpr-row-nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 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: 992px) {
  .wmpr-text-lg-left {
    text-align: left;
  }

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

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

/* -------------------------------
イメージ
------------------------------- */
.wmpr-figure {
  margin-bottom: 28px;
}

/* -------------------------------
レスポンシブイメージ
------------------------------- */
.wmpr-figure .img-responsive {
  display: inline;
}

/* -------------------------------
回り込みオブジェクト
------------------------------- */
.wmpr-row-pull-left,
.wmpr-row-pull-right {
  padding-left: 0;
  padding-right: 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 {
  margin-left: 0;
  padding-left: 0;
  clear: both;
}

.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 {
  margin-right: 0;
  padding-left: 0;
  clear: both;
}

.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 {
    margin-left: 0;
    padding-left: 0;
    clear: both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    margin-left: 66.66666667%;
    padding-left: 32px;
    clear: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 543px) {

  .wmpr-wraparound .pull-left.col-xs-12,
  .wmpr-wraparound .pull-right.col-xs-12 {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
}


/* -------------------------------
コンテンツ
------------------------------- */
.wmpr-contents {}

.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: #2db2cf;
}

.wmpr-text-secondary {
  color: #2db2cf;
}

/* 背景色 */
.wmpr-bg-default {
  background: #EEE;
}

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

.wmpr-bg-secondary {
  background: #E9F8FF;
}

/* 分離禁止 */
.wmpr-nolinebreak {
  display: inline-block;
}

/*テキスト強調*/
.wmpr-text--emphasis {
  background: #ffdfa3;
}
.wmpr-text--emphasis-wide {
  background: #DEE7F6;
  padding: 8px;
}

/* -------------------------------
見出し
------------------------------- */
.wmpr-h1,
.wmpr-page-header {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-top: 0;
  margin-bottom: 28px;
  border: 1px solid #DDD;
  border-radius: 7px;
  padding: 28px;
  background: #FFFBEA;
  color: #fb9d01;
  line-height: 1;
}

.wmpr-h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-bottom: 3px solid #2db2cf;
  padding-bottom: 8px;
  padding-left: 1.5em;
  position: relative;
}

.wmpr-h2:before {
  color: #EBF8FA;
  /*color: #ffdfd6;*/
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 1.5em;
  left: 2px;
  position: absolute;
  top: -0.2em;
}

.wmpr-h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-left: 8px solid #fb9d01;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.wmpr-h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #2db2cf;
  font-weight: 700;
}

.wmpr-h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  border-bottom: 1px dotted #2db2cf;
  padding-bottom: 4px;
}

.wmpr-h6 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #2db2cf;
  font-weight: 700;
}

@media (min-width: 544px) {

  .wmpr-h1,
  .wmpr-page-header {
    background: #FFFBEA url(../images/page_header_01.png) no-repeat bottom right / 606px 88px;
  }
}

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


/* -------------------------------
要素内の最下要素からマージンを削除
主に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;
}
------------------------------- */
.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,
.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 {
  content: " ";
  display: table;
}

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

/* -------------------------------
プリントでPCの見た目を保持
------------------------------- */
@media print {
  .container-fluid {
    width: 960px;
  }
}

/*
以下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;
}

/* -------------------------------
汎用クラスリセット
------------------------------- */
.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: 992px) {
  .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: 992px) {
  .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;
  }
}

/* -------------------------------
プロジェクト
------------------------------- */
.wmpr-map {
  background: #FFFDFB;
  padding: 32px;
}

.wmpr-route {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.wmpr-route__item {
  position: relative;
}

.wmpr-route__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FF9900;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin-bottom: 8px;
}

/* -------------------------------
更新機能
------------------------------- */
.sc-content-new p {
  padding: 32px;
  background: #F7FFE5;
  border: 4px solid #fb9d02;
  border-radius: 4px;
}