@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/*
===== site　setting ===========================
*/
body {
  font-size: 14px;
  color: #222;
}

a:link, a:visited {
  color: #222;
  text-decoration: underline;
}
a:hover {
  color: #999;
  text-decoration: underline;
}
a:active {
  color: #222;
  text-decoration: none;
}

/*.hissu {
	line-height:1;
	color:#FFFFFF;
	font-size:10px;
	padding:1px 2px;
	background:#FF0000;
}*/
.err {
  font-size: 12px;
  color: #ff5500;
}

/*
a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
}

*/
/* ------------------------------

web font

------------------------------ */
@font-face {
  font-family: "Genericons";
  src: url("../font/genericons-regular-webfont.eot");
}
@font-face {
  font-family: "Genericons";
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAENIABEAAAAAatQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcaii0EkdERUYAAAGcAAAAHQAAACAArQAET1MvMgAAAbwAAABCAAAAYJdbaIVjbWFwAAACAAAAAJgAAAGyqWnWY2N2dCAAAAKYAAAADgAAAA4BYgHJZnBnbQAAAqgAAAGxAAACZVO0L6dnYXNwAAAEXAAAAAgAAAAIAAAAEGdseWYAAARkAAA5fgAAWkD4H3YjaGVhZAAAPeQAAAArAAAANgUfUT9oaGVhAAA+EAAAABwAAAAkEAMH3WhtdHgAAD4sAAAAiAAAAQpVkUB7bG9jYQAAPrQAAAECAAABAoDMauhtYXhwAAA/uAAAACAAAAAgAagCQm5hbWUAAD/YAAABYgAAAthC114IcG9zdAAAQTwAAAHUAAAFCuMEJONwcmVwAABDEAAAAC4AAAAusPIrFHdlYmYAAENAAAAABgAAAAbRQFLPAAAAAQAAAADMPaLPAAAAAM71j4QAAAAAzvWBvnjaY2BkYGDgA2IJBhBgYmAEwnogZgHzGAAJvwCyAAAAeNpjYGb/zDiBgZWBhdWY5QwDA8NMCM10hsEIzAdKYQeh3uF+DA6qf74ys6X9S2Ng4GBg0AAKMyIpUWBgBACOigvWAAB42mNgYGBmgGAZBkYGEFgD5DGC+SwME4C0AhCyMDCo/vnI+Ynzk+Qn1c8cXzi/SH7R/GL5xfNL5JfMLyVfmf//B6tg+MTwSeCTwmeGLwxfBL4ofDH44vAl4EvCl4KvDP//32LnZ+Hj4+PgY+LV4DHk0eZR5ZHnkeQR5uHlYeeugdqOFzCyMcCVMTIBCSZ0BQzDHgAA5FwqMwAAAQkARQBBAGYAfwC3AAB42l1Ru05bQRDdDQ8DgcTYIDnaFLOZkMZ7oQUJxNWNYmQ7heUIaTdykYtxAR9AgUQN2q8ZoKGkSJsGIRdIfEI+IRIza4iiNDs7s3POmTNLypGqd+lrz1PnJJDC3QbNNv1OSLWzAPek6+uNjLSDB1psZvTKdfv+Cwab0ZQ7agDlPW8pDxlNO4FatKf+0fwKhvv8H/M7GLQ00/TUOgnpIQTmm3FLg+8ZzbrLD/qC1eFiMDCkmKbiLj+mUv63NOdqy7C1kdG8gzMR+ck0QFNrbQSa/tQh1fNxFEuQy6axNpiYsv4kE8GFyXRVU7XM+NrBXbKz6GCDKs2BB9jDVnkMHg4PJhTStyTKLA0R9mKrxAgRkxwKOeXcyf6kQPlIEsa8SUo744a1BsaR18CgNk+z/zybTW1vHcL4WRzBd78ZSzr4yIbaGBFiO2IpgAlEQkZV+YYaz70sBuRS+89AlIDl8Y9/nQi07thEPJe1dQ4xVgh6ftvc8suKu1a5zotCd2+qaqjSKc37Xs6+xwOeHgvDQWPBm8/7/kqB+jwsrjRoDgRDejd6/6K16oirvBc+sifTv7FaAAAAAAEAAf//AA942q18C3xU1bnvWnvveSaZmT3PZJKZzHtCJpkJ88hkIIQhCAECCAQCCCooggTkjS9q3Vqpioo9tqJVK2hbsdpj90xA2mJrjtVaW0fLFbmt1h6xp1ptPcfe9rSKmc39vrVnQhBsz/39bmBm7732npm1vvU9/t9jLaIh8Ef/yj1DeKIlBlJLzIRMFP1i2Mbb/DXUZeNdIv2r0vPEE166+An4u/MJ7pnyBZeS0+R0+XVymi6HE+X4aaoQSsb9TSREyxEOvlQjwXfrSA18s424yJVEJgmZlmQhIVtSsqYki0lZn5DtKdlQkh1JuTYh15WoXJ+QhRNFoq9NJpOyrlTUCcbYcF7HG/C9xhCTdZaCncZkV6lgsiaTRbsL79sthlihgcZIx0Sa8TvO9+KgO2Xo7GnCSWVJIGWJk07DNUckiY57KZUj4Sjc1cE/GION9BLZmJDNJdkGHYR+2mEwJ6DHcp2lIEJ/dKWCg8YKYp1oHRYMRj7kypGCzQxXVKsjcNUxkVisIZ9gtXCCL0TszmRnOhKg5BW6mj5KV7/yirJfuUTZT5P7ju/bd5xPjG985RXuIWzdhyQWiEQlnaSVGHVdxE+uZ7SFvvkSciMQMyHzpWEj79DH5JqSrIfeBlhva0tyraVQD731lGSPpWCFM22pEIR+11LRWtAbczm5XpS5nOyBUfAOM/RbtoqyBsbS6IOxaKm1FtscYoHT5GBMNuAYv00jIoVtdpJKkkyaBAPEle70OR12rS8iAYHZ/0+ArHmq+8EPqVY59cMfKJ9IR6nx6FHlb0epxCPNTxNpVBJ8B1aV34a7Y0/uPnp09y3PPIPj5oh+PF9Nx3EX9LWpFDKWIYm8BYxVl6SyJSGTE7KQBErIvKWgp4wU2qRcY4GxxoBYOGsEB+AXaeWVghfQVoHuKHCEA0fwUn1XiHprVALRwSYtzgEHFyJcCvABDTAV3sNTCfimjqQJlU2sK9AvTWnYoCEwKcYS8pKhVDAD5Y1EtALFCxoDHPkccnCFdjpRI8bh207SnpN3bz1Ntt6tkfafPLn/C8+3lP8gcfe3PM94FH5JS4iROMhKImsTspgCZpStSeSJGkaZWiCIk/WCUUP9/aKRR8kxakGmgEI1QBRTSTZZZAdyUNFhwrsOEeTKpcoVEMdOgmKyM+M/cwryIynHjw/t46onQDSQr+PKcUr2DY07JRzSjNGlgaTIPoKiDnMSS8he4NA065++VNQT/GG9AN3SWwpu6Fa8VIy7sTE+ERrjlkIdNDpKxToHNtZBF2WHpRCFRn+pGPVjYzQE/c4Add164GtjfS5XqIsD/9a4PDHg30LUAc3e1hzwdawGJVYMTWQySsV0Z9ahdYgonxkxHc14KVwAH+MdmBY412XwTiSAT7kcMENkaDC/5cCW/OAQ42aCfD3WxI1QafX+8H25JYq0YMuWBVRakrsvvH+1IgFjcxqKh91K5RHKHlHUR0DWgbvIiA5pZiVB0kZkf0K2pXCKgMFrU0wThRJy/QmQ6EIY5qkgWICNGmAkDcBGKX+S9Tjop2IwEKFZPw5KbYsB2x5YJZBVBw6sUvJKXlp1gEfN8vivsEVS8sjR7Ca8K3k6ckBZJf3qcSqdaSGEp1U50EAPfWRmRctT7Kj+BOoks6XghKlpKhUCMB9mmI9ho9VWj1rEKRYafDgHFGTgsNZgdjibKrMAHabhznQ06+VRElw9NB2BC+qwm6gOf5TJZaa/f4V7gscyOXNR34UX9q1Ydnl8YBJPkNE+hVd///H+FY1TZsyNzr+z86K+o7882rdi+Qc3L33srslo/uCV1oNGIevIBiJfkZAvKcmtqEGofCXjxs6S3GkpNFKU2MJ66H0n9LPYP29BDvRko/i0xuLovmDJZUzVX3IFcJTlMrjRKuZrjDYPaWlL52cPXooD1VgPBULhjiQbnJi2klAqKRCrw0I02kgm3ZlJR3sEfOMi0Tg1cbpIVKuL82aqdWkddi/v0upMNE6jcSHaSk3U6fIKLq+uM2tHNRENkUepje765TG6i1ofVa5TfhEK0BnzrpMGs+u1Rr3ZJtSlui/PXr1nz9XZy3oSRuOkjvXZQem6uZnapqnLlvo4gyfQ6RFqGwyimzd43IE6ytdZm0OdUxbFaSCk/EK5TiC/pF+AL39U+U9l9zGlUP7jOl1zg/D8wpsnG5pnDT217ZGt5pZZl06knGCdGPZznD88UdRy3D03bN+/7amhWT594qI6E+3KCnXBxnpOV+O2wtiau/y83t3Q3OAEXZS8Vqj3addxTrRxOnxjc2MmjYzzJ5E+soDsIMU6QmJypITao7kkd6nztZDZNwuIhaVwIcxXbxLV6yKYsgtBHvJ1mto6wdnUHGppz0yexearPgLtRgOxtfZMzfcumIvT1Cwe0tMmz2Q877IW/YkLcmjj6ilMmA/mywJqHkw3b7e6Okk2Eq2l0awzlOWiWkKd/mSW47XE5rT1CNlIKBjQUi/n6hRcXNTE2bwUPmPNhr6FM0UfgpftW99SPlR2K2vg9WFox8Yb6Hffs+SVd5Wtf/c9R/+6567h55Q/U/FXdNbho/7v/Va57W9rf649MO+O9RO+qBz5gU+iC5yeqPYJOvd695f7nv77YtOkFZ6HXq5X/sQnz/3+b8HvcrMPKq9eW6Kd8zqkwWT9V5yz4tT9tyXK0U8fGFlA2+gtc5RjmvWPKY9xk3w9vaEv3mMpb/GkFtf6tY3UM5y7dEh5tPF+5ef3baSLR+JMfiTaBjjkN6DNYdgpXxY41JlKwmEKsGicZtJZp+BC/k4lXZ1ZrQ5fyLImXgj6pI4WSn52zTOhqDeRvPHxBUvnLkvuoXveMf7q/gMbpfWt11y1dvYm2rPz6XeUX39LeZUe03yDu3uzrs7981s0MT756CVXLH7iFzXR9vv/9w731Fv66to3L9D59Nd//MEv7l+KfSOAkXQSiZILCKpIUJYBMG9JWUzIvpTsLMlulXVaAHeeQDAKMNRgAVwpuwBLpQoTgHlcgOZkd47BhPHaVPTb/FNQv7qykWDAxHloEMFDICLtG9KQoX37hpR3qalWeTfW+5h2/vpL7lnWpijltqF9iBHw9qfwzr1IhZHa7iz9P8bsJTsv+JMyWs4hwAOLTyTNe9D3BjKf6VMHs+K2ZJFQNG7EBRYPUIVetexupv+5JHZdTBZd9fiMy2GIFesZNq4nYAsbKzY8JaZ7uFTS2Ux54FAP5+fRmHPSb9Nrn7wqO+R26/5tborONikvKCP8SzRBufl7NuW1PK+8m59helU5NnqEn01A21fpawbcsRiQx1qyl8h1CXlpSW5OFMJpwGSNpcKEOKD4RSqh142T0W6Q0QuT8ppSsXsN9rG7H4a0xlJYBe0guFcC7btRcA0ouDbnkuUXM6FtXorCTPUGYrcFsn0rL161BmW1UTzkjM3qR0UsL7IWWjpQaq0WaydIrROkVgtSG0GppVpbKtk5lXY6tTqtjtp40LadLqfa5qVqYw+XSaOuNSDjulCSBYpsHYnytNMKWho4WCft/YjOpRvp3I/27v1IOaR8TTn0UfpUSblx5u50eGMw4LCZ7G0TaUS+YYndbLfvvjCyIRi02KjZEptIgwvrATnU2zmbxqKt1eh5fv4k4ybl/QdfVR6iF27ZsedmgfuY3nrkjcs1U/g5n/kVOOO4Pym71gieh6hJw/G0OcBruNH7OJEu03EBHzVio63ByUHrw7T2wtxKf3x5JiB4jY019SanaDfmBukVm58/9XV/XKvhDpb3DtHtb7463NJ66wOqfzE2tzPIcnIFeYjISxNyS0qeXUK+AxA5HRyNlGwvFafbcfqme2H6GoAX16pzjJ4bOmpg8WV3Ug6Btk4WAyF8NNAF3LgO5lcHHscwb5q5AmctIOaNmhrvhFhv/+LB1WyuZ8NcF0lsJqjgAm+Cc128C+3udPEItfiDockrL2Pm1Cbi5KCZpK6ANhjgM6qkeqhfDIp+hwrrUWrBzIJ51cP9LDtNZf0BLd9DXWBPNS6cVZBgW6TTBd/k1AJrSDeUvB6fu9lrnW07cp8q2uCknGaqDyCtotFcfDcfNIdsHlHUx+ceumjgwK3lR278/YzcG9LiObbBULfHo9PR8qElt01z3L3ruh85HdKuG16i79Lf38hPyfm7wx4qaKehRlD9H/zqUfiVJufdT23g3LVNYqO93mFMz5x815GtRzr2Xnbqm0vWU9pQN7lhYmBigyds0V8hdD7ya0H4/TcPjAjCL4mKycCAap8Br94CunkWQ9owB3wCcEwVaasT5IEJ8pYYUtYBtinUmYDCHrEghhCWhepF6yGLua09rqIyu3MyBQAZp6A6bKA3gMLpbA9NJREjw3mcA2Wo0WX8XmrhAKVdsZBbvJauGRhYZ6NzlKcBls2usQ9OnTTXT2fn1t2+KNSbSvh9jhrlCIU/rTj7sstm969aferb/L+P+rkJnY3JmZNWzyj/J9e15bsbsjW2xsZgk3iX+23lPeU/Lz6LT5sAe2bJDUwDARL2x0DtdDBn0Oc7IcqdKdkG/pdFdsP4u9j4wQO2MCfYy/wG2a9yawwcEkuhTVVDOSCL18NMgOwXC/UuIE7AKmdyckwsdHQiiXxwu9CSUV3h8SYC0PbnkosRixkOoNWYyUCbQMnCaXT6ALegd/oiC9WBF/x1qtdbZqR2U/3B25MLuwIW5ePxRmSfcO2kCy+c1D1v/qdH+IbR9+jRdltL17CyjL74vafr2yINW4AZngRAtQCw1DTyXVJ0In4yJ+QJJaSQFgjSywiSKckZS6EJRg52MmAptDOXuTAdDp3uH/bUfDSHOGJGk9wAVBwp2OkncmRk2GqP2GJFePft8e0JakFMc+SQ1d7gjsTxj447l/NuWmjKgCC7clNQkANiUevswLN2a8E8AanZMQF9NNLco0o2mCoEyk6rw84J4L9EOVDQ0UjWpmIKJ3MGtKi+rSzqYOIcdhBeHaLlaIR7su/eYzT2lEwTL+94QvnZi5d/LzDbErj4Xp3n0Za71g4sC08xua67YucPLlc++PiOD7+xbMCq01kMuqDzxi8Jf7rqN688fOl1Lymf3vk35eqTF+eV3+Z2fbXz4C5OXnjNHUc3LErd81zu8q98n058+gQ1XX7wzWu/usbhrp/SUm8xpKgaXhvDsINkNymakO4AO2Yn5C60kcwmLmWkD5fksKWQAkrPLclzLYWZcDa5JE9W3V/wPZYBI85NAW1iiYHFqC9nikdMGltz1zTLArycbC04pyIBnSb0QhYDTWeDF2IwEps7PCE1eeqCz3geiGSDgWhnFoCpSj4mu+BrOV3OTmDSbGckClRmWAHJDNTPomEErgVVC/ABpsJ1tuOh+gZfvXuOZ1bT3gWPlvdc8tjf9971f75zfW5ondUjcBZeozFd0CeNbH3p5IJ9lyy63FYz0ds3fdF2i96w1VavBbT61Fl+hnIJvP7z0dYd66g703+ETv3ZtuPfvGzeTY8NL9/zWqveZDPkDTanOP/61cVbF7751Nf+fu/OBfGHr27tXXr/1thCm00JD6zecy0dZX70AW6VbpXmAChGM2khTBeyOIlJDRZRNUJjKRiA4nXV4JDV4vR1WiI+oXI88Fe67K9/VR7n7qycCN9VHv9r5ZwdK7iY6G4EF8ZPMgRjnPUl2ZqQTSwOh9E28D7ADZa1GFsrEo0FZcBkHa5r8vhUxncBdzdSaypJic0aDvFwCUyNxi3CowxopcXX2Vcu/MrGb5TpJrq61qL8Sbnjlhn52yz6LVu7Znfb0xOPLZdv1Fy+cbFysvwX5ST93/QnlKcr9LXKgOf+lbJMzRfSWTRh09+/lTD6VGOKZvDjrYRimJMgWsNgKzlXuYUNVDq5XyAYjxqFd45FfdD1xhYF35vRSUd60F8RSdsCejoAnpxsSMC3UjmYkJtOYLTSmSyEkCQWjH/VoZlJiXZmgsGsd2ZFGHUUeVFEoBpEiAYg7Vc/dbtvufTiGzatWHbtl2+f290mivQJZfC02N4xe84G4dHyHdf1Ttvma3bau6h7WaihPf4AfZk20BfuWH7xlHzwLNsRJDEymdzMbAdYCW9CjpbkhoQcSMkJFp4SSrJgAaGlcneFKAhhfcAoquCCp4ADabRgpExOMddzCkhs2AcjCuTkCeKw19PGvMpGjM2QQkMUZLnRF27BtoRYCE04nwEB9z7FAjZ+EEEwcOBP+UMVTgyrxgWckEiMgkieZUWk/oyGZPqVjyzKcWWZctyifERZFPGk8hzX3J+RMv3s7SxDMoSNPOntwXhd2/Ge3mbluZP4oerT/RlQZ4AtKGALhdiJCzzzZqBeFOgXB9+cyglGHowfWjAYL3sZ9GuB9zFz0gF0aXDA6J31Tcjsckg8pNUgnnOhHRgOhFvbEP6xSFyWdiZdFOmho8gGNDKVRm1UDPOusMi7snAe1YiarIG6MpR4uB+LLSL3Y4+n3CvarbZyr+eWb387w2mUd957j3oPvv/BB72c5j3lHep9r/wpvffbvJO+1lxPX6upUdrrm5V2n1Npq6mhx50PbdqkPK48TtPP0q4HnqWp8rMPPfRQOUCXPfgs1/TsA3RZ+dlNvzmLhzJkKXmGPMZ4yF6SexLy90rynETV9fnRONcHsYUaWLoHzq4pydeoxAKm+TGGmNqAaZbm5HvEQ88sX9d7AOlyjbVYJ1yNWqJBzNtqNXZvoCPZ3TNn3qVbbv/6Y/9aHGaAuccOtjUyaTIC5jnguD5N9RZv97zvY7xTswjudSRTuc/xjIRUMoSgOM5FUfJAxwjRSCgasWY7Q1lA1wLHJFLIwjSgYz+V70RD4oqwpwSdltPg/U40G3E0wFoA1U5mR1B44RJvZ+PgUEbQvOCVDo033AS74vJyzGTjBWWP4ldgMIFMwbhXJMSU3nl8rp436bVv/Ynetnby0n0vbd8hRztnb9usPH3wceWDvjl1S5fR9iLn/6Vy8Gf3iY994Vrq2zV31r3lr93Dm+hl1PrQN6n3slDgSuU3+7+hvH7VVWuoqH/gqk3/PnmKs3/mmxcusTtSyZUrF0TSejGVXjwwOVerjTW3JOKz6jiTweGcMbfPFo9Y+2KxFf45Wm5wd+8FV3jqw+9s3taVjQQ/uOlL3+e1Swfv2HbtwIqfUIdxw+K1yl+v2jHlc1y6t5Tb3vz7y7fdvPPYQ0P2jueuu0956tpdWzyNv93/EL3q6w/+L6/W8rZy74dfOz27z5xzfE2598R+GMU26c5duegX79Xqdm7eoPz6+mue9/oHLl7xzpx59u6eSy9bvLjeNdHVN2FZ3yyNtjs7EJ5qcWhoV4z3zvF4/UIsMHdRNKs3NDRfcMW0DQmr5ao752xYF4tt33nddXe6bG/cvnf79tZgU4A6fsJteLZnnn1yz/oNpOoj6gnw/nxyJbmR3EFvIrImIa8tyVJCvjUl31SSdyeL0k3o8kl7DLHiTRKe3vQlcBRvssjXIyoHxBlNyJtSciuIyJ0JOXFCXl8avnB9Qh+TSQkDHxeW5PWWQp6l+2SXRc6W5GwCTgo7oMlXGr7ct0PNcfkshT3QdHNSvr0k35Is3r4Hf+32W+GH99yOp3skcDvvUrGsYevIsIplZ1nkmSOFQe4TednID4UdIy1qc59FnjFSWMp/Ii8fKcyaqYeG4Zl9M2yxQt8MPXxouG/WTFtMHrQMLx1cBq2Dy/TyUsvwsqXLbTFyZMbMvlmDS5ctj1f+6DktDArn14NIZjSbUKxdYnHl2utRcH07QDeK7ihahsKeGtAFE0C0pbXQSgDRoTa4SSw6XUzKo9dDszuxfoeKGuxeQGs94P/GhQSNc2mQPowqxwX0dH0gYBhKBqNqN6G3zLlMvM7EZ9M9fLYHmsEHdoDdAQ+44tMBGNSZABXGeZphTrQDHWopf90LX9j5i39Zl6zzeTpD/iU2m6ve5gq3dfvqLc3eeL39nvuURuXjb8ye55u+8ouzbV16quUESo2NJtuUOXfuSiVnt1hfDcSmheqDA7Paa4O2VM+0UHPt0986+rurU00r4l2XX5B0TbampzRNWjO9w8EfZYAKnGP6y95rLu1KDm6VprfMmNKebfb0mm2xjoTT6Yn09ixPxuZPhQvLkpvyBxd3bbikr1XDiYJZZ6ox69xtcVuDoHPGfJ7++X2WxMKOVrOhRtTxfCiebU2mvFvvOiAc2pQPtuZWbt+R3jrZ5rHmLtq6qXzqjF+uYvovg87vAr6/CP3qvgTLrq5A9V5IA3cBgzYni+ksslw6AbyetSAUAJtQWAnKPU1hzi9cMohznhULgb4cWjorThTv5ZupVwMk16CWFE1qyB/OvBygIL/YAfoT9GtcGw12MBBkovgRXZy/qaZv+syDBwuP3L9rpbuhtuWqi6/ItsQ2br5285VLp4lWytWIvpap4fSmxTNsVv8F07sstGvaK7vWu7jg1EUrVg7k7bbeX+/NtTQ28GJjvcFwUueaNEH45iM/XTl/22QfZ2pqMBo0tllLvvLo725YfvtA1qapq9NplT/ytYFAe7SlzsY1eGvraH0gZgq188Xyu3W+lfO/PffmFXPa/WY95Sw3JKe1r1owb1JbTe1LBt/6TYg37wI6bgc6+sm14JUi3mopFRtakHANDiDchoR8eUlekmApwSXVlCCVr0vI3hPyCnBRS8WAl0WU1oGUewN46iXwyRWWQpyB+GK8jmUNe0D0rwfqB7wgTr5cIb4CjKPgaGjRz9uJAlUnymYQspYGuA1Sd/kGkCpzPMDuLRGH67ykE0/1iNiZV0oxnl1xTHVOHXOPoiA6oQh4SFlw/NH4MfSKmZ3I+H9wH6PhzuoTldvBAE6pw67ewH/wzRXkW71/15dO7r7rmhn9T9Kud3bbUvRLJ2/ZtfHCuU8qP3tntzid3tmZXnrNkX1bN3dPDgSnTFoyb9PyxqDfLwKoXLm6LebzOhoSmUCgoX5SbtHg5js2bsjlsumVl37x4ik5v79n2vr57QlXo9PR5IulgyHNfbtPfqm/dvc7ys+eXLVkaDNcTTJ9+R3a9eTgwI7yX/rnz01MjccXL1m3bEpPJNrYUG/XG6xml90TD4R8vp4OmzMUXJlMtLc3uFuic2avXnvBtJYWN4CyZm8yP6HN6fQF0hNdbr+f+QcgY1rMcSbJCiK3If4uRttYGrcOpzyVkHUnZLFUFHXYKLZiLYjYwN697D0IHKATWaEIBrvTWIihg9l0wLRGEVARllQE7QgThMoOE4laM0Wwbdfqxt5iNOlk2Bu8YSqNTNy0Ok91tW6rf/lMi15PD2T6OyJO+N+fySMeVvLTdvRd1ErB97nkkY9v14jt/qbFDyxaciAc6c9M6K3zR9kbPDrU39LRwsIBJbpXl9JtJxPJJDKbLCJryEayg9xAryaYe5xaki9LyMtLxeWXwWjI8kHg55Usgr4hJc8rFdPrrsG6mK6E/IUUxmEBYTsS8paSvEP1qr6YkNtPyN2l4WR3+5gVTZbkbkuhH2RiQUleYCmshbOhkjxkYcGdSEnehtbYVhq+LjJdj8Gwwo2VoM9P/rJLtYg6i6wfKbiFT+SGkR/++eC/PYLNBXeDHsNB9SOFWrhTN0Ke1ulr6+ob3FXL95lrZve620VrIZEGDdgvDvOaLiZbC6zF1oGlqBbXisNT+5azUP6QdXjCiktYAnW6mDdYHE3eq7Zs3/kFbIhYC6FrMOKxaDlMb3dOnicejrQnQpOnq8m7w+A4kZ3X4QUvFjVNffjdDmtB2wh2c8cW6ILNynyuSnLKBrLq0qBkO5kRjIZ5p0uNMamsgUAZhDdOs3Z4HMMgTrsTYTOGkjFH4GQhKbs2YE+D18KEGy6ZEIfSnexOtegHv5qFUkpXD6zpPvL7lRqr1UFz9QMdc9avn9O3VqOcmvfb73WvG9jZFTe9oDylbFP+9QVLW2ZtS2KJp23CpIVP0OB3n6TBJ55Q3nryu8pb26bFE9N6V3pbzV13/0uXudVrHvzB0UH6L9MugVba0Z5vb8/TgY5YbkK78JWBqwdWG+hLzppazawJE9d/bf3qvm7li7WrBq8eyK5oTE689d3du39/a7KzcXkm0dTfE8q9cuLpoaHDGzbC+ycre3tX9t4f85q7uszemHlw8H3Wwl+PP9Fe/vGUec0dLZMI1qVwGIOWiAd8wzuI3JiQ21KytlTUNqKYaikwdgtj3tpS1XE8U6pTX5Lr1cismKyk7QJqhUer6kLqeZj1RlasVJNjir1Q247soG0EC9sQCrPpFp82mC31zT4/skGtVTbm1PIwtbajh/qcLocummGlHDyLcYUzriy7PYX6WfUS+Lu6xAUJzYvU+aLmG+vhlNKX7tr7Er9w/TfwQveS8h8/4xcee8WfSPjpe7f96NnbNrR3rAzE4wGlec9zP73tf3XEj+O9Xx2746c/qdbr6DCvHSJTmL/oLMkeFm1ATzHMKCGWZFEtPACvMALjbRQxOF+LI/Q4mRVTS1Uq4QKsKOOI3UWzzmTWRTuRt3QGGgnoME0hgHtfLSSjJEKHhPDesIYOhed0ZsLKG8qb4Y0hLPZgeUvpGJab0dX01qGIsk/I5wU6FBmaA8/RSDiMGAhzf8+C39vL6rDU6j5iM2htGZeBZh2UN2glehVnU+4u/5kz063lD4WH6Ta67eHyR5Sz043lPyt3062cWfka/ygNKt9XXuYP0OXKy8qRcnb7OppSSuu2Kz/hfkxnKW8pB/kXaFo5qPwG7QTWwmCtk5U4yLgCGFuiEqSi4rklL5Xxw8iwxgXLk6oDHdqHNSz70P5wwKlarPMLsnyroYR1VMCOHHx7bQLrjUjBgHVaOrU4xQVYmAdQjaZLgi8pS5KU50dOA9ODZwRoUSpX6ge12F+B1JJ6ghWOWBkDU25EZi+YWKcN1C/SM+WAGEIrY+3KEFgNHi4VuBQyeNU/Vm/D+KeZhMnFjIMcjIOQfSIs0KCyDwaogiU5OBZeAPkp+ICRhusEuwf9i4agaD1c69A0hcIsguBxwDVmV/3hasHiWYECK3gNYELTcS5gophLxlKczT+iGvDnNT/avPlHyqfKO8qnPxJXPPj6B68/uEI90G9LtPUivvCZh+CMM5x5Cg7KQ/QNZYVyYgVRa8W0qD+A7MTLZkUoYe4ea0StCbkGa4sKts9MO6koWo6c3E/J/pNlwoopEWBgWPI04fepZZRn6FhDGkkbuapaQRnDqpJirBmVVCwKSqo+AVxQ0BiSrJRQl6RyOxNRtZaSA8qqcWMMAoZKxQmY5CQTPPDJkKWgZYSXDRbsKYa/4tVSukzKwV4irQb5QGb9oIeEdOdkqrJwIJIBFkYuAoABQ/iU9Gd4FogbZcG7iFtyRyLpCFhVCYQS/j6FZ/E+x566KB2JuBUCz7jH1WpVxtxJ7quOOZOQ0ykspjl3rNnzjvWcYXVV8ELDR19CYCCn4yY5NVJo03wit4+QYlt7CtHAMBzTYzhAqwFma4pEWya0MubLmEG+Erl/Sp2UfzLnpS4Pb9eBzo6CQbb9YyKBKaK8089zkrbd7W7SbXzq8+nF+VwcRzmNEcjWpIPnaYHUnkW3asQzQVIkSyaTqWQ6OVKlZFOiEOpIpVgx3kSgoi9RbEl3p6DFD6yRmYLYrS1R6MpDS3upkJsG1+cS/YJxRG8CmeV8cK+5VBACeLRguLzQ0gbn0VKhFQssohZmFNNdcJ4qFTon4ZEVWRS0eTifWiroe/E4NmEz/ikf2qCVh1f1+Hnnn0d56Tx/5yc7Kk+qas1zirDHtzP/mw7SQd31uusBVxDaw2WxAis5lWKlINVFAmaqtbt0UQrqabDW3tVB7/jd4fCGyOFI5DDXfDg8FDkcDh/+nbLzghV0sD29UL0fPhwZCh8un8Sn8JF34H6SjKv/tsGvzWcWx4VzzDStl2laNdbtVvVrM9abYmxbI5gsCDkMiE5IwYUlmaac3CQOU1JjUFVruodLejnw8iiLbcep1YLV0xaCzFxRiZvpf0mK+PXv73z9wfCZwmmhv6I1d37/64oo0f/avOJBjlf2Ysk02FlWOsef1Xc/WVvtvZdVzVXGEDh3DMHKGA7jGLy+84zCKw4TR00Dq5ezygYcVpG67Syy/I9GxWMd/j8e2a2c9M8Gp6iMcPb4JpDhceMLM10WTBa9TIt7W8A5bGaRgmY/qOXK2FvHjb0Fo4koTnIgWYyyGEQ0DJ9qieJpCxa3RMcoFEPpAwrJQk6OikVXE0vfua0FDdZO/P8j1ljE7Z8RrRoe+x+Q7qxYlgAS1KYn2uOkjtVYxpBLahKytYTJuWjFFrIFGUAvcMs9J8YlvMBLbMcclwd4pUbk670sgzNBPGQUrM0BptGjCC90JkeTH9c/YM2Ex4cDFymiCgCLCCqiPOCCZGcW0Cr4VDrO0ulzWrQ+axUQnbqC1tA2WrOGfqpor1D+Wzmu/PeaP9Jt81741fNz6U7lroff3vhCv1DJbu1nsEkg9NS67dvXKhpFs24bYMpTyl3zBwbm0R10+yOL5pc/VB8+yVVhFWDaKi0QzzYCLVIkzzxyoIBBpUA6gXUypNDcCi6GpUnMsenOG4nO7HJ7wpF2LO+VBWtRa7XlquME51LHBkZdZuqiUcr8TRqxZbFsAdUXkiEYsFEni76y8e77t2/fvW4LDEu586PbwhdpyEWj7Sf3t3UqbSY33sCB//k2ei0jyL5/u5QeN8FtddSX3h1fNB8/9yZ+rjyw/6RJaessH7k7juP/863KbUgTehk93tm2/yRR6w05ieHUGkIMHGbTDBS8B06ieWUE3mheUkbYmzLCk7Ov2TNErbdktQ416AvQsS+R+PzoCLzxeWl0hL2NjgDIPeuaPYMyLVUwXw1orHZyC8EqCUR5rmSyaGbCbDaBWIqOBjSkrNC8YAwzm8pkOg4uQbXm3AI8aivJtupqIcwa1LNEbSEBfGsBtFHkAkEMo7vsWMMzQV37YgDGbcPFMJwhx9zFcAVcahyIeMf/U7O0RDWczGwi0OzPUAQeZJRUrB5aOGxAJIJY7DRxoxlkWVWpTLiRcn78C9oFcxpxHbN3hHrB57kXcDAxgGtFeaqpwdbfHKFv0jeP0N+UDx8+JNyoPF1+n85VDnEuOodyrvL7aL9Uv0aCqTWSVpaf0QGVQMQ11fovdLaFEq6IKegxYEYxHm3gdLggBiuWJOQNaRTr7UF1CPCFoEUUcFHU8v8xPx+1iQFXwhgoWwpE0ZHhySm4AyOEMeJ6mnKeB3IoqL8FNtcj2hH4nJ7VqeFnhSzNoozgSwJHbWQUGQ01VvsqbmCVMg/f4ZMjvKTkR+EbMCmg3ivX4XvFR4Rvhm/1MVTGw4gNTNeDx2VE+eWJqEZyKVv0gz0m6kBxSRgu1ygzl64ssSGOszU6tsahF6tHCqbGFKsf0TN30YZpX7bogZ4o6G3AkipSNldX1bDCqka2BgIoPBYIEtkyAH+aC8EpAE03dfgtHAlRsuXAFvivVtacJuC+HztG99KFtOmnm06TXyjfUSKchT2CU6OW3hyjq18Bv4ls+qnyH8r3lG3HqEDfoEt/gWMgYHt1f9Q9xWhdX/FG7Uy7m6HjDQk0b5iLiGRpD3W6qBM9aFvKVu3q/G3LuI9zDz44ifv7sm0HP/kjd0NqOK38helbSl7eK7x+8fTpF38a2/uyhi2tGz1c1a38WG2JlURInFxKEHg0lIoNGLMnDU4wryDoTSU5jnHI1lJloaAZhbpo1uBD5loMBCcScssJuU0NAbW1YJi+IaBhtqapGUQ22qaWUfhR7zpd6AlGWcESVwnJsaVLWlZKlq36ihLt7KdTnrv5/WXhOUORHQ/sP3nl3KHw1of2nwQu/3m/8pPnbv7Dcko5NiGgY8l3j69ZHh6aG9l2cr+yZmhOeDs6lthI6TY2I6SyPoytdYpiVWIEC+2wUNtaKlrZUiYr5jhgCnxqBfpY9KuJrU1DBXZGbemZI88K0s1NoLY07gjaHrtYqG3G5CFYnAYW8NKLhRq2nqbWigqM5tSot2h3+s6sWGKxr1TFvawsaQKu5ghbjgfdB80jwQGvlE8QPvB5VPK4TIlTlyepLuXzSjdecQTvlCW2ZI/VEgFH3qNFeTERJ8w3Lj1D7ewaVwRhV7EUKOSC3YJDEmpzLBdWAUV2LYavquVXVKogoOULlPXK+gUHKwsHxxDPB68tUIbovgW0pPztKN5U7doqtGuat1E9oWJx0SC3SnqbjqB7IfikEY6sKiN/wqTqsb/qukLvuJWqmoqAj4WBcF3VmQWDevIxUV+0srL0zPs4/0EkIfAfqsE9ISkbS0UjW+ZmBHsma6BBNU6+khxKFut9rGy/CW5Zkyz8x9YI8rmCrx6OQXWNoDUb9YtRTOpaXWIkxFGxGSQ3k+aiolPAikmdi5JrN/yOk/4wa8GvDx5SfvM4L9le71sI5zT0ONwRyIPUteF3ZekPfT+4UlY+jCmnvCfojPJRDp/74TqZ2mJU1/y68sOjDyrvb/idmqvhgaYCrsF0VOmEQS0hUdCMLROkkoDqG4lAqnYIJwHp21KN5ejUaJhepQmWWOE3oJY2jH1RmNkgAQwQLrvE4NooOptobQa4vJ5o/h2+0cbQ680Ew0IupjyaWG6kOYlrHUHu/EkMP9eqS+W04wv9zpQqqTIXUIFtuFqkVCtaMeVeCCBaaPI2I48WeBfc0Zsd9erSg2GDyd6gJuCBwxCwd6Z7aNJL7SYaiFRxrKFyb4Du3KL8N/2qNDL41ae+OohvrVsf3rr1Yfpo9Q6f5/b3KM1gMcn6yiODgzSHD21VpLF7Z9klXKGcJEhTdYWykfEtx9Yp47pkdSlyQUMA7uiNcCZUlAPFhXb+RnpG0aMx5NlS1zL5yxkdz401KtLZGt6g4rbKOmnVk6hGRu5ns13L1mm5U3IOy/2wii6Qkqew7FU+Ibem5GklOcJW5iRY700p6Dqu5+1UNcf4gAgMZpgTm0IhVxJtiA8DIXBmwRhUoRujHZNLwwZzTy8+MFldK6oGPAqTu2DgWAOlclcF1zEuCzr8maC1Gj38zNE6DuHZxq8qPwvtAbbBSEaEQbdx/y8ah/suomxhMb4wFoIQ8FNQRYAGRx9jj9PIWYc32GF0XDBErS8FzIXx6kaSIGhVeLY4iGeGhTdgRpQ3ob1sYhoXjUgJK/3RvGN0sbIiiyW7wPtMVXKe0r4hne7o7i9fkji6bf9Jl6tSGcjtO77PE9x9dNUVu07u7+lVF6Gjjsc8hqBG/4GHopH0VLVcz26mJhoFRwKj4y/SOXPe7z8+h3rhOOdYv5KjByg5cBoRpQ/vHu9/f84c5Z3+1/rfn83NUnL8L0+TA8xBpYggNeia6VAn69g4eVVlVMp1q7qiast5Nd5bjfKqueXXNB9q/hVUtHtsbaohoSJBXHYqa9SkELosUabelO8spR8qtqV0Ka5KXzqo2BTbIF0K9sRGX9NK7LuA6bPUD5+KQuOHS5XvoH6iS5fyI+xZ/BjLK+S12H/0LtEjghbAlGB/yiMCAOE8O2PPoZ3K43OAvQ3sgxz4V3klzxMuXwYva0TJj9WU89BJsNciKcIFTDOgUYGRATxOXl2gTkFDQzc/5zmQeVTQ6lL2qp+gkdi2DVZWG43+ri6ByAP9ARa6YQj5U+gjR9RSX2RGC15oJC05a6+H80VJv4/UL1p8HSm2Wr8o+iei4AqJoj2UxjbAeo5wBtv0iWJ9Sxe2GQAkTshhW22i2NTGIql1paKnHSOpFJUHOVEU1L0i+FJRazSxM+b9Fe31TXhlKxWdbi87YzmRYkhVGcFSMYLR0yRmSABQFtNd3UkWQC12TuqBs8K0yn4SZ4Kenw2C/k+uOSL94z9OOnsDijL5f7tmLMGxXBPLC6EOnsryQiD5jVgXUN2zomlc+bJYjeGDFkX470Gbh1Ere+6cTFoggstXqgaCw3X9akoNa43VXTVUG0HUVBuuYNpHh3gyOj5vpfZPC7IcIV8i2JlACZExgqEIA0N6QDwqpGCl2MU6G1vgb0ZdFlXXkyN2kuuSiJSM6qYFLFeMdcahBAbyCj4jrivTaDm1ulgWwGQTIxN0meKlXIdYSo1+G2gGADLYAL8jmDl7yKExe6hu/wC+Jg5VGj/4SpoOvQK4f5qwPSKYaIyRYX/VDWLxDbXOBXNaDVg/ZgSPIIUOokNdx2ms5u60NZhrKWq0SAANNcSKWg3Lm2OBE4AXK9xvKFVXdfrtBD32CMFpwxH4K0c0Mspbb50mbylvsTlib4L0nvJIu/IXWtdOL6XrKAtFoE1Sj5X1AES1Mc0wW4tJMYKrV7zgtqWq1sb7WWsDM+Q/ARPBZiHkB1tbE0G85I0AePL5Q+ih8GKxkQVd/qEpwlL/gIYdKNBbq/2MVcK9OBRpiA5RhrsBFIG29/nG2yi1YBDe1PGcsZkBXA/sYwPxgngki16Gtr1sIF6E4z6LOkRco6AuTfD6YDAuwvpfoM5/2ntM6TJ7em7PWXcRvimqZf1sr1VOw/xnJXZjAI18NbNcGuaR4HYemAUt1rLitloLkt42tsXI+OScheHaosWMD1rAg0a3i+XdipzRipEvtuYC49UCNurVRtwKRhZVAdHhJGRFA9o6DEVjtyT0cDAIFFEugpPyG5yKfShj/ze5MJ4/Vn6D8dFYHlcgRtJVHYdRtcM1n+l2JRKFPZQ56JVRI46JKmXOgOhHg0PBcPEqHZHB4Uri1LUm3JiMiaAFZxIMIjhwmTRKlzY1TguCX6BlmsRWGjZqcVeWehYNMTKoVDCCp1VwNuTOKEMxGNDiogsH6IZORISRdBYjflhfwKrB8qPq0gsebMfoKxlVGX6KGkJCLZC9J8vWIZEDulW6VeAXd+K8Rlh5VqcahckCxDkhd5TkDgurJnWzzGqhg8e0vEZfO6EddVpaHLaE6tjSEbf1sOiob2oOshhIEgTtsIf4Qy24x4ncKQ5TTT1uqCGbrYe1xjqLzaX6KVmsZIpmNZ1ZPusCzJZ18U5X2IV1TjqXLqzV2XRYzhjVRW2RqKaq9w/8Qa//wyQ6MdHtuOOl6ZbpL93p7ErRiZNYs/Jq21QnNBv001+6w9GVUl7lIgyFcX+sNnYnzvcwfony6qTKd0M7Z6yAN/6s/ZfYbKo7MLnHrNnYnkYudQcmnDkXOG2HcQcm0c6o4jYj9bQ6YnWcswsT27EoS7U22skWEJ6zG1OSth2/9QvlGbPK3NFZyvHjt52zL1PyuHJ8Fnf0izRVnrHrtuO07Zx+byIon+D9mJn3Y8QobKW+pIJHm5jmr2Wrprlk0cjKHI2o6o0WNAg65vagodYn2Rh16MKZbKCQRLFgBqll7ipu08SwLC41dWDyyFLBxdUCNNQvAsjvKGK/is0+zA5azLOi/yKQU79gJqu/arjOyDBivCZS9dnVgJWgUv6Mz872E2ABY9XJQcj4qRqPIWNxAO/ZsYPq15XGBRFQflSPX40zs32OJLZfGa5P01U+VMGo+AmbGsmFIai/qwLWcZ/lznyWRw0w9lnKdoFSd9ZSt3Eqs2+o7PNExu/zRKr7PPGUbVSir2KuaZW9Sf7/oS46DnWdKWQaZeuEkTAV+IHICm+cUmGXhpzKjIu9Vvqo4q4bSLEJ+/j/iLx045DX58CuELDkIU6jFZqZ1J0XcdmqiMtf+Xd+xFXdb0tSR3n6rJFzn4VcZdx4ipkBtbDr1HjUdbYsukgH0yF2dY+PsRmqT7C949REkA7tvFkEg5T7nD3b+JQYPHfftiLrV2xk5LMqgn+PdWYU+nlWf8xj/bGx/piYZR/fH5Or2p/a8/VnfHj+3P58+0zs5rM9EpLj4zfj+4R5zytZnxIlrLv2sB2R1OwnatumUrGJ7UHSZMNUugWjkyj+uIFAE+CGw7yxtq6NmamI+LRBMLfGO1JqbVmqOpbW847Fxcriseod/3loCivlqxX0wYD1c8fJrfzymkiju74+c0Gj+2XROmMgHF685KuHas87dP74oT6L2Bhsagy0trdNywU8dkd7ZtKkhZunTTuTsmBreNWcBagrm8jyWgA5VKEDXvPRt1mC6O1znsWkEjwrsN0GcZdB+rbiUz/B8l7VfBnm5KzECTKJ1HawiJcJdD83tilbTRJj5hgXRtWQsvltNGhLRYM2dp6iPJzDbw/SxYMgBo4TMWmkcgmC8Ue41LCYdBmVAOKlsYtKXlHViaCy3Jir7bRGQmYajQgfW7Zwt3G3bbH8XHltyyOPbFFe09yhPD9UfpC7Yoh2/0kc+vrXh0Tmz5C19KTuAW0zKHgD7h9po1nepmbvMPlrW0s7Xj927HW66WNKPqb3vE4TyrHXfykQJbeX5mhu7+iyHoH0jD6+l75IX9yrvFipSQBtVcknNpAw2U5QNtwsWNhUwhC6L1XZqC6IMUJW82hEzizogkkgYBMjoAYVGior/GiTutGFP6lmhDGn35zAckhAB00YDMWwaDAMZzyXY1un0TBLYxrO4wenRBUL+3m2V4dWrdYcq2XK9Et0rNBCzXxKSiXxiVJXfaqfZir7iJw+z7g96B2q4/aoK8e9bJRw7VYLg21qvVGjG/dt1KGf5XZVh2LyIMQ38Ll/NpjM5w+CZUP/Yfel8/S7mZB/8HsYYYt+3i9upBb6/EXKvsP/8FdnKB/RF/AptjdeRe40oNu9LP6vHxfx1luBCryWVGoxUIR5MD1J4hCjcRrEXY9YGQOmawC37ZvzzJrTiDlYXQP+Q/yg4KaGyvF9c+YqUiWeWJUbN8uhYozdlMBELylwtZWlJoazfoee5yfO/tpxuSIeaJgmiIlslV1SixqhGgVgOsFXRT5+/E2NwPYnqSAgMclWt/ApdEDjPG7pwAr0grlUz8a+mZv7+zfPRI5Tz/o29qRyiB5OEQzvY5AaX+Wxs7G9ZHCvUZE4SD/zqNT6aFoqaulYUIIf22NSrSwQ1FwOAPOCoAPDoDfWmK02dT2GbMqNA4tZrMhvpv5ohDn80J3TmObhydYtZbJlK88qCFiUCcgGfw9vhT/+YUrO8vccIDPziGrRCzXOJMv56FXBEU7IzlJRcGJnBeysU/UYakrFGrZFVg0AHSZOLmdVnCpoDNwCH/HQ8ZhMXS+AzEvb6OO0jVU8Eqw15TD8TBm/SjDdMMWV4o9+PsOwCcbpOMLipXWsx0sYDjaxPVvVdQCc2mWgo4m5CyZ1m1bAXm7MjmtUsddYWTE6KThMIq5rkJ0iXMqeSjhbZAubdGyVUzCcQssZo5nKEbswtC83sPbobmVkBFO4I2oxCoLbfUNLZ0UfumT3UUwBS8waYn2Q2ucapHANm38OQ7cFXp9Sly2o2VGsAZ7i/NP7rAaYi8v6uMxZCgbtJ7iTJ6/9hB/meL2hUgGMFM6mbMGsXxfkUzpOapE+klroCDtwhEXRykSq1gVJDPtj5Kx3XDU4VavBAZnUlHBr10oG0QYkqqFqjZ5GLBhMqB9FARFIbS43lluMUp6r4grE+5iJUfIjFVTNPACJy4+UV1EfPYMNNGx/D+Q5DUNxDsD+VlLdv7gpUUm12ERXVufCGIorymQzG3VlRcqyttID7z7wAALWBx54l66FkcIRrh94AFrQMuMlrsiAw+i7WHOjEPUTgsSeY/VWGN8fOW98P4V1VyP4bzSv5gzgUs80JuBvbGW3Vewi5FndFsfqtli7nozm4S4V8pWaLg7zHaIAjfj6WCL/F8P1u2sAAHjaY2BkYGBgZjjy6Mpmh3h+m68M8hwMIHDua+N+ZJqDgQNCMYEoAHf+C1gAeNpjYGRg4GD4fwNEMjD8/w8kgSIogBUAY/wD9XjaNU+7FcJADJNNCvq87MMOvEdNxRyq0mWH1GEWegZhACz54nvnj+yTzvGDLQ8gKr8iEQDBRDKqgmqZMMq7/y5kd/UdCLFiC+ITZiivaz6fR0er6d054SksUgzmU3qFEXdFzV2Ez8Ywlc/m5Pilsr2VWitP/bGJ4wvDWi96P3Not+n2B3lgIYIAAAAmACYAJgAuAJIA3gFaAaABrgHkAjoC1AMkA4IEUAUiBXAFzgYgBw4H7ghiCPYJsgp4Cq4LCAs2C4AMHAyiDiAPnBBAEUYRvBMwE7wUHhRaFIYUshTcFVAVgBX6FpYXXBeSF/AYYBkCGYgaBhooGkoa1BryGyQbQBtsG5Yb+Bw2HLAdLh1yHYYdsh4cHjYeYB7iHyYf3iAgIFIgdCCaILIgxiDcIPAhBiEkIegiOCK6IxAjeCPQJDQkbCS8JVIlriYWJjomWCZ2JpQmoib0J3QnvCgGKJAopii8KQApIilMKcgqJCpiKpwqyCsUK2QrvCwWLFYsnizgLPYtBC0SLSAAAAABAAAAgAC9ABAAAAAAAAIAAQACABYAAAEAAYEAAAAAeNqNkr1OAkEUhc8CmmBhRSysNtFCTfiXqFBZiIkaQzRqZ7KaBYz8CStg4/PpC1j6EJZWfjMMwSCFmczOuWfOPffOzEpa0avi8hJJSZ/MCfaUIprgmFb15XBcZW+qSWjTKzu8pLF36/Ay/IfDSa173w6/aS2WcvhdudiOjlXTmXwNFaqvgR7UVYe4wOzC+AqIX1hboMiq/qpHoEhNUN0yESjUWPd8e0RT3RaaiNFTWVnGyI6MGuw+s5qKDfgWGSa3Q42QmYXtwabxD/SE0vi0YTZUdRWP/tTb5nTGw/Rq/LrW74K4QTVznr6KeOUYRVV0pVPd6By0KC89l7lI489prufu6Xe1mi5hJtGMbaKMnN+Q/bzdy2iPb4UTB3rE02jqsOae7nirjEp27uNR0MG/+j+BD21Xh+y24Qf2tjvcQYjr7CUnPVStm09eYLPycKb/Em9Zoq755u2fk2Pd/QGe+3ARAAB42m3S1XIUURRG4VmDBHd3d5k+Z5/uBIdAcHd3CRI0OBRPyCshmRWu6Kqp/6brm9qrutVujTy/frZS63/Pjz8/Wm3ajGEs4xhPDxOYyCQmM4WpTGM6M5jJLGYzh7nMYz4LWMgiFrOEpSxjOStYySpWs4a1rGM9G9jIJjazha1sYzsdKhKZoFDT0EsfO9jJLnazh73sYz8H6OcghxjgMEc4yjGOc4KTnOI0ZzjLOc5zgYtc4jJXuMo1rnODm9ziNne4yz3u84CHPOIxTxjkKc94zguGeMkrXvOGt7xjmPd84COf+MwXvvKN7z3DQ4OpDPT/3YGq03ErN7nZDbe4tdu4vW7fyCa9pJf0kl7SS3pJL+klvTTqVXqVXqVX6VV6lV6lV+lVepVe0kt6SS/pJb3U9bL3ZO/J3pO9J3tP7oy+X7uN2/3/0Amd0Amd0Amd0Amd+Od07wi7hF3CLmGXsEvYJewSdgm7hF3CLmGXsEvYJewSdomkl/SSXtLLelkv62W9rJf1sl7Wy3pZL/RCL/RCL/RCL/RCL/RCr+gVvaJX9Ipe0St6Ra/oFb1ar9ar9Wq9Wq/Wq/VqvVqv1mv0Gr1Gr9Frul7xuyp+V8XvqnTyb1UoNRm4Af+FsAGNAEuwCFBYsQEBjlmxRgYrWCGwEFlLsBRSWCGwgFkdsAYrXFhZsBQrAAAAAVLP0T8AAA==) format("woff"), url("../font/genericons-regular-webfont.ttf") format("truetype"), url("../font/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*  
===========================================================  
 2009/12/10更新

 reset CSS version:1.1d 
 author:yamakita

 変更履歴はページ最下部を参照

 1: basic setting
 2: link setting
 3: form setting
 4: about clearfix
===========================================================  
*/
/*
===== 1: basic setting ===========================
*/
html {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  /*font-family:Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;*/
  font-family: Meiryo, Osaka, sans-serif, "ヒラギノ角ゴシック ProN", "ＭＳ Ｐゴシック";
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, table, p, th, td {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  margin: 0;
  padding: 0;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  padding: 0;
  text-align: left;
  border: none;
}

hr {
  display: none;
}

ul, ol {
  list-style: none;
  /*	text-align:justify; */
}

ul li, ol li {
  list-style: none;
}

address, caption, cite, code, dfn, strong, em, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

fieldset, img {
  border: 0;
}

select option {
  padding: 0 5px;
}

p {
  /*
  	text-align:justify;
  	text-justify:inter-ideograph;
  */
}

/*
===== 2: link setting ===========================
*/
a {
  cursor: pointer;
}

/*
===== 3: form setting ===========================
*/
button, fieldset, form, input, label, legend, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

select {
  padding: 0;
}

input {
  padding: 0.1em;
  line-height: 1.2;
  vertical-align: middle;
}

textarea {
  padding: 0.1em;
  line-height: 1.4;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}
input[type=submit] {
  padding: 0.1em;
}

/* --------for IE6------------------------------------------------- 



------------------------------------------------------------------*/
* html input {
  padding: 0.1em;
}
* html input.checkbox, * html input.radio {
  vertical-align: -0.15em;
}
* html input.submit {
  line-height: 1.2;
  padding-top: 0.2em;
}
* html select {
  vertical-align: -0.2em;
}
* + html input {
  padding: 0.1em;
}
* + html input.submit {
  line-height: 1.2;
  padding-top: 0.2em;
}
* + html select {
  vertical-align: -0.2em;
}

/* for IE7 */
/* for Safari3 */
html:not(:only-child:only-child) input {
  padding: 0;
  vertical-align: baseline;
}
html:not(:only-child:only-child) input[type=checkbox], html:not(:only-child:only-child) input[type=radio] {
  vertical-align: baseline;
}
html:not(:only-child:only-child) select {
  vertical-align: 0.1em;
}

/*
===== 4: about clearfix ===========================
*/
/*  
===========================================================  
 変更履歴

2009 12/07　input,textareaにpadding:0.1em;を追加
2009 12/10　ul, olのtext-justify:inter-ideograph;を削除
2010 06/16  ul, ol ,pのtext-align:justify;を削除

===========================================================  
*/
/* ==================== header ==================== */
/* ------------------------------
layout
------------------------------ */
.pageHeader {
  margin: 0 auto;
  width: 100%;
}

.headerInner {
  position: relative;
}

.headerInner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1025px) {
  .headerInner {
    margin: 0 auto 10px;
    padding-top: 30px;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .pageHeader {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* --------------------
logo
-------------------- */
.headerLogo img {
  max-width: 400px;
  max-height: 80px;
}

.NoHomePage .headerLogo img {
  width: auto !important;
}

.logoName img {
  vertical-align: top;
}

@media screen and (min-width: 1025px) {
  .headerLogo {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    margin: 0 0 0 5px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
  }
  .headerLogo img {
    max-width: 320px;
    max-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .headerLogo.headerLogo {
    width: auto;
    display: table;
  }
}
/* --------------------
helpBtn
-------------------- */
.helpBtn.helpBtn {
  position: absolute;
  right: 5px;
  top: 0;
}
.helpBtn.helpBtn a {
  background-color: #00a984;
  -webkit-box-shadow: inset 0px 0px 0px #2b8453, 0px 5px 0px 0px #2b8453;
          box-shadow: inset 0px 0px 0px #2b8453, 0px 5px 0px 0px #2b8453;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
}
.helpBtn.helpBtn a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .helpBtn.helpBtn {
    top: 38px;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .helpBtn.helpBtn {
    right: 5px;
    top: 0;
  }
  .helpBtn.helpBtn a {
    font-size: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .helpBtn.helpBtn a:before {
    font-size: 28px;
    line-height: 35px;
    width: 35px;
    display: block;
    margin: 0;
    text-align: center;
  }
}
/* --------------------
header inquiry
-------------------- */
.headerTel {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.headerText {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.headerText p {
  line-height: 1.3;
}

@media screen and (min-width: 1025px) {
  .headerTel,
.headerText {
    width: 490px;
  }

  .NoHomePage.NoHomePage .headerTel,
.NoHomePage.NoHomePage .headerText {
    width: 490px;
  }
}
@media screen and (max-width: 1024px) {
  .headerTel,
.headerText {
    width: calc(100% - 305px);
  }
}
@media screen and (max-width: 480px) {
  .headerTel.headerTel {
    width: 35px;
    float: right;
    padding-right: 40px;
    margin: 0 10px;
  }
}
/* --------------------
header tel
-------------------- */
@media screen and (min-width: 1025px) {
  .headerTel p {
    font-size: 12px;
  }

  .headerTelName {
    text-align: right;
  }

  .headerTel dt {
    line-height: 1;
    color: #e01414;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
  }
  .headerTel dt a {
    line-height: 1;
    color: #e01414;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
  }
  .headerTel dt em {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .headerTel dd {
    font-size: 12px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .headerTel {
    line-height: 1;
  }
  .headerTel dl {
    display: inline-block;
  }
  .headerTel dt {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .headerTel dt span,
.headerTel dt a {
    width: 40px;
    height: 40px;
    display: block;
    background: #e01414 url(../images/header_tel_icon.png) no-repeat 50%;
    background-size: 20px;
    border-radius: 3px;
  }
  .headerTel dd,
.headerTel dt em,
.headerTel .headerTelName {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .headerTel {
    width: calc(100% - 240px);
  }
  .headerTel dt span,
.headerTel dt a {
    width: 35px;
    height: 35px;
  }
}
/* --------------------
header text
-------------------- */
@media screen and (min-width: 481px) {
  .headerText p {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .headerText {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 5px 0;
  }
}
/* --------------------
header formmail
-------------------- */
.headerFormmail {
  display: inline-block;
  vertical-align: top;
}
.headerFormmail p {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .headerFormmail {
    margin-top: 19px;
    width: 170px;
    height: 40px;
  }
  .headerFormmail p a {
    width: 170px;
    height: 40px;
    display: block;
    background: url(../images/header_formmail.png) no-repeat 0 0;
    background-size: 170px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .headerFormmail p a {
    display: block;
    width: 40px;
    height: 40px;
    background: #e01414 url(../images/header_formmail_icon.png) no-repeat 50%;
    background-size: 20px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  .headerFormmail p a {
    width: 35px;
    height: 35px;
  }
}
/* ------------------------------
dropdown menu
------------------------------ */
@media screen and (min-width: 1025px) {
  #panel-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pageNav p {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 11px;
  }

  #panel-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #e01414;
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  #panel-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    letter-spacing: -0.1em;
  }
}
/* ------------------------------
nav
------------------------------ */
@media screen and (min-width: 1025px) {
  .pageNav {
    border-top: 1px solid #e5dfdb;
    border-bottom: 1px solid #e5dfdb;
  }

  .navInner {
    margin: 0 auto;
  }

  .navMain {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .navMain li {
    display: table-cell;
    border-right: 1px solid #d9d9d9;
    text-align: center;
  }
  .navMain li:first-child {
    border-left: 1px solid #d9d9d9;
  }
  .navMain li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #5c5959;
    font-weight: bold;
    text-decoration: none;
  }
  .navMain li a:hover {
    background-color: #e5dfdb;
  }
}
@media screen and (min-width: 1025px) {
  .navInner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .pageNav {
    /*position: relative;*/
    z-index: 300;
  }

  #panel {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    border: 3px solid #999;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .pageNav ul li {
    position: relative;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .pageNav ul li:first-child {
    border-bottom: 1px solid #ccc;
  }
  .pageNav ul li a {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 5px;
    color: #222;
    line-height: 1.5;
    text-decoration: none;
  }
  .pageNav ul li:before {
    position: absolute;
    top: 50%;
    right: 5px;
    color: #e60012;
    font: normal normal normal 12px/1 Fontawesome;
    content: "";
  }
}
/* ------------------------------
nav sub
------------------------------ */
@media screen and (min-width: 1025px) {
  .navSub {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
  }
  .navSub ul {
    margin: 0 auto;
    width: 1000px;
    text-align: right;
  }
  .navSub li {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
  }
  .navSub li a {
    text-decoration: none;
  }
}
/* ==================== footer ==================== */
/* ------------------------------

 totop

------------------------------ */
#toTop {
  clear: both;
}
#toTop p {
  text-align: right;
}
#toTop p span {
  cursor: pointer;
  display: inline-block;
  width: 160px;
  height: 25px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/totop.png) no-repeat 0 0;
  background-size: 160px 25px;
}

@media screen and (min-width: 1025px) {
  #toTop {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #toTop {
    margin-right: 10px;
  }
}
/* ------------------------------

 footer

------------------------------ */
.pageFooter {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-top: 1px solid #E5DFDB;
}

.footerInner {
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
}
.footerInner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 1025px) {
  .footerInner {
    width: 1000px;
  }

  /*
  .footerProfile {
  	float:left;
  }

  .footerProfile {
      width: 69%;
      float: left;
  }

  .footerNav {
  	width: 31%;
  	float:left;
  	text-align: right;
  }*/
}
/* ------------------------------

 footer profile

------------------------------ */
.footerProfile {
  width: 100%;
}
.footerProfile:after {
  content: "";
  clear: both;
  display: block;
}
.footerProfile h3 {
  padding: 15px 15px 15px 0;
  max-width: 200px;
  float: left;
}
.footerProfile h3 img {
  /*width: 100%;*/
  max-width: 200px;
  max-height: 100px;
}

.footerProfileBranch {
  overflow: hidden;
  border-left: 1px solid #CCC;
  padding-left: 5px;
}

.footerProfile dl {
  margin: 0 0 20px 10px;
  /*width: calc(47%);*/
  display: inline-block;
}
.footerProfile dt {
  font-weight: bold;
  line-height: 1.5;
  float: none;
  width: 100%;
}
.footerProfile dd {
  float: none;
  width: 100%;
}
.footerProfile dd p {
  float: none;
  width: 100%;
  margin-left: 0;
}
.footerProfile dd span {
  display: inline-block;
}

.footerProfileBranch p {
  line-height: 1.5;
}

.footerProfileAddress br {
  display: none;
}

.footerProfileTel {
  margin-right: 10px;
}

.footerProfileFax br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footerProfile {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footerProfile dl {
    margin-left: 0 !important;
  }
  .footerProfile dl dt {
    text-align: left;
    margin: 0;
  }
  .footerProfile dl dd {
    margin: 0;
  }
  .footerProfile dl dd .footerProfileFax br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footerProfile {
    padding: 0;
  }
  .footerProfile h3 {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
  }
  .footerProfile h3 img {
    max-width: 200px;
  }

  .footerProfileBranch {
    overflow: visible;
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footerProfile {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /*.footerProfileBranch dl {
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
  }*/
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .footerProfileBranch {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*
.footerProfile:after {
	display: block;
	clear: both;
	content: '';
}

.footerProfile dt {
	margin-left: 10px;
}

.footerProfile dd {
	clear: both;
}

.footerProfile dd p {
	margin-left: 10px;
	float: none;
}

.footerProfile p br {
	display: none;
}

.footerProfile p b {
	display: block;
}
}

@media screen and (max-width: 640px) {
.footerProfile p br {
	display: block;
}

.footerProfile p b {
	display: inline-block;
}
}


@media screen and (max-width: 480px) {
.footerProfile dd p {
	margin-left: 0;
}

.footerProfile dl {
	display: block;
}

.footerProfile dt ,
.footerProfile dd {
	display: block;
	width: auto;
}

.footerProfile dt {
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.footerProfile dt img {
	width: 200px;
}

.footerProfile dd {
	margin-left: 10px;
	margin-right: 10px;
}
}
*/
/* ------------------------------

 footer nav

------------------------------ */
.footerNav ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.footerNav ul:first-child {
  margin-left: 0;
}
.footerNav ul li {
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  line-height: 1.5;
  font-size: 12px;
  background: url(../images/arrow.png) no-repeat 3px 0.4em;
  background-size: 10px;
}
.footerNav ul li a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .footerNav {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .footerNav ul {
    width: 48%;
  }
}
/* ------------------------------

 footer copyright

------------------------------ */
.copyright {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #E5DFDB;
}

/* ==================== side ==================== */
@media screen and (max-width: 768px) {
  #index .sub {
    width: auto;
    float: none;
  }
}
/* ------------------------------

 side banner

------------------------------ */
.sideBanner {
  margin: 0;
  float: none;
  display: block;
}
.sideBanner ul {
  width: auto;
}
.sideBanner ul:after {
  content: "";
  clear: both;
  display: block;
}
.sideBanner li {
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
}
.sideBanner li img {
  width: 100%;
  max-width: 320px;
}

.sideBannerTel {
  position: relative;
}
.sideBannerTel p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  color: #e01414;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}
.sideBannerTel p em {
  font-size: 70%;
  font-weight: bold;
  color: #222;
}

/*
.sideBanner li.pc {
	display: inline-block;
}

.sideBanner li.sp {
	display: none;
}
*/
@media screen and (max-width: 1024px) {
  .sideBanner ul {
    text-align: center;
  }
  .sideBanner li {
    width: 49%;
    display: inline-block;
  }

  .sideBannerTel p {
    font-size: 160%;
  }

  /*
  .sideBanner li.pc {
  	display: none;
  }

  .sideBanner li.sp {
  	display: inline-block;
  }*/
}
@media screen and (max-width: 480px) {
  .sideBanner {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sideBanner li {
    margin: 0 0 10px;
    width: 100%;
  }
  .sideBanner li img {
    width: 100%;
  }
}
/* ==================== ページ ==================== */
/*
===== site　setting ===========================
*/
a:link, a:visited {
  color: #232323;
  text-decoration: underline;
}
a:hover {
  color: #d90000;
  text-decoration: underline;
}
a:active {
  color: #232323;
  text-decoration: none;
}

.err {
  font-size: 12px;
  color: #ff5500;
}

/* ======================================== layout ======================================== */
.contents {
  width: auto;
}
.contents:after {
  content: "";
  clear: both;
  display: block;
}

.main,
.ca-main {
  width: 68%;
  float: left;
}

.sub {
  width: 30%;
  float: right;
}

@media screen and (min-width: 1025px) {
  .contents {
    margin: 0 auto 50px;
    width: 1000px;
  }

  .main,
.ca-main {
    width: 680px;
  }

  .sub {
    width: 300px;
  }

  #reserve {
    margin: 0 auto 50px;
    width: 1300px;
  }
}
@media screen and (max-width: 1024px) {
  .contents {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub {
    width: auto;
    float: none;
    margin: 0 10px;
  }
  .sub:after {
    content: "";
    clear: both;
    display: block;
  }
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}

/* ======================================== margin ======================================= */
.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* ======================================== 見出し ======================================== */
/* ------------------------------

 h1

------------------------------ */
.contents h1,
.reserve h1 {
  margin: 0 0 20px;
  padding: 10px 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #e5dfdb;
}

.contents h1 span,
.reserve h1 span {
  display: inline-block;
  padding: 10px;
  border-left: 5px solid #e01414;
}

@media screen and (max-width: 1024px) {
  .contents h1,
.reserve h1 {
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents h1,
.reserve h1 {
    font-size: 18px;
  }
}
/* ------------------------------

 h2

------------------------------ */
h2 {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  /*color: #595656;*/
  color: #222;
  background: url(../images/title_head.png) no-repeat 2px 0.25em;
  background-size: 18px;
}

/* ------------------------------

 topicpath

------------------------------ */
.topicpath {
  margin: 0 auto 10px;
}
.topicpath ol {
  padding: 0;
  width: auto;
}
.topicpath li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
.topicpath li a {
  padding: 0 10px 0 0;
  position: relative;
  display: block;
}
.topicpath li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 481px) {
  .reserve .topicpath {
    float: left;
  }
}
@media screen and (min-width: 1025px) {
  .topicpath {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .topicpath {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* ------------------------------

 btn

------------------------------ */
p.btn01 {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
p.btn01 a {
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  background: #595656;
  text-decoration: none;
  border-radius: 2px;
}
p.btn01 a:before {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font: normal normal normal 12px/1 Fontawesome;
  content: "";
}

/* ------------------------------

 table

------------------------------ */
table {
  width: 100%;
  background: #fff;
}

th,
td {
  /*padding: 10px;*/
  line-height: 1.5;
  border: 1px solid #ddd;
}

th {
  background: #f2f2f2;
  text-align: center;
}

/* ------------------------------

 page return

------------------------------ */
.pageReturn {
  margin-bottom: 50px;
}
.pageReturn p {
  text-align: center;
}

/* ------------------------------

 page navi

------------------------------ */
.pageNavi {
  margin: 0 auto;
  width: auto;
}
.pageNavi:after {
  content: "";
  clear: both;
  display: block;
}
.pageNavi p b {
  font-size: 18px;
  font-weight: bold;
}
.pageNavi p span {
  font-weight: bold;
}
.pageNavi ol li {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #ccc;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
}
.pageNavi ol li b {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #009f58;
}
.pageNavi ol li a {
  font-weight: normal;
  display: block;
  color: #222;
  background: #ddd;
  text-decoration: none;
}
.pageNavi ol li a:hover {
  text-decoration: none;
  background: #f5f9ea;
}

@media screen and (max-width: 1024px) {
  .pageNavi {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 481px) {
  .pageNavi p {
    float: left;
  }
  .pageNavi ol {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  .pageNavi {
    margin-bottom: 10px;
  }
}
/* ------------------------------

 page inquiry

------------------------------ */
.pageInquiry {
  margin: 0 auto 50px;
  position: relative;
  max-width: 850px;
  padding: 15px;
  border: 3px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageInquiry:after {
  content: "";
  clear: both;
  display: block;
}
.pageInquiry figure {
  margin-right: 10px;
  float: left;
  width: 35%;
}
.pageInquiry figure img {
  width: 100%;
}

.pageInquiryText {
  overflow: hidden;
}

.pageInquiry h3 {
  margin-bottom: 5px;
}
.pageInquiry h3 img {
  width: 100%;
}
.pageInquiry dl {
  padding-right: 180px;
}
.pageInquiry dt {
  color: #d90000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.pageInquiry dd {
  line-height: 1.5;
  font-size: 12px;
}

.pageInquiryBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 170px;
}
.pageInquiryBtn img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pageInquiry {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pageInquiry {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .pageInquiry figure {
    float: none;
    width: auto;
    margin: 0 0 15px 0;
  }

  .pageInquiryText dl {
    padding-right: 0;
  }

  .pageInquiry dl {
    margin-bottom: 15px;
  }

  .pageInquiryBtn {
    position: static;
    margin: 0 auto;
    width: 170px;
  }
}
@media screen and (max-width: 480px) {
  .pageInquiry {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ------------------------------

page banner

------------------------------ */
.pageBanner {
  margin-bottom: 50px;
}
.pageBanner ul {
  width: auto;
}
.pageBanner ul:after {
  content: "";
  clear: both;
  display: block;
}
.pageBanner li {
  float: left;
  margin-left: 2%;
  margin-bottom: 10px;
  width: 32%;
}
.pageBanner li:nth-child(3n+1) {
  margin-left: 0;
}
.pageBanner li figure {
  width: 100%;
}
.pageBanner li figure img {
  width: 100%;
}
.pageBanner li p {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .pageBanner ul {
    margin-left: 10px;
    margin-right: 10px;
  }

  .productsBoxTextImg figure img {
    width: 80% !important;
    text-align: center;
    margin-top: 3%;
  }
}
@media screen and (min-width: 480px) {
  .productsBoxTextImg figure img {
    text-align: center;
    margin-top: 3%;
  }
}
@media screen and (max-width: 480px) {
  .pageBanner li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
}
/* --------------------

page menu

-------------------- */
.pageMenu {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.pageMenu ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #000;
}
.pageMenu li {
  border-left: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}
.pageMenu li br {
  display: none;
}
.pageMenu li a {
  padding: 10px 0;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #eee;
}
.pageMenu li a.current, .pageMenu li a:hover {
  background: #fff;
}
.pageMenu li:first-child {
  border: 0;
}

@media screen and (min-width: 1025px) {
  .pageMenu {
    width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .pageMenu {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pageMenu li {
    font-size: 12px;
    font-weight: normal;
  }
}
.productsDetail h2 img {
  width: 4%;
  margin-left: 20px;
  margin-bottom: 6px;
  width: 4%;
  margin-left: 20px;
  margin-bottom: 6px;
}

@media screen and (max-width: 500px) {
  .productsDetail h2 img {
    width: 10%;
    margin-left: 20px;
    margin-bottom: 6px;
  }
}
/* ======================================== smallipop ======================================== */
.smallipop {
  display: inline-block;
}
.smallipop i.fa-question-circle {
  color: #4aa9d3;
  font-size: 14px;
}

.reserveInfo {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #4aa9d3;
  border-radius: 50%;
}

.smallipop-theme-white {
  width: auto !important;
  max-width: none !important;
}

.smallipop-content {
  font-size: 0.85em;
  -webkit-box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.5) !important;
          box-shadow: 0 0 3px 2px rgba(50, 50, 50, 0.5) !important;
}
.smallipop-content p {
  margin-bottom: 0.5em;
}
.smallipop-content p:last-child {
  margin-bottom: 0;
}
.smallipop-content ul {
  margin: 0.5em 0;
  list-style-type: disc;
}
.smallipop-content ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.smallipop-content th,
.smallipop-content td {
  padding: 5px;
  border: 1px solid #ccc;
}
.smallipop-content th {
  background: #f1f1f1;
}
.smallipop-content dl:after {
  display: block;
  clear: both;
  content: "";
}
.smallipop-content dt {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.smallipop-instance a {
  color: #00f;
}
.smallipop-instance a:visited {
  color: #800080;
}
.smallipop-instance a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .smallipop i {
    display: none;
  }
}
/* コメント機能用 */
.common_block .contactBookComment {
  margin-top: 10px;
  padding: 10px;
  border-top: 1px dotted #cacaca;
}
.common_block .contactBookComment h3 {
  margin: -10px -10px 10px;
  padding: 5px 10px;
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.contactBookComment .formGroup {
  padding: 0;
}
.contactBookComment .formGroup:last-child {
  margin-bottom: 0;
}

.contactBookCommentArea {
  width: 100%;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.animBg {
  -webkit-animation-name: save;
          animation-name: save;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes save {
  0% {
    background-color: #fffcd5;
  }
  40% {
    background-color: #fffcd5;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes save {
  0% {
    background-color: #fffcd5;
  }
  40% {
    background-color: #fffcd5;
  }
  100% {
    background-color: #fff;
  }
}
/* サービス提供実績記録票 */
.serviceRecordbox.serviceRecordbox {
  position: relative;
  text-align: center;
}
.serviceRecordbox.serviceRecordbox a {
  display: inline-block;
  padding-right: 18px;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serviceRecordbox.serviceRecordbox img {
  border: none;
  margin: 0;
}

.service_reocrd_btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ddd;
  margin-left: 4px;
  border-radius: 3px;
  height: 18px;
}

/* ======================================== modal ======================================== */
/* スマホサイズでモーダル内のiframeをスクロールできるように調整 */
@media screen and (max-width: 480px) {
  .mfp-wrap {
    overflow: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .mfp-container {
    display: table !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.mfp-iframe html,
.mfp-iframe body {
  padding: 0 !important;
}

.mfp-fade.mfp-bg {
  background: rgba(255, 255, 255, 0.8);
}

.mfp-iframe-holder .mfp-content {
  max-width: none !important;
  min-width: 500px;
}

.mfp-iframe-scaler {
  padding-top: 0 !important;
}

.modalSmallWrap {
  position: relative;
  margin: 0 auto;
  width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modalSmallWrap p {
  margin-bottom: 10px;
}
.modalSmallWrap .formGroup {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.modalSmallWrap .modalBox {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

@media screen and (max-width: 1024px) {
  .modalSmallWrap {
    width: auto;
  }
}
.modal {
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100000;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .modalSmallWrap {
    width: auto;
  }
}
.modalLg .mfp-iframe-holder .mfp-content {
  width: 100%;
  height: 100% !important;
}

.modalHeader {
  z-index: 1000;
  padding: 5px 20px;
  background: #f04c22;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
  color: #fff;
  font-weight: bold;
}
.modalHeader h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.modalFixHeader {
  position: fixed;
  width: 100%;
}
.modalFixHeader + .modalContent {
  padding: 60px 20px 20px;
}

.modalCloseBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 10px;
  background: #fff;
  color: #ef8237;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
}
.modalCloseBtn:before {
  font: normal normal normal 14px/1 "FontAwesome";
  content: "";
}

.modalContent {
  padding: 20px;
  background: #fff;
  border-top: none;
}
.modalContent:after {
  display: block;
  clear: both;
  content: "";
}
.modalContent.ebox-content {
  margin-bottom: 0;
}
.modalContent form {
  text-align: center;
}
.modalContent .cautionTitle {
  background-color: #e40101;
  color: #fff;
  padding: 3px 12px;
  font-weight: bold;
  font-size: 1.25rem;
}
.modalContent .discList li {
  position: relative;
  margin: 5px 0;
  padding-left: 1rem;
}
.modalContent .discList li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.modalRow {
  display: table-row;
}

label.modalCol {
  font-weight: bold;
}

.modalCol {
  display: table-cell;
  padding: 5px;
  text-align: left;
}

.modalGroup {
  margin-bottom: 10px;
}
.modalGroup:after {
  display: block;
  clear: both;
  content: "";
}

.modalTable {
  margin-bottom: 10px;
}
.modalTable th,
.modalTable td {
  padding: 5px;
}
.modalTable .err {
  display: block;
}

@media screen and (max-width: 480px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
    width: 100% !important;
    min-width: auto !important;
  }

  .modalRow .modalCol {
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 0;
  }
  .modalRow .modalCol:first-child {
    margin-bottom: 0;
  }

  .modalTable th,
.modalTable td {
    display: block;
    padding: 0;
  }
}
.mfp-close {
  z-index: 1000;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  width: 65px !important;
  height: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #ef8237 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  opacity: 0 !important;
}

/* fbm */
.fbm.fbm {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4) !important;
}

.globalHeaderFeedback {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.fbm .mfp-iframe-holder .mfp-content {
  height: 100%;
}
.fbm .mfp-container {
  padding: 30px;
}
.fbm .mfp-iframe-scaler iframe {
  background: #fff;
  /*height: 100%;*/
}
.fbm .mfp-close {
  top: 10px !important;
  right: 20px !important;
  opacity: 1 !important;
  border: 1px solid #ccc !important;
  text-align: center !important;
}

.cbm .mfp-close {
  top: 10px !important;
  right: 20px !important;
  opacity: 1 !important;
  border: 1px solid #ccc !important;
  text-align: center !important;
}

.fbm .mfp-close:before {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
}

@media screen and (min-width: 1025px) {
  .fbm .mfp-iframe-holder .mfp-content {
    margin: 0 auto;
    width: 960px;
  }
}
@media screen and (max-width: 480px) {
  .fbm .mfp-container {
    padding: 20px 5px;
  }

  .globalHeaderLogo {
    float: none;
  }

  .globalHeaderFeedback {
    text-align: left;
  }
}
/* ======================================== fileBox ======================================== */
.fileBox .fileBtn {
  margin: 10px 0;
}
.fileBox .imgPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fileBox .imgPreview .previewList {
  background-color: #e4e4e4;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  padding-right: 10px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.fileBox .imgPreview .previewList img {
  max-width: 120px;
  max-height: 120px;
}
.fileBox .imgPreview .previewList p {
  color: #777;
  margin-left: 7px;
}
.fileBox .imgPreview .previewList i.fa {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: -8px;
  font-weight: normal;
  top: -8px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #898989;
  line-height: 1;
  border: 3px solid #fff;
  cursor: pointer;
}
.fileBox .imgPreview .previewList.icon img {
  height: 45px;
  padding: 3px;
  background-color: #fff;
}

/* ==================== formmail ==================== */
/* ------------------------------
form
------------------------------ */
.hissu {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  background: #f00;
}

/* ------------------------------
formmail notice
------------------------------ */
.formmailNotice {
  margin: 0 0 20px;
}
.formmailNotice li {
  position: relative;
  padding-left: 8px;
  text-decoration: none;
  line-height: 1.5;
  /*
  background: url(../images/arrow_04_nb_r.png)no-repeat 0 .4em;
  background-size: 10px
  */
}
.formmailNotice li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  margin-right: 5px;
  color: #e60012;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 12px;
}
.formmailNotice p {
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .formmailNotice {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ------------------------------
formmail top
------------------------------ */
.formTop {
  margin: 0 0 30px;
  width: auto;
}
.formTop:after {
  content: "";
  clear: both;
  display: block;
}
.formTop p {
  margin: 0 15px 10px;
}
.formTop dl {
  float: left;
  margin: 0 1%;
  padding: 10px;
  width: 48%;
  background: #f5f9ea;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formTop dt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.formTop dt span {
  display: inline-block;
}
.formTop dd {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.formTop dd span {
  font-size: 30px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #c61b2f;
}

@media screen and (max-width: 768px) {
  .formTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .formTop dl {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .formTop dd span {
    font-size: 24px;
  }
}
/* ------------------------------
formmail table
------------------------------ */
.formmailTable {
  margin-bottom: 10px;
}
.formmailTable p {
  margin-bottom: 10px;
}
.formmailTable table {
  background: #fff;
}
.formmailTable th,
.formmailTable td {
  padding: 10px;
  color: #000;
  border: 1px solid #ddd;
}
.formmailTable th {
  text-align: left;
  background: #f5f5f5;
}
.formmailTable td a {
  color: #482a27;
}

@media screen and (max-width: 1024px) {
  .formmailTable table,
.formmailTable th {
    border-left: 0;
  }
  .formmailTable table,
.formmailTable td {
    border-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .formmailTable th {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .formmailTable table {
    border-bottom: 1px solid #ddd;
  }
  .formmailTable th,
.formmailTable td {
    display: block;
    border-bottom: 0;
  }
  .formmailTable th {
    text-align: left;
  }
}
/* ------------------------------
 フォーム 入力欄
------------------------------ */
input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
  line-height: 1.5;
}
input[name=birth3], input[name=birth2] {
  width: 2em;
}
input[name=postal1] {
  width: 3em;
}
input[name=birth1], input[name=postal2], input[name=tel1], input[name=tel2], input[name=tel3], input[name=fax1], input[name=fax2], input[name=fax3] {
  width: 4em;
}
input[name=login_id] {
  width: 10em;
}
input[name=old_pass], input[name=new_pass1], input[name=new_pass2] {
  width: 16em;
}
input[name=new_email1], input[name=new_email2], input[name=address2], input[name=address1], input[name=post], input[name=realname], input[name=furigana], input[name=email], input[name=email2] {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea[name=note] {
  width: 99%;
}

@media screen and (min-width: 769px) {
  input[name=new_email1], input[name=new_email2], input[name=address2], input[name=address1], input[name=post], input[name=realname], input[name=furigana], input[name=email], input[name=email2] {
    width: 300px;
  }
}
/* ------------------------------
formmail btn
------------------------------ */
.formmailBtn {
  margin: 0 auto 50px;
}
.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.btn.btn {
  margin-bottom: 10px;
  padding: 10px;
  width: auto;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 2px;
  background: #e60012;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.btn.btn.back {
  background-color: #565656;
}

/* ------------------------------
privacy box
------------------------------ */
.privacyBox {
  margin: 0 10px 50px;
  padding: 10px;
  border: 1px solid #ddd;
}
.privacyBox h3 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
}
.privacyBox p {
  line-height: 1.5;
}

/* ------------------------------
evaluationForm
------------------------------ */
.evaluationForm {
  margin: 20px 0;
  border: 1px solid #e24c26;
  padding-bottom: 20px;
}
.evaluationForm h1 {
  border: none;
  background-color: #e24c26;
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  padding: 12px 12px;
}
.evaluationForm > p {
  padding: 0 12px;
}
.evaluationForm .evaluationFormInner {
  padding: 0 12px;
  margin-top: 1rem;
}
.evaluationForm .evaluationFormInner dl {
  padding-bottom: 20px;
}
.evaluationForm .evaluationFormInner dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 -12px 5px;
  padding: 8px 15px;
  padding-left: 3.5rem;
  color: #e24c26;
  background-color: #e2e2e2;
  position: relative;
}
.evaluationForm .evaluationFormInner dt span {
  background-color: #e24c26;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evaluationForm .evaluationFormInner dt.err {
  background-color: #f00;
  color: white;
}
.evaluationForm .evaluationFormInner dt.err span {
  background-color: #c00;
}
.evaluationForm .evaluationFormInner dt.err .hissu {
  background-color: #fff;
  color: #f00;
}
.evaluationForm .evaluationFormInner dd {
  padding: 5px 0;
}
.evaluationForm .evaluationFormInner dd label {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 3px 5px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
  cursor: pointer;
}
.evaluationForm .evaluationFormInner dd label:hover {
  background-color: #eee;
}
.evaluationForm .evaluationFormInner dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  width: 100%;
  border-radius: 3px;
  resize: vertical;
  padding: 10px;
}
.evaluationForm .evaluationFormInner dd textarea:focus {
  outline: 0;
  border-color: #e24c26;
}
.evaluationForm .evaluationFormInner dd input[type=radio] {
  height: 16px;
  width: 16px;
  margin-right: 3px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .evaluationForm {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .evaluationForm .evaluationFormInner dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .evaluationForm .evaluationFormInner dd label {
    display: table;
  }
}
/* ==================== topics ==================== */
/* ------------------------------

topics sort

------------------------------ */
.topicsSort {
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #DDD;
  background: #F5F9EA;
}
.topicsSort dl {
  width: auto;
}
.topicsSort dl:after {
  content: "";
  clear: both;
  display: block;
}
.topicsSort dt {
  padding: 10px;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  background: #009F58;
}
.topicsSort dd {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}
.topicsSort dd a {
  padding-left: 7px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
  border-right: 1px solid #3E3A39;
}
.topicsSort dd a:hover {
  text-decoration: underline;
}
.topicsSort dd:last-child a {
  border: 0;
}

@media screen and (max-width: 1024px) {
  .topicsSort {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .topicsSort dt {
    display: none;
  }
  .topicsSort dd a {
    padding-left: 3px;
    padding-right: 5px;
  }
}
/* ------------------------------

 topics list

------------------------------ */
.topicsList {
  position: relative;
  margin: 0 0 50px;
}
.topicsList dl {
  width: auto;
  border-bottom: 1px dotted #989898;
}
.topicsList:after {
  content: "";
  clear: both;
  display: block;
}
.topicsList h2 {
  margin-bottom: 0;
}
.topicsList dt, .topicsList dd {
  padding: 10px 0;
  border-top: 1px dotted #989898;
}
.topicsList dt:first-child, .topicsList dd:nth-child(2) {
  border-top: 0;
}
.topicsList dt {
  float: left;
  clear: both;
  width: 13em;
  line-height: 1.5;
}
.topicsList dd {
  margin-left: 13em;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .topicsList dl, .topicsList dt, .topicsList dd {
    border: 0;
  }
  .topicsList dt {
    width: auto;
    margin: 5px 0;
    padding: 5px 0 0 5px;
  }
  .topicsList dd {
    clear: both;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #999;
  }
  .topicsList dd a {
    padding: 0 20px 5px 5px;
    display: block;
  }
}
/* ------------------------------

 topics icon

------------------------------ */
.iconTopics {
  margin: 0 0 0 5px;
  padding: 4px 0;
  width: 8em;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.iconTopics1 {
  background: #d11718;
}

.iconTopics2 {
  background: #1F96CD;
}

.iconTopics3 {
  background: #EFA300;
}

/* --------------------

topics detail

-------------------- */
.topicsCont {
  margin: 0 0 30px;
}
.topicsCont h2 {
  margin: 0 0 10px;
  padding-left: 5px;
  color: #009F58;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px dotted #DDD;
  outline: 0;
  background: transparent;
}
.topicsCont h2:before {
  display: none;
}

@media screen and (max-width: 320px) {
  .topicsCont h2 {
    line-height: 1;
    padding: 0 5px 5px;
  }
}
/* --------------------

topics main

-------------------- */
.topicsMain {
  margin: 0 0 50px;
}
.topicsMain:after {
  content: "";
  clear: both;
  display: block;
}

.topicsDate {
  margin: 0 0 5px;
  font-size: 14px;
  color: #009F58;
  display: block;
}

.topicsMain p {
  margin-bottom: 15px;
}
.topicsMain dd {
  margin: 0 0 5px 80px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .topicsMain {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 481px) {
  .topicsMain figure {
    margin: 20px 0 0 20px;
    width: 37%;
    max-width: 260px;
    min-width: 150px;
    float: right;
  }
  .topicsMain figure img {
    width: 100%;
    max-width: 260px;
  }
  .topicsMain figcaption {
    padding-top: 5px;
    line-height: 1.5;
    font-size: 12px;
  }
  .topicsMain p {
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .topicsMain {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .topicsMain figure {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .topicsMain figure img {
    width: 100%;
    max-width: 360px;
  }
  .topicsMain figcaption {
    display: none;
  }
  .topicsMain p {
    line-height: 1.5;
  }
}
/* --------------------

topics sub

-------------------- */
.topicsSub {
  margin: 0 0 50px;
}
.topicsSub figure {
  text-align: center;
}
.topicsSub figure img {
  width: 100%;
  /*max-width: 220px;*/
}
.topicsSub figcaption {
  padding-top: 5px;
  line-height: 1.5;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .topicsSub {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 481px) {
  .topicsSub ul {
    width: 100%;
  }
  .topicsSub ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .topicsSub li {
    width: 32%;
    float: left;
  }
  .topicsSub li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .topicsSub figure {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .topicsSub {
    margin-left: 10px;
    margin-right: 10px;
  }
  .topicsSub ul {
    width: 100%;
  }
  .topicsSub li {
    margin: 0 0 20px;
    width: 100%;
  }
  .topicsSub li figure {
    text-align: center;
  }
  .topicsSub li figure img {
    width: 100%;
    max-width: 360px;
  }
}
/* --------------------

pdf download

-------------------- */
.topicsPdf {
  margin: 0 0 20px;
  padding: 5px 5px 0 10px;
  width: auto;
  border: 1px solid #CCC;
  background: #F5F5F5;
}
.topicsPdf li {
  position: relative;
  margin: 0 0 5px;
  line-height: 1.5;
  font-size: 13px;
}
.topicsPdf li:before {
  content: "";
  margin-right: 5px;
  color: #009F58;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .topicsPdf {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

一覧に戻る

-------------------- */
.topicsReturn {
  margin-bottom: 50px;
}
.topicsReturn p {
  text-align: center;
}

/* ==================== ページ ==================== */
/* ------------------------------

新着情報

------------------------------ */
@media screen and (min-width: 769px) {
  .news {
    width: 1000px;
    margin-bottom: 30px;
  }

  .newstext {
    width: 680px;
    float: left;
    padding: 10px;
  }
  .newstext p {
    margin-top: 10px;
  }

  .pdf {
    clear: both;
    color: #ff0000;
    background: url(../images/pdf-icon.gif) 0 50% no-repeat;
    padding-left: 35px;
    line-height: 50px;
  }
  .pdf a {
    color: #ff0000;
    text-align: right;
  }

  .news-img {
    float: right;
    width: 300px;
    margin: 0 auto;
  }
  .news-img img {
    width: 300px;
  }
  .news-img p {
    text-align: center;
  }

  .news p.news-data {
    color: #e01414;
    font-weight: bold;
    display: inline;
  }
  .news ul {
    width: 1000px;
    padding: 5px 10px;
    clear: both;
  }

  /* clearfix -------------------*/
  .news02 ul:before {
    content: "";
    display: table;
  }
  .news02 ul:after {
    content: "";
    display: table;
    clear: both;
  }

  /* -------------------- clearfix */
  .news li {
    width: 310px;
    margin: 20px auto;
    float: left;
    margin-right: 20px;
    text-align: center;
  }
  .news li img {
    width: 310px;
  }
  .news ul p {
    text-align: center;
  }

  .news-log {
    width: 150px;
    height: 25px;
    float: right;
  }

  .backlog {
    width: 1000px;
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 50px;
  }
  .backlog ul {
    clear: both;
  }
  .backlog li {
    margin: 10px 10px;
    height: auto;
    padding: 5px 0;
    border-bottom: dotted 1px #c2c2c2;
  }

  .newsMeta {
    float: left;
    width: 680px;
  }

  p.b-data {
    /*color:#e01414;*/
    font-weight: bold;
    display: inline !important;
    margin-right: 10px;
    padding-left: 10px;
  }

  .backlog p {
    display: inline;
  }

  .back-box {
    padding-top: 50px;
    clear: both;
  }
  .back-box h3 {
    margin-left: 10px;
  }

  /* 重要 */
  p.news01 {
    background-color: #d11718;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }
  p.news02 {
    background-color: #1F96CD;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }
  p.news03 {
    background-color: #EFA300;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }

  /* お知らせ */
  /* イベント */
}
@media screen and (max-width: 768px) {
  .news {
    margin-bottom: 30px;
  }

  .newstext {
    width: 65%;
    float: left;
    padding: 10px;
  }
  .newstext p {
    margin-top: 10px;
  }

  .pdf {
    clear: both;
    color: #ff0000;
    background: url(../images/pdf-icon.gif) 0 50% no-repeat;
    padding-left: 35px;
    line-height: 50px;
  }
  .pdf a {
    color: #ff0000;
    text-align: right;
  }

  .news-img {
    float: right;
    width: 30%;
    margin: 0 auto;
  }
  .news-img img {
    width: 100%;
    margin: 0 auto;
  }
  .news-img p {
    text-align: center;
  }

  .news p.news-data {
    color: #e01414;
    font-weight: bold;
    display: inline;
  }
  .news ul {
    padding: 5px 10px;
    clear: both;
  }

  /* clearfix -------------------*/
  .news02 ul:before {
    content: "";
    display: table;
  }
  .news02 ul:after {
    content: "";
    display: table;
    clear: both;
  }

  /* -------------------- clearfix */
  .news li {
    width: 30%;
    margin: 20px auto;
    float: left;
    margin-right: 20px;
    text-align: center;
  }
  .news li img {
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
  .news ul p {
    text-align: center;
  }

  .news-log {
    width: 150px;
    height: 25px;
    float: right;
  }

  .backlog {
    height: 250px;
    overflow-y: scroll;
    margin-bottom: 50px;
  }
  .backlog ul {
    clear: both;
    width: 100%;
  }
  .backlog li {
    margin: 10px 10px;
    height: auto;
    padding: 5px 0;
    border-bottom: dotted 1px #c2c2c2;
  }

  p.b-data {
    /*color:#e01414;*/
    font-weight: bold;
    display: inline !important;
    margin-right: 10px;
    padding-left: 10px;
  }

  .backlog p {
    display: block;
  }

  .back-box {
    padding-top: 50px;
    clear: both;
  }
  .back-box h3 {
    margin-left: 10px;
  }

  /* 重要 */
  p.news01 {
    background-color: #d11718;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }
  p.news02 {
    background-color: #1F96CD;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }
  p.news03 {
    background-color: #EFA300;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 60px;
  }

  /* お知らせ */
  /* イベント */
}
@media screen and (max-width: 480px) {
  .news {
    margin-bottom: 30px;
  }

  .newstext {
    width: 95%;
  }
  .newstext p {
    margin-top: 10px;
    padding: 0 !important;
  }

  .pdf {
    float: right;
    text-align: right;
    color: #ff0000;
    background: url(../images/pdf-icon.gif) 0 50% no-repeat;
    padding-left: 35px;
    line-height: 50px;
  }
  .pdf a {
    color: #ff0000;
    text-align: right;
  }

  .news-img {
    margin: 20px auto 0;
    padding: 0 10px;
    display: block;
    width: 100%;
  }
  .news-img img {
    width: 100%;
  }
  .news-img p {
    text-align: center;
  }

  .news p.news-data {
    padding: 0 !important;
    color: #e01414;
    font-weight: bold;
  }
  .news ul {
    padding: 5px 10px;
  }

  /* clearfix -------------------*/
  .news02 ul:before {
    content: "";
    display: table;
  }
  .news02 ul:after {
    content: "";
    display: table;
    clear: both;
  }

  /* -------------------- clearfix */
  .news li {
    width: 100%;
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .news li img {
    width: 100%;
  }
  .news ul p {
    text-align: center;
  }

  .backlog {
    margin-bottom: 50px;
    height: auto;
  }
  .backlog li {
    margin: 10px 10px;
    padding-bottom: 10px;
    height: auto;
    border-bottom: dotted 1px #c2c2c2;
  }

  p.b-data {
    /*color:#e01414;*/
    font-weight: bold;
    margin: 0 10px;
    padding: 0 !important;
    display: inline;
  }

  .back-box {
    margin-top: 50px;
  }
  .back-box h3 {
    margin-left: 10px;
  }

  /* 重要 */
  p.news01 {
    background-color: #d11718;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 60px;
    padding: 0 !important;
    text-align: center;
  }
  p.news02 {
    background-color: #1F96CD;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 60px;
    padding: 0 !important;
    text-align: center;
  }
  p.news03 {
    background-color: #EFA300;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 60px;
    padding: 0 !important;
    text-align: center;
  }

  /* お知らせ */
  /* イベント */
}
/* ==================== INDEX ==================== */
/* --------------------

top img

-------------------- */
.topImg {
  margin: 0 0 30px;
}
.topImg h1, .topImg p {
  display: none;
}

@media screen and (min-width: 1025px) {
  .topImg {
    position: relative;
    width: 100%;
    height: 470px;
    background: url(../images/top_img.jpg) no-repeat 50% 0;
  }
  .topImg img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .topImg {
    position: relative;
    background: transparent;
  }
  .topImg img {
    width: 100%;
  }
}
/* --------------------

index topics

-------------------- */
.indexTopics {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  width: auto;
  border-bottom: 1px dotted #CCC;
}
.indexTopics:after {
  content: "";
  clear: both;
  display: block;
}
.indexTopics h2 {
  margin: 0;
  padding: 0;
  border: 0;
  width: 140px;
  float: left;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/index_topics_title.png) no-repeat 0 0;
  background-size: auto 20px;
}
.indexTopics h2:before {
  display: none;
}

.ticker {
  overflow: hidden;
  padding-right: 75px;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  display: none;
}

p.btn01 {
  top: -5px;
  right: 0;
}

@media screen and (min-width: 769px) {
  .ticker ul li br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .indexTopics {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .indexTopics h2 {
    float: none;
  }
}
/* ------------------------------

 index top

------------------------------ */
.indexTop {
  margin: 0 0 50px;
}

@media screen and (min-width: 769px) {
  .indexTop h2 span img {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .indexTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .indexTop h2 span img {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    height: 30px;
    vertical-align: middle;
  }
}
/* ------------------------------

 index lecture

------------------------------ */
.indexLecture {
  margin: 0 0 50px;
}
.indexLecture ul {
  border-top: 1px dotted #222;
}
.indexLecture li {
  padding: 10px 0 10px 18px;
  line-height: 1.5;
  background: url(../images/arrow.png) no-repeat 3px 1.2em;
  background-size: 10px;
  border-bottom: 1px dotted #222;
}
.indexLecture li a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .indexLecture {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ------------------------------

 index menu

------------------------------ */
.indexMenu ul {
  width: auto;
}
.indexMenu ul:after {
  content: "";
  clear: both;
  display: block;
}
.indexMenu li {
  margin-left: 2%;
  width: 32%;
  float: left;
}
.indexMenu li:first-child {
  margin-left: 0;
}
.indexMenu li img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .indexMenu {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .indexMenu li {
    margin-left: 0;
    width: auto;
    float: none;
    text-align: center;
  }
}
/* ==================== first ==================== */
/* --------------------

first nav

-------------------- */
.firstNav {
  margin: 0 0 10px;
  padding: 20px 0;
}
.firstNav li {
  display: inline-block;
  margin-bottom: 5px;
}
.firstNav li img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 1024px) {
  .firstNav {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

first about

-------------------- */
.firstAbout {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .firstAbout {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

first flow

-------------------- */
.firstFlow {
  margin: 0 auto 50px;
}
.firstFlow h3 {
  color: #d90000;
  font-size: 20px;
  font-weight: bold;
}
.firstFlow p {
  margin-bottom: 20px;
}
.firstFlow dt {
  padding: 0 0 0 18px;
  color: #f58345;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/arrow.png) no-repeat 3px 0.4em;
  background-size: 10px;
}
.firstFlow dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .firstFlow {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

first cost

-------------------- */
.firstCost {
  margin: 0 auto 50px;
  width: auto;
}
.firstCost:after {
  content: "";
  clear: both;
  display: block;
}
.firstCost p {
  width: 55%;
  float: left;
}
.firstCost dl {
  padding: 15px;
  width: 43%;
  float: right;
  border: solid 3px #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.firstCost dt {
  color: #d90000;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .firstCost {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 868px) {
  .firstCost p, .firstCost dl {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .firstCost p, .firstCost dl {
    float: none;
    width: auto;
  }
  .firstCost p {
    margin-bottom: 15px;
  }
}
/* --------------------

first userguide

-------------------- */
.firstUserguide {
  margin: 0 auto 50px;
  width: auto;
}
.firstUserguide th, .firstUserguide td {
  padding: 10px;
  text-align: center;
}

.firstUserguideNotice {
  color: #d90000;
}

@media screen and (max-width: 1024px) {
  .firstUserguide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

first day

-------------------- */
.firstDay {
  margin: 0 auto 50px;
  width: auto;
}
.firstDay:after {
  content: "";
  clear: both;
  display: block;
}
.firstDay ul {
  width: 70%;
  float: left;
}
.firstDay ul:after {
  content: "";
  clear: both;
  display: block;
}
.firstDay li {
  margin-right: 2%;
  width: 48%;
  float: left;
}
.firstDay li table {
  width: 100%;
}
.firstDay li th, .firstDay li td {
  padding: 10px;
}
.firstDay figure {
  width: 30%;
  float: right;
}
.firstDay figure img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .firstDay {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .firstDay ul {
    width: 100%;
  }
  .firstDay li {
    width: 49%;
  }
  .firstDay li:last-child {
    margin-right: 0;
  }
  .firstDay figure {
    display: none;
  }
}
/* --------------------

first capacity

-------------------- */
.firstCapacity {
  margin: 0 auto 50px;
  width: auto;
}
.firstCapacity:after {
  content: "";
  clear: both;
  display: block;
}
.firstCapacity h2 {
  margin-bottom: 0px;
}

.firstCapacityText {
  width: 68%;
  float: left;
}
.firstCapacityText p {
  margin-bottom: 30px;
}

.firstCapacityBtn {
  margin-top: 10px;
  display: inline-block;
  width: 140px;
}
.firstCapacityBtn img {
  width: 100%;
}

.firstCapacity figure {
  width: 30%;
  float: right;
}
.firstCapacity figure img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .firstCapacity {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .firstCapacityText {
    width: auto;
    float: none;
  }

  .firstCapacity figure {
    display: none;
  }
}
/* --------------------

first pickup

-------------------- */
.firstPickup {
  margin: 0 auto 50px;
  width: auto;
}
.firstPickup:after {
  content: "";
  clear: both;
  display: block;
}

.firstPickupText {
  width: 56%;
  float: left;
}

.firstPickupBanner {
  padding: 15px;
  width: 42%;
  float: right;
  border: solid 3px #d4d4d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.firstPickupBanner figure {
  width: 100%;
  margin-bottom: 10px;
}
.firstPickupBanner figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .firstPickup {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .firstPickupText, .firstPickupBanner {
    float: none;
    width: auto;
  }

  .firstPickupText {
    margin-bottom: 15px;
  }

  .firstPickupBanner figure {
    text-align: center;
  }
  .firstPickupBanner figure img {
    max-width: 360px;
  }
}
/* ==================== about ==================== */
/* --------------------

about top

-------------------- */
.aboutTop {
  margin: 0 auto 50px;
  width: auto;
}
.aboutTop:after {
  content: "";
  clear: both;
  display: block;
}
.aboutTop figure {
  float: right;
  margin-left: 20px;
  width: 32%;
}
.aboutTop figure img {
  width: 100%;
}
.aboutTop p {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .aboutTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .aboutTop figure {
    margin-bottom: 10px;
    float: none;
    width: auto;
    max-width: 280px;
    text-align: center;
  }
}
/* --------------------

about sst

-------------------- */
.aboutSst {
  margin: 0 auto 50px;
  width: auto;
}

.aboutSstBox h3 {
  height: 40px;
}

#aboutSst1 h3 {
  margin-bottom: 40px;
  background: url(../images/about_sst1_title_num.png) no-repeat 0 0;
  background-size: 40px;
}

#aboutSst2 h3 {
  margin-bottom: 20px;
  background: url(../images/about_sst2_title_num.png) no-repeat 0 0;
  background-size: 40px;
}

.aboutSstBox h3 span {
  display: block;
  width: auto;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#aboutSst1 h3 span {
  background: url(../images/about_sst1_title.png) no-repeat 50px 50%;
  background-size: auto 25px;
}

#aboutSst2 h3 span {
  background: url(../images/about_sst2_title.png) no-repeat 50px 50%;
  background-size: auto 25px;
}

@media screen and (max-width: 1024px) {
  .aboutSst {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #aboutSst1 h3, #aboutSst2 h3 {
    background-size: 25px;
  }

  #aboutSst1 h3 span, #aboutSst2 h3 span {
    background: transparent;
    text-indent: 0;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.5;
    width: auto;
    height: auto;
    white-space: normal;
  }
}
/* ---------- ゆっくり進める（スモールステップの設定） ---------- */
#aboutSst1 {
  margin-bottom: 50px;
}
#aboutSst1 ol {
  margin: 0 auto 15px;
}
#aboutSst1 ol:after {
  content: "";
  clear: both;
  display: block;
}
#aboutSst1 ol li {
  margin: 0;
  padding-right: 7%;
  position: relative;
  float: left;
  width: 28.5%;
}
#aboutSst1 ol li:last-child {
  padding-right: 0;
}
#aboutSst1 ol li:nth-child(1), #aboutSst1 ol li:nth-child(2) {
  background: url(../images/about_sst_arrow.png) no-repeat 95% 50%;
  background-size: 30px auto;
}
#aboutSst1 ol li h4 {
  position: absolute;
  top: -30px;
  left: 5px;
  width: 60px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/about_sst1_hop_title.png) no-repeat 0 0;
  background-size: 60px;
}
#aboutSst1 ol li:nth-child(2) h4 {
  background: url(../images/about_sst1_step_title.png) no-repeat 0 0;
  background-size: 60px;
}
#aboutSst1 ol li:nth-child(3) h4 {
  background: url(../images/about_sst1_jump_title.png) no-repeat 0 0;
  background-size: 60px;
}
#aboutSst1 ol li p {
  padding: 60px 20px 20px;
  width: 100%;
  background: #e1e1e1 url(../images/about_sst1_hop_bg.png) no-repeat 50% 50%;
  background-size: auto 69%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#aboutSst1 ol li:nth-child(2) p {
  background: #e1e1e1 url(../images/about_sst1_step_bg.png) no-repeat 50% 50%;
  background-size: auto 69%;
}
#aboutSst1 ol li:nth-child(3) p {
  background: #e1e1e1 url(../images/about_sst1_jump_bg.png) no-repeat 50% 50%;
  background-size: auto 69%;
}

@media screen and (min-width: 1025px) {
  #aboutSst1 ol {
    max-width: 905px;
  }
}
@media screen and (max-width: 1024px) {
  #aboutSst1 ol {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #aboutSst1 ol li {
    margin: 0;
    padding-right: 0;
    position: relative;
    float: none;
    width: auto;
  }
  #aboutSst1 ol li:nth-child(1), #aboutSst1 ol li:nth-child(2) {
    padding-bottom: 40px;
    background: url(../images/about_sst_arrow2.png) no-repeat 50% 95%;
    background-size: 30px auto;
  }
  #aboutSst1 ol li p {
    padding-top: 35px;
  }
}
/* ---------- できないことを注意するより、できたことをほめる ---------- */
#aboutSst2 p {
  margin-bottom: 30px;
}
#aboutSst2 ul {
  margin: 0 auto;
  width: 910px;
}
#aboutSst2 ul:after {
  content: "";
  clear: both;
  display: block;
}
#aboutSst2 ul li {
  margin-left: 6%;
  float: left;
  width: 28%;
}
#aboutSst2 ul li:first-child {
  margin-left: 0;
}
#aboutSst2 ul li figure {
  width: 100%;
  margin-bottom: 10px;
}
#aboutSst2 ul li figure img {
  width: 100%;
}
#aboutSst2 ul li h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.aboutSst2Text2 {
  margin: 0 auto;
  max-width: 810px;
  background: url(../images/about_sst2_text2_img.png) no-repeat 100% 50%;
  background-size: auto 145px;
  border: 3px solid #FEE8A5;
  border-radius: 5px;
}
.aboutSst2Text2 p {
  margin: 0;
  width: auto;
  height: 150px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/about_sst2_text2.png) no-repeat 15% 50%;
  background-size: auto 60px;
}

@media screen and (max-width: 1024px) {
  #aboutSst2 ul {
    width: 100%;
  }
  #aboutSst2 ul li {
    margin-left: 2%;
    width: 32%;
  }

  .aboutSst2Text2 p {
    background-position: 10px 50%;
  }
}
@media screen and (max-width: 768px) {
  #aboutSst2 ul li {
    margin-left: 0;
    float: none;
    width: auto;
  }
  #aboutSst2 ul li:after {
    content: "";
    clear: both;
    display: block;
  }
  #aboutSst2 ul li figure {
    float: left;
    margin-right: 10px;
    width: 120px;
  }
  #aboutSst2 ul li h4, #aboutSst2 ul li p {
    overflow: hidden;
  }
  #aboutSst2 ul li h4 {
    text-align: left;
    font-size: 16px;
  }

  .aboutSst2Text2 {
    background-size: auto 100px;
  }
  .aboutSst2Text2 p {
    background: transparent;
    text-indent: 0;
    font-weight: bold;
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 15px 180px 15px 15px;
    white-space: normal;
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .aboutSst2Text2 {
    padding: 15px 15px 80px;
    background-size: auto 100px;
    background-position: 50% 100%;
  }
  .aboutSst2Text2 p {
    padding: 10px;
  }
}
/* ---------- ポイント ---------- */
.aboutSstPoint {
  width: 100%;
  height: 30px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#aboutSst1 .aboutSstPoint {
  margin: 0;
  background: url(../images/about_sst1_text.png) no-repeat 50% 0;
  background-size: auto 30px;
}

#aboutSst2 .aboutSstPoint {
  background: url(../images/about_sst2_text.png) no-repeat 50% 0;
  background-size: auto 30px;
}

@media screen and (max-width: 768px) {
  #aboutSst1 .aboutSstPoint, #aboutSst2 .aboutSstPoint {
    background: transparent;
    text-indent: 0;
    font-weight: bold;
    line-height: 1.5;
    width: auto;
    height: auto;
    white-space: normal;
    text-align: center;
    color: #1F96CD;
    font-size: 22px;
  }
}
/* ==================== school ==================== */
/* --------------------

school top

-------------------- */
.schoolTop {
  margin: 0 auto 50px;
  width: auto;
}
.schoolTop:after {
  content: "";
  clear: both;
  display: block;
}
.schoolTop figure {
  text-align: center;
}
.schoolTop figure img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .schoolTop figure {
    position: relative;
    margin-top: -2%;
    float: right;
    width: 55%;
  }
  .schoolTop p {
    float: left;
    width: 43%;
  }
}
@media screen and (max-width: 1024px) {
  .schoolTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .schoolTop p {
    margin-bottom: 10px;
  }
  .schoolTop figure img {
    max-width: 480px;
  }
}
/* --------------------

school list

-------------------- */
.schoolList {
  margin: 0 auto 50px;
  width: auto;
}
.schoolList ul {
  width: auto;
}
.schoolList ul:after {
  content: "";
  clear: both;
  display: block;
}
.schoolList li {
  margin-bottom: 30px;
  margin-left: 2%;
  float: left;
}
.schoolList li a {
  text-decoration: none;
}
.schoolList li figure, .schoolList li figcaption, .schoolList li p {
  text-align: center;
}
.schoolList li figure {
  margin-bottom: 10px;
  text-align: center;
}
.schoolList li figure img {
  max-width: 100%;
}
.schoolList li p img {
  max-width: 140px;
}

.schoolListHead {
  margin-bottom: 5px;
  width: auto;
  text-align: center;
}
.schoolListHead p, .schoolListHead h3 {
  display: inline-block;
  vertical-align: top;
}
.schoolListHead p {
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  background-color: #FCAC4D;
  border-radius: 100%;
}
.schoolListHead p:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-left: -.5em;*/
}
.schoolListHead p span {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  width: 60px;
  text-align: center;
  line-height: 1.5;
}
.schoolListHead h3 {
  text-align: center;
  color: #FCAC4D;
  font-size: 14px;
  line-height: 1.2;
}
.schoolListHead h3 strong {
  display: inline-block;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .schoolList {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 481px) {
  .schoolList li {
    width: 32%;
  }
  .schoolList li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .schoolList li {
    width: 100%;
  }
  .schoolList li figure img {
    max-width: 300px;
  }
}
/* --------------------

school top

-------------------- */
.schoolDetailTop {
  margin: 0 auto 50px;
  width: auto;
}
.schoolDetailTop:after {
  content: "";
  clear: both;
  display: block;
}

.schoolDetailTopLogo {
  float: left;
  width: 28%;
}

.schoolDetailTopImg {
  float: right;
  width: 70%;
}

.schoolDetailTopLogo img, .schoolDetailTopImg img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .schoolDetailTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .schoolDetailTopLogo {
    display: none;
  }

  .schoolDetailTopImg {
    float: none;
    width: auto;
  }
}
/* --------------------

school greeting

-------------------- */
.schoolGreeting {
  margin: 0 auto 50px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .schoolGreeting {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

school access

-------------------- */
.schoolAccess {
  margin: 0 auto 50px;
  width: auto;
}
.schoolAccess:after {
  content: "";
  clear: both;
  display: block;
}
.schoolAccess figure {
  width: 65%;
  float: right;
}
.schoolAccess iframe {
  width: 100%;
  min-height: 300px;
}
.schoolAccess h3, .schoolAccess p {
  overflow: hidden;
}
.schoolAccess h3 {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .schoolAccess {
    margin-left: 10px;
    margin-right: 10px;
  }
  .schoolAccess figure {
    width: auto;
    float: none;
  }
}
/* --------------------

school area

-------------------- */
.schoolArea {
  margin: 0 auto 50px;
  width: auto;
}
.schoolArea:after {
  content: "";
  clear: both;
  display: block;
}

.schoolAreaText {
  width: 64%;
  float: left;
}

.schoolArea figure {
  width: 35%;
  float: right;
}
.schoolArea figure img {
  width: 100%;
}

.schoolAreaText h3 {
  margin-bottom: 10px;
  color: #DF0F0F;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .schoolArea {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .schoolAreaText {
    width: auto;
    float: none;
  }

  .schoolArea figure {
    display: none;
  }
}
/* --------------------

school guide

-------------------- */
.schoolGuide {
  margin: 0 auto 50px;
  width: auto;
}
.schoolGuide th, .schoolGuide td {
  padding: 10px;
  text-align: center;
}

.schoolGuideNotice {
  color: #d90000;
}

@media screen and (max-width: 1024px) {
  .schoolGuide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

school subject

-------------------- */
.schoolSubject {
  margin: 0 auto 50px;
  width: auto;
}
.schoolSubject p {
  margin-bottom: 15px;
}
.schoolSubject ul {
  width: auto;
}
.schoolSubject ul:after {
  content: "";
  clear: both;
  display: block;
}
.schoolSubject li {
  margin-left: 2%;
  margin-bottom: 15px;
  width: 23.5%;
  float: left;
}
.schoolSubject li:nth-child(4n+1) {
  margin-left: 0;
}
.schoolSubject li figure {
  width: 100%;
}
.schoolSubject li figure img {
  width: 100%;
}
.schoolSubject li figcaption {
  padding-top: 5px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .schoolSubject {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .schoolSubject li {
    margin-left: 2%;
    width: 49%;
  }
  .schoolSubject li:nth-child(odd) {
    margin-left: 0;
  }
}
/* ==================== company ==================== */
/* --------------------

company philosophy

-------------------- */
.companyPhilosophy {
  margin: 0 auto 50px;
  width: auto;
}
.companyPhilosophy:after {
  content: "";
  clear: both;
  display: block;
}
.companyPhilosophy figure {
  width: 30%;
  float: right;
}
.companyPhilosophy h3, .companyPhilosophy p {
  overflow: hidden;
}
.companyPhilosophy h3 {
  color: #d90000;
  font-size: 20px;
  font-weight: bold;
}
.companyPhilosophy figure img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .companyPhilosophy {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .companyPhilosophy figure {
    margin-bottom: 10px;
    width: auto;
    float: none;
    text-align: center;
  }
  .companyPhilosophy figure img {
    max-width: 280px;
  }
}
/* --------------------

company outline

-------------------- */
.companyOutline {
  margin: 0 auto 50px;
  width: auto;
}
.companyOutline th, .companyOutline td {
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .companyOutline {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ==================== privacy ==================== */
/* --------------------

privacy policy

-------------------- */
.privacyPolicy {
  margin: 0 auto 50px;
  width: auto;
}
.privacyPolicy dt {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.privacyPolicy dd {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .privacyPolicy {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ==================== lecture ==================== */
/* --------------------

lecture top

-------------------- */
.lectureTop {
  margin: 0 auto 50px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .lectureTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* --------------------

lecture speaker

-------------------- */
.lectureSpeaker {
  margin: 0 auto 50px;
  width: auto;
  border: 3px solid #E01414;
}
.lectureSpeaker:after {
  content: "";
  clear: both;
  display: block;
}
.lectureSpeaker h2 {
  margin: 0 0 20px;
  padding: 5px;
  color: #FFF;
  background: transparent;
  background: #E01414;
}
.lectureSpeaker figure {
  margin: 0 20px 20px;
  width: 180px;
  float: left;
}
.lectureSpeaker figure img {
  width: 100%;
}
.lectureSpeaker ul, .lectureSpeaker p, .lectureSpeaker dl {
  margin-right: 20px;
  overflow: hidden;
}
.lectureSpeaker ul {
  margin-bottom: 10px;
}
.lectureSpeaker ul li {
  margin-left: 30px;
  list-style: disc;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.lectureSpeaker p {
  font-size: 16px;
  margin-bottom: 10px;
}
.lectureSpeaker p span {
  display: inline-block;
}
.lectureSpeaker p b {
  font-size: 20px;
}
.lectureSpeaker p br {
  display: none;
}
.lectureSpeaker dl {
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.lectureSpeaker dt {
  background: #E5E5E5;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
}
.lectureSpeaker dd {
  padding: 10px;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .lectureSpeaker {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lectureSpeaker figure {
    margin: 0 10px 10px;
    width: 120px;
  }
  .lectureSpeaker ul, .lectureSpeaker p {
    margin-right: 10px;
  }
  .lectureSpeaker dl {
    clear: both;
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .lectureSpeaker figure {
    width: auto;
    float: none;
    text-align: center;
  }
  .lectureSpeaker figure img {
    max-width: 200px;
  }
  .lectureSpeaker ul {
    margin-left: 10px;
  }
  .lectureSpeaker p {
    margin-left: 10px;
  }
  .lectureSpeaker p br {
    display: block;
  }
}
/* --------------------

lecture info

-------------------- */
.lectureInfo {
  margin: 0 auto 50px;
  width: auto;
}
.lectureInfo:after {
  content: "";
  clear: both;
  display: block;
}

.lectureInfoText {
  width: 49%;
  float: left;
}
.lectureInfoText th, .lectureInfoText td {
  padding: 10px;
}

.lectureInfo figure {
  width: 49%;
  float: right;
}

@media screen and (max-width: 1024px) {
  .lectureInfo {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lectureInfoText, .lectureInfo figure {
    width: auto;
    float: none;
  }

  .lectureInfoText {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .lectureInfoText th, .lectureInfoText td {
    display: block;
    border-bottom: 0;
  }
  .lectureInfoText table {
    border-bottom: 1px solid #CCC;
  }
}
/* ==================== characteristic ==================== */
/* --------------------

characteristic top

-------------------- */
.characteristicTop {
  margin: 0 auto 20px;
  width: auto;
}
.characteristicTop:after {
  content: "";
  clear: both;
  display: block;
}
.characteristicTop figure {
  float: left;
  width: 240px;
}
.characteristicTop figure img {
  width: 100%;
}
.characteristicTop h2, .characteristicTop p {
  overflow: hidden;
}
.characteristicTop h2 {
  padding: 0;
  background: transparent;
  color: #E01414;
}

@media screen and (max-width: 1024px) {
  .characteristicTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .characteristicTop figure {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .characteristicTop figure {
    margin-bottom: 10px;
    float: none;
    width: auto;
    text-align: center;
  }
  .characteristicTop figure img {
    max-width: 240px;
  }
}
/* --------------------

characteristic list

-------------------- */
.characteristicList {
  margin: 0 auto 50px;
  width: auto;
}
.characteristicList ol {
  width: auto;
}
.characteristicList ol:after {
  content: "";
  clear: both;
  display: block;
}
.characteristicList ol li {
  margin-bottom: 20px;
  width: 48%;
  float: left;
}
.characteristicList ol li:after {
  content: "";
  clear: both;
  display: block;
}
.characteristicList ol li:nth-child(odd) {
  margin-right: 4%;
}
.characteristicList ol li:nth-child(5) {
  width: auto;
  float: none;
  margin-right: 0;
  clear: left;
}
.characteristicList ol li figure {
  float: right;
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .characteristicList {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .characteristicList ol li {
    clear: both;
    float: none;
    width: auto;
  }
}
/* --------------------

characteristic program

-------------------- */
.characteristicProgram {
  margin: 0 auto 50px;
  width: auto;
}
.characteristicProgram p {
  margin-bottom: 15px;
}
.characteristicProgram li {
  display: inline-block;
  width: 32%;
  text-align: center;
}
.characteristicProgram li:nth-child(7) {
  width: 45%;
}
.characteristicProgram li img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .characteristicProgram {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .characteristicProgram li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .characteristicProgram li {
    width: 100%;
  }
}
/* ==================== UTILITY ==================== */
/* ======================================== sp ======================================== */
.spMessage {
  display: none;
}

@media screen and (max-width: 768px) {
  .spMessage {
    display: inline-block;
  }
}
/* ======================================== margin ======================================== */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mtm3 {
  margin-top: -3px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

/* ======================================== padding ======================================= */
.p2 {
  padding: 2px 8px !important;
}

.p10 {
  padding: 10px !important;
}

.p36 {
  padding: 3px 6px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl15 {
  padding-left: 15px;
}

.pb5 {
  padding-bottom: 5px !important;
}

/* ======================================== font size ======================================== */
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz24 {
  font-size: 24px;
}

.fz30 {
  font-size: 30px;
}

/* ======================================== width ======================================= */
.width30 {
  width: 30px !important;
}

.width40 {
  width: 40px !important;
}

.width50 {
  width: 50px !important;
}

.width60 {
  width: 60px !important;
}

.width70 {
  width: 70px !important;
}

.width80 {
  width: 80px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

.width110 {
  width: 110px !important;
}

.width120 {
  width: 120px !important;
}

.width130 {
  width: 130px !important;
}

.width140 {
  width: 140px !important;
}

.width150 {
  width: 150px !important;
}

.width160 {
  width: 160px !important;
}

@media screen and (max-width: 480px) {
  .width30,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90,
.width100,
.width110,
.width120,
.width130,
.width140,
.width150,
.width160 {
    width: 100% !important;
  }
}
/* ======================================== text ======================================== */
.attention {
  color: #777;
  font-size: 12px;
}

.err {
  color: #f00;
}

.blue {
  color: #2195cb;
}

.green {
  color: #3cad6f;
}

.lightgreen {
  color: #8bc66e;
}

.bright {
  color: #f5c631;
}

.red {
  color: #e40101;
}

.purple {
  color: #674789;
}

.navy {
  color: #5a76a8;
}

.orange {
  color: #ff6800;
}

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

.text-left {
  text-align: left !important;
}

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

/* ======================================== background ======================================== */
.whiteRedBg {
  background: #fff0f0;
}

/* ======================================== Button ======================================== */
.btn {
  position: relative;
  display: block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.btn.btnBack {
  background: #999;
}
.btn.btntype01.btntype01, .btn.btntype02.btntype02, .btn.btntype03.btntype03 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  border-radius: 80px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btntype01.btntype01:hover, .btn.btntype02.btntype02:hover, .btn.btntype03.btntype03:hover {
  color: #fff;
}
.btn.btntype01.btntype01 {
  border-color: #d11717;
  color: #d11717;
}
.btn.btntype01.btntype01:hover {
  background-color: #d11717;
}
.btn.btntype02.btntype02 {
  border-color: #1d3557;
  color: #1d3557;
}
.btn.btntype02.btntype02:hover {
  background-color: #1d3557;
}
.btn.btntype03.btntype03 {
  border-color: #008148;
  color: #008148;
}
.btn.btntype03.btntype03:hover {
  background-color: #008148;
}

.btn-primary {
  -webkit-box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 5px 5px #999999;
          box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 5px 5px #999999;
}
.btn-primary:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-sm {
  /*margin-top: -5px;*/
  padding: 6px 12px;
  color: #000;
  font-size: 12px;
  border: 0;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px #999, 0px 3px 0px 0px #999, 0px 2px 2px #999;
          box-shadow: inset 0px 0px 0px #999, 0px 3px 0px 0px #999, 0px 2px 2px #999;
}

.btn-sm:before, .btn-sm:after {
  font: normal normal normal 14px/1 FontAwesome;
}
.btn-sm.caret-r:before {
  content: "";
  margin-right: 3px;
}
.btn-sm.prev:before {
  content: "";
  margin-right: 3px;
}
.btn-sm.next:after {
  content: "";
  margin-left: 3px;
}
.btn-sm.add:before {
  content: "";
  margin-right: 3px;
  color: #e8450b;
}
.btn-sm.print:before {
  content: "";
  margin-right: 3px;
}
.btn-sm.edit:before {
  content: "";
  margin-right: 3px;
}
.btn-sm.delete:before {
  content: "";
  margin-right: 3px;
  color: #e8450b;
}
.btn-sm.cancel:before {
  content: "";
  margin-right: 3px;
  color: #f5c631;
}
.btn-sm.save:before {
  content: "";
  margin-right: 3px;
  color: #5a76a8;
}
.btn-sm.draft:before {
  content: "";
  margin-right: 3px;
  color: #674789;
}
.btn-sm.reserve:before {
  content: "";
  margin-right: 3px;
  color: #e8450b;
  content: "";
  margin-right: 3px;
  color: #e8450b;
}
.btn-sm.check:before {
  content: "";
  margin-right: 3px;
  color: #3cad6f;
}
.btn-sm.return:before {
  content: "";
  margin-right: 5px;
}
.btn-sm:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-sm.disable {
  position: relative;
  top: 3px;
  pointer-events: none !important;
  background-color: #ddd !important;
  color: #999 !important;
  -webkit-box-shadow: inset 0 0 0 #999, 0 0 0 0 #999 !important;
          box-shadow: inset 0 0 0 #999, 0 0 0 0 #999 !important;
}

.btn-xs {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  background: #ccc;
  border-radius: 5px;
  vertical-align: middle;
}
.btn-xs:after {
  display: inline-block;
  margin-left: 3px;
  font-family: FontAwesome;
  content: "";
  color: #e8450b;
}

.btn-lg.next:active {
  top: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-lg.next:after {
  margin-left: 5px;
  font-family: "FontAwesome";
  content: "";
}

.select {
  float: right;
  margin-left: 10px;
}

.btn-sm.contactBookBtn {
  border-color: #3cad6f;
  background: #3cad6f;
  -webkit-box-shadow: inset 0px 0px 0px #32674a, 0px 3px 0px 0px #32674a, 0px 2px 2px #32674a;
          box-shadow: inset 0px 0px 0px #32674a, 0px 3px 0px 0px #32674a, 0px 2px 2px #32674a;
  color: #fff;
}
.btn-sm.contactBookBtn.checked {
  top: 3px;
  border-color: #b1e2c7;
  background: #e8fff2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3cad6f;
  font-weight: bold;
}
.btn-sm.contactBookBtn.btn-sm.checked:active {
  top: 5px;
}
.btn-sm.contactBookBtn.check:before {
  color: #fff;
}
.btn-sm.contactBookBtn.check.checked:before {
  color: #3cad6f;
}

/* ======================================== link ======================================== */
.linkBtn {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  background: #ef680a;
  border-radius: 3px;
  color: #fff;
}
.linkBtn:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "";
}

a.linkBtn {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .linkBtn:hover {
    opacity: 0.8;
  }
}
/* ======================================== label ======================================== */
.label {
  background-color: #999;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 3px;
}
.label.open {
  background: #ef8237;
}
.label.draft {
  background: #674789;
}
.label.uncreated {
  background: #fff;
  color: #ef8237;
  border-style: solid;
  border-width: thin;
}
.label.blue {
  background: #2195cb;
}
.label.green {
  background: #3cad6f;
}
.label.lightgreen {
  background: #8bc66e;
}
.label.bright {
  background: #f5c631;
}
.label.red {
  background: #e8450b;
}
.label.purple {
  background: #674789;
}
.label.navy {
  background: #5a76a8;
}
.label.read {
  display: inline-block;
  /*float: right;*/
  padding: 3px 8px;
  border: 1px solid #b1e2c7;
  background: #e8fff2;
  color: #3cad6f;
  font-weight: bold;
}
.label.unread {
  display: inline-block;
  /*float: right;*/
  background: #e01414;
  color: #fff;
  font-weight: bold;
}
.label.service01 {
  font-weight: normal;
  width: 10em;
  background: #e4a40d;
}
.label.service02 {
  font-weight: normal;
  width: 6em;
  text-align: center;
  background: #5171ea;
}
.label.service03 {
  font-weight: normal;
  width: 10em;
  background: #49d0a8;
}

.hissu {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  background: #f00;
}

/* ======================================== 色 見本 ======================================== */
.sortable-color,
.reserve-color,
.cansel-color {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.sortable-color:before {
  display: inline-block;
  position: relative;
  content: "";
  top: 3px;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: #ffddc6;
}

.reserve-color:before {
  display: inline-block;
  position: relative;
  content: "";
  top: 3px;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: #ffe695;
}

.cansel-color:before {
  display: inline-block;
  position: relative;
  content: "";
  top: 3px;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background: #d9dff1;
}

/* ======================================== list ======================================== */
.inlineList li {
  display: inline-block;
  color: #ccc;
}
.inlineList li.check {
  color: #000;
}

@media screen and (max-width: 480px) {
  .inlineList {
    border-top: none;
  }
}
/* ======================================== iBox ======================================== */
.ibox {
  clear: both;
  margin-bottom: 25px;
  padding: 0;
}

.ibox-title {
  margin-bottom: 10px;
  padding: 10px 8px 10px 15px;
  width: auto;
  /*min-height: 48px;*/
  line-height: 1.5;
  background: #3cad6f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
.ibox-title:after {
  content: "";
  clear: both;
  display: block;
}
.ibox-title.sm {
  /*margin: 0;*/
  padding: 0;
  background: transparent;
}
.ibox-title .btn {
  margin-bottom: 0;
}

.ibox h3 {
  line-height: 1.5;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 19px;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0;
  float: left;
}

.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}

/* ======================================== table ======================================== */
.tableTitle {
  position: relative;
  background: #e5e5e5;
}

/* ======================================== group ======================================== */
.group {
  margin-bottom: 10px;
  width: auto;
  clear: both;
}
.group:after {
  content: "";
  clear: both;
  display: block;
}

/* ======================================== width ======================================= */
.minW100 {
  min-width: 100px;
}

.minW120 {
  min-width: 120px;
}

/* ======================================== Form ======================================== */
.formGroup {
  margin-bottom: 10px;
  padding: 0 10px;
  width: auto;
  clear: both;
}
.formGroup:after {
  content: "";
  clear: both;
  display: block;
}

.form-control {
  margin-bottom: 5px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  color: inherit;
  display: inline-block;
  padding: 3px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea.form-control {
  height: 100%;
}

.form-inline {
  padding: 3px 6px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-auto {
  width: auto;
}

.formGroup label.col {
  padding: 3px 6px;
  line-height: 1.5;
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.formGroup label.col:before {
  margin-right: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ef8237;
}

.col {
  float: left;
  position: relative;
  width: auto;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formGroup .btn {
  margin-bottom: 5px;
}

.col-1 {
  width: 9%;
}

.col-2 {
  width: 19%;
}

.col-3 {
  width: 29%;
}

.col-4 {
  width: 39%;
}

.col-5 {
  width: 49%;
}

.col-6 {
  width: 59%;
}

.col-7 {
  width: 69%;
}

.col-8 {
  width: 79%;
}

.col-9 {
  width: 89%;
}

.col-10 {
  width: 100%;
}

.col-l {
  float: left;
}

.col-r,
.pull-right {
  float: right;
}

/*
.formGroupR .col-1,
.formGroupR .col-2,
.formGroupR .col-3,
.formGroupR .col-4,
.formGroupR .col-5,
.formGroupR .col-6,
.formGroupR .col-7,
.formGroupR .col-8,
.formGroupR .col-9,
.formGroupR .col-10 { float:right; text-align: right; }
*/
.col-fx {
  overflow: hidden;
}
.col-fx .form-control {
  margin-bottom: 0;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input:-ms-input-placeholder {
  padding-top: 3px;
  line-height: 1.5;
  font-size: 13px;
}
input[name=birth3], input[name=birth2] {
  width: 2em;
}
input[name=postal1] {
  width: 3em;
}
input[name=birth1], input[name=postal2], input[name=tel1], input[name=tel2], input[name=tel3], input[name=fax1], input[name=fax2], input[name=fax3] {
  width: 4em;
}
input[name=company], input[name=post], input[name=realname], input[name=furigana], input[name=email], input[name=email2] {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_note {
  width: 100%;
}

/*
@media screen and (min-width: 769px) {
input[name="company"] ,
input[name="belong"] ,
input[name="post"] ,
input[name="realname"] ,
input[name="furigana"] ,
input[name="email"] ,
input[name="email2"]{
	width: 300px;
}
}
*/
@media screen and (max-width: 480px) {
  .col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    width: 100%;
    margin-bottom: 10px;
  }

  .col-l,
.col-r {
    float: none;
  }
}
/* ============ calendar ========== */
/* ============ date select ========== */
.hasDatepicker {
  width: 8rem;
  background: #fff url(images/calendar.gif) no-repeat 97% 50%;
}

.date .btn-sm {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* ============ mini info ========== */
.mini-info {
  margin-bottom: 10px;
  float: left;
}
.mini-info dl {
  display: inline-block;
}
.mini-info dt,
.mini-info dd {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
.mini-info dt {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 2px 5px;
  font-size: 14px;
  color: #fff;
  background: #4aa9d3;
  border-radius: 5px;
}
.mini-info dd {
  margin-right: 10px;
  font-weight: bold;
}

.absence {
  height: 3em;
  line-height: 3em;
}
.absence + dd {
  line-height: 1.3;
}
.absence + dd span {
  font-weight: normal;
  font-size: 14px;
}

/* ======================================== tab ======================================== */
.nav-tabs {
  position: relative;
  top: 1px;
  width: auto;
  border-color: #c5d0dc;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-tabs:after {
  content: "";
  clear: both;
  display: block;
}
.nav-tabs > li {
  position: relative;
  display: block;
  float: left;
  font-size: 13px;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 7px 12px 8px;
  text-decoration: none;
  border: 1px solid transparent;
  display: block;
  border-radius: 0 !important;
  border-color: #c5d0dc;
  background-color: #f9f9f9;
  color: #999;
  margin-right: -1px;
  position: relative;
}
.nav-tabs > li > a:focus {
  border-radius: 0 !important;
  border-color: #c5d0dc;
  background-color: #f9f9f9;
  color: #999;
  margin-right: -1px;
  position: relative;
}
.nav-tabs > li.active > a {
  color: #576373;
  border-color: #c5d0dc;
  border-top: 2px solid #4c8fbd;
  border-bottom-color: transparent;
  background-color: #fff;
  z-index: 1;
  margin-top: -1px;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #576373;
  border-color: #c5d0dc;
  border-top: 2px solid #4c8fbd;
  border-bottom-color: transparent;
  background-color: #fff;
  z-index: 1;
  margin-top: -1px;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}

.tab-panel {
  clear: both;
  border: 1px solid #c5d0dc;
  padding: 16px 12px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ======================================== eBox ======================================== */
.ebox {
  position: relative;
  clear: both;
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ebox.col-l, .ebox.col-r {
  clear: none;
}
.ebox:after {
  content: "";
  clear: both;
  display: block;
}
.ebox h3 {
  margin: -15px -15px 15px;
  padding: 10px;
  line-height: 1.5;
  background: #ddd;
}

.ebox-content {
  margin-bottom: 20px;
}
.ebox-content table {
  width: 100%;
}

.h-table th,
.h-table td {
  text-align: center;
}

.ebox-content th,
.ebox-content td {
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.ebox-content th {
  background: #eee;
  width: 20%;
  max-width: 100px;
}

.file-image {
  padding: 10px 0 0;
  text-align: center;
}
.file-image img {
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 481px) {
  .ebox-td-2.ebox-td-2 {
    border-right: none;
    width: 1%;
    white-space: nowrap;
  }

  .ebox-td-3.ebox-td-3 {
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .ebox-content th,
.ebox-content td {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
  }
  .ebox-content table {
    border-bottom: 1px solid #ccc;
  }

  .ebox-td-2.ebox-td-2 {
    border-bottom: none;
    padding-bottom: 0;
  }

  .ebox-td-3.ebox-td-3 {
    border-top: none;
  }
}
/* ======================================== comment ======================================== */
.comment-outer {
  float: left;
  width: 56%;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.comment-box {
  margin-bottom: 10px;
  padding: 10px;
  border: 3px solid #cacaca;
}

.comment-title {
  margin-bottom: 7px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  font-size: 1.175em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .comment-outer {
    float: none;
    width: 100%;
  }
}
/* ======================================== desc ======================================== */
.desc-outer {
  overflow: hidden;
}

.desc-box {
  margin-bottom: 10px;
}
.desc-box:last-child {
  margin-bottom: 0;
}
.desc-box dl {
  font-size: 0.875em;
}
.desc-box dl:after {
  display: block;
  clear: both;
  content: "";
}
.desc-box dt {
  width: 9em;
  font-weight: bold;
  float: left;
}
.desc-box dd {
  overflow: hidden;
}

.desc-title {
  font-size: 1em;
  font-weight: bold;
}

.desc-subtitle {
  font-size: 0.875em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .desc-outer {
    padding: 0 10px;
  }

  .desc-box br {
    display: none;
  }
}
/* ======================================== error ======================================== */
.error-box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e40101;
  background: #ffdede;
  color: #e40101;
  font-size: 0.875em;
  clear: both;
}
.error-box a {
  color: #e40101;
}

.error-title {
  color: #e40101;
  font-size: 1.175em;
  font-weight: bold;
}

/* ======================================== warning ======================================== */
.warning-box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ef8237;
  border-radius: 5px;
  background: #fff5ee;
  color: #ef8237;
  font-size: 0.875em;
  clear: both;
}
.warning-box a {
  color: #ef8237;
}

.warning-title {
  /*color: #ff6800;*/
  font-size: 1.175em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .warning-title {
    padding: 20px 10px 0;
    font-size: 14px;
  }
}
/* ======================================== success ======================================== */
.success-box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #3cad6f;
  border-radius: 5px;
  background: #f3fdf8;
  color: #3cad6f;
  font-size: 0.875em;
  clear: both;
}
.success-box a {
  color: #3cad6f;
}

.success-title {
  color: #3cad6f;
  font-size: 1.175em;
  font-weight: bold;
  text-align: center;
}

/* ------------------------------
mypage
------------------------------ */
/* ==================== top ==================== */
.mypageTop {
  position: relative;
  margin-bottom: 10px;
  padding: 15px 15px 0;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageTop:after {
  content: "";
  clear: both;
  display: block;
}
.mypageTop h4 {
  margin: -15px -15px 15px;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  background: #f1f1f1;
}
.mypageTop figure {
  float: left;
  margin-right: 20px;
  width: 180px;
}
.mypageTop figure img {
  width: 100%;
}
.mypageTop .mypageTopText {
  overflow: hidden;
}
.mypageTop .mypageTopTest {
  margin-bottom: 10px;
}
.mypageTop .unread {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background: #e01414;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
}
.mypageTop .readTitle {
  background: #3cad6f;
}
.mypageTop .read {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background: #3cad6f;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
}

/*カレンダーに表示する未読アイコンCSS*/
.unread_calender {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background: #e01414;
  color: #fff;
  font-size: 8px;
  border-radius: 3px;
  font-weight: bold;
}

.mypageTop .mypageTopText table,
.mypageTop .mypageTopText th,
.mypageTop .mypageTopText td {
  border: 0;
  text-align: left;
}
.mypageTop .mypageTopText table span {
  margin-right: 10px;
  font-weight: bold;
}

.mypageTopText th {
  padding: 5px 10px;
}
.mypageTopText th.mypageTopDetail {
  display: block;
  margin: 10px 0 5px;
  padding: 5px 10px;
  line-height: 1.5;
  font-weight: bold;
  background: #ddd;
}
.mypageTopText td {
  padding: 5px 10px 10px 0;
}

#pageContents .mypageTop span {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 15px;
}

.mypageTop .mypageTopText th.mypageTopDetail {
  border-bottom: 0;
}

#pageContents .mypageTop .mypageTopText p {
  padding: 0;
  text-align: right;
}

.mypageTop .mypageTopText p a {
  text-decoration: underline;
}

.mypageReserveTop {
  margin-bottom: 30px;
}
.mypageReserveTop h4 {
  background: #3cad6f;
}

@media screen and (max-width: 1024px) {
  .mypageTop {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mypageTop figure {
    width: 120px;
  }

  .mypageTopics a span {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypageTop figure {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .mypageTop figure img {
    max-width: 240px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .mypageTop figure a:hover {
    opacity: 0.8;
  }
}
/* ========== mypageTopReserve ========== */
.mypageTopReserve {
  margin-bottom: 30px;
}
.mypageTopReserve h4 {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ef680a;
  color: #fff;
  font-weight: bold;
}
.mypageTopReserve ul:after {
  display: block;
  clear: both;
  content: "";
}
.mypageTopReserve li {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageTopReserve li a {
  display: block;
  text-decoration: none;
}
.mypageTopReserve li h3 {
  display: table-cell;
  width: 80px;
  line-height: 1.3;
  padding: 4px 2px;
  background: #ddd;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.mypageTopReserve li p {
  display: table-cell;
  line-height: 1.3;
  padding-left: 8px;
  text-decoration: underline;
  text-align: left;
  vertical-align: middle;
}
.mypageTopReserve li a:hover p {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .mypageTopReserve {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .mypageTopReserve02 {
    float: left;
    width: 490px;
    margin-left: 20px;
  }

  .mypageTopReserve03 {
    float: left;
    width: 320px;
    margin-left: 20px;
  }

  .mypageTopReserve02:first-child,
.mypageTopReserve03:first-child {
    margin-left: 0;
  }
}
/* ========== mypageCalendar ========== */
.calendarWrap {
  position: relative;
}

.calendarAttentionWrap {
  position: absolute;
  z-index: 1000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
}

.calendarReserveBtn .reserve {
  display: inline-block;
  padding: 7px 20px 10px;
  border-radius: 5px;
  background: #ff6800;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px #82502e, 0px 3px 0px 0px #82502e, 0px 2px 2px #82502e;
          box-shadow: inset 0px 0px 0px #82502e, 0px 3px 0px 0px #82502e, 0px 2px 2px #82502e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.calendarReserveBtn .reserve:active {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}
.calendarReserveBtn .reserve:before {
  position: relative;
  top: 3px;
  margin-right: 5px;
  color: #fff;
  font-size: 21px;
}

.calendarAttentionPeriod {
  padding: 20px 10px;
  margin: 20px 0;
}
.calendarAttentionPeriod ul {
  margin: 0 0 20px;
}
.calendarAttentionPeriod li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.175em;
  font-weight: bold;
}
.calendarAttentionPeriod li span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ff6800;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.calendarAttentionPeriod h3 {
  margin-bottom: 5px;
  color: #ff6800;
  font-size: 1.175em;
  font-weight: bold;
  text-align: center;
}

.calendarAttentionContent .fa-exclamation-triangle {
  font-size: 36px;
}

.calendarReserveBtn {
  position: relative;
  text-align: center;
}

.mypageCalendarLink {
  display: inline-block;
  margin: 7px 0 5px;
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .calendarAttentionContent {
    position: relative;
    top: 45%;
    width: 600px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* ========== menu ========== */
.mypageMenu {
  clear: both;
  position: relative;
}
.mypageMenu ul {
  padding: 30px 0;
  width: auto;
}
.mypageMenu ul:after {
  content: "";
  clear: both;
  display: block;
}
.mypageMenu li {
  padding: 5px;
  width: calc(100% / 8);
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageMenu li img {
  width: 100%;
  max-width: 140px;
}

.mypageHomeBtn {
  position: absolute;
  top: -30px;
  right: 15px;
}

.reserve .mypageMenu {
  clear: none;
}
.reserve .mypageHomeBtn {
  position: static;
  float: right;
}

@media screen and (max-width: 768px) {
  .mypageHomeBtn {
    position: static;
    text-align: right;
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .mypageMenu ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .mypageMenu li {
    width: 33%;
  }
}
/* ==================== calendar ==================== */
.mypagePlan {
  margin-top: 40px;
}
.mypagePlan h2 {
  margin-top: 5px;
  margin-bottom: 0;
}
.mypagePlan .mypagePlanmini-info {
  /*float:right;*/
  /*margin: 15px 0;*/
}
.mypagePlan .mypagePlanmini-info dt,
.mypagePlan .mypagePlanmini-info dd {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.mypagePlan .mypagePlanmini-info dl {
  display: inline-block;
}
.mypagePlan .mypagePlanmini-info dt {
  background: #4aa9d3 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 2px 5px;
  position: relative;
  width: auto;
}
.mypagePlan .mypagePlanmini-info dd {
  font-weight: bold;
  margin-right: 10px;
}
.mypagePlan #calendar h5 {
  padding: 3px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  color: #e01414;
  /*
  color: #FFF;
  background: #E01414;
  display: inline-block;
  */
}
.mypagePlan #calendar h5.calendar-sort-schooltype01:before,
.mypagePlan #calendar h5.calendar-sort-schooltype02:before {
  display: inline-block;
  padding: 3px 0 2px;
  border-radius: 5px;
  line-height: 1;
  width: 2.5em;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.5em;
  overflow: hidden;
  color: #fff;
  background-color: #e4a40d;
  content: "放デ";
  vertical-align: middle;
  margin-right: 5;
}
.mypagePlan #calendar h5.calendar-sort-schooltype02:before {
  background-color: #49d0a8;
  content: "保育";
}
.mypagePlan #calendar p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

.ca-plan {
  padding: 5px;
}
.ca-plan p {
  line-height: 1;
}

.ca-list {
  padding: 0 5px;
}

.ca-cancel {
  display: block;
  position: relative;
  margin: 5px 0;
  border: 1px solid #e40101;
  border-radius: 2px;
  text-align: center;
  background: transparent;
  color: #e40101;
}
.ca-cancel b {
  font-size: 1.5em;
  color: #e01414;
}
.ca-cancel.after {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #999;
  background: #f1f1f1;
  border-radius: 0px;
}
.ca-cancel.after:hover {
  color: #999;
}
.ca-cancel.after:active {
  top: 0;
}

@media screen and (min-width: 1025px) {
  .mypagePlan #calendar .ca-l-yotei {
    min-height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mypagePlan {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mypagePlan #calendar table {
    border-left: 3px solid #cacaca;
    border-right: 3px solid #cacaca;
  }
  .mypagePlan #calendar .ca-day,
.mypagePlan #calendar .ca-youbi,
.mypagePlan #calendar .sun,
.mypagePlan #calendar .sat,
.mypagePlan #calendar .ca-l-yotei {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .mypagePlan #calendar .ca-day,
.mypagePlan #calendar .ca-youbi,
.mypagePlan #calendar .sun,
.mypagePlan #calendar .sat {
    width: 2em;
    padding: 0;
  }
  .mypagePlan #calendar .ca-youbi,
.mypagePlan #calendar .sun,
.mypagePlan #calendar .sat {
    padding-right: 5px;
  }
  .mypagePlan #calendar .sun01 .ca-day,
.mypagePlan #calendar .sun01 .sun,
.mypagePlan #calendar .sun01 .ca-youbi {
    padding-bottom: 0;
  }
  .mypagePlan #calendar .ca-l-yotei {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  #pageContents .mypagePlan #calendar p {
    padding: 0;
  }
}
/* ======================================== facility businessday set ======================================== */
#calendar .ca-l-yotei .ca-icon ul {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.ca-icon li {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  width: 2em;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.ca-icon li span {
  display: none;
}

.ca-act ul {
  padding: 0 !important;
}
.ca-act ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.3;
  font-size: 12px;
  margin-bottom: 5px;
}
.ca-act ul li:before {
  position: absolute;
  top: 1px;
  left: 4px;
  font: normal normal normal 11px/1 Fontawesome;
  content: "";
  color: #ff5c1e;
}

li.absence {
  background: #ff3f46;
  width: 4em;
}

li.mypage-hoiku-cancel {
  background: #ff3f46;
  width: 6em;
}

.lunch {
  background: #ef8237;
}

.drive {
  background: #6699df;
}

.pick {
  background: #77d562;
}

@media screen and (max-width: 1024px) {
  #calendar .ca-l-yotei .ca-icon ul {
    text-align: left;
  }
  #calendar .ca-l-yotei .ca-icon li {
    list-style-type: none;
    text-indent: 0;
    margin-left: 0;
    text-align: center;
  }
  #calendar .ca-l-yotei .ca-icon li:before {
    display: none;
  }
}
/* ==================== service-record ==================== */
.operation {
  margin-bottom: 40px;
  border: 1px solid #ef8237;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
  background: #fff5ee;
}
.operation h2 {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #ef8237;
}
.operation h3 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
}
.operation h3:before {
  margin-right: 3px;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ef8237;
}
.operation label {
  display: inline-block;
  cursor: pointer;
}

.wrapper {
  margin: 10px;
}

.ibox table {
  width: 100%;
}

.contactbookNote {
  clear: both;
}
.contactbookNote h4 {
  color: #fff;
  background: #ff8314;
  line-height: 1.5;
  padding: 5px;
}
.contactbookNote p {
  margin-bottom: 0;
  padding: 5px;
}

.contactbookUpdater {
  border-top: 1px dotted #ccc;
  padding: 5px;
  line-height: 1.5;
  text-align: right;
}

.contactbookDetail figure {
  margin-bottom: 20px;
  text-align: center;
}

.common_block th,
.common_block td {
  padding: 7px;
}
.common_block.contactbookDetail figure img {
  border: 0;
  float: none;
  max-width: 100%;
  display: inline;
}

.contactbookDetail .contactbookText {
  margin-bottom: 20px;
  width: auto;
  overflow: hidden;
}

.contactbookText table {
  margin-bottom: 20px;
}
.contactbookText thead {
  border-bottom: 3px double #ccc;
}
.contactbookText th,
.contactbookText td {
  padding: 7px;
  line-height: 1.5;
}
.contactbookText .fa-check {
  color: #3cad6f;
}
.contactbookText td {
  word-break: break-all;
}

.contactbookDetail .contactbookText td {
  word-break: break-all;
}

.contactcarePlanTd02 .fa-dot-circle-o {
  color: #e01414;
}
.contactcarePlanTd02 .fa-circle-o {
  color: #ef8237;
}
.contactcarePlanTd02 .iconTriangle img {
  display: inline;
  float: none;
  width: 16px;
  border: none;
  text-align: center;
  margin-right: 0;
}
.contactcarePlanTd02 .fa-close {
  color: #999;
}

.contactbookDetail .contactbookText th {
  width: 100px;
}

/* サービス提供記録の画像 */
.contactbookImages {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.contactbookImages li {
  width: 50%;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.contactbookImages li img {
  max-width: 100%;
  float: none;
  border: none;
}

.contactbookImages01 li img {
  max-height: 300px;
  height: 100%;
  width: auto;
}

@media screen and (min-width: 769px) {
  /*
  .ca-main {
      width: 680px;
      float: left;
      margin: 20px auto;
  }
  }


  .common_block figure {
      margin-bottom: 10px;
  }

  .common_block figure img {
      float: none;
  }

  .contactbookText th ,
  .contactbookText td {
      padding: 10px;
  }
  */
  .contactbookDetail {
    width: auto;
  }
  .contactbookDetail:after {
    content: "";
    clear: both;
    display: block;
  }
  .contactbookDetail figure {
    margin-right: 10px;
    float: left;
    width: 30%;
  }
  .contactbookDetail figure img {
    margin: 0;
    padding: 1px;
    border: 1px solid #e0e0e0;
    float: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contactbookDetail figure {
    float: none;
    text-align: center;
  }
  .contactbookDetail figure img {
    margin: 0;
    padding: 1px;
    border: 1px solid #e0e0e0;
    float: none;
    max-width: 100%;
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .contactbookText th,
.contactbookText td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contactbookText th,
.contactbookText td {
    display: block;
    width: 100%;
  }
  .contactbookText th.contactbookTextTitle {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    background: none;
    text-align: left;
    font-weight: bold;
  }
  .contactbookText .contactCarePlanToggle01 tr:first-child th.contactbookTextTitle {
    border-top: 1px solid #ccc;
  }
  .contactbookText th br {
    display: none;
  }
  .contactbookText td {
    border-top: none;
  }

  .contactbookTextTitle + td {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .contactbookText.contactbookText th,
.contactbookText.contactbookText td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contactbookText.contactbookText th,
.contactbookText.contactbookText td {
    display: block;
    width: 100%;
  }
  .contactbookText.contactbookText .width70 {
    width: 100% !important;
  }
  .contactbookText.contactbookText th.contactbookTextTitle {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
    background: none;
    text-align: left;
    font-weight: bold;
  }
  .contactbookText.contactbookText .contactCarePlanToggle01 tr:first-child th.contactbookTextTitle {
    border-top: 1px solid #ccc;
  }
  .contactbookText.contactbookText th br {
    display: none;
  }
  .contactbookText.contactbookText td {
    border-top: none;
  }

  .contactbookTextTitle + td {
    padding-top: 0;
  }
}
.contactbookDetailComment {
  padding: 5px;
}

/* サービス提供記録の個別支援計画 */
.contactCarePlan {
  margin: 20px 0;
}
.contactCarePlan table {
  margin-bottom: 5px;
}

.btn-sm.contactCarePlanView {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.contactCarePlanView:before {
  position: absolute;
  left: 8px;
  content: "";
  font-family: "FontAwesome";
}
.contactCarePlanView.on {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contactCarePlanView.on:before {
  content: "";
}

@media screen and (max-width: 480px) {
  .contactbookText thead th {
    background: #f2f2f2;
  }

  .contactCarePlanTable03 thead {
    display: none;
  }
  .contactCarePlanTable03 th {
    padding-bottom: 7px;
  }
  .contactCarePlanTable03 tbody tr:first-child th {
    background: #f2f2f2;
  }

  .contactcarePlanTd01:before,
.contactcarePlanTd02:before,
.contactcarePlanTd03:before {
    display: block;
    width: 100%;
    /*padding-top: 10px;*/
    /*margin: -9px -8px 7px;*/
    /*padding: 7px;*/
    /*border: 1px solid #ccc;*/
    /*background: #f2f2f2;*/
    text-align: left;
    font-weight: bold;
  }

  .contactcarePlanTd01 {
    border-top: none;
    border-bottom: none;
  }

  .contactcarePlanTd02 {
    border-top: none;
    border-bottom: none;
  }
  .contactcarePlanTd02 + td {
    padding-top: 0;
    border-top: none;
  }

  .contactcarePlanTd01:before {
    /*background: #e5e5e5;*/
    content: "具体的な目標達成";
  }

  .contactcarePlanTd02:before {
    content: "チェック・コメント";
  }
}
/* ==================== kidz status line ==================== */
.salesGraph {
  margin: 20px 0;
}

.mypageChart:after {
  display: block;
  clear: both;
  content: "";
}

.mypageChartTitle {
  margin-bottom: 20px;
}
.mypageChartTitle:after {
  display: block;
  clear: both;
  content: "";
}
.mypageChartTitle h2 {
  float: left;
}

.mypageChartBtn {
  float: right;
}

.mypageChartArea {
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypageChartTable {
  float: right;
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageChartTable th,
.mypageChartTable td {
  padding: 5px;
}
.mypageChartTable th {
  font-weight: bold;
}
.mypageChartTable thead th {
  background: #e5e5e5;
}
.mypageChartTable tbody th {
  width: 10em;
}
.mypageChartTable td {
  text-align: right;
}

.mypageChartTh01 {
  color: #e87f62;
}

.mypageChartTh02 {
  color: #5eb6da;
}

.mypageChartTh03 {
  color: #69c89d;
}

.labelArea {
  display: block;
}
.labelArea label {
  display: inline-block;
  margin: 3px 0;
  padding: 0 5px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  cursor: pointer;
}
.labelArea label input {
  margin-right: 3px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .mypageChart {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mypageChartArea,
.mypageChartTable {
    float: none;
    width: 100%;
  }

  .mypageChartArea {
    overflow: hidden;
  }

  .labelArea br {
    display: none;
  }
  .labelArea .btn {
    display: block;
  }

  .mypageChartGraph {
    overflow-x: scroll;
  }

  .mypageChartGraphInner {
    width: 1000px;
  }
}
@media screen and (min-width: 1025px) {
  .mypageChartRadar #canvas {
    margin-top: -95px;
  }

  /*
  .mypageChartTable {
      margin-left: 2%;
  }
  */
}
/* ------------------------------

 mypage reserve

------------------------------ */
#mypage.reserve h1 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.mypageReserveFacilityGroup {
  display: none;
}

.mypageReserve .sat,
.mypageReserve .sun {
  display: table-cell;
}
.mypageReserve .facility div,
.mypageReserve .holiday div {
  text-align: center;
}
.mypageReserve .costPlan li {
  text-align: left;
}
.mypageReserve .costPlan li:first-child {
  font-weight: bold;
}
.mypageReserve .close .facilityLabel {
  display: inline-block;
}
.mypageReserve .ul_event {
  border: none !important;
  text-align: center;
  margin: 0;
}
.mypageReserve .ul_event li {
  display: inline-block;
  border-color: #aaa;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 3px 5px 3px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.mypageReserve .ul_event li label input {
  top: 4px;
  width: 15px;
  height: 15px;
}
.mypageReserve .ul_event li .highlight {
  background-color: transparent;
}

.mypageReserveIcon01,
.mypageReserveIcon02,
.mypageReserveIcon03,
.mypageReserveIcon04 {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypageReserveIcon01 i,
.mypageReserveIcon02 i,
.mypageReserveIcon03 i,
.mypageReserveIcon04 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypageReserveIcon01 i,
.mypageReserveIcon02 i,
.mypageReserveIcon04 i {
  position: relative;
  top: 2px;
}

.mypageReserveIcon01 {
  color: #e01414;
  font-size: 22px;
}

.mypageReserveIcon02 {
  color: #ef8237;
  font-size: 22px;
}

.mypageReserveIconArrow {
  color: #666;
  font-size: 16px;
}

.mypageComp2.mypageComp2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mypageReserveIcon03 i {
  padding: 6px 2px;
  line-height: 1;
}
.mypageReserveIcon03 img {
  width: 20px;
}

.mypageReserveIcon04 {
  color: #aaa;
  font-size: 22px;
}

.mypageReserveIconList {
  float: left;
}
.mypageReserveIconList li,
.mypageReserveIconList p {
  display: inline-block;
  line-height: 1;
}
.mypageReserveIconList li {
  margin-right: 6px;
}
.mypageReserveIconList li:nth-child(3) {
  margin-right: 20px;
}
.mypageReserveIconList .mypageReserveIcon01,
.mypageReserveIconList .mypageReserveIcon02,
.mypageReserveIconList .mypageReserveIcon03,
.mypageReserveIconList .mypageReserveIcon04 {
  float: none;
}
.mypageReserveIconList .mypageReserveIcon03 i {
  vertical-align: top;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .mypageReserve {
    border-top: 0;
  }
  .mypageReserve table,
.mypageReserve tr {
    display: block;
    border: none;
  }
  .mypageReserve th,
.mypageReserve td {
    display: inline-block;
    border: none !important;
  }
  .mypageReserve thead,
.mypageReserve tfoot {
    display: none;
  }
  .mypageReserve tr {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 10px 0 62px 65px;
    border-top: 2px solid #ccc;
  }
  .mypageReserve tr:first-child {
    border-top: 2px solid #ccc;
  }
  .mypageReserve tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .mypageReserve tr:after {
    display: block;
    clear: both;
    content: "";
  }
  .mypageReserve th,
.mypageReserve td {
    float: left;
  }
  .mypageReserve label {
    position: relative;
  }
  .mypageReserve .today {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 55;
    position: 0;
    width: 20px;
    padding-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    background: #f1f1f1;
  }
  .mypageReserve .days {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 50;
    position: 0;
    padding-top: 10px;
    padding-left: 2px;
    border-right: 1px solid #ccc;
    background: #f1f1f1;
  }
  .mypageReserve .days:before {
    content: "(";
  }
  .mypageReserve .days:after {
    content: ")";
  }
  .mypageReserve td .mypageReserveBorder {
    display: none;
  }
  .mypageReserve .facility {
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 3px;
    margin-bottom: 5px;
    width: calc(100% - 7px);
    margin-right: 7px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve .facility label,
.mypageReserve .facility .facilityLabel {
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
  }
  .mypageReserve .facility div {
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
  }
  .mypageReserve .facility label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypageReserve .facility label input[type=radio] {
    margin-right: 10px;
    line-height: 1 !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mypageReserve .facility label p {
    margin-right: 3px;
    height: auto !important;
    line-height: 1 !important;
  }
  .mypageReserve .facility.highlight label {
    background: #ffe695;
  }
  .mypageReserve .facility.highlightCancel label {
    background: #eaeffd;
  }
  .mypageReserve .close .facilityLabel {
    color: #999;
    background: #f5f5f5;
  }
  .mypageReserve .lunchBox,
.mypageReserve .lunchNoBox,
.mypageReserve .placeStart,
.mypageReserve .placeEnd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 7px);
    margin: 0 7px 7px 0;
    padding-bottom: 8px;
  }
  .mypageReserve .lunchNoBox {
    margin: 15px 0 15px 0;
    background: #f1f1f1;
  }
  .mypageReserve .placeStart,
.mypageReserve .placeEnd,
.mypageReserve .mukaeHour,
.mypageReserve .okuriHour {
    background: #f1f1f1;
  }
  .mypageReserve .lunchBox label:before,
.mypageReserve .lunchNoBox:before,
.mypageReserve .placeStart:before,
.mypageReserve .placeEnd:before,
.mypageReserve .mukaeHour:before,
.mypageReserve .okuriHour:before,
.mypageReserve .costPlan li:before {
    font-size: 11px;
    white-space: pre;
  }
  .mypageReserve .lunchBox,
.mypageReserve .placeStart,
.mypageReserve .costPlan,
.mypageReserve .note {
    position: relative;
  }
  .mypageReserve .mypageReserveBorder {
    display: block;
    position: absolute;
    top: 0;
    left: -65px;
    width: 100%;
    border-top: 1px solid #ccc;
    content: "";
  }
  .mypageReserve .lunch {
    /*font-size: 16px;*/
    margin-right: 5px;
    background: transparent;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
        transform: scale(1.4);
  }
  .mypageReserve .lunchBox {
    clear: both;
    padding: 15px 0 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f1f1f1;
  }
  .mypageReserve .lunchBox label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve .lunchBox .mypageReserveBorder {
    top: 5px;
  }
  .mypageReserve .lunchBox label {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 8px 5px;
  }
  .mypageReserve .lunchBox label:after {
    content: "お弁当";
  }
  .mypageReserve .lunchNoBox {
    /*margin-left: 15px;*/
  }
  .mypageReserve .lunchNoBox:before {
    content: "お弁当の種類\a";
  }
  .mypageReserve .placeStart {
    clear: both;
  }
  .mypageReserve .placeStart .mypageReserveBorder {
    top: -7px;
  }
  .mypageReserve .placeStart:before {
    content: "お迎え場所\a";
  }
  .mypageReserve .placeStart:after {
    top: -5px;
  }
  .mypageReserve .placeEnd:before {
    content: "送り場所\a";
  }
  .mypageReserve .mukaeHour,
.mypageReserve .okuriHour {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 7px);
    margin-right: 7px;
  }
  .mypageReserve .mukaeHour {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 99%;*/
  }
  .mypageReserve .mukaeHour:before {
    content: "お迎え希望時間\a";
  }
  .mypageReserve .mukaeHour:after {
    content: "";
    display: block;
  }
  .mypageReserve .okuriHour {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 99%;*/
    margin-right: 0;
  }
  .mypageReserve .okuriHour:before {
    content: "送り希望時間\a";
  }
  .mypageReserve .okuriHour:after {
    content: "";
    display: block;
  }
  .mypageReserve .costPlan {
    display: block;
    float: none;
    width: auto;
    padding-top: 10px;
    clear: both;
  }
  .mypageReserve .costPlan .mypageReserveBorder {
    top: 5px;
  }
  .mypageReserve .costPlan ul {
    float: none;
    width: calc(100% - 7px);
    padding: 0;
    margin-top: 5px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  .mypageReserve .costPlan li {
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 3px 3px 0 0;
    color: #000;
  }
  .mypageReserve .costPlan li:first-child {
    font-weight: bold;
  }
  .mypageReserve .costPlan li:first-child:after {
    content: "";
  }
  .mypageReserve .costPlan li:last-child:after {
    content: "";
  }
  .mypageReserve .costPlan li:after {
    content: "、";
  }
  .mypageReserve .note {
    display: block;
    float: none;
    clear: both;
    margin-top: 10px;
    padding-top: 20px;
    text-align: left;
  }
  .mypageReserve .note:before {
    font-weight: bold;
    content: "備考：";
  }
  .mypageReserve .costPlan + .note {
    margin-top: 0;
    padding-top: 5px;
  }
  .mypageReserve .note .mypageReserveBorder {
    top: 10px;
  }
  .mypageReserve .cancel {
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: calc(100% - 30px);
    margin: 0;
    text-align: right;
    padding: 10px 0 0 0;
  }
  .mypageReserve .cancel .mypageReserveBorder {
    left: 0;
  }
  .mypageReserve .cancel .btn {
    margin-left: 50px;
    font-size: 10px;
  }
  .mypageReserve tr.trHoliday {
    padding-bottom: 0;
    padding-left: 65px;
  }
  .mypageReserve tr.trHoliday .today,
.mypageReserve tr.trHoliday .days {
    /*background: #ffdfe2;*/
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mypageReserve .holiday {
    display: none;
  }
  .mypageReserve .holiday.facility {
    display: block;
    background: #ffdfe2;
  }
  .mypageReserve .sun + .holiday {
    display: block;
    /*margin-top: -10px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve .mypageReserveIcon01,
.mypageReserve .mypageReserveIcon02,
.mypageReserve .mypageReserveIcon03,
.mypageReserve .mypageReserveIcon04 {
    float: left;
  }
  .mypageReserve .ul_event.ul_event {
    text-align: left;
  }
  .mypageReserve .ul_event.ul_event li {
    display: inline-block;
  }
  .mypageReserve .ul_event.ul_event li label {
    background: transparent;
    position: static;
    display: block;
    border: none;
    padding: 0;
  }
  .mypageReserve .ul_event.ul_event li .highlight {
    background-color: transparent;
  }

  .mypageComp2.mypageComp2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mypageReserve2.mypageReserve2 .mypageReserveIcon01,
.mypageReserve2.mypageReserve2 .mypageReserveIcon02,
.mypageReserve2.mypageReserve2 .mypageReserveIcon03,
.mypageReserve2.mypageReserve2 .mypageReserveIcon04 {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .mypageReserve {
    width: 100% !important;
  }
  .mypageReserve .costPlan ul {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .mypageReserve .costPlan ul {
    margin-bottom: 5px;
    padding: 5px;
    margin-top: 0;
    color: #000;
    border-top: 0;
  }
  .mypageReserve .costPlan li {
    text-align: left;
    padding: 0;
  }
  .mypageReserve .costPlan li:hover {
    border: 1px solid transparent;
    background: transparent;
  }
  .mypageReserve .facilityName {
    display: none;
  }
  .mypageReserve th {
    width: auto;
  }
  .mypageReserve td {
    vertical-align: middle !important;
  }
  .mypageReserve td.facility {
    position: relative;
  }
  .mypageReserve td.facility label {
    display: block;
    cursor: pointer;
  }
  .mypageReserve td.facility label input[type=radio] {
    width: 16px;
    height: 16px;
  }
  .mypageReserve td.facility label:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .shop_fac {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mypageReserve.mypageReserve2 tr {
    padding-top: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve.mypageReserve2 tr .shop_fac {
    background: #eee;
    width: 95%;
    font-weight: bold;
  }
}
/* ========== mypage comp ========== */
.mypageComp {
  margin: 40px auto;
  padding: 60px 10px;
  max-width: 600px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 16px;
  text-align: center;
}
.mypageComp h1 {
  padding: 0;
  border: none;
  color: #3cad6f;
  font-size: 24px;
  text-align: center;
}
.mypageComp p {
  margin-bottom: 20px;
  text-align: center;
}

.btn-lg.next {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #c91520;
  -webkit-box-shadow: 0px 4px 0 #651116;
          box-shadow: 0px 4px 0 #651116;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
}

.mypageComp .calendarAttentionPeriod {
  margin: 0 0 40px;
  padding: 0;
}
.mypageComp .calendarAttentionPeriod li {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .mypageComp {
    margin: 0 10px;
  }
  .mypageComp h1 {
    font-size: 18px;
  }
  .mypageComp p {
    font-size: 14px;
  }
}
.w10p {
  width: 10% !important;
}

.table td {
  text-align: center;
}

.serviceRecord.serviceRecord {
  margin-bottom: 100px;
}

.print button.print {
  position: relative;
}

.ca-l-yotei {
  min-height: 50px;
}
.ca-l-yotei .calendar-time-group {
  padding-top: 5px;
}
.ca-l-yotei .calendar-time-group h4 {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.ca-l-yotei .calendar-time-group h5 {
  color: #000 !important;
  line-height: 1.3 !important;
}

#calendar .ca-l-yotei .ca-icon ul {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#calendar .ca-l-yotei .ca-icon ul {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.ca-icon li {
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  width: 2em;
  vertical-align: middle;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.ca-icon li span {
  display: none;
}

.calendarWrap .lunch {
  background: #ef8237;
}
.calendarWrap .drive {
  background: #6699df;
}
.calendarWrap .pick {
  background: #77d562;
}
.calendarWrap .absence {
  background: #ff3f46;
}
.calendarWrap .mypage-hoiku-cancel {
  background: #ff3f46;
}

.ca-plan {
  padding: 5px;
}

.ca-l-yoteitime {
  text-align: center;
  /*padding-top: 5px;
  line-height: 1.5;*/
  line-height: 1;
  margin: 0;
}

.calendar-pickup dt:first-child {
  margin-left: 0;
}

.ca-l-mukae,
.ca-l-okuri,
.ca-l-hoiku-start,
.ca-l-hoiku-end {
  display: inline-block;
  font-weight: bold;
}

.ca-l-mukae:before,
.ca-l-okuri:before,
.ca-l-hoiku-start:before,
.ca-l-hoiku-end:before {
  /*margin-left: 5px;
  padding: 0;
  border-radius: 3px;
  background: #999;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;*/
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}

.ca-l-mukae:before {
  content: "迎え";
  /* background:#77D562;*/
}

.ca-l-okuri:before {
  content: "送り";
  /* background:#6699DF;*/
}

.ca-l-hoiku-start:before {
  content: "開始";
}

.ca-l-hoiku-end:before {
  content: "終了";
}

.calendar-time-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1;
  border-radius: 3px;
  background: #aaa;
  color: #fff;
}

.calendar-time-group {
  margin: 5px auto;
  padding: 15px 5px 5px;
}

.calendar-time-title01 {
  background: #e4a40d;
}

.calendar-time-group01 {
  background: #fff7e5;
}

.calendar-time-title02 {
  background: #5171ea;
}

.calendar-time-group02 {
  background: #e5eafc;
}

.calendar-time-title03 {
  background: #49d0a8;
}

.calendar-time-group03 {
  background: #e7faf5;
}

.mypageCalendarLink.mypageCalendarLink {
  margin-top: 0;
}

/* 20190326追記 */
.mypagePlan #calendar .ca-l-yotei .absence,
.mypagePlan #calendar .ca-l-yotei .mypage-hoiku-cancel {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .mypagePlan #calendar .ca-date {
    display: table;
  }
  .mypagePlan #calendar .ca-date .ca-l-yotei {
    vertical-align: top !important;
  }
  .mypagePlan #calendar .ca-date .ca-l-yotei .ca-plan {
    padding: 0;
  }
}
/* ==================== contact ==================== */
.mypage-contact-form table {
  margin-bottom: 15px;
}
.mypage-contact-form table th {
  width: 150px;
}
.mypage-contact-form table td textarea {
  width: 99%;
}
.mypage-contact-form .formmailBtn {
  margin-bottom: 0;
}

input[type=checkbox] + .checkbox01.checked:before {
  opacity: 1;
}
input.checkbox02, input.radio02 {
  display: none;
}

label.checkbox02, label.radio02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 6px 3px 28px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
label.checkbox02:hover, label.radio02:hover {
  background-color: #e2edd7;
}
label.checkbox02:hover:after, label.radio02:hover:after {
  border-color: #53b300;
}
label.checkbox02:before {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  opacity: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ef8237;
}
label.checkbox02:after {
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
}
label.radio02:before {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  opacity: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ef8237;
}
label.radio02:after {
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 100%;
  content: "";
}

input[type=checkbox]:checked + label.checkbox02:before, input[type=radio]:checked + label.radio02:before {
  opacity: 1;
}

label.checkbox02,
label.radio02 {
  padding-top: 9px;
  padding-bottom: 9px;
}
label.checkbox02:before,
label.radio02:before {
  content: "";
  left: 10px;
}

.mypage-contact-list th,
.mypage-contact-list td {
  padding: 5px;
}
.mypage-contact-list .read {
  text-align: center;
}

.mypageContact_first {
  margin-bottom: 20px;
}
.mypageContact_first + .nav-tabs li {
  position: relative;
  max-width: 88px;
  min-width: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageContact_first + .nav-tabs li a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 10px;
  text-align: center;
}
.mypageContact_first + .nav-tabs li .unread {
  position: absolute;
  top: -13px;
  right: 3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-bottom: 6px;
  background-color: #e82a2a;
  z-index: 999999;
}

@media screen and (max-width: 480px) {
  .mypageContact_first {
    margin-bottom: 20px;
  }
  .mypageContact_first + .nav-tabs {
    border: 0;
  }

  .mypage-contact-form table {
    border-bottom: 1px solid #ccc;
  }
  .mypage-contact-form table th,
.mypage-contact-form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    border-bottom: 0;
  }

  .mypage-contact-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mypage-contact-list table tr {
    display: block;
    position: relative;
    background-color: #f5f5f5;
  }
  .mypage-contact-list table th {
    display: inline-block;
    border: 0;
    padding-right: 0;
  }
  .mypage-contact-list table td {
    display: block;
    background-color: #fff;
    border: 0;
    margin-bottom: 10px;
  }
  .mypage-contact-list table td.read {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0;
    border: 0;
    background: transparent;
    margin-bottom: 0;
  }
}
.mypageContact_container {
  padding: 0;
  overflow: hidden;
  /* 注意文 */
}
.mypageContact_container .mypageContact_contents {
  overflow: hidden;
  line-height: 135%;
  /* アイコン画像 */
  /* 相手の会話 */
  /* 自分の会話 */
}
.mypageContact_container .mypageContact_contents.scroll {
  height: 500px;
  overflow-y: scroll;
}
.mypageContact_container .mypageContact_contents figure {
  width: 50px;
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  background: #ccc;
  text-align: center;
  line-height: 60px;
  /* 正方形を用意 */
}
.mypageContact_container .mypageContact_contents figure img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.mypageContact_container .mypageContact_contents .time {
  font-size: 80%;
  color: #666;
}
.mypageContact_container .mypageContact_contents .mypageContact_left {
  position: relative;
  display: table;
  margin-bottom: 5px;
  max-width: 80%;
  clear: both;
  /* アイコン画像 */
  /* コメントエリア */
}
.mypageContact_container .mypageContact_contents .mypageContact_left figure {
  width: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 0;
  margin: 0;
  /* 正方形を用意 */
}
.mypageContact_container .mypageContact_contents .mypageContact_left figure img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .mypageContact_left-text {
  margin-left: 20px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .mypageContact_left-text .name {
  font-size: 80%;
  color: #ccc;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text {
  margin: 0;
  position: relative;
  word-wrap: break-word;
  padding: 10px;
  min-height: 20px;
  border-radius: 20px;
  background-color: #eee;
  /* 吹き出し */
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-right: 20px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.mypageContact_container .mypageContact_contents .mypageContact_right {
  position: relative;
  display: block;
  margin: 5px 0;
  max-width: 75%;
  float: right;
  margin-right: 15px;
  clear: both;
  /* コメントエリア */
  /* 既読エリア */
}
.mypageContact_container .mypageContact_contents .mypageContact_right .text {
  padding: 10px;
  word-wrap: break-word;
  border-radius: 20px;
  background-color: #dbf4fd;
  margin: 0;
  min-height: 20px;
  margin-left: 80px;
  /* 吹き出し */
}
.mypageContact_container .mypageContact_contents .mypageContact_right .text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 30px;
  border-left: 20px solid #dbf4fd;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .time {
  text-align: right;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .date {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  text-align: right;
  left: -30px;
  bottom: 0px;
  font-size: 80%;
  color: #000;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .label.read {
  font-size: 10px;
  padding: 0 2px;
  font-weight: normal;
  margin-bottom: 2px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text img,
.mypageContact_container .mypageContact_contents .mypageContact_right .text img {
  max-width: 100%;
  border-radius: 15px;
}
.mypageContact_container .mypageContact_warning {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.mypageContact_container .mypageContact_form {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 0 10px 20px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageContact_container .mypageContact_form textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 5px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.mypageContact_container .mypageContact_form textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::-moz-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea:-ms-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::-ms-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form .btn {
  display: inline-block;
  padding: 5px 20px;
  background: #e8450b;
  -webkit-box-shadow: inset 0px 0px 0px #9b310b, 0px 5px 0px 0px #9b310b;
  box-shadow: inset 0px 0px 0px #9b310b, 0px 5px 0px 0px #9b310b;
  font-size: 12px;
}
.mypageContact_container .mypageContact_form .btn:before {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "";
  color: #fff;
}
.mypageContact_container .mypageContact_form .btn:active {
  top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mypageContact_container .btnBox {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypageContact_container .btnBox > p {
  margin-left: auto;
}
.mypageContact_container .btnBox .imgPreview {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
  color: #757575;
  height: 32px;
  padding-left: 0;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.mypageContact_container .btnBox .imgPreview img {
  height: 32px;
  width: auto;
}
.mypageContact_container .btnBox .imgPreview img,
.mypageContact_container .btnBox .imgPreview p {
  margin-right: 8px;
  line-height: 1;
}
.mypageContact_container .btnBox .imgPreview i {
  color: #9e9e9e;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  padding: 5px 10px 5px 0px;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .tabs-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-panel {
    padding: 0;
  }

  .mypageContact_container {
    margin: 0;
    /* 注意文 */
  }
  .mypageContact_container .mypageContact_contents {
    margin-bottom: 0;
  }
  .mypageContact_container .mypageContact_contents.scroll {
    height: 60vh;
  }
  .mypageContact_container .mypageContact_contents .form {
    text-align: right;
  }
  .mypageContact_container .mypageContact_warning {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }
  .mypageContact_container .mypageContact_form {
    position: relative;
  }
  .mypageContact_container .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mypageContact_container .btnBox > p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .mypageContact_container .btnBox .imgPreview,
.mypageContact_container .btnBox .fileBtn {
    margin: 5px;
  }
}
/* ======================================== width ======================================= */
.widthAuto {
  width: auto !important;
}

.width20 {
  width: 20px !important;
}

.width30 {
  width: 30px !important;
}

.width40 {
  width: 40px !important;
}

.width50 {
  width: 50px !important;
}

.width60 {
  width: 60px !important;
}

.width70 {
  width: 70px !important;
}

.width80 {
  width: 80px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

.width110 {
  width: 110px !important;
}

.width120 {
  width: 120px !important;
}

.width130 {
  width: 130px !important;
}

.width140 {
  width: 140px !important;
}

.width150 {
  width: 150px !important;
}

.width160 {
  width: 160px !important;
}

.width180 {
  width: 180px !important;
}

.width190 {
  width: 190px !important;
}

.width200 {
  width: 200px !important;
}

.minW40 {
  min-width: 40px;
}

.minW50 {
  min-width: 50px;
}

.minW60 {
  min-width: 60px;
}

.minW70 {
  min-width: 70px;
}

.minW80 {
  min-width: 80px;
}

.minW90 {
  min-width: 90px;
}

.minW100 {
  min-width: 100px;
}

.minW110 {
  min-width: 110px;
}

.minW120 {
  min-width: 120px;
}

.minW130 {
  min-width: 130px;
}

.minW140 {
  min-width: 140px;
}

.minW150 {
  min-width: 150px;
}

.minW160 {
  min-width: 160px;
}

.minW170 {
  min-width: 170px;
}

.minW250 {
  min-width: 250px;
}

.minW300 {
  min-width: 300px;
}

.w15mm {
  width: 15mm !important;
}

.w40mm {
  width: 40mm !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w25p {
  width: 25% !important;
}

.w50p {
  width: 50% !important;
}

.w2em {
  width: 2em !important;
}

.w4em {
  width: 4em !important;
}

.w6em {
  width: 6em !important;
}

.w8em {
  width: 8em !important;
}

.w10em {
  width: 10em !important;
}

.w_auto {
  width: auto !important;
}

.minH50 {
  min-height: 50px;
}

.minH65 {
  min-height: 65px;
}

.height50 {
  height: 50px !important;
}

@media screen and (max-width: 768px) {
  .minW250,
.minW300 {
    min-width: auto !important;
    width: 100% !important;
  }
}
/* --------------------

indexTopics

-------------------- */
.evaluationLink {
  margin: 0px 0 20px;
}
.evaluationLink a {
  margin-bottom: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  background-color: #e01414;
  color: #fff;
  padding: 7px 10px;
  padding-right: 20px;
  font-size: 15px;
  position: relative;
}
.evaluationLink a i {
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #e01414;
  top: 12px;
  line-height: 1;
  padding: 4px 5px 3px;
  margin-right: 5px;
  font-style: normal;
}
.evaluationLink a:after {
  margin-left: 5px;
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.indexTopics {
  position: relative;
  margin-bottom: 30px;
  width: auto;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indexTopics h2 {
  background: transparent;
  float: none;
  width: auto;
  text-indent: 0;
  font-size: 16px;
  background-color: #f6f6f6;
  padding: 10px;
}
.indexTopics h2:before {
  display: none;
}
.indexTopics dl {
  display: table-cell;
  vertical-align: middle;
}
.indexTopics dl:after {
  content: "";
  clear: both;
  display: block;
}
.indexTopics dt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 15px;
  font-weight: normal;
}
.indexTopics dt:before {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0.4em;
  left: 0;
  font: normal normal normal 11px/1 Fontawesome;
  content: "";
  color: #7aba16;
}
.indexTopics dt time {
  margin-right: 10px;
}
.indexTopics dd {
  display: table-cell;
  vertical-align: middle;
  padding-right: 100px;
  line-height: 1.3;
}
.indexTopics ul + p {
  position: absolute;
  top: 13px;
  right: 10px;
}
.indexTopics ul + p a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: -0.09em;
}
.indexTopics ul + p a:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 11px/1 Fontawesome;
  content: "";
}

@media screen and (max-width: 1024px) {
  .evaluationLink {
    margin: -15px 10px 15px;
  }
}
@media screen and (min-width: 769px) {
  .indexTopics {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .evaluationLink a {
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .evaluationLink a i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .indexTopics {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexTopics ul + p {
    right: 10px;
    top: 8px;
  }
  .indexTopics h2,
.indexTopics dl,
.indexTopics dt,
.indexTopics dd {
    display: block;
  }
  .indexTopics h2 {
    height: auto;
    line-height: 1;
    margin: 0 -10px 10px;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .indexTopics dd {
    padding: 0 10px 10px;
  }
}
.topicsMeta {
  margin-bottom: 10px;
}

/* カテゴリータグ */
.iconTopics {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  background: #666;
  color: #fff;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0;
}

.iconTopics01 {
  background: #cdadf2;
}

.iconTopics02 {
  background: #fcbe4c;
}

.iconTopics03 {
  background: #f4a9a5;
}

.iconTopics04 {
  background: #84da71;
}

.iconTopics05 {
  background: #82b0ed;
}

.iconTopics06 {
  background: #ff0000;
}

.topicsMeta time {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* お知らせ記事*/
.topicsArticle {
  margin: 20px 0 50px;
}
.topicsArticle p {
  line-height: 1.8;
}
.topicsArticle figure a {
  text-decoration: none;
}
.topicsArticle figure img {
  margin-bottom: 5px;
}
.topicsArticle figcaption {
  font-size: 0.857em;
}

.topicsContents {
  overflow: hidden;
}

/* PDFアイコンボタン */
.topicsLinkPDF {
  margin: 40px 0 20px;
}
.topicsLinkPDF li {
  margin-bottom: 10px;
}
.topicsLinkPDF a {
  display: inline-block;
  line-height: 1;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ccc;
  background: url(../images/icon-pdf.png) no-repeat 3px 50%;
  background-size: 24px;
  color: #333;
  text-decoration: none;
}
.topicsLinkPDF a:hover, .topicsLinkPDF a:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* お知らせ記事 トップ画像 */
.topicsTopImg {
  float: right;
  width: 30%;
  margin-left: 20px;
}
.topicsTopImg img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .topicsTopImg {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* お知らせ記事 3つ画像 */
.topicsImg {
  margin: 50px 0 80px;
}
.topicsImg li {
  float: left;
  width: 28%;
  margin-left: 8%;
}
.topicsImg li:first-child {
  margin-left: 0;
}
.topicsImg img {
  max-width: 100%;
}
.topicsImg li a {
  display: block;
}

@media screen and (max-width: 480px) {
  .topicsImg li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* --------------------

topicsReturn

-------------------- */
.topicsReturn {
  margin-bottom: 50px;
}
.topicsReturn p {
  text-align: center;
}
.topicsReturn a.generalBtn:before {
  margin-right: 5px;
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "";
}

a.generalBtnReturn:before {
  margin-right: 5px;
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "";
}

.topicsReturn a.generalBtn:after,
a.generalBtnReturn:after {
  display: none;
}

/* --------------------

topicsBacknumber

-------------------- */
.topicsBacknumber h2 {
  font-size: 18px;
}

.topicsBacknumberList {
  padding: 10px;
}

.topicsBacknumberList li {
  line-height: 1.5;
  font-size: 14px;
  width: auto;
  margin: 3px 0;
}
.topicsBacknumberList li:after {
  content: "";
  clear: both;
  display: block;
}
.topicsBacknumberList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  text-align: left;
}
.topicsBacknumberList li a time,
.topicsBacknumberList li a span {
  float: left;
  margin-right: 10px;
}
.topicsBacknumberList li time {
  color: #333;
}
.topicsBacknumberList li p {
  /*display: inline-block;*/
  text-decoration: underline;
  overflow: hidden;
}
.topicsBacknumberList li span {
  line-height: 1.5;
}
.topicsBacknumberList li:hover p {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .topicsBacknumberList li {
    margin: 0;
  }
  .topicsBacknumberList li a {
    padding: 10px 10px 10px 0;
  }
}
.topicsBacknumberLink {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 480px) {
  .topicsBacknumberList li p {
    overflow: visible;
    clear: both;
  }
}
/* バックナンバーをスクロールさせる場合 */
.topicsScroll ul {
  height: 220px;
  overflow-y: scroll;
}

/* ==================== invoiceContents ==================== */
.dateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dateList select {
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
}
.dateList ul {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dateList ul li {
  margin: 3px 10px 3px 0;
}
.dateList ul li a {
  display: inline-block;
  text-align: center;
}
.dateList ul li.active a {
  background-color: #666;
  color: #fff;
}

.invoiceListInner {
  margin-top: 40px;
  border: 1px solid #ddd;
}
.invoiceListInner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  padding: 5px 15px;
}
.invoiceListInner h3 i {
  font-size: 24px;
  color: #444;
  font-weight: bold;
  font-style: normal;
}
.invoiceListInner h3 .price {
  display: inline-block;
  color: #444;
  font-size: 14px;
  margin-left: 1rem;
}
.invoiceListInner h3 .price em {
  color: #d11717;
  font-size: 24px;
  padding: 5px 5px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-left: 5px;
}
.invoiceListInner table tr {
  border-top: 1px solid #ddd;
}
.invoiceListInner table th,
.invoiceListInner table td {
  padding: 10px 15px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  vertical-align: middle;
}
.invoiceListInner table td:nth-of-type(1) {
  width: 10rem;
}
.invoiceListInner table td:nth-of-type(2) {
  width: 16rem;
}
.invoiceListInner table td:last-child i {
  display: block;
  width: auto;
  line-height: 1;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 3px;
}
.invoiceListInner table td .btn b {
  margin-left: 5px;
  font-weight: normal;
  font-size: 11px;
}
.invoiceListInner table td span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.invoiceListInner table td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.invoiceListInner table td .flex p {
  margin: 3px;
}
.invoiceListInner table td .flex .btn {
  margin: 0px;
}

@media screen and (max-width: 1024px) {
  .dateList,
.invoiceList {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .invoiceListInner table tr {
    display: block;
    padding: 10px;
  }
  .invoiceListInner table th,
.invoiceListInner table td {
    display: block;
    margin-top: -1px;
    margin: 5px 0;
    padding: 0px;
  }
}
/* ======================================== sign ======================================== */
#sign {
  border: 2px solid #595959;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#sign:after {
  color: #f1f1f1;
  content: "署名";
  font-size: 10vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}

.fileBtn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: auto;
  line-height: 1.25;
  vertical-align: middle;
  padding: 8px 12px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0px 0px 0px #113a94, 0px 5px 0px 0px #113a94;
          box-shadow: inset 0px 0px 0px #113a94, 0px 5px 0px 0px #113a94;
  border-radius: 2px;
  vertical-align: 0;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  background: #134ac3;
}
.fileBtn i {
  margin-right: 5px;
  line-height: 1;
  font-size: 13px;
}
.fileBtn input[type=file] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 28px;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}
.fileBtn:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ======================================== tableをスマホ時にスクロール出来るように ======================================== */
@media screen and (max-width: 768px) {
  .printTabTable {
    overflow-x: scroll;
  }

  .ibox .table-content table,
.ibox table,
.ibox .v-calendar table {
    width: 768px;
  }
}
/* ==================== calendar ==================== */
/* ------------------------------

calendar

------------------------------ */
.calendar {
  margin: 0 auto 15px;
  width: auto;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BCBCBC;
}
.calendar th {
  padding: 0;
  text-align: center;
  color: #000;
  border: 1px solid #BCBCBC;
  font-size: 0.85em;
  width: 14.28%;
  background: #E5E5E5;
}
.calendar td {
  padding: 0;
  text-align: center;
  border: 1px solid #BCBCBC;
  background: #FFF;
  line-height: 1.5;
  color: #000;
}
.calendar th.holiday, .calendar td.holiday {
  background: #FFB8BF;
}
.calendar th.holiday2, .calendar td.holiday2 {
  background: #dfeefc;
}

/* 曜日 */
/* 日にち */
/* 休日 */
/* 土曜日 */
.sat.sat, .saturday {
  color: blue;
}

/* 土曜 */
.sun.sun, .sunday {
  color: red;
}

/* 日曜 */
/* 本日 */
.calendar #today {
  background: #FFBA00;
  font-weight: bold;
}

.calendar-day {
  padding: 5px 5px 0;
  text-align: right;
  font-size: 0.85em;
}

.calendar-event {
  padding: 0 5px 5px;
  min-height: 2em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .calendar th {
    display: block;
    border: 0;
    border-bottom: 1px solid #CCC;
  }
  .calendar td {
    display: block;
    border: 0;
    border-bottom: 1px solid #CCC;
    width: auto;
  }
  .calendar td:after {
    content: "";
    clear: both;
    display: block;
  }
  .calendar td p {
    background: #EEE;
  }

  .calendar-day {
    float: left;
    padding: 5px;
    width: 2em;
    min-height: 2rem;
    border-right: 1px solid #CCC;
  }

  .calendar-event.calendar-event {
    overflow: hidden;
    padding: 5px;
    min-height: 2rem;
    line-height: 1.5;
    text-align: left;
    background: #FFF;
  }

  .calendar thead, .calendar-other-month.calendar-other-month {
    display: none;
  }
}
/* ------------------------------

V calendar

------------------------------ */
.v-calendar {
  margin: 0 auto 15px;
  width: auto;
}
.v-calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BCBCBC;
}
.v-calendar th, .v-calendar td {
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #BCBCBC;
}
.v-calendar thead th {
  background: #666;
  color: #FFF;
}
.v-calendar tr.odd, .v-calendar td.odd {
  background-color: #FFF;
}
.v-calendar .holiday {
  background: #ffdfe2;
}
.v-calendar .highlight, .v-calendar .mypageReserve .highlight {
  background: #ffe695;
}
.v-calendar .highlightCancel, .v-calendar .mypageReserve .highlightCancel {
  background: #eaeffd;
}
.v-calendar .td-l.td-l {
  text-align: left;
}
.v-calendar .td-r.td-r {
  text-align: right;
}

/* ======================================== 施設申し込み 活動複数選択 ======================================== */
.active_name span {
  font-size: 12px !important;
}

.reserveActive tbody td {
  vertical-align: top;
}
.reserveActive tbody td ul {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px dashed #CCC;
}
.reserveActive tbody td ul li {
  padding: 5px 0 5px 19px;
  line-height: 1.5;
  margin-bottom: 3px;
  position: relative;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
}
.reserveActive tbody td ul li label {
  display: block;
}
.reserveActive tbody td ul li label input {
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
}
.reserveActive tbody td ul li:last-child {
  margin-bottom: 0;
}
.reserveActive tbody td ul li:hover {
  border-color: #AAA;
}
.reserveActive tbody td ul li.checked {
  /*border-color: #AAA;*/
  background-color: rgba(255, 255, 255, 0.7);
}
.reserveActive tbody td ul li.checked:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.7);
}
.reserveActive tbody td ul li.disabled {
  border-color: transparent;
  background-color: transparent;
}
.reserveActive tbody td ul li.disabled label {
  cursor: default;
}
.reserveActive tbody td ul li.act01 {
  background-color: #ffeaea;
}
.reserveActive tbody td ul li.act02 {
  background-color: #ffeaf4;
}
.reserveActive tbody td ul li.act03 {
  background-color: #ffeaff;
}
.reserveActive tbody td ul li.act04 {
  background-color: #f4eaff;
}
.reserveActive tbody td ul li.act05 {
  background-color: #eaeaff;
}
.reserveActive tbody td ul li.act06 {
  background-color: #eaf4ff;
}
.reserveActive tbody td ul li.act07 {
  background-color: #eaffff;
}
.reserveActive tbody td ul li.act08 {
  background-color: #eafff4;
}
.reserveActive tbody td ul li.act09 {
  background-color: #eaffea;
}
.reserveActive tbody td ul li.act10 {
  background-color: #f4ffea;
}
.reserveActive tbody td ul li.act11 {
  background-color: #ffffea;
}
.reserveActive tbody td ul li.act12 {
  background-color: #fff4ea;
}
.reserveActive tbody .facility {
  padding: 0;
}
.reserveActive tbody .facility .ul_event {
  padding: 5px;
}
.reserveActive tbody .reserve_facility {
  display: block;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px dashed #888;
  background: #F5F5F5;
  padding-bottom: 3px;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.reserveActive tbody .reserve_facility:hover {
  background: #ffe695;
}
.reserveActive tbody td.highlight .reserve_facility {
  background: #ffe695;
}
.reserveActive tbody td.highlight ul {
  color: black;
  border-top: 1px dashed #666;
}
.reserveActive tbody td.highlight ul li:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.4);
}
.reserveActive tbody td.highlight ul li.checked label.highlight {
  background: transparent !important;
}
.reserveActive tbody td.highlight ul li.checked:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.7);
}

.highlightCancel b {
  font-size: 1.5em;
  color: #E01414;
}

.v-calendar tfoot {
  border-top: 3px double #333;
}
.v-calendar tfoot td {
  padding: 10px 5px;
  font-weight: bold;
  background: #EEE;
}
.v-calendar thead td .mini-info {
  margin-bottom: 0;
  display: inline;
  width: auto;
}
.v-calendar thead td .mini-info:after {
  content: "";
  clear: both;
  display: block;
}
.v-calendar thead td .mini-info dt {
  margin-right: 10px;
  margin-bottom: 3px;
  clear: both;
  float: left;
  width: 8rem;
  text-align: center;
}
.v-calendar thead td .mini-info dd {
  float: left;
  margin-bottom: 3px;
}

/* ------------------------------

event calendar
v calendar date

------------------------------ */
.event-calendar {
  width: auto;
}
.event-calendar:after {
  content: "";
  clear: both;
  display: block;
}
.event-calendar .v-calendar {
  float: left;
}
.event-calendar .v-calendar-date {
  width: 80px;
}
.event-calendar .v-calendar-event {
  width: 920px;
  overflow-x: scroll;
}
.event-calendar .v-calendar-date table {
  background: #ccc;
}
.event-calendar .v-calendar-event table th, .event-calendar .v-calendar-event table td {
  white-space: nowrap;
}
.event-calendar .formGroup {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .event-calendar .v-calendar-event {
    width: calc(100% - 80px);
  }
}
/* ------------------------------

h calendar

------------------------------ */
.h-calendar {
  margin: 0 auto 15px;
  width: auto;
}
.h-calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BCBCBC;
  border: 0;
}
.h-calendar th, .h-calendar td {
  padding: 3px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #BCBCBC;
}
.h-calendar thead th {
  background: #666;
  color: #FFF;
}
.h-calendar td.holiday {
  background: #ffdfe2;
}
.h-calendar th.plain, .h-calendar td.plain {
  background: transparent;
  border: none;
  color: #222;
}

/* ------------------------------

 page return

------------------------------ */
.page_return {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.page_return a {
  color: #ff9907;
}
.page_return a:hover {
  color: #d11717;
}

/* ------------------------------

 page navi

------------------------------ */
.page_navi {
  margin: 10px auto 10px;
  width: 100%;
  /*font-size:12px;*/
}
.page_navi:before {
  content: "";
  display: table;
}
.page_navi:after {
  content: "";
  display: table;
  clear: both;
}
.page_navi p {
  margin-right: 25px;
  float: left;
}
.page_navi p b {
  font-size: 18px;
  font-weight: bold;
}
.page_navi p span {
  font-weight: bold;
}
.page_navi ol {
  text-align: left;
  float: right;
}
.page_navi ol li {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #232323;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #cacaca;
  background: #fff;
}

*:first-child + html .page_navi ol li,
* html #page-footer .page_navi ol li {
  display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 3px;
}

.page_navi ol li b {
  display: block;
  font-weight: bold;
  color: #232323;
  background: #eaeaea;
}
.page_navi ol li a {
  font-weight: normal;
  display: block;
  color: #232323;
  background: #eaeaea;
  text-decoration: none;
}
.page_navi ol li a.page_on {
  background: #eaeaea;
}
.page_navi ol li a:hover {
  text-decoration: none;
  background: #d11717;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page_navi {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
/* ------------------------------

　ブログ

------------------------------ */
.common_block {
  padding: 15px;
  width: auto;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.common_block h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: -15px -15px 0;
  padding: 6px 15px;
  background-color: #f4f4f4;
  margin-bottom: 15px;
  line-height: 1.35;
  font-size: 18px;
  font-weight: bold;
  border: none;
  color: #ff8314;
}
.common_block h3 a {
  text-decoration: none;
  color: #ff8314;
  word-break: break-all;
}
.common_block h3 a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common_block h3 a:hover {
  color: #d11717;
}
.common_block h3 > span {
  margin: 5px;
  margin-left: 0;
}
.common_block h3 > span.unread {
  margin: 0;
  margin-left: auto;
}
.common_block table th {
  width: 5.25rem;
}

@media screen and (min-width: 769px) {
  .common_block:before {
    content: "";
    display: table;
  }
  .common_block:after {
    content: "";
    display: table;
    clear: both;
  }
  .common_block em {
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #d11717;
    border-radius: 4px;
  }
  .common_block img {
    margin: 0 10px 0 0;
    padding: 1px;
    border: 5px solid #e0e0e0;
    float: left;
    max-width: 80%;
  }
  .common_block p {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .common_block .common_btn a {
    margin: 0 0 0 auto;
    width: 100px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: url(../images/blog-next.jpg) 0 0 no-repeat;
  }
  .common_block .common_btn a:hover {
    filter: alpha(opacity=60);
  }
  .common_block .common_data {
    font-size: 14px;
    color: #ff8400;
  }
  .common_block .common_data dt {
    width: 6.5em;
    float: left;
  }
  .common_block .common_data dd {
    padding-left: 6.5em;
  }

  .side_box {
    margin-bottom: 30px;
  }
  .side_box h3 {
    width: 258px;
  }
  .side_box ul {
    margin: 10px auto;
    width: 260px;
  }
  .side_box li a {
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/footer-list.gif) no-repeat 0 4px;
    color: #222;
  }
  .side_box li a:hover {
    color: #ff0000;
  }

  .index-side2 {
    margin: 10px auto;
  }
  .index-side2 ul {
    margin: 0 auto;
  }
  .index-side2 li {
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .index-side2 li img {
    width: 100%;
  }
  .index-side2 li.la p {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .common_block {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ca-main {
    width: auto;
    float: none;
  }

  .common_block {
    padding: 10px;
    width: auto;
    margin-right: 10px;
  }
  .common_block:before {
    content: "";
    display: table;
  }
  .common_block:after {
    content: "";
    display: table;
    clear: both;
  }
  .common_block em {
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #d11717;
    border-radius: 4px;
  }
  .common_block h3 {
    margin: -10px -10px 10px;
    padding: 6px 10px;
    font-size: 16px;
  }
  .common_block img {
    margin: 0 10px 0 0;
    padding: 1px;
    border: 5px solid #e0e0e0;
    float: left;
    max-width: 80%;
  }
  .common_block p {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .common_block .common_btn a {
    margin: 0 0 0 auto;
    width: 100px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: url(../images/blog-next.jpg) 0 0 no-repeat;
  }
  .common_block .common_btn a:hover {
    filter: alpha(opacity=60);
  }
  .common_block .common_data {
    font-size: 14px;
    color: #ff8400;
  }
  .common_block .common_data dt {
    width: 6.5em;
    float: left;
  }
  .common_block .common_data dd {
    padding-left: 6.5em;
  }

  .side_box {
    margin-bottom: 30px;
  }
  .side_box ul {
    margin: 10px auto;
  }
  .side_box li a {
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/footer-list.gif) no-repeat 0 4px;
    color: #222;
  }
  .side_box li a:hover {
    color: #ff0000;
  }

  .index-side2 {
    margin: 10px auto;
  }
  .index-side2 ul {
    margin: 0 auto;
  }
  .index-side2 li {
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .index-side2 li img {
    width: 100%;
  }
  .index-side2 li.la p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ca-main {
    width: 100%;
    border-bottom: 0;
  }

  .common_block {
    padding: 10px;
    width: auto;
  }
  .common_block:before {
    content: "";
    display: table;
  }
  .common_block:after {
    content: "";
    display: table;
    clear: both;
  }
  .common_block em {
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #d11717;
    border-radius: 4px;
  }
  .common_block img {
    margin: 0 10px 0 0;
    padding: 1px;
    border: 5px solid #e0e0e0;
    display: block;
  }
  .common_block p {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    line-height: 1.6;
    display: block;
  }
  .common_block .common_btn a {
    margin: 0 0 0 auto;
    width: 100px;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background: url(../images/blog-next.jpg) 0 0 no-repeat;
  }
  .common_block .common_btn a:hover {
    filter: alpha(opacity=60);
  }
  .common_block .common_data {
    font-size: 14px;
    color: #ff8400;
  }
  .common_block .common_data dt {
    width: 6.5em;
    float: left;
  }
  .common_block .common_data dd {
    padding-left: 6.5em;
  }

  .side_box {
    margin-bottom: 30px;
  }
  .side_box h3 {
    margin-left: 10px;
  }
  .side_box ul {
    margin: 10px auto;
    padding: 10px;
  }
  .side_box li a {
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/footer-list.gif) no-repeat 0 4px;
    color: #222;
  }
  .side_box li a:hover {
    color: #ff0000;
  }

  .index-side2 {
    margin: 10px auto;
  }
  .index-side2 ul {
    margin: 0 auto;
  }
  .index-side2 li {
    width: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .index-side2 li img {
    width: 100%;
  }
  .index-side2 li.la p {
    display: none;
  }
}
/* ------------------------------

   recruit

  ------------------------------ */
#recruit {
  width: 960px;
  margin: 0 auto;
  clear: both;
}
#recruit:before {
  content: "";
  display: table;
}
#recruit:after {
  content: "";
  display: table;
  clear: both;
}
#recruit p {
  padding: 10px 10px 30px 10px;
}

.recruit-left {
  width: 570px;
  margin-right: 20px;
  float: left;
  margin-top: 20px;
  font-size: 16px;
}

.recruit-right {
  width: 340px;
  float: right;
  margin-top: 20px;
}

.recruit01,
.recruit02 {
  width: 960px;
  margin: 10px auto;
  margin-bottom: 50px;
  clear: both;
}

.recruit01,
.recruit02:before,
.recruit01,
.recruit02:after {
  content: "";
  display: table;
}

.recruit01,
.recruit02:after {
  clear: both;
}

.recruit01 p {
  color: #ff8a00;
  font-size: 18px;
  padding: 10px;
}
.recruit01 h4 {
  background: url(../images/recruit-title01.gif) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0;
  height: 50px;
  clear: both;
}
.recruit01 h5 {
  background: url(../images/recruit-title02.gif) 0 0 no-repeat;
  text-indent: -9999px;
  height: 67px;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

.recruit01-left {
  width: 620px;
  margin: 20px auto;
  float: left;
}

.recruit01 table {
  width: 98%;
  font-size: 16px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-top: dotted 2px #f8bb89;
}
.recruit01 table th {
  width: 180px;
  text-align: left;
  padding: 5px;
  vertical-align: top;
  font-weight: normal;
  border-bottom: dotted 2px #f8bb89;
  background-color: #ffe5bb;
}
.recruit01 table td {
  padding: 5px;
  border-bottom: dotted 2px #f8bb89;
  text-align: left;
  font-weight: normal;
  background-color: #fff;
}

.recruit01-right {
  width: 280px;
  margin: 20px auto;
  float: right;
}

.recruit02 h5 {
  background: url(../images/recruit-title03.gif) 0 0 no-repeat;
  text-indent: -9999px;
  height: 67px;
  clear: both;
}

.recruit-pc {
  width: 910px;
  height: 212px;
  margin: 20px auto;
  background: url(../images/recruit-tel.gif) 0 0 no-repeat;
  text-indent: -9999px;
}

.recruit-sm {
  display: none;
}

@media screen and (max-width: 1024px) {
  #recruit {
    margin: 0 auto;
    clear: both;
  }
  #recruit:before {
    content: "";
    display: table;
  }
  #recruit:after {
    content: "";
    display: table;
    clear: both;
  }

  .recruit-left {
    margin: 10px;
    font-size: 16px;
  }

  .recruit-right {
    margin: 10px;
  }

  .recruit01,
.recruit02 {
    margin: 10px auto;
    margin-bottom: 50px;
    clear: both;
  }

  .recruit01,
.recruit02:before,
.recruit01,
.recruit02:after {
    content: "";
    display: table;
  }

  .recruit01,
.recruit02:after {
    clear: both;
  }

  .recruit01 p {
    color: #ff8a00;
    font-size: 16px;
    padding: 10px;
  }
  .recruit01 h4 {
    margin: 10px auto;
    color: #ffffff;
    background-color: #9bc342;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    line-height: 40px;
  }
  .recruit01 h5 {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 18px;
    color: #84bc4d;
    font-weight: bold;
  }

  .recruit01-left {
    margin: 20px auto;
  }

  .recruit01 table {
    width: 98%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    border: solid 1px #f8bb89;
  }
  .recruit01 th {
    display: block;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    background-color: #ffcd8d;
  }
  .recruit01 td {
    display: block;
    padding: 5px;
    text-align: left;
    font-weight: normal;
  }

  .recruit01-right {
    margin: 10px;
  }

  .recruit02 h5 {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 18px;
    color: #84bc4d;
    font-weight: bold;
  }

  .recruit-pc {
    display: none;
  }

  .recruit-sm {
    margin: 10px;
    padding: 10px;
    border: solid 1px #7eb945;
    margin-bottom: 30px;
  }
  .recruit-sm p.r-tel {
    font-size: 36px;
    color: #7eb945;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  #calendar .midori {
    float: left;
    color: #d11717;
    font-size: 21px;
    font-weight: bold;
  }
  #calendar .ca-right {
    float: right;
  }
  #calendar #main_form > p:last-child {
    margin: 0 10px 10px;
  }
  #calendar table {
    width: 100%;
    border-bottom: #cacaca;
    margin-bottom: 40px;
  }
  #calendar th {
    display: none;
  }
  #calendar td {
    display: block;
    width: 100%;
    background: #fff;
    border-top: 1px solid #cacaca;
  }
  #calendar th::after,
#calendar td::after {
    content: "";
    display: block;
    clear: both;
  }
  #calendar .ca-day,
#calendar .ca-youbi,
#calendar .sun,
#calendar .sat,
#calendar .ca-l-yotei {
    float: left;
  }
  #calendar .ca-day,
#calendar .ca-youbi,
#calendar .sun,
#calendar .sat {
    width: 3em;
    padding: 10px 0;
    background: #ececec;
    text-align: center;
  }
  #calendar .holiday01,
#calendar .sun01 {
    color: #f00;
  }
  #calendar .holiday01 .ca-day,
#calendar .holiday01 .sun,
#calendar .holiday01 .ca-youbi {
    background: #ffe4e3;
    padding-bottom: 10px;
  }
  #calendar .sat01 .ca-day,
#calendar .sat01 .sat,
#calendar .sat01 .ca-youbi {
    background: #c8effc;
    padding-bottom: 10px;
  }
  #calendar .sun01 .ca-day,
#calendar .sun01 .sun,
#calendar .sun01 .ca-youbi {
    background: #ffe4e3;
    padding-bottom: 10px;
  }
  #calendar .ca-yotei {
    padding: 0;
  }
  #calendar .ca-l-yotei {
    padding: 10px;
  }
  #calendar .ca-yoyaku {
    padding: 0;
  }
  #calendar .ca-l-yotei li {
    text-indent: -1em;
    margin-left: 1em;
  }
  #calendar .ca-l-yotei li:before {
    content: "・";
  }
}
/* ---------------------予約カレンダー上部アイコン------------------------ */
.ca-box2 {
  padding: 0 3px;
  text-align: left;
  clear: both;
  margin-top: 10px;
}
.ca-box2 p {
  margin-bottom: 10px;
}
.ca-box2 label {
  padding-left: 5px;
}

.bg_checkbox li {
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
  padding: 0;
}

.ca-box3 {
  margin-top: 10px;
}
.ca-box3 input {
  text-align: left;
  vertical-align: central;
  margin: 10px 0;
}

.bg_checkbox input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ca-yoyaku .reserve {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ca-yoyaku .reserve input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .reserve input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-yoyaku-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .reserve input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-yoyaku-on.gif);
}
.ca-yoyaku .lunch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ca-yoyaku .lunch input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .lunch input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-bento-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .lunch input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-bento-on.gif);
}
.ca-yoyaku .reserveCancel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ca-yoyaku .reserveCancel input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .reserveCancel input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-yoyaku-cancel-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .reserveCancel input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-yoyaku-cancel-on.gif);
}
.ca-yoyaku .lunchCancel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.ca-box3 input.nav_next {
  width: 84px;
  height: 25px;
  border: 0px;
  text-indent: -9999px;
  background: url(../images/ca-next.gif) 0 0 no-repeat;
}
.ca-box3 input.nav_back {
  width: 84px;
  border: 0px;
  height: 25px;
  text-indent: -9999px;
  background: url(../images/ca-back.gif) 0 0 no-repeat;
}

#calendar .ca-icon {
  margin: 0 auto 5px;
}

@media screen and (min-width: 1025px) {
  #calendar {
    width: 1000px;
    margin: 10px auto;
    margin-bottom: 50px;
  }
  #calendar p {
    margin: 10px auto;
  }
  #calendar table {
    width: 100%;
    border: 3px solid #cacaca;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #calendar th {
    border: 1px solid #cacaca;
    background-color: #ececec;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar th.sat01 {
    border: 1px solid #cacaca;
    background-color: #ececec;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar th.sun01 {
    border: 1px solid #cacaca;
    background-color: #ffd7d4;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar td {
    border: 1px solid #cacaca;
    width: 12%;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    padding-bottom: 30px;
  }
  #calendar td.sun01, #calendar td.holiday01 {
    background-color: #ffe4e3;
    color: red;
    font-weight: bold;
  }
  #calendar td.cancel01 {
    background-color: #eaeffd;
  }
  #calendar .ca-l-yotei ul {
    padding: 0 0 10px 10px;
  }

  .sun,
.sat {
    display: none;
  }

  .sunky {
    background-color: #eaeaea;
    padding: 5px;
    text-align: center;
  }

  .ca-day {
    text-align: center;
    line-height: 25px;
    background-color: #fff1c3;
    border-bottom: 1px solid #cacaca;
  }
  .ca-day p {
    color: #1567c3;
    display: inline;
    margin-left: 10px;
  }

  .ca-youbi {
    display: none;
  }

  .ca-l-yotei {
    min-height: 50px;
  }

  .ca-yotei {
    text-align: center;
    padding: 2px;
    font-size: 12px;
  }
  .ca-yotei p {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    display: inline;
  }

  .ca-yoyaku {
    word-wrap: break-word;
    text-align: center;
    padding: 5px 5px;
  }

  .ca-yotei li {
    font-size: 12px;
    padding-left: 10px;
  }

  .ca-box {
    width: 1000px;
    margin: 10px auto;
  }
  .ca-box:before {
    content: "";
    display: table;
  }
  .ca-box:after {
    content: "";
    display: table;
    clear: both;
  }

  .ca-left {
    vertical-align: central;
  }
  .ca-left p.midori {
    font-size: 22px;
    font-weight: bold;
    color: #d11717;
    vertical-align: central;
    text-align: center;
  }

  .ca-right {
    width: 33%;
    margin-top: -60px;
    text-align: right;
    float: right;
  }

  .ca-left img,
.ca-right img {
    margin-top: 20px;
  }

  /* ---------------------予約カレンダー上部アイコン------------------------ */
  .ca-box2 {
    width: 960px;
    text-align: left;
    clear: both;
  }
  .ca-box2 label {
    padding-left: 5px;
  }

  .bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    padding: 0;
  }

  .ca-box3 input {
    text-align: left;
    vertical-align: central;
    margin-top: 20px;
  }

  .bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  .ca-yoyaku .reserve {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .reserve input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .reserve input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-yoyaku-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .reserve input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-yoyaku-on.gif);
  }
  .ca-yoyaku .lunch {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .lunch input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .lunch input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-bento-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .lunch input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-bento-on.gif);
  }
  .ca-yoyaku .reserveCancel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-yoyaku-cancel-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-yoyaku-cancel-on.gif);
  }
  .ca-yoyaku .lunchCancel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  .ca-yoyaku .lunchCancel input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  #calendar .ca-icon {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 5px;
  }
  #calendar .ca-icon li {
    cursor: auto;
  }

  .ca-box2 ul {
    width: 960px;
    margin: 0 auto;
  }
  .ca-box2 ul:before {
    content: "";
    display: table;
  }
  .ca-box2 ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .ca-box2 li {
    width: 310px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .ca-box2 p {
    font-size: 14px;
    /*color:#ff8400;*/
    /*font-weight:bold;*/
    vertical-align: central;
  }

  .ca-box3 p {
    font-size: 21px;
    color: #ff8400;
    font-weight: bold;
    vertical-align: central;
  }
  .ca-box3 input.nav_next {
    width: 84px;
    height: 25px;
    border: 0px;
    text-indent: -9999px;
    background: url(../images/ca-next.gif) 0 0 no-repeat;
  }
  .ca-box3 input.nav_back {
    width: 84px;
    border: 0px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/ca-back.gif) 0 0 no-repeat;
  }

  #pageContents .ca-box3 input.nav_send {
    background: url(../images/btn-send2.gif) 0 0 no-repeat;
    width: 310px;
    height: 60px;
    border: 0px;
    text-indent: -9999px;
    cursor: pointer;
  }
  #pageContents .ca-box3 span {
    font-size: 22px;
    margin-right: 10px;
    color: #ff8400;
    font-weight: bold;
    text-decoration: none;
  }

  .ca-box2 select {
    font-size: 18px;
  }

  p.orenji {
    font-size: 18px;
    color: #ff8400;
    font-weight: bold;
    padding-top: 30px;
  }

  #pageContents span {
    font-weight: bold;
    color: #ff0000;
  }
}
@media screen and (max-width: 1024px) {
  #formmailBox div {
    text-align: center;
    margin: 20px 0;
    color: #f00;
  }

  .form_send {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #formmailBox div {
    text-align: center;
    margin: 20px 0 30px;
    color: #f00;
  }
}
/* Web施設申し込みのボタン */
.btn-css,
.btn-css2,
a.nav_back {
  text-align: center;
}

.btn-css button,
.btn-css2 button,
.nav_back button {
  border: none;
  cursor: pointer;
}

.btn-css button {
  margin: 0;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  border: none;
  background: url(../images/btn-red.png) #d11717 8px 11px no-repeat;
}

.btn-css2 button {
  margin: 0;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  background: url(../images/btn-gre.png) #c8c8c8 8px 11px no-repeat;
  border-radius: 4px;
  border: none;
}

a.nav_back {
  margin: 0 0 10px;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  border: none;
  background: url(../images/btn-red2.png) #d11717 8px 11px no-repeat;
}

@media screen and (min-width: 1025px) {
  .btn-css,
.btn-css2 {
    text-align: center;
    display: inline;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-css,
.btn-css2 {
    text-align: center;
    margin: 20px 10px 20px 0;
  }
}
/* マイページのナビゲーション */
.mypageNav {
  margin: 20px 0;
}
.mypageNav:after {
  display: block;
  clear: both;
  content: "";
}
.mypageNav li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e5dfdb;
}
.mypageNav li:first-child {
  border-left: 1px solid #e5dfdb;
}
.mypageNav a {
  display: block;
  padding: 5px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .mypageNav {
    border-bottom: 1px solid #e5dfdb;
  }
  .mypageNav li {
    border-top: 1px solid #e5dfdb;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .mypageNav li {
    width: 25%;
  }
}
/* ログアウト */
.mypageLogout {
  display: inline-block;
  float: right;
  margin-right: 2%;
}
.mypageLogout a {
  font-size: 12px;
  text-decoration: underline;
}

/* 請求書・領収書・代理受領通知書 */
.noticeTable h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.noticeTable table td,
.noticeTable table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
.noticeTable table td:nth-of-type(1) {
  width: 3rem;
}
.noticeTable table td:nth-of-type(2) {
  text-align: left;
  line-height: 1.35;
  width: auto;
}
.noticeTable table td:nth-of-type(3), .noticeTable table td:nth-of-type(4), .noticeTable table td:nth-of-type(5) {
  width: 7rem;
}
.noticeTable table td:nth-of-type(3) a, .noticeTable table td:nth-of-type(4) a, .noticeTable table td:nth-of-type(5) a {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .noticeTable table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .noticeTable table th {
    display: none;
  }
  .noticeTable table td {
    margin-top: -1px;
  }
  .noticeTable table td:nth-of-type(1) {
    width: 20%;
    background-color: #f2f2f2;
    border-right: none;
  }
  .noticeTable table td:nth-of-type(2) {
    width: 80%;
    text-align: left;
  }
  .noticeTable table td:nth-of-type(3), .noticeTable table td:nth-of-type(4), .noticeTable table td:nth-of-type(5) {
    width: 100%;
    text-align: right;
    border-top: none;
  }
  .noticeTable table td:nth-of-type(3):before, .noticeTable table td:nth-of-type(4):before, .noticeTable table td:nth-of-type(5):before {
    content: "";
    display: block;
    position: relative;
    top: 7px;
    float: left;
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(3):before, .noticeTable table td:nth-of-type(4):nth-of-type(3):before, .noticeTable table td:nth-of-type(5):nth-of-type(3):before {
    content: "請求書";
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(4):before, .noticeTable table td:nth-of-type(4):nth-of-type(4):before, .noticeTable table td:nth-of-type(5):nth-of-type(4):before {
    content: "領収書 ";
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(5):before, .noticeTable table td:nth-of-type(4):nth-of-type(5):before, .noticeTable table td:nth-of-type(5):nth-of-type(5):before {
    content: "代理受領通知書";
  }
}
/*# sourceMappingURL=style.css.map */