@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
 * -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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;
  -webkit-text-size-adjust: 100%;
}

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

------------------------------ */
/*
===========================================================
 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: "Noto Sans JP", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴシック ProN", "ＭＳ Ｐゴシック";
  margin: 0;
  color: #222;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.headerInner:after {
  clear: both;
  content: "";
  display: block;
}

.NoHomePage .headerInner {
  padding-right: 100px;
}

@media screen and (min-width: 1025px) {
  .headerInner {
    margin: 0 auto 10px;
    padding-top: 30px;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .pageHeader {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .NoHomePage .headerInner {
    padding-right: 0;
  }
}
/* --------------------
logo
-------------------- */
.headerLogo img {
  max-height: 80px;
  max-width: 400px;
}

.NoHomePage .headerLogo {
  width: 48%;
}
.NoHomePage .headerLogo img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.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 {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 200px;
  }
  .headerLogo img {
    max-height: 70px;
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  .headerLogo.headerLogo {
    display: table;
    width: auto;
  }
  .NoHomePage .headerLogo {
    display: block;
    float: none;
    width: calc(100% - 130px);
  }
}
/* --------------------
helpBtn
-------------------- */
.helpBtn.helpBtn {
  position: absolute;
  right: 5px;
  top: 0;
}
.helpBtn.helpBtn a {
  background-color: #00a984;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 #2b8453, 0 5px 0 0 #2b8453;
          box-shadow: inset 0 0 0 #2b8453, 0 5px 0 0 #2b8453;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 10px 15px;
  text-decoration: none;
}
.helpBtn.helpBtn a:before {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (min-width: 1025px) {
  .helpBtn.helpBtn {
    right: 0;
    top: 38px;
  }
}
@media screen and (max-width: 480px) {
  .helpBtn.helpBtn {
    right: 5px;
    top: 0;
    z-index: 50;
  }
  .helpBtn.helpBtn a {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0;
    padding: 0;
  }
  .helpBtn.helpBtn a:before {
    display: block;
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    width: 35px;
  }
}
/* --------------------
header inquiry
-------------------- */
.headerTel,
.headerText {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.headerText p {
  line-height: 1.3;
}

.NoHomePage .headerTel,
.NoHomePage .headerText {
  float: right;
  max-width: 45% !important;
  width: auto !important;
}

@media screen and (min-width: 1025px) {
  .headerTel,
  .headerText {
    width: 490px;
  }
  .NoHomePage.NoHomePage .headerTel,
  .NoHomePage.NoHomePage .headerText {
    width: 490px;
  }
}
@media screen and (max-width: 1024px) {
  .headerTel,
  .headerText {
    width: calc(100vw - 305px);
  }
}
@media screen and (max-width: 480px) {
  .headerTel.headerTel {
    float: right;
    margin: 0 10px;
    padding-right: 40px;
    width: 35px;
  }
  .NoHomePage .headerText {
    float: none;
    max-width: 100% !important;
  }
  .NoHomePage .headerTel {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* --------------------
header tel
-------------------- */
@media screen and (min-width: 1025px) {
  .headerTel p {
    font-size: 12px;
  }
  .headerTelName {
    text-align: right;
  }
  .headerTel dt {
    color: #e01414;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    text-decoration: none;
  }
  .headerTel dt a {
    color: #e01414;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    text-decoration: none;
  }
  .headerTel dt em {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    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 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .headerTel dt span,
  .headerTel dt a {
    background: #e01414 url(../images/header_tel_icon.png) no-repeat 50%;
    background-size: 20px;
    border-radius: 3px;
    display: block;
    height: 40px;
    width: 40px;
  }
  .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 {
    height: 35px;
    width: 35px;
  }
}
/* --------------------
header text
-------------------- */
@media screen and (min-width: 481px) {
  .headerText p {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .headerText {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 5px 5px 0;
    width: 100%;
  }
}
/* --------------------
header formmail
-------------------- */
.headerFormmail {
  display: inline-block;
  vertical-align: top;
}
.headerFormmail p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 1025px) {
  .headerFormmail {
    height: 40px;
    margin-top: 19px;
    width: 170px;
  }
  .headerFormmail p a {
    background: url(../images/header_formmail.png) no-repeat 0 0;
    background-size: 170px 40px;
    display: block;
    height: 40px;
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .headerFormmail p a {
    background: #e01414 url(../images/header_formmail_icon.png) no-repeat 50%;
    background-size: 20px;
    border-radius: 3px;
    display: block;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .headerFormmail p a {
    height: 35px;
    width: 35px;
  }
}
/* ------------------------------
dropdown menu
------------------------------ */
@media screen and (min-width: 1025px) {
  #panel-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pageNav p {
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  #panel-btn {
    background: #e01414;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  #panel-btn {
    height: 35px;
    letter-spacing: -0.1em;
    line-height: 35px;
    width: 35px;
  }
}
/* ------------------------------
nav
------------------------------ */
@media screen and (min-width: 1025px) {
  .pageNav {
    border-bottom: 1px solid #e5dfdb;
    border-top: 1px solid #e5dfdb;
  }
  .navInner {
    margin: 0 auto;
  }
  .navMain {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .navMain li {
    border-right: 1px solid #d9d9d9;
    display: table-cell;
    text-align: center;
  }
  .navMain li:first-child {
    border-left: 1px solid #d9d9d9;
  }
  .navMain li a {
    color: #5c5959;
    display: block;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
    width: 100%;
  }
  .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 {
    background: #f5f5f5;
    border: 3px solid #999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 100;
  }
  .pageNav ul li {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .pageNav ul li:first-child {
    border-bottom: 1px solid #ccc;
  }
  .pageNav ul li a {
    color: rgba(34, 34, 0, 0.1333333333);
    display: block;
    line-height: 1.5;
    padding: 15px 15px 15px 5px;
    text-decoration: none;
    width: 100%;
  }
  .pageNav ul li:before {
    color: #e60012;
    content: "\f0da";
    font: normal normal normal 12px/1 Fontawesome;
    position: absolute;
    right: 5px;
    top: 50%;
  }
}
/* ------------------------------
nav sub
------------------------------ */
@media screen and (min-width: 1025px) {
  .navSub {
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
  }
  .navSub ul {
    margin: 0 auto;
    text-align: right;
    width: 1000px;
  }
  .navSub li {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px;
  }
  .navSub li a {
    text-decoration: none;
  }
}
/* ==================== footer ==================== */
/* ------------------------------
 totop
------------------------------ */
#toTop {
  clear: both;
}
#toTop p {
  text-align: right;
}
#toTop p span {
  background: url(../images/totop.png) no-repeat 0 0;
  background-size: 160px 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 160px;
}

@media screen and (min-width: 1025px) {
  #toTop {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #toTop {
    margin-right: 10px;
  }
}
/* ------------------------------
 footer
------------------------------ */
.pageFooter {
  border-top: 1px solid #e5dfdb;
  clear: both;
  margin: 0 auto;
  width: 100%;
}

.footerInner {
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
.footerInner:after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1025px) {
  .footerInner {
    width: 1000px;
  }
}
/* ------------------------------
 footer profile
------------------------------ */
.footerProfile {
  width: 100%;
}
.footerProfile:after {
  clear: both;
  content: "";
  display: block;
}
.footerProfile h3 {
  float: left;
  max-width: 200px;
  padding: 15px 15px 15px 0;
}
.footerProfile h3 img {
  max-height: 100px;
  max-width: 200px;
}
.footerProfile dl {
  display: block;
  margin: 0 0 20px 10px;
}
.footerProfile dl + dl {
  margin-top: 15px;
}
.footerProfile dt {
  float: none;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
}
.footerProfile dd {
  float: none;
  width: 100%;
}
.footerProfile dd p {
  float: none;
  margin-left: 0;
  width: 100%;
}
.footerProfile dd span {
  display: inline-block;
}

.footerProfileBranch {
  border-left: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
}
.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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
  .footerProfile dl {
    margin-left: 0 !important;
  }
  .footerProfile dl dt {
    margin: 0;
    text-align: left;
  }
  .footerProfile dl dd {
    margin: 0;
  }
  .footerProfile dl dd .footerProfileFax br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footerProfile {
    padding: 0;
  }
  .footerProfile h3 {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .footerProfile h3 img {
    max-width: 200px;
  }
  .footerProfileBranch {
    border-left: 0;
    overflow: visible;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footerProfile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .footerProfileBranch {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ------------------------------
 footer nav
------------------------------ */
.footerNav ul {
  display: inline-block;
  margin-left: 2%;
  vertical-align: top;
}
.footerNav ul:first-child {
  margin-left: 0;
}
.footerNav ul li {
  background: url(../images/arrow.png) no-repeat 3px 0.4em;
  background-size: 10px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 0 0 18px;
}
.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 {
  border-top: 1px solid #e5dfdb;
  padding: 10px 0;
  text-align: center;
}

/* ==================== side ==================== */
@media screen and (max-width: 768px) {
  #index .sub {
    width: auto;
    float: none;
  }
}
/* ------------------------------

 side banner

------------------------------ */
.sideBanner {
  margin: 0;
  float: none;
  display: block;
}
.sideBanner ul {
  width: auto;
}
.sideBanner ul:after {
  content: "";
  clear: both;
  display: block;
}
.sideBanner li {
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
}
.sideBanner li img {
  width: 100%;
  max-width: 320px;
}

.sideBannerTel {
  position: relative;
}
.sideBannerTel p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  color: #e01414;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}
.sideBannerTel p em {
  font-size: 70%;
  font-weight: bold;
  color: #222;
}

/*
.sideBanner li.pc {
	display: inline-block;
}

.sideBanner li.sp {
	display: none;
}
*/
@media screen and (max-width: 1024px) {
  .sideBanner ul {
    text-align: center;
  }
  .sideBanner li {
    width: 49%;
    display: inline-block;
  }
  .sideBannerTel p {
    font-size: 160%;
  }
  /*
  .sideBanner li.pc {
  	display: none;
  }

  .sideBanner li.sp {
  	display: inline-block;
  }*/
}
@media screen and (max-width: 480px) {
  .sideBanner {
    margin-left: 10px;
    margin-right: 10px;
  }
  .sideBanner li {
    margin: 0 0 10px;
    width: 100%;
  }
  .sideBanner li img {
    width: 100%;
  }
}
/* ==================== ページ ==================== */
/*
===== site　setting ===========================
*/
a:link, a:visited {
  color: #232323;
  text-decoration: underline;
}
a:hover {
  color: #d90000;
  text-decoration: underline;
}
a:active {
  color: #232323;
  text-decoration: none;
}

.err {
  color: #f50;
  font-size: 12px;
}

/* ======================================== layout ======================================== */
.contents {
  width: auto;
}
.contents:after {
  clear: both;
  content: "";
  display: block;
}

.main,
.ca-main {
  float: left;
  width: 68%;
}

.sub {
  float: right;
  width: 30%;
}

@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 {
    float: none;
    margin: 0 10px;
    width: auto;
  }
  .sub:after {
    clear: both;
    content: "";
    display: block;
  }
}
.cf:after {
  clear: both;
  content: "";
  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;
}

/* ======================================== 見出し ======================================== */
.contents .ttl01,
.reserve .ttl01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - 10px);
  background-color: #f5f5f5;
  font-size: min(6.5vw, 30px);
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  border-radius: 4px;
}
.contents .ttl01:before,
.reserve .ttl01:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 15px;
  width: 6px;
  border-radius: 50px;
  height: 66%;
  background-color: #e24c26;
}
.contents .ttl01 span,
.reserve .ttl01 span {
  display: inline-block;
  padding-left: 20px;
}
.contents .ttl01 span small,
.reserve .ttl01 span small {
  font-size: min(7vw, 20px);
  font-weight: bold;
  margin-left: 3px;
  margin-right: 12px;
}
.contents .ttl01 .familyName,
.reserve .ttl01 .familyName {
  margin-top: 10px;
  font-size: 16px;
  padding-left: 25px;
  line-height: 1.35;
}

/* ------------------------------ h2------------------------------ */
.ttl02 {
  background-size: 18px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - 20px);
  padding: 0 0 0 22px;
  position: relative;
}
.ttl02:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 3px solid #e24c26;
  border-radius: 50%;
}

/* ------------------------------ topicpath------------------------------ */
.topicpath,
.topicPath {
  margin: 0 auto 10px;
}
.topicpath ol,
.topicPath ol {
  padding: 0;
  width: auto;
}
.topicpath li,
.topicPath li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
.topicpath li a,
.topicPath li a {
  display: block;
  padding: 0 10px 0 0;
  position: relative;
}
.topicpath li a::after,
.topicPath li a::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  content: "";
  display: block;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}

@media screen and (min-width: 1025px) {
  .topicpath,
  .topicPath {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .topicpath,
  .topicPath {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* ------------------------------ homepageHelp------------------------------ */
.homepageHelp {
  height: 45px;
  position: relative;
}
.homepageHelp a {
  background-color: #00a984;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 #2b8453, 0 5px 0 0 #2b8453;
          box-shadow: inset 0 0 0 #2b8453, 0 5px 0 0 #2b8453;
  color: #fff !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  top: 0;
}
.homepageHelp + h2 {
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .homepageHelp a {
    right: 5px;
  }
}
@media screen and (min-width: 481px) {
  .homepageHelp {
    margin-top: -30px;
  }
}
/* ------------------------------ btn------------------------------ */
p.btn01 {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
p.btn01 a {
  background: #595656;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  text-decoration: none;
}
p.btn01 a:before {
  color: #fff;
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 12px/1 Fontawesome;
  margin-right: 5px;
}

/* ------------------------------ table------------------------------ */
table {
  background: #fff;
  width: 100%;
}

th,
td {
  border: 1px solid #ddd;
  /*padding: 10px;*/
  line-height: 1.5;
}

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 {
  clear: both;
  content: "";
  display: block;
}
.pageNavi p b {
  font-size: 18px;
  font-weight: bold;
}
.pageNavi p span {
  font-weight: bold;
}
.pageNavi ol li {
  border: 1px solid #ccc;
  color: #ccc;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  width: 20px;
}
.pageNavi ol li b {
  background: #009f58;
  color: #fff;
  display: block;
  font-weight: bold;
}
.pageNavi ol li a {
  background: #ddd;
  color: #222;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.pageNavi ol li a:hover {
  background: #f5f9ea;
  text-decoration: none;
}

@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 {
  border: 3px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 50px;
  max-width: 850px;
  padding: 15px;
  position: relative;
}
.pageInquiry:after {
  clear: both;
  content: "";
  display: block;
}
.pageInquiry figure {
  float: left;
  margin-right: 10px;
  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 {
  font-size: 12px;
  line-height: 1.5;
}

.pageInquiryBtn {
  bottom: 15px;
  position: absolute;
  right: 15px;
  width: 170px;
}
.pageInquiryBtn img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .pageInquiry {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pageInquiry {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
  .pageInquiry figure {
    float: none;
    margin: 0 0 15px 0;
    width: auto;
  }
  .pageInquiryText dl {
    padding-right: 0;
  }
  .pageInquiry dl {
    margin-bottom: 15px;
  }
  .pageInquiryBtn {
    margin: 0 auto;
    position: static;
    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 {
  clear: both;
  content: "";
  display: block;
}
.pageBanner li {
  float: left;
  margin-bottom: 10px;
  margin-left: 2%;
  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 {
    margin-top: 3%;
    text-align: center;
    width: 80% !important;
  }
}
@media screen and (min-width: 480px) {
  .productsBoxTextImg figure img {
    margin-top: 3%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .pageBanner li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
}
/* --------------------
page menu
-------------------- */
.pageMenu {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.pageMenu ul {
  background: #000;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.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 {
  background: #eee;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}
.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 {
  margin-bottom: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  margin-left: 20px;
  width: 4%;
  width: 4%;
}

@media screen and (max-width: 500px) {
  .productsDetail h2 img {
    margin-bottom: 6px;
    margin-left: 20px;
    width: 10%;
  }
}
/* ======================================== smallipop ======================================== */
.smallipop {
  display: inline-block;
}
.smallipop i.fa-question-circle {
  color: #4aa9d3;
  font-size: 14px;
}

.reserveInfo {
  background: #4aa9d3;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}

.smallipop-theme-white {
  max-width: none !important;
  width: auto !important;
}

.smallipop-content {
  -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;
  font-size: 0.85em;
}
.smallipop-content p {
  margin-bottom: 0.5em;
}
.smallipop-content p:last-child {
  margin-bottom: 0;
}
.smallipop-content ul {
  list-style-type: disc;
  margin: 0.5em 0;
}
.smallipop-content ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.smallipop-content th,
.smallipop-content td {
  border: 1px solid #ccc;
  padding: 5px;
}
.smallipop-content th {
  background: #f1f1f1;
}
.smallipop-content dl:after {
  clear: both;
  content: "";
  display: block;
}
.smallipop-content dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}

.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 {
  border-top: 1px dotted #cacaca;
  margin-top: 10px;
  padding: 10px;
}
.common_block .contactBookComment h3 {
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: -10px -10px 10px;
  padding: 5px 10px;
}

.contactBookComment .formGroup {
  padding: 0;
}
.contactBookComment .formGroup:last-child {
  margin-bottom: 0;
}

.contactBookCommentArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
  width: 100%;
}

.animBg {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: save;
          animation-name: save;
}

@-webkit-keyframes save {
  0% {
    background-color: #fffcd5;
  }
  40% {
    background-color: #fffcd5;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes save {
  0% {
    background-color: #fffcd5;
  }
  40% {
    background-color: #fffcd5;
  }
  100% {
    background-color: #fff;
  }
}
/* サービス提供実績記録票 */
.serviceRecordbox.serviceRecordbox {
  position: relative;
  text-align: center;
}
.serviceRecordbox.serviceRecordbox a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  width: 100%;
}
.serviceRecordbox.serviceRecordbox img {
  border: none;
  margin: 0;
}

.service_reocrd_btn {
  background-color: #ddd;
  border-radius: 3px;
  display: inline-block;
  height: 18px;
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ======================================== modal ======================================== */
/* スマホサイズでモーダル内のiframeをスクロールできるように調整 */
@media screen and (max-width: 480px) {
  .mfp-wrap {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
  }
  .mfp-container {
    display: table !important;
    height: 100% !important;
    width: 100% !important;
  }
}
.mfp-iframe html,
.mfp-iframe body {
  padding: 0 !important;
}

.mfp-fade.mfp-bg {
  background: rgba(255, 255, 255, 0.8);
}

.mfp-iframe-holder .mfp-content {
  max-width: none !important;
  min-width: 500px;
}

.mfp-iframe-scaler {
  padding-top: 0 !important;
}

.modalSmallWrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 640px;
}
.modalSmallWrap p {
  margin-bottom: 10px;
}
.modalSmallWrap .formGroup {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.modalSmallWrap .modalBox {
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .modalSmallWrap {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .mfp-iframe-holder .mfp-content {
    height: 100% !important;
  }
}
.modal {
  background: #000;
  height: 100%;
  height: 100%;
  width: 100%;
  width: 100%;
  z-index: 100000;
  z-index: 100000;
}

@media screen and (max-width: 1024px) {
  .modalSmallWrap {
    width: auto;
  }
}
.modalLg .mfp-iframe-holder .mfp-content {
  height: 100% !important;
  width: 100%;
}

.modalHeader {
  background: #f04c22;
  color: #fff;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  z-index: 1000;
}
.modalHeader h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.modalFixHeader {
  position: fixed;
  width: 100%;
}
.modalFixHeader + .modalContent {
  padding: 60px 20px 20px;
}

.modalCloseBtn {
  background: #fff;
  border-radius: 10px;
  color: #ef8237;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modalCloseBtn:before {
  content: "\f00d";
  font: normal normal normal 14px/1 "FontAwesome";
}

.modalContent {
  background: #fff;
  border-top: none;
  padding: 20px;
}
.modalContent:after {
  clear: both;
  content: "";
  display: block;
}
.modalContent.ebox-content {
  margin-bottom: 0;
}
.modalContent form {
  text-align: center;
}
.modalContent .cautionTitle {
  background-color: #e40101;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 3px 12px;
}
.modalContent .discList li {
  margin: 5px 0;
  padding-left: 1rem;
  position: relative;
}
.modalContent .discList li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.modalRow {
  display: table-row;
}

label.modalCol {
  font-weight: bold;
}

.modalCol {
  display: table-cell;
  padding: 5px;
  text-align: left;
}

.modalGroup {
  margin-bottom: 10px;
}
.modalGroup:after {
  clear: both;
  content: "";
  display: block;
}

.modalTable {
  margin-bottom: 10px;
}
.modalTable th,
.modalTable td {
  padding: 5px;
}
.modalTable .err {
  display: block;
}

@media screen and (max-width: 480px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
    min-width: auto !important;
    width: 100% !important;
  }
  .modalRow .modalCol {
    display: block;
    line-height: 1.3;
    margin-bottom: 10px;
    padding: 0;
  }
  .modalRow .modalCol:first-child {
    margin-bottom: 0;
  }
  .modalTable th,
  .modalTable td {
    display: block;
    padding: 0;
  }
}
.mfp-close {
  background: #fff !important;
  border-radius: 10px !important;
  color: #ef8237 !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: bold !important;
  height: 22px !important;
  line-height: 1 !important;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  width: 65px !important;
  z-index: 1000;
}

/* fbm */
.fbm.fbm {
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
}

.globalHeaderFeedback {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.fbm .mfp-iframe-holder .mfp-content {
  height: 100%;
}
.fbm .mfp-container {
  padding: 30px;
}
.fbm .mfp-iframe-scaler iframe {
  background: #fff;
  /*height: 100%;*/
}
.fbm .mfp-close {
  border: 1px solid #ccc !important;
  opacity: 1 !important;
  right: 20px !important;
  text-align: center !important;
  top: 10px !important;
}

.cbm .mfp-close {
  border: 1px solid #ccc !important;
  opacity: 1 !important;
  right: 20px !important;
  text-align: center !important;
  top: 10px !important;
}

.fbm .mfp-close:before {
  content: "\f057";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 3px;
  vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  .fbm .mfp-iframe-holder .mfp-content {
    margin: 0 auto;
    width: 960px;
  }
}
@media screen and (max-width: 480px) {
  .fbm .mfp-container {
    padding: 0;
  }
  .globalHeaderLogo {
    float: none;
  }
  .globalHeaderFeedback {
    text-align: left;
  }
}
/* ======================================== fileBox ======================================== */
.fileBox .fileBtn {
  margin: 10px 0;
}
.fileBox .imgPreview {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fileBox .imgPreview .previewList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e4e4e4;
  border-radius: 2px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 5px;
  padding-right: 10px;
  position: relative;
}
.fileBox .imgPreview .previewList img {
  max-height: 120px;
  max-width: 120px;
}
.fileBox .imgPreview .previewList p {
  color: #777;
  margin-left: 7px;
}
.fileBox .imgPreview .previewList i.fa {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #898989;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  height: 26px;
  line-height: 1;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -8px;
  width: 26px;
}
.fileBox .imgPreview .previewList.icon img {
  background-color: #fff;
  height: 45px;
  padding: 3px;
}

/* ======================================== mypageChart ======================================== */
@media screen and (max-width: 768px) {
  #mypage .mypageChartArea {
    margin: 0;
  }
  #mypage .mypageChartArea canvas {
    width: 120%;
    height: auto;
    aspect-ratio: 4/3;
  }
  #mypage .desc-outer .leftbrain th:nth-child(2),
  #mypage .desc-outer .prefrontal th:nth-child(2),
  #mypage .desc-outer .rightbrain th:nth-child(2) {
    text-align: left;
  }
}
/* ======================================== appLead ======================================== */
.appLead {
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffcc00;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.appLead .appLeadInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.appLead dl {
  margin-left: 10px;
}
.appLead dl dt, .appLead dl dd {
  line-height: 1.15;
}
.appLead dl dt {
  font-weight: 900;
  color: #e24c26;
  font-size: 16px;
}
.appLead dl dd {
  font-size: 11px;
  color: #c06a54;
}
.appLead button {
  margin-left: auto;
  line-height: 1;
  color: white;
  padding: 6px 13px;
  border: none;
  border-radius: 500px;
  background-color: #1a75ff;
}
.appLead img {
  -webkit-filter: drop-shadow(0 0 2px rgb(255, 255, 255));
          filter: drop-shadow(0 0 2px rgb(255, 255, 255));
  width: 30px;
  border-radius: 5px;
}

/* ======================================== listBox01 ======================================== */
.listBox01 {
  max-width: calc(100vw - 20px);
  margin: 0 auto;
}
.listBox01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.listBox01 li {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.listBox01 li a {
  text-decoration: none;
  width: 100%;
  padding: 10px;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listBox01 li a > * {
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listBox01 li a .listBoxtitle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
  width: 100%;
}
.listBox01 li a .listBoxtitle .fa {
  font-size: 0.9em;
  margin-top: 6px;
}
.listBox01 li a .listBoxtitle h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1.25;
}
.listBox01 li a .listBoxtitle .listBoxTitleIcon {
  vertical-align: top;
  display: inline-block;
  line-height: 1;
}
.listBox01 li a:hover {
  background-color: #eee;
}

@media screen and (max-width: 480px) {
  .listBox01 li a {
    padding: 8px 10px;
  }
  .listBox01 li a:after {
    display: none;
  }
  .listBox01 li a .listBoxtitle .fa {
    margin-top: 3px;
  }
  .listBox01 li a .listBoxtitle h3 {
    font-size: 16px;
  }
  .listBox01 li a .listBoxtitle h3 .signIcon {
    font-size: 0.65em;
  }
  .listBox01 li.comp:before {
    width: 1.15rem;
  }
}
/* ==================== formmail ==================== */
/* ------------------------------
form
------------------------------ */
.hissu {
  margin: 0 0 0 3px;
  padding: 3px 5px;
  color: #fff;
  font-style: normal;
  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: 10px;
  margin: 10px 0;
  text-decoration: none;
  line-height: 1.5;
}
.formmailNotice li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f0da";
  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: 0 auto 10px;
  max-width: calc(100vw - 20px);
}
.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;
}
.formmailTable .aside {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 13px;
  line-height: 1.35;
}

@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[type=text], input[type=password], input[type=email] {
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 0 5px;
  border: 1px solid #999;
}
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;
  max-width: calc(100vw - 20px);
}
.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
}

.btn.btn {
  margin-bottom: 10px;
  padding: 10px;
  width: auto;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-radius: 2px;
  background: #e60012;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.btn.btn.back {
  background-color: #565656;
}

@media (hover: hover) {
  .btn.btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
/* ------------------------------
privacy box
------------------------------ */
.privacyBox {
  margin: 0 10px 50px;
  padding: 10px;
  border: 1px solid #ddd;
}
.privacyBox h3 {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
}
.privacyBox p {
  line-height: 1.5;
}

/* ------------------------------
evaluationForm
------------------------------ */
.evaluationForm {
  margin: 20px 0;
  border: 1px solid #e24c26;
  padding-bottom: 20px;
}
.evaluationForm h1 {
  border: none !important;
  background-color: #e24c26 !important;
  color: #fff !important;
  margin: 0 0 15px !important;
  font-size: 20px !important;
  padding: 12px 12px !important;
  border-radius: 0 !important;
}
.evaluationForm h1:before {
  display: none !important;
}
.evaluationForm h2 {
  margin: 10px !important;
}
.evaluationForm > p {
  padding: 0 12px;
}
.evaluationForm .evaluationFormInner {
  padding: 0 12px;
  margin-top: 1rem;
}
.evaluationForm .evaluationFormInner dl {
  padding-bottom: 20px;
}
.evaluationForm .evaluationFormInner dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 -12px 5px;
  padding: 8px 15px;
  padding-left: 3.5rem;
  color: #e24c26;
  background-color: #e2e2e2;
  position: relative;
}
.evaluationForm .evaluationFormInner dt span {
  background-color: #e24c26;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.evaluationForm .evaluationFormInner dt.err {
  background-color: #f00;
  color: white;
}
.evaluationForm .evaluationFormInner dt.err span {
  background-color: #c00;
}
.evaluationForm .evaluationFormInner dt.err .hissu {
  background-color: #fff;
  color: #f00;
}
.evaluationForm .evaluationFormInner dd {
  padding: 5px 0;
}
.evaluationForm .evaluationFormInner dd label {
  display: inline-block;
  margin: 2px 5px 2px 0;
  padding: 3px 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
  cursor: pointer;
}
.evaluationForm .evaluationFormInner dd label:hover {
  background-color: #eee;
}
.evaluationForm .evaluationFormInner dd textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #999;
  width: 100%;
  border-radius: 3px;
  resize: vertical;
  padding: 10px;
}
.evaluationForm .evaluationFormInner dd textarea:focus {
  outline: 0;
  border-color: #e24c26;
}
.evaluationForm .evaluationFormInner dd input[type=radio] {
  height: 16px;
  width: 16px;
  margin-right: 3px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .evaluationForm {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .evaluationForm .evaluationFormInner dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .evaluationForm .evaluationFormInner dd label {
    display: table;
  }
}
/* ------------------------------
.radio05
------------------------------ */
.radio05, .checkbox05 {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 6px 10px;
  line-height: 1;
  background-color: #fff;
  position: relative;
  font-size: 14px;
  padding-left: 27px;
  white-space: nowrap;
}
.radio05 input[type=radio], .radio05 input[type=checkbox], .checkbox05 input[type=radio], .checkbox05 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
}
.radio05 input[type=radio]:before, .radio05 input[type=radio]:after, .radio05 input[type=checkbox]:before, .radio05 input[type=checkbox]:after, .checkbox05 input[type=radio]:before, .checkbox05 input[type=radio]:after, .checkbox05 input[type=checkbox]:before, .checkbox05 input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.radio05 input[type=radio]:before, .radio05 input[type=checkbox]:before, .checkbox05 input[type=radio]:before, .checkbox05 input[type=checkbox]:before {
  background-color: #fff;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  left: 5px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.radio05 input[type=radio]:after, .radio05 input[type=checkbox]:after, .checkbox05 input[type=radio]:after, .checkbox05 input[type=checkbox]:after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.radio05 input[type=radio]:checked:after, .radio05 input[type=checkbox]:checked:after, .checkbox05 input[type=radio]:checked:after, .checkbox05 input[type=checkbox]:checked:after {
  opacity: 1;
}
.radio05 input[type=radio]:checked:before, .radio05 input[type=checkbox]:checked:before, .checkbox05 input[type=radio]:checked:before, .checkbox05 input[type=checkbox]:checked:before {
  border-color: #ef8237;
}

.radio05 input[type=radio]:before, .radio05 input[type=radio]:after {
  border-radius: 50%;
}
.radio05 input[type=radio]:before {
  border-radius: 50%;
}
.radio05 input[type=radio]:after {
  background-color: #ef8237;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 8px;
}
.radio05.notxt {
  background: none;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  margin: 0;
}
.radio05.notxt input[type=radio] {
  left: -5px;
}
.radio05.notxt input[type=radio]:before {
  left: 0;
}
.radio05.notxt input[type=radio]:after {
  left: 3px;
}

.checkbox05 input[type=checkbox]:before, .checkbox05 input[type=checkbox]:after {
  border-radius: 2px;
}
.checkbox05 input[type=checkbox]:after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ef8237;
  left: 7px;
  top: 50%;
}
.checkbox05.notxt {
  background: none;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  margin: 0;
}
.checkbox05.notxt input[type=checkbox] {
  left: -5px;
}
.checkbox05.notxt input[type=checkbox]:before {
  left: 0;
}
.checkbox05.notxt input[type=checkbox]:after {
  left: 2px;
}

.radio05.disabled,
.checkbox05.disabled {
  background-color: #eee !important;
  color: #aaa !important;
  border-color: #767676 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.radio05.disabled input[type=radio]:before, .radio05.disabled input[type=checkbox]:before,
.checkbox05.disabled input[type=radio]:before,
.checkbox05.disabled input[type=checkbox]:before {
  border-color: #767676 !important;
  background-color: #eee !important;
}

/* ==================== 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 ======================================== */
/* 余白 */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mtm15 {
  margin-top: -15px !important;
}

.mtm3 {
  margin-top: -3px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

/* ======================================== padding ======================================= */
.p2 {
  padding: 2px 8px !important;
}

.p36 {
  padding: 3px 6px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ptb0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ptb5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.ptb25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ptb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.plr35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.ptb35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.ptb40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.plr45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.ptb45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.ptb50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.plr55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.ptb55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.plr65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.ptb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.ptb70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.plr75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.ptb75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.plr85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.ptb85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.plr95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.ptb95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* ======================================== font size ======================================== */
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fwb,
.fbold {
  font-weight: bold;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.va0 {
  vertical-align: 0;
}

/* ======================================== width ======================================= */
.width20 {
  width: 20px !important;
}

.width25 {
  width: 25px !important;
}

.width30 {
  width: 30px !important;
}

.width35 {
  width: 35px !important;
}

.width40 {
  width: 40px !important;
}

.width45 {
  width: 45px !important;
}

.width50 {
  width: 50px !important;
}

.width55 {
  width: 55px !important;
}

.width60 {
  width: 60px !important;
}

.width65 {
  width: 65px !important;
}

.width70 {
  width: 70px !important;
}

.width75 {
  width: 75px !important;
}

.width80 {
  width: 80px !important;
}

.width85 {
  width: 85px !important;
}

.width90 {
  width: 90px !important;
}

.width95 {
  width: 95px !important;
}

.width100 {
  width: 100px !important;
}

.width105 {
  width: 105px !important;
}

.width110 {
  width: 110px !important;
}

.width115 {
  width: 115px !important;
}

.width120 {
  width: 120px !important;
}

.width125 {
  width: 125px !important;
}

.width130 {
  width: 130px !important;
}

.width135 {
  width: 135px !important;
}

.width140 {
  width: 140px !important;
}

.width145 {
  width: 145px !important;
}

.width150 {
  width: 150px !important;
}

.width155 {
  width: 155px !important;
}

.width160 {
  width: 160px !important;
}

.width165 {
  width: 165px !important;
}

.width170 {
  width: 170px !important;
}

.width175 {
  width: 175px !important;
}

.width180 {
  width: 180px !important;
}

.width185 {
  width: 185px !important;
}

.width190 {
  width: 190px !important;
}

.width195 {
  width: 195px !important;
}

.width200 {
  width: 200px !important;
}

@media screen and (max-width: 480px) {
  .width20 {
    width: 100% !important;
  }
  .width25 {
    width: 100% !important;
  }
  .width30 {
    width: 100% !important;
  }
  .width35 {
    width: 100% !important;
  }
  .width40 {
    width: 100% !important;
  }
  .width45 {
    width: 100% !important;
  }
  .width50 {
    width: 100% !important;
  }
  .width55 {
    width: 100% !important;
  }
  .width60 {
    width: 100% !important;
  }
  .width65 {
    width: 100% !important;
  }
  .width70 {
    width: 100% !important;
  }
  .width75 {
    width: 100% !important;
  }
  .width80 {
    width: 100% !important;
  }
  .width85 {
    width: 100% !important;
  }
  .width90 {
    width: 100% !important;
  }
  .width95 {
    width: 100% !important;
  }
  .width100 {
    width: 100% !important;
  }
  .width105 {
    width: 100% !important;
  }
  .width110 {
    width: 100% !important;
  }
  .width115 {
    width: 100% !important;
  }
  .width120 {
    width: 100% !important;
  }
  .width125 {
    width: 100% !important;
  }
  .width130 {
    width: 100% !important;
  }
  .width135 {
    width: 100% !important;
  }
  .width140 {
    width: 100% !important;
  }
  .width145 {
    width: 100% !important;
  }
  .width150 {
    width: 100% !important;
  }
  .width155 {
    width: 100% !important;
  }
  .width160 {
    width: 100% !important;
  }
  .width165 {
    width: 100% !important;
  }
  .width170 {
    width: 100% !important;
  }
  .width175 {
    width: 100% !important;
  }
  .width180 {
    width: 100% !important;
  }
  .width185 {
    width: 100% !important;
  }
  .width190 {
    width: 100% !important;
  }
  .width195 {
    width: 100% !important;
  }
  .width200 {
    width: 100% !important;
  }
}
.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/* ======================================== border ======================================== */
.bd1g {
  border: 1px solid #ccc !important;
}

/* ======================================== text ======================================== */
.attention {
  color: #777;
  font-size: 12px;
}

.blk {
  color: #222;
}

.err {
  color: #f00;
}

.blue {
  color: #2195cb;
}

.green {
  color: #3cad6f;
}

.lightgreen {
  color: #8bc66e;
}

.bright {
  color: #f5c631;
}

.red {
  color: #e40101;
}

.purple {
  color: #674789;
}

.nav-tabs {
  color: #666;
}

.navy {
  color: #5a76a8;
}

.orange {
  color: #ff6800;
}

.white {
  color: white;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

/* ======================================== background ======================================== */
.whiteRedBg {
  background: #fff0f0;
}

.bgGray {
  background: #ddd !important;
}

.bgRed {
  background-color: #e01414 !important;
}

.bgLightgray {
  background: #eee !important;
}

/* ======================================== Button ======================================== */
.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: 3px;
  background: #e60012;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 0px 0px #8d000b, 0px 2px 2px #8d000b;
          box-shadow: 0px 3px 0px 0px #8d000b, 0px 2px 2px #8d000b;
}
.btn.btn.btnBack {
  background: #999;
}
.btn.btn.back {
  background-color: #565656;
}
.btn.btn.active {
  color: #555;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn.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.btn.btntype01.btntype01, .btn.btn.btntype02.btntype02, .btn.btn.btntype03.btntype03 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  border-radius: 80px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn.btntype01.btntype01:hover, .btn.btn.btntype02.btntype02:hover, .btn.btn.btntype03.btntype03:hover {
  color: #fff;
}
.btn.btn.btntype01.btntype01 {
  border-color: #d11717;
  color: #d11717;
}
.btn.btn.btntype01.btntype01:hover {
  background-color: #d11717;
}
.btn.btn.btntype02.btntype02 {
  border-color: #1d3557;
  color: #1d3557;
}
.btn.btn.btntype02.btntype02:hover {
  background-color: #1d3557;
}
.btn.btn.btntype03.btntype03 {
  border-color: #008148;
  color: #008148;
}
.btn.btn.btntype03.btntype03:hover {
  background-color: #008148;
}

.btn-primary {
  -webkit-box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 5px 5px #999999;
          box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 5px 5px #999999;
}
.btn-primary:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-sm {
  padding: 6px 12px;
  color: #000;
  font-size: 12px;
  border: 0;
  display: inline-block;
  border-radius: 3px;
  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:before, .btn:after {
  font: normal normal normal 14px/1 FontAwesome;
}
.btn.caret-r:before {
  content: "\f0da";
  margin-right: 3px;
}
.btn.prev:before {
  content: "\f100";
  margin-right: 3px;
}
.btn.next:after {
  content: "\f101";
  margin-left: 3px;
}
.btn.close:before {
  content: "\f00d";
  margin-right: 3px;
}
.btn.add:before {
  content: "\f055";
  margin-right: 3px;
  color: #e8450b;
}
.btn.print:before {
  content: "\f02f";
  margin-right: 3px;
}
.btn.edit:before {
  content: "\f044";
  margin-right: 3px;
}
.btn.delete:before {
  content: "\f00d";
  margin-right: 3px;
  color: #e8450b;
}
.btn.cancel:before {
  content: "\f05e";
  margin-right: 3px;
  color: #f5c631;
}
.btn.save:before {
  content: "\f0c7";
  margin-right: 3px;
  color: #5a76a8;
}
.btn.draft:before {
  content: "\f040";
  margin-right: 3px;
  color: #674789;
}
.btn.user:before {
  content: "\f007";
  margin-right: 3px;
}
.btn.home:before {
  content: "\f015";
  margin-right: 3px;
}
.btn.reserve:before {
  content: "\f274";
  margin-right: 3px;
  color: #e8450b;
}
.btn.check:before {
  content: "\f00c";
  margin-right: 3px;
  color: #3cad6f;
}
.btn.return:before {
  content: "\f104";
  margin-right: 5px;
}
.btn.send:before {
  content: "\f1d8";
  margin-right: 5px;
}
.btn.calendar:before {
  content: "\f073";
  margin-right: 5px;
}
.btn.list:before {
  content: "\f03a";
  margin-right: 5px;
}
.btn:not(.btn-sm):before {
  color: white;
}
.btn:active {
  top: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.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;
}

.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: #fff;
  -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;
}

.advance {
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #666;
  color: white;
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
}

/* ======================================== 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;
}

.tdu {
  text-decoration: underline !important;
}

.tdn {
  text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
  .linkBtn:hover {
    opacity: 0.8;
  }
}
/* ======================================== label ======================================== */
.label {
  background-color: #999;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  border-radius: 3px;
}
.label.open {
  background: #ef8237;
}
.label.draft {
  background: #674789;
}
.label.uncreated {
  background: #fff;
  color: #ef8237;
  border-style: solid;
  border-width: thin;
}
.label.blue {
  background: #2195cb;
}
.label.green {
  background: #3cad6f;
}
.label.lightgreen {
  background: #8bc66e;
}
.label.bright {
  background: #f5c631;
}
.label.red {
  background: #e8450b;
}
.label.purple {
  background: #674789;
}
.label.navy {
  background: #5a76a8;
}
.label.read {
  display: inline-block;
  /*float: right;*/
  padding: 3px 8px;
  border: 1px solid #b1e2c7;
  background: #fff;
  color: #3cad6f;
  font-weight: bold;
}
.label.unread {
  display: inline-block;
  /*float: right;*/
  background: #e01414;
  color: #fff;
  font-weight: bold;
}
.label.service01 {
  font-weight: normal;
  width: 10em;
  background: #e4a40d;
}
.label.service02 {
  font-weight: normal;
  width: 6em;
  text-align: center;
  background: #5171ea;
}
.label.service03 {
  font-weight: normal;
  width: 10em;
  background: #49d0a8;
}
.label.mini {
  text-align: center;
  padding: 3px 0 2px;
  border-radius: 3px;
  line-height: 1;
  width: 2.5em;
  height: 1.5em;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  color: #aaa;
}
.inlineList li.check {
  color: #222;
}

/* ======================================== display ======================================== */
.dn {
  display: none !important;
}

.di {
  display: inline !important;
}

.db {
  display: block !important;
}

.dt {
  display: table !important;
}

.dib {
  display: inline-block !important;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.df.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.df.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.df.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.df.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.df.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.df.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.df .left {
  margin-right: 20px;
}
.df .right {
  margin-left: auto;
}
.df .df1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ======================================== position ======================================== */
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/* ======================================== line-height ======================================== */
.lh1 {
  line-height: 1 !important;
}

.lh1_35 {
  line-height: 1.35 !important;
}

/* ======================================== 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;
}

.contact_note {
  width: 100%;
}

/*　common input class　*/
.inputXs {
  width: 4em;
}

@media screen and (min-width: 1025px) {
  .inputXs {
    width: 4em;
  }
  .inputSm {
    max-width: 10em;
  }
  .inputMd {
    width: 30em;
    max-width: 30em;
  }
  .inputLg {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .inputSm {
    max-width: 10em;
  }
  .inputMd {
    max-width: 18em;
    width: 50%;
  }
  .inputLg {
    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%;
  border: 1px solid #ccc;
  height: 22px;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
  width: auto;
  border-color: #c5d0dc;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 1px;
}
.nav-tabs:after {
  content: "";
  clear: both;
  display: block;
}
.nav-tabs > li {
  position: relative;
  display: block;
  font-size: 13px;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 11px min(2vw, 12px) 10px;
  text-decoration: none;
  border: 1px solid transparent;
  display: block;
  border-radius: 0 !important;
  border-color: #c5d0dc;
  background-color: #f9f9f9;
  color: #999;
  margin-left: -1px;
  position: relative;
  text-align: center;
  line-height: 1.35;
}
.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);
}
.nav-tabs > li .caution {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e01414;
}

.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: 10px;
  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: -10px -10px 10px;
  padding: 5px 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;
  background: #fff5ee;
  color: #ef8237;
  font-size: 0.875em;
  clear: both;
}
.warning-box a {
  color: #ef8237;
}

.warning-title {
  font-size: 1.175em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .warning-title {
    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;
}

/* ======================================== monthBtnBox ======================================== */
.monthBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.monthBtnBox .monthBtn {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  width: 5rem;
  line-height: 1;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
  position: relative;
  cursor: pointer;
  color: #222;
  border-radius: 50px;
  border: 1px solid #ccc;
  -webkit-transition: top 5.3s, background-color 0.3s;
  transition: top 5.3s, background-color 0.3s;
}
.monthBtnBox .monthBtn:disabled {
  cursor: not-allowed;
  border-color: transparent;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaa;
}
.monthBtnBox .monthBtn:first-child:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 13px;
  position: absolute;
  left: 10px;
}
.monthBtnBox .monthBtn:last-child:after {
  float: right;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 13px;
  position: absolute;
  right: 10px;
}

/* ------------------------------
mypage
------------------------------ */
/* ==================== body background ==================== */
body {
  position: relative;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

/* ==================== top ==================== */
.mypageTop {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px 15px 0;
  position: relative;
  width: auto;
}
.mypageTop:after {
  clear: both;
  content: "";
  display: block;
}
.mypageTop h4 {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-radius: 2px 2px 0 0;
  font-weight: bold;
  line-height: 1.5;
  margin: -15px -15px 15px;
  padding: 10px;
}
.mypageTop figure {
  float: left;
  margin-right: 20px;
  width: 180px;
}
.mypageTop figure img {
  width: 100%;
}
.mypageTop .mypageTopText {
  overflow: hidden;
}
.mypageTop .mypageTopTest {
  margin-bottom: 10px;
}
.mypageTop .unread {
  background: #e01414;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 8px;
}
.mypageTop .readTitle {
  background: #3cad6f;
}
.mypageTop .read {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  border: 1px solid #b1e2c7;
  background: #fff;
  color: #3cad6f;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
}

/* ==================== forgotBox ==================== */
.forgotBox {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f1f1f1;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
}
.forgotBox h2 {
  margin-bottom: 5px;
  color: #e60012;
}

@media screen and (max-width: 1024px) {
  .forgotBox {
    margin: 30px 10px 0;
  }
}
/* ==================== mypageName ==================== */
.mypageName {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding: 10px 15px;
  position: relative;
}
.mypageName h3 {
  font-size: 15px;
  line-height: 1;
  margin: 10px 0;
  margin-right: 10px;
  margin-right: 10px;
}
.mypageName h3 span {
  font-size: 20px;
  line-height: 1;
}
.mypageName .mypageHomeBtn {
  margin-left: auto;
}
.mypageName .mypageHomeBtn .btn {
  margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .mypageName {
    margin: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .mypageName h3 span {
    font-size: 18px;
  }
  .mypageName .mypageHomeBtn img {
    height: 32px;
    image-rendering: -webkit-optimize-contrast;
  }
}
.statusIcon,
.statusIcon02,
.statusIcon02p,
.statusIcon03 {
  display: inline-block;
  margin: 2px;
}

.statusIcon {
  width: min(17vw, 80px);
}

.statusIcon02 {
  height: min(4vw, 24px);
}

.statusIcon02p {
  height: min(6vw, 24px);
}

.statusIcon03 {
  height: min(4vw, 18px);
}

/*カレンダーに表示する未読アイコンCSS*/
.unread_calender,
.read_calender {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background: #e01414;
  color: #fff;
  font-size: 8px;
  border-radius: 3px;
  font-weight: bold;
}

.read_calender {
  border: 1px solid #b1e2c7;
  background: #fff;
  color: #3cad6f;
}

.mypageTop .mypageTopText table,
.mypageTop .mypageTopText th,
.mypageTop .mypageTopText td {
  border: 0;
  text-align: left;
}
.mypageTop .mypageTopText table span {
  font-weight: bold;
  margin-right: 10px;
}

.mypageTopText th {
  padding: 5px 10px;
}
.mypageTopText th.mypageTopDetail {
  background: #ddd;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 5px;
  padding: 5px 10px;
}
.mypageTopText td {
  padding: 5px 10px 10px 0;
}

#pageContents .mypageTop span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  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;
    text-align: center;
    width: 100%;
  }
  .mypageTop figure img {
    height: auto;
    max-width: 240px;
  }
}
@media screen and (min-width: 1025px) {
  .mypageTop figure a:hover {
    opacity: 0.8;
  }
}
/* ========== mypageTopReserve ========== */
.mypageTopReserve {
  margin: 20px auto;
  max-width: calc(100vw - 20px);
  border-radius: 4px;
  overflow: hidden;
}
.mypageTopReserve h3 {
  border-radius: 1px 1px 0 0;
  background-color: #e24c26;
  color: white;
  font-weight: normal;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.6;
}
.mypageTopReserve h3 b {
  display: inline-block;
  font-size: 17px;
}
.mypageTopReserve h3 span {
  display: block;
  font-size: 14px;
}
.mypageTopReserve .mypageTopReserveList {
  border: 2px solid #e24c26;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageTopReserve .mypageTopReserveList h4 {
  font-weight: bold;
  line-height: 1.35;
  font-size: 18px;
  border-radius: 3px;
  position: relative;
}
.mypageTopReserve .mypageTopReserveList h4 span {
  font-weight: normal;
}
.mypageTopReserve .mypageTopReserveList ul {
  margin: 10px 0 20px;
}
.mypageTopReserve .mypageTopReserveList ul:last-child {
  margin-bottom: 0;
}
.mypageTopReserve .mypageTopReserveList ul li {
  margin: 5px 3px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageTopReserve.mypageTopSign h4 {
  background: #0aa5ef;
}

.reserveBtn01.reserveBtn01 {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 4px;
  color: #232323;
  display: inline-block;
  font-size: min(3.25vw, 14px);
  padding: 6px 8px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.reserveBtn01.reserveBtn01 small {
  text-decoration: underline;
}
.reserveBtn01.reserveBtn01:hover {
  background-color: #fff;
  text-decoration: none;
}
.reserveBtn01.reserveBtn01:hover small {
  text-decoration: none;
}
.reserveBtn01.reserveBtn01 .childIcon {
  margin-right: 8px;
}
.reserveBtn01.reserveBtn01:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 Fontawesome;
  margin-left: 8px;
}
.reserveBtn01.reserveBtn01.active {
  background-color: #ccc;
  color: #666;
  border-color: transparent;
}
.reserveBtn01.reserveBtn01.active:after {
  display: none;
}

/* ========== mypageCalendar ========== */
.calendarWrap {
  position: relative;
}

.calendarAttentionWrap {
  position: relative;
}
.calendarAttentionWrap .calendarAttentionContent {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  min-height: 100%;
  width: 100%;
  z-index: 1000;
}

.calendarReserveBtn .reserve {
  background: #ff6800;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 #82502e, 0 3px 0 0 #82502e, 0 2px 2px #82502e;
          box-shadow: inset 0 0 0 #82502e, 0 3px 0 0 #82502e, 0 2px 2px #82502e;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 7px 20px 10px;
  text-decoration: none;
}
.calendarReserveBtn .reserve:active {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.calendarReserveBtn .reserve:before {
  color: #fff;
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.calendarAttentionPeriod {
  padding: min(5vw, 40px) 0 0;
}
.calendarAttentionPeriod h3 {
  color: #ff6800;
  font-size: min(4vw, 1.175em);
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.calendarAttentionPeriod li {
  font-size: min(4vw, 1.175em);
  font-weight: bold;
  text-align: center;
  margin: max(30px, 2.5vw) 0;
}

.calendarAttentionContent .fa-exclamation-triangle {
  font-size: 36px;
}

.calendarReserveBtn {
  position: relative;
  text-align: center;
}

.mypageCalendarLink {
  display: inline-block;
  font-size: 12px;
  margin: 7px 0 5px;
}

/* ========== menu ========== */
.mypageMenu {
  clear: both;
  position: relative;
  max-width: calc(100vw - 20px);
  margin: 0 auto 15px;
}
.mypageMenu ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypageMenu li {
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mypageMenu li:not(:last-child) {
  margin-right: 8px;
}
.mypageMenu li img {
  width: 100%;
  max-width: 165px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mypageMenu li i.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e01414;
  border-radius: 100px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  height: 23.48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 16px;
  padding: 0 7px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 50;
}

.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.mypageMenu ul {
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -2px;
  }
  .mypageMenu.mypageMenu li {
    margin: 0;
    padding: 2px;
  }
}
@media screen and (max-width: 480px) {
  .mypageMenu.mypageMenu li {
    width: 25%;
  }
  .mypageMenu.mypageMenu li i.number {
    font-size: 12px;
    height: 17.8px;
    line-height: 14px;
    padding: 0 5px;
    top: -2px;
    right: -2px;
  }
}
/* ==================== mypageBox01 ==================== */
.mypageBox01 {
  border: 2px solid #ccc;
  margin: 15px auto;
  border-radius: 3px;
  max-width: calc(100vw - 20px);
}
.mypageBox01 h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-bottom: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.35;
  padding: 8px 12px;
  border-radius: 2px 2px 0 0;
}
.mypageBox01 h3 p {
  margin-left: auto;
}
.mypageBox01 h3 p a {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 11px;
  height: 20px;
  letter-spacing: -0.09em;
  line-height: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.mypageBox01 h3 p a:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 11px/1 Fontawesome;
  margin-right: 5px;
}
.mypageBox01 .mypageBox01Inner {
  margin: 10px 12px;
}
.mypageBox01 .mypageBox01Inner h4 {
  display: table;
  font-weight: bold;
  line-height: 1.35;
  font-size: 18px;
  border-radius: 3px;
  position: relative;
  margin-top: 15px;
}
.mypageBox01 .mypageBox01Inner h4 + ul {
  padding: 0 10px;
}
.mypageBox01 .mypageBox01Inner ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}
.mypageBox01 .mypageBox01Inner ul li a {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.mypageBox01 .mypageBox01Inner ul li a .iconTopics {
  margin: 0 10px;
}
.mypageBox01 .mypageBox01Inner ul li a p {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
}
.mypageBox01 .mypageBox01Inner ul.contactNotification {
  max-height: 145px;
  overflow-y: scroll;
}
.mypageBox01 .mypageBox01Inner ul.contactNotification li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.mypageBox01 .mypageBox01Inner ul.contactNotification li a .childIcon,
.mypageBox01 .mypageBox01Inner ul.contactNotification li a time {
  white-space: nowrap;
  margin-right: 5px;
}
.mypageBox01 .mypageBox01Inner ul.contactNotification li a time {
  color: #777;
}
.mypageBox01 .mypageBox01Inner ul.contactNotification li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mypageBox01 .mypageBox01Inner ul + h4 {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .mypageBox01 .mypageBox01Inner ul li {
    padding: 5px 0;
  }
  .mypageBox01 .mypageBox01Inner ul li a p {
    display: block;
  }
  .mypageBox01 .mypageBox01Inner ul.contactNotification {
    max-height: 185px;
  }
  .mypageBox01 .mypageBox01Inner ul.contactNotification li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: inherit;
  }
  .mypageBox01 .mypageBox01Inner ul.contactNotification li a p {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
/* ==================== indexProceedingsRecord ==================== */
.indexProceedingsRecord {
  margin: 40px auto;
  max-width: calc(100vw - 20px);
}
.indexProceedingsRecord ul li {
  margin-top: 10px;
}
.indexProceedingsRecord ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  text-decoration: none;
  line-height: 1.35;
  padding: 8px;
  border-radius: 3px;
}
.indexProceedingsRecord ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.indexProceedingsRecord ul + p {
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .indexProceedingsRecord ul li {
    margin-top: 10px;
  }
  .indexProceedingsRecord ul li a {
    display: block;
  }
  .indexProceedingsRecord ul li a p {
    margin: 5px 0 0;
  }
}
/* ==================== contactBookBnr ==================== */
.indexContactBook {
  margin: 30px auto;
  max-width: calc(100vw - 20px);
}
.indexContactBook .df {
  margin: 0 -5px;
}

.contactBookBnr {
  margin: 5px;
  width: calc(33.3333333333% - 10px);
}
.contactBookBnr a {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  padding: 5px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.contactBookBnr a:hover {
  background-color: #fff;
}
.contactBookBnr .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactBookBnr .txt p {
  line-height: 1.35;
}
.contactBookBnr .icon {
  font-style: normal;
  width: min(15vw, 47px);
  height: min(15vw, 47px);
  font-size: min(4vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666;
  color: white;
  line-height: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.contactBookBnr .unread,
.contactBookBnr .read {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 0;
}
.contactBookBnr figure {
  margin-left: auto;
}
.contactBookBnr figure img {
  border-radius: 3px;
  width: 100px;
  aspect-ratio: 1.618/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .contactBookBnr {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .contactBookBnr {
    width: 100%;
  }
}
/* ==================== mypageProximateDay ==================== */
.mypageProximateDay {
  margin: 40px auto;
  max-width: calc(100vw - 20px);
}
.mypageProximateDay .nav-tabs {
  margin-left: 0;
  overflow: hidden;
  overflow-x: auto;
  top: 0;
  border-left: 1px solid #ccc;
  border-bottom: none;
}
.mypageProximateDay .nav-tabs > li {
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.mypageProximateDay .nav-tabs > li > a {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mypageProximateDay .nav-tabs > li.active {
  border-bottom: 2px solid #fff;
}

.mypageProximateDayInner {
  border: 1px solid #ccc;
  margin-top: -1px;
  padding: min(2vw, 15px);
}
.mypageProximateDayInner h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 1.35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mypageProximateDayInner h3 img {
  margin-right: 5px;
}
.mypageProximateDayInner .nav-panel {
  display: none;
}
.mypageProximateDayInner .nav-panel.active {
  display: block;
}

.mypageProximateDayCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypageProximateDayCont table {
  margin-top: 10px;
}
.mypageProximateDayCont table th,
.mypageProximateDayCont table td {
  padding: 8px;
  text-align: left;
}
.mypageProximateDayCont table th {
  width: 6rem;
}
.mypageProximateDayCont table td p {
  margin-bottom: 5px;
}
.mypageProximateDayCont .none {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .mypageProximateDay .nav-tabs > li a {
    min-width: 18vw;
  }
}
/* ==================== mypageBox01 ==================== */
.childIcon {
  display: inline-block;
  border-radius: 3px;
  width: 46px;
  text-align: center;
  font-style: normal;
  color: white;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px 0;
}

.choiceIcon {
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  margin: 2px;
  cursor: pointer;
  position: relative;
}
.choiceIcon span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
}
.choiceIcon input {
  display: none;
}
.choiceIcon input:checked + span:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 5px;
  border: 2px solid #fff;
}

.userIcon {
  width: 24px;
  aspect-ratio: 1/1;
  container-type: inline-size;
  border-radius: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-style: normal;
  margin-right: 5px;
}
.userIcon:before {
  font-family: FontAwesome;
  content: "\f007";
  color: white;
  line-height: 1;
  font-weight: normal;
  font-size: 60cqw;
  margin-top: -2px;
}

.childCol01 {
  background-color: #ef3737 !important;
}
.childCol01.light {
  background-color: #f8adad !important;
  color: #444;
}

.childCol02 {
  background-color: #2195cb !important;
}
.childCol02.light {
  background-color: #97d2ee !important;
  color: #444;
}

.childCol03 {
  background-color: #eaaf22 !important;
}
.childCol03.light {
  background-color: #f7e0a9 !important;
  color: #444;
}

.childCol04 {
  background-color: #3cad6f !important;
}
.childCol04.light {
  background-color: #a3dfbe !important;
  color: #444;
}

.childCol05 {
  background-color: #9467ba !important;
}
.childCol05.light {
  background-color: #d2bfe2 !important;
  color: #444;
}

.childCol06 {
  background-color: #38aebc !important;
}
.childCol06.light {
  background-color: #94d7df !important;
  color: #444;
}

.childCol07 {
  background-color: #ef8237 !important;
}
.childCol07.light {
  background-color: #f8ccad !important;
  color: #444;
}

.childCol07 {
  background-color: #ef8237 !important;
}
.childCol07.light {
  background-color: #f8ccad !important;
  color: #444;
}

.childCol08 {
  background-color: #ff6969 !important;
}
.childCol08.light {
  background-color: #ffd9d9 !important;
  color: #444;
}

.childCol09 {
  background-color: #6dcdb3 !important;
}
.childCol09.light {
  background-color: #cceee4 !important;
  color: #444;
}

.childCol10 {
  background-color: #d05597 !important;
}
.childCol10.light {
  background-color: #ecb9d4 !important;
  color: #444;
}

.childCol11 {
  background-color: #d0c608 !important;
}
.childCol11.light {
  background-color: #f9f15f !important;
  color: #444;
}

.childCol12 {
  background-color: #ff78c4 !important;
}
.childCol12.light {
  background-color: #ffc5e5 !important;
  color: #444;
}

.childCol13 {
  background-color: #4e5ebe !important;
}
.childCol13.light {
  background-color: #c2c7e8 !important;
  color: #444;
}

.childCol14 {
  background-color: #3a97a0 !important;
}
.childCol14.light {
  background-color: #acdce1 !important;
  color: #444;
}

.childCol15 {
  background-color: #8cc616 !important;
}
.childCol15.light {
  background-color: #d6f49b !important;
  color: #444;
}

.facilityIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  text-align: center;
  font-style: normal;
  line-height: 1;
  background-color: #eee;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 5px;
}
.facilityIcon:before {
  content: "";
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  height: 16px;
  background: url(../images/facility-icon.svg) no-repeat center center/cover;
}

/* ==================== calendar ==================== */
.mypagePlan {
  margin-top: 40px;
}
.mypagePlan h2 {
  margin-top: 5px;
}
.mypagePlan .mypagePlanmini-info {
  margin: 10px 0;
  background-color: #f5f5f5;
}
.mypagePlan .mypagePlanmini-info h3 {
  padding: 10px 15px;
  padding-bottom: 0;
}
.mypagePlan .mypagePlanmini-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
.mypagePlan .mypagePlanmini-info dl:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.mypagePlan .mypagePlanmini-info dl dt {
  margin-top: 3px;
}
.mypagePlan .mypagePlanmini-info dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypagePlan .mypagePlanmini-info dl dd p {
  line-height: 1;
  margin: 5px 5px 5px 0;
  white-space: nowrap;
}
.mypagePlan .mypagePlanmini-info dl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mypagePlan .mypagePlanmini-info dl ul li {
  background-color: #fff;
  padding: 5px;
  color: #666;
  font-size: 13px;
  line-height: 1;
  margin: 3px;
}
.mypagePlan .mypagePlanmini-info dl b {
  color: #e01414;
  display: inline-block;
  line-height: 1;
}
.mypagePlan #calendar h5 {
  color: #e01414;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 3px;
}
.mypagePlan #calendar h5.calendar-sort-schooltype01:before, .mypagePlan #calendar h5.calendar-sort-schooltype02:before {
  background-color: #e4a40d;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  content: "放デ";
  display: inline-block;
  font-size: 12px;
  height: 1.5em;
  line-height: 1;
  margin-right: 5;
  overflow: hidden;
  padding: 3px 0 2px;
  text-align: center;
  vertical-align: middle;
  width: 2.5em;
}
.mypagePlan #calendar h5.calendar-sort-schooltype02:before {
  background-color: #49d0a8;
  content: "保育";
}

.ca-plan {
  padding: 5px;
}
.ca-plan p {
  line-height: 1;
}

.ca-list {
  padding: 0 5px;
}

.ca-cancel {
  background: transparent;
  border: 1px solid #e40101;
  border-radius: 2px;
  color: #e40101;
  display: block;
  margin: 5px 0;
  position: relative;
  text-align: center;
}
.ca-cancel b {
  color: #e01414;
  font-size: 1.5em;
}
.ca-cancel.after {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
}
.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 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .mypagePlan #calendar .ca-day,
  .mypagePlan #calendar .ca-youbi,
  .mypagePlan #calendar .sun,
  .mypagePlan #calendar .sat {
    padding: 0;
    width: 2em;
  }
  .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;
  }
}
@media screen and (max-width: 480px) {
  .mypagePlan .monthBtnBox {
    margin-top: 15px !important;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mypagePlan .mypagePlanmini-info dl ul {
    width: 100%;
  }
}
/* ======================================== facility businessday set ======================================== */
#calendar .ca-l-yotei .ca-icon ul {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.ca-icon li {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 2em;
}
.ca-icon li span {
  display: none;
}

.ca-act ul {
  padding: 0 !important;
}
.ca-act ul li {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
.ca-act ul li:before {
  color: #ff5c1e;
  content: "\f0da";
  font: normal normal normal 11px/1 Fontawesome;
  left: 4px;
  position: absolute;
  top: 1px;
}

li.absence {
  background: #ff3f46;
  width: 4em;
}

li.mypage-hoiku-cancel {
  background: #ff3f46;
  width: 6em;
}

.mypageIcon {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  height: 2em;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 2em;
}

.lunch {
  background: #ef8237;
}

.drive {
  background: #6699df;
}

.pick {
  background: #77d562;
}

.signIcon {
  background-color: #e01414;
  color: white;
  font-size: 12px;
  border-radius: 50px;
  padding: 2px 7px;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}
.signIcon.check {
  background-color: #888;
}

@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;
    margin-left: 0;
    text-align: center;
    text-indent: 0;
  }
  #calendar .ca-l-yotei .ca-icon li:before {
    display: none;
  }
}
/* ==================== service-record ==================== */
.operation {
  background: #fff5ee;
  border: 1px solid #ef8237;
  border-radius: 3px;
  clear: both;
  max-width: calc(100vw - 20px);
  margin: 0 auto 40px;
  overflow: hidden;
}
.operation h2 {
  background: #ef8237;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.operation h2:before {
  display: none;
}
.operation h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.operation h3:before {
  color: #ef8237;
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 3px;
}
.operation label {
  cursor: pointer;
  display: inline-block;
}
.operation.hidden {
  position: fixed;
  bottom: -100%;
  z-index: 10000;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  left: 10px;
}
.operation.hidden.active {
  bottom: 0;
}

.spOparationBg.active {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.65);
}

.spOparationBtn {
  text-align: right;
  margin: 5px;
}
.spOparationBtn .btn:before {
  font-family: FontAwesome;
  content: "\f0b0";
  margin-right: 3px;
}

.wrapper {
  margin: 10px;
}

.ibox table {
  width: 100%;
}

.contactbookNote {
  clear: both;
}
.contactbookNote h4 {
  background: #ff8314;
  color: #fff;
  line-height: 1.5;
  padding: 5px;
}
.contactbookNote p {
  margin-bottom: 0;
  padding: 5px;
}

.contactbookUpdater {
  border-top: 1px dotted #ccc;
  line-height: 1.5;
  padding: 5px;
  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;
  display: inline;
  float: none;
  max-width: 100%;
}

.contactbookDetail .contactbookText {
  margin-bottom: 20px;
  overflow: hidden;
  width: auto;
}

.contactbookText table {
  margin-bottom: 20px;
}
.contactbookText thead {
  border-bottom: 3px double #ccc;
}
.contactbookText th,
.contactbookText td {
  line-height: 1.5;
  padding: 7px;
}
.contactbookText .fa-check {
  color: #3cad6f;
}
.contactbookText td {
  word-break: break-word;
}

.contactbookDetail .contactbookText td {
  word-break: break-all;
}

.contactcarePlanTd02 .fa-dot-circle-o {
  color: #e01414;
}
.contactcarePlanTd02 .fa-circle-o {
  color: #ef8237;
}
.contactcarePlanTd02 .iconTriangle img {
  border: none;
  display: inline;
  float: none;
  margin-right: 0;
  text-align: center;
  width: 16px;
}
.contactcarePlanTd02 .fa-close {
  color: #999;
}

.contactbookDetail .contactbookText th {
  width: 100px;
}

/* サービス提供記録の画像 */
.contactbookImages {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.contactbookImages li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 5px;
  text-align: center;
  width: 50%;
}
.contactbookImages li img {
  border: none;
  float: none;
  max-width: 100%;
}

.contactbookImages01 li img {
  height: 100%;
  max-height: 300px;
  width: auto;
}

@media screen and (min-width: 769px) {
  .contactbookDetail {
    width: auto;
  }
  .contactbookDetail:after {
    clear: both;
    content: "";
    display: block;
  }
  .contactbookDetail figure {
    float: left;
    margin-right: 10px;
    width: 30%;
  }
  .contactbookDetail figure img {
    border: 1px solid #e0e0e0;
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 1px;
  }
}
@media screen and (max-width: 768px) {
  .contactbookDetail figure {
    float: none;
    text-align: center;
  }
  .contactbookDetail figure img {
    border: 1px solid #e0e0e0;
    display: inline;
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 1px;
  }
}
@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 {
    background: none;
    border-bottom: none;
    border-top: none;
    font-weight: bold;
    padding-bottom: 0;
    text-align: left;
  }
  .contactbookText .contactCarePlanToggle01 tr:first-child th.contactbookTextTitle {
    border-top: 1px solid #ccc;
  }
  .contactbookText th br {
    display: none;
  }
  .contactbookText td {
    border-top: none;
  }
  .contactbookTextTitle + td {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .contactbookText.contactbookText th,
  .contactbookText.contactbookText td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contactbookText.contactbookText th,
  .contactbookText.contactbookText td {
    display: block;
    width: 100%;
  }
  .contactbookText.contactbookText .width70 {
    width: 100% !important;
  }
  .contactbookText.contactbookText th.contactbookTextTitle {
    background: none;
    border-bottom: none;
    border-top: none;
    font-weight: bold;
    padding-bottom: 0;
    text-align: left;
  }
  .contactbookText.contactbookText .contactCarePlanToggle01 tr:first-child th.contactbookTextTitle {
    border-top: 1px solid #ccc;
  }
  .contactbookText.contactbookText th br {
    display: none;
  }
  .contactbookText.contactbookText td {
    border-top: none;
  }
  .contactbookTextTitle + td {
    padding-top: 0;
  }
}
.contactbookDetailComment {
  padding: 5px;
}

/* 児童情報変更 */
.childChange table:nth-child(1) {
  width: 25%;
  margin-right: -1px;
}
.childChange .handle {
  cursor: -webkit-grab;
  cursor: grab;
  background-color: #eee;
}
.childChange .handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.childChange .tDnD_whileDrag {
  background-color: #ffe695;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.36);
}
.childChange .tDnD_whileDrag .handle {
  background-color: transparent;
}
.childChange .cn {
  counter-increment: number;
}
.childChange .cn .cni:before {
  content: counter(number);
}

@media screen and (max-width: 768px) {
  .childChange .df {
    display: block;
  }
  .childChange table:nth-child(1) {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .childChange table th,
  .childChange table td {
    border: 1px solid #ccc;
    display: table-cell;
  }
}
/* サービス提供記録の個別支援計画 */
.contactCarePlan {
  margin: 20px 0;
}
.contactCarePlan table {
  margin-bottom: 5px;
}

.btn-sm.contactCarePlanView {
  font-size: 12px;
  padding-left: 18px;
  position: relative;
}

.contactCarePlanView:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  left: 8px;
  position: absolute;
}
.contactCarePlanView.on {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 5px;
}
.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;
    font-weight: bold;
    text-align: left;
    width: 100%;
  }
  .contactcarePlanTd01 {
    border-bottom: none;
    border-top: none;
  }
  .contactcarePlanTd02 {
    border-bottom: none;
    border-top: none;
  }
  .contactcarePlanTd02 + td {
    border-top: none;
    padding-top: 0;
  }
  .contactcarePlanTd01:before {
    /*background: #e5e5e5;*/
    content: "具体的な目標達成";
  }
  .contactcarePlanTd02:before {
    content: "チェック・コメント";
  }
}
/* ==================== kidz status line ==================== */
.salesGraph {
  margin: 20px 0;
}

.mypageChart:after {
  clear: both;
  content: "";
  display: block;
}

.mypageChartTitle {
  margin-bottom: 20px;
}
.mypageChartTitle:after {
  clear: both;
  content: "";
  display: block;
}
.mypageChartTitle h2 {
  float: left;
}

.mypageChartBtn {
  float: right;
}

.mypageChartArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 60%;
}

.mypageChartTable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  width: 38%;
}
.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 {
  background: #f1f1f1;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 3px 0;
  padding: 0 5px;
}
.labelArea label input {
  cursor: pointer;
  margin-right: 3px;
}

@media screen and (max-width: 1024px) {
  .mypageChart {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mypageChartArea,
  .mypageChartTable {
    float: none;
    width: 100%;
  }
  .mypageChartArea {
    overflow: hidden;
  }
  .labelArea br {
    display: none;
  }
  .labelArea .btn {
    display: block;
  }
  .mypageChartGraph {
    overflow-x: scroll;
  }
  .mypageChartGraphInner {
    width: 1000px;
  }
}
@media screen and (min-width: 1025px) {
  .mypageChartRadar #canvas {
    margin-top: -95px;
  }
  /*
  .mypageChartTable {
      margin-left: 2%;
  }
  */
}
/* ------------------------------
 mypage reserve
------------------------------ */
#mypage.reserve h1 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.mypageReserveFacilityGroup {
  display: none;
}

.mypageReserve .sat,
.mypageReserve .sun {
  display: table-cell;
}
.mypageReserve select {
  max-width: 100%;
}
.mypageReserve .facility div,
.mypageReserve .holiday div {
  text-align: center;
}
.mypageReserve .costPlan li {
  text-align: left;
}
.mypageReserve .costPlan li:first-child {
  font-weight: bold;
}
.mypageReserve .close .facilityLabel {
  display: inline-block;
}
.mypageReserve .ul_event {
  border: none !important;
  margin: 0;
  text-align: center;
}
.mypageReserve .ul_event li {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  padding: 3px 5px 3px 22px;
}
.mypageReserve .ul_event li label input {
  height: 15px;
  top: 4px;
  width: 15px;
}
.mypageReserve .ul_event li .highlight {
  background-color: transparent;
}

.mypageReserveIcon01,
.mypageReserveIcon02,
.mypageReserveIcon03,
.mypageReserveIcon04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.mypageReserveIcon01 i,
.mypageReserveIcon02 i,
.mypageReserveIcon03 i,
.mypageReserveIcon04 i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.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 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.mypageReserveIcon03 i {
  line-height: 1;
  padding: 6px 2px;
}
.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 {
  padding: 0;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .mypageReserve {
    border-top: 0;
  }
  .mypageReserve table,
  .mypageReserve tr {
    border: none;
    display: block;
  }
  .mypageReserve th,
  .mypageReserve td {
    border: none !important;
    display: inline-block;
  }
  .mypageReserve thead,
  .mypageReserve tfoot {
    display: none;
  }
  .mypageReserve tr {
    border-top: 2px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 62px 65px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypageReserve tr:first-child {
    border-top: 2px solid #ccc;
  }
  .mypageReserve tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .mypageReserve tr:after {
    clear: both;
    content: "";
    display: block;
  }
  .mypageReserve th,
  .mypageReserve td {
    float: left;
  }
  .mypageReserve label {
    position: relative;
  }
  .mypageReserve .today {
    background: #f1f1f1;
    left: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    position: absolute;
    position: 0;
    top: 0;
    width: 20px;
    z-index: 55;
  }
  .mypageReserve .days {
    background: #f1f1f1;
    border-right: 1px solid #ccc;
    left: 25px;
    padding-left: 2px;
    padding-top: 10px;
    position: absolute;
    position: 0;
    top: 0;
    z-index: 50;
  }
  .mypageReserve .days:before {
    content: "(";
  }
  .mypageReserve .days:after {
    content: ")";
  }
  .mypageReserve td .mypageReserveBorder {
    display: none;
  }
  .mypageReserve .facility {
    border: 1px solid #ccc !important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 5px;
    margin-right: 7px;
    padding: 10px;
    padding: 0;
    width: calc(100% - 7px);
  }
  .mypageReserve .facility label,
  .mypageReserve .facility .facilityLabel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    line-height: 1.5;
    padding: 5px;
    text-align: center;
  }
  .mypageReserve .facility div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    line-height: 1.5;
    padding: 5px;
    text-align: center;
  }
  .mypageReserve .facility label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypageReserve .facility label input[type=radio] {
    line-height: 1 !important;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .mypageReserve .facility label p {
    height: auto !important;
    line-height: 1 !important;
    margin-right: 3px;
  }
  .mypageReserve .facility.highlight label {
    background: #ffe695;
  }
  .mypageReserve .facility.highlightCancel label {
    background: #eaeffd;
  }
  .mypageReserve .close .facilityLabel {
    background: #f5f5f5;
    color: #999;
  }
  .mypageReserve .lunchBox,
  .mypageReserve .lunchNoBox,
  .mypageReserve .placeStart,
  .mypageReserve .placeEnd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 7px 7px 0;
    padding-bottom: 8px;
    width: calc(50% - 7px);
    overflow: hidden;
  }
  .mypageReserve .lunchNoBox {
    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 {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    left: -65px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mypageReserve .lunch {
    background: transparent;
    margin-right: 5px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
        transform: scale(1.4);
  }
  .mypageReserve .lunchBox {
    padding: 0;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
  }
  .mypageReserve .lunchBox label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve .lunchBox .mypageReserveBorder {
    top: 5px;
  }
  .mypageReserve .lunchBox label {
    display: inline-block;
    padding: 5px 5px 8px 5px;
    width: 100%;
  }
  .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;
    margin-right: 7px;
    width: calc(50% - 7px);
  }
  .mypageReserve .mukaeHour {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 99%;*/
  }
  .mypageReserve .mukaeHour:before {
    content: "お迎え希望時間\a";
  }
  .mypageReserve .mukaeHour:after {
    content: "";
    display: block;
  }
  .mypageReserve .okuriHour {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*width: 99%;*/
    margin-right: 0;
  }
  .mypageReserve .okuriHour:before {
    content: "送り希望時間\a";
  }
  .mypageReserve .okuriHour:after {
    content: "";
    display: block;
  }
  .mypageReserve .costPlan {
    clear: both;
    display: block;
    float: none;
    padding-top: 10px;
    width: auto;
  }
  .mypageReserve .costPlan .mypageReserveBorder {
    top: 5px;
  }
  .mypageReserve .costPlan ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    margin-top: 5px;
    padding: 0;
    padding-top: 5px;
    text-align: left;
    width: calc(100% - 7px);
  }
  .mypageReserve .costPlan li {
    color: #000;
    display: inline-block;
    padding: 3px 3px 0 0;
    text-align: left;
    width: auto;
  }
  .mypageReserve .costPlan li:first-child {
    font-weight: bold;
  }
  .mypageReserve .costPlan li:first-child:after {
    content: "";
  }
  .mypageReserve .costPlan li:last-child:after {
    content: "";
  }
  .mypageReserve .costPlan li:after {
    content: "、";
  }
  .mypageReserve .note {
    clear: both;
    display: block;
    float: none;
    margin-top: 10px;
    padding-top: 20px;
    text-align: left;
  }
  .mypageReserve .note:before {
    content: "備考：";
    font-weight: bold;
  }
  .mypageReserve .costPlan + .note {
    margin-top: 0;
    padding-top: 5px;
  }
  .mypageReserve .note .mypageReserveBorder {
    top: 10px;
  }
  .mypageReserve .cancel {
    bottom: 5px;
    left: 15px;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    text-align: right;
    width: calc(100% - 30px);
  }
  .mypageReserve .cancel .mypageReserveBorder {
    left: 0;
  }
  .mypageReserve .cancel .btn {
    font-size: 10px;
    margin-left: 50px;
  }
  .mypageReserve tr.trHoliday {
    padding-bottom: 0;
    padding-left: 65px;
  }
  .mypageReserve tr.trHoliday .today,
  .mypageReserve tr.trHoliday .days {
    padding-bottom: 5px;
    /*background: #ffdfe2;*/
    padding-top: 5px;
  }
  .mypageReserve .holiday {
    display: none;
  }
  .mypageReserve .holiday.facility {
    background: #ffdfe2;
    display: block;
  }
  .mypageReserve .sun + .holiday {
    /*margin-top: -10px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .mypageReserve .mypageReserveIcon01,
  .mypageReserve .mypageReserveIcon02,
  .mypageReserve .mypageReserveIcon03,
  .mypageReserve .mypageReserveIcon04 {
    float: left;
  }
  .mypageReserve .ul_event.ul_event {
    text-align: left;
  }
  .mypageReserve .ul_event.ul_event li {
    display: inline-block;
  }
  .mypageReserve .ul_event.ul_event li label {
    background: transparent;
    border: none;
    display: block;
    padding: 0;
    position: static;
  }
  .mypageReserve .ul_event.ul_event li .highlight {
    background-color: transparent;
  }
  .mypageComp2.mypageComp2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mypageReserve2.mypageReserve2 .mypageReserveIcon01,
  .mypageReserve2.mypageReserve2 .mypageReserveIcon02,
  .mypageReserve2.mypageReserve2 .mypageReserveIcon03,
  .mypageReserve2.mypageReserve2 .mypageReserveIcon04 {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .mypageReserve {
    width: 100% !important;
  }
  .mypageReserve .costPlan ul {
    float: none;
    width: 100%;
  }
}
.shop_fac {
  display: none;
}

@media screen and (min-width: 1025px) {
  .mypageReserve .costPlan ul {
    border-top: 0;
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 5px;
  }
  .mypageReserve .costPlan li {
    padding: 0;
    text-align: left;
  }
  .mypageReserve .costPlan li:hover {
    background: transparent;
    border: 1px solid transparent;
  }
  .mypageReserve .facilityName {
    display: none;
  }
  .mypageReserve th {
    width: auto;
  }
  .mypageReserve td {
    vertical-align: middle !important;
  }
  .mypageReserve td.facility {
    position: relative;
  }
  .mypageReserve td.facility label {
    cursor: pointer;
    display: block;
  }
  .mypageReserve td.facility label input[type=radio] {
    height: 16px;
    width: 16px;
  }
  .mypageReserve td.facility label:before {
    content: "";
    height: 100%;
    left: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mypageReserve.mypageReserve2 tr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 3px;
  }
  .mypageReserve.mypageReserve2 tr .shop_fac {
    background: #eee;
    font-weight: bold;
    width: 95%;
    display: block;
  }
}
/* ========== mypage comp ========== */
.mypageComp {
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 40px auto;
  max-width: 600px;
  padding: 60px 10px;
  text-align: center;
}
.mypageComp h1 {
  border: none;
  color: #3cad6f;
  font-size: 24px;
  padding: 0;
  text-align: center;
}
.mypageComp h1:before {
  display: none;
}
.mypageComp p {
  margin-bottom: 20px;
  text-align: center;
}

/* ========== unsettledBox01 ========== */
.unsettledBox01 {
  background-color: #e01414;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  position: sticky;
  top: 3px;
  z-index: 50;
}
.unsettledBox01 em {
  font-weight: bold;
  padding: 0 7px;
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #e01414;
  background-color: #fff;
}
.unsettledBox01 .unsettledFacility {
  margin: 5px 5px 5px 0;
  line-height: 1.35;
}
.unsettledBox01 .unsettledFacility span {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.unsettledBox01 small {
  display: block;
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .unsettledBox01 {
    padding: 5px;
  }
  .unsettledBox01 small {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .unsettledBox01 {
    display: block;
    line-height: 1.35;
  }
  .unsettledBox01 em {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
  }
  .unsettledBox01 .unsettledFacility {
    margin: 3px 0;
  }
  .unsettledBox01 .unsettledFacility span {
    font-size: 14px;
  }
  .unsettledBox01 small {
    margin: 0;
    font-size: 11px;
  }
}
/* ========== mypage icon settting ========== */
img[alt=施設名] {
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: -6px;
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
}

/* ========== mypage parts ========== */
.unread {
  background: #e01414;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 5px;
  padding: 3px 8px;
}
.unread.top {
  vertical-align: top;
}
.unread.mid {
  vertical-align: middle;
}
.unread.bottom {
  vertical-align: bottom;
}

.read {
  background: #fff;
  border-radius: 3px;
  color: #3cad6f;
  border: 1px solid #b1e2c7;
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 5px;
  padding: 3px 8px;
}
.read.top {
  vertical-align: top;
}
.read.mid {
  vertical-align: middle;
}
.read.bottom {
  vertical-align: bottom;
}

.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-date.emp {
  background-color: #f5f5f5 !important;
  color: #888;
}

.ca-l-yotei {
  min-height: 50px;
}
.ca-l-yotei .calendar-time-group {
  padding-top: 5px;
}
.ca-l-yotei .calendar-time-group h4 {
  display: block;
  font-size: 11px;
  margin-bottom: 5px;
  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;
}

.ca-icon li {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 2em;
  line-height: 2em;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 2em;
}
.ca-icon li span {
  display: none;
}

.calendarWrap .lunch {
  background: #ef8237;
}
.calendarWrap .drive {
  background: #6699df;
}
.calendarWrap .pick {
  background: #77d562;
}
.calendarWrap .absence {
  background: #ff3f46;
}
.calendarWrap .mypage-hoiku-cancel {
  background: #ff3f46;
}

.ca-plan {
  padding: 5px;
}

.ca-l-yoteitime {
  /*padding-top: 5px;
  line-height: 1.5;*/
  line-height: 1;
  margin: 0;
  text-align: center;
}

.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 {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
}

.ca-l-mukae:before {
  content: "迎え";
}

.ca-l-okuri:before {
  content: "送り";
}

.ca-l-hoiku-start:before {
  content: "開始";
}

.ca-l-hoiku-end:before {
  content: "終了";
}

.calendar-time-title {
  background: #aaa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px;
}

.calendar-time-group {
  margin: 5px auto;
  padding: 15px 5px 5px;
}

.calendar-time-title01 {
  background: #e4a40d;
}

.calendar-time-group01 {
  background: #fff7e5;
}

.calendar-time-title02 {
  background: #5171ea;
}

.calendar-time-group02 {
  background: #e5eafc;
}

.calendar-time-title03 {
  background: #49d0a8;
}

.calendar-time-group03 {
  background: #e7faf5;
}

.calendar-time-title07 {
  background: #f69896;
}

.calendar-time-group07 {
  background: #fceded;
}

.calendar-time-title.sodan01 {
  background-color: #f69896;
}

.calendar-time-title.sodan02 {
  background-color: #600f18;
}

.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;
  }
}
/* ==================== calendarBox ==================== */
.childStatus {
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.childStatus:before {
  content: "";
  line-height: 1;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  font-family: FontAwesome;
}
.childStatus.out:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/calendar-icon01.svg) no-repeat center center/72% #fff;
}
.childStatus.stop:before {
  background: url(../images/calendar-icon02.svg) no-repeat center center/72% #fff;
}
.childStatus.bd1:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

/* ==================== calendarBox ==================== */
.calendarBackground {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  background-color: rgba(0, 0, 0, 0.85);
}

.calendarBox {
  margin-bottom: 30px;
}
.calendarBox table {
  table-layout: fixed;
}
.calendarBox table th,
.calendarBox table td {
  border-color: #aaa;
}
.calendarBox table th {
  background-color: #777;
  color: white;
  width: 14.2857142857%;
}
.calendarBox table td {
  height: 100px;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding-bottom: 5px;
  vertical-align: top;
}
.calendarBox table td .ca-day {
  padding: 3px;
  margin-bottom: 2px;
  line-height: 1;
  text-align: left !important;
}
.calendarBox table td .unsettled {
  background-color: #e2e2e2;
  padding: 3px 0 2px;
}
.calendarBox table td .unsettled h4 {
  padding: 1px 3px 5px;
  line-height: 1;
  font-size: 12px;
  color: #565656;
}
.calendarBox table td .calendarClick {
  display: block;
  text-decoration: none;
}
.calendarBox table td .calendarClick:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
}
.calendarBox table td .calendarClick:after {
  content: "";
  border-color: transparent transparent #5c5c5c transparent;
  border-style: solid;
  border-width: 0 0 7px 7px;
  position: absolute;
  bottom: 0;
  height: 0;
  right: 0;
  width: 0;
}
.calendarBox table td .calendarClick:hover {
  color: inherit;
  opacity: 0.5;
}
.calendarBox table td .calendarClick .note {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
  z-index: 50;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
.calendarBox table td .calendarClick .note.type01 {
  color: #d51819;
}
.calendarBox table td .calendarClick .note.type02 {
  color: #666;
}
.calendarBox table td .calendarClick .childIcon {
  width: auto;
  display: block;
  text-align: left;
  margin: 0 2px 3px !important;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 3px;
  border-radius: 2px;
}
.calendarBox table td .calendarClick .childIcon small {
  margin-left: 5px;
}
.calendarBox table td .calendarClick .childIcon + .unsettled {
  margin-top: 10px;
}
.calendarBox table td .calendarClick .childIcon + .note {
  margin-top: 15px;
}
.calendarBox table td .childStatus {
  margin: -3px 3px -3px -1px;
  position: relative;
  top: 2px;
}
.calendarBox table td .childStatus:before {
  width: 16px;
  height: 16px;
}
.calendarBox table td .eventIcon {
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 3px;
  margin: 0 2px 3px !important;
  background-color: #eee;
  border-radius: 2px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendarBox table td .eventIcon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3.5vw, 14px);
  height: min(3.5vw, 14px);
  width: min(3.5vw, 14px);
  margin-right: 3px;
}
.calendarBox table td .eventIcon i img {
  margin-top: 2px;
  vertical-align: top;
  height: min(3.5vw, 14px);
}
.calendarBox table .sun01 {
  background-color: #ffe4e3;
}
.calendarBox table .sun01 .ca-day {
  color: #e75b56;
}
.calendarBox table .sun01 span {
  margin-left: 5px;
}
.calendarBox table .sat01 {
  background: #dfeefc;
}
.calendarBox table .sat01 .ca-day {
  color: #6495c3;
}
.calendarBox table td.today {
  background-color: #feffdb;
}

@media screen and (max-width: 768px) {
  .calendarBox table td .calendarClick .childIcon small {
    display: block;
    margin: 2px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .calendarBox table th {
    font-size: 11px;
  }
  .calendarBox table td {
    font-size: 11px;
    height: 75px;
  }
  .calendarBox table td .label.mini {
    font-size: 10px;
  }
  .calendarBox table td .ca-child.ca-child p {
    font-size: 10px;
    padding: 3px 3px;
    text-overflow: clip;
  }
  .calendarBox table td .childStatus {
    line-height: 1.15;
    margin-right: 1px;
  }
  .calendarBox table td .childStatus:before {
    width: 11px;
    height: 11px;
  }
  .calendarBox table td .unsettled h4 {
    font-size: 10px;
  }
}
/* ==================== calendarClickInner ==================== */
.calendarClickInner {
  background-color: #fff;
  bottom: -120%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.32);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 0;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 100000;
}
.calendarClickInner .calendarClickScroll {
  padding: 20px;
  overflow-y: auto;
  max-height: 75vh;
}
.calendarClickInner .closeBtn {
  position: absolute;
  top: -15px;
  right: 15px;
  width: min(8.5vw, 42px);
  height: min(8.5vw, 42px);
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-style: normal;
  color: red;
  border-radius: 50%;
  background-color: #fff;
}
.calendarClickInner .closeBtn:before {
  border-radius: 50%;
  line-height: 1;
  font-family: FontAwesome;
  font-size: min(10vw, 48px);
  content: "\f057";
  position: absolute;
  top: -4px;
  left: 0;
}
.calendarClickInner .time {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  line-height: 1;
  padding: 0 7px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -34px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendarClickInner .time .prev,
.calendarClickInner .time .next {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 500px;
  border: 1px solid #ccc;
  line-height: 1;
  padding: 3px 6px;
  text-decoration: none;
}
.calendarClickInner .time .prev:after, .calendarClickInner .time .prev:before,
.calendarClickInner .time .next:after,
.calendarClickInner .time .next:before {
  font-family: FontAwesome;
}
.calendarClickInner .time .prev {
  margin-right: 10px;
}
.calendarClickInner .time .prev:before {
  content: "\f100";
  margin-right: 3px;
}
.calendarClickInner .time .next {
  margin-left: 10px;
}
.calendarClickInner .time .next:after {
  content: "\f101";
  margin-left: 3px;
}
.calendarClickInner table {
  table-layout: auto;
}
.calendarClickInner table th {
  padding: 0 3px;
  border-bottom: none;
  text-align: left;
}
.calendarClickInner table td {
  padding: 3px;
  height: auto;
  vertical-align: middle;
}
.calendarClickInner table td .txtLink {
  display: inline-block;
  text-decoration: underline;
  color: blue;
}
.calendarClickInner table td .txtLink:before, .calendarClickInner table td .txtLink:after {
  display: none;
}
.calendarClickInner table td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendarClickInner table td b {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.calendarClickInner table th,
.calendarClickInner table td,
.calendarClickInner table td p {
  line-height: 1.25;
}
.calendarClickInner .reserveBtn01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.calendarClickInner .statusBox {
  padding: 10px 0;
}
.calendarClickInner .statusBox .statusBoxInner {
  padding: 10px 15px;
  background-color: #eee;
  border-radius: 5px;
  margin-top: 10px;
}
.calendarClickInner .statusBox .statusBoxInner > .statusIcon02p {
  margin: 0;
  left: -20px;
  position: relative;
}
.calendarClickInner .statusBox .statusBoxInner.unsettled {
  background-color: #ffe4e4;
}
.calendarClickInner .statusBox .statusBoxInner.unsettled .unsettledIcon {
  background-color: #e01414;
  color: white;
  text-align: left;
  margin: -10px -15px 5px;
  font-weight: bold;
  font-size: 13px;
  padding: 0 10px;
}
.calendarClickInner .statusBox h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.calendarClickInner .statusBox h3 i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  margin-right: 5px;
}
.calendarClickInner .statusBox h3 i:before {
  font-family: FontAwesome;
  content: "\f007";
  color: white;
  font-weight: normal;
  font-size: 15px;
}
.calendarClickInner .statusBox h3 i.light:before {
  color: #444;
}
.calendarClickInner .statusBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.calendarClickInner .statusBox dl dt {
  font-size: 18px;
}
.calendarClickInner .statusBox dl dt * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.calendarClickInner .statusBox dl dd {
  margin-left: 1rem;
}
.calendarClickInner .statusBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.calendarClickInner .statusBox ul li {
  margin-right: 8px;
}
.calendarClickInner .statusBox .contactBookBtn {
  border: 1px solid #ccc;
  padding: 5px 9px;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none;
  text-decoration: underline;
  background-color: #fff;
}
.calendarClickInner .statusBox .contactBookBtn:before {
  line-height: 1;
  content: "";
  vertical-align: -2px;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 14px;
  background: url(../images/sibship-icon03.png) no-repeat center center/contain;
}
.calendarClickInner .statusBox .contactBookBtn span {
  margin: 0 0 0 5px;
  text-decoration: none;
}
.calendarClickInner.active {
  bottom: 0;
}
.calendarClickInner .unsettledLine {
  margin: 40px 0 15px;
  position: relative;
  text-align: center;
}
.calendarClickInner .unsettledLine span {
  background-color: #fff;
  display: inline-block;
  color: #888;
  width: 20rem;
  max-width: 65vw;
  padding: 0 20px;
}
.calendarClickInner .unsettledLine span b {
  display: block;
  color: #e01414;
}
.calendarClickInner .unsettledLine span b:before {
  content: "\f175";
  margin-right: 5px;
  font-family: FontAwesome;
}
.calendarClickInner .unsettledLine:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-image: repeating-linear-gradient(0deg, #888, #888 7px, transparent 7px, transparent 13px, #888 13px), repeating-linear-gradient(90deg, #888, #888 7px, transparent 7px, transparent 13px, #888 13px), repeating-linear-gradient(180deg, #888, #888 7px, transparent 7px, transparent 13px, #888 13px), repeating-linear-gradient(270deg, #888, #888 7px, transparent 7px, transparent 13px, #888 13px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .calendarClickInner .calendarClickScroll {
    padding: 10px;
  }
  .calendarClickInner .statusBox dl dd {
    width: 100%;
    margin: 3px 0 0;
    line-height: 1.35;
  }
  .calendarClickInner .statusBox .read_calender,
  .calendarClickInner .statusBox .unread_calender {
    padding: 3px 5px;
    line-height: 1;
  }
  .calendarClickInner .reserveBtn01 {
    width: calc(100% - 10px);
  }
}
/* ==================== availability ==================== */
.availabilityList {
  margin-bottom: 50px;
}
.availabilityList table th,
.availabilityList table td {
  padding: 10px;
  border-color: #aaa;
}
.availabilityList .fa,
.availabilityList img {
  display: inline-block;
  vertical-align: -3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
.availabilityList .fa {
  font-size: 22px;
}
.availabilityList img {
  height: 16px;
}
.availabilityList .sat01 {
  background-color: #dfeefc;
}
.availabilityList .sun01 {
  background-color: #ffe4e3;
}
.availabilityList .today {
  background-color: #feffdb;
}

/* ==================== settingMenu ==================== */
.settingMenu {
  max-width: calc(100vw - 20px);
  margin: 50px auto 0;
}
.settingMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.settingMenu ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.settingMenu ul li:nth-child(-n+2) {
  border-top: 1px solid #ccc;
}
.settingMenu ul li:nth-child(2n+1) {
  border-left: 1px solid #ccc;
}
.settingMenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: max(14px, 2vh);
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.35;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
  min-height: 10vh;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.settingMenu ul li a:hover {
  background-color: #eee;
}
.settingMenu ul li a:after {
  font-size: max(14px, 2vh);
  content: "\f0da";
  font: normal normal normal 14px/1 Fontawesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==================== 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 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 3px 6px 3px 28px;
  position: relative;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  vertical-align: middle;
}
label.checkbox02:hover, label.radio02:hover {
  background-color: #e2edd7;
}
label.checkbox02:hover:after, label.radio02:hover:after {
  border-color: #53b300;
}
label.checkbox02:before {
  color: #ef8237;
  content: "\f00c";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
label.checkbox02:after {
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  width: 16px;
}
label.radio02:before {
  color: #ef8237;
  content: "\f00c";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 9px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
label.radio02:after {
  border: 2px solid #bbb;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  width: 16px;
}

input[type=checkbox]:checked + label.checkbox02:before, input[type=radio]:checked + label.radio02:before {
  opacity: 1;
}

label.checkbox02,
label.radio02 {
  padding-bottom: 9px;
  padding-top: 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;
}

.mypageContact_first {
  margin-bottom: 20px;
}
.mypageContact_first + .nav-tabs li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 88px;
  min-width: 88px;
  position: relative;
}
.mypageContact_first + .nav-tabs li a {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypageContact_first + .nav-tabs li .unread.unread {
  background-color: #e82a2a;
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  margin-bottom: 6px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: -13px;
  width: 22px;
  z-index: 999999;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .mypageContact_first {
    margin-bottom: 20px;
  }
  .mypageContact_first + .nav-tabs {
    border: 0;
  }
  .mypage-contact-form table {
    border-bottom: 1px solid #ccc;
  }
  .mypage-contact-form table th,
  .mypage-contact-form table td {
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: left;
    width: 100%;
  }
  .mypage-contact-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mypage-contact-list table tr {
    background-color: #f5f5f5;
    display: block;
    position: relative;
  }
  .mypage-contact-list table th {
    border: 0;
    display: inline-block;
    padding-right: 0;
  }
  .mypage-contact-list table td {
    background-color: #fff;
    border: 0;
    display: block;
    margin-bottom: 10px;
  }
  .mypage-contact-list table td.read {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 3px;
  }
}
.mypageContact_container {
  overflow: hidden;
  padding: 0;
  /* 注意文 */
}
.mypageContact_container .mypageContact_contents {
  line-height: 135%;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* アイコン画像 */
  /* 相手の会話 */
  /* 自分の会話 */
}
.mypageContact_container .mypageContact_contents.scroll {
  height: 500px;
  overflow-y: scroll;
}
.mypageContact_container .mypageContact_contents figure {
  background: #ccc;
  border-radius: 100%;
  display: block;
  height: 60px;
  left: 0;
  line-height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 50px;
  width: 60px;
  /* 正方形を用意 */
}
.mypageContact_container .mypageContact_contents figure img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.mypageContact_container .mypageContact_contents .time {
  color: #666;
  font-size: 80%;
}
.mypageContact_container .mypageContact_contents .mypageContact_left {
  clear: both;
  display: table;
  margin-bottom: 5px;
  max-width: 80%;
  position: relative;
  /* アイコン画像 */
  /* コメントエリア */
}
.mypageContact_container .mypageContact_contents .mypageContact_left figure {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 50px;
  /* 正方形を用意 */
}
.mypageContact_container .mypageContact_contents .mypageContact_left figure img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .mypageContact_left-text {
  margin-left: 20px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .mypageContact_left-text .name {
  color: #ccc;
  font-size: 80%;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text {
  background-color: #eee;
  position: relative;
  margin: 0;
  /* 吹き出し */
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text::after {
  border-bottom: 10px solid transparent;
  border-right: 20px solid #eee;
  border-top: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 0;
}
.mypageContact_container .mypageContact_contents .mypageContact_right {
  clear: both;
  display: block;
  float: right;
  margin: 5px 0;
  margin-right: 15px;
  max-width: 75%;
  position: relative;
  /* コメントエリア */
  /* 既読エリア */
}
.mypageContact_container .mypageContact_contents .mypageContact_right .text {
  background-color: #dbf4fd;
  margin: 0;
  margin-left: 80px;
  /* 吹き出し */
}
.mypageContact_container .mypageContact_contents .mypageContact_right .text::after {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #dbf4fd;
  border-top: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -10px;
  top: 30px;
  width: 0;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .time {
  text-align: right;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .date {
  bottom: 0;
  color: #000;
  content: "";
  display: block;
  font-size: 80%;
  left: -30px;
  position: absolute;
  text-align: right;
  width: 100px;
}
.mypageContact_container .mypageContact_contents .mypageContact_right .label.read {
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 2px;
  padding: 0 2px;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text,
.mypageContact_container .mypageContact_contents .mypageContact_right .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  min-height: 20px;
  padding: 10px;
  word-break: break-all;
}
.mypageContact_container .mypageContact_contents .mypageContact_left .text img,
.mypageContact_container .mypageContact_contents .mypageContact_right .text img {
  border-radius: 15px;
  max-width: 100%;
}
.mypageContact_container .mypageContact_contents .mypageContact_unread:before, .mypageContact_container .mypageContact_contents .mypageContact_unread:after {
  content: "";
  display: table;
  clear: both;
}
.mypageContact_container .mypageContact_contents .mypageContact_unread span {
  display: block;
  background-color: #ccc;
  padding: 5px 10px;
  margin: 15px 0;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.mypageContact_container .mypageContact_contents .mypageContact_unread span:after {
  clear: both;
  display: table;
  content: "";
}
.mypageContact_container .mypageContact_contents .mypageContact_unread span:before {
  content: "\f02b";
  font-family: FontAwesome;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  float: left;
}
.mypageContact_container .mypageContact_warning {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.mypageContact_container .mypageContact_form {
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  padding: 0 10px 20px;
  text-align: center;
  width: 100%;
}
.mypageContact_container .mypageContact_form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 5px;
}
.mypageContact_container .mypageContact_form textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::-moz-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea:-ms-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::-ms-input-placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form textarea::placeholder {
  font-size: 14px;
}
.mypageContact_container .mypageContact_form .btn {
  background: #e8450b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 0 #9b310b;
          box-shadow: 0 3px 0 0 #9b310b;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 48px;
  font-size: 18px;
}
.mypageContact_container .mypageContact_form .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
}
.mypageContact_container .mypageContact_form .btn:before {
  color: #fff;
  content: "\f27a";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.mypageContact_container .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px auto;
}
.mypageContact_container .btnBox > p {
  margin-left: auto;
}
.mypageContact_container .btnBox .imgPreview {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eee;
  color: rgb(117, 117, 117);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-right: 10px;
  padding-left: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypageContact_container .btnBox .imgPreview img {
  height: 32px;
  width: auto;
}
.mypageContact_container .btnBox .imgPreview img,
.mypageContact_container .btnBox .imgPreview p {
  line-height: 1;
  margin-right: 8px;
}
.mypageContact_container .btnBox .imgPreview i {
  border-radius: 50%;
  color: #9e9e9e;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  opacity: 0.6;
  padding: 5px 10px 5px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .tabs-container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tab-panel {
    padding: 0;
  }
  .mypageContact_container {
    margin: 0;
    /* 注意文 */
  }
  .mypageContact_container .mypageContact_contents {
    margin-bottom: 0;
  }
  .mypageContact_container .mypageContact_contents.scroll {
    height: 60vh;
  }
  .mypageContact_container .mypageContact_contents .form {
    text-align: right;
  }
  .mypageContact_container .mypageContact_warning {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
  }
  .mypageContact_container .mypageContact_form {
    position: relative;
  }
  .mypageContact_container .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mypageContact_container .btnBox > p {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .mypageContact_container .btnBox .imgPreview,
  .mypageContact_container .btnBox .fileBtn {
    margin: 5px;
  }
}
/* ======================================== width ======================================= */
.widthAuto {
  width: auto !important;
}

.width20 {
  width: 20px !important;
}

.width30 {
  width: 30px !important;
}

.width40 {
  width: 40px !important;
}

.width50 {
  width: 50px !important;
}

.width60 {
  width: 60px !important;
}

.width70 {
  width: 70px !important;
}

.width80 {
  width: 80px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

.width110 {
  width: 110px !important;
}

.width120 {
  width: 120px !important;
}

.width130 {
  width: 130px !important;
}

.width140 {
  width: 140px !important;
}

.width150 {
  width: 150px !important;
}

.width160 {
  width: 160px !important;
}

.width180 {
  width: 180px !important;
}

.width190 {
  width: 190px !important;
}

.width200 {
  width: 5px !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;
}

.height30 {
  height: 30px;
}

.height50 {
  height: 50px !important;
}

@media screen and (max-width: 768px) {
  .minW250,
  .minW300 {
    min-width: auto !important;
    width: 100% !important;
  }
}
/* --------------------
indexTopics
-------------------- */
.evaluationLink {
  margin: 0 auto 15px;
  max-width: calc(100vw - 20px);
}
.evaluationLink a {
  background-color: #e01414;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.evaluationLink a i {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e01414;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
  padding: 4px 5px 3px;
  top: 12px;
}
.evaluationLink a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.evaluationLink a + a {
  margin-top: 10px;
}

.indexTopics {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.indexTopics h2 {
  background: transparent;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-radius: 2px 2px 0 0;
  float: none;
  font-size: 16px;
  padding: 10px;
  text-indent: 0;
  width: auto;
}
.indexTopics h2:before {
  display: none;
}
.indexTopics dl {
  display: table-cell;
  vertical-align: middle;
}
.indexTopics dl:after {
  clear: both;
  content: "";
  display: block;
}
.indexTopics dt {
  display: table-cell;
  font-weight: normal;
  padding: 0 10px 0 15px;
  position: relative;
  vertical-align: middle;
}
.indexTopics dt:before {
  color: #7aba16;
  content: "\f144";
  font: normal normal normal 11px/1 Fontawesome;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 11px;
}
.indexTopics dt time {
  margin-right: 10px;
}
.indexTopics dd {
  display: table-cell;
  line-height: 1.3;
  padding-right: 100px;
  vertical-align: middle;
}
.indexTopics ul + p {
  position: absolute;
  right: 10px;
  top: 13px;
}
.indexTopics ul + p a {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 11px;
  height: 20px;
  letter-spacing: -0.09em;
  line-height: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.indexTopics ul + p a:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 11px/1 Fontawesome;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .indexTopics {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .evaluationLink a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 1.35;
  }
  .evaluationLink a i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .indexTopics {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexTopics ul + p {
    right: 10px;
    top: 8px;
  }
  .indexTopics h2,
  .indexTopics dl,
  .indexTopics dt,
  .indexTopics dd {
    display: block;
  }
  .indexTopics h2 {
    height: auto;
    line-height: 1;
    margin: 0 -10px 10px;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .indexTopics dd {
    padding: 0 10px 10px;
  }
}
.topicsMeta {
  margin-bottom: 10px;
}

/* カテゴリータグ */
.iconTopics {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  border-radius: 2px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 55px;
}

.iconTopics01 {
  background: #cdadf2;
}

.iconTopics02 {
  background: #fcbe4c;
}

.iconTopics03 {
  background: #f4a9a5;
}

.iconTopics04 {
  background: #84da71;
}

.iconTopics05 {
  background: #82b0ed;
}

.iconTopics06 {
  background: #f00;
}

.topicsMeta time {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

/* お知らせ記事*/
.topicsArticle {
  margin: 20px 0 50px;
}
.topicsArticle p {
  line-height: 1.8;
}
.topicsArticle figure a {
  text-decoration: none;
}
.topicsArticle figure img {
  margin-bottom: 5px;
}
.topicsArticle figcaption {
  font-size: 0.857em;
}

.topicsContents {
  overflow: hidden;
}

/* PDFアイコンボタン */
.topicsLinkPDF {
  margin: 40px 0 20px;
}
.topicsLinkPDF li {
  margin-bottom: 10px;
}
.topicsLinkPDF a {
  background: url(../images/icon-pdf.png) no-repeat 3px 50%;
  background-size: 24px;
  border: 1px solid #ccc;
  color: #333;
  display: inline-block;
  line-height: 1;
  padding: 10px 10px 10px 32px;
  text-decoration: none;
}
.topicsLinkPDF a:hover, .topicsLinkPDF a:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* お知らせ記事 トップ画像 */
.topicsTopImg {
  float: right;
  margin-left: 20px;
  width: 30%;
}
.topicsTopImg img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .topicsTopImg {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
/* お知らせ記事 3つ画像 */
.topicsImg {
  margin: 50px 0 80px;
}
.topicsImg li {
  float: left;
  margin-left: 8%;
  width: 28%;
}
.topicsImg li:first-child {
  margin-left: 0;
}
.topicsImg img {
  max-width: 100%;
}
.topicsImg li a {
  display: block;
}

@media screen and (max-width: 480px) {
  .topicsImg li {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
}
/* --------------------
topicsReturn
-------------------- */
.topicsReturn {
  margin-bottom: 50px;
}
.topicsReturn p {
  text-align: center;
}
.topicsReturn a.generalBtn:before {
  content: "\f137";
  font: normal normal normal 14px/1.5 Fontawesome;
  margin-right: 5px;
}

a.generalBtnReturn:before {
  content: "\f137";
  font: normal normal normal 14px/1.5 Fontawesome;
  margin-right: 5px;
}

.topicsReturn a.generalBtn:after,
a.generalBtnReturn:after {
  display: none;
}

/* --------------------
topicsBacknumber
-------------------- */
.topicsBacknumber h2 {
  font-size: 18px;
}

.topicsBacknumberList {
  padding: 10px;
}

.topicsBacknumberList li {
  font-size: 14px;
  line-height: 1.5;
  margin: 3px 0;
  width: auto;
}
.topicsBacknumberList li:after {
  clear: both;
  content: "";
  display: block;
}
.topicsBacknumberList li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  text-decoration: none;
}
.topicsBacknumberList li a time,
.topicsBacknumberList li a span {
  float: left;
  margin-right: 10px;
}
.topicsBacknumberList li time {
  color: #333;
}
.topicsBacknumberList li .unread {
  background: #e01414;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin: 0 3px 3px 0;
  padding: 3px 6px;
}
.topicsBacknumberList li p {
  overflow: hidden;
  /*display: inline-block;*/
  text-decoration: underline;
}
.topicsBacknumberList li span {
  line-height: 1.5;
}
.topicsBacknumberList li:hover p {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .topicsBacknumberList li {
    margin: 0;
  }
  .topicsBacknumberList li a {
    padding: 10px 10px 10px 0;
  }
}
.topicsBacknumberLink {
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 480px) {
  .topicsBacknumberList li p {
    clear: both;
    overflow: visible;
  }
}
/* バックナンバーをスクロールさせる場合 */
.topicsScroll ul {
  height: 220px;
  overflow-y: scroll;
}

/* ==================== 請求書・領収書・代理受領通知書 ==================== */
.dateList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dateList select {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 38px;
  padding: 5px;
}
.dateList ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
}
.dateList ul li {
  margin: 3px 10px 3px 0;
}
.dateList ul li a {
  display: inline-block;
  text-align: center;
}
.dateList ul li.active a {
  background-color: #666;
  color: #fff;
}

.invoiceListInner {
  border: 1px solid #ddd;
  margin-top: 40px;
}
.invoiceListInner h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
}
.invoiceListInner h3 i {
  color: #444;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.invoiceListInner h3 .price {
  color: #444;
  display: inline-block;
  font-size: 14px;
  margin-left: 1rem;
}
.invoiceListInner h3 .price em {
  color: #d11717;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  padding: 5px 5px;
}
.invoiceListInner table tr {
  border-top: 1px solid #ddd;
}
.invoiceListInner table th,
.invoiceListInner table td {
  border: none;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  vertical-align: middle;
}
.invoiceListInner table td:nth-of-type(1) {
  width: 10rem;
}
.invoiceListInner table td:nth-of-type(2) {
  width: 16rem;
}
.invoiceListInner table td:last-child i {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
  text-align: left;
  width: auto;
}
.invoiceListInner table td .btn b {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.invoiceListInner table td span {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}
.invoiceListInner table td .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.invoiceListInner table td .flex p {
  margin: 3px;
}
.invoiceListInner table td .flex .btn {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .dateList,
  .invoiceList {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .invoiceListInner table tr {
    display: block;
    padding: 10px;
  }
  .invoiceListInner table th,
  .invoiceListInner table td {
    display: block;
    margin: 5px 0;
    margin-top: -1px;
    padding: 0;
  }
}
/* ==================== 個別支援計画 ==================== */
.individualCarePlan {
  max-width: calc(100vw - 20px);
  margin: 0 auto;
}
.individualCarePlan * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.individualCarePlan .option {
  margin: 25px 0 18px;
}
.individualCarePlan .option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.individualCarePlan .option ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.individualCarePlan .option ul label {
  display: block;
  border-radius: 500px;
  padding: 3px 11px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.individualCarePlan .option ul label:hover {
  background-color: #f1f1f1;
}
.individualCarePlan .option ul label input[type=checkbox] {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 14px;
  height: 14px;
}
.individualCarePlan .individualCarePlanList table th,
.individualCarePlan .individualCarePlanList table td {
  border: 1px solid #999;
  padding: 8px 5px;
  text-align: center;
}
.individualCarePlan .individualCarePlanList table thead th {
  background-color: #444;
  color: white;
  padding: 3px 5px;
}
.individualCarePlan .individualCarePlanList table td {
  position: relative;
}
.individualCarePlan .individualCarePlanList table td.none:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../wm/images/diagonal_icon.svg) no-repeat center center/100% 100%;
  opacity: 0.5;
}
.individualCarePlan .individualCarePlanList table td a {
  margin: 0;
  padding: 5px 8px 5px 18px;
  position: relative;
  text-align: left;
  line-height: 1.25;
}
.individualCarePlan .individualCarePlanList table td a:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 559px) {
  .individualCarePlan .individualCarePlanList table th,
  .individualCarePlan .individualCarePlanList table td {
    display: block;
    text-align: left;
  }
  .individualCarePlan .individualCarePlanList table thead th {
    display: none;
  }
  .individualCarePlan .individualCarePlanList table tr {
    display: block;
    margin-bottom: 2px;
  }
  .individualCarePlan .individualCarePlanList table th {
    border: none;
    color: white;
    padding: 5px;
    background-color: #666;
  }
  .individualCarePlan .individualCarePlanList table td {
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .individualCarePlan .individualCarePlanList table td:before {
    content: "";
    display: block;
    padding-right: 5px;
    color: #222;
    font-size: 12px;
    margin: -5px 0;
    width: 8rem;
    padding: 15px 0;
    margin: -28px 0;
    border-right: 1px solid #ccc;
  }
  .individualCarePlan .individualCarePlanList table td:nth-child(1):before {
    content: "施設名";
  }
  .individualCarePlan .individualCarePlanList table td:nth-child(2):before {
    content: "利用サービス";
  }
  .individualCarePlan .individualCarePlanList table td:nth-child(3):before {
    content: "作成回数";
  }
  .individualCarePlan .individualCarePlanList table td.careplan01:before, .individualCarePlan .individualCarePlanList table td.careplan02:before, .individualCarePlan .individualCarePlanList table td.careplan03:before, .individualCarePlan .individualCarePlanList table td.careplan04:before {
    content: attr(data-individual);
  }
  .individualCarePlan .individualCarePlanList table td.none {
    height: 39px;
  }
  .individualCarePlan .individualCarePlanList table td.none:after {
    width: calc(100% - 8rem - 5px);
    left: calc(8rem + 5px);
  }
}
/* ======================================== sign ======================================== */
#sign {
  border: 2px solid #595959;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
#sign:after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  color: #f1f1f1;
  content: "署名";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.fileBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #134ac3;
  border: none;
  border-radius: 3px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 0 0 #113a94;
          box-shadow: 0 3px 0 0 #113a94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  min-height: auto;
  padding: 8px 12px;
  position: relative;
  vertical-align: middle;
  vertical-align: 0;
}
.fileBtn i {
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
}
.fileBtn input[type=file] {
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.fileBtn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
}

/* ======================================== tableをスマホ時にスクロール出来るように ======================================== */
@media screen and (max-width: 768px) {
  .printTabTable {
    overflow-x: scroll;
  }
  .ibox .table-content table,
  .ibox table,
  .ibox .v-calendar table {
    width: 768px;
  }
}
/* ======================================== mypageContactList ======================================== */
.mypageContactList {
  margin-top: 30px;
}
.mypageContactList h3 {
  text-align: center;
  margin-bottom: 15px;
}
.mypageContactList li {
  border-bottom: 1px solid #eee;
}
.mypageContactList li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 15px 10px;
}
@media (hover: hover) {
  .mypageContactList li a:hover {
    background-color: #eee;
  }
}
.mypageContactList li .icon {
  font-style: normal;
  width: min(15vw, 60px);
  height: min(15vw, 60px);
  font-size: min(4vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666;
  color: white;
  line-height: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mypageContactList li dl {
  overflow: hidden;
  margin: 0 20px 0 10px;
}
.mypageContactList li dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypageContactList li dl dd {
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: min(3vw, 14px);
  font-weight: normal;
}
.mypageContactList li dl * {
  line-height: 1.35;
}
.mypageContactList li p {
  color: #999;
  text-align: right;
  width: 40px;
  margin-left: auto;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: min(3vw, 15px);
}
.mypageContactList li p .noread {
  display: table;
  font-style: normal;
  background-color: #e01414;
  border-radius: 50px;
  color: white;
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  padding: 3px 6px;
  margin-left: auto;
}

/* ======================================== updateTxt ======================================== */
.updateTxt {
  padding: 15px;
  border: 3px solid #e24c26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - 20px);
  margin: 40px auto;
}
.updateTxt h3 {
  font-size: min(4.75vw, 24px);
  margin: -16px;
  margin-bottom: 15px;
  background-color: #e24c26;
  color: white;
  padding: 2px 15px 5px;
}
.updateTxt h3:before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 5px;
}
.updateTxt p {
  line-height: 1.6;
  font-size: min(4vw, 18px);
}
.updateTxt p b {
  font-weight: normal;
  color: #e24c26;
}
.updateTxt .note {
  line-height: 1.35;
  color: #666;
  margin-top: 1rem;
  text-indent: -1rem;
  margin-left: 1rem;
}
.updateTxt .note:before {
  content: "※";
}

@media screen and (max-width: 480px) {
  .updateTxt p br {
    display: none;
  }
}
/* ======================================== 支援計画等のテーブル ======================================== */
.outside-tab-container {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1em;
  margin-top: 3.5em;
  background-color: #fff;
}
.outside-tab-container .tab-group-outside {
  position: absolute;
  top: -3em;
  left: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0;
}
.outside-tab-container .tab-group-outside .tab-radio {
  /* 最初のタブだけ余白をなくす */
  /* チェック済みの時に反映 */
}
.outside-tab-container .tab-group-outside .tab-radio > input[type=radio] {
  display: none;
}
.outside-tab-container .tab-group-outside .tab-radio > span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #8e8e8e;
  color: #555;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  position: relative;
  margin-left: -1px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.outside-tab-container .tab-group-outside .tab-radio > span:hover {
  background-color: #e0e0e0;
}
.outside-tab-container .tab-group-outside .tab-radio:first-child > span {
  margin-left: 0;
}
.outside-tab-container .tab-group-outside .tab-radio > input[type=radio]:checked + span {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-color: #999;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
.outside-tab-container .inside-content {
  margin-top: 0.5em;
}
.outside-tab-container .inside-content table {
  width: 100%;
  border-collapse: collapse;
}
.outside-tab-container .inside-content table th,
.outside-tab-container .inside-content table td {
  border: 1px solid #ccc;
  padding: 8px;
}

/* ==================== 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;
}

/*-----祝日名----*/
.holidayName {
  margin-left: 3px;
  font-size: 11px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: 1px;
}

@media screen and (max-width: 768px) {
  .holidayName {
    display: none;
  }
}
/* 日曜 */
/* 本日 */
.calendar #today {
  background: #FFBA00;
  font-weight: bold;
}

.calendar-day {
  padding: 5px 5px 0;
  text-align: right;
  font-size: 0.85em;
}

.calendar-event {
  padding: 0 5px 5px;
  min-height: 2em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .calendar th {
    display: block;
    border: 0;
    border-bottom: 1px solid #CCC;
  }
  .calendar td {
    display: block;
    border: 0;
    border-bottom: 1px solid #CCC;
    width: auto;
  }
  .calendar td:after {
    content: "";
    clear: both;
    display: block;
  }
  .calendar td p {
    background: #EEE;
  }
  .calendar-day {
    float: left;
    padding: 5px;
    width: 2em;
    min-height: 2rem;
    border-right: 1px solid #CCC;
  }
  .calendar-event.calendar-event {
    overflow: hidden;
    padding: 5px;
    min-height: 2rem;
    line-height: 1.5;
    text-align: left;
    background: #FFF;
  }
  .calendar thead, .calendar-other-month.calendar-other-month {
    display: none;
  }
}
/* ------------------------------
V calendar
------------------------------ */
.v-calendar {
  margin: 0 auto 15px;
  width: auto;
}
.v-calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BCBCBC;
}
.v-calendar th, .v-calendar td {
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #BCBCBC;
}
.v-calendar thead th {
  background: #666;
  color: #FFF;
}
.v-calendar tr.odd, .v-calendar td.odd {
  background-color: #FFF;
}
.v-calendar .holiday {
  background: #ffdfe2;
}
.v-calendar .highlight, .v-calendar .mypageReserve .highlight {
  background: #ffe695;
}
.v-calendar .highlightCancel, .v-calendar .mypageReserve .highlightCancel {
  background: #eaeffd;
}
.v-calendar .td-l.td-l {
  text-align: left;
}
.v-calendar .td-r.td-r {
  text-align: right;
}

/* ======================================== 施設申し込み 活動複数選択 ======================================== */
.active_name span {
  font-size: 12px !important;
}

.reserveActive tbody td {
  vertical-align: top;
}
.reserveActive tbody td ul {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px dashed #CCC;
}
.reserveActive tbody td ul li {
  padding: 5px 0 5px 19px;
  line-height: 1.5;
  margin-bottom: 3px;
  position: relative;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 1px solid transparent;
  border-radius: 5px;
}
.reserveActive tbody td ul li label {
  display: block;
}
.reserveActive tbody td ul li label input {
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
}
.reserveActive tbody td ul li:last-child {
  margin-bottom: 0;
}
.reserveActive tbody td ul li:hover {
  border-color: #AAA;
}
.reserveActive tbody td ul li.checked {
  /*border-color: #AAA;*/
  background-color: rgba(255, 255, 255, 0.7);
}
.reserveActive tbody td ul li.checked:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.7);
}
.reserveActive tbody td ul li.disabled {
  border-color: transparent;
  background-color: transparent;
}
.reserveActive tbody td ul li.disabled label {
  cursor: default;
}
.reserveActive tbody td ul li.act01 {
  background-color: #ffeaea;
}
.reserveActive tbody td ul li.act02 {
  background-color: #ffeaf4;
}
.reserveActive tbody td ul li.act03 {
  background-color: #ffeaff;
}
.reserveActive tbody td ul li.act04 {
  background-color: #f4eaff;
}
.reserveActive tbody td ul li.act05 {
  background-color: #eaeaff;
}
.reserveActive tbody td ul li.act06 {
  background-color: #eaf4ff;
}
.reserveActive tbody td ul li.act07 {
  background-color: #eaffff;
}
.reserveActive tbody td ul li.act08 {
  background-color: #eafff4;
}
.reserveActive tbody td ul li.act09 {
  background-color: #eaffea;
}
.reserveActive tbody td ul li.act10 {
  background-color: #f4ffea;
}
.reserveActive tbody td ul li.act11 {
  background-color: #ffffea;
}
.reserveActive tbody td ul li.act12 {
  background-color: #fff4ea;
}
.reserveActive tbody .facility {
  padding: 0;
}
.reserveActive tbody .facility .ul_event {
  padding: 5px;
}
.reserveActive tbody .reserve_facility {
  display: block;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px dashed #888;
  background: #F5F5F5;
  padding-bottom: 3px;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.reserveActive tbody .reserve_facility:hover {
  background: #ffe695;
}
.reserveActive tbody td.highlight .reserve_facility {
  background: #ffe695;
}
.reserveActive tbody td.highlight ul {
  color: rgb(0, 0, 0);
  border-top: 1px dashed #666;
}
.reserveActive tbody td.highlight ul li:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.4);
}
.reserveActive tbody td.highlight ul li.checked label.highlight {
  background: transparent !important;
}
.reserveActive tbody td.highlight ul li.checked:hover {
  border-color: #AAA;
  background-color: rgba(255, 255, 255, 0.7);
}

.highlightCancel b {
  font-size: 1.5em;
  color: #E01414;
}

.v-calendar tfoot {
  border-top: 3px double #333;
}
.v-calendar tfoot td {
  padding: 10px 5px;
  font-weight: bold;
  background: #EEE;
}
.v-calendar thead td .mini-info {
  margin-bottom: 0;
  display: inline;
  width: auto;
}
.v-calendar thead td .mini-info:after {
  content: "";
  clear: both;
  display: block;
}
.v-calendar thead td .mini-info dt {
  margin-right: 10px;
  margin-bottom: 3px;
  clear: both;
  float: left;
  width: 8rem;
  text-align: center;
}
.v-calendar thead td .mini-info dd {
  float: left;
  margin-bottom: 3px;
}

/* ------------------------------
event calendar
v calendar date
------------------------------ */
.event-calendar {
  width: auto;
}
.event-calendar:after {
  content: "";
  clear: both;
  display: block;
}
.event-calendar .v-calendar {
  float: left;
}
.event-calendar .v-calendar-date {
  width: 80px;
}
.event-calendar .v-calendar-event {
  width: 920px;
  overflow-x: scroll;
}
.event-calendar .v-calendar-date table {
  background: #ccc;
}
.event-calendar .v-calendar-event table th, .event-calendar .v-calendar-event table td {
  white-space: nowrap;
}
.event-calendar .formGroup {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .event-calendar .v-calendar-event {
    width: calc(100% - 80px);
  }
}
/* ------------------------------
h calendar
------------------------------ */
.h-calendar {
  margin: 0 auto 15px;
  width: auto;
}
.h-calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #BCBCBC;
  border: 0;
}
.h-calendar th, .h-calendar td {
  padding: 3px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #BCBCBC;
}
.h-calendar thead th {
  background: #666;
  color: #FFF;
}
.h-calendar td.holiday {
  background: #ffdfe2;
}
.h-calendar th.plain, .h-calendar td.plain {
  background: transparent;
  border: none;
  color: #222;
}

/* ------------------------------
 page return
------------------------------ */
.page_return {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.page_return a {
  color: #ff9907;
}
.page_return a:hover {
  color: #d11717;
}

/* ------------------------------
 page navi
------------------------------ */
.page_navi {
  margin: 10px auto 10px;
  width: 100%;
  /*font-size:12px;*/
}
.page_navi:before {
  content: "";
  display: table;
}
.page_navi:after {
  content: "";
  display: table;
  clear: both;
}
.page_navi p {
  margin-right: 25px;
  float: left;
}
.page_navi p b {
  font-size: 18px;
  font-weight: bold;
}
.page_navi p span {
  font-weight: bold;
}
.page_navi ol {
  text-align: left;
  float: right;
}
.page_navi ol li {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #232323;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #cacaca;
  background: #fff;
}

*:first-child + html .page_navi ol li,
* html #page-footer .page_navi ol li {
  display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 3px;
}

.page_navi ol li b {
  display: block;
  font-weight: bold;
  color: #232323;
  background: #eaeaea;
}
.page_navi ol li a {
  font-weight: normal;
  display: block;
  color: #232323;
  background: #eaeaea;
  text-decoration: none;
}
.page_navi ol li a.page_on {
  background: #eaeaea;
}
.page_navi ol li a:hover {
  text-decoration: none;
  background: #d11717;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .page_navi {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
/* ------------------------------
　ブログ
------------------------------ */
.common_block {
  max-width: calc(100vw - 20px);
  padding: min(3vw, 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.common_block * {
  text-wrap: wrap;
}
.common_block h1,
.common_block h2,
.common_block h3 {
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 15px;
  color: #ff8314;
}
.common_block h1 {
  font-size: 2rem;
}
.common_block h2 {
  font-size: 1.6rem;
}
.common_block h3 {
  font-size: 1.25rem;
}
.common_block blockquote {
  margin: 0 0 0 15px;
}
.common_block .headline {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: max(-3vw, -15px) max(-3vw, -15px) 0;
  padding: 8px min(3vw, 15px);
  background-color: #f4f4f4;
  margin-bottom: 10px;
  line-height: 1.35;
  font-size: 18px;
  font-weight: bold;
  color: #ff8314;
}
.common_block .headline a {
  text-decoration: none;
  color: #ff8314;
  word-break: break-all;
}
.common_block .headline a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common_block .headline a:hover {
  color: #d11717;
}
.common_block .headline > span {
  margin: 3px 8px 3px 0;
}
.common_block .headline .unread,
.common_block .headline .read {
  margin: 0;
}
.common_block .common_data {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #ccc;
}
.common_block .common_data dt {
  letter-spacing: 2px;
}
.common_block .common_data dd {
  margin-left: 1em;
}
.common_block table {
  max-width: 100%;
}
.common_block table th {
  width: 5.25rem;
}
.common_block:after {
  content: "";
  display: table;
  clear: both;
}
.common_block img {
  margin: 0 10px 0 0;
  float: left;
  max-width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  border-radius: 5px;
}
.common_block em {
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #d11717;
  border-radius: 4px;
}
.common_block p {
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .common_block img {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 80%;
  }
}
/* ------------------------------
   article tag style
  ------------------------------ */
.articleUl li {
  text-indent: -1rem;
  margin-left: 1rem;
  margin-block: 3px;
}
.articleUl li:before {
  content: "・";
}

.articleOl {
  counter-reset: number;
}
.articleOl li {
  counter-increment: number;
  text-indent: -1rem;
  margin-left: 1rem;
  margin-block: 3px;
}
.articleOl li:before {
  content: counter(number) ".";
  margin-right: 3px;
}

.articleHr {
  display: block;
}

/* ------------------------------
   recruit
  ------------------------------ */
#recruit {
  width: 960px;
  margin: 0 auto;
  clear: both;
}
#recruit:before {
  content: "";
  display: table;
}
#recruit:after {
  content: "";
  display: table;
  clear: both;
}
#recruit p {
  padding: 10px 10px 30px 10px;
}

.recruit-left {
  width: 570px;
  margin-right: 20px;
  float: left;
  margin-top: 20px;
  font-size: 16px;
}

.recruit-right {
  width: 340px;
  float: right;
  margin-top: 20px;
}

.recruit01,
.recruit02 {
  width: 960px;
  margin: 10px auto;
  margin-bottom: 50px;
  clear: both;
}

.recruit01,
.recruit02:before,
.recruit01,
.recruit02:after {
  content: "";
  display: table;
}

.recruit01,
.recruit02:after {
  clear: both;
}

.recruit01 p {
  color: #ff8a00;
  font-size: 18px;
  padding: 10px;
}
.recruit01 h4 {
  background: url(../images/recruit-title01.gif) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0;
  height: 50px;
  clear: both;
}
.recruit01 h5 {
  background: url(../images/recruit-title02.gif) 0 0 no-repeat;
  text-indent: -9999px;
  height: 67px;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

.recruit01-left {
  width: 620px;
  margin: 20px auto;
  float: left;
}

.recruit01 table {
  width: 98%;
  font-size: 16px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-top: dotted 2px #f8bb89;
}
.recruit01 table th {
  width: 180px;
  text-align: left;
  padding: 5px;
  vertical-align: top;
  font-weight: normal;
  border-bottom: dotted 2px #f8bb89;
  background-color: #ffe5bb;
}
.recruit01 table td {
  padding: 5px;
  border-bottom: dotted 2px #f8bb89;
  text-align: left;
  font-weight: normal;
  background-color: #fff;
}

.recruit01-right {
  width: 280px;
  margin: 20px auto;
  float: right;
}

.recruit02 h5 {
  background: url(../images/recruit-title03.gif) 0 0 no-repeat;
  text-indent: -9999px;
  height: 67px;
  clear: both;
}

.recruit-pc {
  width: 910px;
  height: 212px;
  margin: 20px auto;
  background: url(../images/recruit-tel.gif) 0 0 no-repeat;
  text-indent: -9999px;
}

.recruit-sm {
  display: none;
}

@media screen and (max-width: 1024px) {
  #recruit {
    margin: 0 auto;
    clear: both;
  }
  #recruit:before {
    content: "";
    display: table;
  }
  #recruit:after {
    content: "";
    display: table;
    clear: both;
  }
  .recruit-left {
    margin: 10px;
    font-size: 16px;
  }
  .recruit-right {
    margin: 10px;
  }
  .recruit01,
  .recruit02 {
    margin: 10px auto;
    margin-bottom: 50px;
    clear: both;
  }
  .recruit01,
  .recruit02:before,
  .recruit01,
  .recruit02:after {
    content: "";
    display: table;
  }
  .recruit01,
  .recruit02:after {
    clear: both;
  }
  .recruit01 p {
    color: #ff8a00;
    font-size: 16px;
    padding: 10px;
  }
  .recruit01 h4 {
    margin: 10px auto;
    color: #ffffff;
    background-color: #9bc342;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    line-height: 40px;
  }
  .recruit01 h5 {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 18px;
    color: #84bc4d;
    font-weight: bold;
  }
  .recruit01-left {
    margin: 20px auto;
  }
  .recruit01 table {
    width: 98%;
    margin: 0 auto 20px;
    border-collapse: collapse;
    border: solid 1px #f8bb89;
  }
  .recruit01 th {
    display: block;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    background-color: #ffcd8d;
  }
  .recruit01 td {
    display: block;
    padding: 5px;
    text-align: left;
    font-weight: normal;
  }
  .recruit01-right {
    margin: 10px;
  }
  .recruit02 h5 {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 18px;
    color: #84bc4d;
    font-weight: bold;
  }
  .recruit-pc {
    display: none;
  }
  .recruit-sm {
    margin: 10px;
    padding: 10px;
    border: solid 1px #7eb945;
    margin-bottom: 30px;
  }
  .recruit-sm p.r-tel {
    font-size: 36px;
    color: #7eb945;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  #calendar .midori {
    float: left;
    color: #d11717;
    font-size: 21px;
    font-weight: bold;
  }
  #calendar .ca-right {
    float: right;
  }
  #calendar #main_form > p:last-child {
    margin: 0 10px 10px;
  }
  #calendar table {
    width: 100%;
    border-bottom: #cacaca;
    margin-bottom: 40px;
  }
  #calendar th {
    display: none;
  }
  #calendar td {
    display: block;
    width: 100%;
    background: #fff;
    border-top: 1px solid #cacaca;
  }
  #calendar th::after,
  #calendar td::after {
    content: "";
    display: block;
    clear: both;
  }
  #calendar .ca-day,
  #calendar .ca-youbi,
  #calendar .sun,
  #calendar .sat,
  #calendar .ca-l-yotei {
    float: left;
  }
  #calendar .ca-day,
  #calendar .ca-youbi,
  #calendar .sun,
  #calendar .sat {
    width: 3em;
    padding: 10px 0;
    background: #ececec;
    text-align: center;
  }
  #calendar .holiday01,
  #calendar .sun01 {
    color: #f00;
  }
  #calendar .holiday01 .ca-day,
  #calendar .holiday01 .sun,
  #calendar .holiday01 .ca-youbi {
    background: #ffe4e3;
    padding-bottom: 10px;
  }
  #calendar .sat01 .ca-day,
  #calendar .sat01 .sat,
  #calendar .sat01 .ca-youbi {
    background: #c8effc;
    padding-bottom: 10px;
  }
  #calendar .sun01 .ca-day,
  #calendar .sun01 .sun,
  #calendar .sun01 .ca-youbi {
    background: #ffe4e3;
    padding-bottom: 10px;
  }
  #calendar .ca-yotei {
    padding: 0;
  }
  #calendar .ca-l-yotei {
    padding: 10px;
  }
  #calendar .ca-yoyaku {
    padding: 0;
  }
  #calendar .ca-l-yotei li {
    text-indent: -1em;
    margin-left: 1em;
  }
  #calendar .ca-l-yotei li:before {
    content: "・";
  }
}
/* ---------------------予約カレンダー上部アイコン------------------------ */
.ca-box2 {
  padding: 0 3px;
  text-align: left;
  clear: both;
  margin-top: 10px;
}
.ca-box2 p {
  margin-bottom: 10px;
}
.ca-box2 label {
  padding-left: 5px;
}

.bg_checkbox li {
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
  padding: 0;
}

.ca-box3 {
  margin-top: 10px;
}
.ca-box3 input {
  text-align: left;
  vertical-align: central;
  margin: 10px 0;
}

.bg_checkbox input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.ca-yoyaku .reserve {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ca-yoyaku .reserve input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .reserve input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-yoyaku-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .reserve input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-yoyaku-on.gif);
}
.ca-yoyaku .lunch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.ca-yoyaku .lunch input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .lunch input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-bento-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .lunch input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-bento-on.gif);
}
.ca-yoyaku .reserveCancel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ca-yoyaku .reserveCancel input[type=checkbox] {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ca-yoyaku .reserveCancel input[type=checkbox] + label {
  display: block;
  background-image: url(../images/c-btn-yoyaku-cancel-off.gif);
  background-size: 50px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 50px 50px 0;
}
.ca-yoyaku .reserveCancel input[type=checkbox]:checked + label {
  background-image: url(../images/c-btn-yoyaku-cancel-on.gif);
}
.ca-yoyaku .lunchCancel {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.ca-box3 input.nav_next {
  width: 84px;
  height: 25px;
  border: 0px;
  text-indent: -9999px;
  background: url(../images/ca-next.gif) 0 0 no-repeat;
}
.ca-box3 input.nav_back {
  width: 84px;
  border: 0px;
  height: 25px;
  text-indent: -9999px;
  background: url(../images/ca-back.gif) 0 0 no-repeat;
}

#calendar .ca-icon {
  margin: 0 auto 5px;
}

@media screen and (min-width: 1025px) {
  #calendar {
    width: 1000px;
    margin: 10px auto;
    margin-bottom: 50px;
  }
  #calendar p {
    margin: 10px auto;
  }
  #calendar table {
    width: 100%;
    border: 3px solid #cacaca;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #calendar th {
    border: 1px solid #cacaca;
    background-color: #ececec;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar th.sat01 {
    border: 1px solid #cacaca;
    background-color: #ececec;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar th.sun01 {
    border: 1px solid #cacaca;
    background-color: #ffd7d4;
    color: #232323;
    padding: 3px;
    text-align: center;
  }
  #calendar td {
    border: 1px solid #cacaca;
    width: 14.2857142857%;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    height: 120px;
  }
  #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: right;
    line-height: 25px;
  }
  .ca-day p {
    color: #1567c3;
    display: inline;
    margin-left: 10px;
  }
  .ca-youbi {
    display: none;
  }
  .ca-l-yotei {
    min-height: 50px;
  }
  .ca-yotei {
    text-align: center;
    padding: 2px;
    font-size: 12px;
  }
  .ca-yotei p {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    display: inline;
  }
  .ca-yoyaku {
    word-wrap: break-word;
    text-align: center;
    padding: 5px 5px;
  }
  .ca-yotei li {
    font-size: 12px;
    padding-left: 10px;
  }
  .ca-box {
    width: 1000px;
    margin: 10px auto;
  }
  .ca-box:before {
    content: "";
    display: table;
  }
  .ca-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .ca-left {
    vertical-align: central;
  }
  .ca-left p.midori {
    font-size: 22px;
    font-weight: bold;
    color: #d11717;
    vertical-align: central;
    text-align: center;
  }
  .ca-right {
    width: 33%;
    margin-top: -60px;
    text-align: right;
    float: right;
  }
  .ca-left img,
  .ca-right img {
    margin-top: 20px;
  }
  /* ---------------------予約カレンダー上部アイコン------------------------ */
  .ca-box2 {
    width: 960px;
    text-align: left;
    clear: both;
  }
  .ca-box2 label {
    padding-left: 5px;
  }
  .bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    padding: 0;
  }
  .ca-box3 input {
    text-align: left;
    vertical-align: central;
    margin-top: 20px;
  }
  .bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .reserve {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .reserve input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .reserve input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-yoyaku-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .reserve input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-yoyaku-on.gif);
  }
  .ca-yoyaku .lunch {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .lunch input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .lunch input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-bento-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .lunch input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-bento-on.gif);
  }
  .ca-yoyaku .reserveCancel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox] + label {
    display: block;
    background-image: url(../images/c-btn-yoyaku-cancel-off.gif);
    background-size: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 50px 50px 0;
  }
  .ca-yoyaku .reserveCancel input[type=checkbox]:checked + label {
    background-image: url(../images/c-btn-yoyaku-cancel-on.gif);
  }
  .ca-yoyaku .lunchCancel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  .ca-yoyaku .lunchCancel input[type=checkbox] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  #calendar .ca-icon {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 5px;
  }
  #calendar .ca-icon li {
    cursor: auto;
  }
  .ca-box2 ul {
    width: 960px;
    margin: 0 auto;
  }
  .ca-box2 ul:before {
    content: "";
    display: table;
  }
  .ca-box2 ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .ca-box2 li {
    width: 310px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .ca-box2 p {
    font-size: 14px;
    /*color:#ff8400;*/
    /*font-weight:bold;*/
    vertical-align: central;
  }
  .ca-box3 p {
    font-size: 21px;
    color: #ff8400;
    font-weight: bold;
    vertical-align: central;
  }
  .ca-box3 input.nav_next {
    width: 84px;
    height: 25px;
    border: 0px;
    text-indent: -9999px;
    background: url(../images/ca-next.gif) 0 0 no-repeat;
  }
  .ca-box3 input.nav_back {
    width: 84px;
    border: 0px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/ca-back.gif) 0 0 no-repeat;
  }
  #pageContents .ca-box3 input.nav_send {
    background: url(../images/btn-send2.gif) 0 0 no-repeat;
    width: 310px;
    height: 60px;
    border: 0px;
    text-indent: -9999px;
    cursor: pointer;
  }
  #pageContents .ca-box3 span {
    font-size: 22px;
    margin-right: 10px;
    color: #ff8400;
    font-weight: bold;
    text-decoration: none;
  }
  .ca-box2 select {
    font-size: 18px;
  }
  p.orenji {
    font-size: 18px;
    color: #ff8400;
    font-weight: bold;
    padding-top: 30px;
  }
  #pageContents span {
    font-weight: bold;
    color: #ff0000;
  }
}
@media screen and (max-width: 1024px) {
  #formmailBox div {
    text-align: center;
    margin: 20px 0;
    color: #f00;
  }
  .form_send {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #formmailBox div {
    text-align: center;
    margin: 20px 0 30px;
    color: #f00;
  }
}
/* Web施設申し込みのボタン */
.btn-css,
.btn-css2,
a.nav_back {
  text-align: center;
}

.btn-css button,
.btn-css2 button,
.nav_back button {
  border: none;
  cursor: pointer;
}

.btn-css button {
  margin: 0;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  border: none;
  background: url(../images/btn-red.png) #d11717 8px 11px no-repeat;
}

.btn-css2 button {
  margin: 0;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  background: url(../images/btn-gre.png) #c8c8c8 8px 11px no-repeat;
  border-radius: 4px;
  border: none;
}

a.nav_back {
  margin: 0 0 10px;
  padding: 8px 10px 8px 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  border: none;
  background: url(../images/btn-red2.png) #d11717 8px 11px no-repeat;
}

@media screen and (min-width: 1025px) {
  .btn-css,
  .btn-css2 {
    text-align: center;
    display: inline;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-css,
  .btn-css2 {
    text-align: center;
    margin: 20px 10px 20px 0;
  }
}
/* マイページのナビゲーション */
.mypageNav {
  margin: 20px 0;
}
.mypageNav:after {
  display: block;
  clear: both;
  content: "";
}
.mypageNav li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e5dfdb;
}
.mypageNav li:first-child {
  border-left: 1px solid #e5dfdb;
}
.mypageNav a {
  display: block;
  padding: 5px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .mypageNav {
    border-bottom: 1px solid #e5dfdb;
  }
  .mypageNav li {
    border-top: 1px solid #e5dfdb;
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .mypageNav li {
    width: 25%;
  }
}
/* ログアウト */
.mypageLogout {
  display: inline-block;
  float: right;
  margin-right: 2%;
}
.mypageLogout a {
  font-size: 12px;
  text-decoration: underline;
}

/* 請求書・領収書・代理受領通知書 */
.noticeTable h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.noticeTable table td,
.noticeTable table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  text-align: center;
}
.noticeTable table td:nth-of-type(1) {
  width: 3rem;
}
.noticeTable table td:nth-of-type(2) {
  text-align: left;
  line-height: 1.35;
  width: auto;
}
.noticeTable table td:nth-of-type(3), .noticeTable table td:nth-of-type(4), .noticeTable table td:nth-of-type(5) {
  width: 7rem;
}
.noticeTable table td:nth-of-type(3) a, .noticeTable table td:nth-of-type(4) a, .noticeTable table td:nth-of-type(5) a {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .noticeTable table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .noticeTable table th {
    display: none;
  }
  .noticeTable table td {
    margin-top: -1px;
  }
  .noticeTable table td:nth-of-type(1) {
    width: 20%;
    background-color: #f2f2f2;
    border-right: none;
  }
  .noticeTable table td:nth-of-type(2) {
    width: 80%;
    text-align: left;
  }
  .noticeTable table td:nth-of-type(3), .noticeTable table td:nth-of-type(4), .noticeTable table td:nth-of-type(5) {
    width: 100%;
    text-align: right;
    border-top: none;
  }
  .noticeTable table td:nth-of-type(3):before, .noticeTable table td:nth-of-type(4):before, .noticeTable table td:nth-of-type(5):before {
    content: "";
    display: block;
    position: relative;
    top: 7px;
    float: left;
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(3):before, .noticeTable table td:nth-of-type(4):nth-of-type(3):before, .noticeTable table td:nth-of-type(5):nth-of-type(3):before {
    content: "請求書";
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(4):before, .noticeTable table td:nth-of-type(4):nth-of-type(4):before, .noticeTable table td:nth-of-type(5):nth-of-type(4):before {
    content: "領収書 ";
  }
  .noticeTable table td:nth-of-type(3):nth-of-type(5):before, .noticeTable table td:nth-of-type(4):nth-of-type(5):before, .noticeTable table td:nth-of-type(5):nth-of-type(5):before {
    content: "代理受領通知書";
  }
}
/* 施設からの連絡事項 */
.reseveNote {
  margin: 10px 0 20px;
}
.reseveNote .reseveNoteInner {
  background-color: #ffeae5;
  border-radius: 3px;
  padding-bottom: 5px;
}
.reseveNote table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.reseveNote table caption {
  font-size: 16px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  line-height: 1;
  background-color: #f04c22;
  font-weight: bold;
  text-align: left;
  color: white;
  margin-bottom: 5px;
}
.reseveNote table th,
.reseveNote table td {
  background-color: transparent;
  border: none;
  vertical-align: top;
  padding: 5px 10px;
}
.reseveNote table th {
  width: auto;
  white-space: nowrap;
  position: relative;
}
.reseveNote table th span {
  color: white;
  background-color: white;
  font-weight: bold;
  padding: 2px 8px;
  color: #f04c22;
  border-radius: 50px;
  display: block;
}
.reseveNote table td {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .reseveNote table {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .reseveNote table th,
  .reseveNote table td {
    display: block;
    text-align: left;
  }
  .reseveNote table td {
    padding: 5px;
  }
}
/*# sourceMappingURL=style.css.map */