@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 "https://fonts.googleapis.com/earlyaccess/roundedmplus1c.scss";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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-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-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-genderless:before,
.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-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-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";
}

/* ------- 画像 ホバーエフェクト ----------------　*/
/*
@media screen and (min-width: 1025px) {
	a:hover img{
		filter:alpha(opacity=60);
		opacity:0.6;
	}
}
*/
/* ------- テキスト スタイル ----------------　*/
.err {
  font-size: 12px;
  color: #ff5500;
}

/* clearfix --------------------*/
.cf:after, .staffBox:after, .colBox:after {
  display: block;
  clear: both;
  content: "";
}

/* -------------------- clearfix */
/* ------- 初期設定 ----------------　*/
* {
  box-sizing: border-box;
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

div, span, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, address, em, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
form, label,
table, tbody, tfoot, thead, tr, th, th,
article, aside, canvas, figure, figcaption,
header, footer, nav, section,
time, video {
  font-size: 100%;
}

div, article, aside, figcaption, figure,
header, footer, nav, section {
  display: block;
}

/* text */
em {
  font-style: normal;
}

/* images */
figure {
  max-width: 100%;
  text-align: center;
}

figcaption {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

dt {
  font-weight: bold;
}

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

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

select option {
  padding: 　0 5px;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #A9A9A9;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #A9A9A9;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #A9A9A9;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #A9A9A9;
}

label {
  cursor: pointer;
}

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

input[type=submit] {
  padding: 0.1em;
}

input[type=submit],
button {
  line-height: 1;
  cursor: pointer;
}

select {
  cursor: pointer;
}

/* ==================== header ==================== */
/* ------------------------------
layout
------------------------------ */
.pageHeader {
  width: 100%;
  padding: 0 10px;
}

.headerInner {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.headerInner:after {
  content: "";
  clear: both;
  display: block;
}

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

@media screen and (max-width: 768px) {
  .pageHeader {
    background-size: auto 10px;
  }
  .headerInner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .pageHeader {
    position: relative;
    z-index: 2000;
  }
  .headerInner {
    margin: 0 auto;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  .headerInner {
    width: 960px;
  }
}
/* --------------------
logo
-------------------- */
.headerLogo {
  vertical-align: top;
  margin-right: 15px;
}
.headerLogo img {
  width: 470px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .headerLogo img {
    width: 52vw;
  }
}
/* --------------------
headerContact
-------------------- */
.headerContact {
  display: flex;
  align-items: center;
  vertical-align: bottom;
  text-align: right;
}

.headerLink {
  margin-right: 15px;
}
.headerLink img {
  max-height: 45px;
}

.headerTel {
  margin-right: 15px;
  border: 1px solid #74cf74;
  border-radius: 2px;
  padding: 0px 5px;
  color: #565656;
  flex-shrink: 0;
}
.headerTel .headerTelInner {
  display: flex;
}
.headerTel dl {
  padding: 5px 10px;
  display: inline-block;
}
.headerTel dl:last-child {
  margin-left: 3px;
}
.headerTel dl dt,
.headerTel dl dd {
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}
.headerTel dl dt {
  margin-bottom: 3px;
  font-weight: bold;
}
.headerTel dl dd {
  font-size: 12px;
}
.headerTel dl .tel-link,
.headerTel dl dt a {
  font-size: 24px;
  margin-left: 2px;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
  color: #74cf74;
}
.headerTel p {
  text-align: center;
  font-size: 12px;
}

.headerContact ul li {
  display: inline-block;
  vertical-align: middle;
}

.headerFormmail a.generalBtn:after,
.headerMypage a.generalBtn:after {
  display: none;
}

.headerFormmail a.generalBtn {
  background: #74cf74;
  box-shadow: 0px 3px 0px 0px #39a439;
}
.headerFormmail a.generalBtn:active {
  top: 2px;
  box-shadow: 0px 1px 0px 0px #3fb73f;
}

.headerMypage a.generalBtn {
  background: #37c998;
  box-shadow: 0px 3px 0px 0px #268d6b;
}
.headerMypage a.generalBtn:active {
  top: 2px;
  box-shadow: 0px 1px 0px 0px #268d6b;
}

@media screen and (max-width: 1024px) {
  .headerTel .headerTelInner {
    display: block;
  }
  .headerTel dl {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .headerContact {
    margin-left: auto;
  }
  .headerContact ul li a {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 120px;
    padding: 0 10px;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 0;
  }
  .headerFormmail a:before,
  .headerMypage a:before {
    display: inline-block;
    margin-right: 3px;
    font: normal normal normal 20px/1 Fontawesome;
  }
  .headerFormmail a:before {
    content: "\f0e0";
  }
  .headerMypage a:before {
    content: "\f007";
  }
  dd.headerTelOpen {
    padding-left: 5em;
    text-indent: -5em;
  }
  .tel-link,
  .headerContact dd a {
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 10px 0;
  }
  .headerLink {
    margin-right: 5px;
  }
  .headerLink img {
    width: 40px;
  }
  .headerTel {
    display: none;
  }
  .headerContact {
    margin-left: auto;
    padding-right: 45px;
  }
  .headerContact ul li {
    margin: 0;
    height: 40px;
  }
  .headerFormmail a,
  .headerMypage a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    background-size: 20px;
    border-radius: 4px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .headerFormmail a:before,
  .headerMypage a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    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 {
    content: "\f007";
  }
  .headerMypage a.generalBtn {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .headerFormmail a.generalBtn {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .headerMypage a.generalBtn:after,
  .headerFormmail a.generalBtn:after {
    display: none;
  }
  .headerMypage a.generalBtn:active,
  .headerFormmail a.generalBtn:active {
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .headerTel {
    vertical-align: top;
  }
  .headerContact dl,
  .headerContact ul {
    vertical-align: top;
  }
  .headerContact dt {
    display: none;
  }
  .headerTelOpen,
  .headerTelNum span {
    display: none;
  }
  .headerContact dl {
    margin-bottom: 6px;
  }
  .headerTelNum {
    display: inline-block;
    vertical-align: middle;
  }
  .headerTelNum a,
  .headerTelNum b {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #d2151a;
    background-size: 20px;
    border-radius: 4px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  .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;
  }
}
/* ------------------------------
nav
------------------------------ */
.pageNav {
  width: 100%;
  clear: both;
  background-color: #ededed;
}

.navInner {
  position: relative;
  margin: 0 auto;
  width: auto;
}
.navInner:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 769px) {
  .pageNav {
    position: relative;
    z-index: 2000;
  }
}
@media screen and (max-width: 768px) {
  .pageNav {
    border-bottom-color: #4cb037;
  }
}
/* ------------------------------
nav main
------------------------------ */
@media screen and (min-width: 769px) {
  .navInner li {
    box-sizing: border-box;
    border-right: 1px dashed #ccc;
  }
  .navInner li:first-child {
    border-left: 1px dashed #ccc;
  }
  .navInner li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    padding: 0 5px;
    font-size: 14px;
    color: #512e11;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
    text-decoration: none;
    line-height: 1.35;
  }
  .navInner li a:hover {
    background-color: #ccc;
  }
}
@media screen and (min-width: 1025px) {
  .navInner {
    margin: 0 auto;
    width: 960px;
  }
  .navInner ul {
    width: 960px;
  }
  .navInner ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .navInner li {
    width: 192px;
    float: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .navInner ul {
    display: flex;
  }
  .navInner li {
    width: 20%;
  }
  .navInner li br {
    display: none;
  }
}
/* ------------------------------
dropdown menu
------------------------------ */
@media screen and (min-width: 769px) {
  #panel-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #panel-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    border-radius: 4px;
    letter-spacing: 2px;
    background: #289fce;
  }
  #panel {
    display: none;
    position: absolute;
    top: 55px;
    left: 10px;
    width: calc(100% - 20px);
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    z-index: 100;
    box-sizing: border-box;
  }
  .navInner {
    border-bottom: 1px solid #ccc;
    border-inline: 1px solid #ccc;
  }
  .navInner li {
    position: relative;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ccc;
  }
  .navInner li a {
    display: block;
    width: 100%;
    padding: 15px;
    line-height: 1;
    color: #222;
    text-decoration: none;
  }
  .navInner li a br {
    display: none;
  }
  .navInner li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font: normal normal normal 12px/1 Fontawesome;
    content: "\f0da";
  }
}
/* ==================== footer ==================== */
/* ------------------------------

 totop

------------------------------ */
.toTop {
  clear: both;
  /*display: none;*/
}

.toTop p {
  text-align: right;
}

.toTop p span {
  position: relative;
  padding: 5px 10px 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.1em;
  display: inline-block;
}

.toTop p span:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 12px/1 Fontawesome;
  content: "\f062";
}

@media screen and (min-width: 1025px) {
  .toTop {
    margin: 0 auto;
    width: 960px;
  }
}
/* ------------------------------

 footer

------------------------------ */
.pageFooter {
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
  clear: both;
  border-top: 3px solid #ccc;
  font-size: 14px;
}

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

 footer company

------------------------------ */
.footerCompany {
  position: relative;
  /*width: 50%;*/
  /*width: auto;
  float: left;*/
  overflow: hidden;
}

.footerCompany h3 {
  margin: 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.footerCompany h3 img {
  width: 260px;
}

.footerCompany dl {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.footerCompany dl .footerCompanyTel {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

.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;
  }
  .footerCompany dl .footerCompanyTel {
    padding-left: 0;
    text-indent: 0;
  }
  dd.footerCompanyTel span {
    display: block;
  }
}
/* ------------------------------

 footer nav

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

.footerNav ul {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.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";
  color: #37c998;
}

.footerNav li a {
  color: #222;
  text-decoration: none;
}

.footerNav li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .footerNav ul {
    width: 54%;
  }
  .footerNav ul:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .footerNav {
    float: none;
    margin-bottom: 10px;
    width: auto;
    border: 0;
    border-bottom: 1px solid #CCC;
  }
}
/* ------------------------------

 copyright

------------------------------ */
.copyright {
  padding: 10px 0;
  clear: both;
  border-top: 1px solid #CCC;
}

.copyright p {
  font-size: 11px;
  text-align: center;
}

/* ==================== sub ==================== */
/* ------------------------------

layout

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

sideMenu

-------------------- */
.sideMenu ul {
  margin-bottom: 20px;
  border-top: 3px double #aaa;
}
.sideMenu li {
  margin: 0 0 5px;
}
.sideMenu li a {
  padding: 15px 10px 15px 5px;
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #aaa;
  font-size: 14px;
}
.sideMenu li a:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f0da";
  vertical-align: middle;
  color: #9cc747;
}
.sideMenu li a:hover {
  color: #9cc747;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .sideMenu ul {
    border-top: 1px dashed #aaa;
    margin: 0;
  }
  .sideMenu ul + ul {
    border-top: none;
  }
}
/* --------------------

sideBnr

-------------------- */
.sideBnr li {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .sideBnr li {
    float: left;
    padding: 0 10px;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sideBnr li {
    width: auto;
  }
}
/* ==================== ページ ==================== */
/*


/*-===== site　setting ===========================*/
html {
  overflow: auto;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #343434;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body, body button, body select, body textarea, body input {
  font-family: "Kosugi Maru", sans-serif;
}

a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #5992db;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: none;
}

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

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

@media screen and (min-width: 1025px) {
  .contents {
    margin: 0 auto 50px;
    width: 960px;
  }
  .main {
    width: 680px;
    float: left;
  }
  .sub {
    width: 240px;
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  .contents {
    margin: 0 10px 30px;
  }
  .main {
    margin-bottom: 20px;
  }
  .sub {
    width: auto;
  }
  .sub:after {
    content: "";
    clear: both;
    display: block;
  }
}
/* ======================================== 見出し ======================================== */
/* ------------------------------
 h1
------------------------------ */
.contents h1 {
  margin: 20px 0 0;
  min-height: 100px;
  display: flex;
  align-items: center;
  border-width: 3px;
  font-size: 2rem;
  padding: 15px 30px;
  line-height: 1.35;
  border-style: solid;
  border: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-color: #9cc747;
}

@media screen and (max-width: 768px) {
  .contents h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .contents h1 {
    font-size: 1.5rem;
    min-height: 80px;
    padding: 15px 20px;
  }
}
/* ------------------------------

 h2

------------------------------ */
h2,
.subtitle {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 12px 8px 20px;
  vertical-align: middle;
  line-height: 1.5;
  background-color: #37c998;
  font-size: 22px;
  color: #fff;
}

h2:before,
.subtitle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  width: 4px;
  height: 30px;
  background: #fff;
}

h2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  padding: 5px 5px 15px;
  display: inline-block;
  width: 8em;
  height: 1em;
  font-size: 11px;
  font-weight: 500;
  background: #fff;
  letter-spacing: -0.1em;
  text-align: center;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
  color: #000;
  text-decoration: none;
}

h2 a:after {
  display: inline-block;
  margin-left: 5px;
  content: "\f0da";
  font: normal normal normal 12px/1 Fontawesome;
}

.box {
  margin-bottom: 50px;
  width: auto;
}

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

.inbox {
  overflow: hidden;
}

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

 topicpath

------------------------------ */
.topicPath {
  margin: 0 auto 20px;
  padding: 10px 0 0;
}

.topicPath ol:before {
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "\f015";
  color: #37c998;
}

.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;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .topicPath {
    margin: 0 auto 10px;
    padding: 10px 0 0;
  }
}
/* ------------------------------

 table

------------------------------ */
table,
th,
table {
  margin-bottom: 10px;
  width: 100%;
  /*background: #FFF;*/
}

th,
td {
  padding: 7px 10px;
  border: 1px solid #ccc;
}

th {
  background-color: #f1f1f1;
  white-space: nowrap;
  width: 11rem;
}

@media screen and (max-width: 375px) {
  th {
    width: auto;
  }
}
/* ------------------------------

pageBtnCenter

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

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

pageContact

-------------------- */
.pageContact {
  margin: 0 0 50px;
  width: auto;
  padding: 15px;
  padding-left: 180px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #74cf74;
  position: relative;
}
.pageContact:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  background: #fff url(../images/page_contact_img.jpg) no-repeat center center/cover;
}
.pageContact:after {
  content: "";
  clear: both;
  display: block;
}

.pageContactHead {
  margin-bottom: 10px;
}
.pageContactHead h2 {
  background: none;
  padding: 0;
  line-height: 1.2;
  margin: 0;
  color: #74cf74;
}
.pageContactHead h2:before {
  display: none;
}
.pageContactHead p {
  margin: 10px 0 20px;
}

.pageContactTel {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  margin-block: 10px;
}
.pageContactTel:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/page_contact_tel_title.png) no-repeat center center/auto 30px #74cf74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.pageContactTel p {
  line-height: 1;
}
.pageContactTel p:nth-child(2) {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #999;
}
.pageContactTel p span {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: bold;
}
.pageContactTel p b,
.pageContactTel p a {
  font-size: 28px;
  text-decoration: none;
  font-weight: 900;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.pageContactTel p em {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
}

.pageContactMail {
  padding: 0;
  text-align: right;
  margin-top: 10px;
}
.pageContactMail p a.generalBtn {
  margin-bottom: 0;
}

.pageContactOpen {
  clear: both;
  margin-top: 10px;
}
.pageContactOpen p {
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  padding-left: 75px;
  text-indent: -75px;
}
.pageContactOpen p span {
  padding: 2px 0;
  width: 70px;
  text-indent: 0;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  background: #1e9fda;
  text-align: center;
  font-size: 11px;
  margin-right: 3px;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .pageContact {
    padding: 10px;
  }
  .pageContact:before {
    display: none;
  }
  .pageContactMail {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .pageContactTel {
    display: block;
  }
  .pageContactTel p {
    width: 100%;
  }
  .pageContactTel p:nth-child(2) {
    border-left: none;
    padding: 0;
    margin: 5px 0 0;
  }
  .pageContactHead h2 {
    background-size: auto 22px;
  }
  .pageContactHead p {
    background-size: auto 28px;
  }
  .pageContactMail {
    text-align: center;
  }
}
/* ------------------------------

list box

------------------------------ */
.listBox {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.listBox li {
  padding: 0 0 5px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
  border-bottom: 1px dotted #37c998;
}
.listBox li:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f046";
  vertical-align: middle;
  color: #37c998;
}

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

border box

------------------------------ */
.borderBox {
  padding: 20px;
  border: 1px dashed #ed1543;
}

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

col box

------------------------------ */
.colBox {
  margin: 30px 20px;
}
.colBox li {
  width: 33.33%;
  padding: 0 10px;
  float: left;
}

@media screen and (max-width: 768px) {
  .colBox li {
    float: none;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* ==================== ページ ==================== */
/*
===== site　setting ===========================
*/
/* ======================================== global color ======================================== */
.flow h3,
.navInner li:before,
.lectureTop h3,
.privacyContents dt,
.formmailInfo li:before,
.school_top h2,
.indexLecture li time::before {
  color: #37c998;
}

a.generalBtn,
.generalBtn,
.pageContactMail p a,
.pageContactOpen p span,
.headerContact ul li a,
.headerFormmail a,
.headerMypage a,
.lectureContent h3,
.cost dt,
.flow dt,
.what ul li h3 {
  background-color: #74cf74;
}

.flow dl,
.lectureContent {
  background: #fff8ed;
}

.cost dl,
.what ul li,
.lectureContent,
.pageContact,
.cost dl,
.indexTopics {
  border-color: #74cf74;
}

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

generalBtn

------------------------------ */
a.generalBtn,
.generalBtn {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 0px 0px #39a439;
}

.generalBtn:active {
  top: 3px;
  box-shadow: 0px 1px 0px 0px #39a439;
}

a.generalBtn:after {
  margin-left: 5px;
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "\f138";
}

.generalBtn:visited,
.generalBtn:link {
  color: #fff;
  text-decoration: none;
}

/* ==================== お知らせ ==================== */
/* お知らせ 投稿年月日・カテゴリー */
.topicsMeta {
  margin-bottom: 10px;
}

/* カテゴリータグ */
.iconTopics {
  display: inline-block;
  width: 70px;
  height: 20px;
  /*margin-left: 5px;*/
  line-height: 20px;
  background: #666;
  color: #fff;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

.iconTopics01 {
  background: #E9552E;
}

.iconTopics02 {
  background: #7ABA16;
}

.iconTopics03 {
  background: #04A7E6;
}

.iconTopics04 {
  background: #EE70A7;
}

.topicsMeta time {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* お知らせ記事*/
.topicsArticle {
  margin: 0 0 50px;
}

/*
.topicsArticle h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
*/
.topicsArticle p {
  line-height: 1.8;
}

.topicsArticle figure a {
  text-decoration: none;
}

.topicsArticle figure img {
  margin-bottom: 5px;
}

.topicsArticle figcaption {
  font-size: 0.857em;
}

.topicsContents {
  overflow: hidden;
}

/* PDFアイコンボタン */
.topicsLinkPDF {
  margin: 40px 0 20px;
}

.topicsLinkPDF li {
  margin-bottom: 10px;
}

.topicsLinkPDF a {
  display: inline-block;
  line-height: 1;
  padding: 10px 10px 10px 32px;
  border: 1px solid #ccc;
  background: url(../images/icon-pdf.png) no-repeat 3px 50%;
  background-size: 24px;
  color: #333;
  text-decoration: none;
}

.topicsLinkPDF a:hover, .topicsLinkPDF a:focus {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* お知らせ記事 トップ画像 */
.topicsTopImg {
  float: right;
  width: 30%;
  margin-left: 20px;
}

.topicsTopImg img {
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  .topicsTopImg {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* お知らせ記事 3つ画像 */
.topicsImg {
  margin: 50px 0 80px;
}

.topicsImg li {
  float: left;
  width: 28%;
  margin-left: 8%;
}

.topicsImg li:first-child {
  margin-left: 0;
}

.topicsImg img {
  max-width: 100%;
}

.topicsImg li a {
  display: block;
}

@media screen and (max-width: 480px) {
  .topicsImg li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* --------------------

topicsReturn

-------------------- */
.topicsReturn {
  margin-bottom: 50px;
}

.topicsReturn p {
  text-align: center;
}

.topicsReturn a.generalBtn:before,
a.generalBtnReturn:before {
  margin-right: 5px;
  font: normal normal normal 14px/1.5 Fontawesome;
  content: "\f137";
}

.topicsReturn a.generalBtn:after,
a.generalBtnReturn:after {
  display: none;
}

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

topicsBacknumber

-------------------- */
.topicsBacknumber {
  margin-bottom: 50px;
}

.topicsBacknumber h2 {
  font-size: 18px;
}

.topicsBacknumberList {
  margin-bottom: 80px;
}

.topicsBacknumberList li {
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  width: auto;
}

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

/*
.topicsBacknumberList li:first-child {
	border-top: 1px dashed #ccc;
}
*/
.topicsBacknumberList li a {
  /*    display: block;
      position: relative;
  padding: 10px 10px 10px 20px;
      overflow: hidden;*/
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .topicsBacknumberList li a {
    padding: 10px 10px 10px 0;
  }
}
/*
.topicsBacknumberList li a time,
.topicsBacknumberList li a span,
.topicsBacknumberList li a p {
	position: relative;
	z-index: 100;
}
*/
.topicsBacknumberList li a time,
.topicsBacknumberList li a span {
  float: left;
  margin-right: 10px;
}

.topicsBacknumberList li time {
  color: #333;
}

/*
.topicsBacknumberList li time, .topicsBacknumberList li span, .topicsBacknumberList li p {
	vertical-align: top;
}

.topicsBacknumberList li span {
	display: inline-block;
	margin: 2px 10px 0;
}
*/
.topicsBacknumberList li p {
  /*display: inline-block;*/
  text-decoration: underline;
  overflow: hidden;
}

.topicsBacknumberList li:hover p {
  text-decoration: none;
}

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

/* ==================== INDEX ==================== */
/* --------------------
topImg
-------------------- */
.topImg {
  margin-bottom: 20px;
}

.topImgInner {
  position: relative;
}
.topImgInner h1 {
  display: none;
}

/* --------------------
indexLectureTopics
-------------------- */
.indexLectureTopics {
  margin-bottom: 40px;
}
.indexLectureTopics h2 {
  margin-bottom: 10px;
  height: 50px;
  text-indent: 100%;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #dc6b00;
  background-image: url(../images/index_top_lecture_title.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: auto 25px;
}
.indexLectureTopics h2:before {
  display: none;
}
.indexLectureTopics .flex {
  display: flex;
  flex-direction: row-reverse;
}
.indexLectureTopics .flex figure {
  width: 45%;
  margin-left: 15px;
}
.indexLectureTopics .flex figure img {
  display: inline-block;
  width: 49%;
}
.indexLectureTopics .flex p {
  flex: 1;
}

@media screen and (max-width: 480px) {
  .indexLectureTopics .flex {
    display: block;
  }
  .indexLectureTopics .flex figure {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* --------------------
indexInstagrum
-------------------- */
.indexInstagrum {
  margin: 20px 0;
}
.indexInstagrum h2 {
  margin-bottom: 10px;
  height: 50px;
  text-indent: 100%;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #dc6b00;
  background-image: url(../images/index_instagrum_title.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: auto 25px;
}
.indexInstagrum h2:before {
  display: none;
}
.indexInstagrum .indexInstagrumInner {
  position: relative;
  line-height: 1;
}
.indexInstagrum .indexInstagrumInner a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.indexInstagrum .indexInstagrumInner iframe {
  line-height: 1;
}

/* --------------------
indexTopics
-------------------- */
.indexTopics {
  position: relative;
  margin-bottom: 50px;
  padding: 10px 20px 10px;
  width: 100%;
  background: #fff;
  border: 1px dashed #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.indexTopics .topicsBacknumberList {
  margin-bottom: 0;
}
.indexTopics .topicsBacknumberList li {
  border: 0;
}
.indexTopics h2 {
  background: none;
  color: #343443;
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #37c998;
}
.indexTopics h2:before {
  display: none;
}
.indexTopics ul + p {
  position: absolute;
  top: 20px;
  right: 20px;
}
.indexTopics ul + p a {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: -0.09em;
  color: #333;
}
.indexTopics ul + p a:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 11px/1 Fontawesome;
  content: "\f0da";
}

@media screen and (max-width: 768px) {
  .indexTopics {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexTopics ul + p {
    right: 10px;
  }
  .indexTopics h2, .indexTopics dl, .indexTopics dt, .indexTopics dd {
    display: block;
  }
  .indexTopics h2 {
    width: 100%;
    height: auto;
    line-height: 1;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .indexTopics dd {
    padding: 0 10px 10px;
  }
}
/* --------------------
indexAbout
-------------------- */
.indexAbout {
  margin-bottom: 20px;
}
.indexAbout h2 {
  margin: 20px 0;
  padding: 0;
  background: none;
  font-size: min(5vw, 24px);
  text-align: center;
  color: #37c998;
}
.indexAbout h2 em {
  font-size: min(8vw, 40px);
}
.indexAbout h2:before {
  display: none;
}
.indexAbout p {
  position: relative;
  line-height: 2;
}

/* --------------------
indexProgram
-------------------- */
.indexProgram {
  position: relative;
  margin-bottom: 50px;
  padding: 15px;
  width: 100%;
  background: #fff;
  border: 1px solid #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.indexProgram h2 {
  margin: -15px;
  margin-bottom: 10px;
}
.indexProgram h2:before {
  display: none;
}
.indexProgram h2 + p {
  margin-bottom: 10px;
}
.indexProgram ul {
  margin-bottom: 10px;
  width: auto;
}
.indexProgram ul:after {
  content: "";
  clear: both;
  display: block;
}
.indexProgram li {
  float: left;
  width: 50%;
  text-align: center;
}
.indexProgram .pageContactMain {
  float: none;
  width: auto;
  text-align: center;
}
.indexProgram .pageContactMain .pageContactTel {
  display: inline-flex;
  margin: 0 auto;
  line-height: 1;
}
.indexProgram .pageContactMain .pageContactMail {
  text-align: center;
}
.indexProgram .pageContactOpen p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .indexProgram .pageContactMain .pageContactTel {
    display: table;
    margin: 0 auto;
    text-align: left;
  }
}
/* --------------------
indexMenu
-------------------- */
.indexMenu {
  margin-bottom: 50px;
}
.indexMenu .indexMenuList {
  border: 1px solid #ccc;
  padding: 15px;
  margin-block: 15px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 15px;
  grid-template-areas: "area1 area1" "area3 area2";
}
.indexMenu .indexMenuList h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  margin: -15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 5px 10px;
  background-color: #eee;
  grid-area: area1;
  font-size: min(5vw, 24px);
}
.indexMenu .indexMenuList figure {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: area2;
}
.indexMenu .indexMenuList p {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: area3;
}

@media screen and (max-width: 480px) {
  .indexMenu .indexMenuList {
    border: none;
    padding: 0;
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .indexMenu .indexMenuList h3 {
    margin: 0;
    border-bottom: none;
  }
  .indexMenu .indexMenuList p {
    margin-top: 10px;
  }
}
/* --------------------
indexRecomend
-------------------- */
.indexRecomend {
  margin-bottom: 50px;
  padding: 15px 15px 10px;
  width: 100%;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.indexRecomend h2 {
  margin: -15px;
  margin-bottom: 15px;
}
.indexRecomend h2:before {
  display: none;
}
.indexRecomend li {
  padding: 0 0 5px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.indexRecomend li:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f046";
  vertical-align: middle;
  color: #37c998;
}

/* --------------------
indexHow
-------------------- */
.indexHow {
  margin-bottom: 80px;
}
.indexHow h2 {
  background: none;
  color: #343443;
  padding: 0;
  margin: 0 0 15px;
}
.indexHow h2:before {
  display: none;
}
.indexHow p {
  line-height: 1.8;
  background-image: url(../images/index_how_img.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 300px auto;
}

@media screen and (max-width: 768px) {
  .indexHow p {
    padding-left: 0;
    background: none;
  }
}
/* --------------------
indexFreetrial
-------------------- */
.indexFreetrial {
  margin-bottom: 80px;
}
.indexFreetrial h2 {
  background: none;
  color: #343443;
  padding: 0;
  font-size: 28px;
  margin: 0 0 15px;
}
.indexFreetrial h2:before {
  display: none;
}
.indexFreetrial p {
  padding-left: 280px;
  line-height: 1.8;
  background-image: url(../images/index_freetrial_img.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 300px auto;
}

@media screen and (max-width: 768px) {
  .indexFreetrial p {
    padding-left: 0;
    background: none;
  }
}
/* --------------------
indexLecture
-------------------- */
.indexLecture {
  margin: 0 auto 30px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border: 1px dashed #37c998;
  border-radius: 5px;
}
.indexLecture h2 {
  margin: 0 auto 10px;
  padding: 0;
  height: 24px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  background: url(../images/index_lecture_title.png) no-repeat 0 50%;
  background-size: 217px 23px;
}
.indexLecture h2:before {
  display: none;
}
.indexLecture li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #37c998;
}
.indexLecture li time:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f144";
  vertical-align: middle;
  color: #37c998;
}

@media screen and (min-width: 1025px) {
  .indexLecture ul li img {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .indexLecture {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* --------------------
indexBanner
-------------------- */
.indexBanner {
  margin: 0 auto 50px;
}
.indexBanner ul {
  width: auto;
}
.indexBanner ul:after {
  content: "";
  clear: both;
  display: block;
}
.indexBanner ul li {
  margin-bottom: 10px;
  float: left;
}

@media screen and (min-width: 769px) {
  .indexBanner ul li {
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
  .indexBanner ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .indexBanner ul li {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
  .indexBanner ul li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .indexBanner ul li {
    width: 100%;
    float: none;
  }
}
/* --------------------
facebook
-------------------- */
.indexFacebook {
  margin: 0 auto 50px;
  text-align: center;
}

/* --------------------
aboutPhilosophy
-------------------- */
.aboutPhilosophy {
  margin-bottom: 30px;
}
.aboutPhilosophy p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 20px;
  margin: 5px;
}

/* --------------------
aboutTop
-------------------- */
.aboutTop {
  margin-bottom: 50px;
}
.aboutTop p {
  background-color: #f1f1f1;
  font-weight: bold;
  padding: 15px;
}
.aboutTop p b {
  color: #74cf74;
}
.aboutTop figure {
  margin-bottom: 20px;
}
.aboutTop ul {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  width: 100%;
  background: #fff;
  border: 1px dashed #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.aboutTop li {
  padding: 0 0 5px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
  border-bottom: 1px dotted #37c998;
}
.aboutTop li:before {
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f046";
  vertical-align: middle;
  color: #37c998;
}

/* --------------------
aboutConnect
-------------------- */
.aboutConnect {
  margin-bottom: 30px;
}
.aboutConnect p {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #37c998;
}
.aboutConnect p:after {
  display: block;
  font: normal normal normal 100px/0.5 Fontawesome;
  content: "\f0d7";
  vertical-align: middle;
  color: #f6b22b;
}

/* --------------------
aboutPlace
-------------------- */
.aboutPlace {
  margin-bottom: 30px;
}
.aboutPlace p,
.aboutPlace li,
.aboutPlace h3 {
  text-align: center;
}
.aboutPlace h3 {
  margin-bottom: 10px;
  color: #9cc747;
  font-weight: 600;
  font-size: 22px;
}
.aboutPlace p {
  font-size: 16px;
  margin-bottom: 10px;
}
.aboutPlace ol {
  counter-reset: item;
}
.aboutPlace li {
  font-weight: bold;
  font-size: 16px;
}
.aboutPlace li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

/* --------------------
aboutMenu
-------------------- */
.aboutMenu {
  margin-bottom: 30px;
}
.aboutMenu ul {
  margin-bottom: 20px;
  width: auto;
}
.aboutMenu ul:after {
  content: "";
  clear: both;
  display: block;
}
.aboutMenu li {
  width: calc((100% - 20px) / 3);
  float: left;
  margin-left: 10px;
}
.aboutMenu li:first-child {
  margin-left: 0;
}

/* --------------------
aboutGoal
-------------------- */
.aboutGoal {
  margin-bottom: 30px;
}
.aboutGoal p {
  margin-bottom: 30px;
  text-align: center;
  color: #37c998;
  font-weight: bold;
  font-size: 16px;
}
.aboutGoal p b {
  color: #37c998;
  font-weight: 600;
  font-size: 22px;
}

.aboutGoal2 p b {
  color: #9cc747;
}

/* --------------------
aboutGreeting
-------------------- */
.aboutGreeting {
  margin-bottom: 80px;
}
.aboutGreeting p {
  margin-bottom: 30px;
  font-size: 16px;
}
.aboutGreeting p + p {
  text-align: right;
}
.aboutGreeting ol {
  margin-left: 1em;
  list-style-type: decimal;
}
.aboutGreeting ol li {
  margin: 20px 0;
}

/* ------------------------------
access
------------------------------ */
/* --------------------
accessOutline
-------------------- */
.accessOutline {
  margin-bottom: 50px;
  width: auto;
}
.accessOutline:after {
  content: "";
  clear: both;
  display: block;
}

.accessOutlineTable,
.accessOutlineImg {
  margin-bottom: 15px;
}

.accessOutlineImg {
  display: flex;
}
.accessOutlineImg figure + figure {
  margin-left: 15px;
}

.evaluation {
  margin-top: 20px;
  background-color: #f1f1f1;
}
.evaluation h3 {
  font-weight: bold;
  background-color: #ccc;
  padding: 5px 8px;
  margin-bottom: 5px;
}
.evaluation dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px;
}
.evaluation dl:first-of-type {
  border-bottom: 1px solid #ccc;
}
.evaluation dl dt,
.evaluation dl dd {
  margin: 8px;
}
.evaluation dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-right: 1rem;
}
.evaluation dl dd {
  text-align: right;
  margin-left: auto;
}
.evaluation dl dd a {
  display: inline-block;
  font-size: 14px;
  margin-left: 1rem;
  padding-left: 10px;
  position: relative;
}
.evaluation dl dd a:before {
  position: absolute;
  left: 0;
  top: 3px;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f0da";
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .accessOutlineTable,
  .accessOutlineImg {
    width: auto;
  }
  .accessOutlineTable,
  .accessOutlineImg {
    float: none;
  }
}
/* --------------------
accessSchoolBox
-------------------- */
.accessSchoolBox {
  margin: 0 auto 50px;
}

.accessSchoolImg {
  position: relative;
}

.accessSchoolBox .accessMapBox {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}

.accessSchoolBox .accessMapBox iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.accessSchoolImg::before {
  display: block;
  position: absolute;
  content: "2020年1月オープン";
  display: block;
  background: #e00;
  color: #fff;
  font-size: 14px;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .accessSchoolBox {
    margin-bottom: 30px;
  }
  .accessOutlineImg,
  .accessOutlineTable {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .accessSchoolBox .accessMapBox {
    padding-bottom: 65%;
  }
}
/* ------------------------------

progmar

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

programTop

-------------------- */
.programTop {
  margin-bottom: 50px;
}
.programTop ul {
  margin-block-start: 10px;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 480px) {
  .programTop ul {
    flex-direction: column;
    gap: 5px;
  }
}
.programOne {
  margin-bottom: 50px;
}
.programOne p {
  margin-block: 1rem;
}
.programOne dl {
  margin-block: 1rem;
  border: 1px solid #ccc;
  padding: 10px;
}
.programOne dl dt {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 1.25em;
  margin-bottom: 7px;
}
.programOne dl dt i {
  font-style: normal;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 3px;
  line-height: 1.25;
  padding: 5px;
  background-color: #74cf74;
  color: white;
  font-size: 0.55em;
}

.programTwo {
  margin-bottom: 50px;
}
.programTwo p {
  margin-block: 1rem;
}
.programTwo ul {
  display: flex;
  margin-block: 1rem;
}
.programTwo li {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex: 1;
}
.programTwo dl {
  width: 100%;
  padding: 10px 10px 15px;
  text-align: center;
}
.programTwo dl dt {
  font-size: 2em;
  color: #37c998;
}

@media screen and (max-width: 480px) {
  .programTwo ul {
    display: block;
  }
  .programTwo li + li {
    border-top: none;
  }
}
/* --------------------

programFeature

-------------------- */
.programFeature {
  margin-bottom: 50px;
}

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

programDetailBox

-------------------- */
.programDetailBox {
  margin-bottom: 50px;
  width: auto;
}
.programDetailBox:after {
  content: "";
  clear: both;
  display: block;
}
.programDetailBox h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
  color: #37c998;
}
.programDetailBox h3 + figure {
  float: right;
  width: 40%;
  margin-left: 10px;
}
.programDetailBox p {
  margin-bottom: 20px;
  overflow: hidden;
}
.programDetailBox p + figure {
  float: right;
  width: 40%;
  margin-left: 10px;
}
.programDetailBox dl {
  overflow: hidden;
}
.programDetailBox dt {
  position: relative;
  padding-left: 15px;
}
.programDetailBox dt:before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f111";
  vertical-align: middle;
  color: #37c998;
}
.programDetailBox dd {
  padding-left: 15px;
  margin-bottom: 10px;
}
.programDetailBox figure {
  margin-bottom: 5px;
}
.programDetailBox ul {
  margin-left: -5px;
  margin-right: -5px;
}
.programDetailBox ul:after {
  display: block;
  clear: both;
  content: "";
}
.programDetailBox li {
  margin-bottom: 10px;
  padding: 0 5px;
  float: left;
  width: 33.33%;
  text-align: center;
}

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

programSupport

-------------------- */
.programSupport {
  margin-bottom: 50px;
}

.programSupport p {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #37c998;
}

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

programSchedule

------------------------------ */
.programSchedule {
  margin-bottom: 50px;
}
.programSchedule .box {
  margin: 20px 0;
}
.programSchedule .box:after {
  content: "";
  display: table;
  clear: both;
}
.programSchedule .programScheduleInner {
  width: calc(50% - 10px);
  float: left;
}
.programSchedule .programScheduleInner p {
  margin-bottom: 5px;
  font-weight: bold;
}
.programSchedule .programScheduleInner:nth-child(2) {
  margin-left: 20px;
}
.programSchedule .programScheduleInner table thead th {
  background-color: #666;
  color: #fff;
  text-align: center;
}
.programSchedule .programScheduleInner table thead th:nth-child(1) {
  width: 3.25rem;
}

.programScheduleJunpTitle01 {
  padding: 10px;
  background: white;
  color: #74cf74;
  text-align: center;
}

.programScheduleJunpTitle02 {
  padding: 10px;
  background: #e7f7da;
  color: #6ec12a;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .programSchedule li {
    width: 49%;
    float: right;
  }
  .programSchedule li:first-child {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .programSchedule .programScheduleInner.programScheduleInner {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
}
/* ------------------------------

programTopMenu

------------------------------ */
.programTopMenu figure {
  margin-bottom: 10px;
}

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

programDaily

------------------------------ */
.programDaily tbody th {
  font-weight: normal;
}
.programDaily dl {
  margin-top: 20px;
}
.programDaily dt {
  font-size: 18px;
  color: #512e11;
  border-bottom: 1px dashed #512e11;
  padding: 0 0 5px;
  margin: 0 0 5px;
}
.programDaily dd {
  font-weight: bold;
}

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

programContent

------------------------------ */
.programContent {
  border: 1px solid #333;
  font-size: 14px;
}
.programContent thead td {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.programContent thead td:nth-child(2) {
  background: #5fcc54;
}
.programContent thead td:nth-child(3) {
  background: #54c8cc;
}
.programContent thead td:nth-child(4) {
  background: #f19ec2;
}
.programContent thead td:nth-child(5) {
  background: #fac16d;
}
.programContent thead td:nth-child(6) {
  background: #fa6d6d;
}
.programContent thead td:nth-child(7) {
  background: #ccc;
}
.programContent tbody th,
.programContent td {
  padding: 5px;
  border: 1px solid #333;
  color: #222;
}
.programContent tbody td {
  text-align: center;
}
.programContent tbody td:nth-child(2) {
  background: #e6fbe4;
}
.programContent tbody td:nth-child(3) {
  background: #ccf8fa;
}
.programContent tbody td:nth-child(4) {
  background: #ffecf4;
}
.programContent tbody td:nth-child(5) {
  background: #ffeed4;
}
.programContent tbody td:nth-child(6) {
  background: #ffe3e3;
}
.programContent tbody td:nth-child(7) {
  background: #ddd;
}

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

programContent

------------------------------ */
.programuImgBox {
  margin-top: 20px;
}
.programuImgBox ul {
  display: flex;
}
.programuImgBox ul li {
  float: none;
  width: 33.3333333333%;
}
.programuImgBox ul li:not(:first-child) {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .programuImgBox.programuImgBox ul {
    display: block;
  }
  .programuImgBox.programuImgBox ul li {
    width: 100%;
    margin: 10px 0 0;
  }
}
/* ------------------------------

programDetail

------------------------------ */
.programDetail {
  margin-bottom: 30px;
}
.programDetail dl {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.programDetail dl dt, .programDetail dl dd {
  padding: 7px 15px;
}
.programDetail dl dt {
  border-bottom: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* ------------------------------

flow

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

flowTop

-------------------- */
.flowTop {
  margin-bottom: 50px;
}

.flowTopBox {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  width: 100%;
  background: #fff;
  border: 1px dashed #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.flowTopBox h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #222;
}
.flowTopBox h3 + figure {
  float: right;
  width: 40%;
  margin-left: 10px;
}
.flowTopBox p {
  margin-bottom: 20px;
  overflow: hidden;
}

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

flowFigure

-------------------- */
.flowFigure {
  margin-bottom: 50px;
  width: auto;
}
.flowFigure:after {
  content: "";
  clear: both;
  display: block;
}

.flowFigureBox1, .flowFigureBox3 {
  clear: both;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 10px;
  background: #f5f0e6;
  border-radius: 5px;
}

.flowFigureBox1 h3, .flowFigureBox2 h3, .flowFigureBox3 h3 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #222;
}
.flowFigureBox1 p, .flowFigureBox2 p, .flowFigureBox3 p {
  text-align: center;
  font-size: 16px;
}

.flowFigureBox2 {
  position: relative;
  width: calc((100% - 10px) / 2);
  float: left;
  margin-left: 10px;
  margin-top: 30px;
  margin-bottom: 45px;
}

.flowFigureBox1 + .flowFigureBox2 {
  margin-left: 0;
}

.flowFigureBox2 p,
.flowFigureBox3 {
  position: relative;
  margin-top: 45px;
  clear: both;
}

.flowFigureBox2 p:before,
.flowFigureBox2:before,
.flowFigureBox3:before {
  position: absolute;
  display: block;
  font: normal normal normal 60px/0.5 Fontawesome;
  content: "\f0d7";
  vertical-align: middle;
  color: #74cf74;
  margin: auto;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: -38px;
  text-align: center;
}

.flowFigureBox2 h3 {
  margin-bottom: 20px;
  color: #fff;
  background-color: #74cf74;
  border-radius: 5px;
  line-height: 4em;
  height: 4em;
  vertical-align: middle;
  box-sizing: border-box;
}
.flowFigureBox2 h3 span {
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
}
.flowFigureBox2 h3 b {
  color: #74cf74;
}

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

flowFee

-------------------- */
.flowFee {
  margin-bottom: 50px;
}
.flowFee p,
.flowFee ul {
  margin-bottom: 10px;
}
.flowFee p {
  font-weight: bold;
}
.flowFee li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.flowFee li:before {
  position: absolute;
  content: "※";
  left: 0;
}

.flowFeeTable {
  margin-bottom: 20px;
}
.flowFeeTable table + p {
  color: #74cf74;
  font-weight: bold;
}
.flowFeeTable th,
.flowFeeTable td {
  text-align: center;
  width: 50%;
}
.flowFeeTable thead th,
.flowFeeTable thead td {
  background-color: #666;
  color: #fff;
  font-weight: bold;
}
.flowFeeTable tbody th {
  background: #f5f0e6;
  color: #222;
}

.emphasisBox dt {
  border: 1px solid #74cf74;
  line-height: 1;
  padding: 10px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  width: auto;
  border-radius: 500px;
  background-color: #fff;
  color: #74cf74;
  font-size: 1.15em;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}
.emphasisBox dt:before {
  content: "";
  width: 1em;
  height: 1em;
  background-color: #74cf74;
  border-radius: 50%;
  margin-left: -3px;
}
.emphasisBox dd {
  margin: -20px 15px 0;
  font-weight: bold;
  padding: 10px 15px;
  padding-top: 20px;
  border: 1px solid #74cf74;
}

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

flowSafety

-------------------- */
.flowSafety {
  margin-bottom: 50px;
}
.flowSafety ul {
  padding: 20px 20px 10px;
  width: 100%;
  background: #fff;
  border: 1px dashed #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.flowSafety li {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}
.flowSafety li:before {
  position: absolute;
  left: 0;
  top: 0.25em;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f046";
  vertical-align: middle;
  color: #37c998;
}

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

form

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

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

formmail formmailInfo

------------------------------ */
.formmailTelBox {
  background-color: #f2f2f2;
  padding: 10px;
}
.formmailTelBox .formmailTelBoxInner {
  display: flex;
}
.formmailTelBox dl {
  padding: 10px;
  width: 50%;
  background-color: #fff;
}
.formmailTelBox dl dt,
.formmailTelBox dl dd {
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
}
.formmailTelBox dl dt {
  font-weight: bold;
}
.formmailTelBox dl dd .tel-link,
.formmailTelBox dl dd a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #ee7800;
  font-size: 32px;
  margin-left: 2px;
  line-height: 1;
}
.formmailTelBox p {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .formmailTelBox dl dd a {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .formmailTelBox .formmailTelBoxInner {
    display: block;
  }
  .formmailTelBox dl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .formmailTelBox dl:last-child {
    border-top: 5px solid #f2f2f2;
  }
  .formmailTelBox dl dt {
    width: 3.5rem;
  }
  .formmailTelBox p {
    font-size: 12px;
  }
}
/* ------------------------------

formmail formmailInfo

------------------------------ */
.formmailInfo {
  margin: 1em 0;
}

.formmailInfo li {
  padding-left: 10px;
  position: relative;
}

.formmailInfo li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #F6B22B;
  font: normal normal normal 12px/1 Fontawesome;
  content: "\f0da";
}

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

formmail table

------------------------------ */
.formmailTable {
  margin-bottom: 20px;
}

.formmailTable table {
  width: 100%;
  background: #FFF;
}

.formmailTable th,
.formmailTable td {
  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 th,
  .formmailTable td {
    display: block;
    border: 0;
  }
  .formmailTable th {
    width: 100%;
  }
}
/* ------------------------------

 フォーム 入力欄

------------------------------ */
select,
textarea {
  margin: 3px 2px;
  padding: 5px;
  border: 1px solid #ccc;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 7px;
  box-sizing: content-box;
  border: 1px solid #ccc;
}

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

formmail btn

------------------------------ */
.formmailBtn {
  margin: 0 auto 50px;
}

.formmailBtn p {
  line-height: 1.5;
  text-align: center;
  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;
}

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

privacy box

------------------------------ */
.privacyBox {
  width: 510px;
  margin: 0 auto 50px;
  padding: 15px;
  border-radius: 5px;
  border: 1px dashed #37c998;
  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%;
  }
}
/* ------------------------------

formmailTel

------------------------------ */
.formmailTel {
  margin: 0 0 80px;
}

.formmailTel h2 {
  background: url(../images/formmail_tel_title.gif);
}

/* ==================== FAQ ==================== */
/* ------------------------------

 faq top

------------------------------ */
.faqTop {
  margin: 0 0 30px;
}

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

 faq list

------------------------------ */
.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;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #74cf74;
}

.faqList dt.active {
  background-image: url(../images/arrow_04_gr_nb_t.png);
}

.faqList dd {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 5px 30px 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: #efedea;
  box-sizing: border-box;
  color: #74cf74;
}

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

 faq list

------------------------------ */
@media screen and (max-width: 480px) {
  .recruitTable table th,
  .recruitTable table td {
    display: block;
    border: 0;
  }
  .recruitTable table th {
    width: 100%;
  }
}
/* ------------------------------

symptom

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

symptomTop

-------------------- */
.symptomTop {
  margin-bottom: 20px;
}

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

symptomList

-------------------- */
.symptomList {
  margin-bottom: 50px;
  padding: 20px 20px 10px;
  width: 100%;
  background: #fff;
  border: 1px dashed #37c998;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.symptomList h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #9cc747;
  font-weight: 600;
  font-size: 22px;
}
.symptomList li {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}
.symptomList li:before {
  position: absolute;
  left: 0;
  top: 0.25em;
  font: normal normal normal 14px/1 Fontawesome;
  content: "\f046";
  vertical-align: middle;
  color: #37c998;
}

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

symptomMerit

-------------------- */
.symptomMerit {
  margin-bottom: 50px;
}

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

symptomProgram

-------------------- */
.symptomProgram {
  margin-bottom: 50px;
  width: auto;
}
.symptomProgram:after {
  content: "";
  clear: both;
  display: block;
}
.symptomProgram h3 {
  position: relative;
  margin-top: 45px;
  clear: both;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.symptomProgram h3:before {
  position: absolute;
  display: block;
  font: normal normal normal 60px/0.5 Fontawesome;
  content: "\f0d7";
  vertical-align: middle;
  color: #f6b22b;
  margin: auto;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: -38px;
  text-align: center;
}
.symptomProgram em {
  font-weight: bold;
}
.symptomProgram strong {
  color: #9cc747;
}
.symptomProgram h4 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.35;
  color: #37c998;
}
.symptomProgram figure {
  margin-bottom: 20px;
  margin-right: 10px;
  width: 48%;
  float: left;
}
.symptomProgram p {
  margin-bottom: 20px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.8;
}
.symptomProgram p + p {
  clear: both;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .symptomProgram h4 {
    font-size: 24px;
  }
  .symptomProgram figure {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
/* ------------------------------

program

------------------------------ */
/*
.program h2 span {
	background-image: url(../images/program_title.png);
}
*/
.programList ul {
  width: auto;
}

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

.programList ul > li {
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  width: 49%;
  float: left;
  margin-bottom: 15px;
  margin-left: 1%;
  background: #FFF;
  border-color: #F6B22B;
}

.programList ul > li:nth-child(2n+1) {
  margin-left: 0;
}

.programList li h3 {
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1.2;
  background: #F6B22B;
}

.programList li h4 {
  margin: 0 10px;
  font-size: 16px;
}

.programList li:nth-child(3) h4 {
  color: #E69D30;
}

.programList li:nth-child(4) h4 {
  color: #EF8C8D;
}

.programList li figure {
  text-align: center;
}

.programList li figure img {
  max-width: 360px;
  width: 100%;
}

.programList ol {
  margin: 0 10px;
  width: auto;
}

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

.programList ol li {
  padding: 10px 0;
  float: left;
  width: 31.6666666667%;
  margin: 0 0.5% 5px;
  text-align: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  display: table;
  vertical-align: middle;
}

.programList ol li span {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  line-height: 1.2;
}

.programList ul li:nth-child(1) li {
  border-color: #3A9BD6;
  color: #3A9BD6;
}

.programList ul li:nth-child(2) li {
  border-color: #27B27C;
  color: #27B27C;
}

.programList ul li:nth-child(3) li {
  border-color: #E69D30;
  color: #E69D30;
}

.programList ul li:nth-child(4) li {
  border-color: #EF8C8D;
  color: #EF8C8D;
}

.programList li p {
  padding: 10px;
}

/*
@media screen and (max-width: 768px) {
	.programList ol li {
		font-size: 12px;
	}
}
*/
@media screen and (max-width: 768px) {
  .programList ul > li {
    width: auto;
    float: none;
    margin: 0 0 15px;
  }
  .programList ul > li:nth-child(1) {
    margin-right: 0;
  }
  .programList ul > li:nth-child(3) {
    margin-right: 0;
  }
}
/* ------------------------------

support

------------------------------ */
/*
.support h2 span {
	background-image: url(../images/support_title.png);
}
*/
.support p {
  margin-bottom: 15px;
}

.support ul {
  width: auto;
}

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

.support ul li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 1.5%;
  padding-bottom: 10px;
  border: 3px solid;
  float: left;
  border-radius: 5px;
  background: #FBF6E9;
}

.support ul li h3 {
  padding: 15px 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #0A6EB5;
}

/*.support ul li:nth-child(1) h3 { color: #c4b121;}*/
.support ul li:nth-child(1) h3 {
  color: #F3972E;
}

.support ul li:nth-child(2) h3 {
  color: #4BAD66;
}

.support ul li:nth-child(3) h3 {
  color: #4EB2E4;
}

.support ul li:nth-child(4) h3 {
  color: #826ABC;
}

.support ul li:nth-child(5) h3 {
  color: #E9552E;
}

.support ul li:nth-child(6) h3 {
  color: #c4b121;
}

.support ul li p {
  padding: 10px;
  font-size: 14px;
  width: 74%;
  display: inline-block;
  vertical-align: top;
}

/*.support ul li:nth-child(1) { border-color: #c4b121; background-color: #F9F8E7; }*/
.support ul li:nth-child(1) {
  border-color: #F3972E;
  background-color: #FFF8F1;
}

.support ul li:nth-child(2) {
  border-color: #4BAD66;
  background-color: #F5FFF8;
}

.support ul li:nth-child(3) {
  border-color: #4EB2E4;
  background-color: #F3FBFF;
}

.support ul li:nth-child(4) {
  border-color: #826ABC;
  background-color: #F8F6FE;
}

.support ul li:nth-child(5) {
  border-color: #E9552E;
  background-color: #FFF1F7;
}

.support ul li:nth-child(6) {
  border-color: #c4b121;
  background-color: #F9F8E7;
}

.support ul li figure {
  width: 24%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}

.support ul li figure img {
  height: auto;
  max-height: 70px;
  max-width: 160px;
}

.support ul li:nth-child(2) figure img {
  max-width: 100px;
}

.support ul li:nth-child(4) figure img {
  max-width: 100px;
}

/*
@media screen and (min-width: 769px) {
	.support ul li {
		width: calc(97% / 3);
	}

	.support ul li:nth-child(3n+1) {
		margin-left: 0;
	}
}
*/
/*@media screen and (min-width: 481px) and (max-width: 768px) {*/
@media screen and (min-width: 481px) {
  .support ul li {
    width: 49%;
  }
  .support ul li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 786px) {
  .support ul li p,
  .support ul li figure {
    width: 100%;
    display: block;
  }
}
/* ------------------------------

soft

------------------------------ */
.soft {
  margin-bottom: 50px;
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  padding: 0 15px 15px;
  box-sizing: border-box;
  width: auto;
  overflow: hidden;
}

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

.hug {
  border-color: #E14318;
}

.cb {
  border-color: #3361AD;
}

.soft h2 {
  /*margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
  padding: 0;*/
  color: #FFF;
  margin-left: -20px;
  margin-right: -20px;
}

.hug h2 {
  background-color: #E14318;
}

.cb h2 {
  background-color: #3361AD;
}

.hug h2:before,
.cb h2:before {
  display: none;
}

.soft h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.hug h3 {
  color: #E14318;
}

.cb h3 {
  color: #3361AD;
}

.softTop {
  margin-bottom: 30px;
}

.softDetail {
  margin-bottom: 20px;
  width: 50%;
  padding: 0 5px;
  float: left;
}

.softDetail figure {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
}

.soft dl {
  padding: 15px;
  border: 1px solid #CCC;
  background: #F5F5F5;
  clear: both;
}

@media screen and (max-width: 768px) {
  .soft h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .soft h2 {
    font-size: 18px;
  }
  .softDetail {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    float: none;
  }
  .softDetail figure {
    margin: 0 0 5px;
    float: none;
    width: 100%;
  }
  .softDetail p {
    overflow: visible;
  }
}
/* ------------------------------

staff

------------------------------ */
.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 th,
.staff li td {
  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: 5px;
}

.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

------------------------------ */
.adviser h2 {
  margin-bottom: 0;
}

.adviser h2 + p {
  margin-bottom: 20px;
}

.adviserBox {
  margin-bottom: 30px;
  padding: 15px;
  width: auto;
  border: 1px solid #CCC;
  border-radius: 10px;
}

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

.adviserBox figure {
  float: left;
  width: 150px;
  margin-right: 20px;
}

.adviserBox h3,
.adviserBox p,
.adviserBox dl {
  overflow: hidden;
}

.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 h3 {
    font-size: 18px;
    border-bottom: 0;
  }
  .adviserBox dt,
  .adviserBox dd {
    font-size: 12px;
  }
  .adviserBox figure {
    margin-right: 5px;
    margin-bottom: 15px;
    width: 80px;
  }
  .adviserBox p {
    clear: both;
    padding-top: 10px;
    border-top: 1px dotted #999;
  }
}
@media screen and (max-width: 375px) {
  .adviserBox {
    padding: 5px;
  }
  .adviserBox h3 {
    margin-bottom: 0;
  }
  .adviserBox figure {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
/* ------------------------------

what

------------------------------ */
/*
.what h2 span {
	background-image: url(../images/what_title.png);
}
*/
.what h2 + figure,
.what h2 + figure + p {
  margin-bottom: 30px;
}

.what ul {
  clear: both;
  margin-bottom: 20px;
}

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

.what ul li {
  margin-left: 1.5%;
  border-width: 1px;
  border-style: solid;
  background: #FFF;
  float: left;
  border-radius: 5px;
  border-color: #F6B22B;
}

/*
.what ul li:nth-child(1) { border-color: #EC734A; }
.what ul li:nth-child(2) { border-color: #EB6C71; }
.what ul li:nth-child(3) { border-color: #5EAD35; }
*/
.what 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: #F6B22B;
}

/*
.what ul li:nth-child(1) h3 { background-color: #EC734A; }
.what ul li:nth-child(2) h3 { background-color: #EB6C71; }
.what ul li:nth-child(3) h3 { background-color: #5EAD35; }
*/
.what ul li table {
  display: inline-block;
  width: auto;
}

.what ul li table,
.what ul li th,
.what ul li td {
  border: 0;
}

.what ul li th,
.what ul li td {
  padding: 0 10px;
  background: #FFF;
  font-size: 20px;
  width: auto;
}

.what ul li p {
  padding: 0 10px 10px;
}

.what ul li figure {
  padding: 0 10px 10px;
}

.what ul li figure img {
  width: auto;
  max-height: 70px;
}

.what ul li:nth-child(3) p + p,
.what ul li:nth-child(3) figure {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .what h2 + figure {
    width: 30%;
    float: right;
    margin-left: 15px;
  }
  .what h2 + figure + p {
    overflow: hidden;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .what ul li {
    width: 32.3333333333%;
  }
  .what ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .what ul li {
    margin: 0 0 15px;
    width: 100%;
  }
  .what ul li:first-child {
    text-align: center;
  }
  .what dl + dl {
    border-left: 0;
    border-top: 1px solid #CCC;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .what h2 + figure {
    margin-bottom: 10px;
  }
}
/* ------------------------------

flow

------------------------------ */
/*
.flow h2 span {
	background-image: url(../images/flow_title.png);
}
*/
.flow h3 {
  margin-bottom: 10px;
  font-size: 18px;
  /*color: #E16B15;*/
}

.flow h3 + p {
  margin-bottom: 20px;
  text-align: left;
}

.flow dl {
  margin: 0 0 15px;
  padding: 10px 10px 0;
  /*border: 1px solid #CCC;*/
  background: #FFF8ED;
  border-radius: 10px;
}

.flow dt {
  margin: 0 0 10px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  background: #F6B22B;
  border-radius: 50px;
}

/*
.flow p + dl dt {
	background: #7ABA16;
}
*/
.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;
  }
}
/* ------------------------------

cost

------------------------------ */
/*
.cost h2 span {
	background-image: url(../images/cost_title.png);
}
*/
.cost:after {
  content: "";
  clear: both;
  display: block;
}

.cost p {
  line-height: 1.8;
}

.cost p b,
.cost dd b {
  color: #E73726;
}

.cost dd b {
  font-size: 20px;
  font-size: 14px;
}

.cost dd b span {
  font-size: 14px;
}

.cost dl {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: #37c998;
  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: #37c998;
}

.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;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .cost p {
    margin-bottom: 15px;
  }
}
/* ------------------------------

open

------------------------------ */
/*
.open h2 span {
	background-image: url(../images/open_title.png);
}
*/
.open thead th,
.open tbody td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .open th,
  .open td {
    padding: 0;
  }
  .open tbody th {
    padding: 5px;
    /*min-width: 150px;*/
    white-space: normal;
  }
}
/* ------------------------------

oneday

------------------------------ */
/*
.oneday h2 span {
	background-image: url(../images/oneday_title.png);
}
*/
.oneday ul {
  width: auto;
}

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

.oneday ul li th {
  text-align: center;
}

.oneday ul li td {
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}

@media screen and (min-width: 769px) {
  .oneday li {
    width: 49%;
    float: right;
  }
  .oneday li:first-child {
    float: left;
  }
  .oneday li:first-child td {
    /*height: 54px;*/
  }
}
/* ------------------------------

capacity

------------------------------ */
/*
.capacity h2 span {
	background-image: url(../images/capacity_title.png);
}
*/
/* ------------------------------

school_top

------------------------------ */
.school_top:after {
  content: "";
  clear: both;
  display: block;
}

.school_top h2 {
  padding: 0;
  margin: 0 0 10px;
  color: #000;
  font-size: 24px;
  height: auto;
  line-height: 1.3;
  background: transparent;
}

.school_top h2 img {
  display: inline-block;
  margin-right: 5px;
  width: auto;
  height: 30px;
  vertical-align: middle;
}

.school_top h2 b {
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  background: #EFAE35;
  border-radius: 5px;
  font-size: 14px;
  vertical-align: top;
}

.school_top h2:before,
.school_top h2:after {
  display: none;
}

@media screen and (min-width: 769px) {
  .school_top figure {
    margin-top: -40px;
  }
}
@media screen and (min-width: 481px) {
  .school_top p {
    width: calc(100% - 240px);
    float: left;
  }
  .school_top figure {
    width: 240px;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .school_top h2 {
    font-size: 18px;
  }
  .school_top h2 em {
    display: inline-block;
  }
  .school_top h2 img {
    height: 20px;
  }
  .school_top p {
    margin-bottom: 15px;
  }
  .school_top h2 b {
    font-size: 12px;
  }
}
/* ------------------------------

school_program

------------------------------ */
.school_program h3 {
  margin: 0 0 5px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  background: #EFAE35;
  border-radius: 10px;
}

.school_program p {
  margin-bottom: 10px;
}

.school_program ul {
  width: auto;
}

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

.school_program li {
  margin-bottom: 15px;
}

.school_program li figcaption {
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .school_program li {
    width: 32.3333333333%;
    float: left;
    margin-left: 1%;
  }
  .school_program li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .school_program li {
    width: 32.3333333333%;
    float: left;
    margin-left: 1%;
  }
  .school_program li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .school_program li {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .school_program li:nth-child(odd) {
    margin-left: 0;
  }
  .school_program li figcaption {
    font-size: 12px;
  }
}
/* ------------------------------

access

------------------------------ */
/*
.access h2 span {
	background-image: url(../images/access_title.png);
}
*/
.access:after {
  content: "";
  clear: both;
  display: block;
}

.access p {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .access p {
    width: 35%;
    float: left;
  }
  .access figure {
    width: 63%;
    float: right;
  }
  .access figure iframe {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .access p {
    margin-bottom: 15px;
  }
  .access figure iframe {
    height: 240px;
  }
}
/* ------------------------------

area

------------------------------ */
/*
.area h2 span {
	background-image: url(../images/area_title.png);
}
*/
.area:after {
  content: "";
  clear: both;
  display: block;
}

.area h3 {
  font-size: 16px;
}

.area p {
  line-height: 1.8;
}

@media screen and (min-width: 481px) {
  .area p {
    width: calc(100% - 240px);
    float: left;
  }
  .area figure {
    width: 200px;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .area p {
    margin-bottom: 15px;
  }
}
/* ------------------------------

outline

------------------------------ */
/*
.outline h2 span {
	background-image: url(../images/outline_title.png);
}
*/
.comapnyTable {
  margin-bottom: 30px;
}

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

lectureTop

------------------------------ */
.lectureTop h2 {
  margin-bottom: 10px;
  /*font-size: 24px;*/
}

.lectureTop h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.lectureTop p {
  line-height: 1.8;
}

/*
@media screen and (max-width: 768px) {
	.lectureTop h2 {
		font-size: 20px;
	}
}
*/
/* ------------------------------

lectureContent

------------------------------ */
.lectureContent {
  /*border: 3px solid #EB6C71;*/
  border-radius: 5px;
  width: auto;
  padding: 0 0 10px;
  overflow: hidden;
  background-color: #FFF;
  border-width: 1px;
  border-color: #37c998;
  border-style: dashed;
}

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

.lectureContent h3 {
  margin-bottom: 10px;
  padding: 5px;
  color: #FFF;
  font-size: 20px;
  background: #37c998;
}

.lectureContentText,
.lectureContentImg {
  padding: 0 10px;
}

.lectureContentText p {
  /*font-size: 22px;
  font-weight: bold;
  color: #EB6C71;*/
  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;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .lectureContentText {
    width: calc(100% - 200px);
    float: right;
    padding-right: 20px;
  }
  .lectureContentImg {
    width: 200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .lectureContentText {
    margin-bottom: 15px;
  }
  .lectureContent h3 {
    font-size: 20px;
  }
  .lectureContentText p {
    font-size: 16px;
  }
  .lectureContentText h4 {
    font-size: 16px;
  }
  .lectureContentText h4 b {
    font-size: 20px;
  }
}
/* ------------------------------

lectureOutline

------------------------------ */
/*
.lectureOutline h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
*/
.lectureOutline:after {
  content: "";
  clear: both;
  display: block;
}

.lectureOutlineTable th {
  width: 80px;
}

/*
@media screen and (max-width: 768px) {
	.lectureOutline h2{
		font-size: 20px;
	}
}
*/
@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;
  }
}
/* ------------------------------

privacyContents

------------------------------ */
.privacyContents dt {
  margin-bottom: 5px;
  counter-increment: jou;
}

.privacyContents dt::before {
  content: "第" counter(jou, decimal) "条 ";
}

.privacyContents dd {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lectureTop h2 {
    font-size: 20px;
  }
}
/* ==================== tusyo ==================== */
/* ------------------------------

 tusyo top

------------------------------ */
.tusyoTop {
  margin: 0 0 30px;
}

.tusyoTop p b {
  font-size: 20px;
  color: #E73528;
}

@media screen and (max-width: 480px) {
  .tusyoTop p b {
    font-size: 16px;
  }
}
/* ------------------------------

 tusyoProceed

------------------------------ */
.tusyoProceed {
  margin: 0 0 50px;
}

.tusyoProceed h2 {
  margin: 0 0 5px;
  padding-left: 0;
  font-size: 20px;
  color: #E73528;
  height: auto;
  line-height: 1.3;
  background: transparent;
}

.tusyoProceed h2:before,
.tusyoProceed h2:after {
  display: none;
}

.tusyoProceed dl {
  margin-bottom: 20px;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  background: #FFF;
  border-color: #F79B35;
}

.tusyoProceed dt {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
}

.tusyoProceed dt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: " ";
  color: #FFF;
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 100%;
  background: #F79B35;
}

.tusyoProceed dd ol li {
  list-style: decimal;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .tusyoProceed h2,
  .tusyoProceed dt {
    font-size: 16px;
  }
}
/* ------------------------------

staff box

------------------------------ */
.staffBox figure {
  float: left;
  margin-right: 20px;
}
.staffBox h2 {
  background: #74cf74;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}
.staffBox h2:before {
  content: none;
}
.staffBox h2 + p {
  font-weight: bold;
  margin-bottom: 10px;
}
.staffBox h2 small {
  font-size: 14px;
}
.staffBox table {
  border-top: 1px dashed #6a3708;
}
.staffBox .inbox {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .staffBox figure {
    float: none;
  }
}
/* ------------------------------

介護福祉士講座のご案内

------------------------------ */
.kaigofukushiTop {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .kaigofukushiTop {
    margin-bottom: 20px;
  }
}
.kaigofukushiBox em {
  color: #37c998;
  font-weight: bold;
}
.kaigofukushiBox .subtitle {
  margin-bottom: 20px;
}
.kaigofukushiBox .box {
  margin-bottom: 30px;
}
.kaigofukushiBox .imgTitle {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.3;
}
.kaigofukushiBox .imgTitle small {
  font-size: 0.75em;
}
.kaigofukushiBox .imgTitle:before {
  content: none;
}

.kaigofukushiBox02 .borderBox {
  border-color: #3a65bc;
}

@media screen and (max-width: 768px) {
  .kaigofukushiBox .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .kaigofukushiBox .borderBox {
    padding: 10px;
  }
  .kaigofukushiBox01 .imgTitle {
    background: none;
    color: #ed1543;
    text-indent: inherit;
    white-space: normal;
    overflow: visible;
  }
  .kaigofukushiBox02 .imgTitle {
    background: none;
    color: #3a65bc;
    text-indent: inherit;
    white-space: normal;
    overflow: visible;
  }
}
@media screen and (min-width: 1025px) {
  .kaigofukushiBox01 .imgTitle {
    padding: 5px 0;
    background: url(../images/kaigo_kenshu_ttitle.png) center left no-repeat;
    background-size: auto auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .kaigofukushiBox02 .imgTitle {
    padding: 5px 0;
    background: url(../images/kaigo_juken_title.png) center left no-repeat;
    background-size: auto auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
.kaigofukushiTable {
  padding: 10px;
  background: #fffcf4;
}
.kaigofukushiTable th, .kaigofukushiTable td {
  padding: 10px 0;
  border-bottom: none;
  line-height: 1.3;
}
.kaigofukushiTable th {
  width: 80px;
}
.kaigofukushiTable small {
  font-size: 12px;
}
.kaigofukushiTable table table {
  margin-bottom: 0;
  width: auto;
}
.kaigofukushiTable table table th, .kaigofukushiTable table table td {
  padding: 10px;
  border: 1px solid #000;
  font-size: 14px;
}
.kaigofukushiTable table table th {
  padding: 10px 30px 10px 10px;
  background: #f4e2c0;
  color: #000;
  font-weight: normal;
}
.kaigofukushiTable table table td {
  background: #fff;
  padding-left: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .kaigofukushiTable th, .kaigofukushiTable td {
    display: block;
    width: 100%;
  }
  .kaigofukushiTable th {
    padding-bottom: 5px;
  }
  .kaigofukushiTable td {
    padding-top: 0;
  }
}
.kaigofukushiTable01 th, .kaigofukushiTable01 td {
  width: auto;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
}
.kaigofukushiTable01 th {
  background: #f4e2c0;
}

.kaigofukushiTable02 td {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .kaigofukushiTable01 {
    border-top: 1px solid #000;
  }
  .kaigofukushiTable01 th, .kaigofukushiTable01 td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .kaigofukushiTable01 th {
    padding-bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */