@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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

/*
===== 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,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) 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:after {
  content: "";
  clear: both;
  display: block; }

@media screen and (min-width: 1025px) {
  .headerInner {
    position: relative;
    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; }

.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 {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .headerLogo {
    width: 220px; } }

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

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: 590px; } }

@media screen and (max-width: 1024px) {
  .headerTel, .headerText {
    width: calc(100% - 220px); } }

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

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: -.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: "\f0da"; } }

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

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: auto; }
  .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 15px 10px;
  width: calc(47%);
  display: inline-block; }

.footerProfile dt {
  font-weight: bold;
  line-height: 1.5; }

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

@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; }
  .footerProfileBranch dl {
    margin: 0 0 15px 0;
    width: 100%;
    display: block; } }

/*
.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%; } }

/* ==================== ページ ==================== */
body {
  position: relative; }

td label:hover {
  cursor: pointer; }

td input[type="radio"]:hover, td input[type="checkbox"]:hover {
  cursor: pointer; }

select {
  min-width: 45px; }
  select:hover {
    cursor: pointer; }

/* android 4.4.2対応 */
option {
  font-size: 16px; }

/* IE11でlabel内の画像がクリックできなくなるバグの対応 */
label img {
  pointer-events: none; }

/*
===== 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);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-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: "\f0da"; }

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

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

/* ==================== 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: "\f0da";
      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; }

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

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

/* ==================== 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: "\f1c1";
      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 ======================================== */
.mb5 {
  margin-bottom: 5px !important; }

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

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

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

.ml5 {
  margin-left: 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; }

.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-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: "\f0da";
  margin-right: 3px; }

.btn-sm.prev:before {
  content: "\f100";
  margin-right: 3px; }

.btn-sm.next:after {
  content: "\f101";
  margin-left: 3px; }

.btn-sm.add:before {
  content: "\f055";
  margin-right: 3px;
  color: #E8450B; }

.btn-sm.print:before {
  content: "\f02f";
  margin-right: 3px; }

.btn-sm.edit:before {
  content: "\f044";
  margin-right: 3px; }

.btn-sm.delete:before {
  content: "\f00d";
  margin-right: 3px;
  color: #E8450B; }

.btn-sm.cancel:before {
  content: "\f05e";
  margin-right: 3px;
  color: #F5C631; }

.btn-sm.save:before {
  content: "\f0c7";
  margin-right: 3px;
  color: #5a76a8; }

.btn-sm.draft:before {
  content: "\f040";
  margin-right: 3px;
  color: #674789; }

.btn-sm.reserve:before {
  content: "\f274";
  margin-right: 3px;
  color: #E8450B;
  content: "\f274";
  margin-right: 3px;
  color: #E8450B; }

.btn-sm.check:before {
  content: "\f00c";
  margin-right: 3px;
  color: #3cad6f; }

.btn-sm.return:before {
  content: '\f104';
  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: "\f0da";
    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: '\f105'; }

.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: '\f105'; }

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;
  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: 10em;
    background: #5171ea; }
  .label.service03 {
    font-weight: normal;
    width: 10em;
    background: #49d0a8; }
  .label.service06 {
    font-weight: normal;
    width: 10em;
    background: #5a76a8; }

.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: "\f111";
    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; }

textarea[name="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;
    /*color: #000;*/
    font-weight: bold;
    background: #f1f1f1; }
  .mypageTop figure {
    float: left;
    margin-right: 20px;
    /*width: 15%;
    max-width: 120px;*/
    width: 180px; }
    .mypageTop figure img {
      width: 100%; }
  .mypageTop .mypageTopText {
    overflow: hidden; }
  .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 {
	margin-bottom: 15px;
	width: 100%;
	background: #FFF;
}

.mypageTop .mypageTopText th ,
.mypageTop .mypageTopText td {
	border-bottom: 1px dotted #CCC;
	line-height: 1.5;
	padding: 5px;
	font-size: 16px;
}

.mypageTop .mypageTopText th {
	padding-left: 15px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	background: url(../images/index_72.gif) no-repeat 0 .7em;
}
*/
.mypageTop .mypageTopText table, .mypageTop .mypageTopText th, .mypageTop .mypageTopText td {
  border: 0;
  text-align: left; }

.mypageTop .mypageTopText table {
  /*margin-bottom: 0;*/ }
  .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-top: 5px;
  padding: 5px;
  background: #eaeffd;
  text-align: center; }
  .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; }

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 #CCC;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF; }
  .operation h2 {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    background: #E01414; }

.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;
  margin: 0 -5px 10px; }
  .contactbookImages:after {
    display: block;
    clear: both;
    content: ''; }
  .contactbookImages li {
    float: left;
    text-align: center;
    width: 50%; }
  .contactbookImages a {
    display: block;
    padding: 3px 5px; }
  .contactbookImages li img {
    width: 100%;
    max-width: none;
    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 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; } }

.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: '\f0d7';
  font-family: 'FontAwesome'; }

.contactCarePlanView.on {
  top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .contactCarePlanView.on:before {
    content: '\f0d8'; }

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

.mypageReserve .sat, .mypageReserve .sun {
  display: table-cell; }

.mypageReserve .facility div, .mypageReserve .holiday div {
  text-align: center; }

.mypageReserveFacilityGroup {
  display: none; }

.mypageReserve .costPlan li {
  display: inline;
  text-align: left; }
  .mypageReserve .costPlan li:first-child {
    font-weight: bold; }

.mypageReserve .close .facilityLabel {
  display: inline-block; }

.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; }
    .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 .facility {
      width: 49%;
      margin-right: 1%;
      padding: 0;
      margin-bottom: 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .mypageReserve .facility label, .mypageReserve .facility .facilityLabel {
        display: block;
        padding: 5px;
        background: #f1f1f1;
        -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 .close .facilityLabel {
      color: #999;
      background: #f5f5f5; }
    .mypageReserve .facility.highlight {
      /*background: none;*/ }
      .mypageReserve .facility.highlight label {
        background: #ffe695; }
    .mypageReserve .facility.highlightCancel label {
      background: #eaeffd; }
    .mypageReserve .lunchBox, .mypageReserve .lunchNoBox, .mypageReserve .placeStart, .mypageReserve .placeEnd {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 49%;
      margin: 0 1% 5px 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;
      -moz-transform: scale(1.4);
      -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; }
      .mypageReserve .lunchBox label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f1f1f1; }
      .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: 49%; }
    .mypageReserve .mukaeHour {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /*width: 99%;*/
      margin-right: 1%; }
      .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: left;
        width: 49%;
        margin-top: 5px;
        margin-right: 1%;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        background: #f1f1f1; }
      .mypageReserve .costPlan li {
        display: inline-block;
        text-align: left; }
        .mypageReserve .costPlan li:first-child {
          display: block;
          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: 0;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 10px 0 0 0; }
      .mypageReserve .cancel .mypageReserveBorder {
        left: 0; }
      .mypageReserve .cancel .btn {
        margin-left: 50px; }
    .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; }
  .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; }
  /*
  .mypageReserve .costPlan .costPlanBox:before {
      display: block;
      content: '実費';
      line-height: 1;
      margin-top: 10px;
      font-weight: bold;
  }
  */ }

@media screen and (max-width: 768px) {
  .mypageReserve .facility {
    width: 99%; }
  .mypageReserve .costPlan ul {
    float: none;
    width: 100%; } }

@media screen and (min-width: 1025px) {
  .mypageReserve .costPlan ul {
    margin-bottom: 5px;
    padding: 5px;
    background: #f1f1f1; }
  .mypageReserve .costPlan li {
    text-align: center; }
  .mypageReserve .facilityName {
    display: none; }
  .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; }

/*
li.absence {
    background: #ff3f46;
    width: 4em;
}
*/
.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.pick {
    background: #62ca4b;
}
*/
.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-group06 {
  background: #f5f1ff; }

.calendar-time-title03 {
  background: #49d0a8; }

.calendar-time-title06 {
  background: #5a76a8; }

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

/* 20190613追記 */
/* ======================================== 前のコメントやチェックを見る ======================================== */
.careIconGroup {
  margin: 0 auto 5px; }
  .careIconGroup:after {
    display: block;
    clear: both;
    content: ''; }
  .careIconGroup .fa {
    position: relative;
    top: 2px;
    font-size: 21px; }

.beforeComment {
  position: relative;
  margin-bottom: 10px; }
  .beforeComment dt {
    display: inline-block;
    line-height: 1;
    padding: 6px;
    margin-bottom: 4px;
    background: #f1f1f1;
    font-size: 12px; }
  .beforeComment dd {
    line-height: 1.5;
    text-align: left;
    display: inline-block; }

.careContent01 h4 {
  font-weight: bold; }

.careContent01 table .contactbookTextCheck {
  width: 60px; }

.careContent01 table .contactbookTextPurpose {
  width: 200px; }

.careContent01 table .contactbookTextTitle {
  width: 200px; }

.careContent01 table tbody th {
  text-align: left; }

/* ==================== 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: "\f00c";
  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: "\f00c";
  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: ''; }

.ebox-content.careContent01 h4 {
  font-weight: bold; }

.ebox-content.careContent01 thead th {
  width: auto; }
  .ebox-content.careContent01 thead th:first-child {
    max-width: initial; }

.ebox-content.careContent01 tbody th {
  text-align: left;
  max-width: initial;
  width: auto; }

/* ======================================== inputIcon ======================================== */
.inputIcon .fa-dot-circle-o {
  color: #E01414; }

.inputIcon .fa-circle-o {
  color: #EF8237; }

.inputIcon .iconTriangle01 {
  display: inline-block;
  position: relative;
  line-height: 1; }
  .inputIcon .iconTriangle01 img {
    width: 20px; }

.inputIcon .fa-close {
  color: #999; }

.inputIcon label.radio02 {
  width: 55px; }

.common_block .inputIcon img {
  margin: auto;
  padding: 0;
  border: 0;
  float: none;
  max-width: 100%; }

/* ======================================== チェックボックス・ラジオボタン04 ======================================== */
input.radio04 {
  display: none; }

label.radio04 {
  display: inline-block;
  position: relative;
  float: left;
  margin-left: -1px;
  border: 1px solid #ccc;
  line-height: 36px;
  height: 36px;
  width: 40px;
  text-align: center;
  -webkit-box-shadow: 0 3px 0 #999;
  box-shadow: 0 3px 0 #999; }

input.radio04:first-child + label.radio04 {
  border-radius: 5px 0 0 5px;
  margin-left: 0; }

label.radio04:last-child {
  border-radius: 0 5px 5px 0; }

input[type=radio]:checked + .radio04 {
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffe695; }

@media screen and (max-width: 480px) {
  label.radio04 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 5px;
    line-height: 44px;
    height: 44px;
    width: 44px; }
  input.radio04:first-child + label.radio04, label.radio04:last-child {
    border-radius: 5px; } }

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: "\f111";
    left: 10px; }

.mypage-contact-list th, .mypage-contact-list td {
  padding: 5px; }

.mypage-contact-list .read {
  text-align: center; }

@media screen and (max-width: 480px) {
  .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;
  margin: 20px auto;
  /* 会話部分 */ }
  .mypageContact_container .mypageContact_contents {
    overflow: hidden;
    line-height: 135%;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    /* アイコン画像 */
    /* 相手の会話 */
    /* 自分の会話 */ }
    .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 {
      width: 100%;
      position: relative;
      display: block;
      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;
        padding: 10px;
        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;
        border-radius: 20px;
        background-color: #dbf4fd;
        margin: 0;
        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_form {
    clear: both;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mypageContact_container .mypageContact_form textarea {
      width: 99%;
      display: block;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px; }
    .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: "\f27a";
        color: #fff; }
      .mypageContact_container .mypageContact_form .btn:active {
        top: 5px;
        -webkit-box-shadow: none;
        box-shadow: none; }

@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 .form {
        text-align: right; }
    .mypageContact_container .mypageContact_form {
      position: relative; }
      .mypageContact_container .mypageContact_form textarea {
        width: calc(100% - 50px);
        height: 50px; }
      .mypageContact_container .mypageContact_form .btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: inline-block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .mypageContact_container .mypageContact_form .btn:before {
          text-indent: 0;
          position: absolute;
          top: 7px;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          font-size: 20px; }
        .mypageContact_container .mypageContact_form .btn:active {
          top: 0;
          -webkit-box-shadow: none;
          box-shadow: none; } }

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

/* ==================== 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: .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; }

.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: 14x;
  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; }

/* clearfix --------------------*/
/* -------------------- clearfix */
*: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; } }

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

　ブログ

------------------------------ */
@media screen and (min-width: 769px) {
  .common_block {
    padding: 10px;
    width: auto;
    border: 2px solid #cacaca;
    margin-bottom: 30px; }
    .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 {
      padding: 0 0 5px 5px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold;
      border: none;
      border-bottom: 1px dotted #cacaca;
      color: #ff8314; }
      .common_block h3 a {
        text-decoration: none;
        color: #ff8314; }
        .common_block h3 a:hover {
          color: #d11717; }
    .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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .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;
    border: 2px solid #cacaca;
    margin-bottom: 30px;
    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 {
      padding: 0 0 5px 5px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold;
      border: none;
      border-bottom: 1px dotted #cacaca;
      color: #ff8314; }
      .common_block h3 a {
        text-decoration: none;
        color: #ff8314; }
        .common_block h3 a:hover {
          color: #d11717; }
    .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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .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;
    border: 2px solid #cacaca;
    margin-bottom: 30px; }
    .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 {
      padding: 0 0 5px 5px;
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px dotted #cacaca;
      background: url(../images/icon1.gif) 0 0.45em no-repeat;
      color: #ff8314; }
      .common_block h3 a {
        text-decoration: none;
        color: #ff8400; }
        .common_block h3 a:hover {
          color: #d11717; }
    .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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  /*
  .sub {
  	width:100%;
  	}
  	*/
  .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; } }

@media screen and (min-width: 1025px) {
  /* ------------------------------
  
   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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .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; }
  /* clearfix --------------------*/
  .recruit01, .recruit02:before, .recruit01, .recruit02:after {
    content: "";
    display: table; }
  .recruit01, .recruit02:after {
    clear: both; }
  /* -------------------- clearfix */
  .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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .recruit-left {
    margin: 10px;
    font-size: 16px; }
  .recruit-right {
    margin: 10px; }
  /* -------------------------------------- */
  .recruit01, .recruit02 {
    margin: 10px auto;
    margin-bottom: 50px;
    clear: both; }
  /* clearfix --------------------*/
  .recruit01, .recruit02:before, .recruit01, .recruit02:after {
    content: "";
    display: table; }
  .recruit01, .recruit02:after {
    clear: both; }
  /* -------------------- clearfix */
  .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;
    vertical-align: top;
    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: "・"; }
  /*#calendar td div {
  	padding: 10px 0 0;
  }
  */
  /* ---------------------予約カレンダー上部アイコン------------------------ */
  .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-yoyaku .lunchCancel input[type="checkbox"] {
      position: absolute;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
  }
  
  .ca-yoyaku .lunchCancel input[type="checkbox"] + label {
      display: block;
      background-image: url(../images/c-btn-bento-cancel-off.gif);
      background-size: 50px;
      background-position: left top;
      background-repeat:no-repeat;
      margin: 0;
      padding: 0 50px 50px 0;
  }
  
  .ca-yoyaku .lunchCancel input[type="checkbox"]:checked + label {
      background-image: url(../images/c-btn-bento-cancel-on.gif);
  }
  */
  .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;
    /*background:url(../images/c-point.jpg) 0 7px no-repeat;*/ }
  .ca-box {
    width: 1000px;
    margin: 10px auto; }
    .ca-box:before {
      content: "";
      display: table; }
    .ca-box:after {
      content: "";
      display: table;
      clear: both; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .ca-left {
    /*width:33%;*/
    /*float: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; }
  /* clearfix --------------------*/
  /* -------------------- clearfix */
  .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; }
  /*.btn-css input[type="button"],
  .btn-css input[type="submit"] {
  	padding:8px 10px 8px 25px;
  	font-size:18px;
  	color:#fff;
  	border:none;
  	border-radius: 4px;
  	margin-top:-3px;
  	background:url(../images/btn-red.png) #d11717 5px 10px no-repeat;
  }*/
  /*.btn-css2 input[type="button"],
  .btn-css2 input[type="submit"] {
   	padding:8px 10px 8px 25px;
  	margin-bottom:10px;
  	font-size:18px;
  	color:#fff;
  	margin-top:-3px;
  	background:url(../images/btn-gre.png) #c8c8c8 5px 10px no-repeat;
  	border-radius: 4px;
  }*/ }

@media screen and (max-width: 1024px) {
  .btn-css, .btn-css2 {
    text-align: center;
    margin: 20px 10px 20px 0; }
  /*
  .btn-css em {
  	padding:5px 10px 5px 25px;
  	font-size:18px;
  	color:#fff;
  	border-radius: 4px;
  	background:url(../images/btn-red.png) #d11717 5px 10px no-repeat;
  }
  */
  /*
  .btn-css2 em {
  	padding:5px 10px 5px 25px;
  	font-size:18px;
  	color:#fff;
  	background:url(../images/btn-gre.png) #c8c8c8 5px 10px no-repeat;
  	border-radius: 4px;
  }
  
  .btn-css input[type="button"],
  .btn-css input[type="submit"] {
     padding:5px 10px 5px 25px;
  	font-size:18px;
  	color:#fff;
  	border-radius: 4px;
  	background:url(../images/btn-red.png) #d11717 5px 10px no-repeat;
  }
  
  .btn-css2 input[type="button"],
  .btn-css2 input[type="submit"] {
   	padding:5px 10px 5px 25px;
  	font-size:18px;
  	color:#fff;
  	background:url(../images/btn-gre.png) #c8c8c8 5px 10px no-repeat;
  	border-radius: 4px;
  }
  
  .btn-css input[type="button"],
  .btn-css input[type="submit"] {
  	padding:8px 10px 8px 25px;
  	font-size:18px;
  	width:250px;
  	color:#fff;
  	border:none;
  	border-radius: 4px;
  	margin-top:-3px;
  	background:url(../images/btn-red.png) #d11717 5px 10px no-repeat;
  }
  
  .btn-css2 input[type="button"],
  .btn-css2 input[type="submit"] {
   	padding:8px 10px 8px 25px;
  	margin-bottom:10px;
  	font-size:18px;
  	color:#fff;
  	margin-top:-3px;
  	background:url(../images/btn-gre.png) #c8c8c8 5px 10px no-repeat;
  	border-radius: 4px;
  }
  */ }

/* マイページのナビゲーション */
.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; }

/*# sourceMappingURL=style.css.map */