@charset 'utf-8';

/* ==========================================================================
   Authors custom styles
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900|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 {
  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: #CCC;
}
/* アンカーカラー */
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: 832px;
/*min-width: 320px;*/;
}

.news_dl{
	margin-bottom:0;
	overflow: hidden;
}

.news_dl dt {
    font-weight: normal;
    float: left;
}
.news_dl dd {
    float: left;
}

/* -------------------------------
ボディー
------------------------------- */
body {
  padding-top: 44px;
  background: #FFF;
}

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

.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: 'M PLUS 1p', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 0;
  transform: rotate(.001deg);
}

.wmpr-tel a {
  color: #3A3EAA;
}

.wmpr-tel a:hover {
  text-decoration: none;
  color: #3A3EAA;
}

.wmpr-tel_notes {
  font-family: 'M PLUS 1p', sans-serif;
  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);
}

.wmpr-site-header__info> *:last-child {
  margin-bottom: 0;
}

@media (min-width: 544px) {
  .wmpr-site-header-container {
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: transparent;
    margin-bottom: 0;
  }
  .wmpr-site-header__info> *:last-child {
    margin-bottom: 28px;
  }
}

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


/* -------------------------------
グローバルナビ
※アイコンの表示・非表示は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: #e1bad1;*/
  background-color: transparent;
}

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

.wmpr-nav-global-container .navbar-toggle {
  font-family: 'M PLUS 1p', sans-serif;
  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: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  /*background: #e1bad1;*/
  background-color: rgba(247, 217, 234,0.95);
}

.wmpr-nav-global > li + li {
  border-top: 1px solid #3A3EAA;
}

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

.wmpr-nav-global > li > a:hover,
.wmpr-nav-global > li > a:focus,
.wmpr-nav-global > li.active > a {
  background-color: rgba(196, 198, 239, .7);
  color: #B44343;
}
/*.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: #B44343;
}

@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;
    background-color: transparent;
  }
  
  .wmpr-nav-global-container .navbar-collapse {
  margin-left: -4px;
    margin-right: -4px;
} 

  .wmpr-nav-global {
    font-size: 13px;
    line-height: 1.2;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 4px 0;
    table-layout: fixed;
    width: 100%;
    display: table;
  }
    /* 擬似要素を利用した装飾
    【参照】
    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:before,
  .wmpr-nav-global:after {
    content: none;
  }
  .wmpr-nav-global > li {
    width: auto;
  }
  .wmpr-nav-global > li > a {
    padding: 16px 0;
    border: 1px solid #3A3EAA;
    background-size: 5px 5px;
    background-color: #E1BAD1;
    background-image: linear-gradient(90deg, rgba(255,255,255,1) 50%, transparent 50%), linear-gradient(rgba(255,255,255,1) 50%, transparent 50%);
  }

  .wmpr-nav-global > li + li {
    border-top: none;
  }
  /*.wmpr-nav-global > li.active > a {
    color: #FFF;
  }*/
  .wmpr-nav-global > li > a > i {
    font-size: 2em;
  }
  
  .wmpr-nav-global.is-aspect-ratio > li > a {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .wmpr-nav-global.is-aspect-ratio > li > a:before {
    content:"";
    display: block;
    padding-top: 100%; 
  }
  .wmpr-nav-global.is-aspect-ratio > li > a > .is-aspect-ratio__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .wmpr-nav-global.is-aspect-ratio > li > a > .is-aspect-ratio__inner > span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    display: block;
  }
  /*_::-webkit-full-page-media, _:future, :root .wmpr-nav-global.is-aspect-ratio > li > a > .is-aspect-ratio__inner > span {
    display: inline-block;
    padding-top: 100%;
  }*/
}

@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-breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 28px;
  padding: 0;
  font-size: 14px;
}

.wmpr-breadcrumb > li {
  position: relative;
}

.wmpr-breadcrumb > li +li {
  padding-left: 20px;
}

.wmpr-breadcrumb > li + li::before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.5em;
  position: absolute;
  top: -7px;
  left: 0;
}

/* -------------------------------
フッター
------------------------------- */

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

.wmpr-footer__info hr {
  border-color: #3A3EAA;
}

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

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

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

.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: 'M PLUS 1p', sans-serif;
  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: #3A3EAA;
}

.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: 'M PLUS 1p', sans-serif;
  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: #d8a0c1;
  background-color: #d8a0c1;
}

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

.wmpr-btn-secondary {
  color: #fff;
  border-color: #553607;
  background-color: #3A3EAA;
}

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

.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: #e1bad1;
  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: 'M PLUS 1p', sans-serif;
  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: #3A3EAA;
}

.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: #e1bad1;
  background-color: #e1bad1;
}

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

.wmpr-panel-nest .panel-group .wmpr-panel-body-h1 {
  font-family: 'M PLUS 1p', sans-serif;
  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: #e1bad1;
}

.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: #3A3EAA;
  border-color: #ceb99a;
  display: block !important;
}

.wmpr-list-group--link a:hover {
  color: #3A3EAA;
  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: #e1bad1;
}
/* -------------------------------
ラベル
------------------------------- */
.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 #3A3EAA;
}

.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;*/
  background: #f0f0f0;
}

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

.wmpr-table >tbody.v-top tr > td{
/*  vertical-align: top;*/
  line-height: 96%;
}


.bg-pnk{
  background: #FFB4B6;
}

.bg-grn{
  background: #C1EBB6;
}

.wmpr-table >tbody > tr > td >span.f-size35{
  font-size: 35px;
}
.wmpr-table >tbody > tr > td >span.f-size40{
  font-size: 40px;
}

.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;
}
/* -------------------------------
リスト
必ず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: #e1bad1;
}

.wmpr-list-secondary > li:before {
  color: #3A3EAA;
}

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

.wmpr-list > dt {
  color: #3A3EAA;
}

.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: #e1bad1;
  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 img {
  border: 1px solid #DDD;
}

.banner a:hover,
.banner-outside a:hover {
  opacity: .7;
}


/* jsライブラリ「waves.js」上書き　作成日：20161130　更新日： */
.banner .block-grid-item {
  text-align: center;
}
@media (max-width:543px) {
.waves-effect img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
}
/* コンテンツバナー */
.wmpr-contents-banner {
}

.wmpr-contents-banner__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.wmpr-contents-banner__item img {
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.wmpr-contents-banner__item:hover img {
  -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.wmpr-contents-banner__item .wmpr-figure {
  margin-bottom: 0;
}
.wmpr-contents-banner__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  transition: all 1s;
}
.wmpr-contents-banner__item.kenkosupport:before {
  background: rgba(225, 186, 209,0.75);
}
.wmpr-contents-banner__item.kenkosupport:hover:before {
  background: rgba(225, 186, 209,0.1);
}
.wmpr-contents-banner__item__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #FFF;
  z-index: 2;
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.wmpr-contents-banner__item__sales {
  font-weight: 400;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 8px;
}
.wmpr-contents-banner__item__lead {
  font-family: 'M PLUS 1p', sans-serif;
  margin-bottom: 0;
  line-height: 1.25
}

/* -------------------------------
パラグラフ
------------------------------- */
.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: -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-text-red {
  color: #FF0000;
}

.wmpr-text-blue {
  color: #0033CC;
}

.wmpr-text-green {
  color: #009933;
}

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

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

.wmpr-bg-secondary {
  background: #efefef;
/*  background: #AB8D5D;*/
  /*background: #ffe;*/
}
/* 単語泣き別れ防止 */
.wmpr-nolinebreak {
  display: inline-block;
}

/* 単語泣き別れ防止 */
.wmpr-text-lg {
  font-size: 110%;
}

.wmpr-text-lg2 {
  font-size: 120%;
}

/* -------------------------------
見出し
------------------------------- */
.wmpr-h1,
.wmpr-page-header {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 28px;
  color: #3A3EAA;
  border: 2px solid #3A3EAA;
  background-size: 7px 7px;
  background-color: #E1BAD1;
  background-image: linear-gradient(90deg, rgba(255,255,255,1) 50%, transparent 50%), linear-gradient(rgba(255,255,255,1) 50%, transparent 50%);
  transform: rotate(.001deg);
  text-align: center;
  text-shadow: 0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1);
}

.wmpr-h2 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 8px 16px;
  color: #fff;
  border-radius: 4px;
  background: #3A3EAA;
  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: 'M PLUS 1p', sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-left: 8px solid #e1bad1;
  transform: rotate(.001deg);
}

.wmpr-h4 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  color: #3A3EAA;
  transform: rotate(.001deg);
}

.wmpr-h5 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 1px dotted #e1bad1;
  transform: rotate(.001deg);
}

.wmpr-h6 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  color: #e1bad1;
  transform: rotate(.001deg);
}

@media (min-width: 544px) {
  .wmpr-h1,
  .wmpr-page-header {
    
  }
}

@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: #e1bad1;
  content: "A";
  font-family: 'M PLUS 1p', sans-serif;
  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: #e1bad1;
  font-size: 24px;
  line-height: 1;
  font-family: 'M PLUS 1p', sans-serif;
}


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

.wmpr-list-parentheses li:before{
  display: marker;
  content: "（" counter(cnt) "）";
}

/* -------------------------------
要素内の最下要素からマージンを削除
主に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: 832px;
  }
}
/*
以下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: 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;
  }
}

.dot{
	border: 0;
	border-bottom:dotted 1px #ccc;
	height:1px;
	margin:0 0 35px 0;
}

.kyushin_table{
	width:30%;
}

@media (min-width: 544px) {
.kyushin_table{
	width:100%;
}
}
