@charset "UTF-8";
/*!
 *  Font Awesome 4.3.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=Kosugi+Maru&display=swap");
@font-face {
  font-family:"FontAwesome";
  src:url("../fonts/fontawesome-webfont-v=4.3.0.eot");
  src:url("../fonts/fontawesome-webfont-.eot#iefix&v=4.3.0") format("embedded-opentype"),
  url("../fonts/fontawesome-webfont-v=4.3.0.woff2") format("woff2"),
  url("../fonts/fontawesome-webfont-v=4.3.0.woff") format("woff"),
  url("../fonts/fontawesome-webfont-v=4.3.0.ttf") format("truetype"),
  url("../fonts/fontawesome-webfont-v=4.3.0.svg#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;
  -webkit-transform:translate(0,0);
  -ms-transform:translate(0,0);
  transform:translate(0,0)
}
.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
}
.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)
  }
  to {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to {
    -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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -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
}
.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-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-floppy-o:before,
.fa-save:before {
  content:"\f0c7"
}
.fa-square:before {
  content:"\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content:"\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content:"\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content:"\f0de"
}
.fa-envelope:before {
  content:"\f0e0"
}
.fa-linkedin:before {
  content:"\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
  content:"\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
  content:"\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
  content:"\f0e4"
}
.fa-comment-o:before {
  content:"\f0e5"
}
.fa-comments-o:before {
  content:"\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
  content:"\f0e7"
}
.fa-sitemap:before {
  content:"\f0e8"
}
.fa-umbrella:before {
  content:"\f0e9"
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content:"\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content:"\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content:"\f152"
}
.fa-eur:before,
.fa-euro:before {
  content:"\f153"
}
.fa-gbp:before {
  content:"\f154"
}
.fa-dollar:before,
.fa-usd:before {
  content:"\f155"
}
.fa-inr:before,
.fa-rupee:before {
  content:"\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content:"\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content:"\f158"
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content:"\f191"
}
.fa-dot-circle-o:before {
  content:"\f192"
}
.fa-wheelchair:before {
  content:"\f193"
}
.fa-vimeo-square:before {
  content:"\f194"
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content:"\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content:"\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content:"\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content:"\f1cd"
}
.fa-circle-o-notch:before {
  content:"\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
  content:"\f1d0"
}
.fa-empire:before,
.fa-ge:before {
  content:"\f1d1"
}
.fa-git-square:before {
  content:"\f1d2"
}
.fa-git:before {
  content:"\f1d3"
}
.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-paper-plane:before,
.fa-send:before {
  content:"\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content:"\f1d9"
}
.fa-history:before {
  content:"\f1da"
}
.fa-circle-thin:before,
.fa-genderless: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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-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-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-bed:before,
.fa-hotel:before {
  content:"\f236"
}
.fa-viacoin:before {
  content:"\f237"
}
.fa-train:before {
  content:"\f238"
}
.fa-subway:before {
  content:"\f239"
}
.fa-medium:before {
  content:"\f23a"
}
.err {
  font-size:12px;
  color:#ff5500
}
.cf:after,
.greeting:after {
  display:block;
  clear:both;
  content:""
}
* {
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
a,
address,
article,
aside,
b,
blockquote,
body,
canvas,
dd,
div,
dl,
dt,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
table,
tbody,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent
}
a,
address,
article,
aside,
b,
blockquote,
canvas,
dd,
div,
dl,
dt,
em,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
i,
iframe,
img,
label,
li,
nav,
ol,
p,
pre,
section,
small,
span,
strong,
table,
tbody,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  font-size:100%
}
article,
aside,
div,
figcaption,
figure,
footer,
header,
nav,
section {
  display:block
}
em {
  font-style:normal
}
figure {
  max-width:100%;
  text-align:center
}
figcaption {
  text-align:center
}
img {
  max-width:100%;
  vertical-align:bottom;
  -webkit-backface-visibility:hidden
}
ol,
ul {
  list-style:none
}
dt {
  font-weight:bold
}
table {
  border-collapse:collapse;
  border-spacing:0;
  empty-cells:show
}
td,
th {
  padding:0;
  text-align:left;
  vertical-align:middle;
  border:none
}
select option {
  padding:0 5px
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color:#A9A9A9
}
label {
  cursor:pointer
}
input[type=checkbox],
input[type=radio] {
  vertical-align:middle
}
input[type=submit] {
  padding:0.1em;
  line-height:1;
  cursor:pointer
}
button {
  line-height:1;
  cursor:pointer
}
select {
  cursor:pointer
}
.headerInner {
  padding:15px 0;
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 auto;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
@media screen and (max-width:1024px) {
  .headerInner {
    padding:10px 5px
  }
}
@media screen and (min-width:1025px) {
  .headerInner {
    max-width:1024px
  }
}
.headerLogo img {
  width:350px
}
@media screen and (max-width:1024px) {
  .headerLogo img {
    width:auto;
    height:50px
  }
}
.headerFormmail a.generalBtn,
.headerMypage a.generalBtn {
  border:1px solid transparent
}
.headerFormmail a.generalBtn:after,
.headerMypage a.generalBtn:after {
  display:none
}
.headerContact {
  margin-left:auto
}
.headerContact .headerBtn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.headerContact .headerBtn li {
  margin-left:10px
}
.headerFormmail a.generalBtn {
  color:white;
  border-color:#ef92a5;
  background:#ef92a5;
  -webkit-box-shadow:0px 3px 0px 0px #f97594;
  box-shadow:0px 3px 0px 0px #f97594
}
.headerMypage a.generalBtn {
  color:#898989;
  border-color:#ccc;
  background-color:#fff;
  -webkit-box-shadow:0px 3px 0px 0px #a6a6a6;
  box-shadow:0px 3px 0px 0px #a6a6a6
}
.headerFormmail a.generalBtn:hover,
.headerMypage a.generalBtn:hover {
  top:3px;
  -webkit-box-shadow:none;
  box-shadow:none
}
@media screen and (min-width:1025px) {
  .headerContact .headerBtn li a {
    position:relative;
    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;
    cursor:pointer;
    width:180px;
    height:45px;
    font-size:16px;
    line-height:38px;
    text-decoration:none;
    border-radius:4px;
    margin-bottom:3px
  }
  .headerFormmail a:before,
  .headerMypage a:before {
    display:inline-block;
    margin-right:7px;
    font:normal normal normal 20px/1 Fontawesome
  }
  .headerFormmail a:before {
    content:"\f0e0"
  }
  .headerMypage a:before {
    content:"\f007"
  }
  dd.headerTelOpen {
    padding-left:0;
    text-indent:0
  }
  .headerContact dd a,
  .tel-link {
    font-size:30px;
    font-weight:900;
    text-decoration:none
  }
}
@media screen and (max-width:1024px) {
  .headerContact .headerTel dd,
  .headerContact .headerTel dt {
    line-height:1
  }
  .headerContact .headerTel dt br {
    display:block
  }
  .headerContact .headerBtn li {
    height:35px
  }
  .headerTelOpen {
    display:none
  }
  .headerContact {
    padding-bottom:0
  }
  .headerContact ul li {
    margin:0
  }
  .headerFormmail a,
  .headerMypage a {
    position:relative;
    width:110px;
    height:40px;
    display:block;
    background-size:20px;
    border-radius:4px;
    text-indent:-30px;
    overflow:hidden;
    white-space:nowrap
  }
  .headerFormmail a:before,
  .headerMypage a:before {
    top:0;
    bottom:0;
    width:20px;
    height:17px;
    margin:auto;
    color:#fff;
    font:normal normal normal 20px/1 Fontawesome;
    z-index:100;
    text-align:center;
    text-indent:0;
    display:block
  }
  .headerFormmail a:before {
    content:"\f0e0"
  }
  .headerMypage a:before {
    color:#898989;
    content:"\f007"
  }
  .headerMypage a.generalBtn {
    margin:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none
  }
  .headerFormmail a.generalBtn {
    margin:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none
  }
  .headerFormmail a.generalBtn:after,
  .headerMypage a.generalBtn:after {
    display:none
  }
  .headerFormmail a.generalBtn:active,
  .headerMypage a.generalBtn:active {
    top:0
  }
}
@media screen and (max-width:559px) {
  .headerContact dt,
  .headerTelNum span,
  .headerTelOpen {
    display:none
  }
  .headerContact .headerTel {
    margin-right:0
  }
  .headerContact .headerTel .headerTelNum {
    display:inline-block;
    vertical-align:middle
  }
  .headerContact .headerTel .headerTelNum a,
  .headerContact .headerTel .headerTelNum b {
    position:relative;
    width:35px;
    height:35px;
    display:block;
    background-color:#ef92a5;
    background-size:20px;
    border-radius:4px;
    text-indent:100%;
    overflow:hidden;
    white-space:nowrap
  }
  .headerContact .headerTel .headerTelNum a:before {
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
    height:20px;
    margin:auto;
    color:#fff;
    font:normal normal normal 20px/1 Fontawesome;
    content:"\f095";
    z-index:100;
    text-align:center;
    text-indent:0;
    display:block
  }
}
.navInner {
  position:relative;
  margin:0 auto
}
.pageNav ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.pageNav li {
  width:20%;
  padding:0 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative
}
.pageNav li:after,
.pageNav li:nth-of-type(2):before {
  content:"";
  position:absolute;
  display:block;
  height:80%;
  width:1px;
  top:10%;
  background-color:#ccc
}
.pageNav li:after {
  right:0
}
.pageNav li:nth-of-type(2):before {
  left:0
}
.pageNav li a {
  display:block;
  width:100%;
  padding:5px;
  -webkit-transition:0.3s;
  transition:0.3s;
  text-align:center;
  color:#898989;
  text-decoration:none;
  overflow:hidden
}
.pageNav li a:hover {
  color:#ef92a5
}
@media screen and (max-width:1024px) {
  .pageNav ul {
    padding-bottom:0;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border-bottom:1px solid #ccc
  }
  .pageNav li {
    width:33.3333333333%;
    border:none;
    border-top:1px solid #ccc
  }
  .pageNav li:last-child {
    border-right:none
  }
  .pageNav li:not(:nth-child(3n+1)) {
    border-left:1px solid #ccc
  }
  .pageNav li:after,
  .pageNav li:nth-of-type(2):before {
    display:none
  }
  .pageNav li a {
    font-size:14px;
    line-height:1.35;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    min-height:38px;
    padding:15px 5px;
    -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) {
  .pageNav li a {
    padding:8px 10px;
    font-size:12px
  }
}
@media screen and (min-width:1025px) {
  .navInner {
    max-width:1024px;
    margin-bottom:10px
  }
  .navInner .spNav {
    display:none
  }
}
.toTop {
  margin:0 auto;
  text-align:center;
  background-color:#fff
}
.toTop p span {
  position:relative;
  padding:15px;
  cursor:pointer;
  font-weight:bold;
  font-size:11px;
  line-height:1;
  letter-spacing:-0.1em;
  display:block
}
.toTop p span:before {
  display:inline-block;
  margin-right:5px;
  font:normal normal normal 12px/1 Fontawesome;
  position:relative;
  content:"\f062"
}
.toTop p span:hover:before {
  top:-3px
}
.pageFooter {
  border-top:2px solid #ef92a5;
  background-color:#f1f1f1;
  margin:0 auto;
  padding-top:10px;
  width:100%;
  clear:both
}
.footerInner {
  padding:15px 0;
  margin:0 auto
}
.footerInner:after {
  content:"";
  clear:both;
  display:block
}
@media screen and (min-width:1025px) {
  .footerInner {
    position:relative;
    width:960px
  }
}
.footerCompany {
  position:relative;
  overflow:hidden
}
.footerCompany h3 {
  margin:0 0 10px;
  vertical-align:middle
}
.footerCompany h3 img {
  max-height:40px
}
.footerCompany02 h3 {
  margin-right:10px
}
.footerCompany02 h3 img {
  width:310px;
  max-height:none
}
.footerCompany02 dl {
  display:inline-block
}
@media screen and (max-width:768px) {
  .footerCompany02 h3 {
    float:none
  }
}
@media screen and (max-width:480px) {
  .footerCompany02 h3 {
    padding:0
  }
  .footerCompany02 h3 img {
    width:250px
  }
}
.footerCompanyBox {
  float:left;
  width:100%;
  margin-right:20px
}
.footerCompany dl {
  margin-bottom:10px;
  font-size:14px;
  vertical-align:middle
}
.footerCompany dl .footerCompanyTel {
  padding-left:6em;
  text-indent:-6em
}
.footerCompany dt {
  font-weight:bold
}
.footerCompany dd {
  line-height:1.3;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
}
.footerCompanyFb {
  padding-top:5px
}
.footerCompanyFb img {
  max-width:180px
}
@media screen and (max-width:1024px) {
  .footerCompany {
    padding:10px
  }
}
@media screen and (max-width:640px) {
  .footerCompany {
    float:none;
    width:100%;
    text-align:center
  }
  .footerCompany h3 {
    margin-bottom:10px
  }
}
.footerNav {
  width:40%;
  float:right;
  line-height: 1.76;
  text-align:right
}
.footerNav ul {
  display:inline-block;
  width:48%;
  vertical-align:top
}
.footerNav ul:first-child {
  width:52%
}
.footerNav ul:nth-child(2) {
  width:40%
}
.footerNav li {
  position:relative;
  margin-bottom:5px;
  padding-left:8px;
  font-size:14px;
  text-align:left
}
.footerNav li:before {
  position:absolute;
  top:0.5em;
  left:0;
  font:normal normal normal 11px/1 Fontawesome;
  content:"\f0da"
}
.footerNav li a {
  color:#222;
  text-decoration:none
}
.footerNav li a:hover {
  text-decoration:underline
}
@media screen and (max-width:640px) {
  .footerNav {
    float:none;
    margin-bottom:10px;
    width:auto;
    border:0;
    border-bottom:1px solid #CCC;
    text-align:center
  }
}
.footerCompanyOther {
  padding:10px;
  border-radius:2px;
  border:1px solid #ccc;
  overflow:hidden
}
.footerCompanyOther h3 {
  float:none;
  line-height:1.3;
  margin-right:0;
  margin-bottom:5px;
  font-size:14px;
  font-weight:bold
}
.footerCompanyOther p {
  line-height:1.3;
  text-align:left
}
.copyright {
  padding:10px 0;
  background-color:#ef92a5;
  color:#fff;
  clear:both
}
.copyright p {
  font-size:11px;
  text-align:center
}
html {
  overflow:auto
}
body {
  font-size:17px;
  line-height:1.65;
  background:#fff;
  color:#565656;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  font-family:Arial,"Kosugi Maru","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif
}
body button,
body input,
body select,
body textarea {
  font-family:Arial,"Kosugi Maru","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif
}
a:link,
a:visited {
  color:#565656;
  text-decoration:underline
}
a:hover {
  color:#868686;
  text-decoration:underline
}
a:active {
  color:#565656;
  text-decoration:none
}
.err {
  font-size:12px;
  color:#ff5500
}
.mb10 {
  margin-bottom:10px
}
@media screen and (max-width:480px) {
  body {
    font-size:15px
  }
}
.contents {
  max-width:1024px
}
.contents:after {
  content:"";
  clear:both;
  display:block
}
.contents h1 {
  line-height:1;
  margin-bottom:30px;
  color:white;
  margin:0 calc(-50vw + 512px);
  padding:60px calc(50vw - 512px);
  background-color:#ef92a5;
  font-weight:normal;
  font-size:32px;
  border-radius:2px;
  overflow:hidden;
  position:relative
}
.contents h1:before {
  content:"";
  position:absolute;
  right:calc(50vw - 512px);
  top:-30px;
  width:235px;
  height:208px;
  opacity:0.45;
  background:url("../images/page-ttl-icon.png") no-repeat center center/contain
}
@media screen and (min-width:1025px) {
  .contents {
    margin:0 auto
  }
  .main {
    width:680px;
    float:left
  }
  .sub {
    width:240px;
    float:right
  }
}
@media screen and (max-width:1024px) {
  .contents {
    margin:0 10px
  }
  .contents h1 {
    margin:0 -10px;
    padding:60px 20px
  }
  .contents h1:before {
    right:0;
    max-width:32vw
  }
  .main {
    margin-bottom:20px
  }
  .sub {
    width:auto
  }
  .sub:after {
    content:"";
    clear:both;
    display:block
  }
}
@media screen and (max-width:768px) {
  .contents h1 {
    padding:50px 20px;
    font-size:24px
  }
  .contents h1:before {
    top:-50px
  }
  .contents span {
    background-size:auto 18px
  }
}
.bg01.bg01,
.bg02.bg02 {
  margin:0 -10px
}
.bg01.bg01:has(+.pageContact),
.bg02.bg02:has(+.pageContact) {
  margin-bottom:0
}
.bg01.bg01 {
  background-color:#f1f1f1;
  padding:50px 10px
}
.bg02.bg02 {
  background-color:#fff1f4;
  padding:50px 10px
}
@media screen and (min-width:1025px) {
  .bg01.bg01,
  .bg02.bg02 {
    margin:70px calc(-50vw + 512px);
    padding:50px calc(50vw - 512px)
  }
}
.pageTitle01 {
  font-weight:normal;
  line-height:1.5;
  font-size:28px;
  display:table;
  margin:0 auto 25px
}
.pageTitle01:before {
  content:"";
  display:block;
  width:36px;
  height:36px;
  margin:0 auto 10px;
  background:url("../images/page-ttl-acc.png") no-repeat center center
}
.box {
  margin:70px 0;
  width:auto
}
.box:after {
  content:"";
  clear:both;
  display:block
}
@media screen and (max-width:480px) {
  .pageTitle01 {
    font-size:24px
  }
  .box {
    margin:45px 0
  }
}
.generalBtn {
  position:relative;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  height:45px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center;
  margin:0 auto 30px;
  padding:0 20px;
  cursor:pointer;
  background:#ef92a5;
  font-weight:200;
  color:#fff;
  text-decoration:none;
  border:0;
  border-radius:2px;
  -webkit-box-shadow:0px 3px 0px 0px #f97594;
  box-shadow:0px 3px 0px 0px #f97594
}
.generalBtn:hover {
  top:3px;
  -webkit-box-shadow:none;
  box-shadow:none
}
.generalBtn:after {
  margin-left:5px;
  font:normal normal normal 14px/1.5 Fontawesome;
  content:"\f138"
}
.generalBtn:link,
.generalBtn:visited {
  color:#fff;
  text-decoration:none
}
.generalBtn.generalBtnReturn {
  background-color:#666;
  -webkit-box-shadow:0px 3px 0px 0px #555;
  box-shadow:0px 3px 0px 0px #555
}
.generalBtn.generalBtnReturn:before {
  margin-right:5px;
  font:normal normal normal 14px/1.5 Fontawesome;
  content:"\f137"
}
.generalBtn.generalBtnReturn:after {
  display:none
}
.generalBtn.generalBtnReturn:hover {
  top:3px;
  -webkit-box-shadow:none;
  box-shadow:none
}
.topicPath {
  margin:0 auto 20px;
  padding:10px 0 0
}
.topicPath ol:before {
  font:normal normal normal 14px/1.5 Fontawesome;
  content:"\f015"
}
.topicPath li {
  display:inline-block;
  font-size:12px;
  line-height:1.5
}
.topicPath li a {
  padding:0 10px 0 0;
  position:relative;
  display:block
}
.topicPath li a:after {
  position:absolute;
  top:50%;
  right:0;
  display:block;
  content:"";
  width:4px;
  height:4px;
  margin-top:-2px;
  border-top:1px solid #333;
  border-right:1px solid #333;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg)
}
table {
  margin-bottom:10px;
  width:100%;
  background:#fff
}
table td,
table th {
  border:1px solid #ccc;
  padding:10px
}
table th {
  white-space:nowrap;
  width:150px;
  background:#eee
}
@media screen and (max-width:480px) {
  table th {
    width:auto
  }
}
.pageBtnCenter {
  margin-bottom:50px;
  text-align:center
}
.pageContact {
  border-radius:2px;
  padding:40px 10px;
  margin:60px -10px 0;
  background-color:#ef92a5
}
.pageContact:after {
  content:"";
  clear:both;
  display:block
}
.bg01+.pageContact {
  margin-top:0
}
.pageContactHead {
  width:auto;
  margin:0 0 10px;
  text-align:center
}
.pageContactHead h2 {
  padding:0;
  line-height:1;
  color:#fff;
  font-size:26px;
  margin-right:10px
}
.pageContactHead h2:before {
  display:none
}
.pageContactHead p {
  margin:10px 0;
  color:#fff;
  padding:0
}
.pageContactMain {
  text-align:center
}
.pageContactMain .flex {
  margin:20px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.pageContactMain h4 img {
  height:135px;
  width:340px;
  -o-object-fit:contain;
  object-fit:contain
}
.facilityWrap {
  border-radius:6px;
  padding:10px;
  width:50%;
  border:2px solid #fff1f4;
  background-color:#fff
}
.facilityWrap+.facilityWrap {
  margin-left:15px
}
.pageContactTel {
  padding:10px 20px;
  margin:15px auto 0;
  display:table;
  border-radius:5px;
  background-color:#ef92a5
}
.pageContactTel p {
  line-height:1
}
.pageContactTel p span {
  position:relative;
  margin-right:5px;
  width:32px;
  height:32px;
  vertical-align:middle;
  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;
  background-color:#fff;
  border-radius:50%
}
.pageContactTel p span:before {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:24px;
  margin:auto;
  color:#ef92a5;
  font:normal normal normal 24px/1 Fontawesome;
  content:"\f095";
  z-index:100;
  text-align:center;
  text-indent:0;
  display:block
}
.pageContactTel p a,
.pageContactTel p b {
  letter-spacing:2px;
  font-size:36px;
  text-decoration:none;
  display:inline-block;
  color:white;
  vertical-align:middle
}
.pageContactTel p em {
  display:block;
  text-align:center;
  font-size:14px;
  padding:3px 0
}
.pageContactMail {
  margin:15px 0
}
.pageContactMail p a {
  position:relative;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  padding:0 20px;
  text-align:center;
  cursor:pointer;
  height:60px;
  font-size:20px;
  line-height:24px;
  font-weight:700;
  background-color:#fff;
  color:#ef92a5!important;
  text-decoration:none;
  border-radius:2px
}
.pageContactMail p a:before {
  margin-right:5px;
  font-family:Fontawesome;
  font-weight:normal;
  content:"\f0e0"
}
.pageContactMail p a:after {
  display:none
}
.pageContactMail p a.generalBtn {
  margin-bottom:0
}
.pageContactOpen {
  clear:both;
  margin-top:20px;
  margin:0 auto
}
.pageContactOpen p {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  margin:10px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position:relative;
  text-align:left;
  line-height:1.3;
  font-size:16px;
  color:#fff
}
.pageContactOpen p span {
  -ms-flex-negative:0;
  flex-shrink:0;
  padding:2px 0 0;
  width:75px;
  margin-right:8px;
  text-indent:0;
  white-space:nowrap;
  background:#fff;
  text-align:center;
  font-size:14px;
  border-radius:50px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:block;
  color:#ef92a5
}
@media screen and (min-width:1025px) {
  .pageContact {
    margin:60px calc(-50vw + 512px) 0;
    padding:40px calc(50vw - 512px)
  }
}
@media screen and (max-width:768px) {
  .pageContact {
    margin:0 -10px;
    padding:40px 10px;
    text-align:left
  }
  .pageContactHead h2 {
    margin:0 0 10px
  }
  .pageContactHead p {
    display:table;
    margin:0 auto;
    text-align:left
  }
  .pageContactMain .flex {
    display:block
  }
  .facilityWrap {
    width:100%;
    margin:10px 0
  }
  .facilityWrap+.facilityWrap {
    margin-left:0
  }
}
@media screen and (max-width:480px) {
  .pageContactMail {
    margin:8px 5px
  }
  .pageContactTel p a {
    font-size:30px
  }
  .pageContactTel p span {
    width:25px;
    height:25px
  }
  .pageContactTel p span:before {
    font-size:16px;
    height:16px
  }
  .pageContactOpen {
    margin-top:20px
  }
  .pageContactOpen p {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:start
  }
}
.recruitTable h2+p {
  text-align:center;
  margin:10px 0 20px
}
.recruitTable .list01 {
  display:block;
  margin:5px 0;
  text-indent:-1rem;
  margin-left:1rem
}
.recruitTable .note {
  font-size:15px;
  color:#666
}
.recruitTable .tel-link {
  font-weight:normal;
  font-size:26px;
  color:#666
}
.topicsMeta {
  margin-bottom:10px
}
.iconTopics {
  display:inline-block;
  width:70px;
  height:20px;
  line-height:20px;
  background:#666;
  color:#fff;
  font-size:11px;
  text-align:center;
  vertical-align:middle;
  border-radius:2px
}
.iconTopics01 {
  background:#ef92a5
}
.iconTopics02 {
  background:#f8efa9;
  color:#898989
}
.iconTopics03 {
  background:#f0b2b8;
  color:#898989
}
.topicsMeta time {
  display:inline-block;
  line-height:1;
  vertical-align:middle
}
.topicsArticle {
  margin:20px 0 50px
}
.topicsArticle p {
  line-height:1.8
}
.topicsArticle figure a {
  text-decoration:none
}
.topicsArticle figure img {
  margin-bottom:5px
}
.topicsArticle figcaption {
  font-size:0.857em
}
.topicsContents {
  overflow:hidden
}
.topicsLinkPDF {
  margin:40px 0 20px
}
.topicsLinkPDF li {
  margin-bottom:10px
}
.topicsLinkPDF a {
  display:inline-block;
  line-height:1;
  padding:10px 10px 10px 32px;
  border:1px solid #ccc;
  background:url("../images/icon-pdf.png") no-repeat 3px 50%;
  background-size:24px;
  color:#333;
  text-decoration:none
}
.topicsLinkPDF a:focus,
.topicsLinkPDF a:hover {
  filter:alpha(opacity=60);
  opacity:0.6
}
.topicsTopImg {
  float:right;
  width:30%;
  margin-left:20px
}
.topicsTopImg img {
  max-width:100%
}
@media screen and (max-width:480px) {
  .topicsTopImg {
    float:none;
    width:auto;
    margin:0 0 20px
  }
}
.topicsImg {
  margin:50px 0 80px
}
.topicsImg li {
  float:left;
  width:28%;
  margin-left:8%
}
.topicsImg li:first-child {
  margin-left:0
}
.topicsImg img {
  max-width:100%
}
.topicsImg li a {
  display:block
}
@media screen and (max-width:480px) {
  .topicsImg li {
    float:none;
    width:auto;
    margin:0 0 20px
  }
}
.topicsReturn {
  margin-bottom:50px
}
.topicsReturn p {
  text-align:center
}
.topicsReturn a.generalBtn:before {
  margin-right:5px;
  font:normal normal normal 14px/1.5 Fontawesome;
  content:"\f137"
}
.topicsReturn a.generalBtn:after,
a.generalBtnReturn:after {
  display:none
}
.topicsBacknumber h2 {
  font-size:18px
}
.topicsBacknumberList li {
  line-height:1.5;
  border-bottom:1px dashed #ccc
}
.topicsBacknumberList li:after {
  content:"";
  clear:both;
  display:block
}
.topicsBacknumberList li a {
  display:block;
  padding:15px 10px;
  text-decoration:none;
  text-align:left;
  -webkit-transition:0.3s;
  transition:0.3s
}
.topicsBacknumberList li a span,
.topicsBacknumberList li a time {
  float:left;
  margin-right:10px
}
.topicsBacknumberList li a:hover {
  background-color:#fff;
  padding-left:15px;
  color:#ef92a5
}
.topicsBacknumberList li time {
  font-weight:normal;
  letter-spacing:2px
}
.topicsBacknumberList li p {
  text-decoration:underline;
  overflow:hidden
}
.topicsBacknumberList li span {
  height:20px
}
.topicsBacknumberList li:hover p {
  text-decoration:none
}
@media screen and (max-width:1024px) {
  .topicsBacknumberList li a {
    padding:10px 10px 10px 0
  }
}
.topicsBacknumberLink {
  position:absolute;
  top:10px;
  right:10px
}
@media screen and (max-width:480px) {
  .topicsBacknumberList li p {
    overflow:visible;
    clear:both
  }
}
.topicsScroll ul {
  height:220px;
  overflow-y:scroll
}
.topImgInner {
  position:relative;
  margin:0 auto 30px
}
.topImgInner h1 {
  display:none
}
.topSlider figure {
  height:540px;
  width:100%
}
.topSlider figure:first-child {
  background:url("../images/top-img01.jpg") no-repeat center center/cover
}
.topSlider figure:nth-child(2) {
  background:url("../images/top-img02.jpg") no-repeat center center/cover
}
.topSlider figure:nth-child(3) {
  background:url("../images/top-img03.jpg") no-repeat center center/cover
}
.topImgTxt {
  max-width:1024px;
  position:absolute;
  bottom:30px;
  left:0;
  right:0;
  margin:0 auto
}
@media screen and (max-width:1024px) {
  .topSlider figure {
    height:50vw
  }
  .topImgTxt {
    left:10px;
    bottom:10px
  }
  .topImgTxt img {
    width:68vw
  }
}
.philosophy p {
  background-color:#ef92a5;
  text-align:center;
  color:white;
  padding:15px;
  border-radius:8px;
  font-size:32px
}
.philosophy .philosophyChild {
  margin-top:15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.philosophy .philosophyChild dl {
  background-color:#f1f1f1;
  width:50%;
  text-align:center;
  border-radius:8px;
  padding:8px
}
.philosophy .philosophyChild dl:nth-child(2) {
  margin-left:15px
}
.philosophy .philosophyChild dl dt {
  font-weight:normal;
  font-size:20px;
  color:#ef92a5;
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:1px dashed #e0e0e0
}
.philosophy .philosophyChild dl b {
  font-weight:normal;
  font-size:20px;
  color:#ef92a5;
  margin:0 2px;
  line-height:20px
}
@media screen and (max-width:1024px) {
  .philosophy p {
    font-size:3.25vw
  }
  .philosophy .philosophyChild {
    display:block
  }
  .philosophy .philosophyChild dl {
    width:auto;
    padding:15px
  }
  .philosophy .philosophyChild dl:nth-child(2) {
    margin:10px 0 0
  }
  .philosophy .philosophyChild dd {
    text-align:left
  }
  .philosophy .philosophyChild dd br {
    display:none
  }
}
@media screen and (max-width:480px) {
  .philosophy p {
    text-align:left;
    font-size:5.75vw
  }
  .philosophy p br {
    display:none
  }
}
.indexTopics {
  background-color:#fff1f4;
  position:relative;
  margin:0 -10px;
  padding:50px 10px
}
.indexTopics ul+p {
  text-align:center
}
.indexTopics ul+p a {
  position:relative;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  margin:30px auto 0;
  padding:10px 20px;
  border-radius:5px;
  text-decoration:none;
  color:#fff;
  background-color:#ef92a5
}
.indexTopics ul+p a:before {
  display:inline-block;
  margin-right:5px;
  font:normal normal normal 12px/1 Fontawesome;
  content:"\f0da"
}
.indexTopics ul+p a:hover {
  opacity:0.7
}
@media screen and (min-width:1025px) {
  .indexTopics {
    margin:70px calc(-50vw + 512px) 0;
    padding:50px calc(50vw - 512px)
  }
}
@media screen and (max-width:1024px) {
  .indexTopics dd,
  .indexTopics dl,
  .indexTopics dt {
    display:block
  }
  .indexTopics dd {
    padding:0 10px 10px
  }
}
.indexMenu ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.indexMenu li {
  width:33.3333333333%
}
.indexMenu li a:hover {
  opacity:0.7
}
@media screen and (max-width:480px) {
  .indexMenu.indexMenu ul {
    display:block
  }
  .indexMenu.indexMenu ul li {
    width:100%;
    margin:0 0 10px
  }
}
.indexLecture {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background-color:#f1f1f1;
  margin:0 -10px;
  padding:50px 10px
}
.indexLecture li {
  border-bottom:1px dotted #ccc
}
.indexLecture li time:before {
  display:inline-block;
  margin-right:5px;
  font:normal normal normal 14px/1 Fontawesome;
  content:"\f144";
  vertical-align:middle
}
@media screen and (min-width:1025px) {
  .indexLecture {
    margin:0 calc(-50vw + 512px) 70px;
    padding:50px calc(50vw - 512px)
  }
}
.indexBanner ul {
  width:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:-5px
}
.indexBanner ul li {
  padding:5px;
  width:33.3333333333%
}
@media screen and (max-width:768px) {
  .indexBanner.indexBanner ul li {
    width:50%
  }
}
@media screen and (max-width:480px) {
  .indexBanner.indexBanner ul li {
    width:100%;
    padding:0;
    margin:5px 0
  }
}
.pageEvaluation li {
  margin:10px 0 0
}
.pageEvaluation li a {
  border:1px solid #ccc;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  text-decoration:none;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  min-height:42px;
  line-height:1.35;
  padding:8px 15px;
  padding-right:30px;
  position:relative;
  border-radius:2px;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s
}
.pageEvaluation li a:after {
  content:"\f0da";
  font-family:FontAwesome;
  font-weight:normal;
  position:absolute;
  right:15px;
  top:50%;
  color:currentColor;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition:right 0.3s;
  transition:right 0.3s
}
.pageEvaluation li a:hover {
  background-color:#f1f1f1;
  color:#ef92a5
}
.pageEvaluation li a:hover:after {
  right:10px
}
.threePillar {
  text-align:center
}
.threePillar figure {
  margin:0 auto;
  width:560px
}
.threePillar p {
  margin-top:30px;
  font-size:24px
}
.threePillarListInner {
  counter-increment:number;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.threePillarListInner figure {
  width:38%
}
.threePillarListInner figure img {
  border-radius:5px
}
.threePillarListInner .txt {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-left:20px
}
.threePillarListInner .txt h2 {
  background-color:#ef92a5;
  color:white;
  font-weight:normal;
  padding:5px 10px 5px 20px;
  border-radius:5px;
  font-size:24px;
  margin-bottom:10px;
  position:relative
}
.threePillarListInner .txt h2:before {
  position:absolute;
  top:-10px;
  left:-10px;
  background-color:#fff;
  color:#ef92a5;
  font-size:1.25rem;
  width:1.75rem;
  height:1.75rem;
  border:2px solid #ef92a5;
  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:50%;
  content:counter(number)
}
.threePillarListInner:not(:last-child) {
  margin-bottom:40px
}
@media screen and (max-width:1024px) {
  .threePillar p {
    margin-top:5%;
    font-size:inherit
  }
}
@media screen and (max-width:480px) {
  .threePillar p br {
    display:none
  }
  .threePillarListInner {
    display:block;
    position:relative
  }
  .threePillarListInner figure {
    width:auto;
    border:2px solid #ef92a5;
    border-bottom:none;
    border-radius:5px 5px 0 0
  }
  .threePillarListInner figure img {
    border-radius:5px 5px 0 0
  }
  .threePillarListInner .txt {
    margin:0
  }
  .threePillarListInner .txt h2 {
    position:static;
    border-radius:0 0 5px 5px
  }
  .threePillarListInner .txt h2:before {
    top:10px;
    left:10px;
    width:10vw;
    height:10vw;
    font-size:7vw
  }
}
.pointLIst {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border:1px solid #ef92a5;
  border-radius:5px;
  background-color:#fff;
  margin-top:30px;
  position:relative;
  counter-increment:number
}
.pointLIst .txt {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:30px 15px 20px
}
.pointLIst .txt h3 {
  font-size:20px;
  line-height:1.35;
  font-weight:normal;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ef92a5
}
.pointLIst .txt h3:before {
  position:absolute;
  font-size:17px;
  top:-15px;
  display:table;
  font-style:normal;
  margin-bottom:10px;
  background-color:#ef92a5;
  color:white;
  font-family:sans-serif;
  padding:8px;
  line-height:1;
  border-radius:5px;
  content:"POINT" counter(number)
}
.pointLIst .txt a {
  font-size:14px;
  margin:10px 0 0
}
.pointLIst figure {
  width:25%
}
.pointLIst figure img {
  height:100%;
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
  border-radius:0 5px 5px 0
}
@media screen and (max-width:480px) {
  .pointLIst {
    display:block;
    margin-bottom:20px
  }
  .pointLIst .txt {
    padding:30px 10px 10px
  }
  .pointLIst figure {
    width:auto;
    padding:0 10px 10px;
    margin:0
  }
  .pointLIst figure img {
    border-radius:5px
  }
}
.sodan {
  margin:60px 0 0;
  padding:7px;
  padding-right:15px;
  background-color:#fff;
  border-radius:2px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.sodan figure {
  margin-right:15px;
  width:min(30%,200px)
}
.sodan figure img {
  border-radius:2px;
  aspect-ratio:1.35/1;
  -o-object-fit:contain;
  object-fit:contain
}
.sodan .txt {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
.sodan .txt h3 {
  font-size:20px;
  line-height:1.35;
  font-weight:normal;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px dotted #999
}
@media screen and (max-width:480px) {
  .sodan {
    padding:10px;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
  }
  .sodan .txt h3 {
    font-size:18px;
    margin-bottom:5px;
    padding-bottom:5px
  }
  .sodan .txt p {
    font-size:15px
  }
}
.soft {
  border:2px solid #ef92a5;
  border-radius:2px;
  background:#fff;
  padding:0 15px 15px;
  background:#fff;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:auto;
  overflow:hidden
}
.soft:after {
  content:"";
  clear:both;
  display:block
}
.soft h2 {
  margin-bottom:10px;
  padding:2px 20px 5px 20px;
  color:#fff;
  font-weight:normal;
  font-size:1.25rem;
  background-color:#ef92a5;
  margin-left:-20px;
  margin-right:-20px
}
.soft h2:before {
  display:none
}
.soft h3 {
  font-weight:normal
}
.soft .comment {
  font-size:14px;
  margin:10px 0;
  line-height:1.5
}
.soft dl {
  padding:10px;
  background:#f1f1f1;
  border-radius:5px;
  clear:both;
  font-size:15px
}
.soft dl dt {
  margin-bottom:5px;
  font-weight:normal
}
.soft em {
  font-weight:bold
}
.soft .softDetail {
  margin:20px 0 0
}
.soft .softDetail figure {
  margin-bottom:10px;
  text-align:left;
  background:#fff
}
.soft .softDetail figure img {
  border:1px solid #ccc;
  width:40%;
  display:inline-block;
  margin-right:5px
}
@media screen and (max-width:768px) {
  .soft h3 {
    font-size:18px
  }
}
@media screen and (max-width:480px) {
  .soft h2 {
    font-size:18px
  }
  .soft .softDetail {
    margin-bottom:20px;
    width:100%;
    padding:0;
    float:none
  }
  .soft .softDetail figure {
    margin:0 0 5px;
    float:none;
    width:100%
  }
  .soft .softDetail p {
    overflow:visible
  }
}
.staff ul {
  width:auto
}
.staff ul:after {
  content:"";
  clear:both;
  display:block
}
.staff li {
  margin-bottom:30px
}
.staff li:after {
  content:"";
  clear:both;
  display:block
}
.staff li figure {
  margin-right:10px;
  width:120px;
  float:left;
  margin-bottom:10px
}
.staff li h3,
.staff li h4,
.staff li table {
  overflow:hidden;
  width:auto
}
.staff li h3 {
  padding:0 5px 5px;
  font-size:18px;
  line-height:1.5;
  border-bottom:1px dotted #999
}
.staff li h3 span {
  font-size:13px
}
.staff li h4 {
  margin-bottom:5px;
  padding:5px 5px 0;
  font-weight:normal
}
.staff li table,
.staff li td,
.staff li th {
  padding:0;
  border:0;
  background:transparent
}
.staff li th {
  width:auto
}
.staff li dl {
  padding:10px;
  clear:both;
  background:#fff8ed;
  border:1px solid #ea621c;
  border-radius:2px
}
.staff li dt {
  color:#ea621c
}
.staff li dd {
  line-height:1.5
}
@media screen and (min-width:769px) {
  .staff li {
    width:calc(50% - 10px);
    float:left;
    margin-left:20px
  }
  .staff li:nth-child(odd) {
    clear:both;
    margin-left:0
  }
}
.adviser h2+p {
  margin-bottom:20px;
  text-align:center
}
.adviserBox {
  margin-bottom:20px;
  padding:15px;
  width:auto;
  background-color:#fff;
  border-radius:2px
}
.adviserBox:after {
  content:"";
  clear:both;
  display:block
}
.adviserBox figure {
  float:left;
  width:150px;
  margin-right:20px
}
.adviserBox dl,
.adviserBox h3,
.adviserBox p {
  overflow:hidden
}
.adviserBox dt,
.adviserBox h3 {
  font-weight:normal
}
.adviserBox dd {
  padding-left:5px;
  line-height:1.5
}
.adviserBox h3 {
  margin-bottom:10px;
  padding:0 5px 5px;
  font-size:24px;
  line-height:1.5;
  border-bottom:1px dotted #999
}
.adviserBox p {
  padding:0 5px
}
@media screen and (max-width:480px) {
  .adviserBox {
    padding:10px;
    margin-bottom:10px
  }
  .adviserBox h3 {
    font-size:1.25rem
  }
  .adviserBox figure {
    float:none;
    width:100%;
    text-align:center;
    margin:0 0 5px 0
  }
}
.what .flex {
  margin-top:50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.what .flex figure {
  width:45%
}
.what .flex figure img {
  border-radius:5px
}
.what .flex p {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin-right:20px
}
.what ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:50px
}
.what ul li {
  width:33.3333333333%;
  border-radius:5px;
  padding:10px
}
.what ul li:after {
  content:"";
  clear:both;
  display:table
}
.what ul li:first-child {
  background-color:#ffe58b
}
.what ul li:first-child h3 {
  background-color:#ffd02f
}
.what ul li:nth-child(2) {
  background-color:#b9e1ed
}
.what ul li:nth-child(2) h3 {
  background-color:#70c2da
}
.what ul li:nth-child(2) figure {
  width:150px;
  float:right
}
.what ul li:nth-child(3) {
  background-color:#f6d0cb
}
.what ul li:nth-child(3) h3 {
  background-color:#e8897d
}
.what ul li:not(:last-child) {
  margin-right:15px
}
.what ul li h3 {
  border-radius:5px 5px 0 0;
  font-weight:normal;
  font-size:20px;
  color:white;
  padding:6px 10px;
  margin:-10px -10px 10px
}
.what ul li p {
  margin-bottom:1rem
}
.what ul li dl {
  margin-top:1rem
}
.what ul li dl dd,
.what ul li dl dt {
  padding:5px 8px
}
.what ul li dl dt {
  background-color:#fff;
  border-radius:5px;
  font-weight:normal;
  margin-bottom:5px
}
.what ul li .generalBtn {
  color:#898989;
  border-color:#ccc;
  background-color:#fff;
  -webkit-box-shadow:0px 3px 0px 0px #a6a6a6;
  box-shadow:0px 3px 0px 0px #a6a6a6
}
.what ul li .generalBtn:hover {
  -webkit-box-shadow:none;
  box-shadow:none
}
@media screen and (max-width:768px) {
  .what.what .flex {
    display:block;
    margin-top:0
  }
  .what.what .flex figure {
    width:auto;
    margin-top:15px
  }
  .what.what .flex p {
    margin:0
  }
  .what.what ul {
    display:block
  }
  .what.what ul li {
    width:auto;
    margin:15px 0 0
  }
}
.firstData ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.firstData ul li {
  width:33.3333333333%;
  margin-left:1.5%;
  border-width:3px;
  border-style:solid;
  background:#fff;
  float:left;
  border-radius:2px;
  border-color:#ef92a5
}
.firstData ul li h3 {
  margin-bottom:10px;
  padding:5px 0;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  line-height:1.5;
  color:#fff;
  background:#ef92a5
}
.firstData ul li dl {
  padding:0 10px
}
.firstData ul li dl dd {
  font-size:1rem;
  margin-bottom:10px
}
.firstData ul li p {
  padding:0 10px 10px
}
.firstData ul li figure {
  padding:0 10px 10px
}
.firstData ul li figure img {
  width:auto
}
.firstData ul li:nth-child(2) figure {
  margin-bottom:10px
}
.firstData ul li:nth-child(2) figure img {
  max-width:240px
}
.firstData ul li:nth-child(2) img {
  max-height:none
}
.firstData ul li:nth-child(3) figure {
  margin-top:10px
}
.flow h3 {
  text-align:center;
  margin-bottom:20px;
  font-weight:normal
}
.flow dl {
  margin:0 0 15px;
  border:1px solid #ef92a5;
  border-radius:5px;
  background:#fff;
  border-radius:2px
}
.flow dt {
  margin:0 0 10px;
  padding:5px 10px;
  color:#fff;
  font-size:16px;
  text-align:center;
  background:#ef92a5
}
.flow dd {
  padding:0 10px 15px
}
.flow p {
  text-align:center
}
.flow p a.generalBtn {
  margin-bottom:0
}
@media screen and (min-width:769px) {
  .flow dl {
    width:calc(50% - 10px);
    float:left;
    margin-left:5px;
    margin-right:5px
  }
  .flowSingle dl {
    width:100%
  }
  .flowSingle dl p {
    text-align:left
  }
  .flowSingle table {
    margin:10px 0
  }
  .flowSingle th {
    color:#fff
  }
  .flowSingle tr:first-child th {
    background:#20aaa9
  }
  .flowSingle tr:nth-child(2) th {
    background:#9aa863
  }
}
@media screen and (max-width:768px) {
  .flowSingle td,
  .flowSingle th {
    display:block;
    width:100%
  }
}
.cost:after {
  content:"";
  clear:both;
  display:block
}
.cost p {
  line-height:1.8
}
.cost p b {
  color:#f0b2b8;
  font-weight:normal
}
.cost dd b {
  color:#f0b2b8;
  font-weight:normal;
  font-size:20px;
  font-size:14px
}
.cost dd b span {
  font-size:14px
}
.cost dl {
  border-width:1px;
  border-style:solid;
  border-radius:2px;
  border-color:#ef92a5;
  background:#fff
}
.cost dl dt {
  margin-bottom:5px;
  padding:5px 0;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  line-height:1.5;
  color:#fff;
  background:#ef92a5
}
.cost dl dd {
  line-height:1.3;
  padding:0 10px 10px
}
.cost dl dd b {
  font-size:24px
}
@media screen and (min-width:769px) {
  .cost p {
    width:49%;
    float:left
  }
  .cost dl {
    width:49%;
    float:right
  }
}
@media screen and (max-width:768px) {
  .cost p {
    margin-bottom:15px
  }
}
.open table {
  table-layout:fixed;
  display:table;
  width:49%;
  float:left
}
.open table:nth-of-type(2) {
  margin-left:2%
}
.open table caption {
  text-align:left;
  color:white;
  background-color:#ef92a5;
  padding:3px 10px
}
.open table td,
.open table th {
  border-color:#ef92a5
}
.open table th {
  background:none;
  width:9rem;
  text-align:center;
  font-weight:normal
}
.open tbody td,
.open thead th {
  text-align:center;
  padding:5px;
  text-align:left
}
.open p {
  text-align:center;
  margin-top:20px
}
@media screen and (max-width:768px) {
  .open td,
  .open th {
    line-height:1.35
  }
  .open th {
    padding:5px 3px
  }
  .open tbody th {
    padding:5px;
    white-space:normal
  }
}
@media screen and (max-width:480px) {
  .open.open table {
    float:none;
    width:100%;
    margin:4% 0
  }
  .open.open p {
    text-align:left
  }
}
.capacity {
  text-align:center
}
.schoolList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:min(2vw,25px);
  text-align:center
}
.schoolList .schoolListInner {
  border:2px solid #eee;
  padding:10px
}
.schoolList a {
  text-decoration:none
}
.schoolList:after {
  display:none
}
.schoolList h3 {
  font-weight:normal;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:15px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}
.schoolList h3 img {
  width:320px;
  aspect-ratio:5/2;
  -o-object-fit:contain;
  object-fit:contain
}
.schoolList p {
  -webkit-margin-after:15px;
  margin-block-end:15px
}
@media screen and (max-width:480px) {
  .schoolList {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .schoolList .schoolListInner {
    padding:15px
  }
}
.school_top .flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-top:55px;
  gap:35px
}
.school_top .schoolDetail {
  border:1px solid #ef92a5;
  text-align:center;
  width:50%;
  background-color:#fff
}
.school_top .txt b {
  padding:8px;
  font-weight:normal;
  font-size:17px;
  display:table;
  margin:0 auto;
  line-height:1;
  margin-top:-15px;
  color:#fff;
  background-color:#ef92a5;
  border-radius:2px
}
.school_top .txt h3 {
  padding:0;
  margin:15px;
  font-size:24px;
  color:#898989;
  height:auto;
  font-weight:normal
}
.school_top .txt figure {
  margin:20px;
  height:9vw;
  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
}
.school_top .txt figure img {
  height:100%;
  width:100%;
  -o-object-fit:contain;
  object-fit:contain
}
.school_top .txt p {
  background-color:#f1f1f1;
  padding:10px 13px;
  border-radius:5px;
  margin-bottom:20px
}
.school_top .mapInner {
  margin-left:auto;
  width:50%;
  border-radius:5px;
  border:2px solid #ef92a5;
  padding-bottom:35%;
  position:relative
}
.school_top .mapInner iframe {
  position:absolute;
  border-radius:5px;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width:100%;
  height:100%
}
@media screen and (max-width:768px) {
  .school_top .flex {
    margin-top:30px;
    display:block
  }
  .school_top .schoolDetail {
    width:auto
  }
  .school_top .schoolDetail+.schoolDetail {
    margin-top:35px
  }
  .school_top .txt {
    margin:0;
    text-align:center
  }
  .school_top .txt h3 {
    font-size:20px
  }
  .school_top .txt figure {
    margin:20px 30px;
    height:30vw
  }
  .school_top .txt p {
    display:block
  }
  .school_top .mapInner {
    width:auto;
    margin:15px 0 0;
    padding-bottom:0;
    height:30vh
  }
}
.school_program p {
  margin-bottom:10px
}
.school_program ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:-7px
}
.school_program li {
  padding:7px;
  width:33.3333333333%
}
.school_program li figcaption {
  padding-top:5px
}
@media screen and (max-width:480px) {
  .school_program ul {
    margin:-3px
  }
  .school_program li {
    width:50%;
    padding:3px
  }
}
.area {
  text-align:center
}
.area p b {
  font-weight:normal;
  font-size:min(6.5vw,24px);
  margin-bottom:10px
}
.area .sogei {
  margin-top:20px;
  border-radius:2px;
  background-color:#fff;
  padding:15px;
  text-align:left
}
.area .sogei h3 {
  font-size:min(6.5vw,24px);
  text-align:center;
  border-radius:2px;
  background-color:#ef92a5;
  color:white;
  font-weight:normal;
  padding:5px;
  margin:-15px;
  margin-bottom:15px
}
.area .sogei dl {
  margin:20px 0 0;
  border:2px solid #ef92a5;
  padding:12px 15px;
  border-radius:2px
}
.area .sogei dl dt {
  margin-bottom:5px
}
.area .sogei dl .df {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.area .sogei dl img {
  max-width:50%
}
.area .sogei dl span {
  margin-left:15px
}
@media screen and (max-width:480px) {
  .area .sogei dl .df {
    display:block
  }
  .area .sogei dl img {
    max-width:100%
  }
  .area .sogei dl span {
    display:block;
    margin:15px 0 0
  }
}
.school_piano2 dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:30px 15px;
  gap:30px;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom:40px;
  position:relative;
  border-radius:16px;
  background:url("../images/school_piano_bg01.png") no-repeat center center/100% auto
}
.school_piano2 dl dt {
  width:84px;
  overflow:hidden
}
.school_piano2 dl dd {
  font-size:min(3.5vw,14px)
}
.school_piano2 h3 {
  text-align:center;
  font-size:min(6.5vw,24px);
  margin-bottom:30px;
  border-radius:6px;
  background:repeating-linear-gradient(135deg,#ef92a5,#ef92a5 20px,#a2dfd9 20px,#a2dfd9 40px);
  background-color:#ef92a5;
  color:white;
  padding:10px 10px;
  line-height:1.35;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:10px;
  letter-spacing:0.25em;
  font-weight:normal
}
.school_piano2 h3:after,
.school_piano2 h3:before {
  content:"～"
}
.school_piano2 .pianoLesson {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
  gap:20px;
  margin:20px 0
}
.school_piano2 .pianoLesson figure {
  width:32%;
  display:block
}
.school_piano2 .pianoLesson .txt {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
.school_piano2 .pianoLesson .txt p b {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(40%,transparent),color-stop(60%,#fff1f4));
  background:linear-gradient(transparent 40%,#fff1f4 60%)
}
.school_piano2 .pianoLesson .txt table {
  margin-top:15px;
  margin-bottom:0
}
.school_piano2 .pianoLesson .txt table td,
.school_piano2 .pianoLesson .txt table th {
  border:none;
  padding:10px 0;
  vertical-align:top;
  border-bottom:1px dashed #ef92a5
}
.school_piano2 .pianoLesson .txt table th {
  background-color:white;
  width:5rem;
  padding-right:20px;
  color:#ef92a5;
  text-align:left;
  font-weight:bold
}
.school_piano2 .pianoLesson .txt table th:before {
  content:"♪";
  display:inline-block;
  margin-right:8px;
  font-size:27px;
  line-height:1
}
@media screen and (max-width:480px) {
  .school_piano2 dl {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    border-radius:10px;
    padding:3px 10px 10px;
    gap:15px;
    margin-bottom:20px;
    background-size:auto 100%
  }
  .school_piano2 h3:after,
  .school_piano2 h3:before {
    display:none
  }
  .school_piano2 .pianoLesson {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
  }
  .school_piano2 .pianoLesson figure {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:auto;
    margin-bottom:10px;
    gap:10px
  }
}
.greeting h3 {
  margin-top:20px;
  margin-bottom:10px;
  line-height:1.3;
  font-size:28px
}
.greeting h3 small {
  display:inline-block;
  margin-top:10px;
  font-size:18px
}
.greeting h3+p {
  margin-bottom:30px;
  font-size:14px
}
.greeting h3+p em {
  font-size:18px;
  font-weight:bold
}
.greeting figure {
  overflow:hidden;
  margin-left:20px
}
.greeting figure img {
  width:210px
}
.greeting .inbox {
  float:left;
  width:calc(100% - 230px)
}
@media screen and (max-width:768px) {
  .greeting h3 {
    font-size:21px
  }
  .greeting h3+p {
    margin-bottom:20px
  }
  .greeting h3+p em {
    font-size:16px
  }
  .greeting p {
    margin-bottom:20px
  }
  .greeting figure {
    margin-left:0
  }
  .greeting .inbox {
    float:none;
    width:auto
  }
}
.lectureTop h2 {
  margin-bottom:20px
}
.lectureTop h3 {
  margin-bottom:10px;
  font-size:18px
}
.lectureTop .flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.lectureTop .flex p {
  line-height:1.8;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
.lectureTop .flex figure {
  width:30%;
  text-align:right;
  margin-left:20px
}
.lectureTop .flex figure a {
  display:block;
  margin-bottom:10px
}
.lectureTop .flex figure img {
  display:block
}
@media screen and (max-width:480px) {
  .lectureTop .flex {
    display:block
  }
  .lectureTop .flex figure {
    width:auto;
    margin:15px 0 0
  }
}
.lectureContent {
  border-radius:2px;
  width:auto;
  padding:0 0 10px;
  overflow:hidden;
  border:3px solid #565656
}
.lectureContent:after {
  content:"";
  clear:both;
  display:block
}
.lectureContent h3 {
  padding:10px 13px;
  margin:-3px -3px 5px;
  line-height:1.35;
  color:#fff;
  font-size:21px;
  background:#565656
}
.lectureContentInner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding:10px
}
.lectureContentText {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}
.lectureContentText p {
  font-size:16px;
  margin-bottom:5px
}
.lectureContentText h4 {
  margin-bottom:10px;
  font-size:16px;
  font-weight:normal
}
.lectureContentText h4 b {
  font-size:24px
}
.lectureContentText dl {
  background:#fff;
  border:1px solid #ccc
}
.lectureContentText dt {
  background:#f5f5f5;
  margin-bottom:5px;
  padding:5px
}
.lectureContentText dd {
  padding:5px;
  line-height:1.5;
  font-size:14px
}
.lectureContentImg {
  width:240px;
  margin-left:15px
}
@media screen and (max-width:768px) {
  .lectureContentInner {
    display:block
  }
  .lectureContentImg {
    margin:0 auto;
    width:auto;
    padding:15px
  }
  .lectureContentText {
    margin:0
  }
  .lectureContent h3 {
    font-size:18px
  }
  .lectureContentText p {
    font-size:16px
  }
  .lectureContentText h4 {
    font-size:16px
  }
  .lectureContentText h4 b {
    font-size:20px
  }
}
.lectureOutline:after {
  content:"";
  clear:both;
  display:block
}
.lectureOutlineTable th {
  width:80px
}
@media screen and (min-width:481px) {
  .lectureOutlineTable {
    width:49%;
    float:left
  }
  .lectureOutlineMap {
    width:49%;
    float:right
  }
  .lectureOutlineMap iframe {
    height:320px
  }
}
@media screen and (max-width:480px) {
  .lectureOutlineTable {
    margin-bottom:15px
  }
  .lectureOutlineMap iframe {
    height:240px
  }
}
.privacyTop {
  margin-bottom:50px
}
.privacyContents {
  margin:0 0 50px
}
.privacyContents h3 {
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
  margin-bottom:1rem;
  font-size:1.25rem
}
.privacyContents h3 span {
  margin-left:0.5rem
}
.privacyContents ol {
  counter-reset:number;
  margin:5px 0 10px
}
.privacyContents ol li {
  padding-left:1.15rem;
  position:relative;
  margin-bottom:3px
}
.privacyContents ol li:before {
  counter-increment:number;
  content:counter(number) ".";
  position:absolute;
  left:0;
  top:0
}
.privacyContents p {
  margin:5px 0 10px
}
.privacyContents .mBox02 {
  margin:4vh auto
}
.privacyContents .privacyBox01 {
  margin:4vh auto
}
.formmailTel ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.formmailTel ul li {
  width:50%;
  background-color:#f4f4f4;
  padding:12px
}
.formmailTel ul li+li {
  margin-left:20px
}
.formmailTel ul li span {
  position:relative;
  margin-right:5px;
  width:36px;
  height:36px;
  display:inline-block;
  vertical-align:middle;
  text-indent:100%;
  overflow:hidden;
  white-space:nowrap;
  border-radius:50%;
  background-color:#ef92a5
}
.formmailTel ul li span:before {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:26px;
  margin:auto;
  color:#fff;
  font:normal normal normal 26px/1 Fontawesome;
  content:"\f095";
  z-index:100;
  text-align:center;
  text-indent:0;
  display:block
}
.formmailTel ul li a,
.formmailTel ul li b {
  text-decoration:none;
  color:#ef92a5;
  font-size:40px;
  font-weight:900;
  display:inline-block
}
.formmailTel ul li h3 {
  text-align:center;
  font-size:17px;
  margin-bottom:5px;
  line-height:1.2;
  color:#ef92a5
}
.formmailTel ul li p {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  line-height:1;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.formmailTel dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  margin:20px auto 0;
  width:280px
}
.formmailTel dl+dl {
  margin-top:0
}
.formmailTel dl dt {
  padding:3px 0;
  -ms-flex-negative:0;
  flex-shrink:0;
  line-height:1;
  width:65px;
  margin-top:5px;
  border-radius:50px;
  margin-right:5px;
  text-indent:0;
  white-space:nowrap;
  background:#666;
  color:#fff;
  text-align:center;
  font-size:12px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:block
}
.formmailTel dl dd {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  vertical-align:top;
  position:relative;
  line-height:1.3;
  text-align:left;
  margin-top:5px;
  font-size:14px
}
@media screen and (max-width:768px) {
  .formmailTel ul {
    display:block
  }
  .formmailTel ul li {
    width:100%
  }
  .formmailTel ul li+li {
    margin:10px 0 0 0
  }
}
@media screen and (max-width:480px) {
  .formmailTel ul {
    margin-bottom:15px
  }
  .formmailTel ul li span {
    width:28px;
    height:28px
  }
  .formmailTel ul li span:before {
    height:23px;
    font-size:23px
  }
  .formmailTel ul li a,
  .formmailTel ul li b {
    font-size:30px
  }
  .formmailTel dl {
    margin:0 auto
  }
}
.required {
  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
}
.formmailInfo {
  margin:1em 0
}
.formmailInfo li {
  padding-left:10px;
  position:relative
}
.formmailInfo li:before {
  position:absolute;
  top:0.4em;
  left:0;
  color:#e16b15;
  font:normal normal normal 12px/1 Fontawesome;
  content:"\f0da"
}
.formmailInfo li b {
  font-weight:normal;
  color:#e44;
  border-bottom:dashed 2px #e44;
  padding-bottom:2px
}
.formmailTable {
  margin-bottom:20px
}
.formmailTable table {
  width:100%;
  background:#fff
}
.formmailTable td,
.formmailTable th {
  padding:10px;
  color:#333;
  border:1px solid #ccc
}
.formmailTable th {
  width:10em;
  background:#f1f1f1;
  text-align:left
}
.formmailTable td input+span {
  display:inline-block
}
@media screen and (max-width:480px) {
  .formmailTable td,
  .formmailTable th {
    display:block;
    border:0
  }
  .formmailTable th {
    width:100%
  }
}
label {
  padding:3px 6px;
  display:inline-block;
  border-radius:2px;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s
}
label:hover {
  background-color:#f1f1f1
}
input,
select,
textarea {
  border-radius:2px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
input[type=checkbox],
input[type=radio] {
  width:16px;
  height:16px;
  margin:0;
  vertical-align:middle
}
select,
textarea {
  margin:3px 2px;
  padding:5px;
  border:1px solid #ccc
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  padding:7px;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  border:1px solid #ccc
}
textarea {
  resize:vertical
}
.inputSm {
  width:3em
}
.inputMd {
  width:25em
}
.inputLg {
  width:99%
}
.textareaLg {
  width:99%;
  height:10em
}
input[type=password] {
  width:8em
}
@media screen and (max-width:1024px) {
  .inputSm {
    width:15%
  }
  .inputMd {
    width:70%
  }
  .inputLg {
    width:100%
  }
}
.formmailBtn {
  margin:0 auto 25px
}
.formmailBtn p {
  line-height:1.5;
  text-align:center;
  vertical-align:top
}
.formmailBtn .generalBtn {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:0;
  height:54px;
  width:265px;
  font-size:16px;
  margin-bottom:10px;
  vertical-align:top
}
.formmailBtn .btn {
  width:auto;
  line-height:1.5;
  margin-bottom:10px;
  padding:12px 20px;
  font-size:14px;
  font-family:"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  font-weight:700;
  background:#e72926;
  border:none;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  border-radius:3px;
  cursor:pointer
}
.formmailBtn .btn:hover {
  filter:alpha(opacity=60);
  opacity:0.6
}
.privacyBox {
  width:510px;
  margin:0 auto 50px;
  padding:15px;
  border:1px dotted #222;
  background:#fff
}
.privacyBox h3 {
  margin:0 0 10px;
  padding-bottom:10px;
  border-bottom:1px dotted #222;
  font-size:14px
}
.privacyBox p {
  line-height:1.5
}
@media screen and (max-width:768px) {
  .privacyBox {
    width:100%
  }
}
.faqTop {
  margin:0 0 30px
}
.faqList {
  margin:0 0 50px
}
.faqList dt {
  position:relative;
  margin-bottom:5px;
  padding:10px 5px 10px 40px;
  line-height:1.5;
  font-weight:bold
}
.faqList dt:before {
  position:absolute;
  top:5px;
  left:5px;
  display:block;
  content:"Q";
  color:#FFF;
  background-color:#ef92a5;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  border-radius:100%
}
.faqList dt.active {
  background-image:url("")
}
.faqList dd {
  position:relative;
  margin-bottom:35px;
  padding:5px 5px 45px 40px;
  line-height:1.5;
  border-bottom:1px dotted #CCC
}
.faqList dd:last-child {
  border:0
}
.faqList dd:before {
  position:absolute;
  top:5px;
  left:5px;
  display:block;
  content:"A";
  font-weight:bold;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  border-radius:100%;
  background-color:#f1f1f1;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}
.tusyoTop {
  margin:0 0 30px
}
.tusyoTop p b {
  font-size:20px;
  font-weight:normal;
  color:#f0b2b8
}
@media screen and (max-width:480px) {
  .tusyoTop p b {
    font-size:16px
  }
}
.tusyoProceed {
  margin:0 0 50px
}
.tusyoProceed h2 {
  margin:0 0 5px;
  padding-left:0;
  font-size:20px;
  color:#f0b2b8;
  height:auto;
  line-height:1.3;
  font-weight:normal;
  background:transparent
}
.tusyoProceed h2:after,
.tusyoProceed h2:before {
  display:none
}
.tusyoProceed dl {
  margin:20px 0;
  padding:10px;
  border:1px solid #ef92a5;
  border-radius:5px;
  background:#fff
}
.tusyoProceed dt {
  position:relative;
  margin-bottom:10px;
  line-height:1.3;
  color:#ef92a5;
  font-weight:normal;
  font-size:24px
}
.tusyoProceed dd ol li {
  counter-increment:number;
  margin:5px 0;
  padding-left:1.75em;
  position:relative
}
.tusyoProceed dd ol li:before {
  position:absolute;
  top:2px;
  left:0;
  background-color:#ef92a5;
  width:1.25rem;
  height:1.25rem;
  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;
  color:white;
  content:counter(number)
}
.tusyoProceed dd ol li b {
  display:block
}
.tusyoProceed dd ol li table {
  margin-top:5px;
  table-layout:fixed
}
.tusyoProceed dd ol li table th {
  width:auto;
  white-space:normal
}
.tusyoProceed dd ol li table td,
.tusyoProceed dd ol li table th {
  line-height:1.35;
  padding:5px
}
@media screen and (max-width:480px) {
  .tusyoProceed dt,
  .tusyoProceed h2 {
    font-size:20px
  }
}
.tusyoProceedCol:after {
  display:block;
  clear:both;
  content:""
}
.tusyoProceedCol dl {
  float:left;
  width:32%;
  margin-left:2%
}
.tusyoProceedCol dl:nth-child(3n+1) {
  margin-left:0
}
.tusyoProceedCol dd {
  font-size:14px
}
@media screen and (max-width:768px) {
  .tusyoProceedCol dl {
    float:none;
    width:100%;
    margin-left:0
  }
  .tusyoProceedCol dl:last-child {
    margin-bottom:10px
  }
}
.tusyoApply {
  margin:0 0 50px
}
.tusyoApply p {
  margin-bottom:1rem
}
.tusyoApply ul {
  border:2px solid #ccc;
  margin-bottom:20px;
  padding:10px
}
.tusyoApply ul li {
  margin:5px 0
}
/*# sourceMappingURL=style.css.map */
