@charset "UTF-8";
/* $font-family-sans-serif: "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif; */
/* $backgroundsize-htc-path: '/backgroundsize.min.htc'; */
/*--　学科カラー設定 --*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&display=swap");

.g__header p,
.g__footer p,
.g__header li,
.g__footer li,
.g__header ul,
.g__footer ul,
.g__header ol,
.g__footer ol,
.g__header dl,
.g__footer dl,
.g__header dt,
.g__footer dt,
.g__header dd,
.g__footer dd,
.g__header h1,
.g__footer h1,
.g__header h2,
.g__footer h2,
.g__header h3,
.g__footer h3,
.g__header h4,
.g__footer h4,
.g__header h5,
.g__footer h5,
.g__header h6,
.g__footer h6 {
  margin: 0;
  padding: 0;
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* @import "bootstrap/print"; */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11.5px;
}

.lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 577px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 1.7;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 13px;
  line-height: 1.7;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 577px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-llg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-llg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-llg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-llg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-llg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-llg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-llg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-llg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-llg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-llg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-llg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-llg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* @include make-grid(xs); */
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  float: left;
}

.col-xxs-1 {
  width: 8.33333%;
}

.col-xxs-2 {
  width: 16.66667%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-4 {
  width: 33.33333%;
}

.col-xxs-5 {
  width: 41.66667%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-7 {
  width: 58.33333%;
}

.col-xxs-8 {
  width: 66.66667%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-10 {
  width: 83.33333%;
}

.col-xxs-11 {
  width: 91.66667%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-pull-1 {
  right: 8.33333%;
}

.col-xxs-pull-2 {
  right: 16.66667%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-4 {
  right: 33.33333%;
}

.col-xxs-pull-5 {
  right: 41.66667%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-7 {
  right: 58.33333%;
}

.col-xxs-pull-8 {
  right: 66.66667%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-10 {
  right: 83.33333%;
}

.col-xxs-pull-11 {
  right: 91.66667%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-push-1 {
  left: 8.33333%;
}

.col-xxs-push-2 {
  left: 16.66667%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-4 {
  left: 33.33333%;
}

.col-xxs-push-5 {
  left: 41.66667%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-7 {
  left: 58.33333%;
}

.col-xxs-push-8 {
  left: 66.66667%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-10 {
  left: 83.33333%;
}

.col-xxs-push-11 {
  left: 91.66667%;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-offset-0 {
  margin-left: 0%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333%;
}

.col-xxs-offset-2 {
  margin-left: 16.66667%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333%;
}

.col-xxs-offset-5 {
  margin-left: 41.66667%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333%;
}

.col-xxs-offset-8 {
  margin-left: 66.66667%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333%;
}

.col-xxs-offset-11 {
  margin-left: 91.66667%;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 321px) {

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 577px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {

  .col-llg-1,
  .col-llg-2,
  .col-llg-3,
  .col-llg-4,
  .col-llg-5,
  .col-llg-6,
  .col-llg-7,
  .col-llg-8,
  .col-llg-9,
  .col-llg-10,
  .col-llg-11,
  .col-llg-12 {
    float: left;
  }

  .col-llg-1 {
    width: 8.33333%;
  }

  .col-llg-2 {
    width: 16.66667%;
  }

  .col-llg-3 {
    width: 25%;
  }

  .col-llg-4 {
    width: 33.33333%;
  }

  .col-llg-5 {
    width: 41.66667%;
  }

  .col-llg-6 {
    width: 50%;
  }

  .col-llg-7 {
    width: 58.33333%;
  }

  .col-llg-8 {
    width: 66.66667%;
  }

  .col-llg-9 {
    width: 75%;
  }

  .col-llg-10 {
    width: 83.33333%;
  }

  .col-llg-11 {
    width: 91.66667%;
  }

  .col-llg-12 {
    width: 100%;
  }

  .col-llg-pull-0 {
    right: auto;
  }

  .col-llg-pull-1 {
    right: 8.33333%;
  }

  .col-llg-pull-2 {
    right: 16.66667%;
  }

  .col-llg-pull-3 {
    right: 25%;
  }

  .col-llg-pull-4 {
    right: 33.33333%;
  }

  .col-llg-pull-5 {
    right: 41.66667%;
  }

  .col-llg-pull-6 {
    right: 50%;
  }

  .col-llg-pull-7 {
    right: 58.33333%;
  }

  .col-llg-pull-8 {
    right: 66.66667%;
  }

  .col-llg-pull-9 {
    right: 75%;
  }

  .col-llg-pull-10 {
    right: 83.33333%;
  }

  .col-llg-pull-11 {
    right: 91.66667%;
  }

  .col-llg-pull-12 {
    right: 100%;
  }

  .col-llg-push-0 {
    left: auto;
  }

  .col-llg-push-1 {
    left: 8.33333%;
  }

  .col-llg-push-2 {
    left: 16.66667%;
  }

  .col-llg-push-3 {
    left: 25%;
  }

  .col-llg-push-4 {
    left: 33.33333%;
  }

  .col-llg-push-5 {
    left: 41.66667%;
  }

  .col-llg-push-6 {
    left: 50%;
  }

  .col-llg-push-7 {
    left: 58.33333%;
  }

  .col-llg-push-8 {
    left: 66.66667%;
  }

  .col-llg-push-9 {
    left: 75%;
  }

  .col-llg-push-10 {
    left: 83.33333%;
  }

  .col-llg-push-11 {
    left: 91.66667%;
  }

  .col-llg-push-12 {
    left: 100%;
  }

  .col-llg-offset-0 {
    margin-left: 0%;
  }

  .col-llg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-llg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-llg-offset-3 {
    margin-left: 25%;
  }

  .col-llg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-llg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-llg-offset-6 {
    margin-left: 50%;
  }

  .col-llg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-llg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-llg-offset-9 {
    margin-left: 75%;
  }

  .col-llg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-llg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-llg-offset-12 {
    margin-left: 100%;
  }
}


.with10per{
  width: 10% !important;
}
.with20per{
  width: 20% !important;
}
.with34per{
  width: 34% !important;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #aaa;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #aaa;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #aaa;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #aaa;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #aaa;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 576px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #aaa;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 37px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 28px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 577px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 577px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 577px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 577px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 577px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 577px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 321px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.75px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 23px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

@media (min-width: 577px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #eeeeee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #eeeeee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "> ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.7;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 577px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #aaa;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 23px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.7;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 577px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 577px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 576px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 576px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 576px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.row10,
.form-horizontal .form-group10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row10>*[class*=col-],
.form-horizontal .form-group10>*[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row20,
.form-horizontal .form-group20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row20>*[class*=col-],
.form-horizontal .form-group20>*[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row30,
.form-horizontal .form-group30 {
  margin-left: -10px;
  margin-right: -10px;
}

.row30>*[class*=col-],
.form-horizontal .form-group30>*[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row40,
.form-horizontal .form-group40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row40>*[class*=col-],
.form-horizontal .form-group40>*[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.row50,
.form-horizontal .form-group50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row50>*[class*=col-],
.form-horizontal .form-group50>*[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.row60,
.form-horizontal .form-group60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row60>*[class*=col-],
.form-horizontal .form-group60>*[class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.row70,
.form-horizontal .form-group70 {
  margin-left: -35px;
  margin-right: -35px;
}

.row70>*[class*=col-],
.form-horizontal .form-group70>*[class*=col-] {
  padding-left: 35px;
  padding-right: 35px;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline,
.checkbox-inline,
.radio-inline {
  margin-left: 0px;
  margin-right: 10px;
}

@media screen and (max-width: 576px) {
  .table-responsive {
    border: 0;
  }
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 10000;
}

.modal-content {
  padding: 30px 0 !important;
}

.modal-body {
  padding: 30px;
}

.navbar,
.navbar-collapse {
  border: 0;
}

.ttl__style_1 {
  text-align: center;
  padding-bottom: 1em;
}

.ttl__style_1 span {
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  border-bottom: solid 2px #252525;
  padding-bottom: 0.2em;
}

.ttl__style_2 {
  font-size: 40px;
  position: relative;
  line-height: 1;
  height: 1em;
}

.ttl__style_2::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #252525;
}

.ttl__style_2 span {
  display: inline-block;
  padding: 0 0.6em;
  color: #252525;
  background-color: #fff;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ttl__style_2 span small {
  font-size: 27px;
  color: #252525;
  display: inline-block;
  margin-left: 0.2em;
  position: relative;
  bottom: 2px;
}

.ttl__style_3 {
  padding: 2px 0 2px 24px;
  position: relative;
  background-color: #fff;
}

.ttl__style_3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #0064B4;
}

h1.ttl__style_3,
.h1.ttl__style_3 {
  padding-left: 24px;
}

h2.ttl__style_3,
.h2.ttl__style_3 {
  padding-left: 20px;
}

h3.ttl__style_3,
.h3.ttl__style_3 {
  padding-left: 18px;
}

h4.ttl__style_3,
.h4.ttl__style_3,
h5.ttl__style_3,
.h5.ttl__style_3 {
  padding-left: 14px;
}

.nav__btn {
  display: inline-block;
  overflow: visible;
}

.nav__btn.btn__block {
  display: block;
}

.nav__btn a {
  padding: 10px 1.4em;
  line-height: 1.4;
}

.btn__style_1 a {
  position: relative;
  display: block;
  padding-right: 2em;
  color: #252525;
  text-align: center;
  background-color: #fff;
  border: 1px solid #252525;
}

.btn__style_1 a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center !important;
  font-size: 1.3em;
}

.btn__style_1.btn__fill a {
  background-color: #252525;
  color: #fff;
}

.btn__style_1.btn__color1 a {
  border-color: #ffd000;
  color: #ffd000;
}

.btn__style_1.btn__color1.btn__fill a {
  background-color: #ffd000;
}

.btn__style_1.btn__color2 a {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn__style_1.btn__color2.btn__fill a {
  background-color: #fff;
}

.btn__style_2 a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  color: #252525;
  text-align: center;
  background-color: #F6F6F6;
  border: 2px solid #252525;
  border-radius: 3px;
}

.btn__style_2 a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center !important;
  font-size: 1.3em;
  color: #666666;
}

.btn__style_2.btn__fill a {
  background-color: #252525;
  color: #fff;
}

.btn__style_2.btn__fill a::before {
  color: #fff;
}

.btn__style_2.btn__color1 a {
  border-color: #ffd000;
  color: #ffd000;
}

.btn__style_2.btn__color1 a::before {
  color: #ffde4d;
}

.btn__style_2.btn__color1.btn__fill a {
  background-color: #ffd000;
  color: #fff;
}

.btn__style_2.btn__color1.btn__fill a::before {
  color: #fff;
}

.btn__style_2.btn__color2 a {
  background-color: #FEF0F0;
  border-color: #FB8081;
  color: #FB8081;
}

.btn__style_2.btn__color2 a::before {
  color: #fca6a7;
}

.btn__style_2.btn__color2.btn__fill a {
  background-color: #FB8081;
  color: #fff;
}

.btn__style_2.btn__color2.btn__fill a::before {
  color: #fff;
}

.btn__style_3 {
  display: block;
}

.btn__style_3 a {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  text-align: left;
  color: #252525;
  background-color: #fff;
  border: 3px solid #eee;
}

.btn__style_3 a .arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  background-color: #BDBDBD;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.btn__style_3 a .arrow::before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: block;
  position: relative;
  left: 1px;
  font-size: 1.2em;
  color: #fff;
}

.btn__style_3.btn__color1 a {
  color: #ffd000;
}

.btn__style_3.btn__color1 a .arrow {
  background-color: #ffd000;
}

.btn__style_3.btn__color2 a {
  color: #FF7272;
  border-color: #FFDCDC;
}

.btn__style_3.btn__color2 a .arrow {
  background-color: #FF7272;
}

.btn__pdf {
  display: inline-block;
  min-width: 180px;
  color: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btn__pdf {
    min-width: 0;
  }
}

.btn__pdf:hover {
  color: inherit;
  text-decoration: none;
}

.btn__pdf::before {
  content: url(/img/ic_pdf.png);
  margin-right: 10px;
}

.btn__pdf::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

.link__pdf {
  display: inline-block;
  background-color: transparent;
  color: #252525;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .link__pdf {
    min-width: 0;
  }
}

.link__pdf:hover {
  color: inherit;
  text-decoration: none;
}

.link__pdf::before {
  content: url(/img/ic_pdf.png);
  margin-right: 10px;
}

.pagination {
  border-radius: 0;
}

.pagination>li>a,
.pagination>li span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  color: #252525;
}

@media only screen and (min-width: 767px),
print {

  .pagination>li>a,
  .pagination>li span {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
}

.pagination>li.active a,
.pagination>li.active span {
  background-color: #ffd000;
  color: #fff;
  border: 1px #ffd000 solid;
}

.box__pageanchor {
  padding: 16px 15px;
  background-color: #0064B4;
}

@media only screen and (min-width: 1023px),
print {
  .box__pageanchor {
    padding: 16px 24px;
  }
}

.box__pageanchor ul,
.box__pageanchor li {
  display: block;
  padding-left: 0;
  margin: 0;
}

.box__pageanchor .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.box__pageanchor .selecton::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  z-index: -1;
  color: #252525;
}

.box__pageanchor .selecton select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 0;
}

.box__pageanchor .selecton select option {
  background-color: transparent;
}

@media only screen and (min-width: 1023px),
print {
  .box__pageanchor .selecton select {
    display: none;
  }
}

.box__pageanchor ul {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

@media only screen and (min-width: 1023px),
print {
  .box__pageanchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.box__pageanchor li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px;
  max-width: 33.3333334%;
  min-width: 20%;
}

.box__pageanchor li a {
  position: relative;
  display: block;
  padding: 10px 16px 30px 16px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}

.box__pageanchor li a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #7dafdd transparent transparent transparent;
}

.box__tabnav {
  padding: 16px 0;
  background-color: #ffd000;
}

@media only screen and (min-width: 1023px),
print {
  .box__tabnav {
    padding-bottom: 0;
  }
}

.box__tabnav ul,
.box__tabnav li {
  display: block;
  padding-left: 0;
  margin: 0;
}

.box__tabnav .selecton {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.box__tabnav .selecton::after {
  content: '\f078';
  font-family: 'FontAwesome';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  line-height: 1;
  z-index: -1;
  color: #252525;
}

.box__tabnav .selecton select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: 0;
}

.box__tabnav .selecton select option {
  background-color: transparent;
}

@media only screen and (min-width: 1023px),
print {
  .box__tabnav .selecton select {
    display: none;
  }
}

.box__tabnav ul {
  display: none;
  margin-left: -2px;
  margin-right: -2px;
}

@media only screen and (min-width: 1023px),
print {
  .box__tabnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.box__tabnav li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 2px;
  max-width: 50%;
  min-width: 20%;
}

.box__tabnav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #ffd000;
}

.box__tabnav li.active a {
  background-color: #fff;
}

.panel-default {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffd000;
}

.panel-default>.panel-heading {
  padding: 0;
  background-color: transparent;
  color: #252525;
  border: none;
  border-radius: 0;
}

.panel-default>.panel-heading .panel-title {
  position: relative;
}

.panel-default>.panel-heading .panel-title a,
.panel-default>.panel-heading .panel-title__opened {
  position: relative;
  display: block;
  padding: 20px 35px 20px 10px;
  color: #252525;
  text-decoration: none;
}

.panel-default>.panel-heading .panel-title a .icon,
.panel-default>.panel-heading .panel-title__opened .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  border: solid 2px #000;
}

.panel-default>.panel-heading .panel-title a .icon::before,
.panel-default>.panel-heading .panel-title__opened .icon::before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #000;
  font-size: 1em;
  position: relative;
  top: -1px;
}

.panel-default .panel-body {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0 !important;
}

.collapse_show>.panel-heading>.panel-title>a .icon::before {
  content: '\f106';
  top: -2px;
}

.box__subbox1 {
  padding: 24px;
  background-color: #f6f6f6;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox1 {
    padding: 32px;
  }
}

.box__subbox1.small_box {
  padding: 14px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox1.small_box {
    padding: 16px;
  }
}

.box__subbox1 .inner__subbox {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 16px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox1 .inner__subbox {
    padding: 24px;
  }
}

.box__subbox2 {
  padding: 24px;
  background-color: #fefcd9;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox2 {
    padding: 32px;
  }
}

.box__subbox2.small_box {
  padding: 14px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox2.small_box {
    padding: 16px;
  }
}

.box__subbox2 .inner__subbox {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 16px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox2 .inner__subbox {
    padding: 24px;
  }
}

.box__subbox3 {
  padding: 24px;
  background-color: #f0f7ff;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox3 {
    padding: 32px;
  }
}

.box__subbox3.small_box {
  padding: 14px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox3.small_box {
    padding: 16px;
  }
}

.box__subbox3 .inner__subbox {
  border: 1px #ccc solid;
  background-color: #fff;
  padding: 16px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox3 .inner__subbox {
    padding: 24px;
  }
}

.box__subbox4 {
  padding: 24px;
  border: 1px #ccc solid;
  background-color: #fff;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox4 {
    padding: 32px;
  }
}

.box__subbox4 .inner__subbox {
  background-color: #e5edf6;
  padding: 16px;
}

@media only screen and (min-width: 1023px),
print {
  .box__subbox4 .inner__subbox {
    padding: 24px;
  }
}

.list__reset ul,
.list__reset ol,
.list__reset li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list__icons li {
  margin: 0 0 .6em;
  padding: 0;
  list-style: none;
  padding-left: 1.2em;
}

.list__icons li .icon {
  position: relative;
  left: -.2em;
  margin-left: -1em;
  width: 1em;
  text-align: center;
}

.list__step {
  display: none;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.list__step li {
  text-align: center;
  position: relative;
  background: #666;
  padding: 1em 0.5em 0.2em 0.5em;
  color: #fff;
}

.list__step li span {
  display: inline-block;
  margin-right: 1em;
}

.list__step li:first-child {
  padding-top: 0.6em;
}

.list__step li:last-child {
  padding-bottom: 0.6em;
}

.list__step li:last-child:before,
.list__step li:last-child:after {
  display: none;
}

.list__step li:before,
.list__step li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  margin: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-width: 10px 60vw 0 60vw;
}

.list__step li:before {
  bottom: -8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.list__step li:after {
  bottom: -6px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  z-index: 2;
}

.list__step li.current {
  background: #0075c1;
  color: #fff;
  font-weight: bold;
}

.list__step li.current:after {
  border-color: #0075c1 transparent transparent transparent;
}

@media only screen and (min-width: 767px),
print {
  .list__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .list__step li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.2em;
    padding: 0.5em 0.5em 0.5em 2em;
    text-align: left;
  }

  .list__step li:first-child {
    padding-left: 1em;
  }

  .list__step li:last-child {
    padding-bottom: 0;
    padding-right: 1em;
  }

  .list__step li:before,
  .list__step li:after {
    width: 40px;
    height: 100%;
    top: 50%;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 5em 0 5em 40px;
  }

  .list__step li:before {
    right: -1.2em;
    border-color: transparent transparent transparent #fff;
  }

  .list__step li:after {
    right: -1em;
    border-color: transparent transparent transparent #666;
  }

  .list__step li.current:after {
    border-color: transparent transparent transparent #0075c1;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px #aaa solid;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table thead tr th {
  border-bottom-width: 1px;
  font-weight: bold;
  color: #fff;
  background-color: #252525;
}

.table thead tr td {
  border-bottom-width: 1px;
}

.table tbody::before {
  content: '';
  display: block;
  height: 2px;
  overflow: hidden;
  line-height: 1;
  background-color: #fff;
  color: transparent;
  border: 0;
}

.table tbody tr th {
  background-color: #ddd;
  vertical-align: middle;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr .thead_th {
  border-bottom-width: 1px;
  font-weight: bold;
  color: #fff;
  background-color: #252525;
}

.table__color1 th,
.table__color1 td {
  border: 0;
}

.table__color1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #498ED0;
  color: #fff;
}

.table__color1 thead tr th:first-child {
  border-left: 0;
}

.table__color1 tbody {
  border-top: 1px #252525 dotted;
}

.table__color1 tbody::before {
  display: none;
}

.table__color1 tbody tr td {
  border: 0;
  border-bottom: 1px #252525 dotted;
  border-left: 1px #ccc solid;
}

.table__color1 tbody tr td:first-child {
  border-left: 0;
}

.table__color1 tbody tr th {
  background-color: #fff;
  color: #0064B4;
  border: 0;
  border-bottom: 1px #252525 dotted;
  border-left: 1px #ccc solid;
}

.table__color1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

.table__color1 tbody tr:last-child .thead_th {
  border-bottom-color: #252525;
}

.table__color1 tbody tr th:first-child {
  border-left: 0;
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
}

.table-responsive .table tbody th,
.table-responsive .table thead th,
.table-responsive .table tfoot th {
  white-space: nowrap;
}

.table_layout_fixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .table__break_sm {
    width: 100%;
  }

  .table__break_sm tbody>tr th,
  .table__break_sm thead>tr th {
    display: block;
    width: 100%;
  }

  .table__break_sm tbody>tr td,
  .table__break_sm thead>tr td {
    display: block;
    width: 100%;
  }
}

.cmn-table01 {
  width: 100%;
  min-width: 450px;
}

.cmn-table01__th {
  width: 40%;
  padding: 1em;
  border-bottom: 1px #fff solid;
  background: #D9DEE2;
}

.cmn-table01__tr:last-child .cmn-table01__th {
  border-bottom-color: #D9DEE2;
}

@media screen and (max-width: 767px) {
  .cmn-table01__th {
    width: 50%;
  }
}

.cmn-table01__td {
  width: 30%;
  padding: 1em;
  border: #D9DEE2 solid;
  border-width: 1px;
}

@media screen and (max-width: 767px) {
  .cmn-table01__td {
    width: 25%;
  }
}

.txt__center {
  text-align: center !important;
}

.txt__right {
  text-align: right !important;
}

.txt__left {
  text-align: left !important;
}

.inline-block {
  display: inline-block;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flex-wrap.flex-xs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 321px),
print {
  .flex-wrap.flex-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-wrap.flex-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 767px),
print {
  .flex-wrap.flex-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-wrap.flex-md {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1023px),
print {
  .flex-wrap.flex-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-wrap.flex-lg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1024px),
print {
  .flex-wrap.flex-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-wrap.flex-llg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1440px),
print {
  .flex-wrap.flex-llg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-wrap .flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-wrap .flex-item.flex-shrink-none {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sentence p {
  text-indent: .5em;
}

.txt__lead {
  font-size: 2rem;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media only screen and (min-width: 1023px),
print {
  .txt__lead {
    font-size: 3.2rem;
  }
}

.txt__lead_s {
  font-size: 1.7rem;
  margin-bottom: 1em;
  line-height: 1.4;
}

@media only screen and (min-width: 1023px),
print {
  .txt__lead_s {
    font-size: 2.4rem;
  }
}

.fz__large {
  font-size: 18px;
}

.fz__small {
  font-size: 12px;
}

.fz__bold {
  font-weight: bold;
}

.color__main {
  color: #ffd000;
}

.color__sub1 {
  color: #981455;
}

.color__sub2 {
  color: #0064B4;
}

.color__sub3 {
  color: #007450;
}

.color__red {
  color: red;
}

.color__white {
  color: #fff;
}

.color__vocal {
  color: #EA6176;
}

.color__musician {
  color: #00A040;
}

.color__arrange {
  color: #0062B1;
}

.color__business {
  color: #f4c200;
}

.color__sound {
  color: #0098D8;
}

.color__voice {
  color: #7FBE26;
}

.color__dance {
  color: #E9545D;
}

.color__musical {
  color: #F29600;
}

.color__jazzpop {
  color: #AF3E92;
}

.color__piano {
  color: #90529C;
}

.color__string {
  color: #003984;
}

.color__academy {
  color: #D70054;
}

.bgcolor__vocal {
  background: #EA6176;
}

.bgcolor__musician {
  background: #00A040;
}

.bgcolor__arrange {
  background: #0062B1;
}

.bgcolor__business {
  background: #f4c200;
}

.bgcolor__sound {
  background: #0098D8;
}

.bgcolor__voice {
  background: #7FBE26;
}

.bgcolor__dance {
  background: #E9545D;
}

.bgcolor__musical {
  background: #F29600;
}

.bgcolor__jazzpop {
  background: #AF3E92;
}

.bgcolor__piano {
  background: #90529C;
}

.bgcolor__string {
  background: #003984;
}

.bgcolor__academy {
  background: #D70054;
}

.txt__gothic {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}

.txt__mincho {
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 W3 JIS2004", "Sawarabi Mincho", "Times New Roman", Times, serif;
}

.line_ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff26));
  background: linear-gradient(transparent 60%, #ffff26 60%);
}

.br__sm {
  display: none;
}

@media only screen and (min-width: 767px),
print {
  .br__sm {
    display: block;
  }
}

.br__md {
  display: none;
}

@media only screen and (min-width: 1023px),
print {
  .br__md {
    display: block;
  }
}

.br__lg {
  display: none;
}

@media only screen and (min-width: 1024px),
print {
  .br__lg {
    display: block;
  }
}

body .mrg__btm0 {
  margin-bottom: 0 !important;
}

body .mrg__btm05 {
  margin-bottom: .5em !important;
}

body .mrg__btm1 {
  margin-bottom: 1em !important;
}

body .mrg__btm2 {
  margin-bottom: 2em !important;
}

body .mrg__btm3 {
  margin-bottom: 3em !important;
}

body .mrg__btm4 {
  margin-bottom: 4em !important;
}

body .mrg__btm5 {
  margin-bottom: 5em !important;
}

body .mrg__btm6 {
  margin-bottom: 6em !important;
}

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

body .mrg__top0 {
  margin-top: 0 !important;
}

body .mrg__top05 {
  margin-top: .5em !important;
}

body .mrg__top1 {
  margin-top: 1em !important;
}

body .mrg__top2 {
  margin-top: 2em !important;
}

body .mrg__top3 {
  margin-top: 3em !important;
}
body .mrg__top21px {
  margin-top: 21px;
}

body .mrg__top_gutter {
  margin-top: 30px !important;
}

body .mrg__left0 {
  margin-left: 0 !important;
}

body .mrg__left1 {
  margin-left: 1em !important;
}

body .mrg__left2 {
  margin-left: 2em !important;
}

body .mrg__left3 {
  margin-left: 3em !important;
}

body .mrg__left_gutter {
  margin-left: 30px !important;
}

body .mrg__right0 {
  margin-right: 0 !important;
}

body .mrg__right1 {
  margin-right: 1em !important;
}

body .mrg__right2 {
  margin-right: 2em !important;
}

body .mrg__right3 {
  margin-right: 3em !important;
}

body .mrg__right_gutter {
  margin-right: 30px !important;
}

body .pad__top0 {
  padding-top: 0 !important;
}

body .pad__top1 {
  padding-top: 1em !important;
}

body .pad__top2 {
  padding-top: 2em !important;
}

body .pad__top3 {
  padding-top: 3em !important;
}

body .pad__top_gutter {
  padding-top: 30px !important;
}

body .pad__btm0 {
  padding-bottom: 0 !important;
}

body .pad__btm1 {
  padding-bottom: 1em !important;
}

body .pad__btm2 {
  padding-bottom: 2em !important;
}

body .pad__btm3 {
  padding-bottom: 3em !important;
}

body .pad__btm_gutter {
  padding-bottom: 30px !important;
}

body .pad__left0 {
  padding-left: 0 !important;
}

body .pad__left1 {
  padding-left: 1em !important;
}

body .pad__left2 {
  padding-left: 2em !important;
}

body .pad__left3 {
  padding-left: 3em !important;
}

body .pad__left_gutter {
  padding-left: 30px !important;
}

body .pad__right0 {
  padding-right: 0 !important;
}

body .pad__right1 {
  padding-right: 1em !important;
}

body .pad__right2 {
  padding-right: 2em !important;
}

body .pad__right3 {
  padding-right: 3em !important;
}

body .pad__right_gutter {
  padding-right: 30px !important;
}

@media only screen and (min-width: 767px),
print {
  body .mrg_btm_sm_0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1023px),
print {
  body .mrg_btm_md_0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px),
print {
  body .mrg_btm_lg_0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 767px),
print {
  body .pad_btm_sm_0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1023px),
print {
  body .pad_btm_md_0 {
    padding-bottom: 0 !important;
  }
}

ol.list_loweralpha {
  list-style-type: lower-alpha !important;
}

ol.list_upperalpha {
  list-style-type: upper-alpha !important;
}

ol.list_decimal {
  list-style-type: decimal !important;
  margin-left: 1.25em;
}

ul.list_disc {
  list-style-type: disc !important;
  margin-left: 1.25em;
}

.fw-n {
  font-weight: normal;
}

/*
  debug with breakpoint
*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

body {
  background-color: #fff;
  color: #252525;
  padding-bottom: 50px;
}

@media only screen and (min-width: 767px),
print {
  body {
    padding-bottom: 0;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  opacity: 0.6;
}

ol,
ul {
  padding-left: 0;
  list-style: none;
}

ol li,
ul li {
  padding-left: 0;
}

/* numberタイプの上下ボタンを非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.h1,
h1 {
  margin-top: 0;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 1023px),
print {

  .h1,
  h1 {
    font-size: 3.8rem;
  }
}

.h2,
h2 {
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 1023px),
print {

  .h2,
  h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5em;
  }
}

.h3,
h3 {
  margin-top: 0;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 1023px),
print {

  .h3,
  h3 {
    font-size: 2.2rem;
    margin-bottom: 1.3em;
  }
}

.h4,
h4 {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 1023px),
print {

  .h4,
  h4 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
}

.h5,
h5 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}

@media only screen and (min-width: 1023px),
print {

  .h5,
  h5 {
    font-size: 1.6rem;
    margin-bottom: 1.2em;
  }
}

figcaption {
  display: block;
  padding-top: 0.2em;
  font-size: 1.1rem;
  color: #999;
  text-align: center;
}

.box__section {
  margin-bottom: 50px;
}

.box__section>.box__section {
  margin-bottom: 25px;
}

.box__section:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1023px),
print {
  .box__section {
    margin-bottom: 80px;
  }

  .box__section>.box__section {
    margin-bottom: 40px;
  }

  .box__section:last-child {
    margin-bottom: 0;
  }
}

.inner {
  width: 100%;
  max-width: 1020px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

*:last-child {
  margin-bottom: 0;
}

.fa-file-pdf-o {
  color: red;
}

.fa-file-word-o {
  color: blue;
}

.fa-file-excel-o {
  color: green;
}

.g__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

@media only screen and (min-width: 769px),
print {
  .g__header {
    height: 75px;
  }
}

@media only screen and (max-width: 768px),
print {
  .g__header {
    height: 50px;
  }
}

.g__header .ttl {
  display: none;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .g__header .ttl {
    display: none;
  }
}

.g__header .ttl img {
  max-width: 330px;
}

.g__header .list__icons {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}

.g__header .list__icons>li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0 14px;
  list-style: none;
  height: 70px;
  text-align: center;
}

.g__header .list__icons>li img {
  height: 100%;
}

.g__header .list__icons .has_children {
  position: relative;
}

.g__header .list__icons .has_children .sub_menu {
  position: fixed;
  width: 180px;
  background: #eee;
  top: 70px;
  right: 100px;
  z-index: 2;
  display: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.g__header .list__icons .has_children .sub_menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 38px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}

.g__header .list__icons .has_children .sub_menu li {
  padding: 0;
  margin: 0;
  position: relative;
  text-align: left;
}

.g__header .list__icons .has_children .sub_menu li a:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 17px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
}

.g__header .list__icons .has_children .sub_menu a {
  color: #252525;
  padding: 10px 15px 10px 25px;
}

.g__header .list__icons .has_children:hover ul {
  display: block;
}

.g__header .list__icons .has_children li a:hover,
.g__header .list__icons .has_children li a:focus {
  background: #0075c1;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.g__header .list__icons a {
  display: block;
  width: 100%;
  height: 100%;
}

.g__header .list__icons>li:nth-child(1),
.g__header .list__icons>li:nth-child(2) {
  display: block;
}

.g__header .list__icons>li:nth-child(2) {
  position: relative;
}

.g__header .list__icons>li:nth-child(2)::before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  border-right: 1px #ccc dotted;
}

.g__header .list__icons>li:nth-child(2)::before {
  left: 0;
}

.g__header .list__icons>li:nth-child(3) {
  position: relative;
}

.g__header .list__icons>li:nth-child(3)::before,
.g__header .list__icons>li:nth-child(3)::after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  border-right: 1px #ccc dotted;
}

.g__header .list__icons>li:nth-child(3)::before {
  left: 0;
}

.g__header .list__icons>li:nth-child(3)::after {
  right: 0;
}

.g__header .list__icons>li:last-child {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  .g__header .list__icons {
    width: auto;
  }

  .g__header .list__icons>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 4px;
  }

  .g__header .list__icons>li:nth-child(1),
  .g__header .list__icons li:nth-child(2) {
    display: none;
  }

  .g__header .list__icons>li:nth-child(3),
  .g__header .list__icons li:nth-child(4) {
    display: none;
  }

  .g__header .list__icons>li:last-child {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .g__header .list__icons>li:last-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(21deg,rgba(189, 227, 255, 1) 0%, rgba(214, 208, 247, 1) 100%);
  }

  .g__header .list__icons>li.header_oc_enter {
    padding-left: 0;
  }

  .g__header .list__icons>li.header_oc_enter a {
    background-color: #45A36B;
  }
}

@media only screen and (min-width: 769px),
print {
  .g__header .list__icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
  }

  .g__header .list__icons>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
  }

  .g__header .list__icons>li img {
    height: 100%;
  }
}

.g__header .img_logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 390px;
}

@media only screen and (max-width: 768px),
print {
  .g__header .img_logo {
    max-width: 250px;
  }
}

@media only screen and (min-width: 769px),
print {
  .g__header .img_logo {
    max-width: 390px;
  }
}

.g__header .left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px),
print {
  .g__header .left {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 70px;
    width: calc(100% - 70px);
  }
}

@media only screen and (min-width: 769px),
print {
  .g__header .left {
    height: 65px;
  }
}

.g__header .btn__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 12;
  height: 65px;
  border-left: 1px #ccc solid;
}

@media only screen and (max-width: 768px),
print {
  .g__header .btn__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-left: 0;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 480px),
print {
  .g__header .btn__menu {
    width: 70px;
    height: 70px;
  }
}

.g__header .btn__menu a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.g__header .btn__menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  display: block;
  width: 26px;
  height: 1px;
  background-color: #252525;
}

.g__header .btn__menu span:nth-child(1) {
  margin-top: -10px;
}

.g__header .btn__menu span:nth-child(3) {
  margin-top: 10px;
}

.g__header .btn__menu.active {
  border-left: 0;
}

.g__header .btn__menu.active span:nth-child(1) {
  -webkit-animation: bar1 0.5s forwards;
  animation: bar1 0.5s forwards;
}

.g__header .btn__menu.active span:nth-child(2) {
  -webkit-animation: bar2 0.5s forwards;
  animation: bar2 0.5s forwards;
}

.g__header .btn__menu.active span:nth-child(3) {
  -webkit-animation: bar3 0.5s forwards;
  animation: bar3 0.5s forwards;
}

.btn__menu {
  display: block;
  position: relative;
  z-index: 12;
  margin-left: 20px;
  width: 65px;
  height: 65px;
  border-left: 1px #ccc solid;
}

.btn__menu a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn__menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  display: block;
  width: 26px;
  height: 1px;
  background-color: #252525;
}

.btn__menu span:nth-child(1) {
  margin-top: -10px;
}

.btn__menu span:nth-child(3) {
  margin-top: 10px;
}

.btn__menu.active {
  border-left: 0;
}

.btn__menu.active span:nth-child(1) {
  -webkit-animation: bar1 0.5s forwards;
  animation: bar1 0.5s forwards;
}

.btn__menu.active span:nth-child(2) {
  -webkit-animation: bar2 0.5s forwards;
  animation: bar2 0.5s forwards;
}

.btn__menu.active span:nth-child(3) {
  -webkit-animation: bar3 0.5s forwards;
  animation: bar3 0.5s forwards;
}

@-webkit-keyframes bar1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes bar1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes bar2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes bar2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes bar3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes bar3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}

.special-document-request-btn {
  position: absolute;
  left: -50px;
  bottom: 100%;
  display: inline-block;
  color: blue;
  background: #fff;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}

.special-document-request-btn.is-active {
  opacity: 1;
  pointer-events: inherit;
}

@media only screen and (min-width: 769px),
print {
  .special-document-request-btn {
    display: none;
  }
}

.btn__toggle_oc {
  display: none;
  position: fixed;
  z-index: 100;
  right: 10px;
  width: 80px;
  height: 80px;
  -webkit-transition: border-radius .2s ease-in, width .2s ease-in, height .2s ease-in;
  transition: border-radius .2s ease-in, width .2s ease-in, height .2s ease-in;
}

@media only screen and (max-width: 768px){
  .btn__toggle_oc {
    display: none !important;
  }
}

@media only screen and (min-width: 1023px){
  .btn__toggle_oc {
    bottom: 21.5px;
  }
}

@media only screen and (max-width: 1022px){
  .btn__toggle_oc {
    bottom: 71.5px;
  }
}

.btn__toggle_oc:has(.open) {
  bottom: 10px;
}

.btn__toggle_oc.scroll {
  right: 100px;
}

.btn__toggle_oc a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

.btn__toggle_oc a.open {
  border-radius: 0;
  width: 588px;
  height: 148px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.btn__toggle_oc a.open img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.btn__toggle_oc a.open .shrink_img,
.btn__toggle_oc a:not(.open) .expand_img{
  display: none;
}

.btn__toggle_oc a.open_oc {
  border-radius: 0;
  width: 210px;
  height: 80px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.btn__toggle_oc a.open_oc img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.btn__toggle_oc a:hover {
  opacity: 1;
}

#btn_oc_close {
  width: 9.865%;
  height: 39.19%;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1023px),
print {
  .btn__toggle_oc {
    display: block;
  }
}

.pagetop {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 9990;
  width: 80px;
  height: 80px;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  text-align: left;
  background-image: url("/img/btn_pagetop_sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: transparent;
}

.pagetop.in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 1023px),
print {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9990;
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    text-align: left;
    background-image: url("/img/btn_pagetop_sp.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-color: transparent;
  }
}

.g__footer {
  background-color: #252525;
  color: #fff;
  padding-bottom: 75px;
}

@media only screen and (min-width: 767px),
print {
  .g__footer {
    padding-bottom: 0;
  }
}

.g__footer a {
  color: #fff;
}

.g__footer .nav__footer {
  padding: 12px 0;
}

.g__footer .nav__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.g__footer .nav__footer ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  list-style: none;
  width: 50%;
  padding: 8px 0;
}

.g__footer .nav__footer ul a {
  display: block;
  padding: 1px 4px;
  text-align: center;
  font-size: 1.3rem;
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}

.g__footer .nav__footer ul li:nth-child(even) a {
  border-left: 0;
}

@media only screen and (min-width: 1024px),
print {
  .g__footer .nav__footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }

  .g__footer .nav__footer ul a {
    border-left: 0;
  }

  .g__footer .nav__footer ul li:nth-child(1) a {
    border-left: 1px #fff solid;
  }
}

.g__footer .box__sub {
  padding: 20px 0;
  border-top: 1px #fff solid;
  font-size: 1rem;
}

@media only screen and (min-width: 1024px),
print {
  .g__footer .box__sub .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.g__footer .sub__menu {
  display: block;
  padding-left: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}

.g__footer .sub__menu li {
  display: inline-block;
  padding-left: 0;
}

.g__footer .sub__menu li::before {
  content: '/';
  margin-right: 5px;
  margin-left: 3px;
}

.g__footer .sub__menu li:first-child::before {
  content: '';
  margin-right: 0;
}

.g__footer .sub__menu2 {
  display: block;
  padding-left: 0;
  margin-left: 4px;
  margin-bottom: 15px;
}

.g__footer .sub__menu2 li {
  display: inline-block;
  padding-left: 0;
  font-size: 13px !important;
  margin-right: 8px;
}

.g__footer .sub__menu2 li::before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.g__navi {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.g__navi .menu__in {
  margin: 0 auto;
  padding: 5px 15px;
  max-width: 700px;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .menu__in {
    padding: 20px 15px;
  }
}

.g__navi .ttl__menu {
  width: 160px;
  margin-bottom: 15px;
}

.g__navi .ttl__menu_logo {
  margin: 0 0 10px;
  width: 100%;
  max-width: 250px;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .ttl__menu_logo {
    margin: 0 0 15px;
    max-width: 370px;
  }
}

.g__navi .list__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .list__btns {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.g__navi .list__btns li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  width: 33.333334%;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .list__btns li {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.g__navi .list__btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.g__navi .list__btns a span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  width: 100%;
}

.g__navi .menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 8px;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .menu__main {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.g__navi .menu__main>li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}

.g__navi .menu__main>li .has__chidl_main_menu {
  position: relative;
}

.g__navi .menu__main>li>a,
.g__navi .menu__main>li .has__chidl_main_menu>a {
  position: relative;
  display: block;
  padding-bottom: 4px;
  padding-right: 1.2rem;
  border-bottom: 1px #252525 solid;
  font-weight: bold;
  font-size: 1.2rem;
  color: #252525;
}

@media only screen and (min-width: 1023px),
print {

  .g__navi .menu__main>li>a,
  .g__navi .menu__main>li .has__chidl_main_menu>a {
    font-size: 1.9rem;
  }
}

.g__navi .menu__main .btn__top a::after {
  content: '\f105';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.g__navi .menu__main .has__chidl_main_menu {
  position: relative;
}

.g__navi .menu__main .has__chidl_main_menu .ico {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 30px;
}

.g__navi .menu__main .has__chidl_main_menu .ico::before {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1.9rem;
}

.g__navi .menu__main .has__chidl_main_menu.open .ico::before {
  content: '\f106';
}

.g__navi .menu__main .submenu {
  display: none;
  padding-top: 10px;
}

.g__navi .menu__main .submenu .ttl__submenu_block {
  margin: 0;
  font-weight: bold;
}

.g__navi .menu__main .submenu ol,
.g__navi .menu__main .submenu li {
  display: block;
  padding-left: 0;
}

.g__navi .menu__main .submenu a {
  color: #252525;
}

.g__navi .menu__main .submenu a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 4px;
}

.g__navi .menu__main .submenu_block {
  margin-bottom: 10px;
}

.g__navi .menu__sub {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 12px;
  font-size: 12px;
}

@media only screen and (min-width: 1023px),
print {
  .g__navi .menu__sub {
    font-size: 14px;
  }
}

.g__navi .menu__sub>li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.g__navi .menu__sub>li>a,
.g__navi .menu__sub>li .has__chidl_main_menu {
  display: block;
  border: 1px #252525 solid;
  color: #252525;
  border-radius: 20px;
}

.g__navi .menu__sub>li>a .in,
.g__navi .menu__sub>li .has__chidl_main_menu .in {
  display: block;
  padding: 6px 10px;
  text-align: center;
}

.g__navi .menu__sub .has__chidl_main_menu {
  position: relative;
}

.g__navi .menu__sub .has__chidl_main_menu .ico {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 30px;
}

.g__navi .menu__sub .has__chidl_main_menu .ico::before {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1.9rem;
}

.g__navi .menu__sub .has__chidl_main_menu.open .ico::before {
  content: '\f106';
}

.g__navi .menu__sub .submenu {
  display: none;
  padding-top: 10px;
}

.g__navi .menu__sub .submenu .ttl__submenu_block {
  margin: 0;
  font-weight: bold;
}

.g__navi .menu__sub .submenu ol,
.g__navi .menu__sub .submenu li {
  display: block;
  padding-left: 0;
}

.g__navi .menu__sub .submenu a {
  color: #252525;
}

.g__navi .menu__sub .submenu a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 4px;
}

.g__navi .menu__sub .submenu_block {
  margin-bottom: 10px;
}

.g__navi .menu__contact ul {
  padding: 0;
}

.g__navi .menu__contact ul li {
  list-style-type: none;
}

.g__navi .menu__contact ul li a {
  color: white;
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.g__navi .menu__contact ul li:nth-child(1) a {
  background: #B00004;
}

.g__navi .menu__contact ul li:nth-child(2) a {
  float: left;
  width: 49%;
  background: #E02B8E;
}

.g__navi .menu__contact ul li:nth-child(3) a {
  float: right;
  width: 49%;
  background: #E66826;
}

.g__navi .menu__language {
  font-size: 12px;
  margin-top: 2px;
  padding: 2px 2px;
  background-color: #f0f7ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g__navi .menu__language .ttl__menu_language {
  display: block;
  margin-top: 8px;
  margin-right: 10px;
}

.g__navi .menu__language .ttl__menu_language img {
  width: 82px;
  height: auto;
}

.g__navi .menu__language .foreign_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g__navi .menu__language .btn_foreign {
  font-size: 12px;
  margin: 0 4px;
  padding: 10px 4px;
  text-align: center;
  display: inline-block;
  color: #252525;
  text-decoration: none;
}

.g__navi .menu__language .btn_foreign::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.g__navi .menu__language .btn_foreign:hover {
  background-color: #ffd000;
  opacity: inherit;
}

@media only screen and (min-width: 767px),
print {
  .g__navi .menu__language .ttl__menu_language {
    margin-top: 8px;
    margin-right: 20px;
  }

  .g__navi .menu__language .ttl__menu_language img {
    width: 110px;
  }

  .g__navi .menu__language .btn_foreign {
    font-size: 14px;
    margin: 0 4px;
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 479px) {
  .g__navi .menu__language {
    display: block;
  }

  .g__navi .menu__language .ttl__menu_language {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.g__navi .btn__close {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #252525;
}

@media only screen and (max-width: 768px) {
  .g__navi .btn__close {
    position: fixed;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.g__navi .btn__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.g__navi .btn__close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show_gnavi,
.show_gnavi body {
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  80% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  80% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
  }
}

.contents .cont__header {
  padding-top: 765px;
  padding-top: 400px;
  position: relative;
}

.contents .cont__header:before {
  display: block;
  content: "";
  background-color: #ffd000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contents .cont__header .ttl {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.contents .cont__header .ttl h1 {
  display: inline-block;
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__header .ttl h1 {
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: 0;
  }
}

.contents .cont__header .ttl h2 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__header .ttl h2 {
    font-size: 22px;
  }
}

.contents .cont__header .ttl P {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__header .ttl P {
    font-size: 15px;
  }
}

.contents .cont__header .nav {
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__header .nav {
    display: none;
  }
}

.contents .cont__header .nav>ul {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  max-width: none;
  background-color: #ffd000;
}

.contents .cont__header .nav>ul>li {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.contents .cont__header .nav>ul>li:first-child .g_nav:before {
  display: none;
}

.contents .cont__header .nav>ul>li .g_nav {
  position: relative;
}

.contents .cont__header .nav>ul>li .g_nav:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #252525;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.contents .cont__header .nav>ul>li .g_nav>a {
  font-size: 17px;
  color: #252525;
  position: relative;
}

.contents .cont__header .nav>ul>li .g_nav>a:hover {
  text-decoration: none;
}

.contents .cont__header .nav>ul>li.active .g_nav>a:after {
  display: block;
  content: "";
  background-color: #252525;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
}

.contents .cont__header .nav .nav_ro {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  text-align: left;
  padding: 30px 30px 0;
  display: none;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  z-index: 10;
  border-bottom: solid 1px #ddd;
}

.contents .cont__header .nav .nav_ro h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.contents .cont__header .nav .nav_ro h3:before {
  color: #D6E4ED;
  content: "■ ";
  margin-right: 5px;
}

.contents .cont__header .nav .nav_ro ol {
  padding: 0 10px;
  margin-bottom: 40px;
}

.contents .cont__header .nav .nav_ro ol li {
  padding-left: 20px;
  text-indent: -8px;
  padding-bottom: 5px;
}

.contents .cont__header .nav .nav_ro ol li:before {
  content: ">";
  display: inline-block;
  padding-right: 7px;
}

.contents .cont__header .nav .nav_ro ol li a {
  color: #252525;
}

.contents .cont__under__header {
  position: relative;
  padding-top: 60px;
}

.contents .cont__under__header.in {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__under__header {
    padding-top: 0;
  }
}

.contents .cont__under__header .nav {
  background-color: #ffd000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__under__header .nav {
    display: none;
    height: 0;
  }
}

.contents .cont__under__header .nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
}

.contents .cont__under__header .nav>ul>li {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.contents .cont__under__header .nav>ul>li .g_nav {
  position: relative;
}

.contents .cont__under__header .nav>ul>li .g_nav:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #252525;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.contents .cont__under__header .nav>ul>li .g_nav>a {
  font-size: 17px;
  color: #252525;
  position: relative;
}

.contents .cont__under__header .nav>ul>li .g_nav>a:hover {
  text-decoration: none;
}

.contents .cont__under__header .nav>ul>li.active .g_nav>a:after {
  display: block;
  content: "";
  background-color: #252525;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
}

.contents .cont__under__header .nav>ul>li:last-child .g_nav::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #252525;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.contents .cont__under__header .nav .nav_ro {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  text-align: left;
  padding: 30px 30px 0;
  display: none;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  z-index: 10;
  border-bottom: solid 1px #ddd;
}

.contents .cont__under__header .nav .nav_ro h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.contents .cont__under__header .nav .nav_ro h3:before {
  color: #D6E4ED;
  content: "■ ";
  margin-right: 5px;
}

.contents .cont__under__header .nav .nav_ro ol {
  padding: 0 10px;
  margin-bottom: 40px;
}

.contents .cont__under__header .nav .nav_ro ol li {
  padding-left: 20px;
  text-indent: -8px;
  padding-bottom: 5px;
}

.contents .cont__under__header .nav .nav_ro ol li:before {
  content: ">";
  display: inline-block;
  padding-right: 7px;
}

.contents .cont__under__header .nav .nav_ro ol li a {
  color: #252525;
}

.contents .bg__lblue {
  background-color: #f4f8fb;
}

.contents .cont__footer {
  padding: 0 0 60px;
}

.contents .cont__footer .inner {
  border-top: solid 1px #252525;
  padding-top: 40px;
}

.contents .cont__footer .ttl {
  max-width: 500px;
  width: 100%;
  margin: 20px auto;
}

.contents .cont__footer .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 577px),
print {
  .contents .cont__footer .bnr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.contents .cont__footer .bnr li {
  max-width: 290px;
}

@media only screen and (max-width: 577px),
print {
  .contents .cont__footer .bnr li {
    margin: 0 auto 30px;
  }
}

.contents .breadcrumb {
  width: 100%;
  max-width: 1020px;
  padding: 10px 20px 0;
  margin: 0 auto;
}

.contents .breadcrumb a {
  text-decoration: none;
  color: #777;
}

.contents .cont__subnav_area {
  margin: 70px 0;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__subnav_area {
    margin: 30px 0;
  }
}

.contents .cont__subnav {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__subnav {
    display: block;
  }
}

.contents .cont__subnav li {
  display: table;
  margin-top: 15px;
  position: relative;
  text-align: center;
  /*&:after {
				content: "\f105";
				font-family: "FontAwesome";
				position: absolute;
				top: 35%;
				right: 10px;
				font-size: 170%;
				display: block;
				width: 1em;
				height: 1em;
				line-height: 1;
				@media only screen and (max-width:1024px), print {
					right: 3px;
				}
				@media only screen and (max-width:768px), print {
					content: "\f105";
					top: 30%;
				}
			}*/
}

.contents .cont__subnav li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  background-color: #DDE5E8;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__subnav li a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

.contents .cont__subnav li a:hover {
  background-color: #ffd000;
  opacity: inherit;
}

@media only screen and (max-width: 768px),
print {
  .contents .cont__subnav li a br {
    display: none;
  }
}

.contents .cont__subnav .active a {
  color: #252525;
  background-color: #ffd000;
}

.contents .cont__subnav .active:after {
  color: #252525;
}

.contents .col5 li {
  width: 19%;
}

@media only screen and (max-width: 768px),
print {
  .contents .col5 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.contents .col5::before {
  content: "";
  display: block;
  width: 19%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.contents .col5::after {
  content: "";
  display: block;
  width: 19%;
}

.contents .col4 li {
  width: 24%;
}

@media only screen and (max-width: 768px),
print {
  .contents .col4 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.contents .col4::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.contents .col4::after {
  content: "";
  display: block;
  width: 24%;
}

.contents .col3 li {
  width: 32%;
}

@media only screen and (max-width: 768px),
print {
  .contents .col3 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.contents .col3::after {
  content: "";
  display: block;
  width: 32%;
}

.contents .col2 li {
  width: 49.3%;
}

@media only screen and (max-width: 768px),
print {
  .contents .col2 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.contents .page_mainttl {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .contents .page_mainttl {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.contents .page_mainttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  .contents .page_mainttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  .contents .page_mainttl span {
    font-size: 24px;
  }
}

#about .cont__header {
  background: url(../about/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#about .sec_1 {
  padding: 80px 0 80px;
}

#about .sec_1 h1 {
  max-width: 417px;
  margin: 0 auto 40px;
}

#about .sec_1 h2 {
  max-width: 417px;
  margin: 0 auto 30px;
}

#about .sec_1 p {
  max-width: 417px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

#about .sec_2 {
  padding-bottom: 80px;
}

#about .sec_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

#about .sec_2 ul li {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 577px),
print {
  #about .sec_2 ul li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

#about .sec_2 ul li a {
  color: #252525;
}

#about .sec_2 ul li a p {
  border: solid 2px #252525;
  padding: 0.9em 2em;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}

#about .sec_2 ul li a p.emphasis_button {
  background-color: #ffd000;
  border: 2px solid #252525;
  padding: 28px 10px 26px 8%;
  text-align: left;
}

#about .sec_2 ul li a p.emphasis_button img{
  max-width: 596px;
  width: 84.6%;
}

#about .sec_2 ul li a p.emphasis_button::after {
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_2 ul li a p.emphasis_button {
    padding: 23px 30px 26px 3%;
  }

  #about .sec_2 ul li a p.emphasis_button img{
    width: 98%;
    max-width: none;
  }
}

@media only screen and (max-width: 1024px),
print {
  #about .sec_2 ul li a p {
    padding: 0.9em 1em 0.9em 0.5em;
    font-size: 16px;
  }
}

#about .sec_2 ul li a p:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 120%;
  margin-top: -0.5em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@media only screen and (max-width: 1024px),
print {
  #about .sec_2 ul li a p:after {
    right: 3px;
  }
}

#about .sec_3 {
  padding-top: 100px;
}

#about .sec_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about .sec_3 ul li {
  width: 48%;
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_3 ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}

#about .sec_3 ul li a {
  display: block;
}

#about .sec_3 ul li a:hover:not(.nover) {
  opacity: 1;
  text-decoration: none;
}

#about .sec_3 ul li a:hover:not(.nover) .txt {
  opacity: 1;
}

#about .sec_3 ul li a:hover.nover {
  opacity: 0.7;
  text-decoration: none;
}

#about .sec_3 ul li span h4 {
  text-align: center;
  position: relative;
  font-size: 25px;
  background-color: #ffd000;
  padding: 20px 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 577px),
print {
  #about .sec_3 ul li span h4 {
    margin-top: 0;
    font-size: 22px;
  }
}

#about .sec_3 ul li span h4:hover {
  opacity: 0.7;
}

#about .sec_3 ul li span h4 strong {
  font-size: 17px;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  bottom: 3px;
}

@media only screen and (max-width: 577px),
print {
  #about .sec_3 ul li span h4 strong {
    display: block;
    text-align: center;
  }
}

#about .sec_3 ul li span h4:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  display: block;
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 1;
}

@media only screen and (max-width: 577px),
print {
  #about .sec_3 ul li span h4:after {
    right: 10px;
  }
}

#about .sec_3 ul li .txt {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffd000;
}

@media only screen and (min-width: 1023px),
print {
  #about .sec_3 ul li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    color: #fff;
    background: url(../about/img/bg_gra.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding: 20px;
  }

  #about .sec_3 ul li .txt a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#about .sec_3 ul li a {
  color: #252525;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_3 ul li a.txt__link {
    display: none;
  }
}

#about .sec_3 ul li.view_pc {
  display: block;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_3 ul li.view_pc {
    display: none;
  }
}

#about .sec_3 ul li.view_sm {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_3 ul li.view_sm {
    display: block;
  }
}

#about .sec_3 ul li .panel-default {
  padding: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  #about .sec_3 ul li .panel-default {
    margin-top: 0;
  }
}

#about .sec_3 ul li .panel-default h4 {
  text-align: center;
  position: relative;
  font-size: 25px;
}

#about .sec_3 ul li .panel-default h4 strong {
  font-size: 17px;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  bottom: 3px;
}

@media only screen and (max-width: 577px),
print {
  #about .sec_3 ul li .panel-default h4 strong {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 1023px),
print {
  #about .sec_3 ul li .panel-default h4 .icon {
    border: none;
    display: block;
    width: 1em;
    height: 1em;
  }

  #about .sec_3 ul li .panel-default h4 .icon:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 1;
  }
}

#about .sec_3 ul li .collapse_show>.panel-heading>.panel-title>a .icon::before {
  content: "\f106";
  top: -2px;
}

@media only screen and (min-width: 767px),
print {
  #about .sec_3 ul li .collapse {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0.9;
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

#about .sec_3 ul li.bnr .ttl {
  font-family: "Montserrat";
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}

#about .sec_3 ul li.bnr .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#about .sec_3 ul li.bnr .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#about .sec_3 ul li.bnr a {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
}

#about .mdsublist {
  list-style: disc;
  margin-left: 20px;
}

#about .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

#about .page_ttl_2 {
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl {
    margin-bottom: 30px;
  }
}

#about .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #about .page_ttl span {
    font-size: 24px;
  }
}

#about .page_ttl_subtxt {
  text-align: center;
  font-size: 22px;
  margin: 10px 0 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl_subtxt {
    font-size: 16px;
    margin: 5px 0 40px 0;
    text-align: left;
  }
}

#about .feature_num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#about .ttl_style1 {
  font-size: 26px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 5px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #about .ttl_style1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #ffd000;
  }
}

#about .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #about .secttl {
    margin-bottom: 30px;
  }
}

#about .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #about .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
  }
}

#about .btn_ex {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
}

@media only screen and (max-width: 768px),
print {
  #about .btn_ex {
    font-size: 15px;
  }
}

#about .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#about .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#about .btn_style1 {
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #about .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#about .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#about .btn_style1:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#about .side .side_course {
  padding-bottom: 15px;
}

#about .side .side_course ul li {
  margin-top: 10px;
}

#about .side .side_course ul li a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #d9dee2;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#about .side .side_course ul .vo .active,
#about .side .side_course ul .vo a:hover {
  color: #fff;
  background-color: #EA6176;
}

#about .side .side_course ul .pm .active,
#about .side .side_course ul .pm a:hover {
  color: #fff;
  background-color: #00A040;
}

#about .side .side_course ul .jp .active,
#about .side .side_course ul .jp a:hover {
  color: #fff;
  background-color: #AF3E92;
}

#about .side .side_course ul .ac .active,
#about .side .side_course ul .ac a:hover {
  color: #fff;
  background-color: #0062B1;
}

#about .side .side_course ul .mb .active,
#about .side .side_course ul .mb a:hover {
  color: #fff;
  background-color: #f4c200;
}

#about .side .side_course ul .sv .active,
#about .side .side_course ul .sv a:hover {
  color: #fff;
  background-color: #0098D8;
}

#about .side .side_course ul .va .active,
#about .side .side_course ul .va a:hover {
  color: #fff;
  background-color: #7FBE26;
}

#about .side .side_course ul .da .active,
#about .side .side_course ul .da a:hover {
  color: #fff;
  background-color: #E9545D;
}

#about .side .side_course ul .mu .active,
#about .side .side_course ul .mu a:hover {
  color: #fff;
  background-color: #F29600;
}

#about .side .side_course ul .pf .active,
#about .side .side_course ul .pf a:hover {
  color: #fff;
  background-color: #90529C;
}

#about .side .side_course ul .wo .active,
#about .side .side_course ul .wo a:hover {
  color: #fff;
  background-color: #003984;
}

#about .side .side_course ul .acc .active,
#about .side .side_course ul .acc a:hover {
  color: #fff;
  background-color: #D70054;
}

#about .side .side_course ul .eb .active,
#about .side .side_course ul .eb a:hover {
  color: #fff;
  background-color: #666;
}

#about .side .all_btn {
  margin: 0;
}

#about .side .all_btn a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #d9dee2;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#about #message {
  padding-top: 120px;
}

@media only screen and (max-width: 768px),
print {
  #about #message {
    padding-top: 60px;
  }
}

#about #message .sec01 {
  padding: 0 0 30px 0;
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 {
    padding: 0 0 10px 0;
  }
}

#about #message .sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 .inner {
    display: block;
  }
}

#about #message .sec01 .inner h2 {
  margin: 15% 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 .inner h2 {
    margin: 10px;
  }
}

#about #message .sec01 .inner .name {
  margin-top: 50px;
  font-size: 150%;
  text-align: right;
}

@media only screen and (max-width: 768px),
print {
  #about #message .sec01 .inner .name {
    font-size: 120%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 .inner .name {
    margin: 10px 0;
    font-size: 110%;
  }
}

#about #message .sec01 .inner .name small {
  font-size: 70%;
}

#about #message .sec01 .inner .txt_area {
  width: 45%;
}

@media only screen and (max-width: 768px),
print {
  #about #message .sec01 .inner .txt_area {
    width: 48%;
  }
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 .inner .txt_area {
    width: 100%;
  }
}

#about #message .sec01 .inner .img_area {
  width: 45%;
}

@media only screen and (max-width: 768px),
print {
  #about #message .sec01 .inner .img_area {
    width: 48%;
  }
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec01 .inner .img_area {
    width: 100%;
  }
}

#about #message .sec02 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #about #message .sec02 {
    padding-bottom: 30px;
  }
}

#about #overview {
  padding: 80px 0 0;
}

@media only screen and (max-width: 768px),
print {
  #about #overview {
    padding: 40px 0 20px;
  }
}

#about #overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 768px),
print {
  #about #overview .wrap {
    display: block;
  }
}

#about #overview .leftwrap {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #about #overview .leftwrap {
    width: 100%;
  }
}

#about #overview .table_style1 {
  width: 100%;
}

#about #overview .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607a89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#about #overview .table_style1 tbody {
  border-top: none;
}

#about #overview .table_style1 tbody tr td {
  border-bottom: 1px #d9dee2 solid;
  border-left: 1px #d9dee2 solid;
  padding: 10px;
}

#about #overview .table_style1 tbody tr th {
  background-color: #d9dee2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#about #overview .table_style1 tbody tr .thead_th {
  background-color: #498ed0;
  color: #fff;
  border-bottom-color: #fff;
}

#about #overview .outline {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #about #overview .outline {
    margin-bottom: 30px;
  }
}

#about #overview .adjoining {
  margin-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #about #overview .adjoining {
    margin-bottom: 30px;
  }
}

#about #overview .adjoining .pc {
  padding-bottom: 10px;
}

@media only screen and (max-width: 577px),
print {
  #about #overview .adjoining .pc {
    display: none;
  }
}

#about #overview .adjoining .pc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 577px),
print {
  #about #overview .adjoining .pc h3 {
    font-size: 16px;
  }
}

#about #overview .adjoining .pc h3::before {
  content: "●";
  color: #ffd000;
  margin-right: 5px;
}

#about #overview .adjoining .pc p {
  margin: 0;
}

#about #overview .adjoining .pc table {
  margin-bottom: 10px;
}

#about #overview .adjoining .pc table th {
  font-weight: normal;
  padding-left: 20px;
}

#about #overview .adjoining .pc table td {
  padding-left: 10px;
}

#about #overview .adjoining .sp {
  display: none;
}

@media only screen and (max-width: 577px),
print {
  #about #overview .adjoining .sp {
    display: block;
  }
}

#about #overview .history {
  width: 48%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #about #overview .history {
    width: 100%;
    margin-bottom: 30px;
  }
}

#about .voice-block {
  margin-bottom: 30px;
}

#about .voice-block__head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.8em;
  font-family: "Montserrat";
  font-size: 24px;
}

#about .voice-block__head::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f111";
  font-family: "FontAwesome";
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#about .voice-block .voice-wrap {
  background: #fff;
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap {
    padding: 20px;
  }
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .profile .personal_info {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .profile .personal_info {
    margin-bottom: 20px;
    text-align: center;
  }
}

#about .voice-block .voice-wrap .voice-block__intro .intro__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .intro__name {
    font-size: 18px;
  }
}

#about .voice-block .voice-wrap .voice-block__intro .transfer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer .arrow {
    margin-right: 0.8em;
    margin-left: 1em;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer .arrow {
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1.1;
  }
}

#about .voice-block .voice-wrap .voice-block__intro .transfer .arrow::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1;
  content: "\f067";
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer .plus {
    margin-right: 0.8em;
    margin-left: 1em;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__intro .transfer .plus {
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1.1;
  }
}

#about .voice-block .voice-wrap .voice-block__intro .transfer .plus::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1;
  content: "\f067";
}

#about .voice-block .voice-wrap .voice-block__intro .transfer .transfer_destination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#about .voice-block .voice-wrap .voice-block__intro .transfer .transfer_destination .transfer__year {
  min-width: 100px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#about .voice-block .voice-wrap .voice-block__desc {
  border-top: 1px dashed #252525;
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__desc {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__desc {
    margin-bottom: 10px;
    padding-top: 1em;
  }
}

#about .voice-block .voice-wrap .voice-block__desc .ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  color: #82abcf;
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__desc .ttl {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__desc .ttl {
    margin-bottom: 0.5em;
  }
}

#about .voice-block .voice-wrap .voice-block__img {
  text-align: center;
}

@media only screen and (min-width: 767px),
print {
  #about .voice-block .voice-wrap .voice-block__img {
    width: 207px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about .voice-block .voice-wrap .voice-block__img {
    margin-bottom: 15px;
  }
}

#about .voice-block .voice-block__head::before {
  color: #82abcf;
}

#about .voice-block .voice-block__intro .transfer .arrow::after,
#about .voice-block .voice-block__intro .transfer .plus::after {
  color: #82abcf;
}

#about .voice-block .voice-block__intro .transfer .transfer_destination .transfer__year {
  background: #82abcf;
}

#about .voice-block .voice-block__desc .ttl {
  color: #82abcf;
}

#about #feature1 {
  padding: 60px 0 0;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 {
    padding: 40px 0 0;
  }
}

#about #feature1 .secttl .txt {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .secttl .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

#about #feature1 .corse_block {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block {
    margin-bottom: 40px;
  }
}

#about #feature1 .corse_block h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block h2 {
    font-size: 20px;
  }
}

#about #feature1 .corse_block .txt {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block .btn_block {
    text-align: center;
  }
}

#about #feature1 .corse_block .pc {
  display: block;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block .pc {
    display: none;
  }
}

#about #feature1 .corse_block .sp {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .corse_block .sp {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

#about #feature1 .sc_block {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .sc_block {
    margin-bottom: 20px;
  }
}

#about #feature1 .sc_block h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .sc_block h2 {
    font-size: 20px;
  }
}

#about #feature1 .sc_block .txt {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .sc_block .txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .sc_block .sc_figure {
    text-align: center;
    margin-bottom: 20px;
  }
}

#about #feature1 .sc_block .table_ttl {
  font-size: 16px;
}

#about #feature1 .sc_block .table_style1 {
  width: 100%;
  border-right: 1px #d9dee2 solid;
  margin-bottom: 10px;
}

#about #feature1 .sc_block .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607a89;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
}

#about #feature1 .sc_block .table_style1 tbody {
  border-top: none;
}

#about #feature1 .sc_block .table_style1 tbody tr td {
  border-bottom: 1px #d9dee2 solid;
  border-left: 1px #d9dee2 solid;
  padding: 5px 10px;
  background: #fff;
}

#about #feature1 .sc_block .table_style1 tbody tr th {
  background-color: #d9dee2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 5px 10px;
}

#about #feature1 .sc_block .table_style1 tbody tr .thead_th {
  background-color: #498ed0;
  color: #fff;
  border-bottom-color: #fff;
}

#about #feature1 .sc_block ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

#about #feature1 .sc_block ul li {
  font-size: 13px;
}

#about #feature1 .sc_block .voice-block {
  margin-top: 60px;
}

#about #feature1 .aboutbox {
  background: #b7bea7;
  padding: 20px;
}

#about #feature1 .aboutbox__ttl {
  margin-bottom: 10px;
}

#about #feature1 .aboutbox__tag {
  background: #222;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

#about #feature1 .aboutbox a {
  color: #222;
  text-decoration: underline;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .aboutbox img {
    margin-top: 20px;
  }
}

#about #feature1 .diploma {
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 16px;
  border: #252525 solid 1px;
  border-radius: 10px;
  padding: 40px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .diploma {
    padding: 15px;
    font-size: 14px;
    margin: 0 auto 30px auto;
  }
}

#about #feature1 .diploma h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .diploma h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

#about #feature1 .diploma h3 {
  font-family: "Montserrat";
  padding-bottom: 5px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
}

#about #feature1 .diploma ul {
  margin-bottom: 20px;
}

#about #feature1 .diploma ul li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

#about #feature1 .diploma ul li:before {
  content: "• ";
  color: #ffd000;
  margin-right: 5px;
}

#about #feature1 .story {
  background-color: #f3f6f8;
  padding: 50px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .story {
    padding: 30px 15px;
    border-radius: 5px;
  }
}

#about #feature1 .story .ttl_block {
  text-align: center;
  margin-bottom: 20px;
}

#about #feature1 .story .ttl_block p {
  margin-bottom: 10px;
}

#about #feature1 .story .ttl_block h2 {
  font-size: 42px;
  color: #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .story .ttl_block h2 {
    font-size: 28px;
  }
}

#about #feature1 .story .img_block {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

#about #feature1 .story .img_block img {
  margin-bottom: 10px;
}

#about #feature1 .story .img_block span {
  font-size: 16px;
}

#about #feature1 .story .profile {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

#about #feature1 .story .profile h3 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}

#about #feature1 .story .profile p {
  margin: 0;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

#about #feature1 .story .profile i {
  color: #ffd000;
  margin-left: 20px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .story .txt_block {
    margin-bottom: 15px;
  }
}

#about #feature1 .story .txt_block h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

#about #feature1 .bg__lblue {
  padding-bottom: 60px;
}

#about #feature1 .bg__lblue .sec01 {
  padding: 60px 0;
}

#about #feature1 .bg__lblue .sec01 .txt1 {
  margin-bottom: 60px;
}

@media (max-width:768px){
  #about #feature1 .bg__lblue .sec01 .flow_box_inner{
  width: 980px;
}
}


#about #feature1 .bg__lblue .sec01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about #feature1 .bg__lblue .sec01 .item .grade {
  width: 5%;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .grade {
    width: 8%;
    font-size: 16px;
  }
}

#about #feature1 .bg__lblue .sec01 .item .grade .grade_top {
  position: absolute;
  top: 20px;
}

#about #feature1 .bg__lblue .sec01 .item .grade .grade_under {
  position: absolute;
  bottom: 20px;
}

#about #feature1 .bg__lblue .sec01 .item .flow {
  width: 93%;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow {
    width: 85%;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .block01 {
  background-color: #fff;
  padding: 30px 30px 25px 30px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .block01 {
    padding: 15px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .block01 h2 {
  background-color: #ffd000;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .block01 h2 {
    font-size: 16px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .block01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about #feature1 .bg__lblue .sec01 .item .flow .block01 ul::after {
  content: "";
  display: block;
  width: 31%;
}
/*
@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .block01 ul {
    display: block;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .block01 ul li {
  width: 31%;
  margin-bottom: 5px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .block01 ul li::before {
  content: "●";
  margin-right: 5px;
  color: #ffd000;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .block01 ul li {
    width: 100%;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .henyu_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 15px 15px 15px;
  border: 1px solid #252525;
  border-radius: 5px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .henyu_txt {
    font-size: 20px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap01 .arrow {
  text-align: center;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap01 .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap01 .ttl {
    font-size: 16px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap01 .flow_univ {
  width: 48%;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap01 .flow_school {
  width: 48%;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ {
  width: 32%;
  background-color: #fff;
  padding: 30px 30px 25px 30px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ {
    padding: 15px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ h2 {
  background-color: #607a89;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ h2 {
    font-size: 16px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul {
  width: 100%;
  margin: auto;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul::after {
  content: "";
  display: block;
  width: 31%;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul {
    display: block;
    width: 100%;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul li {
  /* width: 48%; */
  margin-bottom: 5px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul li::before {
  content: "●";
  margin-right: 5px;
  color: #607a89;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_univ ul li {
    width: 100%;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school {
  width: 32%;
  background-color: #fff;
  padding: 30px 30px 25px 30px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school {
    padding: 15px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school h2 {
  background-color: #ffd000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school h2 {
    font-size: 14px;
  }
} */
#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school li {
  /* text-align: center; */
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap02 .flow_school li::before {
  content: "●";
  margin-right: 5px;
  color: #ffd000;
}

#about #feature1 .bg__lblue .sec01 .item .flow .shingaku_txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 15px 15px 15px;
  border: 1px solid #252525;
  border-radius: 5px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .shingaku_txt {
    font-size: 20px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap03 .flow_univ {
  width: 48%;
  margin-left: 68px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap03 .flow_univ .arrow {
  text-align: center;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap03 .flow_school {
  width: 68%;
  text-align: center;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap03 .flow_school .arrow {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: center!important;
  padding-left: 13px;
}

#about #feature1 .bg__lblue .sec01 .item02{
  display: flex;
}
#about #feature1 .bg__lblue .sec01 .item02 .flow{
  width: 70%;
}
#about #feature1 .bg__lblue .sec01 .item02 .flow02{
  width: 28%;
  text-align: center;
}
#about #feature1 .bg__lblue .sec01 .item02 .flow02 .flow_school{
  margin:0 auto;
}
#about #feature1 .bg__lblue .sec01 .item02 .flow02 img{
  width: 55px;
  max-width: none;
  transform: rotate(180deg);
}
#about #feature1 .bg__lblue .sec01 .item02 .arrow{
  padding-left: 15px;
}
#about #feature1 .bg__lblue .sec01 .item03 .flow{
  width: 70%;
}
#about #feature1 .bg__lblue .sec01 .item03 .flow03{
  width: 32%;
  margin-left: auto;

}
#about #feature1 .bg__lblue .sec01 .item03 .flow03 .arrow{
  text-align: center;
}
#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ {
  width: 28%;
  background-color: #fff;
  padding: 30px 30px 25px 30px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ {
    padding: 15px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ h2 {
  background-color: #607a89;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ h2 {
    font-size: 16px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ li {
  margin-bottom: 5px;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_univ li::before {
  content: "●";
  margin-right: 5px;
  color: #607a89;
}

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_school {
  width: 38%;
  background-color: #fff;
  padding: 30px 30px 25px 30px;
}

/* @media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_school {
    padding: 15px;
  }
} */

#about #feature1 .bg__lblue .sec01 .item .flow .wrap04 .flow_school h2 {
  background-color: #ffd000;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

#about #feature1 .bg__lblue .sec02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec02 .wrap {
    display: block;
  }
}

#about #feature1 .bg__lblue .sec02 .wrap h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec02 .wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#about #feature1 .bg__lblue .sec02 .wrap .table_area {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec02 .wrap .table_area {
    width: 100%;
  }
}

#about #feature1 .bg__lblue .sec02 .wrap .txt_area {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #about #feature1 .bg__lblue .sec02 .wrap .txt_area {
    width: 100%;
    margin-top: 20px;
  }
}
#about #feature1 .bg__lblue .sec03 .inner{

    margin-bottom: 50px;
    padding-bottom: 50px;
}
#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp{
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}
#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp .txt_area{
	width:58%;
}
#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp .txt_area_box02{
	width:38%;
}
@media only screen and (max-width: 768px),
print {
	#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp{
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		flex-direction: column-reverse;
	}
	#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp .txt_area{
		width:100%;
	}
	#about #feature1 .bg__lblue .sec03 .inner .txt_area_wrp .txt_area_box02{
		width:100%;
		margin-bottom: 15px;
	}
}
#about #feature2 {
  padding: 60px 0 50px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 {
    padding: 40px 0 30px;
  }
}

#about #feature2 .cont .item {
  position: relative;
  border: 1px solid #252525;
  padding: 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item {
    padding: 15px;
  }
}

#about #feature2 .cont .item h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

#about #feature2 .cont .item .info_block {
  margin-top: 15px;
  border-top: 1px #d9dee2 solid;
  border-right: 1px #d9dee2 solid;
}

#about #feature2 .cont .item .info_block dl {
  display: table;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item .info_block dl {
    display: block;
  }
}

#about #feature2 .cont .item .info_block dl dt {
  display: table-cell;
  background-color: #d9dee2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  width: 25%;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item .info_block dl dt {
    display: block;
    width: 100%;
    padding: 7px;
  }
}

#about #feature2 .cont .item .info_block dl dd {
  display: table-cell;
  border-bottom: 1px #d9dee2 solid;
  border-left: 1px #d9dee2 solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item .info_block dl dd {
    display: block;
    padding: 7px;
  }
}

#about #feature2 .cont .item .btn_area {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item .btn_area {
    position: static;
    margin-top: 15px;
    text-align: center;
  }
}

#about #feature2 .cont .item .btn_area a {
  font-size: 13px;
  padding: 10px 15px;
}

#about #feature2 .cont .item .btn_area a::after {
  margin-left: 7px;
}

#about #feature2 .cont .item p.category {
  margin-right: 14em;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .item p.category {
    margin-right: 0;
  }
}

#about #feature2 .cont .pagination_c {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #about #feature2 .cont .pagination_c {
    margin: 30px 0;
  }
}

#about #feature2 .cont .pagination_c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about #feature2 .cont .pagination_c ul li {
  margin: 0 3px 10px 3px;
}

#about #feature2 .cont .pagination_c ul li span {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#about #feature2 .cont .pagination_c ul li a {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#about #feature2 .cont .pagination_c ul li a:hover {
  background: #ddd;
  color: #252525;
  cursor: pointer;
}

#about #feature2 .cont .pagination_c ul li .current {
  background: #252525;
  color: #fff;
}

#about #feature3 {
  padding: 80px 0 80px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature3 {
    padding: 40px 0 40px;
  }
}

#about #feature3 .sec01,
#about #feature3 .sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01,
  #about #feature3 .sec02 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

#about #feature3 .sec01 .txt_area,
#about #feature3 .sec02 .txt_area {
  width: 58%;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .txt_area,
  #about #feature3 .sec02 .txt_area {
    width: 100%;
  }
}

#about #feature3 .sec01 .txt_area .subttl,
#about #feature3 .sec02 .txt_area .subttl {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .txt_area .subttl,
  #about #feature3 .sec02 .txt_area .subttl {
    text-align: center;
  }
}

#about #feature3 .sec01 .txt_area h2,
#about #feature3 .sec02 .txt_area h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .txt_area h2,
  #about #feature3 .sec02 .txt_area h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .txt_area .link_btn,
  #about #feature3 .sec02 .txt_area .link_btn {
    text-align: center;
  }
}

#about #feature3 .sec01 .txt_area .btn_style1,
#about #feature3 .sec02 .txt_area .btn_style1 {
  margin-top: 10px;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .txt_area .btn_style1,
  #about #feature3 .sec02 .txt_area .btn_style1 {
    margin-bottom: 20px;
  }
}

#about #feature3 .sec01 .img_area,
#about #feature3 .sec02 .img_area {
  width: 38%;
}

@media only screen and (max-width: 577px),
print {

  #about #feature3 .sec01 .img_area,
  #about #feature3 .sec02 .img_area {
    width: 100%;
  }
}

#about #feature3 .sec01 {
  border-bottom: 1px dotted #252525;
}

#about #feature3 .panel-title a {
  padding: 1em 3em 1em 1em;
}

#about #feature4 {
  padding-top: 80px;
}

@media only screen and (max-width: 768px),
print {
  #about #feature4 {
    padding-top: 40px;
  }
}

#about #feature4 .secttl span.mini {
  font-size: 16px;
  border-bottom: none;
  padding-bottom: 0;
}

#about #feature4 .image {
  width: 280px;
  margin: 0 auto 40px;
}

#about #feature4 .sec01 {
  margin-bottom: 80px;
}

#about #feature4 .sec02 .block {
  margin-bottom: 60px;
}

#about #feature4 .sec02 .block .ttl {
  background-color: #ffd000;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

#about #feature4 .sec02 .block .list__item {
  position: relative;
  padding-left: 2rem;
  font-size: 16px;
  margin-bottom: 10px;
}

#about #feature4 .sec02 .block .list__item::before {
  content: '□';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#about #feature4 .sec02 .block .list__item span {
  font-weight: bold;
}

#about #feature4 .sec02 .block .list__item .sublist__item {
  font-weight: normal;
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
}

#about #feature4 .sec02 .block .list__item .sublist__item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#about #feature4 .sec02 .block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #about #feature4 .sec02 .block .inner {
    display: block;
  }
}

#about #feature4 .sec02 .block .inner dl {
  width: 31%;
}

@media only screen and (max-width: 577px),
print {
  #about #feature4 .sec02 .block .inner dl {
    width: 100%;
  }
}

#about #feature4 .sec02 .block .inner dl dt {
  text-align: center;
  border-top: 3px solid #ffd000;
  font-size: 18px;
  padding: 10px;
}

@media only screen and (max-width: 577px),
print {
  #about #feature4 .sec02 .block .inner dl dt {
    font-size: 16px;
  }
}

#about #feature4 .sec02 .block .inner dl .ttl {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 577px),
print {
  #about #feature4 .sec02 .block .inner dl .ttl {
    font-size: 15px;
  }
}
#feature4 .standard_list{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
#feature4 .standard_list li{
	display: flex;
	width:32%;
	align-items: center;
	margin-bottom: 30px;

}
#feature4 .standard_list li .standard_list_num{
	font-size:60px;
	color: #f4c200;
	margin-right:15px;
}
#feature4 .standard_list li .standard_list_txt01{
	font-weight: 600;
	font-size: 14px;
}
#feature4 .standard_list li .standard_list_box01_row{
	display: flex;
	justify-content: space-between;
}
#feature4 .standard_list li .standard_list_box01_row .standard_list_box01_col{
	background-color: rgba(244, 194, 0, 0.1);
	padding:5px 8px;
}
#feature4 .standard_list li .standard_list_box01_row .standard_list_box01_col .standard_list_txt02{
	font-weight: 600;
	color: #f4c200;
	margin-bottom: 0px;
}
@media only screen and (max-width: 577px),
print {
	#feature4 .standard_list li{
		width:100%;
		margin-bottom: 10px;
	}
}

#feature4 .dl_list dl{
  display: flex;
}

#feature4 .dl_list dl:not(:last-child){
  margin-bottom: 5px;
}

#feature4 .dl_list dl dt{
  width: 10em;
  flex-shrink: 0;
}

#feature4 .dl_list dl dd{
  flex-grow: 1;
}

#feature4 .ttl_style2 {
  padding-left: 23px;
  position: relative;
}

#feature4 .ttl_style2::before {
  content: "●";
  color: #ffd000;
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
}

#feature4 .fs-16px {
  font-size: 16px;
}

#about #numbers {
  padding: 80px 0 80px;
}

#about #numbers .number__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 50px;
}



@media only screen and (max-width: 577px),
print {
  #about #numbers .number__block {
    display: block;
  }
}

#about #numbers .number__item {
  padding: 0;
  margin: 0;
}

#about #numbers .number__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

#about #numbers .number__item:nth-child(2) {
  /* -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4; */
}

#about #numbers .number__item:nth-child(9) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media only screen and (max-width: 577px),
print {
  #about #numbers .number__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#about .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl {
    margin-bottom: 30px;
  }
}

#about .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #about .page_ttl span {
    font-size: 24px;
  }
}

#about .page_ttl span.page_ttl_year_wrap {
  display: block;
  border: none;
  padding-bottom: 0;
}

#about .page_ttl span.page_ttl_year {
  /*display: inline-block;*/
  display: none;
  /*width: 6em;*/
  font-size: 17px;
  font-weight: normal;
  border-bottom: none;
  margin: 0 auto .5em;
  padding: 4px 8px;
  color: #fff;
  background: #252525;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl span.page_ttl_year {
    font-size: 16px;
  }
}

@media only screen and (max-width: 577px),
print {
  #about .page_ttl span.page_ttl_year {
    font-size: 14px;
  }
}

#about .page_ttl span.page_ttl_year.w6em {
  width: 6em;
}

#about .page_ttl_subtxt {
  text-align: center;
  font-size: 22px;
  margin: 10px 0 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #about .page_ttl_subtxt {
    font-size: 16px;
    margin: 5px 0 40px 0;
  }
}

#about .page_top_ttl {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 20px auto;
  padding: 80px 20px 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px),
print {
  #about .page_top_ttl {
    padding: 40px 20px 0 20px;
  }
}

#about .page_top_ttl h2 {
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #252525;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #about .page_top_ttl h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}

#about .page_top_wrap {
  position: relative;
}

#about #oc_treatment {
  background-color: #fff;
  padding: 40px 20px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment {
    padding-top: 30px;
  }

  #about #oc_treatment .pc_only {
    display: none;
  }
}

#about #oc_treatment .sp_only {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .sp_only {
    display: block;
  }
}

#about #oc_treatment .content {
  overflow: hidden;
}

#about #oc_treatment .content p {
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .box {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

#about #oc_treatment .naiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .naiyo {
    display: block;
    margin-bottom: 30px;
  }
}

#about #oc_treatment .naiyo .item {
  width: 32%;
  background-color: #f4f8fb;
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .naiyo .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

#about #oc_treatment .naiyo .item span {
  font-weight: bold;
}

#about #oc_treatment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .wrap {
    display: block;
  }
}

#about #oc_treatment .wrap .item {
  margin: 0 35px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .wrap .item {
    display: block;
    margin: 0 0 20px 0;
  }
}

#about #oc_treatment .circle {
  border-radius: 100%;
  background-color: #ffd000;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 45px 10px;
  font-size: 28px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .circle {
    width: 200px;
    height: 200px;
    font-size: 24px;
    padding: 45px 10px;
  }
}

#about #oc_treatment .circle span {
  font-size: 38px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .circle span {
    font-size: 32px;
  }
}

#about #oc_treatment .row02 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row02 {
    text-align: center;
  }
}

#about #oc_treatment .row02 .date_block {
  font-size: 20px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row02 .date_block {
    font-size: 18px;
  }
}

#about #oc_treatment .row02 .date_block .date {
  display: block;
  width: 100%;
}

#about #oc_treatment .row02 .date_block .date:last-of-type {
  margin-left: 30px;
}

#about #oc_treatment .row03 .btn_style2 {
  border-radius: 100px;
  padding: 10px 30px;
}

#about #oc_treatment .row04 {
  text-align: center;
  background-color: #FFF;
  padding: 2em 1em;
}

#about #oc_treatment .row04 h3 {
  border: none;
}

#about #oc_treatment .row04 .dateblock {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-right: 38px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .dateblock {
    display: inline-block;
    font-size: 24px;
    padding-right: 25px;
  }
}

#about #oc_treatment .row04 .dateblock span {
  position: absolute;
  display: block;
  bottom: 2px;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .dateblock span {
    font-size: 12px;
    padding: 5px;
    bottom: 2px;
  }
}

#about #oc_treatment .row04 .sec_ttl .fa {
  margin-right: 0.4em;
}

#about #oc_treatment .row04 .schedule_box {
  display: none;
  max-width: 800px;
  margin: auto;
  padding: 20px 32px;
  border: solid 1px #252525;
  background-color: #FFF;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_box {
    padding: 30px 5%;
  }
}

#about #oc_treatment .row04 .schedule_ttl {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_ttl {
    padding-bottom: 0 !important;
    font-size: 1.6rem;
  }
}

#about #oc_treatment .row04 .schedule_list {
  text-align: left;
  margin-bottom: 0;
}

#about #oc_treatment .row04 .schedule_list .list_year {
  font-size: 2rem;
}

#about #oc_treatment .row04 .schedule_list .list_year:nth-child(n+2) {
  margin-top: 1rem;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_list .list_year {
    font-size: 1.6rem;
  }
}

#about #oc_treatment .row04 .schedule_list ul {
  overflow: hidden;
  margin-bottom: 0;
}

#about #oc_treatment .row04 .schedule_list li {
  margin: 0 10px 10px 0;
  float: left;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_list li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }

  #about #oc_treatment .row04 .schedule_list li:nth-child(4n) {
    margin-right: 0;
  }
}

#about #oc_treatment .row04 .schedule_list a {
  display: block;
  min-width: 62px;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #eee;
  text-align: center;
  color: #252525;
  font-size: 13px;
}

#about #oc_treatment .row04 .schedule_list a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_list a {
    min-width: 0;
  }
}

#about #oc_treatment .row04 .schedule_close {
  display: inline-block;
}

#about #oc_treatment .row04 .schedule_close .fa {
  color: #999;
  font-size: 4.5rem;
  line-height: 1.0;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .row04 .schedule_close .fa {
    font-size: 3.2rem;
  }
}

#about #oc_treatment .btn_square {
  display: inline-block;
  font-size: 14px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #252525;
  position: relative;
  padding: 0.7em 5em;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .btn_square {
    margin: 20px 0;
  }
}

#about #oc_treatment .btn_square span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #252525;
  font-size: 150%;
}

#about #oc_treatment .btn_square span::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  font-size: 1em;
  position: relative;
}

#about #oc_treatment .btn_square.open span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#about #oc_treatment .privilege .page_ttl {
  margin-bottom: 40px;
}

#about #oc_treatment .privilege .sub_box {
  border: 2px solid #252525;
  border-radius: 4px;
  padding: 2.5em 1em 1em;
  position: relative;
}

#about #oc_treatment .privilege .sub_ttl_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  background: #0075c1;
  font-weight: bold;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
}

#about #oc_treatment .privilege .sub_ttl_wrap .sub_ttl {
  vertical-align: middle;
  margin: 0;
  padding: 4px 2em;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}

#about #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::before,
#about #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#about #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::before {
  top: 0;
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #F3F8FB;
  border-style: solid;
}

#about #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::after {
  top: 0;
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #F3F8FB transparent transparent;
  border-style: solid;
}

#about #oc_treatment .privilege_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_txt {
    font-size: 16px;
  }
}

#about #oc_treatment .privilege_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe780));
  background: linear-gradient(transparent 70%, #ffe780 70%);
  padding: 0 0.5em;
}

#about #oc_treatment .privilege_caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  background-color: #F3F8FB;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_caution {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }
}

#about #oc_treatment .privilege_caution dt {
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #BE0306;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_caution dt {
    padding: 3px 10px;
    margin-right: 0.8em;
    border-radius: 3px;
  }
}

#about #oc_treatment .privilege_caution dd {
  padding-left: 1em;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_caution dd {
    padding-left: 0;
  }
}

#about #oc_treatment .privilege_list {
  margin: 60px 0;
  background-color: #fff;
  padding: 2em;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_list {
    margin: 40px 0;
  }
}

#about #oc_treatment .privilege_list li {
  padding: 0 0 0 240px;
  position: relative;
}

#about #oc_treatment .privilege_list li:before,
#about #oc_treatment .privilege_list li:after {
  content: " ";
  display: table;
}

#about #oc_treatment .privilege_list li:after {
  clear: both;
}

#about #oc_treatment .privilege_list li:nth-child(n+2) {
  margin-top: 2em;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_list li {
    padding: 0;
  }
}

#about #oc_treatment .privilege_list li span {
  display: block;
  width: 220px;
  padding: 0.2em;
  position: absolute;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #about #oc_treatment .privilege_list li span {
    width: 200px;
    position: static;
    margin-bottom: 0.5em;
  }
}

#about #oc_treatment .privilege_list li span.li_ttl {
  font-weight: bold;
  background: #252525;
  color: #fff;
}

#about .mfp-content {
  max-width: 900px;
}

@media only screen and (max-width: 577px),
print {
  #about .mfp-content .cmn-table01 {
    min-width: inherit !important;
  }
}

#about .mfp-content .cmn-table01 .cmn-table01__th {
  width: auto;
}

#about .mfp-content .cmn-table01 .cmn-table01__td {
  width: auto;
}

#about .mfp-content #modal2,
#about .mfp-content #modal3,
#about .mfp-content #modal6,
#about .mfp-content #modal8,
#about .mfp-content #modal9,
#about .mfp-content #modal11 {
  max-width: 600px;
  margin: auto;
}

#about .mfp-content #modal2 .mfp-close,
#about .mfp-content #modal3 .mfp-close,
#about .mfp-content #modal6 .mfp-close,
#about .mfp-content #modal8 .mfp-close,
#about .mfp-content #modal9 .mfp-close,
#about .mfp-content #modal11 .mfp-close {
  right: 150px;
}

@media only screen and (max-width: 768px),
print {

  #about .mfp-content #modal2 .mfp-close,
  #about .mfp-content #modal3 .mfp-close,
  #about .mfp-content #modal6 .mfp-close,
  #about .mfp-content #modal8 .mfp-close,
  #about .mfp-content #modal9 .mfp-close,
  #about .mfp-content #modal11 .mfp-close {
    right: 0;
  }
}

#profile {
  padding: 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #profile {
    margin: 0;
  }
}

#profile .contents {
  border: 1px solid #252525;
  padding: 30px;
  max-width: 860px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents {
    padding: 15px;
  }
}

#profile .contents .main_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media only screen and (max-width: 577px),
print {
  #profile .contents .main_info {
    display: block;
  }
}

#profile .contents .main_info .text_area {
  width: 100%;
}

#profile .contents .main_info .text_area h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .main_info .text_area h1 {
    font-size: 26px;
  }
}

#profile .contents .main_info .text_area h2 {
  font-size: 16px;
  background-color: #eee;
  padding: 7px 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .main_info .text_area h2 {
    font-size: 16px;
  }
}

#profile .contents .main_info .ph_area {
  max-width: 200px;
  margin-right: 20px;
}

@media only screen and (max-width: 577px),
print {
  #profile .contents .main_info .ph_area {
    width: inherit;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}

#profile .contents .profile_area {
  background-color: #f4f8fb;
  padding: 30px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .profile_area {
    padding: 20px;
  }
}

#profile .contents .profile_area h2 {
  font-size: 18px;
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#profile .contents .plain {
  background-color: #ffd000;
  padding: 35px 15px 15px 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .plain {
    padding: 25px 10px 10px 10px;
  }
}

#profile .contents .plain h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .plain h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

#profile .contents .plain h2 span {
  border-bottom: 3px solid #252525;
  padding-top: 10px;
}

#profile .contents .plain h3 {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .plain h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#profile .contents .plain .text_wrap {
  background-color: #fff;
  padding: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 768px),
print {
  #profile .contents .plain .text_wrap {
    padding: 15px;
  }
}

#profile .contents .plain .text_wrap .fl_r {
  float: right;
  margin-left: 15px;
}

@media only screen and (max-width: 577px),
print {
  #profile .contents .plain .text_wrap .fl_r {
    float: inherit;
    margin-left: 0;
    text-align: center;
  }
}

#profile .contents .plain .text_wrap .fl_l {
  float: left;
  margin-right: 15px;
}

@media only screen and (max-width: 577px),
print {
  #profile .contents .plain .text_wrap .fl_l {
    float: inherit;
    margin-right: 0;
    text-align: center;
  }
}

#profile .contents .plain .text_wrap img {
  max-width: 200px;
  width: 100%;
}

#course {
  /*----------------ヘッダー画像・カラー設定--------------------*/
  /*-----------------------------------------*/
  /*---------------- popup --------------------*/
  /*----------------カラー設定--------------------*/
  /*-----------------------------------------*/
  /*----------------カラー設定--------------------*/
  /*-----------------------------------------*/
  /*----------------カラー設定--------------------*/
  /*-----------------------------------------*/
  /*----------------カラー設定--------------------*/
  /*-----------------------------------------*/
  /*-----------------------------------------*/
}

#course .cont__header {
  background: url(../course/img/main_img.jpg) no-repeat center top;
  background-size: cover;
}

#course .bg__lblue {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#course .btn__acc {
  display: none;
}

#course .mb25px {
  margin-bottom: 25px;
}
#course .remark_txt {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .btn__acc {
    display: block;
    padding: 0.8em 1em;
    color: #252525;
    position: relative;
    background-color: #ffd000;
    font-size: 15px;
  }

  #course .btn__acc:before {
    display: block;
    content: "";
    position: absolute;
    border: solid 1px #252525;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 20px;
    height: 20px;
  }

  #course .btn__acc:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    content: "\f107";
    font-family: "FontAwesome";
  }
}

#course .box__tabs {
  padding-top: 60px;
}

#course .box__tabs .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}

#course .box__tabs .nav-pills li {
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  float: none;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#course .box__tabs .nav-pills li a {
  background-color: #fff;
  color: #252525;
  border-bottom: 3px #252525 solid;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #3fa3ef;
}

#course .box__tabs .nav-pills li.active a {
  background-color: #3fa3ef;
  color: #fff;
}

#course .sec_1 {
  padding: 80px 0 80px;
}

#course .sec_1 p {
  font-size: 21px;
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_1 p {
    font-size: 16px;
  }
}

#course .sec_1 h1 {
  font-size: 38px;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_1 h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 767px),
print {
  #course .sec_1 h1 br {
    display: none;
  }
}

#course .sec_1 h1 strong {
  font-weight: bold;
  font-family: 'Montserrat';
  letter-spacing: 2px;
}

#course .sec_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .sec_1 ul {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    display: none;
  }
}

#course .sec_1 ul>li {
  width: 14%;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

@media only screen and (min-width: 767px),
print {

  #course .sec_1 ul>li:nth-child(7n+1) ol,
  #course .sec_1 ul>li:nth-child(7n+2) ol,
  #course .sec_1 ul>li:nth-child(7n+3) ol,
  #course .sec_1 ul>li:nth-child(7n+4) ol {
    left: 0;
    right: auto;
  }

  #course .sec_1 ul>li:nth-child(7n+1) ol:after,
  #course .sec_1 ul>li:nth-child(7n+2) ol:after,
  #course .sec_1 ul>li:nth-child(7n+3) ol:after,
  #course .sec_1 ul>li:nth-child(7n+4) ol:after {
    left: 30px;
    right: auto;
  }

  #course .sec_1 ul>li:nth-child(7n+5) ol,
  #course .sec_1 ul>li:nth-child(7n+6) ol,
  #course .sec_1 ul>li:nth-child(7n+7) ol,
  #course .sec_1 ul>li:nth-child(7n) ol {
    right: 0;
    left: auto;
  }

  #course .sec_1 ul>li:nth-child(7n+5) ol:after,
  #course .sec_1 ul>li:nth-child(7n+6) ol:after,
  #course .sec_1 ul>li:nth-child(7n+7) ol:after,
  #course .sec_1 ul>li:nth-child(7n) ol:after {
    right: 30px;
    left: auto;
  }
}

@media only screen and (max-width: 1024px),
print {
  #course .sec_1 ul>li {
    width: 14%;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .sec_1 ul>li {
    height: 152px;
    border-bottom: solid 1px #d3d3d3;
    margin-bottom: 0;
  }

  #course .sec_1 ul>li:last-child {
    border-bottom: none;
  }

  #course .sec_1 ul>li.active figure:after {
    content: "\f104";
    right: 24px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .sec_1 ul>li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
  }

  #course .sec_1 ul>li figure:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    background-color: #eee;
    width: 60px;
    height: 100%;
  }

  #course .sec_1 ul>li figure:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .sec_1 ul>li figure img {
    width: 100px;
    height: 72px;
  }
}

#course .sec_1 ul>li figure p {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px),
print {
  #course .sec_1 ul>li figure p {
    text-align: left;
    font-size: 16px;
  }
}

#course .sec_1 ul>li ol,
#course .sec_1 ul>li ul,
#course .sec_1 ul>li .inner {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: none;
  bottom: 155px;
}

#course .sec_1 ul>li ol.line_1,
#course .sec_1 ul>li ul.line_1,
#course .sec_1 ul>li .inner.line_1 {
  top: -64px;
}

#course .sec_1 ul>li ol.line_2,
#course .sec_1 ul>li ul.line_2,
#course .sec_1 ul>li .inner.line_2 {
  top: -101px;
}

#course .sec_1 ul>li ol.line_3,
#course .sec_1 ul>li ul.line_3,
#course .sec_1 ul>li .inner.line_3 {
  top: -138px;
}

#course .sec_1 ul>li ol.line_5,
#course .sec_1 ul>li ul.line_5,
#course .sec_1 ul>li .inner.line_5 {
  top: -212px;
}

#course .sec_1 ul>li ol.line_6,
#course .sec_1 ul>li ul.line_6,
#course .sec_1 ul>li .inner.line_6 {
  top: -249px;
}

#course .sec_1 ul>li ol.line_7,
#course .sec_1 ul>li ul.line_7,
#course .sec_1 ul>li .inner.line_7 {
  top: -286px;
}

@media only screen and (max-width: 768px),
print {

  #course .sec_1 ul>li ol,
  #course .sec_1 ul>li ul,
  #course .sec_1 ul>li .inner {
    display: block;
    right: auto;
    top: 0 !important;
    overflow: scroll;
    height: 154px;
  }
}

@media only screen and (min-width: 767px),
print {

  #course .sec_1 ul>li ol,
  #course .sec_1 ul>li ul,
  #course .sec_1 ul>li .inner {
    width: 240px;
  }

  #course .sec_1 ul>li ol:before,
  #course .sec_1 ul>li ul:before,
  #course .sec_1 ul>li .inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 27px;
    background-color: transparent;
    position: absolute;
    bottom: -27px;
    left: 0;
  }

  #course .sec_1 ul>li ol:after,
  #course .sec_1 ul>li ul:after,
  #course .sec_1 ul>li .inner:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    background-color: transparent;
    position: absolute;
    bottom: -27px;
  }
}

#course .sec_1 ul>li ol li,
#course .sec_1 ul>li ul li,
#course .sec_1 ul>li .inner li {
  border-bottom: solid 1px #d3d3d3;
}

@media only screen and (min-width: 767px),
print {

  #course .sec_1 ul>li ol li:last-child,
  #course .sec_1 ul>li ul li:last-child,
  #course .sec_1 ul>li .inner li:last-child {
    border-bottom: none;
  }
}

#course .sec_1 ul>li ol li a,
#course .sec_1 ul>li ul li a,
#course .sec_1 ul>li .inner li a {
  display: block;
  padding: 0.5em 3em 0.5em 1em;
  color: #252525;
  position: relative;
}

@media only screen and (min-width: 767px),
print {

  #course .sec_1 ul>li ol li a:before,
  #course .sec_1 ul>li ul li a:before,
  #course .sec_1 ul>li .inner li a:before {
    display: block;
    content: "";
    position: absolute;
    border: solid 1px #252525;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 20px;
    height: 20px;
  }

  #course .sec_1 ul>li ol li a:after,
  #course .sec_1 ul>li ul li a:after,
  #course .sec_1 ul>li .inner li a:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 17px;
    content: "\f105";
    font-family: "FontAwesome";
  }
}

@media only screen and (max-width: 577px),
print {

  #course .sec_2 .ttl__style_2,
  #course .sec_3 .ttl__style_2,
  #course .sec_4 .ttl__style_2 {
    margin-bottom: 5px;
  }
}

#course .sec_2 ul,
#course .sec_3 ul,
#course .sec_4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 577px),
print {

  #course .sec_2 ul,
  #course .sec_3 ul,
  #course .sec_4 ul {
    margin-left: -25px;
    margin-right: -25px;
  }
}

#course .sec_2 ul>li,
#course .sec_3 ul>li,
#course .sec_4 ul>li {
  padding: 10px;
  position: relative;
}

@media only screen and (max-width: 577px),
print {

  #course .sec_2 ul>li,
  #course .sec_3 ul>li,
  #course .sec_4 ul>li {
    padding: 5px 25px;
  }
}

#course .sec_2 ul>li h3,
#course .sec_3 ul>li h3,
#course .sec_4 ul>li h3 {
  font-weight: normal;
  margin: 0;
}

#course .sec_2 ul>li h3 a,
#course .sec_3 ul>li h3 a,
#course .sec_4 ul>li h3 a {
  padding: 0.8em 1em 1em 1em;
  display: block;
  color: #252525;
  border: solid 2px #ccc;
  position: relative;
  font-size: 17px;
}

#course .sec_2 ul>li h3 a:before,
#course .sec_3 ul>li h3 a:before,
#course .sec_4 ul>li h3 a:before {
  display: block;
  content: "";
  position: absolute;
  border: solid 1px #252525;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  width: 20px;
  height: 20px;
}

#course .sec_2 ul>li h3 a:after,
#course .sec_3 ul>li h3 a:after,
#course .sec_4 ul>li h3 a:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 17px;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
}

@media only screen and (max-width: 577px),
print {

  #course .sec_2 ul>li h3,
  #course .sec_3 ul>li h3,
  #course .sec_4 ul>li h3 {
    display: none;
  }
}

#course .sec_2 ul>li .box__mover,
#course .sec_3 ul>li .box__mover,
#course .sec_4 ul>li .box__mover {
  position: relative;
}

#course .sec_2 ul>li .img__inner,
#course .sec_3 ul>li .img__inner,
#course .sec_4 ul>li .img__inner {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

#course .sec_2 ul>li figure,
#course .sec_3 ul>li figure,
#course .sec_4 ul>li figure {
  background-size: cover;
  padding-top: 100%;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 577px),
print {

  #course .sec_2 ul>li figure,
  #course .sec_3 ul>li figure,
  #course .sec_4 ul>li figure {
    padding-top: 65%;
  }
}

#course .sec_2 ul>li>p,
#course .sec_3 ul>li>p,
#course .sec_4 ul>li>p {
  max-width: 300px;
  margin: 5px auto 0;
}

#course .sec_2 ul>li>p span,
#course .sec_3 ul>li>p span,
#course .sec_4 ul>li>p span {
  font-size: 11px;
  line-height: 1.6;
  display: block;
}

#course .sec_2 ul>li .panel-default,
#course .sec_3 ul>li .panel-default,
#course .sec_4 ul>li .panel-default {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 577px),
print {

  #course .sec_2 ul>li .panel-default,
  #course .sec_3 ul>li .panel-default,
  #course .sec_4 ul>li .panel-default {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .9;
    height: 100%;
    display: none;
  }
}

#course .sec_2 ul>li .panel-default>.panel-heading,
#course .sec_3 ul>li .panel-default>.panel-heading,
#course .sec_4 ul>li .panel-default>.panel-heading {
  color: #fff;
}

@media only screen and (min-width: 577px),
print {

  #course .sec_2 ul>li .panel-default>.panel-heading,
  #course .sec_3 ul>li .panel-default>.panel-heading,
  #course .sec_4 ul>li .panel-default>.panel-heading {
    display: none;
  }
}

#course .sec_2 ul>li .panel-default>.panel-heading .panel-title a,
#course .sec_3 ul>li .panel-default>.panel-heading .panel-title a,
#course .sec_4 ul>li .panel-default>.panel-heading .panel-title a {
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
}

#course .sec_2 ul>li .panel-default>.panel-heading .panel-title a .icon,
#course .sec_3 ul>li .panel-default>.panel-heading .panel-title a .icon,
#course .sec_4 ul>li .panel-default>.panel-heading .panel-title a .icon {
  border: solid 2px #fff;
}

#course .sec_2 ul>li .panel-default>.panel-heading .panel-title a .icon::before,
#course .sec_3 ul>li .panel-default>.panel-heading .panel-title a .icon::before,
#course .sec_4 ul>li .panel-default>.panel-heading .panel-title a .icon::before {
  color: #fff;
}

#course .sec_2 ul>li .panel-default .panel-body p,
#course .sec_3 ul>li .panel-default .panel-body p,
#course .sec_4 ul>li .panel-default .panel-body p {
  padding-bottom: 10px;
  color: #fff;
}

#course .sec_2 ul>li .panel-default .panel-body p a,
#course .sec_3 ul>li .panel-default .panel-body p a,
#course .sec_4 ul>li .panel-default .panel-body p a {
  color: #fff;
}

#course .sec_2 ul>li .panel-default .panel-body .btn__style_1 a,
#course .sec_3 ul>li .panel-default .panel-body .btn__style_1 a,
#course .sec_4 ul>li .panel-default .panel-body .btn__style_1 a {
  padding: 0.8em 2em 0.8em 1em;
  margin-top: 1em;
}

@media only screen and (min-width: 767px),
print {

  #course .sec_2 ul>li .panel-default .panel-body .btn__style_1 a,
  #course .sec_3 ul>li .panel-default .panel-body .btn__style_1 a,
  #course .sec_4 ul>li .panel-default .panel-body .btn__style_1 a {
    padding: 0.2em 2em 0.2em 1em;
    margin-top: 0.8em;
  }
}

@media only screen and (min-width: 767px),
print {

  #course .sec_2 ul>li .collapse,
  #course .sec_3 ul>li .collapse,
  #course .sec_4 ul>li .collapse {
    display: block;
  }
}

#course .sec_2 ul>li.color_1 .panel-default,
#course .sec_3 ul>li.color_1 .panel-default,
#course .sec_4 ul>li.color_1 .panel-default {
  background-color: #EA6176;
}

#course .sec_2 ul>li.color_1 h3>a,
#course .sec_3 ul>li.color_1 h3>a,
#course .sec_4 ul>li.color_1 h3>a {
  border-color: #EA6176;
}

#course .sec_2 ul>li.color_2 .panel-default,
#course .sec_3 ul>li.color_2 .panel-default,
#course .sec_4 ul>li.color_2 .panel-default {
  background-color: #00A040;
}

#course .sec_2 ul>li.color_2 h3>a,
#course .sec_3 ul>li.color_2 h3>a,
#course .sec_4 ul>li.color_2 h3>a {
  border-color: #00A040;
}

#course .sec_2 ul>li.color_3 .panel-default,
#course .sec_3 ul>li.color_3 .panel-default,
#course .sec_4 ul>li.color_3 .panel-default {
  background-color: #AF3E92;
}

#course .sec_2 ul>li.color_3 h3>a,
#course .sec_3 ul>li.color_3 h3>a,
#course .sec_4 ul>li.color_3 h3>a {
  border-color: #AF3E92;
}

#course .sec_2 ul>li.color_4 .panel-default,
#course .sec_3 ul>li.color_4 .panel-default,
#course .sec_4 ul>li.color_4 .panel-default {
  background-color: #0062B1;
}

#course .sec_2 ul>li.color_4 h3>a,
#course .sec_3 ul>li.color_4 h3>a,
#course .sec_4 ul>li.color_4 h3>a {
  border-color: #0062B1;
}

#course .sec_2 ul>li.color_5 .panel-default,
#course .sec_3 ul>li.color_5 .panel-default,
#course .sec_4 ul>li.color_5 .panel-default {
  background-color: #f4c200;
}

#course .sec_2 ul>li.color_5 h3>a,
#course .sec_3 ul>li.color_5 h3>a,
#course .sec_4 ul>li.color_5 h3>a {
  border-color: #f4c200;
}

#course .sec_2 ul>li.color_6 .panel-default,
#course .sec_3 ul>li.color_6 .panel-default,
#course .sec_4 ul>li.color_6 .panel-default {
  background-color: #0098d8;
}

#course .sec_2 ul>li.color_6 h3>a,
#course .sec_3 ul>li.color_6 h3>a,
#course .sec_4 ul>li.color_6 h3>a {
  border-color: #0098d8;
}

#course .sec_2 ul>li.color_7 .panel-default,
#course .sec_3 ul>li.color_7 .panel-default,
#course .sec_4 ul>li.color_7 .panel-default {
  background-color: #7fbe26;
}

#course .sec_2 ul>li.color_7 h3>a,
#course .sec_3 ul>li.color_7 h3>a,
#course .sec_4 ul>li.color_7 h3>a {
  border-color: #7fbe26;
}

#course .sec_2 ul>li.color_8 .panel-default,
#course .sec_3 ul>li.color_8 .panel-default,
#course .sec_4 ul>li.color_8 .panel-default {
  background-color: #e9545d;
}

#course .sec_2 ul>li.color_8 h3>a,
#course .sec_3 ul>li.color_8 h3>a,
#course .sec_4 ul>li.color_8 h3>a {
  border-color: #e9545d;
}

#course .sec_2 ul>li.color_9 .panel-default,
#course .sec_3 ul>li.color_9 .panel-default,
#course .sec_4 ul>li.color_9 .panel-default {
  background-color: #f29600;
}

#course .sec_2 ul>li.color_9 h3>a,
#course .sec_3 ul>li.color_9 h3>a,
#course .sec_4 ul>li.color_9 h3>a {
  border-color: #f29600;
}

#course .sec_2 ul>li.color_10 .panel-default,
#course .sec_3 ul>li.color_10 .panel-default,
#course .sec_4 ul>li.color_10 .panel-default {
  background-color: #90529c;
}

#course .sec_2 ul>li.color_10 h3>a,
#course .sec_3 ul>li.color_10 h3>a,
#course .sec_4 ul>li.color_10 h3>a {
  border-color: #90529c;
}

#course .sec_2 ul>li.color_11 .panel-default,
#course .sec_3 ul>li.color_11 .panel-default,
#course .sec_4 ul>li.color_11 .panel-default {
  background-color: #003984;
}

#course .sec_2 ul>li.color_11 h3>a,
#course .sec_3 ul>li.color_11 h3>a,
#course .sec_4 ul>li.color_11 h3>a {
  border-color: #003984;
}

#course .sec_2 ul>li.color_12 .panel-default,
#course .sec_3 ul>li.color_12 .panel-default,
#course .sec_4 ul>li.color_12 .panel-default {
  background-color: #c20051;
}

#course .sec_2 ul>li.color_12 h3>a,
#course .sec_3 ul>li.color_12 h3>a,
#course .sec_4 ul>li.color_12 h3>a {
  border-color: #c20051;
}

#course .sec_2 ul>li.color_13 .panel-default,
#course .sec_3 ul>li.color_13 .panel-default,
#course .sec_4 ul>li.color_13 .panel-default {
  background-color: #868905;
}

#course .sec_2 ul>li.color_13 h3>a,
#course .sec_3 ul>li.color_13 h3>a,
#course .sec_4 ul>li.color_13 h3>a {
  border-color: #868905;
}

#course .sec_2 ul>li.color_14 .panel-default,
#course .sec_3 ul>li.color_14 .panel-default,
#course .sec_4 ul>li.color_14 .panel-default {
  background-color: #EB6100;
}

#course .sec_2 ul>li.color_14 h3>a,
#course .sec_3 ul>li.color_14 h3>a,
#course .sec_4 ul>li.color_14 h3>a {
  border-color: #EB6100;
}

#course .sec_2 ul>li.color_15 .panel-default,
#course .sec_3 ul>li.color_15 .panel-default,
#course .sec_4 ul>li.color_15 .panel-default {
  background-color: #0097E0;
}

#course .sec_2 ul>li.color_15 h3>a,
#course .sec_3 ul>li.color_15 h3>a,
#course .sec_4 ul>li.color_15 h3>a {
  border-color: #0097E0;
}

#course .sec_2 ul>li.color_16 .panel-default,
#course .sec_3 ul>li.color_16 .panel-default,
#course .sec_4 ul>li.color_16 .panel-default {
  background-color: #00B097;
}

#course .sec_2 ul>li.color_16 h3>a,
#course .sec_3 ul>li.color_16 h3>a,
#course .sec_4 ul>li.color_16 h3>a {
  border-color: #00B097;
}

#course .sec_2 ul.new_course{
  padding-top: 50px;
  border-top: 1px solid #999;
  margin-top: 50px;
}
#course .sec_2 ul.new_course .course_txt1{
  margin: 5px auto 0;
  text-align: right;
}

#course .sec_2 {
  padding-top: 50px;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_2 {
    padding-top: 10px;
  }
}

#course .sec_2 ul>li {
  width: 33.3%;
}

@media only screen and (max-width: 768px),
print {
  #course .sec_2 ul>li {
    width: 48%;
  }
}

@media only screen and (max-width: 577px),
print {
  #course .sec_2 ul>li {
    width: 100%;
  }
}


#course .course_note{
  margin-top: 30px;
}

#course .course_note p{
  font-size: 14px;
}

#course .course_note .course_note__list{
  display: block;
  margin-left: 25px;
  width: calc(100% - 25px);
}

#course .course_note .course_note__list li{
  width: 100%;
  list-style: disc;
  padding: 0;
  font-size: 14px;
}



#course .sec_3 {
  padding-top: 40px;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_3 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

#course .sec_3 ul>li {
  width: 100%;
}

#course .sec_3 ul>li strong {
  font-size: 14px;
  display: block;
  font-weight: bold;
}

#course .sec_3 ol {
  margin-top: 14px;
  color: #fff;
}

#course .sec_3 ol.list__1 li {
  margin-bottom: 14px;
}

#course .sec_3 ol.list__2 li {
  margin-bottom: 14px;
}

#course .sec_4 {
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-top: dotted 1px #333;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_4 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

#course .sec_4 .inner {
  display: block;
}

#course .sec_4 ul>li {
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_4 ul>li h3 {
    display: block;
  }
}

#course .sec_4 ul>li h3 a {
  border: none;
}

#course .sec_4 ul>li strong {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

#course .sec_5 {
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-top: dotted 1px #333;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_5 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

#course .sec_5 .inner {
  display: block;
}

#course .sec_5 ul>li {
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
}

@media only screen and (max-width: 577px),
print {
  #course .sec_4 ul>li h3 {
    display: block;
  }
}


#course .btn_ex {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
}

@media only screen and (max-width: 768px),
print {
  #course .btn_ex {
    font-size: 15px;
  }
}

#course .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#course .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#course .btn_style1 {
  border-radius: 100px;
  display: inline-block;
  color: #FFF;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #course .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#course .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#course .btn_style2 {
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  padding: 5px 40px 5px 50px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #course .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#course .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#course .btn_style2:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#course .page_ttl {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 20px auto;
  padding: 40px 20px 0 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .page_ttl {
    padding: 20px 20px 0 20px;
  }
}

#course .page_ttl .page_ttl_sub_txt {
  font-size: 2.2rem;
}

#course .page_ttl .page_ttl_sub_txt a{
  color: #252525;
  text-decoration: underline;
  transition: color 0.2s;
}

#course .page_ttl .page_ttl_sub_txt a:hover{
  color: rgba(37,37,37,0.8);
}

@media only screen and (max-width: 768px),
print {
  #course .page_ttl .page_ttl_sub_txt {
    font-size: 18px;
  }
}


#course .page_ttl h2,
#course .page_ttl h1 {
  font-size: 45px;
  font-weight: normal;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #252525;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {

  #course .page_ttl h2,
  #course .page_ttl h1 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}

#course .page_ttl h3 {
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #course .page_ttl h3 {
    font-size: 18px;
  }
}

#course .page_ttl .page_ttl_area {
  border-bottom: 2px solid #252525;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #course .page_ttl .page_ttl_area {
    margin: 0 0 10px 0;
  }
}

#course .page_ttl .page_ttl_area h2,
#course .page_ttl .page_ttl_area h1 {
  border-bottom: none;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px),
print {

  #course .page_ttl .page_ttl_area h2,
  #course .page_ttl .page_ttl_area h1 {
    margin: 0 0 0 0;
  }
}

#course .page_ttl .page_ttl_area ul.komeList {
  margin: 0 auto;
  display: inline-block;
}

#course .page_ttl .page_ttl_area ul.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

#course .course_nav {
  max-width: 1020px;
  margin: 40px auto 60px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav {
    display: block;
    margin: 20px auto 30px auto;
  }
}

#course .course_nav li {
  display: table;
  margin-top: 15px;
  position: relative;
}

#course .course_nav li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  background-color: #DDE5E8;
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav li a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav li a br {
    display: none;
  }
}

#course .course_nav li:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 10px;
  font-size: 170%;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@media only screen and (max-width: 1024px),
print {
  #course .course_nav li:after {
    right: 3px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav li:after {
    content: "\f105";
    top: 30%;
  }
}

#course .course_nav .active a {
  color: #FFF;
}

#course .course_nav .active:after {
  color: #FFF;
}

#course .course_nav_bottom {
  max-width: 1020px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav_bottom {
    display: block;
    margin: 0 auto 30px auto;
  }
}

#course .course_nav_bottom li {
  display: table;
  position: relative;
  margin-bottom: 10px;
}

#course .course_nav_bottom li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  background-color: #DDE5E8;
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav_bottom li a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav_bottom li a br {
    display: none;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_nav_bottom li:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    top: 30%;
    right: 10px;
    font-size: 170%;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
  }
}

#course .course_nav_bottom .active a {
  color: #FFF;
}

#course .course_nav_bottom .active:after {
  color: #FFF;
}

#course .col5 li {
  width: 19%;
}

@media only screen and (max-width: 768px),
print {
  #course .col5 li {
    width: 90%;
    margin: 10px auto 0 auto;
  }
}

#course .col5::before {
  content: "";
  display: block;
  width: 19%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#course .col5::after {
  content: "";
  display: block;
  width: 19%;
}

#course .col4 li {
  width: 24%;
}

@media only screen and (max-width: 768px),
print {
  #course .col4 li {
    width: 90%;
    margin: 10px auto 0 auto;
  }
}

#course .col4::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#course .col4::after {
  content: "";
  display: block;
  width: 24%;
}

#course .col3 li {
  width: 32%;
}

@media only screen and (max-width: 768px),
print {
  #course .col3 li {
    width: 90%;
    margin: 10px auto 0 auto;
  }
}

#course .col3::after {
  content: "";
  display: block;
  width: 32%;
}

#course .sec_ttl {
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 7px;
}

@media only screen and (max-width: 768px),
print {
  #course .sec_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#course .sec_ttl-small {
  font-size: 18px;
}

#course .sec_ttl-small .ttl_bg{
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
}

#course .sec_ttl-small.ttl_center {
  text-align: center;
}

#course .sec_ttl-small.ttl_bold {
  font-weight: bold;
}

#course .open_bnr {
  text-align: center;
  padding: 0 20px 60px 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .open_bnr {
    padding: 0 20px 30px 20px;
  }
}

#course .open_bnr .pc {
  display: inline-block;
}

@media only screen and (max-width: 768px),
print {
  #course .open_bnr .pc {
    display: none;
  }
}

#course .open_bnr .sp {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #course .open_bnr .sp {
    display: inline-block;
  }
}

#course .opencampus_cta{
  text-align: center;
  padding-inline: 20px;
  margin-bottom: 71.5px;
}

#course .opencampus_cta .cta_txt{
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

#course .opencampus_cta .cta_txt .txt_inner{
  display: inline-block;
  position: relative;
  padding-inline: 20px;
}

#course .opencampus_cta .cta_txt .txt_inner::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 77%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
  background-color: #252525;
}

#course .opencampus_cta .cta_txt .txt_inner::after{
  content: "";
  display: inline-block;
  width: 3px;
  height: 77%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  background-color: #252525;
}

#course .opencampus_cta .cta_bnr img{
  max-width: 768px;
}

#course .opencampus_cta .cta_txt2{
  margin-top: 7px;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  #course .opencampus_cta .cta_bnr img{
    max-width: 336px;
    width: 100%;
  }
}

#course .graduate_bnr {
  margin: 80px 0;
  padding: 0 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .graduate_bnr {
    margin: 40px 0;
  }
}

#course .graduate_bnr .ttl {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px),
print {
  #course .graduate_bnr .ttl {
    font-size: 16px;
  }
}

#course .graduate_bnr .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .graduate_bnr .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .academy_bnr {
  margin: 80px 0;
  padding: 0 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .academy_bnr {
    margin: 40px 0;
  }
}

#course .academy_bnr .ttl {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px),
print {
  #course .academy_bnr .ttl {
    font-size: 16px;
  }
}

#course .academy_bnr .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .academy_bnr .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .academy_bnr .btn_style1 {
  font-size: 22px;
}

@media only screen and (max-width: 768px),
print {
  #course .academy_bnr .btn_style1 {
    font-size: 16px;
  }
}

#course .tag_pickup {
  display: inline-block;
  font-size: 12px;
  margin-left: 2px;
  line-height: 1;
  padding: 4px 4px;
  color: #fff;
  background-color: #EA6176;
}

#course .course_pickup {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

#course .course_pickup .item {
  background-color: rgba(234, 97, 118, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 20px;
  position: relative;
  padding: 25px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup .item {
    display: block;
  }
}

#course .course_pickup .item .info_area_wide {
  width: 100%;
  padding: 25px 25px 0 0;
}

#course .course_pickup .item .info_area {
  width: 70%;
  padding: 25px 25px 0 0;
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup .item .info_area {
    width: 100%;
    padding: 25px 0 0 0;
  }

  #course .course_pickup .item .mt_sp1 {
    margin-top: 30px;
  }
}

#course .course_pickup .item .img_area {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup .item .img_area {
    width: 100%;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup .item .img_area img {
    width: 100%;
  }
}

#course .course_pickup .icon {
  font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EA6176;
  color: #FFF;
  padding: 2px 15px;
}

#course .course_pickup .icon span {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: normal;
  margin-left: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_pickup .icon span {
    margin-left: 10px;
  }
}

#course .course_pickup h4 {
  color: #EA6176;
  font-size: 20px;
  border-bottom: 1px dashed #252525;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#course .vocal .cont__header {
  background: url(/course/vocal/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .vocal .cont__header:before {
  background-color: #EA6176;
}

#course .vocal .btn_style1 {
  background-color: #EA6176;
}

#course .vocal .course_nav .active a {
  background-color: #EA6176;
}

#course .vocal .course_nav_bottom .active a {
  background-color: #EA6176;
}

#course .vocal .sec_ttl {
  border-bottom: 5px solid #EA6176;
}

#course .vocal .tag_pickup {
  background-color: #EA6176;
}

#course .vocal .course_pickup .item {
  background-color: rgba(234, 97, 118, 0.1);
}

#course .vocal .course_pickup .icon {
  background-color: #EA6176;
}

#course .vocal .course_pickup h4 {
  color: #EA6176;
}

#course .musician .cont__header {
  background: url(/course/promusician/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .musician .cont__header:before {
  background-color: #00A040;
}

#course .musician .btn_style1 {
  background-color: #00A040;
}

#course .musician .course_nav .active a {
  background-color: #00A040;
}

#course .musician .course_nav_bottom .active a {
  background-color: #00A040;
}

#course .musician .sec_ttl {
  border-bottom: 5px solid #00A040;
}

#course .musician .tag_pickup {
  background-color: #00A040;
}

#course .musician .course_pickup .item {
  background-color: rgba(0, 160, 64, 0.1);
}

#course .musician .course_pickup .icon {
  background-color: #00A040;
}

#course .musician .course_pickup h4 {
  color: #00A040;
}

#course .jazzpop .cont__header {
  background: url(/course/jazzpop/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .jazzpop .cont__header:before {
  background-color: #AF3E92;
}

#course .jazzpop .btn_style1 {
  background-color: #AF3E92;
}

#course .jazzpop .course_nav .active a {
  background-color: #AF3E92;
}

#course .jazzpop .course_nav_bottom .active a {
  background-color: #AF3E92;
}

#course .jazzpop .sec_ttl {
  border-bottom: 5px solid #AF3E92;
}

#course .arrange .cont__header {
  background: url(/course/arrangecompose/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .arrange .cont__header:before {
  background-color: #0062B1;
}

#course .arrange .btn_style1 {
  background-color: #0062B1;
}

#course .arrange .course_nav .active a {
  background-color: #0062B1;
}

#course .arrange .course_nav_bottom .active a {
  background-color: #0062B1;
}

#course .arrange .sec_ttl {
  border-bottom: 5px solid #0062B1;
}

#course .arrange .tag_pickup {
  background-color: #0062B1;
}

#course .arrange .course_pickup .item {
  background-color: rgba(0, 98, 177, 0.1);
}

#course .arrange .course_pickup .icon {
  background-color: #0062B1;
}

#course .arrange .course_pickup h4 {
  color: #0062B1;
}


#course .performingarts .course_top .job .item h4 {
  background-color: #EB6100;
}

#course .performingarts .course_top .job .item ul li::before {
  color: #EB6100;
}

#course .performingarts .course_top .topics .icon span {
  color: #EB6100;
}

#course .performingarts .cont__header:before {
  background-color: #EB6100;
}

#course .performingarts .btn_style1 {
  background-color: #EB6100;
}

#course .performingarts .course_nav .active a {
  background-color: #EB6100;
}

#course .performingarts .course_nav_bottom .active a {
  background-color: #EB6100;
}

#course .performingarts .sec_ttl {
  border-bottom: 5px solid #EB6100;
}

#course .performingarts .tag_pickup {
  background-color: #EB6100;
}

#course .performingarts .course_pickup .item {
  background-color: rgba(235,98,0, 0.1);
}

#course .performingarts .course_pickup .icon {
  background-color: #EB6100;
}

#course .performingarts .course_pickup h4 {
  color: #EB6100;
}

#course .performingarts .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #EB6100 !important;
}

#course .performingarts .curriculum .lesson .item h3 {
  color: #EB6100;
}

#course .performingarts .curriculum .lesson .item h3 small {
  color: #EB6100;
}

#course .performingarts .curriculum .lesson .career_path_block.lesson_wrap .block_box_right,
#course .performingarts .curriculum .lesson .career_path_block.lesson_wrap .block_box_left {
  border-color: #EB6100;
}

#course .performingarts .course_voice .voice_block h3::before {
  color: #EB6100;
}

#course .performingarts .course_voice .voice_block h5 {
  color: #EB6100;
}

#course .performingarts .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #EB6100;
}

#course .performingarts .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #EB6100;
}

#course .performingarts .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(235,97,0,0.1);
}

#course .performingarts .course_voice .voice_block .item .item_question {
  color: #EB6100;
}

#course .entertainmentstaff .course_top .job .item h4 {
  background-color: #0097E0;
}

#course .entertainmentstaff .course_top .job .item ul li::before {
  color: #0097E0;
}

#course .entertainmentstaff .course_top .topics .icon span {
  color: #0097E0;
}

#course .entertainmentstaff .cont__header:before {
  background-color: #0097E0;
}

#course .entertainmentstaff .btn_style1 {
  background-color: #0097E0;
}

#course .entertainmentstaff .course_nav .active a {
  background-color: #0097E0;
}

#course .entertainmentstaff .course_nav_bottom .active a {
  background-color: #0097E0;
}

#course .entertainmentstaff .sec_ttl {
  border-bottom: 5px solid #0097E0;
}

#course .entertainmentstaff .tag_pickup {
  background-color: #0097E0;
}

#course .entertainmentstaff .course_pickup .item {
  background-color: rgba(0,151,224, 0.1);
}

#course .entertainmentstaff .course_pickup .icon {
  background-color: #0097E0;
}

#course .entertainmentstaff .course_pickup h4 {
  color: #0097E0;
}

#course .entertainmentstaff .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #0097E0 !important;
}

#course .entertainmentstaff .curriculum .lesson .item h3 {
  color: #0097E0;
}

#course .entertainmentstaff .curriculum .lesson .item h3 small {
  color: #0097E0;
}

#course .entertainmentstaff .curriculum .lesson .career_path_block.lesson_wrap .block_box_right,
#course .entertainmentstaff .curriculum .lesson .career_path_block.lesson_wrap .block_box_left {
  border-color: #0097E0;
}

#course .entertainmentstaff .course_voice .voice_block h3::before {
  color: #0097E0;
}

#course .entertainmentstaff .course_voice .voice_block h5 {
  color: #0097E0;
}

#course .entertainmentstaff .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #0097E0;
}

#course .entertainmentstaff .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #0097E0;
}

#course .entertainmentstaff .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(0,151,224, 0.1);
}

#course .entertainmentstaff .course_voice .voice_block .item .item_question {
  color: #0097E0;
}

#course .entertainmenthr .course_top .job .item h4 {
  background-color: #00B097;
}

#course .entertainmenthr .course_top .job .item ul li::before {
  color: #00B097;
}

#course .entertainmenthr .course_top .topics .icon span {
  color: #00B097;
}

#course .entertainmenthr .cont__header:before {
  background-color: #00B097;
}

#course .entertainmenthr .btn_style1 {
  background-color: #00B097;
}

#course .entertainmenthr .course_nav .active a {
  background-color: #00B097;
}

#course .entertainmenthr .course_nav_bottom .active a {
  background-color: #00B097;
}

#course .entertainmenthr .sec_ttl {
  border-bottom: 5px solid #00B097;
}

#course .entertainmenthr .tag_pickup {
  background-color: #00B097;
}

#course .entertainmenthr .course_pickup .item {
  background-color: rgba(0,176,150, 0.1);
}

#course .entertainmenthr .course_pickup .icon {
  background-color: #00B097;
}

#course .entertainmenthr .course_pickup h4 {
  color: #00B097;
}

#course .entertainmenthr .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #00B097 !important;
}

#course .entertainmenthr .curriculum .lesson .item h3 {
  color: #00B097;
}

#course .entertainmenthr .curriculum .lesson .item h3 small {
  color: #00B097;
}

#course .entertainmenthr .curriculum .lesson .career_path_block.lesson_wrap .block_box_right,
#course .entertainmenthr .curriculum .lesson .career_path_block.lesson_wrap .block_box_left {
  border-color: #00B097;
}

#course .entertainmenthr .course_voice .voice_block h3::before {
  color: #00B097;
}

#course .entertainmenthr .course_voice .voice_block h5 {
  color: #00B097;
}

#course .entertainmenthr .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #00B097;
}

#course .entertainmenthr .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #00B097;
}

#course .entertainmenthr .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(0,176,150, 0.1);
}

#course .entertainmenthr .course_voice .voice_block .item .item_question {
  color: #00B097;
}

#course .business .cont__header {
  background: url(/course/musicbusiness/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .business .cont__header:before {
  background-color: #f4c200;
}

#course .business .btn_style1 {
  background-color: #f4c200;
}

#course .business .course_nav .active a {
  background-color: #f4c200;
}

#course .business .course_nav_bottom .active a {
  background-color: #f4c200;
}

#course .business .sec_ttl {
  border-bottom: 5px solid #f4c200;
}

#course .business .tag_pickup {
  background-color: #f4c200;
}

#course .business .course_pickup .item {
  background-color: rgba(244, 194, 0, 0.1);
}

#course .business .course_pickup .icon {
  background-color: #f4c200;
}

#course .business .course_pickup h4 {
  color: #f4c200;
}

#course .sound .cont__header {
  background: url(/course/soundvisuallighting/img/main_back.jpg) no-repeat top center;
  background-size: cover;
}

#course .sound .cont__header:before {
  background-color: #0098D8;
}

#course .sound .btn_style1 {
  background-color: #0098D8;
}

#course .sound .course_nav .active a {
  background-color: #0098D8;
}

#course .sound .course_nav_bottom .active a {
  background-color: #0098D8;
}

#course .sound .sec_ttl {
  border-bottom: 5px solid #0098D8;
}

#course .sound .tag_pickup {
  background-color: #0098D8;
}

#course .sound .course_pickup .item {
  background-color: rgba(0, 152, 216, 0.1);
}

#course .sound .course_pickup .icon {
  background-color: #0098D8;
}

#course .sound .course_pickup h4 {
  color: #0098D8;
}

#course .voice .cont__header {
  background: url(/course/voiceactor/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .voice .cont__header:before {
  background-color: #7FBE26;
}

#course .voice .btn_style1 {
  background-color: #7FBE26;
}

#course .voice .course_nav .active a {
  background-color: #7FBE26;
}

#course .voice .course_nav_bottom .active a {
  background-color: #7FBE26;
}

#course .voice .sec_ttl {
  border-bottom: 5px solid #7FBE26;
}

#course .voice .tag_pickup {
  background-color: #7FBE26;
}

#course .voice .course_pickup .item {
  background-color: rgba(127, 190, 38, 0.1);
}

#course .voice .course_pickup .icon {
  background-color: #7FBE26;
}

#course .voice .course_pickup h4 {
  color: #7FBE26;
}

#course .dance .cont__header {
  background: url(/course/dance/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .dance .cont__header:before {
  background-color: #E9545D;
}

#course .dance .btn_style1 {
  background-color: #E9545D;
}

#course .dance .course_nav .active a {
  background-color: #E9545D;
}

#course .dance .course_nav_bottom .active a {
  background-color: #E9545D;
}

#course .dance .sec_ttl {
  border-bottom: 5px solid #E9545D;
}

#course .dance .sec_ttl-small .ttl_bg {
  background-color: #E9545D;
  color: #fff;
}

#course .dance .sec_ttl-small .ttl_color,
#course .dance .sec_ttl-small .ttl_color small {
  color: #E9545D;
}

#course .dance .list_wrap_small_wrap {
  border:1px solid #E9545D;
}

#course .dance .tag_pickup {
  background-color: #E9545D;
}

#course .dance .course_pickup .item {
  background-color: rgba(233, 84, 93, 0.1);
}

#course .dance .course_pickup .item .info_area {
  /*width: auto;*/
}

#course .dance .course_pickup .icon {
  background-color: #E9545D;
}

#course .dance .course_pickup h4 {
  color: #E9545D;
}

#course .musical .cont__header {
  background: url(/course/musical/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .musical .cont__header:before {
  background-color: #F29600;
}

#course .musical .btn_style1 {
  background-color: #F29600;
}

#course .musical .course_nav .active a {
  background-color: #F29600;
}

#course .musical .course_nav_bottom .active a {
  background-color: #F29600;
}

#course .musical .sec_ttl {
  border-bottom: 5px solid #F29600;
}

#course .musical .tag_pickup {
  background-color: #F29600;
}

#course .musical .course_pickup .item {
  background-color: rgba(242, 150, 0, 0.1);
}

#course .musical .course_pickup .item ul li {
  position: relative;
  padding-left: 0.8em;
}

#course .musical .course_pickup .item ul li::before {
  font-family: FontAwesome;
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

#course .musical .course_pickup .icon {
  background-color: #F29600;
}

#course .musical .course_pickup h4 {
  color: #F29600;
}

#course .piano .cont__header {
  background: url(/course/piano/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .piano .cont__header:before {
  background-color: #90529C;
}

#course .piano .btn_style1 {
  background-color: #90529C;
}

#course .piano .course_nav .active a {
  background-color: #90529C;
}

#course .piano .course_nav_bottom .active a {
  background-color: #90529C;
}

#course .piano .sec_ttl {
  border-bottom: 5px solid #90529C;
}

#course .piano .tag_pickup {
  background-color: #90529C;
}

#course .piano .course_pickup .item {
  background-color: rgba(144, 82, 156, 0.1);
}

#course .piano .course_pickup .icon {
  background-color: #90529C;
}

#course .piano .course_pickup h4 {
  color: #90529C;
}

#course .string .cont__header {
  background: url(/course/wind/img/main_back.jpg) no-repeat center center;
  background-size: cover;
}

#course .string .cont__header:before {
  background-color: #003984;
}

#course .string .btn_style1 {
  background-color: #003984;
}

#course .string .course_nav .active a {
  background-color: #003984;
}

#course .string .course_nav_bottom .active a {
  background-color: #003984;
}

#course .string .sec_ttl {
  border-bottom: 5px solid #003984;
}

#course .string .tag_pickup {
  background-color: #003984;
}

#course .string .course_pickup .item {
  background-color: rgba(0, 57, 132, 0.1);
}

#course .string .course_pickup .icon {
  background-color: #003984;
}

#course .string .course_pickup h4 {
  color: #003984;
}

#course .academy .cont__header:before {
  background-color: #D70054;
}

#course .academy .btn_style1 {
  background-color: #D70054;
}

#course .academy .course_nav .active a {
  background-color: #D70054;
}

#course .academy .course_nav_bottom .active a {
  background-color: #D70054;
}

#course .academy .sec_ttl {
  border-bottom: 5px solid #D70054;
}

#course .academy .tag_pickup {
  background-color: #D70054;
}

#course .academy .course_pickup .item {
  background-color: rgba(193, 1, 71, 0.1);
}

#course .academy .course_pickup .icon {
  background-color: #D70054;
}

#course .academy .course_pickup h4 {
  color: #D70054;
}

#course .diploma .cont__header:before {
  background-color: #ffd000;
}

#course .diploma .btn_style1 {
  background-color: #ffd000;
}

#course .diploma .course_nav .active a {
  background-color: #ffd000;
}

#course .diploma .course_nav_bottom .active a {
  background-color: #ffd000;
}

#course .diploma .sec_ttl {
  border-bottom: 5px solid #ffd000;
}

#course .diploma .tag_pickup {
  background-color: #ffd000;
}

#course .diploma .course_pickup .item {
  background-color: rgba(255, 208, 0, 0.1);
}

#course .diploma .course_pickup .icon {
  background-color: #ffd000;
}

#course .diploma .course_pickup h4 {
  color: #ffd000;
}

#course .course_top .main_block {
  font-size: 16px;
  margin-bottom: 70px;
}

#course .course_top.course_top_curriculum {
  margin-top: -60px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .main_block {
    font-size: 14px;
    margin-bottom: 40px;
  }

  #course .course_top.course_top_curriculum {
    margin-top: -10px;
  }
}

#course .course_top .main_block .catch {
  text-align: center;
  font-size: 27px;
  margin: 50px 0;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .main_block .catch {
    font-size: 18px;
    margin: 20px 0;
    text-align: left;
    line-height: 1.5;
  }
}

#course .course_top .main_block .special_page {
  margin-top: 50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .main_block .special_page {
    margin-top: 25px;
  }
}

#course .course_top .main_block .special_page .ttl {
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .main_block .special_page .ttl {
    font-size: 14px;
  }
}

#course .course_top .main_block .special_page .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .course_top .main_block .special_page .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .course_top .news {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .news {
    padding: 0 0 30px 0;
  }
}

#course .course_top .news h2 {
  font-size: 36px;
  border-bottom: 1px solid #252525;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#course .course_top .news .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .news .news_wrap {
    display: block;
  }
}

#course .course_top .news .news_wrap .item {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .news .news_wrap .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

#course .course_top .news .news_wrap .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 5px;
}

#course .course_top .news .news_wrap .item .cat_date .cat {
  background-color: #252525;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}

#course .course_top .news .news_wrap .item .img_area {
  text-align: center;
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
  background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe800', endColorstr='#0075c1', GradientType=1);
  /* IE6-9 */
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .news .news_wrap .item .img_area {
    max-width: 280px;
    margin: 0 auto 10px auto;
  }
}

#course .course_top .news .news_wrap .item .img_area a {
  color: #FFF;
}

#course .course_top .news .news_wrap .item .img_area a .ov_txt {
  opacity: 0;
  display: none;
}

#course .course_top .news .news_wrap .item .img_area a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

#course .course_top .news .news_wrap .item .img_area a:hover .ov_txt {
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 0.5em;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 45%;
  left: 40%;
}

#course .course_top .news .news_wrap .item .img_area a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}

#course .course_top .news .news_wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#course .course_top .news .list_btn {
  text-align: center;
  margin: 50px 0 20px 0;
}

#course .course_top .news .site_btn {
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .news .site_btn {
    display: none;
  }
}

#course .course_top .center_catch {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding: 0 20px 50px 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .center_catch {
    font-size: 20px;
    padding: 0 20px 30px 20px;
  }

  #course .course_top .center_catch br {
    display: none;
  }
}

#course .course_top .about{
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .about {
    margin-bottom: 50px;
  }
}

#course .course_top .job {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job {
    margin-bottom: 50px;
  }
}

#course .course_top .job .job_wrap {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  padding: 20px 20px 10px 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .job_wrap {
    display: block;
  }
}

#course .course_top .job .job_wrap .item {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .job_wrap .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

#course .course_top .job .job_wrap .item .mrg {
  margin-bottom: 10px;
}

#course .course_top .job .job_wrap .item h4 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

#course .course_top .job .job_wrap .item ul li {
  position: relative;
  padding-left: 0.8em;
}

#course .course_top .job .job_wrap .item ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
}

#course .course_top .job .job_wrap .item .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .job_wrap .item .row2 {
    display: block;
  }
}

#course .course_top .job .job_wrap .item .row2 li {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .job_wrap .item .row2 li {
    width: 100%;
  }
}

#course .course_top .job .job_wrap .item .row2 li.w49 {
  width: 49%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .job_wrap .item .row2 li.w49 {
    width: 100%;
  }
}

#course .course_top .job .other {
  padding: 20px;
  border: 1px solid #252525;
}

#course .course_top .job .other h4 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #252525;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#course .course_top .job .other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .other ul {
    display: block;
  }
}

#course .course_top .job .other ul li {
  position: relative;
  padding-left: 0.8em;
  margin-right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .job .other ul li {
    margin-right: 0;
  }
}

#course .course_top .job .other ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
}

#course .course_top .point {
  padding: 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point {
    padding: 30px 0;
  }
}

#course .course_top .point .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_wrap {
    display: block;
  }
}

#course .course_top .point .point_wrap .item {
  width: 31%;
  margin: 10px;
  background-color: #FFF;
  border-radius: 1000px;
  padding: 30px 50px 50px 50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_wrap .item {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 20px 40px 40px 40px;
  }
}

#course .course_top .point .point_wrap .item h4 {
  font-family: 'Montserrat';
  text-align: center;
  border-bottom: 1px dashed #252525;
  padding-bottom: 25px;
}

#course .course_top .point .point_wrap .item h4 span {
  font-size: 38px;
}

#course .course_top .point .point_wrap .item strong {
  font-size: 15px;
}

#course .course_top .point .point_wrap:nth-last-child(n+2) {
  margin-bottom: 50px;
}

#course .course_top .point .point_btns .item {
  margin-bottom: 20px;
}

#course .course_top .point .point_btns .item .ttl {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .item .ttl {
    font-size: 14px;
  }
}

#course .course_top .point .point_btns .item .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .course_top .point .point_btns .item .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .course_top .point .point_btns .item .btn_style1 {
  display: block;
  font-size: 16px;
}

#course .course_top .point .point_btns .cl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl2 {
    display: block;
  }
}

#course .course_top .point .point_btns .cl2 .item {
  width: 50%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl2 .item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

#course .course_top .point .point_btns .cl2 .item a {
  margin: 0 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl2 .item a {
    margin: 0;
  }
}

#course .course_top .point .point_btns .cl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl3 {
    display: block;
  }
}

#course .course_top .point .point_btns .cl3 .item {
  width: 33.3%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl3 .item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

#course .course_top .point .point_btns .cl3 .item a {
  margin: 0 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .point .point_btns .cl3 .item a {
    margin: 0;
  }
}

#course .course_top .topics {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics {
    padding-bottom: 30px;
  }
}

#course .course_top .topics .lead_txt {
  font-size: 16px;
  margin-bottom: 30px;
}

#course .course_top .topics .item {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item {
    display: block;
  }
}

#course .course_top .topics .item .info_area {
  width: 70%;
  padding: 50px 25px 25px 25px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item .info_area {
    width: 100%;
    padding: 40px 15px 15px 15px;
  }
}

#course .course_top .topics .item .img_area {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item .img_area {
    width: 100%;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item .img_area img {
    width: 100%;
  }
}

#course .course_top .topics .item2 {
  background-color: #FFF;
  position: relative;
  padding: 50px 25px 25px 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 {
    padding: 40px 15px 15px 15px;
  }
}

#course .course_top .topics .item2 .list_wrap {
  display: flex;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 5px;
}

#course .course_top .topics .item2 .list_wrap li {
  width: 305px;
  margin-top: 10px;
}

#course .course_top .topics .item2 .list_wrap li .txt1 {
  margin-top: 8px;
  text-align: left;
  padding-bottom: 20px;
}

#course .course_top .topics .item2 .list_wrap_small_wrap{
  padding: 15px;
  margin-top: 30px;
}

#course .course_top .topics .item2 .list_wrap_small {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
}

#course .course_top .topics .item2 .list_wrap_small .item_list{
  width: 100px;
}

#course .course_top .topics .item2 .list_wrap_small .item_list .list_name{
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 .list_wrap li {
    width: 90%;
    margin: 10px auto 0 auto;
  }

  #course .course_top .topics .item2 .list_wrap_small {
    justify-content: space-between;
  }
  #course .course_top .topics .item2 .list_wrap_small::before{
    order: 1;
  }
  #course .course_top .topics .item2 .list_wrap_small::before,
  #course .course_top .topics .item2 .list_wrap_small::after {
    content: "";
    width: 29%;
  }
  #course .course_top .topics .item2 .list_wrap_small .item_list{
    width: 29%;
  }
  #course .course_top .topics .item2 .list_wrap_small .item_list img{
    width: 100%;
  }

}

#course .course_top .topics .item2 .list_wrap li dt {
  text-align: center;
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
  background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe800', endColorstr='#0075c1', GradientType=1);
  /* IE6-9 */
  margin-bottom: 5px;
}

#course .course_top .topics .item2 .list_wrap li dt img{
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 .list_wrap li dt {
    max-width: 280px;
    margin: 0 auto 5px auto;
  }
}

#course .course_top .topics .item2 .list_wrap li dt a {
  color: #FFF;
}

#course .course_top .topics .item2 .list_wrap li dt a .ov_txt {
  opacity: 0;
  display: none;
}

#course .course_top .topics .item2 .list_wrap li dt a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

#course .course_top .topics .item2 .list_wrap li dt a:hover .ov_txt {
  text-align: left;
  font-weight: normal;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 50%;
  padding: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#course .course_top .topics .item2 .list_wrap li dt a img {
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 .list_wrap li dt a:hover .ov_txt {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #course .course_top .topics .item2 .list_wrap.list_wrap_sp_gradation_bg_appear li dt{
    background: none;
  }

  #course .course_top .topics .item2 .list_wrap.list_wrap_sp_gradation_bg_appear li dt a .ov_txt,
  #course .course_top .topics .item2 .list_wrap.list_wrap_sp_gradation_bg_appear li dt a:hover .ov_txt {
    background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
    background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
    text-align: left;
    font-weight: normal;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    position: static;
    top: 50%;
    padding: 15px;
    -webkit-transform: none;
    transform: none;
  }

  #course .course_top .topics .item2 .list_wrap.list_wrap_sp_gradation_bg_appear li dt a:hover img{
    opacity: 1 !important;
  }
}

#course .course_top .topics .item2 .list_wrap li dt a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}

#course .course_top .topics .item2 .list_wrap li dd {
  text-align: center;
}

#course .course_top .topics .item2 .list_wrap::before{
  order: 1;
}

#course .course_top .topics .item2 .list_wrap::before,
#course .course_top .topics .item2 .list_wrap::after {
  content: "";
  display: block;
  width: 305px;
}



/*----------------------------------------------------------------------------
* Graduates -活躍する先輩たち- 大 ここから
----------------------------------------------------------------------------*/
.graduates_feat_items {
  margin-top: 40px;
  margin-bottom: 40px;
}

.graduates_feat_items .graduates_feat_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.graduates_feat_items .graduates_feat_item:not(:last-child) {
  margin-bottom: 35px;
}

.graduates_feat_items .graduates_feat_item .item_head {
  width: 282px;
}

.graduates_feat_items .graduates_feat_item .item_head .item_img {
  position: relative;
}

.graduates_feat_items .graduates_feat_item .item_head .item_img img {

}

.graduates_feat_items .graduates_feat_item .item_head .item_img .img_area_label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #D70054;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.graduates_feat_items .graduates_feat_item .item_head .item_img .ov_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
  background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe800', endColorstr='#0075c1', GradientType=1);
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  color: #fff;
}
.graduates_feat_items .graduates_feat_item .item_head .item_img:hover .ov_txt {
  opacity: 1;
  visibility: visible;
}

.graduates_feat_items .graduates_feat_item .item_body {
  width: calc(100% - 282px - 15px);
}

.graduates_feat_items .graduates_feat_item .item_body .item_txt1 {
  font-size: 16px;
  font-weight: bold;
}

.graduates_feat_items .graduates_feat_item .item_body .item_txt1 .icon {
  position: static !important;
  width: auto;
  font-size: 12px;
  padding: 0 0.5em;
  margin-left: 0.5em;
  background: #24b7b3;
  color: white;
  font-weight: bold;

}

.graduates_feat_items .graduates_feat_item .item_body .item_txt1 br {

}

.graduates_feat_items .graduates_feat_item .item_body .item_txt2 {

}

@media only screen and (max-width: 768px),
print {
  .graduates_feat_items {
    width: 90%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .graduates_feat_items .graduates_feat_item {

  }

  .graduates_feat_items .graduates_feat_item:not(:last-child) {
    margin-bottom: 35px;
  }

  .graduates_feat_items .graduates_feat_item .item_head {
    width: 100%;
  }

  .graduates_feat_items .graduates_feat_item .item_head .item_img {

  }

  .graduates_feat_items .graduates_feat_item .item_head .item_img img {
    width: 100%;
  }

  .graduates_feat_items .graduates_feat_item .item_head .item_img .img_area_label {
  }

  .graduates_feat_items .graduates_feat_item .item_head .item_img .ov_txt {
  }
  .graduates_feat_items .graduates_feat_item .item_head .item_img:hover .ov_txt {
  }

  .graduates_feat_items .graduates_feat_item .item_body {
    width: 100%;
    margin-top: 15px;
  }

  .graduates_feat_items .graduates_feat_item .item_body .item_txt1 {
  }

  .graduates_feat_items .graduates_feat_item .item_body .item_txt1 .icon {
  }

  .graduates_feat_items .graduates_feat_item .item_body .item_txt1 br {

  }

  .graduates_feat_items .graduates_feat_item .item_body .item_txt2 {

  }
}

/*----------------------------------------------------------------------------
* Graduates -活躍する先輩たち- 大 ここまで
----------------------------------------------------------------------------*/

#course .course_top .topics .item2 .live_event {
  color: #3A596B;
  border: 1px solid #3A596B;
  padding: 15px;
}

#course .course_top .topics .item2 .live_event h5 {
  border-bottom: 1px solid #3A596B;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#course .course_top .topics .item2 .live_event .event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 .live_event .event_wrap {
    display: block;
  }
}

#course .course_top .topics .item2 .live_event .event_wrap dl {
  width: 48%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .topics .item2 .live_event .event_wrap dl {
    width: 100%;
  }
}

#course .course_top .topics .icon {
  font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252525;
  color: #FFF;
  padding: 2px 15px;
}

#course .course_top .topics .icon span {
  margin-left: 5px;
}

#course .course_top .topics h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dashed #252525;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#course .course_top .support_wrap {
  background-color: #FFF;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}

#course .course_top .support_subbox {
  color: #3A596B;
  border: 1px solid #3A596B;
  padding: 15px;
}

#course .course_top .kizai {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .kizai {
    padding-bottom: 20px;
  }
}

#course .course_top .kizai .kizai_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .kizai .kizai_wrap {
    display: block;
  }
}

#course .course_top .kizai .kizai_wrap .item {
  width: 49%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .kizai .kizai_wrap .item {
    width: 100%;
  }
}

#course .course_top .kizai .kizai_wrap .item h4 {
  margin-bottom: 10px;
}

#course .course_top .kizai .table_style1 {
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#course .course_top .kizai .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 3px 10px;
  width: 40%;
}

#course .course_top .kizai .table_style1 tbody {
  border-top: none;
}

#course .course_top .kizai .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
  background-color: #FFF;
}

#course .course_top .kizai .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  text-align: left;
  font-size: 16px;
}

#course .course_top .kizai .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#course .course_top .kizai .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#course .course_top .nettv {
  margin-bottom: 80px;
}

#course .course_top .nettv .nettv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .nettv .nettv_wrap {
    display: block;
  }
}

#course .course_top .nettv .nettv_wrap li {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .nettv .nettv_wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#course .course_top .nettv .nettv_wrap li .img_area {
  position: relative;
  text-align: center;
}

#course .course_top .nettv .nettv_wrap li .img_area:after {
  content: url(/img/icon_play.png);
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#course .course_top .nettv .nettv_wrap li .date {
  margin: 10px 0 5px 0;
}

#course .course_top .nettv .nettv_wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#course .course_top .bnr_block {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .bnr_block {
    padding-bottom: 30px;
  }
}

#course .course_top .bnr_block .inner,
#course .course_sub .bnr_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .bnr_block .inner,
  #course .course_sub .bnr_block .inner {
    display: block;
  }
}

#course .course_top .bnr_block .inner .item,
#course .course_sub .bnr_block .inner .item {
  text-align: center;
  width: 48%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_top .bnr_block .inner .item,
  #course .course_sub .bnr_block .inner .item {
    width: 100%;
  }
}

#course .course_top .bnr_block .inner .item .ttl,
#course .course_sub .bnr_block .inner .item .ttl {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
}

#course .course_top .bnr_block .inner .item .ttl:before,
#course .course_sub .bnr_block .inner .item .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .course_top .bnr_block .inner .item .ttl:after,
#course .course_sub .bnr_block .inner .item .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#course .sns_list {
  padding-bottom: 50px;
}
#course .sns_list .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
#course .sns_list .ttl span {
  font-size: 1.6rem;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
#course .sns_list .ttl span .sp {
  display: none;
}
@media only screen and (max-width: 768px), print {
  #course .sns_list .ttl span .sp {
    display: block;
  }
}
#course .sns_list .ttl span::before, #course .sns_list .ttl span::after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  background-color: #252525;
  position: absolute;
  bottom: 0;
}
#course .sns_list .ttl span::before {
  transform: rotate(-20deg);
  left: 0;
}
#course .sns_list .ttl span::after {
  transform: rotate(20deg);
  right: 0;
}
#course .sns_list .ttl_sub {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
#course .sns_list .list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#course .sns_list .list + .ttl_sub {
  margin-top: 1.5em;
}
#course .sns_list .list .item {
  position: relative;
  width: 50px;
}
#course .sns_list .list .item + .item {
  margin-left: 10px;
}
#course .sns_list .list .item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
}
#course .sns_list .list .item .link img {
  display: block;
  width: 100%;
}
#course .sns_list .list .item .link--type-x {
  background-color: #000000;
}
#course .sns_list .list .item .link--type-fb {
  background-color: transparent;
}
#course .sns_list .list .item .link--type-ig {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#course .sns_list .list .item .link--type-yt {
  background-color: #FF0000;
}
#course .sns_list .list .item .link--type-tk {
  background-color: #000000;
}
#course .sns_list hr {
  display: none;
}

#course .popup-contents {
  display: none;
}

#course .popup-contents .inline-movie-item {
  display: none;
}

#course .mfp-movie .inline-movie-item {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

#course .mfp-movie .inline-movie-item .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media only screen and (max-width: 768px),
print {
  #course .mfp-movie .inline-movie-item .youtube {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

#course .mfp-movie .inline-movie-item .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#course .mfp-close-btn-in .mfp-close {
  top: -45px;
  right: -15px;
  color: #FFF;
}

@media only screen and (max-width: 768px),
print {
  #course .mfp-close-btn-in .mfp-close {
    right: 0px;
  }
}

#course .vocal .course_top .job .item h4 {
  background-color: #EA6176;
}

#course .vocal .course_top .job .item ul li::before {
  color: #EA6176;
}

#course .vocal .course_top .job-list_full li::before {
  color: #EA6176;
}

#course .vocal .course_top .point .item h4 span {
  color: #EA6176;
}

#course .vocal .course_top .point .item strong {
  color: #EA6176;
}

#course .vocal .course_top .topics .icon span {
  color: #EA6176;
}

#course .musician .course_top .job .item h4 {
  background-color: #00A040;
}

#course .musician .course_top .job .item ul li::before {
  color: #00A040;
}

#course .musician .course_top .job-list_full li::before {
  color: #00A040;
}

#course .musician .course_top .point .item h4 span {
  color: #00A040;
}

#course .musician .course_top .point .item strong {
  color: #00A040;
}

#course .musician .course_top .topics .icon span {
  color: #00A040;
}

#course .jazzpop .course_top .job .item h4 {
  background-color: #AF3E92;
}

#course .jazzpop .course_top .job .item ul li::before {
  color: #AF3E92;
}

#course .jazzpop .course_top .job-list_full li::before {
  color: #AF3E92;
}

#course .jazzpop .course_top .point .item h4 span {
  color: #AF3E92;
}

#course .jazzpop .course_top .point .item strong {
  color: #AF3E92;
}

#course .jazzpop .course_top .topics .icon span {
  color: #AF3E92;
}
#course .jazzpop .course_pickup .icon {
  background-color: #AF3E92;
}

#course .jazzpop .course_pickup .item {
  background-color: rgba(175, 62, 147, 0.1);
}

#course .jazzpop .course_pickup h4 {
  color: #AF3E92;
}

#course .arrange .course_top .job .item h4 {
  background-color: #0062B1;
}

#course .arrange .course_top .job .item ul li::before {
  color: #0062B1;
}

#course .arrange .course_top .job-list_full li::before {
  color: #0062B1;
}

#course .arrange .course_top .point .item h4 span {
  color: #0062B1;
}

#course .arrange .course_top .point .item strong {
  color: #0062B1;
}

#course .arrange .course_top .topics .icon span {
  color: #0062B1;
}

#course .business .course_top .job .item h4 {
  background-color: #f4c200;
}

#course .business .course_top .job .item ul li::before {
  color: #f4c200;
}

#course .business .course_top .job-list_full li::before {
  color: #f4c200;
}

#course .business .course_top .point .item h4 span {
  color: #f4c200;
}

#course .business .course_top .point .item strong {
  color: #f4c200;
}

#course .business .course_top .topics .icon span {
  color: #f4c200;
}

#course .sound .course_top .job .item h4 {
  background-color: #0098D8;
}

#course .sound .course_top .job .item ul li::before {
  color: #0098D8;
}

#course .sound .course_top .job-list_full li::before {
  color: #0098D8;
}

#course .sound .course_top .point .item h4 span {
  color: #0098D8;
}

#course .sound .course_top .point .item strong {
  color: #0098D8;
}

#course .sound .course_top .topics .icon span {
  color: #0098D8;
}

#course .voice .course_top .job .item h4 {
  background-color: #7FBE26;
}

#course .voice .course_top .job .item ul li::before {
  color: #7FBE26;
}

#course .voice .course_top .job-list_full li::before {
  color: #7FBE26;
}

#course .voice .course_top .point .item h4 span {
  color: #7FBE26;
}

#course .voice .course_top .point .item strong {
  color: #7FBE26;
}

#course .voice .course_top .topics .icon span {
  color: #7FBE26;
}

#course .dance .course_top .job .item h4 {
  background-color: #E9545D;
}

#course .dance .course_top .job .item ul li::before {
  color: #E9545D;
}

#course .dance .course_top .job-list_full li::before {
  color: #E9545D;
}

#course .dance .course_top .point .item h4 span {
  color: #E9545D;
}

#course .dance .course_top .point .item strong {
  color: #E9545D;
}

#course .dance .course_top .topics .icon span {
  color: #E9545D;
}

#course .musical .course_top .job .item h4 {
  background-color: #F29600;
}

#course .musical .course_top .job .item ul li::before {
  color: #F29600;
}

#course .musical .course_top .job-list_full li::before {
  color: #F29600;
}

#course .musical .course_top .point .item h4 span {
  color: #F29600;
}

#course .musical .course_top .point .item strong {
  color: #F29600;
}

#course .musical .course_top .topics .icon span {
  color: #F29600;
}

#course .piano .course_top .job .item h4 {
  background-color: #90529C;
}

#course .piano .course_top .job .item ul li::before {
  color: #90529C;
}

#course .piano .course_top .job-list_full li::before {
  color: #90529C;
}

#course .piano .course_top .point .item h4 span {
  color: #90529C;
}

#course .piano .course_top .point .item strong {
  color: #90529C;
}

#course .piano .course_top .topics .icon span {
  color: #90529C;
}

#course .string .course_top .job .item h4 {
  background-color: #003984;
}

#course .string .course_top .job .item ul li::before {
  color: #003984;
}

#course .string .course_top .job-list_full li::before {
  color: #003984;
}

#course .string .course_top .point .item h4 span {
  color: #003984;
}

#course .string .course_top .point .item strong {
  color: #003984;
}

#course .string .course_top .topics .icon span {
  color: #003984;
}

#course .academy .course_top .job .item h4 {
  background-color: #D70054;
}

#course .academy .course_top .job .item ul li::before {
  color: #D70054;
}

#course .academy .course_top .job-list_full li::before {
  color: #D70054;
}

#course .academy .course_top .point .item h4 span {
  color: #D70054;
}

#course .academy .course_top .point .item strong {
  color: #D70054;
}

#course .academy .course_top .topics .icon span {
  color: #D70054;
}

#course .academy .course_top .license {
  background-color: #fff;
  border: 2px solid #D70054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#course .academy .course_top .license h4 {
  background-color: #D70054;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  width: 30em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.8;
}

#course .academy .course_top .license h4 span {
  display: inline-block;
}

#course .academy .course_top .license p {
  padding: 10px 20px;
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  #course .academy .course_top .license {
    display: block;
  }

  #course .academy .course_top .license h4,
  #course .academy .course_top .license p {
    width: 100%;
  }
}

#course .academy .item .list__setsumei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#course .academy .item .list__setsumei li {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #course .academy .item .list__setsumei li {
    width: 100%;
  }
}

#course .academy .item .list__setsumei li.vo .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #e95098;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list__setsumei li.co .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #24b7b3;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list__setsumei li.pf .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #a675b0;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list__setsumei li.eo .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #eb6e8f;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list__setsumei li.jp .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #0068b7;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list__setsumei li.wo .icon {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-right: .5em;
  background: #1b8632;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

#course .academy .item .list_wrap li .icon.vo {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #e95098;
  color: white;
  font-weight: bold;
  z-index: 1;
}

#course .academy .item .list_wrap li .icon.co {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #24b7b3;
  color: white;
  font-weight: bold;
  z-index: 1;
}

#course .academy .item .list_wrap li .icon.pf {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #a675b0;
  color: white;
  font-weight: bold;
  z-index: 1;
}

#course .academy .item .list_wrap li .icon.eo {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #eb6e8f;
  color: white;
  font-weight: bold;
  z-index: 1;
}

#course .academy .item .list_wrap li .icon.jp {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #0068b7;
  color: white;
  font-weight: bold;
  z-index: 1;
}

#course .academy .item .list_wrap li .icon.wo {
  position: static;
  width: auto;
  font-size: 85%;
  padding: 0 .5em;
  margin-left: .5em;
  background: #1b8632;
  color: white;
  font-weight: bold;
  z-index: 1;
}
#course .course_top .topics .item2 .list_wrap li dt a .img_area_label{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #D70054;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

#course .diploma .course_top .job .item h4 {
  background-color: #ffd000;
}

#course .diploma .course_top .job .item ul li::before {
  color: #ffd000;
}

#course .diploma .course_top .job-list_full li::before {
  color: #ffd000;
}

#course .diploma .course_top .point .item h4 span {
  color: #ffd000;
}

#course .diploma .course_top .point .item strong {
  color: #D70054;
}

#course .senko .main_block {
  font-size: 16px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .main_block {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

#course .senko .main_block h1,
#course .senko .main_block h2 {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {

  #course .senko .main_block h1,
  #course .senko .main_block h2 {
    font-size: 24px;
  }
}

#course .senko .main_block h1::before,
#course .senko .main_block h2::before {
  content: "【 ";
}

#course .senko .main_block h1::after,
#course .senko .main_block h2::after {
  content: " 】";
}

#course .senko .day_block {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .day_block {
    margin-bottom: 50px;
  }
}

#course .senko .day_block .inner {
  position: relative;
}

#course .senko .day_block .timeflow {
  position: relative;
  background: url(/course/img/timeflow_bg.gif) repeat-y center top;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow {
    background: url(/course/img/timeflow_bg.gif) repeat-y left 20px top;
    margin-left: 35%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px),
print {
  #course .senko .day_block .timeflow {
    margin-left: 25%;
  }
}

#course .senko .day_block .timeflow .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 15px 0;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow .item {
    margin-bottom: 20px;
  }
}

#course .senko .day_block .timeflow .item .txt_area .icon {
  font-family: 'Montserrat';
  font-size: 11px;
  background-color: #0075C2;
  display: inline-block;
  color: #FFF;
  padding: 0 10px;
  margin: 0 0 7px 0;
}

#course .senko .day_block .timeflow .item .txt_area .icon span {
  margin-left: 5px;
}

#course .senko .day_block .timeflow .item .txt_area .time {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

#course .senko .day_block .timeflow .item .txt_area .txt {
  font-size: 22px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .day_block .timeflow .item .txt_area .txt {
    font-size: 18px;
  }
}

#course .senko .day_block .timeflow li:nth-child(odd) {
  padding-left: 468px;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow li:nth-child(odd) {
    padding: 0;
  }
}

#course .senko .day_block .timeflow li:nth-child(odd) figure::after {
  content: "‥‥‥";
  margin: 0 10px;
}

#course .senko .day_block .timeflow li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 468px;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
}

#course .senko .day_block .timeflow li:nth-child(even) figure::before {
  content: "‥‥‥";
  margin: 0 10px;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow li:nth-child(even) figure::before {
    content: inherit;
    margin: 0;
  }
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow li:nth-child(even) figure::after {
    content: "‥‥‥";
    margin: 0 10px;
  }
}

#course .senko .day_block .timeflow li:nth-child(even) .txt_area {
  text-align: right;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .timeflow li:nth-child(even) .txt_area {
    text-align: left;
  }
}

#course .senko .day_block .timeflow .pickup {
  color: #0075C2;
}

#course .senko .day_block .pickup_block {
  text-align: center;
  width: 240px;
  margin: auto;
}

#course .senko .day_block .pickup_block .icon {
  font-family: 'Montserrat';
  letter-spacing: 0.2em;
  background-color: #0075C2;
  display: inline-block;
  color: #FFF;
  padding: 0 15px;
  margin: 0 0 10px 0;
}

#course .senko .day_block .pickup_block .icon span {
  margin-left: 5px;
}

#course .senko .day_block .pickup_block .txt {
  margin-top: 10px;
}

#course .senko .day_block .pickup1 {
  position: absolute;
  top: 90px;
  right: 0;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .pickup1 {
    position: static;
    margin-bottom: 30px;
  }
}

#course .senko .day_block .pickup2 {
  position: absolute;
  top: 280px;
  left: 0;
}

@media screen and (max-width: 1040px) {
  #course .senko .day_block .pickup2 {
    position: static;
  }
}

#course .senko .timetable {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .timetable {
    margin-bottom: 50px;
  }
}

#course .senko .timetable .table-responsive {
  width: 90%;
  margin: 0 auto 30px auto;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .timetable .table-responsive {
    width: 100%;
  }
}

#course .senko .timetable .table_ttl {
  width: 90%;
  margin: 0 auto 15px auto;
  font-size: 20px;
  font-weight: normal;
  color: #252525;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .timetable .table_ttl {
    width: 100%;
  }
}

#course .senko .timetable .table_ttl::before {
  content: "●";
  margin-right: 5px;
}

#course .senko .timetable .table_style1 {
  min-width: 768px;
  border-right: 1px #D9DEE2 solid;
  margin: auto;
}

#course .senko .timetable .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  text-align: center;
}

#course .senko .timetable .table_style1 thead .emp {
  background-color: #FFF;
}

#course .senko .timetable .table_style1 tbody {
  border-top: none;
}

#course .senko .timetable .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
  width: 17%;
  text-align: center;
}

#course .senko .timetable .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

#course .senko .timetable .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#course .senko .timetable .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#course .senko .teacher {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher {
    margin-bottom: 50px;
  }
}

#course .senko .teacher .teacher_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher .teacher_wrap {
    display: block;
  }
}

#course .senko .teacher .teacher_wrap .item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher .teacher_wrap .item {
    display: block;
    width: 100%;
  }
}

#course .senko .teacher .teacher_wrap .item figure {
  text-align: center;
  width: 25%;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher .teacher_wrap .item figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

#course .senko .teacher .teacher_wrap .item .info_area {
  width: 70%;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher .teacher_wrap .item .info_area {
    width: 100%;
  }
}

#course .senko .teacher .teacher_wrap .item .info_area h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .senko .teacher .teacher_wrap .item .info_area h4 {
    font-size: 18px;
  }
}

#course .senko .teacher .teacher_wrap .item .info_area h4 small {
  font-weight: bold;
  color: #252525;
}

#course .vocal .senko .day_block .icon span {
  color: #EA6176;
}

#course .vocal .senko .timetable .table_ttl::before {
  color: #EA6176;
}

#course .musician .senko .day_block .icon span {
  color: #00A040;
}

#course .musician .senko .timetable .table_ttl::before {
  color: #00A040;
}

#course .jazzpop .senko .day_block .icon span {
  color: #AF3E92;
}

#course .jazzpop .senko .timetable .table_ttl::before {
  color: #AF3E92;
}

#course .arrange .senko .day_block .icon span {
  color: #0062B1;
}

#course .arrange .senko .timetable .table_ttl::before {
  color: #0062B1;
}

#course .business .senko .day_block .icon span {
  color: #f4c200;
}

#course .business .senko .timetable .table_ttl::before {
  color: #f4c200;
}

#course .sound .senko .day_block .icon span {
  color: #0098D8;
}

#course .sound .senko .timetable .table_ttl::before {
  color: #0098D8;
}

#course .voice .senko .day_block .icon span {
  color: #7FBE26;
}

#course .voice .senko .timetable .table_ttl::before {
  color: #7FBE26;
}

#course .dance .senko .day_block .icon span {
  color: #E9545D;
}

#course .dance .senko .timetable .table_ttl::before {
  color: #E9545D;
}

#course .musical .senko .day_block .icon span {
  color: #F29600;
}

#course .musical .senko .timetable .table_ttl::before {
  color: #F29600;
}

#course .piano .senko .day_block .icon span {
  color: #90529C;
}

#course .piano .senko .timetable .table_ttl::before {
  color: #90529C;
}

#course .string .senko .day_block .icon span {
  color: #003984;
}

#course .string .senko .timetable .table_ttl::before {
  color: #003984;
}

#course .academy .senko .day_block .icon span {
  color: #D70054;
}

#course .academy .senko .timetable .table_ttl::before {
  color: #D70054;
}

#course .curriculum .curriculim_block {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #course .curriculum .curriculim_block {
    margin-bottom: 50px;
  }
}

#course .curriculum .curriculim_block .tab_box .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .curriculim_block .tab_box .tab_nav li {
    width: 50%;
  }
}

#course .curriculum .curriculim_block .tab_box .tab_nav li a {
  text-align: center;
  color: #252525;
  font-size: 18px;
  display: block;
  background-color: #DDE5E8;
  padding: 5px 100px;
  margin: 0 2px;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .curriculim_block .tab_box .tab_nav li a {
    padding: 5px 10px;
  }
}

#course .curriculum .curriculim_block .tab_box .tab_nav li a:hover {
  text-decoration: none;
}

#course .curriculum .curriculim_block .tab_box .tab_nav li a:focus {
  text-decoration: none;
}

#course .curriculum .curriculim_block .tab_box .tab_nav .active a {
  color: #FFF;
  position: relative;
}

#course .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

#course .curriculum .curriculim_block .tab_box h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}

#course .curriculum .curriculim_block .tab_box h3::before {
  content: "●";
  margin-right: 10px;
}

#course .curriculum .curriculim_block .tab_box .table_style1 {
  width: 100%;
  min-width: 768px;
  border-right: 1px #D9DEE2 solid;
  margin: auto;
}

#course .curriculum .curriculim_block .tab_box .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
}

#course .curriculum .curriculim_block .tab_box .table_style1 thead .emp {
  background-color: #FFF;
}

#course .curriculum .curriculim_block .tab_box .table_style1 tbody {
  border-top: none;
}

#course .curriculum .curriculim_block .tab_box .table_style1:not(.td_with_auto) tbody tr td {
  width: 35%;
}
  #course .curriculum .curriculim_block .tab_box .table_style1 tbody tr td {
  border-top: 1px #D9DEE2 solid;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .curriculim_block .tab_box .table_style1 tbody tr td {
    width: 40%;
  }
  #course .curriculum .curriculim_block .tab_box .table_style1.td_with_auto tbody tr td {
    width: auto;
  }
}


@media only screen and (max-width: 768px),
print {
  #course .curriculum .sp_scroll_img {
    overflow-x: scroll;
  }
  #course .curriculum .sp_scroll_img .img1{
    height: 280px;
    width: auto;
    max-width: none;
  }
}


#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr td .table_style1_label {
  font-weight:bold;
  margin: 0;
}


#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr td li {
  position: relative;
  padding-left: 0.8em;
}

#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr td li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #999;
}

#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#course .curriculum .curriculim_block .tab_box .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#course .curriculum .curriculim_block .tab_box .table_style1  .padding-block-30px{
  padding-block: 30px;
}

#course .curriculum .curriculim_block .tab_box .table_style2 tbody tr td {
  width: 25%;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .curriculim_block .tab_box .table_style2 tbody tr td {
    width: 25%;
  }
}

#course .curriculum .lesson {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #course .curriculum .lesson {
    margin-bottom: 50px;
  }
}

#course .curriculum .lesson .minttl {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: normal;
}

#course .curriculum .lesson .minttl::before {
  content: "●";
  margin-right: 10px;
}

#course .curriculum .lesson .lesson_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_left {
  width: calc(70% - 7.5px);
  border: 1px solid #000;
  padding: 15px;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_left .item {
  width: 100%;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right {
  width: calc(30% - 7.5px);
  border: 1px solid #000;
  padding: 15px;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right .item {
  width: 100%;
}
#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right .item:last-child {
  margin-bottom: 0;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right .item h3 {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

#course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right .item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .lesson .lesson_wrap {
    display: block;
  }

  #course .curriculum .lesson .career_path_block.lesson_wrap .block_box_left{
    margin-bottom: 20px;
  }

  #course .curriculum .lesson .career_path_block.lesson_wrap .block_box_right,
  #course .curriculum .lesson .career_path_block.lesson_wrap .block_box_left {
    width: 100%;
  }
}

#course .curriculum .lesson .lesson_wrap .item {
  width: 30%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .curriculum .lesson .lesson_wrap .item {
    width: 100%;
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

#course .curriculum .lesson .lesson_wrap .item figure {
  margin-bottom: 10px;
  text-align: center;
}

#course .curriculum .lesson .lesson_wrap .item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

#course .curriculum .lesson .lesson_wrap .item h3 small {
  font-size: 14px;
  font-weight: bold;
}

#course .curriculum .lesson .lesson_wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#course .curriculum .box_point{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

#course .curriculum .box_point::before{
  content: "POINT";
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  rotate: -15deg;
  font-size: 12px;
}

#course .curriculum .box_point .point_txt{
  border: 1px solid #000;
  padding: 10px;
}

#course .vocal .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #EA6176 !important;
}

#course .vocal .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #EA6176 !important;
}

#course .vocal .curriculum .curriculim_block .tab_box h3::before {
  color: #EA6176;
}

#course .vocal .curriculum .lesson .item h3 {
  color: #EA6176;
}

#course .vocal .curriculum .lesson .item h3 small {
  color: #EA6176;
}

#course .musician .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #00A040 !important;
}

#course .musician .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #00A040 !important;
}

#course .musician .curriculum .curriculim_block .tab_box h3::before {
  color: #00A040;
}

#course .musician .curriculum .lesson .item h3 {
  color: #00A040;
}

#course .musician .curriculum .lesson .item h3 small {
  color: #00A040;
}

#course .jazzpop .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #AF3E92 !important;
}

#course .jazzpop .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #AF3E92 !important;
}

#course .jazzpop .curriculum .curriculim_block .tab_box h3::before {
  color: #AF3E92;
}

#course .jazzpop .curriculum .lesson .item h3 {
  color: #AF3E92;
}

#course .jazzpop .curriculum .lesson .item h3 small {
  color: #AF3E92;
}

#course .jazzpop .curriculum .box_point::before {
  background-color: #AF3E92;
}

#course .arrange .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #0062B1 !important;
}

#course .arrange .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #0062B1 !important;
}

#course .arrange .curriculum .curriculim_block .tab_box h3::before {
  color: #0062B1;
}

#course .arrange .curriculum .lesson .minttl::before {
  color: #0062B1;
}

#course .arrange .curriculum .lesson .item h3 {
  color: #0062B1;
}

#course .arrange .curriculum .lesson .item h3 small {
  color: #0062B1;
}

#course .business .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #f4c200 !important;
}

#course .business .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #f4c200 !important;
}

#course .business .curriculum .curriculim_block .tab_box h3::before {
  color: #f4c200;
}

#course .business .curriculum .lesson .item h3 {
  color: #f4c200;
}

#course .business .curriculum .lesson .item h3 small {
  color: #f4c200;
}

#course .sound .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #0098D8 !important;
}

#course .sound .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #0098D8 !important;
}

#course .sound .curriculum .curriculim_block .tab_box h3::before {
  color: #0098D8;
}

#course .sound .curriculum .lesson .item h3 {
  color: #0098D8;
}

#course .sound .curriculum .lesson .item h3 small {
  color: #0098D8;
}

#course .voice .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #7FBE26 !important;
}

#course .voice .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #7FBE26 !important;
}

#course .voice .curriculum .curriculim_block .tab_box h3::before {
  color: #7FBE26;
}

#course .voice .curriculum .lesson .item h3 {
  color: #7FBE26;
}

#course .voice .curriculum .lesson .item h3 small {
  color: #7FBE26;
}

#course .dance .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #E9545D !important;
}

#course .dance .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #E9545D !important;
}

#course .dance .curriculum .curriculim_block .tab_box h3::before {
  color: #E9545D;
}

#course .dance .curriculum .lesson .item h3 {
  color: #E9545D;
}

#course .dance .curriculum .lesson .item h3 small {
  color: #E9545D;
}

#course .musical .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #F29600 !important;
}

#course .musical .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #F29600 !important;
}

#course .musical .curriculum .curriculim_block .tab_box h3::before {
  color: #F29600;
}

#course .musical .curriculum .lesson .item h3 {
  color: #F29600;
}

#course .musical .curriculum .lesson .item h3 small {
  color: #F29600;
}

#course .piano .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #90529C !important;
}

#course .piano .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #90529C !important;
}

#course .piano .curriculum .curriculim_block .tab_box h3::before {
  color: #90529C;
}

#course .piano .curriculum .lesson .item h3 {
  color: #90529C;
}

#course .piano .curriculum .lesson .item h3 small {
  color: #90529C;
}

#course .string .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #003984 !important;
}

#course .string .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #003984 !important;
}

#course .string .curriculum .curriculim_block .tab_box h3::before {
  color: #003984;
}

#course .string .curriculum .lesson .item h3 {
  color: #003984;
}

#course .string .curriculum .lesson .item h3 small {
  color: #003984;
}

#course .academy .curriculum .curriculim_block .tab_box .tab_nav .active a {
  background-color: #D70054 !important;
}

#course .academy .curriculum .curriculim_block .tab_box .tab_nav .active a::after {
  border-top-color: #D70054 !important;
}

#course .academy .curriculum .curriculim_block .tab_box h3::before {
  color: #D70054;
}

#course .academy .curriculum .lesson .ttl__style_3 {
  width: 100%;
}

#course .academy .curriculum .lesson .ttl__style_3::before {
  background-color: #D70054;
}

#course .academy .curriculum .lesson .item h3 {
  color: #D70054;
}

#course .academy .curriculum .lesson .item h3 small {
  color: #D70054;
}

#course .course_voice {
  padding: 80px 0 0 0;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice {
    padding: 50px 0 0 0;
  }
}

#course .course_voice .voice_block .item {
  margin-bottom: 50px;
}

#course .course_voice .voice_block .item .item_voices{
  background-color: #fff;
}

#course .course_voice .voice_block .item .item_voice:not(:last-child){
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item {
    margin-bottom: 30px;
  }
}

#course .course_voice .voice_block .item h3 {
  font-size: 24px;
  font-family: 'Montserrat';
  margin-bottom: 20px;
  position: relative;
  padding-left: 0.8em;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#course .course_voice .voice_block .item h3::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
}

#course .course_voice .voice_block .item h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item h4 {
    font-size: 18px;
  }
}

#course .course_voice .voice_block .item h5 {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.5;
}

#course .course_voice .voice_block .item .profile {
  border-bottom: 1px dashed #252525;
  padding-bottom: 10px;
}

#course .course_voice .voice_block .item .voice_txt1{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.34;
}

#course .course_voice .voice_block .item .teacher_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .teacher_wrap {
    display: block;
  }
}

#course .course_voice .voice_block .item .teacher_wrap figure {
  width: 27%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .teacher_wrap figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

#course .course_voice .voice_block .item .teacher_wrap .info_area {
  width: 70%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .teacher_wrap .info_area {
    width: 100%;
  }
}

#course .course_voice .voice_block .item .teacher_wrap .info_area2 {
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .teacher_wrap .info_area2 {
    width: 100%;
  }
}

#course .course_voice .voice_block .item .student_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap {
    display: block;
  }
}

#course .course_voice .voice_block .item .student_wrap .info_area {
  width: 45%;
  margin-right: 20px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap .info_area {
    width: 100%;
    margin-bottom: 10px;
  }
}

#course .course_voice .voice_block .item .student_wrap figure {
  width: 40%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap figure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

#course .course_voice .voice_block .item .student_wrap figure .img2 img {
  max-height: 350px;
  position: absolute;
  bottom: 10px;
  right: -50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap figure .img2 img {
    position: static;
  }
}

#course .course_voice .voice_block .item .student_wrap figure .img2-1 img {
  max-height: 350px;
  position: absolute;
  bottom: 10px;
  right: -50px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap figure .img2-1 img {
    position: static;
  }
}

#course .course_voice .voice_block .item .student_wrap2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 20px;
}

#course .course_voice .voice_block .item .student_wrap2.align_top {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap2 {
    display: block;
  }
}

#course .course_voice .voice_block .item .student_wrap2 .info_area {
  width: 70%;
  max-width: 658px;
  margin-right: 20px;
}

#course .course_voice .voice_block .item .student_wrap2 .info_area .area_row {
  display: flex;
  gap: 15px;
}

#course .course_voice .voice_block .item .student_wrap2 .info_area .area_row .area_row_content {

}

#course .course_voice .voice_block .item .student_wrap2 .info_area .area_row .area_row_schedule {
  flex-shrink: 0;
  width: 300px;
  margin-top: 29px;
}
#course .course_voice .voice_block .item .student_wrap2 .info_area .area_row .area_row_schedule.align_self_center {
  align-self: center;
  margin-top: 0;
}

@media only screen and (max-width: 980px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .info_area .area_row {
    flex-wrap: wrap;
  }

  #course .course_voice .voice_block .item .student_wrap2 .info_area .area_row .area_row_schedule {
    flex-shrink: 1;
    width: 95%;
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
  }
}


@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .info_area {
    width: 100%;
    margin-bottom: 10px;
  }
}

#course .course_voice .voice_block .item .student_wrap2 .info_area .schedule__ttl {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

#course .course_voice .voice_block .item .student_wrap2 .info_area .schedule2 {
  width: 100%;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .info_area .schedule__ttl {
    font-size: 14px;
  }
}

#course .course_voice .voice_block .item .student_wrap2 .info_area .schedule__txt {
  font-size: 12px;
  margin-top: 5px;
}
#course .course_voice .voice_block .item .student_wrap2 .info_area .schedule__txt2 {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .info_area .schedule__txt {
    font-size: 12px;
  }
}




#course .course_voice .voice_block .item .student_wrap2 .img_area {
  width: 30%;
}

#course .course_voice .voice_block .item .student_wrap2 .img_area.img_performingarts_teacher{
  text-align: center;
}

#course .course_voice .voice_block .item .student_wrap2 .img_area.img_performingarts_teacher img{
  height: 350px;
}

#course .course_voice .voice_block .item .student_wrap2 .img_area2 {
  width: 25%;
  display: flex;
  align-items: center;
  position: relative;
}

#course .course_voice .voice_block .item .student_wrap2 .img_area2 .img{
  width:100%;
}

#course .course_voice .voice_block .item .student_wrap2 .img_area2 .img_area_txt1{
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: -3px;
  right: 0;
  text-align: right;
}

@media only screen and (max-width: 980px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .img_area2 {
    width: 100%;
    max-width: 200px;
    margin: 25px auto 0;
  }

  #course .course_voice .voice_block .item .student_wrap2 .img_area2 .img_area_txt1{
    position: static;
    text-align: center;
  }
}
@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .student_wrap2 .img_area{
    width: 100%;
    max-width: 200px;
    margin: 25px auto 0;
  }
}


#course .course_voice .voice_block .item .day_routine {
  background-color: #FFF;
  padding: 14px 20px 20px;
}

#course .course_voice .voice_block .item .day_routine .day_routine_ttl{
  text-align: center;
  font-size: 17px;
  position: relative;
}

#course .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  background-color: #FFF;
  position: relative;
  padding-inline: 12px;
}

#course .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 0;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  row-gap: 20px;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items::before {
  content: "";
  order: 1;
  width: calc(33% - 10px);
}
#course .course_voice .voice_block .item .day_routine .day_routine_items::after {
  content: "";
  width: calc(33% - 10px);
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item {
  width: calc(33% - 10px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content {
  padding: 11px 20px;
  flex-grow: 1;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_thumb{
  width: 100%;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_thumb img{
  width: 100%;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_txt {
  letter-spacing: 0.4px;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_label {

}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_label li {
  display: inline-block;
  color: #0075C1;
  margin-right: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_label li::before {
  content: "#";
}

#course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_label li:not(:last-child) {
  margin-right: 5px;
}

@media only screen and (max-width: 768px),
print {
  #course .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item {
    width: 100%;
  }
}

#course .course_voice .voice_block .qa_items {
  padding: 0 20px 20px 20px;
}

#course .course_voice .voice_block .item .qa_item:not(:last-child) {
  margin-bottom: 35px;
}

#course .course_voice .voice_block .item .item_question {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}

#course .course_voice .voice_block .item .item_question::before {
  content: "Q";
  font-size: 27px;
  position: absolute;
  top: -9px;
  left: 0;
}

#course .course_voice .voice_block .item .item_answer {

}


#course .vocal .course_voice .voice_block h3::before {
  color: #EA6176;
}

#course .vocal .course_voice .voice_block h5 {
  color: #EA6176;
}

#course .vocal .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #EA6176;
}

#course .vocal .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #EA6176;
}

#course .vocal .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(234,97,118,0.1);
}

#course .vocal .course_voice .voice_block .item .item_question {
  color: #EA6176;
}

#course .musician .course_voice .voice_block h3::before {
  color: #00A040;
}

#course .musician .course_voice .voice_block h5 {
  color: #00A040;
}

#course .musician .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 320px;
  bottom: 15px;
  right: -10px;
}

#course .musician .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #00A040;
}
#course .musician .course_voice .voice_block .item .day_routine .item_content{
  background-color: rgba(0, 160, 64, 0.1);
}

#course .musician .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #00A040;
}


@media only screen and (max-width: 768px),
print {
  #course .musician .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .jazzpop .course_voice .voice_block h3::before {
  color: #AF3E92;
}

#course .jazzpop .course_voice .voice_block h5 {
  color: #AF3E92;
}

#course .jazzpop .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #AF3E92;
}
#course .jazzpop .course_voice .voice_block .item .day_routine .item_content{
  background-color: rgba(175, 62, 146, 0.1);
}

#course .jazzpop .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #AF3E92;
}


#course .jazzpop .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 350px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .jazzpop .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .arrange .course_voice .voice_block h3::before {
  color: #0062B1;
}

#course .arrange .course_voice .voice_block h5 {
  color: #0062B1;
}

#course .arrange .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #0062B1;
}

#course .arrange .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #0062B1;
}

#course .arrange .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(0, 98, 177,0.1);
}

#course .business .course_voice .voice_block h3::before {
  color: #f4c200;
}

#course .business .course_voice .voice_block h5 {
  color: #f4c200;
}



#course .business .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 350px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .business .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .sound .course_voice .voice_block h3::before {
  color: #0098D8;
}

#course .sound .course_voice .voice_block h5 {
  color: #0098D8;
}

#course .voice .course_voice .voice_block h3::before {
  color: #7FBE26;
}

#course .voice .course_voice .voice_block h5 {
  color: #7FBE26;
}

#course .voice .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 350px;
  bottom: 20px;
  right: 15px;
}

@media only screen and (max-width: 768px),
print {
  #course .voice .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .dance .course_voice .voice_block h3::before {
  color: #E9545D;
}

#course .dance .course_voice .voice_block h5 {
  color: #E9545D;
}

#course .dance .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 350px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .dance .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .musical .course_voice .voice_block h3::before {
  color: #F29600;
}

#course .musical .course_voice .voice_block h5 {
  color: #F29600;
}

#course .musical .course_voice .voice_block .student_wrap figure .img2 img {
  max-height: 350px;
  bottom: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #course .musical .course_voice .voice_block .student_wrap figure .img2 img {
    max-height: 350px;
  }
}

#course .piano .course_voice .voice_block h3::before {
  color: #90529C;
}

#course .piano .course_voice .voice_block h5 {
  color: #90529C;
}

#course .string .course_voice .voice_block h3::before {
  color: #003984;
}

#course .string .course_voice .voice_block h5 {
  color: #003984;
}

#course .string .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #003984;
}

#course .string .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #003984;
}

#course .string .course_voice .voice_block .item .day_routine .day_routine_items .day_routine_item .item_content{
  background-color: rgba(0, 57, 132, 0.1);
}

#course .string .course_voice .voice_block .item .item_question {
  color: #003984;
}

#course .academy .course_voice .voice_block h3::before {
  color: #D70054;
}

#course .academy .course_voice .voice_block h5 {
  color: #D70054;
}
#course .academy .course_voice .voice_block .item .day_routine .day_routine_ttl .ttl_inner{
  color: #D70054;
}
#course .academy .course_voice .voice_block .item .day_routine .item_content{
  background-color: rgba(215, 0, 84, 0.1);
}

#course .academy .course_voice .voice_block .item .day_routine .day_routine_ttl::before{
  background-color: #D70054;
}

#course .diploma .course_voice .voice_block h3::before {
  color: #ffd000;
}

#course .diploma .course_voice .voice_block h5 {
  color: #ffd000;
}

#course .box_diploma .box__mover {
  display: none !important;
}

#course .box_diploma .panel-title a .icon::before {
  content: '\f105';
}

#course .job-list_full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

#course .job-list_full li {
  width: 25%;
  position: relative;
  padding-left: 0.8em;
  padding-right: 1em;
}

#course .job-list_full li.w33 {
  width: 33%;
}

@media only screen and (max-width: 768px),
print {
  #course .job-list_full li,
  #course .job-list_full li.w33 {
    width: 100%;
    padding-right: 0;
  }
}

#course .job-list_full li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
}

@media only screen and (min-width: 769px) {
  #course .sp_only {
    display: none;
  }
}

.vocal .support {
  margin-bottom: 100px;
}

.vocal .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support_subbox {
    margin-top: 20px;
  }
}

.vocal .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #EA6176;
}

.vocal .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.vocal .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #EA6176;
}

.vocal .support ul li .arrow {
  font-size: 80%;
  color: #EA6176;
  margin: 0 .2em;
}

.vocal .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.vocal .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #EA6176;
}

.vocal .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support ul.licencelist li {
    display: block;
  }
}

.vocal .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support ul.licencelist li>span {
    width: auto;
  }
}

.vocal .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.vocal .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support ul.licencelist li .arrow {
    width: auto;
  }
}

.vocal .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.vocal .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.vocal .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #EA6176;
}

.vocal .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.vocal .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .vocal .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.vocal .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support__circle_lead {
    font-size: 12px;
  }
}

.vocal .support__circle_num {
  font-size: 55px;
  color: #EA6176;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support__circle_num {
    font-size: 20px;
  }
}

.vocal .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support__circle_num-small {
    font-size: 12px;
  }
}

.vocal .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .vocal .support__circle_num p {
    font-size: 12px;
  }
}

.vocal .future__box {
  background: white;
  padding: 20px;
}

.vocal .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #EA6176;
}

.vocal .future__list {
  clear: both;
}

.vocal .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.vocal .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .vocal .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.vocal .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #EA6176;
}

.vocal .future__list li .arrow {
  font-size: 80%;
  color: #EA6176;
  margin: 0 .2em;
}

.vocal .future__result {
  background: rgba(234, 97, 118, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.vocal .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.vocal .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .vocal .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .vocal .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.vocal .future__subbox {
  background: white;
  padding: 15px;
}

.vocal .future__subbox_ttl {
  color: #EA6176;
  text-align: center;
}

.vocal .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.vocal .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #EA6176;
}

.vocal .future__subbox ul li .arrow {
  font-size: 80%;
  color: #EA6176;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.musician .support {
  margin-bottom: 100px;
}

.musician .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .musician .support_subbox {
    margin-top: 20px;
  }
}

.musician .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #00A040;
}

.musician .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.musician .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #00A040;
}

.musician .support ul li .arrow {
  font-size: 80%;
  color: #00A040;
  margin: 0 .2em;
}

.musician .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.musician .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #00A040;
}

.musician .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .musician .support ul.licencelist li {
    display: block;
  }
}

.musician .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .musician .support ul.licencelist li>span {
    width: auto;
  }
}

.musician .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .musician .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.musician .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .musician .support ul.licencelist li .arrow {
    width: auto;
  }
}

.musician .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.musician .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.musician .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #00A040;
}

.musician .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.musician .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .musician .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .musician .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.musician .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .musician .support__circle_lead {
    font-size: 12px;
  }
}

.musician .support__circle_num {
  font-size: 55px;
  color: #00A040;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .musician .support__circle_num {
    font-size: 20px;
  }
}

.musician .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .musician .support__circle_num-small {
    font-size: 12px;
  }
}

.musician .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .musician .support__circle_num p {
    font-size: 12px;
  }
}

.musician .future__box {
  background: white;
  padding: 20px;
}

.musician .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #00A040;
}

.musician .future__list {
  clear: both;
}

.musician .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.musician .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .musician .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.musician .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #00A040;
}

.musician .future__list li .arrow {
  font-size: 80%;
  color: #00A040;
  margin: 0 .2em;
}

.musician .future__result {
  background: rgba(0, 160, 64, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.musician .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.musician .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .musician .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .musician .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.musician .future__subbox {
  background: white;
  padding: 15px;
}

.musician .future__subbox_ttl {
  color: #00A040;
  text-align: center;
}

.musician .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.musician .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #00A040;
}

.musician .future__subbox ul li .arrow {
  font-size: 80%;
  color: #00A040;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.jazzpop .support {
  margin-bottom: 100px;
}

.jazzpop .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support_subbox {
    margin-top: 20px;
  }
}

.jazzpop .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #AF3E92;
}

.jazzpop .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.jazzpop .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #AF3E92;
}

.jazzpop .support ul li .arrow {
  font-size: 80%;
  color: #AF3E92;
  margin: 0 .2em;
}

.jazzpop .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.jazzpop .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #AF3E92;
}

.jazzpop .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support ul.licencelist li {
    display: block;
  }
}

.jazzpop .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support ul.licencelist li>span {
    width: auto;
  }
}

.jazzpop .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.jazzpop .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support ul.licencelist li .arrow {
    width: auto;
  }
}

.jazzpop .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.jazzpop .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.jazzpop .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #AF3E92;
}

.jazzpop .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.jazzpop .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .jazzpop .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.jazzpop .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support__circle_lead {
    font-size: 12px;
  }
}

.jazzpop .support__circle_num {
  font-size: 55px;
  color: #AF3E92;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support__circle_num {
    font-size: 20px;
  }
}

.jazzpop .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support__circle_num-small {
    font-size: 12px;
  }
}

.jazzpop .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .support__circle_num p {
    font-size: 12px;
  }
}

.jazzpop .future__box {
  background: white;
  padding: 20px;
}

.jazzpop .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #AF3E92;
}

.jazzpop .future__list {
  clear: both;
}

.jazzpop .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.jazzpop .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.jazzpop .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #AF3E92;
}

.jazzpop .future__list li .arrow {
  font-size: 80%;
  color: #AF3E92;
  margin: 0 .2em;
}

.jazzpop .future__result {
  background: rgba(175, 62, 147, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.jazzpop .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.jazzpop .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .jazzpop .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .jazzpop .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.jazzpop .future__subbox {
  background: white;
  padding: 15px;
}

.jazzpop .future__subbox_ttl {
  color: #AF3E92;
  text-align: center;
}

.jazzpop .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.jazzpop .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #AF3E92;
}

.jazzpop .future__subbox ul li .arrow {
  font-size: 80%;
  color: #AF3E92;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.arrange .support {
  margin-bottom: 100px;
}

.arrange .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support_subbox {
    margin-top: 20px;
  }
}

.arrange .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #0062B1;
}

.arrange .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.arrange .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0062B1;
}

.arrange .support ul li .arrow {
  font-size: 80%;
  color: #0062B1;
  margin: 0 .2em;
}

.arrange .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.arrange .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0062B1;
}

.arrange .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support ul.licencelist li {
    display: block;
  }
}

.arrange .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support ul.licencelist li>span {
    width: auto;
  }
}

.arrange .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.arrange .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support ul.licencelist li .arrow {
    width: auto;
  }
}

.arrange .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.arrange .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.arrange .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0062B1;
}

.arrange .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.arrange .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .arrange .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.arrange .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support__circle_lead {
    font-size: 12px;
  }
}

.arrange .support__circle_num {
  font-size: 55px;
  color: #0062B1;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support__circle_num {
    font-size: 20px;
  }
}

.arrange .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support__circle_num-small {
    font-size: 12px;
  }
}

.arrange .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .arrange .support__circle_num p {
    font-size: 12px;
  }
}

.arrange .future__box {
  background: white;
  padding: 20px;
}

.arrange .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #0062B1;
}

.arrange .future__list {
  clear: both;
}

.arrange .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.arrange .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .arrange .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.arrange .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0062B1;
}

.arrange .future__list li .arrow {
  font-size: 80%;
  color: #0062B1;
  margin: 0 .2em;
}

.arrange .future__result {
  background: rgba(0, 98, 177, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.arrange .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.arrange .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .arrange .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .arrange .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.arrange .future__subbox {
  background: white;
  padding: 15px;
}

.arrange .future__subbox_ttl {
  color: #0062B1;
  text-align: center;
}

.arrange .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.arrange .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0062B1;
}

.arrange .future__subbox ul li .arrow {
  font-size: 80%;
  color: #0062B1;
  margin: 0 .2em;
}



.business .support__circle {
  background: #fff879;
}

.business .support {
  margin-bottom: 100px;
}

.business .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .business .support_subbox {
    margin-top: 20px;
  }
}

.business .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #f4c200;
}

.business .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.business .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #f4c200;
}

.business .support ul li .arrow {
  font-size: 80%;
  color: #f4c200;
  margin: 0 .2em;
}

.business .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.business .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #f4c200;
}

.business .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .business .support ul.licencelist li {
    display: block;
  }
}

.business .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .business .support ul.licencelist li>span {
    width: auto;
  }
}

.business .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .business .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.business .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .business .support ul.licencelist li .arrow {
    width: auto;
  }
}

.business .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.business .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.business .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #f4c200;
}

.business .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.business .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .business .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .business .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.business .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .business .support__circle_lead {
    font-size: 12px;
  }
}

.business .support__circle_num {
  font-size: 55px;
  color: #f4c200;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .business .support__circle_num {
    font-size: 20px;
  }
}

.business .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .business .support__circle_num-small {
    font-size: 12px;
  }
}

.business .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .business .support__circle_num p {
    font-size: 12px;
  }
}

.business .future__box {
  background: white;
  padding: 20px;
}

.business .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #f4c200;
}

.business .future__list {
  clear: both;
}

.business .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.business .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .business .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.business .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #f4c200;
}

.business .future__list li .arrow {
  font-size: 80%;
  color: #f4c200;
  margin: 0 .2em;
}

.business .future__result {
  background: rgba(244, 194, 0, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.business .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.business .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .business .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .business .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.business .future__subbox {
  background: white;
  padding: 15px;
}

.business .future__subbox_ttl {
  color: #f4c200;
  text-align: center;
}

.business .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.business .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #f4c200;
}

.business .future__subbox ul li .arrow {
  font-size: 80%;
  color: #f4c200;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.sound .support {
  margin-bottom: 100px;
}

.sound .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .sound .support_subbox {
    margin-top: 20px;
  }
}

.sound .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #0098D8;
}

.sound .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.sound .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0098D8;
}

.sound .support ul li .arrow {
  font-size: 80%;
  color: #0098D8;
  margin: 0 .2em;
}

.sound .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.sound .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0098D8;
}

.sound .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .sound .support ul.licencelist li {
    display: block;
  }
}

.sound .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .sound .support ul.licencelist li>span {
    width: auto;
  }
}

.sound .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .sound .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.sound .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .sound .support ul.licencelist li .arrow {
    width: auto;
  }
}

.sound .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.sound .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.sound .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0098D8;
}

.sound .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.sound .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .sound .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .sound .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.sound .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .sound .support__circle_lead {
    font-size: 12px;
  }
}

.sound .support__circle_num {
  font-size: 55px;
  color: #0098D8;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .sound .support__circle_num {
    font-size: 20px;
  }
}

.sound .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .sound .support__circle_num-small {
    font-size: 12px;
  }
}

.sound .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .sound .support__circle_num p {
    font-size: 12px;
  }
}

.sound .future__box {
  background: white;
  padding: 20px;
}

.sound .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #0098D8;
}

.sound .future__list {
  clear: both;
}

.sound .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.sound .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .sound .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.sound .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0098D8;
}

.sound .future__list li .arrow {
  font-size: 80%;
  color: #0098D8;
  margin: 0 .2em;
}

.sound .future__result {
  background: rgba(0, 152, 216, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.sound .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sound .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .sound .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .sound .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.sound .future__subbox {
  background: white;
  padding: 15px;
}

.sound .future__subbox_ttl {
  color: #0098D8;
  text-align: center;
}

.sound .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.sound .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #0098D8;
}

.sound .future__subbox ul li .arrow {
  font-size: 80%;
  color: #0098D8;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.voice .support {
  margin-bottom: 100px;
}

.voice .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .voice .support_subbox {
    margin-top: 20px;
  }
}

.voice .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #7FBE26;
}

.voice .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.voice .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #7FBE26;
}

.voice .support ul li .arrow {
  font-size: 80%;
  color: #7FBE26;
  margin: 0 .2em;
}

.voice .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.voice .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #7FBE26;
}

.voice .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .voice .support ul.licencelist li {
    display: block;
  }
}

.voice .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .voice .support ul.licencelist li>span {
    width: auto;
  }
}

.voice .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .voice .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.voice .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .voice .support ul.licencelist li .arrow {
    width: auto;
  }
}

.voice .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.voice .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.voice .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #7FBE26;
}

.voice .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.voice .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .voice .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .voice .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.voice .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .voice .support__circle_lead {
    font-size: 12px;
  }
}

.voice .support__circle_num {
  font-size: 55px;
  color: #7FBE26;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .voice .support__circle_num {
    font-size: 20px;
  }
}

.voice .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .voice .support__circle_num-small {
    font-size: 12px;
  }
}

.voice .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .voice .support__circle_num p {
    font-size: 12px;
  }
}

.voice .future__box {
  background: white;
  padding: 20px;
}

.voice .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #7FBE26;
}

.voice .future__list {
  clear: both;
}

.voice .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.voice .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .voice .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.voice .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #7FBE26;
}

.voice .future__list li .arrow {
  font-size: 80%;
  color: #7FBE26;
  margin: 0 .2em;
}

.voice .future__result {
  background: rgba(127, 190, 38, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.voice .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.voice .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .voice .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .voice .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.voice .future__subbox {
  background: white;
  padding: 15px;
}

.voice .future__subbox_ttl {
  color: #7FBE26;
  text-align: center;
}

.voice .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.voice .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #7FBE26;
}

.voice .future__subbox ul li .arrow {
  font-size: 80%;
  color: #7FBE26;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.dance .support {
  margin-bottom: 100px;
}

.dance .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .dance .support_subbox {
    margin-top: 20px;
  }
}

.dance .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #E9545D;
}

.dance .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.dance .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #E9545D;
}

.dance .support ul li .arrow {
  font-size: 80%;
  color: #E9545D;
  margin: 0 .2em;
}

.dance .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.dance .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #E9545D;
}

.dance .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .dance .support ul.licencelist li {
    display: block;
  }
}

.dance .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .dance .support ul.licencelist li>span {
    width: auto;
  }
}

.dance .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .dance .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.dance .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .dance .support ul.licencelist li .arrow {
    width: auto;
  }
}

.dance .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.dance .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.dance .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #E9545D;
}

.dance .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.dance .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .dance .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .dance .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.dance .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .dance .support__circle_lead {
    font-size: 12px;
  }
}

.dance .support__circle_num {
  font-size: 55px;
  color: #E9545D;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .dance .support__circle_num {
    font-size: 20px;
  }
}

.dance .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .dance .support__circle_num-small {
    font-size: 12px;
  }
}

.dance .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .dance .support__circle_num p {
    font-size: 12px;
  }
}

.dance .future__box {
  background: white;
  padding: 20px;
}

.dance .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #E9545D;
}

.dance .future__list {
  clear: both;
}

.dance .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.dance .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .dance .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.dance .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #E9545D;
}

.dance .future__list li .arrow {
  font-size: 80%;
  color: #E9545D;
  margin: 0 .2em;
}

.dance .future__result {
  background: rgba(233, 84, 93, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.dance .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dance .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .dance .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .dance .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.dance .future__subbox {
  background: white;
  padding: 15px;
}

.dance .future__subbox_ttl {
  color: #E9545D;
  text-align: center;
}

.dance .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.dance .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #E9545D;
}

.dance .future__subbox ul li .arrow {
  font-size: 80%;
  color: #E9545D;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.musical .support {
  margin-bottom: 100px;
}

.musical .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .musical .support_subbox {
    margin-top: 20px;
  }
}

.musical .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #F29600;
}

.musical .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.musical .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

.musical .support ul li .arrow {
  font-size: 80%;
  color: #F29600;
  margin: 0 .2em;
}

.musical .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.musical .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

.musical .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .musical .support ul.licencelist li {
    display: block;
  }
}

.musical .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .musical .support ul.licencelist li>span {
    width: auto;
  }
}

.musical .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .musical .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.musical .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .musical .support ul.licencelist li .arrow {
    width: auto;
  }
}

.musical .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.musical .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.musical .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

.musical .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.musical .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .musical .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .musical .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.musical .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .musical .support__circle_lead {
    font-size: 12px;
  }
}

.musical .support__circle_num {
  font-size: 55px;
  color: #F29600;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .musical .support__circle_num {
    font-size: 20px;
  }
}

.musical .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .musical .support__circle_num-small {
    font-size: 12px;
  }
}

.musical .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .musical .support__circle_num p {
    font-size: 12px;
  }
}

.musical .future__box {
  background: white;
  padding: 20px;
}

.musical .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #F29600;
}

.musical .future__list {
  clear: both;
}

.musical .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.musical .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .musical .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.musical .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

.musical .future__list li .arrow {
  font-size: 80%;
  color: #F29600;
  margin: 0 .2em;
}

.musical .future__result {
  background: rgba(242, 150, 0, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.musical .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.musical .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .musical .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .musical .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.musical .future__subbox {
  background: white;
  padding: 15px;
}

.musical .future__subbox_ttl {
  color: #F29600;
  text-align: center;
}

.musical .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.musical .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #F29600;
}

.musical .future__subbox ul li .arrow {
  font-size: 80%;
  color: #F29600;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.piano .support {
  margin-bottom: 100px;
}

.piano .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .piano .support_subbox {
    margin-top: 20px;
  }
}

.piano .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #90529C;
}

.piano .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.piano .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #90529C;
}

.piano .support ul li .arrow {
  font-size: 80%;
  color: #90529C;
  margin: 0 .2em;
}

.piano .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.piano .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #90529C;
}

.piano .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .piano .support ul.licencelist li {
    display: block;
  }
}

.piano .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .piano .support ul.licencelist li>span {
    width: auto;
  }
}

.piano .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .piano .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.piano .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .piano .support ul.licencelist li .arrow {
    width: auto;
  }
}

.piano .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.piano .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.piano .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #90529C;
}

.piano .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.piano .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .piano .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .piano .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.piano .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .piano .support__circle_lead {
    font-size: 12px;
  }
}

.piano .support__circle_num {
  font-size: 55px;
  color: #90529C;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .piano .support__circle_num {
    font-size: 20px;
  }
}

.piano .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .piano .support__circle_num-small {
    font-size: 12px;
  }
}

.piano .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .piano .support__circle_num p {
    font-size: 12px;
  }
}

.piano .future__box {
  background: white;
  padding: 20px;
}

.piano .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #90529C;
}

.piano .future__list {
  clear: both;
}

.piano .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.piano .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .piano .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.piano .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #90529C;
}

.piano .future__list li .arrow {
  font-size: 80%;
  color: #90529C;
  margin: 0 .2em;
}

.piano .future__result {
  background: rgba(144, 82, 156, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.piano .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.piano .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .piano .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .piano .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.piano .future__subbox {
  background: white;
  padding: 15px;
}

.piano .future__subbox_ttl {
  color: #90529C;
  text-align: center;
}

.piano .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.piano .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #90529C;
}

.piano .future__subbox ul li .arrow {
  font-size: 80%;
  color: #90529C;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.string .support {
  margin-bottom: 100px;
}

.string .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .string .support_subbox {
    margin-top: 20px;
  }
}

.string .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #003984;
}

.string .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.string .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #003984;
}

.string .support ul li .arrow {
  font-size: 80%;
  color: #003984;
  margin: 0 .2em;
}

.string .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.string .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #003984;
}

.string .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .string .support ul.licencelist li {
    display: block;
  }
}

.string .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .string .support ul.licencelist li>span {
    width: auto;
  }
}

.string .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .string .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.string .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .string .support ul.licencelist li .arrow {
    width: auto;
  }
}

.string .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.string .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.string .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #003984;
}

.string .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.string .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .string .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .string .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.string .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .string .support__circle_lead {
    font-size: 12px;
  }
}

.string .support__circle_num {
  font-size: 55px;
  color: #003984;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .string .support__circle_num {
    font-size: 20px;
  }
}

.string .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .string .support__circle_num-small {
    font-size: 12px;
  }
}

.string .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .string .support__circle_num p {
    font-size: 12px;
  }
}

.string .future__box {
  background: white;
  padding: 20px;
}

.string .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #003984;
}

.string .future__list {
  clear: both;
}

.string .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.string .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .string .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.string .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #003984;
}

.string .future__list li .arrow {
  font-size: 80%;
  color: #003984;
  margin: 0 .2em;
}

.string .future__result {
  background: rgba(0, 57, 132, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.string .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.string .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .string .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .string .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.string .future__subbox {
  background: white;
  padding: 15px;
}

.string .future__subbox_ttl {
  color: #003984;
  text-align: center;
}

.string .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.string .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #003984;
}

.string .future__subbox ul li .arrow {
  font-size: 80%;
  color: #003984;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

.academy .support {
  margin-bottom: 100px;
}

.academy .support .inner {
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  .academy .support_subbox {
    margin-top: 20px;
  }
}

.academy .support_ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #D70054;
}

.academy .support ul li {
  position: relative;
  padding-left: 0.8em;
}

.academy .support ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #D70054;
}

.academy .support ul li .arrow {
  font-size: 80%;
  color: #D70054;
  margin: 0 .2em;
}

.academy .support ul.squarelist li {
  position: relative;
  padding-left: 0.8em;
}

.academy .support ul.squarelist li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #D70054;
}

.academy .support ul.licencelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px),
print {
  .academy .support ul.licencelist li {
    display: block;
  }
}

.academy .support ul.licencelist li>span {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  .academy .support ul.licencelist li>span {
    width: auto;
  }
}

.academy .support ul.licencelist li>span:last-of-type {
  width: 59%;
}

@media only screen and (max-width: 768px),
print {
  .academy .support ul.licencelist li>span:last-of-type {
    width: auto;
  }
}

.academy .support ul.licencelist li .arrow {
  width: 6%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .academy .support ul.licencelist li .arrow {
    width: auto;
  }
}

.academy .support .licencelist2 dt {
  font-weight: bold;
  position: relative;
  padding-left: 0.8em;
}

.academy .support .licencelist2 dt:nth-of-type(n + 2) {
  margin-top: 10px;
}

.academy .support .licencelist2 dt::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #D70054;
}

.academy .support__circle {
  text-align: center;
  background: #ffd000;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.academy .support__circle p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  .academy .support__circle {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 20px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .academy .support__circle p {
    line-height: 1.2;
    margin-bottom: 0;
  }
}

.academy .support__circle_lead {
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  .academy .support__circle_lead {
    font-size: 12px;
  }
}

.academy .support__circle_num {
  font-size: 55px;
  color: #D70054;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 768px),
print {
  .academy .support__circle_num {
    font-size: 20px;
  }
}

.academy .support__circle_num-small {
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .academy .support__circle_num-small {
    font-size: 12px;
  }
}

.academy .support__circle_num p {
  font-size: 12px;
}

@media only screen and (max-width: 768px),
print {
  .academy .support__circle_num p {
    font-size: 12px;
  }
}

.academy .future__box {
  background: white;
  padding: 20px;
}

.academy .future__ttl_style1 {
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #D70054;
}

.academy .future__list {
  clear: both;
}

.academy .future__list li {
  position: relative;
  padding-left: 1em;
  float: left;
  width: 48%;
  margin: 0 1%;
}

.academy .future__list li.w100 {
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .academy .future__list li {
    width: auto;
    float: none;
    margin: inherit;
  }
}

.academy .future__list li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #D70054;
}

.academy .future__list li .arrow {
  font-size: 80%;
  color: #D70054;
  margin: 0 .2em;
}

.academy .future__result {
  background: rgba(193, 1, 71, 0.2);
  padding: 20px;
  position: relative;
  margin-top: 90px;
}

.academy .future__result::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.academy .future__result .row .col-md-4:nth-of-type(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  .academy .future__result .row .col-md-4 {
    margin-top: 20px;
  }

  .academy .future__result .row .col-md-4:first-of-type {
    margin-top: 0;
  }
}

.academy .future__subbox {
  background: white;
  padding: 15px;
}

.academy .future__subbox_ttl {
  color: #D70054;
  text-align: center;
}

.academy .future__subbox ul li {
  position: relative;
  padding-left: 0.8em;
}

.academy .future__subbox ul li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.7);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  display: block;
  color: #D70054;
}

.academy .future__subbox ul li .arrow {
  font-size: 80%;
  color: #D70054;
  margin: 0 .2em;
}

.business .support__circle {
  background: #fff879;
}

#campus .cont__header {
  padding-top: 400px;
  background: url(../campus/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px),
print {
  #campus .cont__header {
    padding-top: 50vh;
  }
}

#campus .facility_pagehead {
  padding: 60px 0;
}

@media only screen and (max-width: 768px),
print {
  #campus .facility_pagehead {
    padding: 30px 0;
  }
}

#campus .facility_main {
  position: relative;
  padding-bottom: 80px;
}

#campus .facility_main .vrv {
  width: 100%;
  padding-right: 20%;
}

#campus .facility_main .vrv .vrv_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#campus .facility_main .vrv .vrv_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#campus .facility_main .txt {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 50px;
  width: 35%;
}

#campus .facility_main .img {
  width: 100%;
  padding-right: 20%;
}

@media only screen and (max-width: 768px),
print {
  #campus .facility_main .txt {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 20px;
    width: 100%;
  }

  #campus .facility_main .vrv {
    padding-right: 0;
  }

  #campus .facility_main .img {
    padding-right: 0;
  }
}

#campus .facility_specs {
  margin: 30px 0;
}

@media only screen and (max-width: 768px),
print {
  #campus .facility_specs {
    margin: 0;
  }
}

#campus .facility_specs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

#campus .facility_specs .item .img {
  width: 55%;
}

#campus .facility_specs .item .img .slider__wrapper {
  position: relative;
  padding: 0 10px;
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button::before {
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 4rem;
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(1) {
  left: -28px;
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(1)::before {
  content: "\f0d9";
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(2) {
  right: -28px;
}

#campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(2)::before {
  content: "\f0da";
}

#campus .facility_specs .item .detail {
  padding: 35px 30px;
  width: 35%;
  background-color: #ffd000;
}

#campus .facility_specs .item .detail .btn_style1 {
  background-color: #ffd000;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #campus .facility_specs .item .detail .btn_style1 {
    font-size: 15px;
    padding: 5px 15px;
  }
}

#campus .facility_specs .item .detail .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}

#campus .facility_specs .item .ttl {
  position: relative;
  display: block;
}

#campus .facility_specs .item .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: -220px;
  margin-left: 0;
  width: 200px;
  height: 1px;
  background-color: #252525;
}

#campus .facility_specs .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#campus .facility_specs .item:nth-child(2n) .detail {
  left: 60%;
}

#campus .facility_specs .item:nth-child(2n) .ttl::after {
  left: 100%;
  margin-left: 20px;
}

#campus .facility_specs .item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #campus .facility_specs .item {
    display: block;
    padding: 20px 0;
  }

  #campus .facility_specs .item .img {
    float: none;
    width: 100%;
  }

  #campus .facility_specs .item .img .slider__wrapper {
    padding: 0 30px 20px 30px;
  }

  #campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(1) {
    left: -5px;
  }

  #campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(1)::before {
    content: "\f0d9";
  }

  #campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(2) {
    right: -5px;
  }

  #campus .facility_specs .item .img .slider__wrapper .tns-controls button:nth-child(2)::before {
    content: "\f0da";
  }

  #campus .facility_specs .item .detail {
    position: static;
    padding: 30px;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #campus .facility_specs .item .ttl::after {
    display: none;
  }
}

#campus .sp_text {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #campus .sp_text {
    display: block;
    margin-bottom: 10px;
  }
}

#campus .vrv {
  width: 80%;
  margin: auto;
}

#campus .vrv .vrv_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
}

#campus .vrv .vrv_wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#campus .btn_style2 {
  background-color: #ffd000;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 5px 25px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #campus .btn_style2 {
    font-size: 15px;
    padding: 5px 25px;
  }
}

#campus .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}

#campus .campus_top .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#campus .campus_top .grid .grid-item {
  width: calc(100% / 4);
  height: 220px;
  background-color: #EEE;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #campus .campus_top .grid .grid-item {
    width: calc(100% / 2);
  }
}

#campus .campus_top .grid .grid-item a:hover {
  opacity: 1;
}

#campus .campus_top .grid .grid-item span {
  color: #FFF;
  background-image: url(../img/bg_hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 15px;
}

@media only screen and (max-width: 768px),
print {
  #campus .campus_top .grid .grid-item span {
    font-size: 13px;
    padding: 10px;
  }
}

#campus .campus_top .grid .grid-item span strong {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #campus .campus_top .grid .grid-item span strong {
    font-size: 14px;
  }
}

#campus .campus_top .grid .grid-item:hover {
  opacity: inherit;
}

#campus .campus_top .grid .grid-item:hover span {
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

#campus .campus_top .grid .box_a {
  background: url(../campus/img/index/img_main_a.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_b {
  background: url(../campus/img/index/img_main_b.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_c {
  background: url(../campus/img/index/img_main_c.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_d {
  background: url(../campus/img/index/img_main_d.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_e {
  background: url(../campus/img/index/img_main_e.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_f {
  background: url(../campus/img/index/img_main_f.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_g {
  background: url(../campus/img/index/img_main_g.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_h {
  background: url(../campus/img/index/img_main_h.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_i {
  background: url(../campus/img/index/img_main_i.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_j {
  background: url(../campus/img/index/img_main_j.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_k {
  background: url(../campus/img/index/img_main_k.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .grid .box_l {
  background: url(../campus/img/index/img_main_l.jpg) no-repeat center center;
  background-size: cover;
}

#campus .campus_top .building_block .upper,
#campus .campus_top .building_block .lower {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {

  #campus .campus_top .building_block .upper,
  #campus .campus_top .building_block .lower {
    margin-bottom: 0;
  }
}

#campus .campus_top .building_block .upper .item,
#campus .campus_top .building_block .lower .item {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {

  #campus .campus_top .building_block .upper .item,
  #campus .campus_top .building_block .lower .item {
    margin-bottom: 15px;
  }
}

#campus .campus_top .building_block .upper .item .cap,
#campus .campus_top .building_block .lower .item .cap {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {

  #campus .campus_top .building_block .upper .item .cap,
  #campus .campus_top .building_block .lower .item .cap {
    font-size: 14px;
  }
}

#campus .campus_top .building_block .upper .item .btn_block,
#campus .campus_top .building_block .lower .item .btn_block {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 768px),
print {

  #campus .campus_top .building_block .upper .item .btn_block,
  #campus .campus_top .building_block .lower .item .btn_block {
    bottom: 20px;
  }
}

#campus .campus_top .building_block .upper .item .btn_block a,
#campus .campus_top .building_block .lower .item .btn_block a {
  font-size: 18px;
  color: #252525;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #D6E4ED;
  padding: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {

  #campus .campus_top .building_block .upper .item .btn_block a,
  #campus .campus_top .building_block .lower .item .btn_block a {
    font-size: 17px;
  }
}

#campus .campus_top .building_block .upper .item .btn_block a::after,
#campus .campus_top .building_block .lower .item .btn_block a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#campus .campus_top .building_block .upper .item .btn_block a:hover,
#campus .campus_top .building_block .lower .item .btn_block a:hover {
  opacity: inherit;
  background-color: #ffd000;
}

#campus .campus_top .building_block .upper .btn_block a {
  max-width: 280px;
}

#campus .campus_top .building_block .lower .btn_block a {
  max-width: 250px;
}

@media only screen and (max-width: 768px),
print {
  #campus .campus_top .building_block .lower .btn_block a {
    max-width: 280px;
  }
}

#campus .room_list .item {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #campus .room_list .item {
    margin-bottom: 40px;
  }
}

#campus .room_list .item .wrap {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 80px 15px 30px 15px;
}

#campus .room_list .item h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #campus .room_list .item h2 {
    font-size: 18px;
  }
}

#campus .room_list .item .btn_block a {
  font-size: 16px;
  color: #252525;
  max-width: 500px;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #ffd000;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #campus .room_list .item .btn_block a {
    max-width: 280px;
    font-size: 14px;
  }
}

#campus .room_list .item .btn_block a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#campus .room_list .item .btn_block a:hover {
  opacity: inherit;
  background-color: rgba(255, 208, 0, 0.8);
}

#campus .room_list .st {
  background: url(/campus/honkan/img/stella.jpg) no-repeat center center;
  background-size: cover;
}

#campus .room_list .st h2 {
  color: #FFF;
  text-shadow: 0 0 20px #000;
}

#campus .room_list .pr {
  background: url(/campus/honkan/img/prepro.jpg) no-repeat center center;
  background-size: cover;
}

#campus .room_list .pr h2 {
  color: #FFF;
  text-shadow: 0 0 20px #000;
}

#campus .room_list .va {
  background: url(/campus/honkan/img/vario.jpg) no-repeat center center;
  background-size: cover;
}

#campus .room_list .va h2 {
  color: #FFF;
  text-shadow: 0 0 20px #000;
}

#campus .room_list .cu {
  background: url(/campus/honkan/img/cuore.jpg) no-repeat center center;
  background-size: cover;
}

#campus .room_list .cu h2 {
  color: #FFF;
  text-shadow: 0 0 20px #000;
}

#campus .room_list .bu {
  background: url(/campus/honkan/img/buca.jpg) no-repeat center center;
  background-size: cover;
}

#campus .room_list .bu h2 {
  color: #FFF;
  text-shadow: 0 0 20px #000;
}

#campus .room_list2 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #campus .room_list2 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px),
print {
  #campus .room_list2 .row {
    margin-top: 20px;
  }
}

#campus .room_list2 dl dt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

#campus .room_list2 dl .fig {
  text-align: center;
  margin-bottom: 5px;
}

#enter {
  position: relative;
  /*
  .page_top_subttl {
    width: 150px;
    font-size: 18px;
    border-bottom: none;
    margin: 0 auto 10px;
    padding: 2px 2px;
    color: $color-white;
    background: $color-black;
    @media only screen and (max-width:768px), print {
    width: 120px;
    font-size: 16px;
    }
    @media only screen and (max-width:577px), print {
    width: 110px;
    margin: 0 auto 10px;
    font-size: 14px;
    }
  }
*/
  /*
学科・コース募集人員
--------------------------------------------------------------------*/
  /*
学費
--------------------------------------------------------------------*/
  /*
奨学金
--------------------------------------------------------------------*/
  /*
AO入学
--------------------------------------------------------------------*/
  /*
推薦入学 / 一般入学
--------------------------------------------------------------------*/
  /*
出願資格
--------------------------------------------------------------------*/
  /*
２カラム用枠とサイド
--------------------------------------------------------------------*/
  /*
進路相談会
--------------------------------------------------------------------*/
  /*
オープンキャンパスプログラム一覧
--------------------------------------------------------------------*/
  /*
オープンキャンパスフォーム
--------------------------------------------------------------------*/
  /*
オープンキャンパス参加優遇制度
--------------------------------------------------------------------*/
  /*
  交通費補助（ライトボックス）
  --------------------------------------------------------------------*/
}

#enter .cont__header {
  background: url(../enter/img/main_img.jpg) no-repeat center top;
  background-size: cover;
}

#enter .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_ttl {
    margin-bottom: 30px;
  }
}

#enter .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #enter .page_ttl span {
    font-size: 24px;
  }
}

#enter .page_ttl span.page_ttl_year_wrap {
  display: block;
  border: none;
  padding-bottom: 0;
}

#enter .page_ttl span.page_ttl_year {
  /*display: inline-block;*/
  display: none;
  /*width: 6em;*/
  font-size: 17px;
  font-weight: normal;
  border-bottom: none;
  margin: 0 auto .5em;
  padding: 4px 8px;
  color: #fff;
  background: #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_ttl span.page_ttl_year {
    font-size: 16px;
  }
}

@media only screen and (max-width: 577px),
print {
  #enter .page_ttl span.page_ttl_year {
    font-size: 14px;
  }
}

#enter .page_ttl span.page_ttl_year.w6em {
  width: 6em;
}

#enter .page_ttl_subtxt {
  text-align: center;
  font-size: 22px;
  margin: 10px 0 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_ttl_subtxt {
    font-size: 16px;
    margin: 5px 0 40px 0;
  }
}

#enter .page_top_ttl {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 20px auto;
  padding: 80px 20px 0 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_top_ttl {
    padding: 40px 20px 0 20px;
  }
}

#enter .page_top_ttl h2 {
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #252525;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_top_ttl h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
  }
}

#enter .page_top_wrap {
  position: relative;
}

#enter .entertop_btn_area {
  position: absolute;
  bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter .entertop_btn_area {
    bottom: 12px;
  }
}

#enter .entertop_btn_area .entertop_btn_style {
  background-color: #ffd000;
  display: inline-block;
  color: #252525;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  #enter .entertop_btn_area .entertop_btn_style {
    font-size: 11px;
    padding: 8px 15px 8px 5px;
  }
}

#enter .entertop_btn_area .entertop_btn_style::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter .entertop_btn_area .entertop_btn_style::after {
    top: 40%;
    right: 5px;
  }
}

#enter .entertop_btn_area .entertop_btn_style:hover {
  opacity: 0.6;
}

#enter .page_top_subttl {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 20px;
  padding: 4px 20px;
  color: #fff;
  background: #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .page_top_subttl {
    font-size: 14px;
    margin: 0 auto 34px;
  }
}

#enter .feature_num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#enter .ttl_style1 {
  font-size: 26px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 5px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #enter .ttl_style1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #ffd000;
  }
}

#enter .ttl_style2 {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 1px solid #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .ttl_style2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}

#enter .ttl_style3 {
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter .ttl_style3 {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}

#enter .ttl_style3::before {
  content: "■";
  margin-right: 5px;
}
#enter .ttl_style3.ttl_style3_1::before {
  content: "";
  margin-right: 0;
}

#enter .ttl_style4 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter .ttl_style4 {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

#enter .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #enter .secttl {
    margin-bottom: 30px;
  }
}

#enter .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
  }
}

#enter .btn_ex {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_ex {
    font-size: 15px;
  }
}

#enter .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#enter .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#enter .btn_style1 {
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#enter .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#enter .btn_style1:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#enter .btn_style2 {
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#enter .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#enter .btn_style2:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#enter .btn_style3 {
  background-color: #ffd000;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_style3 {
    font-size: 16px;
    padding: 7px 30px;
  }
}

#enter .btn_style3::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 16px;
}

#enter .btn_style3:hover {
  opacity: 0.6;
}

#enter .enter_nav_area {
  margin: 50px 0 70px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .enter_nav_area {
    margin: 30px 0 40px 0;
  }
}

#enter .enter_nav {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px),
print {
  #enter .enter_nav {
    display: block;
    margin: 20px auto;
  }
}

#enter .enter_nav li {
  display: table;
  margin-top: 15px;
  position: relative;
}

#enter .enter_nav li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  background-color: #D6E4ED;
}

@media only screen and (max-width: 768px),
print {
  #enter .enter_nav li a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

#enter .enter_nav li a:hover {
  background-color: #ffd000;
  opacity: inherit;
}

@media only screen and (max-width: 768px),
print {
  #enter .enter_nav li a br {
    display: none;
  }
}

#enter .enter_nav li:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 10px;
  font-size: 170%;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

#enter .enter_nav.nav_arrow_right li:after {
  content: "\f105";
}



#enter .enter_nav_items{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 980px;
  margin-inline: auto;
  padding: 0 20px;
  gap: 2%;
}

#enter .enter_nav_item{
  display: flex;
  flex-direction: column;
}

#enter .enter_nav_txt1{
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#enter .enter_nav_txt2{
  margin-top: auto;
}


#enter .enter_nav_btn{
  display: inline-flex;
  width: 100%;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 16px;
  background-color: #D6E4ED;
  min-height: 134px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#enter .enter_nav_btn br{
  display: block;
}

#enter .enter_nav_btn br.sp{
  display: none;
}

#enter .enter_nav_btn:hover{
  background-color: #ffd000;
  opacity: 1;
}

#enter .enter_nav_btn::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  font-size: 24px;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-weight: 400;
}


@media only screen and (max-width: 1024px),
print {
  #enter .enter_nav li:after {
    right: 3px;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .enter_nav li:after {
    content: "\f105";
    top: 30%;
  }
}

#enter .enter_nav .active a {
  color: #252525;
  background-color: #ffd000;
}

#enter .enter_nav .active:after {
  color: #252525;
}

#enter .col5 li {
  width: 19%;
}

@media only screen and (max-width: 768px),
print {
  #enter .col5 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }



  #enter .enter_nav_items{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }


  #enter .enter_nav_txt1{
    margin-bottom: 4px;
    font-size: 14px;
  }

  #enter .enter_nav_txt2{

  }


  #enter .enter_nav_btn{
    min-height: auto;
    padding: 10px;
  }

  #enter .enter_nav_btn br.pc{
    display: none;
  }

  #enter .enter_nav_btn br.sp{
    display: block;
  }

  #enter .enter_nav_btn:hover{

  }

  #enter .enter_nav_btn::after {

  }
}

#enter .col5::before {
  content: "";
  display: block;
  width: 19%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#enter .col5::after {
  content: "";
  display: block;
  width: 19%;
}

#enter .col4 li {
  width: 24%;
}

@media only screen and (max-width: 768px),
print {
  #enter .col4 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#enter .col4::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#enter .col4::after {
  content: "";
  display: block;
  width: 24%;
}

#enter .col3 li {
  width: 32%;
}

@media only screen and (max-width: 768px),
print {
  #enter .col3 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#enter .col3::after {
  content: "";
  display: block;
  width: 32%;
}

#enter .col2 li {
  width: 49.3%;
}

@media only screen and (max-width: 768px),
print {
  #enter .col2 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#enter .top_nav_txt {
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_nav_txt {
    font-size: 14px;
  }
}

#enter .top_link_block {
  margin-top: 30px;
  background-color: #f0f7ff;
  padding: 25px 40px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block {
    padding: 15px 20px;
    margin-top: 20px;
  }
}

#enter .top_link_block h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block h3 {
    font-size: 16px;
    text-align: left;
  }
}

#enter .top_link_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block ul {
    display: block;
  }
}

#enter .top_link_block ul li {
  width: 49%;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

#enter .top_link_block ul li a {
  width: 100%;
  text-align: center;
}

#enter .top_link_block p {
  text-align: center;
  width: 100%;
}

#enter .top_link_block p a {
  width: 100%;
  text-align: center;
}

#enter .top_link_block .btn_style1 {
  font-size: 16px;
}

#enter .top_link_block2 {
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block2 {
    margin-top: 20px;
  }
}

#enter .top_link_block2 h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block2 h3 {
    font-size: 16px;
  }
}

#enter .top_link_block2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block2 ul {
    display: block;
  }
}

#enter .top_link_block2 ul li {
  width: 49%;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_link_block2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

#enter .top_link_block2 ul li a {
  width: 100%;
  text-align: center;
}

#enter .top_link_block2 p {
  text-align: center;
  width: 100%;
}

#enter .top_link_block2 p a {
  width: 100%;
  text-align: center;
}

#enter .top_callender {
  margin: 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_callender {
    margin: 50px 0;
  }
}

#enter .top_callender h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_callender h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#enter .top_callender h3::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #CCC;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_callender h3::before {
    content: none;
  }
}

#enter .top_callender h3::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #CCC;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_callender h3::after {
    content: none;
  }
}

#enter .top_callender h3 br {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #enter .top_callender h3 br {
    display: inherit;
  }
}

#enter .top_callender .oc {
  background-color: #252525;
  color: #fff;
}

#enter .top_callender .tour {
  background-color: #252525;
  color: #fff;
}

#enter .top_callender .counseling {
  background-color: #252525;
  color: #fff;
}

#enter .top_callender .slider__wrapper {
  position: relative;
  padding: 0 10px;
}

#enter .top_callender .slider__wrapper .news_slider .item .wrap {
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 15px 10px;
}

#enter .top_callender .slider__wrapper .news_slider .item .wrap .date {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  #enter .top_callender .slider__wrapper .news_slider .item .wrap .date {
    font-size: 18px;
  }
}

#enter .top_callender .slider__wrapper .news_slider .item .wrap .date span {
  font-size: 30px;
  font-family: 'Montserrat';
}

@media screen and (max-width: 900px) {
  #enter .top_callender .slider__wrapper .news_slider .item .wrap .date span {
    font-size: 28px;
  }
}

#enter .top_callender .slider__wrapper .news_slider .item .wrap .event {
  padding: 10px;
  border-radius: 5px;
  line-height: 1.5;
}

#enter .top_callender .slider__wrapper .tns-controls button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

#enter .top_callender .slider__wrapper .tns-controls button::before {
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 4rem;
}

#enter .top_callender .slider__wrapper .tns-controls button:nth-child(1) {
  left: -28px;
}

#enter .top_callender .slider__wrapper .tns-controls button:nth-child(1)::before {
  content: "\f0d9";
}

#enter .top_callender .slider__wrapper .tns-controls button:nth-child(2) {
  right: -28px;
}

#enter .top_callender .slider__wrapper .tns-controls button:nth-child(2)::before {
  content: "\f0da";
}

#enter .top_callender .oc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #enter .top_callender .oc_list {
    display: block;
  }
}

#enter .top_callender .oc_list .item {
  width: 30%;
}

@media only screen and (max-width: 577px),
print {
  #enter .top_callender .oc_list .item {
    width: 100%;
  }
}

#enter .top_callender .oc_list .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 5px;
}

#enter .top_callender .oc_list .item .cat_date .cat {
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}

#enter .top_callender .oc_list .item .img_area {
  margin-bottom: 15px;
}

@media only screen and (max-width: 577px),
print {
  #enter .top_callender .oc_list .item .img_area {
    max-width: 280px;
    margin: 0 auto 10px auto;
  }
}

#enter .top_callender .oc_list::after {
  content: "";
  display: block;
  width: 30%;
}

@media only screen and (max-width: 577px),
print {
  #enter .top_callender .oc_list li:nth-of-type(n+2) {
    display: none;
  }
}

#enter .dormitory_btn {
  text-align: center;
  width: 100%;
  margin: 80px 0 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .dormitory_btn {
    margin: 50px 0 30px 0;
  }
}

#enter .dormitory_btn a {
  max-width: 600px;
  margin: auto;
  width: 100%;
  font-size: 18px;
}

@media only screen and (max-width: 768px),
print {
  #enter .dormitory_btn a {
    font-size: 16px;
  }
}

#enter #look {
  padding: 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #look {
    padding: 40px 0;
  }
}

#enter #look .sec01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #look .sec01 {
    margin-bottom: 30px;
  }
}

#enter #look .sec01 .leadtxt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec01 .leadtxt {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
  }
}

#enter #look .sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec01 .inner {
    display: block;
  }
}

#enter #look .sec01 .inner .item {
  width: 48%;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 25px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec01 .inner .item {
    padding: 15px;
    width: 100%;
    margin-top: 15px;
  }
}

#enter #look .sec01 .inner .item .ttl {
  background-color: #ffd000;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

#enter #look .sec01 .inner .item .catch {
  background-color: #F4F8FB;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  margin: 10px 0;
  line-height: 2;
  font-size: 16px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec01 .inner .item .catch {
    text-align: left;
  }
}

#enter #look .sec02 .inner {
  max-width: 550px;
  border-radius: 10px;
  padding: 30px;
}

#enter #look .sec02 .inner h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 26px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec02 .inner h2 {
    font-size: 22px;
  }
}

#enter #look .sec02 .inner .leadtxt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec02 .inner .leadtxt {
    font-size: 14px;
  }
}

#enter #look .sec02 .inner h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  background: #ffd000;
  padding: 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 577px),
print {
  #enter #look .sec02 .inner h3 {
    font-size: 16px;
  }
}

#enter #look .sec02 .inner .freedial {
  text-align: center;
  font-size: 34px;
}

#enter #look .sec02 .inner .freedial::before {
  content: url(../img/img_freedial.jpg);
  margin-right: 5px;
}

#enter #look .sec02 .inner .freedial a {
  color: #252525;
}

#enter #look .sec02 .inner .freedial a:hover {
  text-decoration: none;
}

#enter #abroad {
  padding: 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #abroad {
    padding: 40px 0;
  }
}

#enter #abroad .sec01 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .sec01 {
    margin-bottom: 40px;
  }
}

#enter #abroad .sec01 .wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .sec01 .wrap {
    display: block;
  }
}

#enter #abroad .sec01 .wrap .item {
  width: 49%;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .sec01 .wrap .item {
    width: 100%;
    margin-top: 15px;
  }
}

#enter #abroad .sec01 .wrap .item h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .sec01 .wrap .item h2 {
    font-size: 18px;
  }
}

#enter #abroad .sec01 .wrap .item ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #abroad .sec01 .wrap .item ol li {
  margin-bottom: 5px;
}

#enter #abroad .en_ttl {
  font-family: 'Montserrat';
  font-size: 20px;
  border-bottom: 1px dashed #252525;
  display: inline-block;
  padding-bottom: 5px;
}

#enter #abroad .foreign_btns {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .foreign_btns {
    display: block;
  }
}

#enter #abroad .foreign_btns a {
  margin: 0 15px;
}

@media only screen and (max-width: 577px),
print {
  #enter #abroad .foreign_btns a {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }
}

#enter #transfer_students {
  padding: 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #transfer_students {
    padding: 40px 0;
  }
}

#enter #transfer_students .list_num {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #transfer_students .list_num li {
  margin-bottom: 5px;
}

#enter #transfer_students .list_disc {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #transfer_students .list_disc li {
  margin-bottom: 5px;
}

#enter #transfer_students .panel-body {
  background-color: #FFF;
  padding: 30px 0;
}

#enter #transfer_students .table_style1 {
  width: 100%;
}

#enter #transfer_students .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#enter #transfer_students .table_style1 tbody {
  border-top: none;
}

#enter #transfer_students .table_style1 tbody tr td {
  border: 1px #D9DEE2 solid;
  padding: 10px;
  word-break: break-all;
}

#enter #transfer_students .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  width: 30%;
}

#enter #transfer_students .table_style1.table_style1_2 tbody tr th {
  width: 60px;
}

#enter #transfer_students .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #transfer_students .sec01 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #enter #transfer_students .sec01 {
    margin-bottom: 30px;
  }
}

#enter #transfer_students .sec02 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #transfer_students .sec02 {
    margin-bottom: 25px;
  }
}

#enter #transfer_students .sec02 .table_style1 {
  width: 100%;
}

#enter #transfer_students .sec02 .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

#enter #transfer_students .sec02 .table_style1 tbody {
  border-top: none;
}

#enter #transfer_students .sec02 .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#enter #transfer_students .sec02 .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#enter #transfer_students .sec02 .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #transfer_students .sec02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #enter #transfer_students .sec02 .wrap {
    display: block;
  }
}

#enter #transfer_students .sec02 .wrap .txt_area {
  width: 38%;
}

@media only screen and (max-width: 577px),
print {
  #enter #transfer_students .sec02 .wrap .txt_area {
    width: 100%;
  }
}

#enter #transfer_students .sec02 .wrap .txt_area ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #transfer_students .sec02 .wrap .txt_area ol li {
  margin-bottom: 5px;
}

#enter #transfer_students .sec02 .wrap .table_area {
  width: 58%;
}

@media only screen and (max-width: 577px),
print {
  #enter #transfer_students .sec02 .wrap .table_area {
    width: 100%;
    margin-bottom: 30px;
  }
}

#enter #capacity .table-responsive {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #capacity .table-responsive {
    margin-bottom: 30px;
  }
}

#enter #capacity .table_style1 {
  width: 100%;
  min-width: 500px;
  border-right: 1px #D9DEE2 solid;
}

#enter #capacity .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#enter #capacity .table_style1 thead tr .senko {
  width: 50%;
}

#enter #capacity .table_style1 tbody {
  border-top: none;
}

#enter #capacity .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#enter #capacity .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#enter #capacity .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter .list_lined li:not(:last-child){
  border-bottom: 1px dashed #999;
  margin-bottom: 3px;
}

#enter #expense .table_style1 {
  width: 100%;
  min-width: 500px;
  border-right: 1px #D9DEE2 solid;
}

#enter #expense .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#enter #expense .table_style1 tbody {
  border-top: none;
}

#enter #expense .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#enter #expense .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#enter #expense .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #expense ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #expense ul li {
  margin-bottom: 7px;
}

#enter #expense .imgw img {
  min-width: 800px;
}

#enter #support .tab_block {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #enter #support .tab_block {
    margin-bottom: 50px;
  }
}

#enter #support .tab_block .tab_box .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

#enter #support .tab_block .tab_box .tab_nav li a {
  text-align: center;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  background-color: #DDE5E8;
  border: 3px solid #FFF;
  padding: 10px 50px;
  margin: 0 2px;
}

#enter #support .tab_block.is_scholarship .tab_box .tab_nav li a{
  padding: 10px;
  font-size: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .tab_block .tab_box .tab_nav li a {
    font-size: 14px;
    padding: 10px;
  }
}

#enter #support .tab_block .tab_box .tab_nav li a:hover {
  text-decoration: none;
}

#enter #support .tab_block .tab_box .tab_nav li a:focus {
  text-decoration: none;
}

#enter #support .tab_block .tab_box .tab_nav .active a {
  position: relative;
  background-color: #ffd000;
}

#enter #support .tab_block .tab_box .tab_nav .active a::after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ffd000;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

#enter #support .tab_block .tab_box .table_style1 {
  width: 100%;
  min-width: 768px;
  border-right: 1px #D9DEE2 solid;
  margin: auto;
}

#enter #support .tab_block .tab_box .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
}

#enter #support .tab_block .tab_box .table_style1 thead .emp {
  background-color: #FFF;
}

#enter #support .tab_block .tab_box .table_style1 tbody {
  border-top: none;
}

#enter #support .tab_block .tab_box .table_style1 tbody tr td {
  width: 35%;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .tab_block .tab_box .table_style1 tbody tr td {
    width: 40%;
  }
}

#enter #support .tab_block .tab_box .table_style1 tbody tr td li {
  position: relative;
}

#enter #support .tab_block .tab_box .table_style1 tbody tr td li::before {
  font-family: FontAwesome;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #999;
}

#enter #support .tab_block .tab_box .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

#enter #support .tab_block .tab_box .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#enter #support .tab_block .tab_box .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #support .tab_block .tab_box .table_style1.width-none tbody tr td {
  width: inherit;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .tab_block .tab_box .table_style1.width-none tbody tr td {
    width: inherit;
  }
}

#enter #support .lead_block {
  margin-bottom: 50px;
}

#enter #support .lead_block h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 577px),
print {
  #enter #support .lead_block h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
  }
}

#enter #support .lead_block h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

#enter #support .lead_block h3::before {
  content: "●";
  margin-right: 10px;
}

#enter #support .naiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 2%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .naiyo {
    display: block;
    margin-bottom: 30px;
  }
}

#enter #support .naiyo .item {
  width: 32%;
  background-color: #f4f8fb;
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .naiyo .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

#enter #support .naiyo .item .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #support .naiyo .item .ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

#enter #support .panel-body .minttl {
  font-size: 16px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#enter #support .panel-body ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #support .panel-body ol li {
  margin-bottom: 5px;
}

#enter #support .panel-body .frame_box {
  background-color: #eee;
  padding: 15px;
}

#enter #support .panel-body .table_style1 {
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#enter #support .panel-body .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#enter #support .panel-body .table_style1 tbody {
  border-top: none;
}

#enter #support .panel-body .table_style1 tbody tr td {
  background-color: #FFF;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#enter #support .panel-body .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#enter #ao .tab_block {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #enter #ao .tab_block {
    margin-bottom: 50px;
  }
}

#enter #ao .tab_block .tab_box .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

#enter #ao .tab_block .tab_box .tab_nav li a {
  text-align: center;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  background-color: #DDE5E8;
  border: 3px solid #FFF;
  padding: 10px 50px;
  margin: 0 2px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .tab_block .tab_box .tab_nav li a {
    font-size: 14px;
    padding: 10px;
  }
}

#enter #ao .tab_block .tab_box .tab_nav li a:hover {
  text-decoration: none;
}

#enter #ao .tab_block .tab_box .tab_nav li a:focus {
  text-decoration: none;
}

#enter #ao .tab_block .tab_box .tab_nav .active a {
  position: relative;
  background-color: #ffd000;
}

#enter #ao .tab_block .tab_box .tab_nav .active a::after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ffd000;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

#enter #ao .tab_block .tab_box .tab_nav.tab_bottom .active a::after {
  border-top-color: transparent;
  border-bottom-color: #ffd000;
  top: auto;
  bottom: 100%;
}

#enter #ao .tab_block .tab_box .tab_nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

#enter #ao .tab_block .tab_box .tab_nav2 li a {
  text-align: center;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  background-color: #DDE5E8;
  border: 3px solid #FFF;
  padding: 10px 44px;
  margin: 0 2px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .tab_block .tab_box .tab_nav2 li a {
    font-size: 14px;
    padding: 10px;
  }
}

#enter #ao .tab_block .tab_box .tab_nav2 li a:hover {
  text-decoration: none;
}

#enter #ao .tab_block .tab_box .tab_nav2 li a:focus {
  text-decoration: none;
}

#enter #ao .tab_block .tab_box .tab_nav2 .active a {
  position: relative;
  background-color: #ffd000;
}

#enter #ao .tab_block .tab_box .tab_nav2 .active a::after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ffd000;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

#enter #ao .tab_block .tab_box .tab_nav2.tab_bottom .active a::after {
  border-top-color: transparent;
  border-bottom-color: #ffd000;
  top: auto;
  bottom: 100%;
}

#enter #ao .tab_block .tab_box .table_style1 {
  width: 100%;
  min-width: 768px;
  border-right: 1px #D9DEE2 solid;
  margin: auto;
}

#enter #ao .tab_block .tab_box .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
}

#enter #ao .tab_block .tab_box .table_style1 thead .emp {
  background-color: #FFF;
}

#enter #ao .tab_block .tab_box .table_style1 tbody {
  border-top: none;
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr td {
  width: 35%;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .tab_block .tab_box .table_style1 tbody tr td {
    width: 40%;
  }
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr td li {
  position: relative;
  padding-left: 0.8em;
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr td li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #999;
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#enter #ao .tab_block .tab_box .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #ao .lead_block {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .lead_block {
    margin-bottom: 30px;
  }
}

#enter #ao .lead_block h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .lead_block h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#enter #ao .lead_block h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .lead_block h3 {
    font-size: 16px;
  }
}

#enter #ao .lead_block h3::before {
  content: "●";
  margin-right: 10px;
}

#enter #ao ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #ao ol li {
  margin-bottom: 5px;
}

#enter #ao ul.disc {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #ao ul.disc li {
  margin-bottom: 5px;
}

#enter #ao .panel-body .minttl {
  font-size: 16px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#enter #ao .panel-body .frame_box {
  background-color: #eee;
  padding: 15px;
}

#enter #ao .table_style1 {
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#enter #ao .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style1 thead tr th {
    padding: 5px;
  }
}

#enter #ao .table_style1 tbody {
  border-top: none;
}

#enter #ao .table_style1 tbody tr td {
  background-color: #FFF;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style1 tbody tr td {
    padding: 5px;
  }
}

#enter #ao .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style1 tbody tr th {
    padding: 5px;
  }
}

#enter #ao .table_style2 {
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style2 {
    font-size: 11px;
  }
}

#enter #ao .table_style2 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style2 thead tr th {
    padding: 5px;
  }
}

#enter #ao .table_style2 thead tr th.col1 {
  width: 6%;
}

#enter #ao .table_style2 thead tr th.col2 {
  width: 24%;
}

#enter #ao .table_style2 thead tr th.col3 {
  width: 24%;
}

#enter #ao .table_style2 thead tr th.col4 {
  width: 24%;
}

#enter #ao .table_style2 tbody {
  border-top: none;
}

#enter #ao .table_style2 tbody tr td {
  background-color: #FFF;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style2 tbody tr td {
    padding: 5px;
  }
}

#enter #ao .table_style2 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .table_style2 tbody tr th {
    padding: 5px;
  }
}

#enter #ao .table_style2 .maru {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  line-height: 1.4em;
  text-align: center;
  background: #fed000;
  color: #000;
  margin-right: 4px;
}

#enter #ao .point_box {
  border: 5px solid #ffd000;
  border-radius: 10px;
  padding: 45px 40px 15px 40px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box {
    padding: 25px 15px 5px 15px;
    margin-bottom: 30px;
  }
}

#enter #ao .point_box h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box h3 {
    font-size: 20px;
  }
}

#enter #ao .point_box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}

#enter #ao .point_box .item .icon {
  display: inline-block;
  background-color: #ffd000;
  border-radius: 50px;
  padding: 22px 20px 18px 20px;
  font-size: 14px;
  text-align: center;
  font-family: 'Montserrat';
  line-height: 1.3;
  margin-right: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .item .icon {
    padding: 12px 5px 8px 5px;
  }
}

#enter #ao .point_box .item .icon span {
  font-size: 150%;
  display: block;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .item .icon span {
    font-size: 100%;
  }
}

#enter #ao .point_box .item .txt_area h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .item .txt_area h4 {
    font-size: 16px;
  }
}

#enter #ao .point_box .item .txt_area h4 strong {
  font-size: 120%;
}

#enter #ao .point_box .point_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .point_ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#enter #ao .point_box .point_ttl div {
  display: inline-block;
  background-color: #ffd000;
  border-radius: 50px;
  padding: 12px 5px 8px 5px;
  font-size: 14px;
  text-align: center;
  font-family: 'Montserrat';
  line-height: 1.3;
  margin-right: 10px;
}

#enter #ao .point_box .point_ttl h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_box .point_ttl h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

#enter #ao .point_box .point_ttl h4 strong {
  font-size: 120%;
}

#enter #ao .point_note h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .point_note h4 {
    font-size: 18px;
  }
}

#enter #ao .flow .flow_figure {
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .flow .flow_figure {
    margin-bottom: 15px;
  }
}

#enter #ao .flow .flow_figure img {
  width: 100%;
  max-width: 800px;
}

#enter #ao .flow .flow_note {
  margin-bottom: 30px;
}

#enter #ao .flow .flow_note h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #ao .flow .flow_note h3 {
    font-size: 18px;
  }
}

#enter #ao .note {
  border: 2px solid #FF0000;
  background-color: #F7E7E7;
  padding: 20px;
}
#enter #ao .note_bloack {
  border: 2px solid #000;
  background-color: #fff;
  padding: 20px;
}

#enter #ao .maru {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  line-height: 1.4em;
  text-align: center;
  background: #fed000;
  color: #000;
  margin-right: 10px;
}

#enter #suisenippan .tab_block {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #enter #suisenippan .tab_block {
    margin-bottom: 50px;
  }
}

#enter #suisenippan .tab_block .tab_box .tab_area li {
  cursor: pointer;
}

#enter #suisenippan .tab_block .tab_box .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

#enter #suisenippan .tab_block .tab_box .tab_nav li span,
#enter #suisenippan .tab_block .tab_box .tab_nav li a {
  text-align: center;
  color: #252525;
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  background-color: #DDE5E8;
  border: 3px solid #FFF;
  padding: 10px 50px;
  margin: 0 2px;
}

@media only screen and (max-width: 768px),
print {

  #enter #suisenippan .tab_block .tab_box .tab_nav li span,
  #enter #suisenippan .tab_block .tab_box .tab_nav li a {
    font-size: 14px;
    padding: 10px;
  }
}

#enter #suisenippan .tab_block .tab_box .tab_nav li span:hover,
#enter #suisenippan .tab_block .tab_box .tab_nav li a:hover {
  text-decoration: none;
}

#enter #suisenippan .tab_block .tab_box .tab_nav li span:focus,
#enter #suisenippan .tab_block .tab_box .tab_nav li a:focus {
  text-decoration: none;
}

#enter #suisenippan .tab_block .tab_box .tab_nav .active span,
#enter #suisenippan .tab_block .tab_box .tab_nav .active a {
  position: relative;
  background-color: #ffd000;
}

#enter #suisenippan .tab_block .tab_box .tab_nav .active span::after,
#enter #suisenippan .tab_block .tab_box .tab_nav .active a::after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #ffd000;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

#enter #suisenippan .tab_block .tab_box .table_style1 {
  width: 100%;
  min-width: 768px;
  border-right: 1px #D9DEE2 solid;
  margin: auto;
}

#enter #suisenippan .tab_block .tab_box .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 7px 10px;
  text-align: center;
  font-size: 15px;
}

#enter #suisenippan .tab_block .tab_box .table_style1 thead .emp {
  background-color: #FFF;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody {
  border-top: none;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td {
  width: 35%;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td {
    width: 40%;
  }
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td li {
  position: relative;
  padding-left: 0.8em;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td li::before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #999;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td li.nodisc {
  padding-left: 0;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr td li.nodisc::before {
  display: none;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr th span {
  font-weight: normal;
  font-size: 14px;
}

#enter #suisenippan .tab_block .tab_box .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#enter #suisenippan .lead_block {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .lead_block {
    margin-bottom: 25px;
  }
}

#enter #suisenippan .lead_block h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .lead_block h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#enter #suisenippan .lead_block h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .lead_block h3 {
    font-size: 16px;
  }
}

#enter #suisenippan .lead_block h3::before {
  content: "●";
  margin-right: 10px;
}

#enter #suisenippan ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #suisenippan ol li {
  margin-bottom: 5px;
}

#enter #suisenippan .list_style {
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #suisenippan .list_style li {
  margin-bottom: 5px;
}

#enter #suisenippan .panel-body .minttl {
  font-size: 16px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#enter #suisenippan .panel-body .frame_box {
  background-color: #eee;
  padding: 15px;
}

#enter #suisenippan .table_style1 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#enter #suisenippan .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .table_style1 thead tr th {
    padding: 5px;
  }
}

#enter #suisenippan .table_style1 tbody {
  border-top: none;
}

#enter #suisenippan .table_style1 tbody tr td {
  background-color: #FFF;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .table_style1 tbody tr td {
    padding: 5px;
  }
}

#enter #suisenippan .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .table_style1 tbody tr th {
    padding: 5px;
  }
}

#enter #suisenippan .senko .senko_table {
  table-layout: inherit;
}

#enter #suisenippan .senko .senko_table tbody th {
  width: 250px !important;
}

#enter #suisenippan .senko .senko_table .se {
  width: 250px !important;
}

#enter #suisenippan .senko .senko_table .ko {
  width: 100px !important;
  text-align: center !important;
}

#enter #suisenippan .note {
  border: 2px solid #FF0000;
  background-color: #F7E7E7;
  padding: 20px;
}

#enter #suisenippan .flow .flow_figure {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px),
print {
  #enter #suisenippan .flow .flow_figure {
    margin-bottom: 30px;
  }
}

#enter #suisenippan .flow .flow_figure img {
  width: 100%;
  max-width: 800px;
}

#enter #suisenippan .kadai {
  text-align: center;
}

#enter #suisenippan .kadai img {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

#enter .text_center {
  text-align: center !important;
}

#enter .ml_1em {
  margin-left: 1em;
}

#enter #enter_method {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #enter_method {
    margin-bottom: 30px;
  }
}

#enter #enter_method ol {
  margin-bottom: 10px;
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#enter #enter_method ol li {
  margin-bottom: 5px;
}

#enter #enter_method .table_style1 {
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#enter #enter_method .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#enter #enter_method .table_style1 tbody {
  border-top: none;
}

#enter #enter_method .table_style1 tbody tr td {
  background-color: #FFF;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#enter #enter_method .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
}

#enter .cont {
  margin-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #enter .cont {
    margin-bottom: 20px;
  }
}

#enter .cont .selected_block {
  background-color: #F4F8FB;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#enter .cont .selected_block .selected_sign {
  margin: 0 10px 0 0;
  border: 1px solid #252525;
  padding: 5px 10px;
  display: inline-block;
  font-size: 15px;
}

#enter .cont .selected_block .selected {
  margin: 0;
  padding: 5px 10px;
  font-size: 15px;
}

#enter .cont .select_block {
  padding: 0 20px;
}

#enter .cont .select_block ul li {
  margin-bottom: 10px;
}

#enter .cont .select_block ul li a {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 767px),
print {
  #enter .cont .select_block ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  #enter .cont .select_block ul li {
    width: 48%;
  }
}

#enter .side .side_block .ttl_btn {
  background-color: #ffd000;
}

#enter .side .side_block .ttl_btn a {
  color: #252525;
  text-decoration: none;
  display: block;
}

#enter .side .panel-side {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 15px;
}

#enter .side .panel-side>.panel-heading {
  padding: 0;
  background-color: #ffd000;
  color: #252525;
  border: none;
  border-radius: 30px;
  overflow: hidden;
}

#enter .side .panel-side>.panel-heading .panel-title {
  position: relative;
}

#enter .side .panel-side>.panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #252525;
  background-color: #c9caca;
  text-decoration: none;
}

#enter .side .panel-side>.panel-heading .panel-title a:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#enter .side .panel-side>.panel-heading .panel-title a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  border: solid 2px #252525;
}

#enter .side .panel-side>.panel-heading .panel-title a .icon::before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  font-size: 1em;
  position: relative;
  top: -1px;
}

#enter .side .panel-side .panel-body {
  padding: 0;
  border-top: 0 !important;
}

#enter .side .panel-side .area {
  padding: 15px 0;
}

#enter .side .panel-side .area .block {
  margin-bottom: 15px;
}

#enter .side .panel-side .area .block .area_ttl {
  background-color: #252525;
  color: #FFF;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 5px;
}

#enter .side .panel-side .area .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#enter .side .panel-side .area .block ul li {
  width: 49%;
  margin-top: 5px;
}

#enter .side .panel-side .area .block ul li a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#enter .side .panel-side .date {
  padding: 15px 0;
}

#enter .side .panel-side .date .block {
  text-align: center;
  margin-bottom: 15px;
}

#enter .side .panel-side .date .block select {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

#enter .side .panel-side .course {
  padding: 5px 0 15px 0;
}

#enter .side .panel-side .course ul li {
  margin-top: 10px;
}

#enter .side .panel-side .course ul li a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#enter .side .panel-side .course ul .vo a {
  color: #EA6176;
}

#enter .side .panel-side .course ul .vo .active,
#enter .side .panel-side .course ul .vo a:hover {
  color: #fff;
  background-color: #EA6176;
}

#enter .side .panel-side .course ul .pm a {
  color: #00A040;
}

#enter .side .panel-side .course ul .pm .active,
#enter .side .panel-side .course ul .pm a:hover {
  color: #fff;
  background-color: #00A040;
}

#enter .side .panel-side .course ul .jp a {
  color: #AF3E92;
}

#enter .side .panel-side .course ul .jp .active,
#enter .side .panel-side .course ul .jp a:hover {
  color: #fff;
  background-color: #AF3E92;
}

#enter .side .panel-side .course ul .ac a {
  color: #0062B1;
}

#enter .side .panel-side .course ul .ac .active,
#enter .side .panel-side .course ul .ac a:hover {
  color: #fff;
  background-color: #0062B1;
}

#enter .side .panel-side .course ul .mb a {
  color: #f4c200;
}

#enter .side .panel-side .course ul .mb .active,
#enter .side .panel-side .course ul .mb a:hover {
  color: #fff;
  background-color: #f4c200;
}

#enter .side .panel-side .course ul .sv a {
  color: #0098D8;
}

#enter .side .panel-side .course ul .sv .active,
#enter .side .panel-side .course ul .sv a:hover {
  color: #fff;
  background-color: #0098D8;
}

#enter .side .panel-side .course ul .va a {
  color: #7FBE26;
}

#enter .side .panel-side .course ul .va .active,
#enter .side .panel-side .course ul .va a:hover {
  color: #fff;
  background-color: #7FBE26;
}

#enter .side .panel-side .course ul .da a {
  color: #E9545D;
}

#enter .side .panel-side .course ul .da .active,
#enter .side .panel-side .course ul .da a:hover {
  color: #fff;
  background-color: #E9545D;
}

#enter .side .panel-side .course ul .mu a {
  color: #F29600;
}

#enter .side .panel-side .course ul .mu .active,
#enter .side .panel-side .course ul .mu a:hover {
  color: #fff;
  background-color: #F29600;
}

#enter .side .panel-side .course ul .pf a {
  color: #90529C;
}

#enter .side .panel-side .course ul .pf .active,
#enter .side .panel-side .course ul .pf a:hover {
  color: #fff;
  background-color: #90529C;
}

#enter .side .panel-side .course ul .wo a {
  color: #003984;
}

#enter .side .panel-side .course ul .wo .active,
#enter .side .panel-side .course ul .wo a:hover {
  color: #fff;
  background-color: #003984;
}

#enter .side .panel-side .course ul .acc a {
  color: #D70054;
}

#enter .side .panel-side .course ul .acc .active,
#enter .side .panel-side .course ul .acc a:hover {
  color: #fff;
  background-color: #D70054;
}

#enter .side .panel-side .want {
  padding: 5px 0 15px 0;
}

#enter .side .panel-side .want ul li {
  margin-top: 10px;
}

#enter .side .panel-side .want ul li a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#enter .side .panel-side .all_btn {
  margin: 0;
}

#enter .side .panel-side .all_btn a {
  text-decoration: none;
  display: block;
  color: #252525;
  background-color: #eee;
  border-radius: 5px;
  padding: 3px 5px;
  text-align: center;
  font-size: 13px;
}

#enter .side .collapse_show>.panel-heading>.panel-title>a .icon::before {
  content: '\f106';
  top: -2px;
}

#enter #guidance .ttl_lead {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .ttl_lead {
    margin: 30px 0;
  }
}

#enter #guidance .ttl_lead h2 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .ttl_lead h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

#enter #guidance .ttl_lead .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .ttl_lead .wrap {
    display: block;
  }
}

#enter #guidance .ttl_lead .wrap .txt_area {
  width: 55%;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .ttl_lead .wrap .txt_area {
    width: 100%;
  }
}

#enter #guidance .ttl_lead .wrap .contact {
  width: 43%;
  background-color: #F6F6F6;
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .ttl_lead .wrap .contact {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
}

#enter #guidance .ttl_lead .wrap .contact h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

@media only screen and (max-width: 577px),
print {
  #enter #guidance .ttl_lead .wrap .contact h3 {
    font-size: 16px;
  }
}

#enter #guidance .ttl_lead .wrap .contact h4 {
  font-size: 16px;
  margin-bottom: 10px;
  background: #ffd000;
  padding: 5px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 577px),
print {
  #enter #guidance .ttl_lead .wrap .contact h4 {
    font-size: 14px;
  }
}

#enter #guidance .ttl_lead .wrap .contact a {
  color: #252525;
}

#enter #guidance .ttl_lead .wrap .contact a:hover {
  text-decoration: none;
}

#enter #guidance .cont .item {
  border: 1px solid #252525;
  padding: 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .cont .item {
    padding: 15px;
  }
}

#enter #guidance .cont .item .headblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .cont .item .headblock {
    display: block;
  }
}

#enter #guidance .cont .item .headblock .dateblock {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1;
  margin: 0;
  position: relative;
  padding-right: 38px;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .cont .item .headblock .dateblock {
    display: inline-block;
    font-size: 28px;
    padding-right: 30px;
    margin: 0 15px 0 0;
  }
}

#enter #guidance .cont .item .headblock .dateblock span {
  position: absolute;
  display: block;
  bottom: 2px;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .cont .item .headblock .dateblock span {
    font-size: 14px;
    padding: 5px;
    bottom: 2px;
  }
}

#enter #guidance .cont .item .headblock .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  margin-left: 20px;
  border: 1px solid #252525;
  padding: 3px 20px;
}

@media only screen and (max-width: 577px),
print {
  #enter #guidance .cont .item .headblock .place {
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 3px 10px;
  }
}

#enter #guidance .cont .item .headblock .place .area1 {
  margin: 0;
}

#enter #guidance .cont .item .headblock .place .area2 {
  margin: 0 0 0 20px;
  border-left: 1px solid #252525;
  padding-left: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #guidance .cont .item .headblock .place .area2 {
    margin: 0 0 0 10px;
    padding-left: 10px;
  }
}

#enter #guidance .cont .item .infoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #enter #guidance .cont .item .infoblock {
    display: block;
  }
}

#enter #guidance .cont .item .infoblock dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 30px 0 0;
}

@media only screen and (max-width: 577px),
print {
  #enter #guidance .cont .item .infoblock dl {
    margin: 15px 0 0 0;
  }
}

#enter #guidance .cont .item .infoblock dl dt {
  line-height: 1.3;
  white-space: nowrap;
}

#enter #guidance .cont .item .infoblock dl dd {
  line-height: 1.3;
  border-left: 1px solid #252525;
  margin-left: 10px;
  padding-left: 10px;
}

#enter #guidance .inner {
  max-width: 1040px;
}

#enter .guidance__lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance__lead {
    font-size: inherit;
  }
}

#enter .guidance-anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-anc {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#enter .guidance-anc__item {
  margin: 0 15px;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-anc__item {
    margin: 0;
  }
}

#enter .guidance-sec {
  padding-top: 100px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#enter .guidance-sec__ttl {
  margin: 0 0 70px;
  text-align: center;
  font-size: 5.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

#enter .guidance-sec__ttl_2 {
  margin: 50px 0 0.5em;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__ttl_2 {
    font-size: inherit;
  }
}

#enter .guidance-sec__ttl_2:first-child {
  margin-top: 0;
}

#enter .guidance-sec__ttl_2 span {
  display: inline-block;
  padding: 0 0.1em 0.5em;
  border-bottom: 3px solid currentColor;
}

#enter .guidance-sec__txt {
  font-size: 1.8rem;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__txt {
    font-size: inherit;
  }
}

#enter .guidance-sec__num {
  counter-reset: guidance-sec__num;
}

#enter .guidance-sec__num>li {
  padding-left: 2em;
  position: relative;
  margin-top: 0.7em;
}

#enter .guidance-sec__num>li::before {
  width: 1.4em;
  height: 1.4em;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0.2em;
  left: 0;
  counter-increment: guidance-sec__num;
  content: counter(guidance-sec__num);
  text-align: center;
  color: #00a9e4;
  line-height: 1.4em;
}

#enter .guidance-sec__img {
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__img img {
    height: 50px;
  }
}

#enter .guidance-sec__contents {
  padding: 45px;
  margin-top: 65px;
  position: relative;
  font-size: 1.8rem;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__contents {
    padding: 22px;
    margin-top: 40px;
    font-size: inherit;
  }
}

#enter .guidance-sec__contents::before {
  width: 62px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  -webkit-transform: translate(-50%, -99%);
  transform: translate(-50%, -99%);
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-sec__contents::before {
    height: 20px;
  }
}

#enter .guidance-zoom {
  background: #00a9e4;
  color: #fff;
}

#enter .guidance-zoom .guidance-sec__contents {
  background: #dff2fc;
  color: #252525;
}

#enter .guidance-zoom .guidance-sec__contents::before {
  background-image: url(/enter/img/guidance/zoom_bg01.svg);
}

#enter .guidance-tel .guidance-sec__contents {
  background: #6fba2c;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
}

#enter .guidance-tel .guidance-sec__contents::before {
  background-image: url(/enter/img/guidance/tel_bg01.svg);
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-tel .guidance-sec__contents {
    font-size: 1.6rem;
  }
}

#enter .guidance-town {
  background: #fdd000;
  margin-bottom: 60px;
}

#enter .guidance-town .guidance-sec__contents {
  background: #feebbe;
}

#enter .guidance-town .guidance-sec__contents::before {
  background-image: url(/enter/img/guidance/town_bg01.svg);
}

#enter .guidance-town .guidance-sec__contents2 {
  padding: 50px;
  margin-top: 100px;
  background: #fff;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-town .guidance-sec__contents2 {
    padding: 20px;
    margin-top: 50px;
  }
}

#enter .guidance-town .cont {
  margin-bottom: 0;
}

@media only screen and (max-width: 577px),
print {
  #enter .guidance-town .cont {
    margin-bottom: 20px;
  }
}

#enter .oc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 3px currentColor inset;
  box-shadow: 0 0 0 3px currentColor inset;
  color: #252525;
  font-size: 2.2rem;
}

#enter .oc-btn::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 0.5em;
  background: url(/enter/img/guidance/arrow_black01.svg) no-repeat center/contain;
  content: '';
}

@media only screen and (max-width: 577px),
print {
  #enter .oc-btn::after {
    width: 1em;
    height: 1em;
  }
}

@media only screen and (max-width: 577px),
print {
  #enter .oc-btn {
    display: block;
    height: auto;
    padding: 15px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 2px currentColor inset;
    box-shadow: 0 0 0 2px currentColor inset;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

#enter #oc_list .ttl_lead {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .ttl_lead {
    margin: 30px 0;
  }
}

#enter #oc_list .ttl_lead h2 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .ttl_lead h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

#enter #oc_list .pc {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .pc {
    display: none;
  }
}

#enter #oc_list .sp {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .sp {
    display: block;
  }
}

#enter #oc_list .kikaku {
  background-color: #ffd000;
  padding: 20px;
  margin-bottom: 20px;
}

#enter #oc_list .kikaku .ttl01 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #252525;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#enter #oc_list .kikaku .ttl01 span {
  background-color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 17px;
  margin-left: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .kikaku .ttl01 span {
    display: block;
    line-height: 1.3;
    margin-top: 5px;
  }
}

#enter #oc_list .kikaku .ttl02 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .kikaku .ttl02 {
    font-size: 18px;
    text-align: left;
  }
}

#enter #oc_list .kikaku .ttl02 strong {
  color: red;
  font-size: 26px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .kikaku .ttl02 strong {
    font-size: 20px;
  }
}

#enter #oc_list .kikaku .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#enter #oc_list .kikaku .note .ttl span {
  white-space: nowrap;
  color: #fff;
  background-color: #BE0306;
  line-height: 1;
  padding: 3px 10px;
  margin-right: 10px;
}

#enter #oc_list .kikaku .btn_style1 {
  margin-top: 15px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .kikaku .btn_style1 {
    width: 100%;
    font-size: 13px;
    padding: 7px 15px;
  }
}

#enter #oc_list .kikaku .btn_style1:hover {
  background: #fff;
}

#enter #oc_list .mrg_space {
  margin-bottom: 12em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .mrg_space {
    margin-bottom: 6em;
  }
}

#enter #oc_list .cont {
  width: 75%;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont {
    width: 100%;
  }
}

#enter #oc_list .cont .item {
  border: 1px solid #252525;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item {
    padding: 15px;
  }
}

#enter #oc_list .cont .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .wrap {
    display: block;
  }
}

#enter #oc_list .cont .item .wrap .text_area {
  width: 70%;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .wrap .text_area {
    width: 100%;
  }
}

#enter #oc_list .cont .item .wrap .text_area .dateblock {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-right: 38px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .wrap .text_area .dateblock {
    display: inline-block;
    font-size: 32px;
    padding-right: 30px;
  }
}

#enter #oc_list .cont .item .wrap .text_area .dateblock span {
  position: absolute;
  display: block;
  bottom: 2px;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .wrap .text_area .dateblock span {
    font-size: 14px;
    padding: 5px;
    bottom: 2px;
  }
}

#enter #oc_list .cont .item .wrap .text_area p span {
  font-weight: bold;
  font-size: 21px;
}

#enter #oc_list .cont .item .wrap .btn_area {
  width: 30%;
  text-align: right;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .wrap .btn_area {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

#enter #oc_list .cont .item .wrap .btn_area a {
  font-size: 14px;
}

#enter #oc_list .cont .item .info_block {
  margin-top: 15px;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

#enter #oc_list .cont .item .info_block dl {
  display: table;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .info_block dl {
    display: block;
  }
}

#enter #oc_list .cont .item .info_block dl dt {
  display: table-cell;
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  width: 15%;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .info_block dl dt {
    display: block;
    width: 100%;
    padding: 7px;
  }
}

#enter #oc_list .cont .item .info_block dl dd {
  display: table-cell;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_list .cont .item .info_block dl dd {
    display: block;
    padding: 7px;
  }
}

#enter .join_block {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  border: 5px solid #ffd000;
  background-color: #FFF;
  padding: 25px 30px 15px 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block {
    padding: 20px 0 15px 0;
  }
}

#enter .join_block h3 {
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block h3 {
    font-size: 18px;
  }
}

#enter .join_block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap {
    display: block;
  }
}

#enter .join_block .wrap .table_wrap {
  width: 75%;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table {
    margin: auto;
  }
}

#enter .join_block .wrap .table_wrap table th {
  padding: 5px 10px 10px 0;
  vertical-align: middle;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table th {
    padding: 5px 10px 5px 0;
  }
}

#enter .join_block .wrap .table_wrap table td {
  padding: 5px 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table td {
    padding: 1px 5px 1px 0;
  }
}

#enter .join_block .wrap .table_wrap table td .dateblock {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 32px;
  line-height: 1;
  position: relative;
  padding-right: 38px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table td .dateblock {
    display: inline-block;
    font-size: 24px;
    padding-right: 25px;
  }
}

#enter .join_block .wrap .table_wrap table td .dateblock span {
  position: absolute;
  display: block;
  bottom: 2px;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table td .dateblock span {
    font-size: 12px;
    padding: 5px;
    bottom: 2px;
  }
}

#enter .join_block .wrap .table_wrap table td button {
  white-space: nowrap;
  background-color: #EEE;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table td button {
    font-size: 13px;
    padding: 3px 10px;
  }
}

#enter .join_block .wrap .table_wrap table td button br {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .table_wrap table td button br {
    display: inherit;
  }
}

#enter .join_block .wrap .table_wrap table .oc_name {
  line-height: 1.5;
}

#enter .join_block .wrap .next_btn {
  width: 25%;
  text-align: right;
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .next_btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .join_block .wrap .next_btn a {
    font-size: 14px;
    padding: 5px 20px;
  }
}

#enter .oc_form .ttl_block {
  margin: 50px 0;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter .oc_form .ttl_block {
    margin: 30px 0;
  }
}

#enter .oc_form .ttl_block h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .oc_form .ttl_block h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

#enter .form_area {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area {
    margin-bottom: 30px;
  }
}

#enter .form_area .oc_select {
  border: 3px solid #ffd000;
  border-radius: 5px;
  padding: 25px 30px 10px 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area .oc_select {
    padding: 15px 20px 5px 20px;
    margin-bottom: 15px;
  }
}

#enter .form_area .oc_select h3 {
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area .oc_select h3 {
    font-size: 16px;
  }
}

#enter .form_area .oc_select p {
  margin-bottom: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area .oc_select p {
    font-size: 14px;
  }
}

#enter .form_area .oc_select p .date {
  font-family: 'Montserrat';
  font-size: 22px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area .oc_select p .date {
    font-size: 18px;
  }
}

#enter .form_area .oc_select p .week {
  color: #fff;
  background-color: #252525;
  padding: 1px 5px;
  font-size: 16px;
  border-radius: 50px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area .oc_select p .week {
    font-size: 14px;
  }
}

#enter .form_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area dl {
    display: block;
    border-right: 1px #D9DEE2 solid;
  }
}

#enter .form_area dl dt {
  width: 25%;
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area dl dt {
    width: 100%;
    padding: 10px;
  }
}

#enter .form_area dl dd {
  width: 75%;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area dl dd {
    width: 100%;
    padding: 10px;
  }
}

#enter .form_area dl dd span {
  display: block;
  padding: 3px 0;
}

#enter .form_area dl dd a {
  color: #252525;
  text-decoration: none;
}

#enter .form_area dl dd input[type="text"],
#enter .form_area dl dd textarea {
  width: 100%;
}

#enter .form_area dl dd input[type="text"][size="5"] {
  max-width: 50px;
}

#enter .form_area dl dd input[type="text"][size="10"] {
  max-width: 100px;
}

#enter .form_area dl dd input[type="text"][size="20"] {
  max-width: 200px;
}

#enter .form_area dl dd input[type="text"][size="30"] {
  max-width: 300px;
}

#enter .form_area dl dd input[type="text"][size="40"] {
  max-width: 400px;
}

#enter .form_area dl dd input[type="text"][size="50"] {
  max-width: 500px;
}

#enter .form_area dl dd input[type="text"][size="60"] {
  max-width: 600px;
}

#enter .form_area dl dd textarea {
  resize: vertical;
  max-width: 600px;
  max-height: 500px;
  min-height: 180px;
}

#enter .form_area dl dd .note {
  background-color: #F6F6F6;
  padding: 15px;
  margin-bottom: 10px;
}

#enter .form_area dl dd ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

#enter .form_area dl dd .btn_link {
  background-color: #ffd000;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #252525;
}

#enter .form_area button {
  margin-top: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px 40px 5px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

@media only screen and (max-width: 768px),
print {
  #enter .form_area button {
    margin-top: 30px;
    padding: 5px 30px 5px 40px;
  }
}

#enter .form_area button::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#enter .form_area button:hover {
  opacity: 0.6;
}

#enter .form_area button[type="submit"] {
  font-size: 1.4em;
  font-weight: bolder;
  background-color: #ffd000;
}

#enter .button {
  margin-top: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px 40px 5px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .button {
    margin-top: 30px;
    padding: 5px 30px 5px 40px;
  }
}

#enter .button::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#enter .button:hover {
  opacity: 0.6;
  text-decoration: none;
}

#enter .sort_area {
  margin-top: 65px;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_area {
    margin: 40px 0 20px;
  }
}

#enter .sort_box_ttl {
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_box_ttl {
    padding: 15px 10px;
    background-color: #ffd000;
    color: #252525;
  }
}

#enter .sort_box_trigger {
  padding: 15px 10px;
  background-color: #ffd000;
  /*
        @media only screen and (max-width:768px), print {
          padding-right: 45px;
          position: relative;
          cursor: pointer;
          &::before {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            border: solid 2px #252525;
            position: absolute;
            top: 50%;
            right: 12px;
            content: "\f107";
            transform: translateY(-50%);
            font-family: "FontAwesome";
            font-size: 1em;
            line-height: 1;
          }
          &.open {
            &::before {
              transform: translateY(-50%) rotate(180deg);
            }
          }
        }
*/
}

@media only screen and (min-width: 769px),
print {
  #enter .sort_box_trigger {
    pointer-events: none;
  }
}

#enter .sort_department {
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_department {
    padding-bottom: 0;
  }
}

#enter .sort_department .sort_box_ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4em;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_department .sort_box_ttl {
    margin-bottom: 0;
  }
}

#enter .sort_department .sort_box_ttl::before,
#enter .sort_department .sort_box_ttl::after {
  display: inline-block;
  margin: 0 0.7em;
  content: "\f001";
  font-family: "FontAwesome";
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {

  #enter .sort_department .sort_box_ttl::before,
  #enter .sort_department .sort_box_ttl::after {
    display: none;
  }
}

#enter .sort_department ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
}

#enter .sort_department ul:before,
#enter .sort_department ul:after {
  content: " ";
  display: table;
}

#enter .sort_department ul:after {
  clear: both;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_department ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
}

#enter .sort_department li {
  margin-left: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_department li {
    margin-left: 0;
  }
}

#enter .sort_department li a {
  padding: 0.5em 0.8em !important;
}

#enter .sort_day {
  width: 23%;
  margin: auto;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_day {
    position: static !important;
    width: 100%;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_day_inner {
    padding-left: 0;
  }
}

#enter .sort_day.fixed {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  max-width: 980px;
}

#enter .sort_day.fixed .sort_day_inner {
  padding-left: 77%;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_day.fixed .sort_day_inner {
    padding-left: 0;
  }
}

#enter .sort_day .sort_box_drawer {
  padding: 15px 10px 0;
}

#enter .sort_day .sort_box_drawer:before,
#enter .sort_day .sort_box_drawer:after {
  content: " ";
  display: table;
}

#enter .sort_day .sort_box_drawer:after {
  clear: both;
}

@media only screen and (min-width: 769px),
print {
  #enter .sort_day .sort_box_drawer {
    display: block !important;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_day .sort_box_drawer {
    /*display: none;*/
    padding: 15px 0 0;
  }
}

#enter .sort_day .sort_box_drawer li {
  width: 30%;
  margin-right: 5%;
  float: left;
}

#enter .sort_day .sort_box_drawer li:nth-child(n+4) {
  margin-top: 5%;
}

#enter .sort_day .sort_box_drawer li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter .sort_day .sort_box_drawer li:nth-child(n) {
    width: 23.5%;
    margin: 0 2% 0 0;
  }

  #enter .sort_day .sort_box_drawer li:nth-child(4n) {
    margin-right: 0;
  }

  #enter .sort_day .sort_box_drawer li:nth-child(n+5) {
    margin-top: 2%;
  }
}

#enter .sort_day .sort_box_drawer a {
  display: block;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #eee;
  text-align: center;
  color: #252525;
  font-size: 13px;
}

#enter .sort_day .sort_box_drawer a:hover {
  text-decoration: none;
}

#enter .btn_department {
  display: inline-block;
  padding: 1em 1.7em;
  border: solid 2px #252525;
  border-radius: 30px;
  color: #252525;
  font-size: 16px;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_department {
    width: 100%;
    max-width: 300px;
    padding: 0.5em 1em;
    border-width: 1px;
    border-radius: 35px;
    margin-top: 5px;
  }
}

#enter .btn_department:hover {
  text-decoration: none;
}

#enter .btn_department::before,
#enter .btn_department::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

@media only screen and (max-width: 768px),
print {

  #enter .btn_department::before,
  #enter .btn_department::after {
    border-width: 0 8px 14px 8px;
  }
}

#enter .btn_department::before {
  border-color: transparent transparent #252525 transparent;
  top: -16px;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_department::before {
    top: -14px;
  }
}

#enter .btn_department::after {
  border-color: transparent transparent #fff transparent;
  top: -12px;
  z-index: 2;
}

#enter .btn_department span::before {
  display: inline-block;
  margin-left: 0.3em;
  font-family: "FontAwesome";
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter .btn_department span::before {
    display: block;
    margin: 0;
    line-height: 1;
  }
}

#enter #oc_treatment {
  background: url(/enter/opencampus/img/sec04_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment {
    padding-top: 30px;
  }

  #enter #oc_treatment .pc_only {
    display: none;
  }
}

#enter #oc_treatment .sp_only {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .sp_only {
    display: block;
  }
}

#enter #oc_treatment .content {
  overflow: hidden;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .box {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

#enter #oc_treatment .naiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .naiyo {
    display: block;
    margin-bottom: 30px;
  }
}

#enter #oc_treatment .naiyo .item {
  width: 32%;
  background-color: #f4f8fb;
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .naiyo .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

#enter #oc_treatment .naiyo .item span {
  font-weight: bold;
}

#enter #oc_treatment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .wrap {
    display: block;
  }
}

#enter #oc_treatment .wrap .item {
  margin: 0 35px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .wrap .item {
    display: block;
    margin: 0 0 20px 0;
  }
}

#enter #oc_treatment .circle {
  border-radius: 100%;
  background-color: #ffd000;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 45px 10px;
  font-size: 28px;
  line-height: 1.6;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .circle {
    width: 200px;
    height: 200px;
    font-size: 24px;
    padding: 45px 10px;
  }
}

#enter #oc_treatment .circle span {
  font-size: 38px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .circle span {
    font-size: 32px;
  }
}

#enter #oc_treatment .row02 {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row02 {
    text-align: center;
  }
}

#enter #oc_treatment .row02 .date_block {
  font-size: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row02 .date_block {
    font-size: 18px;
  }
}

#enter #oc_treatment .row02 .date_block .date {
  display: block;
  width: 100%;
}

#enter #oc_treatment .row02 .date_block .date:last-of-type {
  margin-left: 30px;
}

#enter #oc_treatment .row03 .btn_style2 {
  border-radius: 100px;
  padding: 10px 30px;
}

#enter #oc_treatment .row04 {
  text-align: center;
  background-color: #FFF;
  padding: 2em 1em;
}

#enter #oc_treatment .row04 h3 {
  border: none;
}

#enter #oc_treatment .row04 .dateblock {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-right: 38px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .dateblock {
    display: inline-block;
    font-size: 24px;
    padding-right: 25px;
  }
}

#enter #oc_treatment .row04 .dateblock span {
  position: absolute;
  display: block;
  bottom: 2px;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .dateblock span {
    font-size: 12px;
    padding: 5px;
    bottom: 2px;
  }
}

#enter #oc_treatment .row04 .sec_ttl .fa {
  margin-right: 0.4em;
}

#enter #oc_treatment .row04 .schedule_box {
  display: none;
  max-width: 800px;
  margin: auto;
  padding: 20px 32px;
  border: solid 1px #252525;
  background-color: #FFF;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_box {
    padding: 30px 5%;
  }
}

#enter #oc_treatment .row04 .schedule_ttl {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_ttl {
    padding-bottom: 0 !important;
    font-size: 1.6rem;
  }
}

#enter #oc_treatment .row04 .schedule_list {
  text-align: left;
  margin-bottom: 0;
}

#enter #oc_treatment .row04 .schedule_list .list_year {
  font-size: 2rem;
}

#enter #oc_treatment .row04 .schedule_list .list_year:nth-child(n+2) {
  margin-top: 1rem;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_list .list_year {
    font-size: 1.6rem;
  }
}

#enter #oc_treatment .row04 .schedule_list ul {
  overflow: hidden;
  margin-bottom: 0;
}

#enter #oc_treatment .row04 .schedule_list li {
  margin: 0 10px 10px 0;
  float: left;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_list li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }

  #enter #oc_treatment .row04 .schedule_list li:nth-child(4n) {
    margin-right: 0;
  }
}

#enter #oc_treatment .row04 .schedule_list a {
  display: block;
  min-width: 62px;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #eee;
  text-align: center;
  color: #252525;
  font-size: 13px;
}

#enter #oc_treatment .row04 .schedule_list a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_list a {
    min-width: 0;
  }
}

#enter #oc_treatment .row04 .schedule_close {
  display: inline-block;
}

#enter #oc_treatment .row04 .schedule_close .fa {
  color: #999;
  font-size: 4.5rem;
  line-height: 1.0;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .row04 .schedule_close .fa {
    font-size: 3.2rem;
  }
}

#enter #oc_treatment .btn_square {
  display: inline-block;
  font-size: 14px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #252525;
  position: relative;
  padding: 0.7em 5em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .btn_square {
    margin: 20px 0;
  }
}

#enter #oc_treatment .btn_square span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #252525;
  font-size: 150%;
}

#enter #oc_treatment .btn_square span::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  font-size: 1em;
  position: relative;
}

#enter #oc_treatment .btn_square.open span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#enter #oc_treatment .privilege .page_ttl {
  margin-bottom: 40px;
}

#enter #oc_treatment .privilege .page_ttl+* {
  font-size: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege .page_ttl+* {
    font-size: inherit;
  }
}

#enter #oc_treatment .privilege .sub_box {
  border: 2px solid #252525;
  border-radius: 4px;
  padding: 2.5em 1em 1em;
  position: relative;
}

#enter #oc_treatment .privilege .sub_ttl_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  background: #0075c1;
  font-weight: bold;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
}

#enter #oc_treatment .privilege .sub_ttl_wrap .sub_ttl {
  vertical-align: middle;
  margin: 0;
  padding: 4px 2em;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}

#enter #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::before,
#enter #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#enter #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::before {
  top: 0;
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #F3F8FB;
  border-style: solid;
}

#enter #oc_treatment .privilege .sub_ttl_wrap .sub_ttl::after {
  top: 0;
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #F3F8FB transparent transparent;
  border-style: solid;
}

#enter #oc_treatment .privilege_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_txt {
    font-size: 16px;
  }
}

#enter #oc_treatment .privilege_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe780));
  background: linear-gradient(transparent 70%, #ffe780 70%);
  padding: 0 0.5em;
}

#enter #oc_treatment .privilege_caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  background-color: #F3F8FB;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_caution {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }
}

#enter #oc_treatment .privilege_caution dt {
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #BE0306;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_caution dt {
    padding: 3px 10px;
    margin-right: 0.8em;
    border-radius: 3px;
  }
}

#enter #oc_treatment .privilege_caution dd {
  padding-left: 1em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_caution dd {
    padding-left: 0;
  }
}

#enter #oc_treatment .privilege_list {
  margin: 60px 0;
  background-color: #fff;
  padding: 2em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_list {
    margin: 40px 0;
  }
}

#enter #oc_treatment .privilege_list li {
  padding: 0 0 0 240px;
  position: relative;
}

#enter #oc_treatment .privilege_list li:before,
#enter #oc_treatment .privilege_list li:after {
  content: " ";
  display: table;
}

#enter #oc_treatment .privilege_list li:after {
  clear: both;
}

#enter #oc_treatment .privilege_list li:nth-child(n+2) {
  margin-top: 2em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_list li {
    padding: 0;
  }
}

#enter #oc_treatment .privilege_list li span {
  display: block;
  width: 220px;
  padding: 0.2em;
  position: absolute;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_treatment .privilege_list li span {
    width: 200px;
    position: static;
    margin-bottom: 0.5em;
  }
}

#enter #oc_treatment .privilege_list li span.li_ttl {
  font-weight: bold;
  background: #252525;
  color: #fff;
}

#enter .privilege__scroll {
  position: fixed;
  z-index: 5;
  bottom: 1em;
  left: 50%;
  border-radius: 100%;
  background-color: rgba(255, 208, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#enter .privilege__scroll a {
  height: 5em;
  width: 5em;
  display: block;
  padding: 10px;
}

#enter .privilege__scroll img {
  height: 100%;
  padding-left: 0.5em;
}

#enter #oc_koutsuhi {
  background: url(/enter/opencampus/img/sec04_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi {
    padding-top: 30px;
  }

  #enter #oc_koutsuhi .pc_only {
    display: none;
  }
}

#enter #oc_koutsuhi .sp_only {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .sp_only {
    display: block;
  }
}

#enter #oc_koutsuhi .content {
  overflow: hidden;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .box {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

#enter #oc_koutsuhi .btn_square {
  display: inline-block;
  font-size: 14px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #252525;
  position: relative;
  padding: 0.7em 5em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .btn_square {
    margin: 20px 0;
  }
}

#enter #oc_koutsuhi .btn_square span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #252525;
  font-size: 150%;
}

#enter #oc_koutsuhi .btn_square span::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #252525;
  font-size: 1em;
  position: relative;
}

#enter #oc_koutsuhi .btn_square.open span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#enter #oc_koutsuhi .privilege .page_ttl {
  margin-bottom: 40px;
}

#enter #oc_koutsuhi .privilege .page_ttl+* {
  font-size: 20px;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege .page_ttl+* {
    font-size: inherit;
  }
}

#enter #oc_koutsuhi .privilege .sub_box {
  border: 2px solid #252525;
  border-radius: 4px;
  padding: 2.5em 1em 1em;
  position: relative;
}

#enter #oc_koutsuhi .privilege .sub_ttl_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  background: #0075c1;
  font-weight: bold;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
}

#enter #oc_koutsuhi .privilege .sub_ttl_wrap .sub_ttl {
  vertical-align: middle;
  margin: 0;
  padding: 4px 2em;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}

#enter #oc_koutsuhi .privilege .sub_ttl_wrap .sub_ttl::before,
#enter #oc_koutsuhi .privilege .sub_ttl_wrap .sub_ttl::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#enter #oc_koutsuhi .privilege .sub_ttl_wrap .sub_ttl::before {
  top: 0;
  left: 0;
  border-width: 28px 0px 28px 15px;
  border-color: transparent transparent transparent #F3F8FB;
  border-style: solid;
}

#enter #oc_koutsuhi .privilege .sub_ttl_wrap .sub_ttl::after {
  top: 0;
  right: 0;
  border-width: 28px 15px 28px 0px;
  border-color: transparent #F3F8FB transparent transparent;
  border-style: solid;
}

#enter #oc_koutsuhi .privilege_txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_txt {
    font-size: 16px;
  }
}

#enter #oc_koutsuhi .privilege_txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe780));
  background: linear-gradient(transparent 70%, #ffe780 70%);
  padding: 0 0.5em;
}

#enter #oc_koutsuhi .privilege_caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  background-color: #F3F8FB;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_caution {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }
}

#enter #oc_koutsuhi .privilege_caution dt {
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #BE0306;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_caution dt {
    padding: 3px 10px;
    margin-right: 0.8em;
    border-radius: 3px;
  }
}

#enter #oc_koutsuhi .privilege_caution dd {
  padding-left: 1em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_caution dd {
    padding-left: 0;
  }
}

#enter #oc_koutsuhi .privilege_list {
  margin: 60px 0;
  background-color: #fff;
  padding: 2em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_list {
    margin: 40px 0;
  }
}

#enter #oc_koutsuhi .privilege_list li {
  padding: 0 0 0 240px;
  position: relative;
}

#enter #oc_koutsuhi .privilege_list li:before,
#enter #oc_koutsuhi .privilege_list li:after {
  content: " ";
  display: table;
}

#enter #oc_koutsuhi .privilege_list li:after {
  clear: both;
}

#enter #oc_koutsuhi .privilege_list li:nth-child(n+2) {
  margin-top: 2em;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_list li {
    padding: 0;
  }
}

#enter #oc_koutsuhi .privilege_list li span {
  display: block;
  width: 220px;
  padding: 0.2em;
  position: absolute;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .privilege_list li span {
    width: 200px;
    position: static;
    margin-bottom: 0.5em;
  }
}

#enter #oc_koutsuhi .privilege_list li span.li_ttl {
  font-weight: bold;
  background: #252525;
  color: #fff;
}

#enter #oc_koutsuhi .slide-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

#enter #oc_koutsuhi .slide-box {
  margin: 0 auto;
}

@media only screen and (max-width: 768px),
print {
  #enter #oc_koutsuhi .slide-box {
    width: 700px;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter.oc_form .g__header .list__icons {
    display: none;
  }
}

#enter .pagetop_btm {
  bottom: 0;
}

#enter .date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #enter .date_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1023px),
print {
  #enter .date_box .item {
    width: 26%;
  }
}

@media only screen and (max-width: 768px),
print {
  #enter .date_box .item {
    width: 100%;
    margin-bottom: 40px;
  }
}

#enter .date_box .item .date {
  position: relative;
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}

#enter .date_box .item .date span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: -2px;
  margin-left: 7px;
  border: 1px solid currentColor;
  border-radius: 100px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}

#enter .date_box .item .btn_yellow {
  position: relative;
  padding: 0.7em 5em;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #252525;
}

@media only screen and (max-width: 768px),
print {
  #enter .date_box .item .btn_yellow {
    display: inline-block;
    padding: 0.5em 4em;
  }
}

#enter .date_box .item .btn_yellow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 170%;
  line-height: 1;
}


#enter .oc__box{
  text-align: center;
  margin-block: 35px 55px;
}

.color-point {
  color: #018ace;
}

.line-through {
  text-decoration: line-through;
}

.org-table {
  table-layout: fixed;
  width: 979px;
}

.org-table-heading {
  font-size: 16px;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
  overflow: hidden;
}

.org-table-heading__spl {
  font-size: 14px;
  float: right;
}

.org-table__w1 {
  width: 230px;
}

.org-table__w2 {
  width: 185px;
}

.org-table th {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.org-table td {
  font-size: 16px;
  text-align: center;
}

.org-table__with-bg {
  color: #fff;
  background: #018ace;
}

.org-table__with-bg_bdl {
  border-left: 1px solid #018ace !important;
}

.org-table__with-bg_bdr {
  border-right: 1px solid #018ace !important;
}

td .org-table__with-bg {
  font-size: 14px;
}

.org-table__bd-none {
  border: none !important;
}

.org-table thead th,
.org-table thead td {
  padding: 0.1em;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.org-table tbody th,
.org-table tbody td {
  padding: 0.2em 0.1em;
  font-size: 14px;
}

.org-table tbody tr:first-child th,
.org-table tbody tr:first-child td {
  border-top: 1px solid #a8a3a0;
}

.org-table tbody tr th,
.org-table tbody tr td {
  border-bottom: 1px solid #a8a3a0;
}

.org-table tbody tr th,
.org-table tbody tr td {
  border-right: 1px solid #a8a3a0;
}

.org-table tbody tr th:first-child,
.org-table tbody tr td:first-child {
  border-left: 1px solid #a8a3a0;
}

.org-table tbody tr th.bdl,
.org-table tbody tr td.bdl {
  border-left: 1px solid #a8a3a0;
}

.org-sample-chart {
  width: 950px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
}

@media only screen and (max-width: 768px),
print {
  .org-sample-chart {
    margin-top: 20px;
    padding-left: 0;
  }
}

.org-sample-chart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.org-sample-chart__item:not(:first-child) {
  margin-top: 20px;
}

.org-sample-chart__case {
  width: 120px;
  padding-right: 8px;
  font-weight: bold;
}

.org-sample-chart__heading {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.org-sample-chart__cell {
  text-align: center;
  font-size: 14px;
}

.org-sample-chart__cell_first {
  width: 450px;
}

.org-sample-chart__cell_first_long {
  width: 640px;
}

.org-sample-chart__cell_second {
  width: 140px;
}

.org-sample-chart__cell_result {
  width: 150px;
}

.org-sample-chart__small-text {
  font-size: 13px;
}

.org-sample-chart__point {
  margin-left: 0.25em;
  padding: 0 0.25em;
  color: #fff;
  background: #000;
}

.org-sample-chart__operator {
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
}

.org-sample-chart__bg-light {
  padding: 10px;
  font-size: 14px;
  background: #e3edf7;
}

.org-sample-chart__spl {
  margin-top: 18px;
  font-size: 12px;
}

#debut .cont__header {
  background: url(../about/img/main_img.jpg) no-repeat center top;
  background-size: cover;
}

#debut .sec_1 {
  padding: 80px 0 60px 0;
}

#debut .sec_1 p {
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_1 p {
    text-align: left;
  }
}

#debut .sec_2 {
  padding: 20px 0 30px 0;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_2 {
    padding: 10px 0;
  }
}

#debut .sec_2 h2 {
  font-size: 36px;
  border-bottom: 1px solid #252525;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#debut .sec_2 .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_2 .news_wrap {
    display: block;
  }
}

#debut .sec_2 .news_wrap .item {
  width: 30%;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_2 .news_wrap .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

#debut .sec_2 .news_wrap .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 5px;
}

#debut .sec_2 .news_wrap .item .cat_date .cat {
  background-color: #252525;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}

#debut .sec_2 .news_wrap .item .img_area {
  text-align: center;
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
  background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe800', endColorstr='#0075c1', GradientType=1);
  /* IE6-9 */
  margin-bottom: 15px;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_2 .news_wrap .item .img_area {
    max-width: 280px;
    margin: 0 auto 10px auto;
  }
}

#debut .sec_2 .news_wrap .item .img_area a {
  color: #FFF;
}

#debut .sec_2 .news_wrap .item .img_area a .ov_txt {
  opacity: 0;
  display: none;
}

#debut .sec_2 .news_wrap .item .img_area a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

#debut .sec_2 .news_wrap .item .img_area a:hover .ov_txt {
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 0.5em;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 45%;
  left: 40%;
}

#debut .sec_2 .news_wrap .item .img_area a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}

#debut .sec_2 .news_wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#debut .sec_2 .list_btn {
  text-align: center;
  margin: 50px 0;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_2 .list_btn {
    margin: 30px 0 50px 0;
  }
}

#debut .sec_2 .site_btn {
  text-align: center;
}

#debut .sec_3 {
  padding: 80px 0 0 0;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_3 {
    padding: 50px 0 0 0;
  }
}

#debut .sec_3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#debut .sec_3 ul li {
  width: 48%;
  margin-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 768px),
print {
  #debut .sec_3 ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}

#debut .sec_3 ul li:hover {
  opacity: 1;
  text-decoration: none;
}

#debut .sec_3 ul li:hover .txt {
  opacity: 1;
}

#debut .sec_3 ul li a:hover {
  opacity: 1;
}

#debut .sec_3 ul li a h4 {
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: #D6E4ED;
  padding: 15px 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_3 ul li a h4 {
    margin-top: 0;
    font-size: 22px;
  }
}

#debut .sec_3 ul li a h4:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#debut .sec_3 ul li a h4 strong {
  font-size: 17px;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  bottom: 3px;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_3 ul li a h4 strong {
    display: block;
    text-align: center;
  }
}

#debut .sec_3 ul li a h4:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  display: block;
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 1;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_3 ul li a h4:after {
    right: 10px;
  }
}

#debut .sec_3 ul li .txt {
  width: 100%;
  padding: 10px 20px;
  background-color: #ffd000;
}

@media only screen and (min-width: 1023px),
print {
  #debut .sec_3 ul li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #fff;
    padding: 20px;
  }

  #debut .sec_3 ul li .txt a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#debut .sec_3 ul li a {
  color: #252525;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #debut .sec_3 ul li a.txt__link {
    display: none;
  }
}

#debut .sec_3 ul li.view_pc {
  display: block;
}

@media only screen and (max-width: 768px),
print {
  #debut .sec_3 ul li.view_pc {
    display: none;
  }
}

#debut .sec_3 ul li.view_sm {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #debut .sec_3 ul li.view_sm {
    display: block;
  }
}

#debut .sec_3 ul li .panel-default {
  padding: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  #debut .sec_3 ul li .panel-default {
    margin-top: 0;
  }
}

#debut .sec_3 ul li .panel-default h4 {
  text-align: center;
  position: relative;
  font-size: 25px;
}

#debut .sec_3 ul li .panel-default h4 strong {
  font-size: 17px;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  bottom: 3px;
}

@media only screen and (max-width: 577px),
print {
  #debut .sec_3 ul li .panel-default h4 strong {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 1023px),
print {
  #debut .sec_3 ul li .panel-default h4 .icon {
    border: none;
    display: block;
    width: 1em;
    height: 1em;
  }

  #debut .sec_3 ul li .panel-default h4 .icon:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 1;
  }
}

#debut .sec_3 ul li .collapse_show>.panel-heading>.panel-title>a .icon::before {
  content: '\f106';
  top: -2px;
}

@media only screen and (min-width: 767px),
print {
  #debut .sec_3 ul li .collapse {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: .9;
    width: 100%;
    display: block;
    margin-top: 0;
  }
}

#debut .sec_3 ul li.bnr .ttl {
  font-family: 'Montserrat';
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
}

#debut .sec_3 ul li.bnr .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#debut .sec_3 ul li.bnr .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#debut .sec_3 ul li.bnr a {
  display: block;
  max-width: 300px;
  margin: 20px auto 0;
}

#debut .bnr_graduate {
  padding: 0 0 50px 0;
}

#debut .bnr_graduate .ttl {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}

#debut .bnr_graduate .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#debut .bnr_graduate .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

#debut .slider__wrapper {
  position: relative;
  padding: 0 10px;
}

#debut .slider__wrapper .tns-controls button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

#debut .slider__wrapper .tns-controls button::before {
  font-family: "FontAwesome";
  color: #ffe500;
  font-size: 5rem;
}

#debut .slider__wrapper .tns-controls button:nth-child(1) {
  left: -32px;
}

#debut .slider__wrapper .tns-controls button:nth-child(1)::before {
  content: "\f0d9";
}

#debut .slider__wrapper .tns-controls button:nth-child(2) {
  right: -32px;
}

#debut .slider__wrapper .tns-controls button:nth-child(2)::before {
  content: "\f0da";
}

#debut .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #debut .page_ttl {
    margin-bottom: 30px;
  }
}

#debut .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #debut .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #debut .page_ttl span {
    font-size: 24px;
  }
}

#debut .page_ttl_subtxt {
  text-align: center;
  font-size: 22px;
  margin: 10px 0 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #debut .page_ttl_subtxt {
    font-size: 16px;
    margin: 5px 0 40px 0;
    text-align: left;
  }
}

#debut .feature_num {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#debut .ttl_style1 {
  font-size: 26px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 5px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #debut .ttl_style1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #ffd000;
  }
}

#debut .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #debut .secttl {
    margin-bottom: 30px;
  }
}

#debut .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #debut .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
  }
}

#debut .btn_ex {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
}

@media only screen and (max-width: 768px),
print {
  #debut .btn_ex {
    font-size: 15px;
  }
}

#debut .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#debut .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#debut .btn_style1 {
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #debut .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#debut .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#debut .btn_style1:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#debut .btn_style2 {
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  padding: 5px 40px 5px 50px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #debut .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#debut .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#debut .btn_style2:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#debut #support_debut {
  padding-top: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut #support_debut {
    padding-top: 40px;
  }
}

#debut #support_debut .secttl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #debut #support_debut .secttl {
    margin-bottom: 0;
  }
}

#debut #support_debut .sec01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 {
    margin-bottom: 30px;
  }
}

#debut #support_debut .sec01 .border_wrap {
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 25px 30px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap {
    padding: 20px;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap {
    display: block;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap .txt_area {
  width: 60%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .txt_area {
    width: 100%;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap .txt_area .subttl {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .txt_area .subttl {
    text-align: center;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap .txt_area h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .txt_area h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .txt_area .link_btn {
    text-align: center;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap .txt_area .btn_style1 {
  margin-top: 10px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .txt_area .btn_style1 {
    margin-bottom: 20px;
  }
}

#debut #support_debut .sec01 .border_wrap .wrap .img_area {
  width: 35%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec01 .border_wrap .wrap .img_area {
    width: 100%;
  }
}

#debut #support_debut .sec02 {
  padding-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec02 {
    padding-top: 15px;
    margin-bottom: 30px;
  }
}

#debut #support_debut .sec02 .item {
  margin-bottom: 30px;
}

#debut #support_debut .sec02 .item .icon {
  display: inline-block;
  color: #FFF;
  background-color: #003DA4;
  padding: 2px 10px;
  margin-right: 5px;
}

#debut #support_debut .sec02 .item .vocal {
  background: #D9025D;
}

#debut #support_debut .sec02 .item .arrangement {
  background: #008F85;
}

#debut #support_debut .sec02 .item .dance {
  background: #E23A47;
}

#debut #support_debut .sec02 .item .musical {
  background: #EA4F00;
}

#debut #support_debut .sec02 .item .voice_actor {
  background: #238900;
}

#debut #support_debut .sec02 .item .musician {
  background: #D00000;
}

#debut #support_debut .sec02 .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 15px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec02 .item .wrap {
    display: block;
  }
}

#debut #support_debut .sec02 .item .wrap .img_area {
  width: 30%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec02 .item .wrap .img_area {
    width: 100%;
  }
}

#debut #support_debut .sec02 .item .wrap .txt_area {
  width: 67%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec02 .item .wrap .txt_area {
    width: 100%;
  }
}

#debut #support_debut .sec02 .item .wrap .txt_area h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_debut .sec02 .item .wrap .txt_area h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

#debut #support_debut .tabarea {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut #support_debut .tabarea {
    margin-bottom: 40px;
  }
}

#debut #support_debut .tabarea .box__tabs {
  padding-top: 60px;
}

#debut #support_debut .tabarea .box__tabs .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}

#debut #support_debut .tabarea .box__tabs .nav-pills li {
  font-size: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
  float: none;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#debut #support_debut .tabarea .box__tabs .nav-pills li a {
  background-color: #fff;
  color: #252525;
  border-bottom: 3px #252525 solid;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #3fa3ef;
}

#debut #support_debut .tabarea .box__tabs .nav-pills li.active a {
  background-color: #3fa3ef;
  color: #fff;
}

#debut #audition {
  padding-top: 50px;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition {
    padding-top: 25px;
  }
}

#debut #audition .sec01 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition .sec01 {
    margin-bottom: 30px;
  }
}

#debut #audition .sec01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec01 .wrap {
    display: block;
  }
}

#debut #audition .sec01 .wrap .txt_area {
  width: 58%;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec01 .wrap .txt_area {
    width: 100%;
    padding-bottom: 10px;
  }
}

#debut #audition .sec01 .wrap .txt_area h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec01 .wrap .txt_area h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

#debut #audition .sec01 .wrap .img_area {
  width: 38%;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec01 .wrap .img_area {
    width: 100%;
  }
}

#debut #audition .sec02 {
  padding-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition .sec02 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

#debut #audition .sec02 .img_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec02 .img_wrap {
    margin-top: 15px;
    display: block;
  }
}

#debut #audition .sec02 .img_wrap li {
  width: 31%;
}

@media only screen and (max-width: 577px),
print {
  #debut #audition .sec02 .img_wrap li {
    width: 100%;
    margin-bottom: 10px;
  }
}

#debut #audition .exam {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition .exam {
    margin-bottom: 0;
  }
}

#debut #audition .exam .wrap {
  border: 1px solid #252525;
  padding: 40px;
  border-radius: 5px;
  font-size: 15px;
  max-width: 700px;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition .exam .wrap {
    margin: 30px auto 0 auto;
    font-size: 14px;
    padding: 20px;
  }
}

#debut #audition .exam .wrap h3 {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #252525;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #debut #audition .exam .wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

#debut #audition .exam .wrap .arrow::after {
  content: '\f063';
  font-family: FontAwesome;
  display: block;
  text-align: center;
  color: #ffd000;
  font-size: 30px;
}

#debut #support_work {
  padding-top: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut #support_work {
    padding-top: 40px;
  }
}

#debut #support_work .secttl .page_ttl_subtxt {
  margin-bottom: 30px;
}

#debut #support_work .secttl .wrap {
  max-width: 800px;
  margin: 20px auto 0 auto;
  display: table;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .secttl .wrap {
    display: block;
  }
}

#debut #support_work .secttl .wrap .rate {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding-right: 20px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .secttl .wrap .rate {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0;
  }
}

#debut #support_work .secttl .wrap .txt {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .secttl .wrap .txt {
    display: block;
    width: 100%;
  }
}

#debut #support_work .sec01 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec01 {
    margin-bottom: 40px;
  }
}

#debut #support_work .sec01 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec01 .wrap {
    display: block;
  }
}

#debut #support_work .sec01 .wrap .item {
  width: 32%;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec01 .wrap .item {
    width: 100%;
    margin-top: 15px;
  }
}

#debut #support_work .sec01 .wrap .item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec01 .wrap .item h3 {
    font-size: 16px;
  }
}

#debut #support_work .sec02 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec02 {
    margin-bottom: 40px;
  }
}

#debut #support_work .sec02 .wrap {
  text-align: center;
  max-width: 500px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec02 .wrap {
    display: block;
  }
}

#debut #support_work .sec02 .table_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec02 .table_wrap {
    display: block;
  }
}

#debut #support_work .sec02 .table_wrap .item {
  width: 48%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec02 .table_wrap .item {
    width: 100%;
  }
}

#debut #support_work .sec02 .table_wrap .table_style1 {
  width: 100%;
}

#debut #support_work .sec02 .table_wrap .table_style1 caption {
  font-size: 20px;
  color: #252525;
}

#debut #support_work .sec02 .table_wrap .table_style1 caption::before {
  content: "【";
  margin-right: 10px;
}

#debut #support_work .sec02 .table_wrap .table_style1 caption::after {
  content: "】";
  margin-left: 10px;
}

#debut #support_work .sec02 .table_wrap .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

#debut #support_work .sec02 .table_wrap .table_style1 tbody {
  border-top: none;
}

#debut #support_work .sec02 .table_wrap .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
  width: 43%;
}

#debut #support_work .sec02 .table_wrap .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  text-align: center;
}

#debut #support_work .sec02 .table_wrap .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#debut #support_work .sec03 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec03 {
    margin-bottom: 40px;
  }
}

#debut #support_work .sec03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec03 .wrap {
    display: block;
  }
}

#debut #support_work .sec03 .wrap .txt_area {
  width: 43%;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec03 .wrap .txt_area {
    width: 100%;
  }
}

#debut #support_work .sec03 .wrap .txt_area h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#debut #support_work .sec03 .wrap .img_area {
  width: 52%;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 25px 30px;
}

@media only screen and (max-width: 577px),
print {
  #debut #support_work .sec03 .wrap .img_area {
    width: 100%;
  }
}

#debut #support_work .sec03 .wrap .img_area h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

#debut #graduate {
  padding-top: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut #graduate {
    padding-top: 40px;
  }
}

#debut #graduate .sec01 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut #graduate .sec01 {
    margin-bottom: 40px;
  }
}

#debut #graduate .sec01 .box__tabs {
  padding-top: 60px;
}

#debut #graduate .sec01 .box__tabs .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}
#debut #graduate .sec01 .box__tabs .nav-pills::before,
#debut #graduate .sec01 .box__tabs .nav-pills::after{
  content: none;
}

#debut #graduate .sec01 .box__tabs .nav-pills li {
  font-size: 18px;
  display: block;
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: calc(50% - 10px);
}

#debut #graduate .sec01 .box__tabs .nav-pills li a {
  background-color: #fff;
  color: #252525;
  border-bottom: 3px #252525 solid;
  border-radius: 4px 4px 0 0;
  border-bottom-color: #3fa3ef;
}

#debut #graduate .sec01 .box__tabs .nav-pills li.active a {
  background-color: #3fa3ef;
  color: #fff;
}

#debut #graduate .sec01 .box__tabs .wrap {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 577px),
print {
  #debut #graduate .sec01 .box__tabs .wrap {
    display: block;
    padding-top: 20px;
  }
}

#debut #graduate .sec01 .box__tabs .wrap::after {
  content: "";
  display: block;
  width: 31%;
}

#debut #graduate .sec01 .box__tabs .wrap li {
  width: 31%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 577px),
print {
  #debut #graduate .sec01 .box__tabs .wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
}

#debut #graduate .sec01 .box__tabs .wrap li .img_area {
  margin-bottom: 12px;
}

#debut #graduate .sec01 .box__tabs .wrap li h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

#debut #graduate .sec01 .box__tabs .wrap li .grd {
  margin: 0;
}

#debut #graduate .sec01 .box__tabs .wrap li .member {
  margin: 0;
  font-size: 13px;
}

#debut #graduate .sec01 .box__tabs .wrap li .txt {
  border-top: 1px dashed #252525;
  padding-top: 12px;
  margin-top: 12px;
}


/* 活躍する卒業生 大 ここから -------------------------------------- */
#debut .graduate_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

#debut .graduate_items .graduate_item {
  width: calc(50% - 10px);
  margin-bottom: 35px;
}

#debut .graduate_items .graduate_item .item_img {

}

#debut .graduate_items .graduate_item .item_txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}

#debut .graduate_items .graduate_item .item_name {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: bold;
}

#debut .graduate_items .graduate_item .item_txt2 {

}

#debut .graduate_items .graduate_item .item_txt3 {
  border-top: 1px dashed #252525;
  padding-top: 12px;
  margin-top: 12px;
}

@media only screen and (max-width: 768px),
print {
  #debut .graduate_items .graduate_item {
    width: 100%;
  }
  #debut .graduate_items .graduate_item .item_img img {
    width: 100%;
  }
}
/* 活躍する卒業生 大 ここまで -------------------------------------- */





#debut #graduate .sec01 .panel-area {
  padding-top: 15px;
}

@media only screen and (max-width: 768px),
print {
  #debut #graduate .sec01 .panel-area {
    padding-top: 5px;
  }
}

#debut #graduate .sec01 .panel-area .panel {
  margin-bottom: 0;
  margin-top: 15px;
}

#debut #graduate .sec01 .panel-area .panel .ttl {
  font-size: 18px;
  margin-bottom: 15px;
}

#debut #graduate .sec01 .panel-area .panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#debut #graduate .sec01 .panel-area .panel ul li {
  margin-right: 15px;
}

#debut.sptalk {}

#debut.sptalk #sptalk01,
#debut.sptalk #sptalk02 {
  padding-top: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 768px),
print {

  #debut.sptalk #sptalk01,
  #debut.sptalk #sptalk02 {
    padding-top: 40px;
  }
}

#debut.sptalk .font-oswald-m {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

#debut.sptalk .font-oswald-b {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

#debut.sptalk .intro {
  position: relative;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .intro {
    position: static;
  }
}

#debut.sptalk .intro .inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .intro .inner {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#debut.sptalk .color-white .boderbox {
  border-color: white;
  color: white;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .color-white .boderbox {
    border-color: inherit;
    color: inherit;
  }
}

#debut.sptalk .color-white .sptalk__ttl {
  color: white;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .color-white .sptalk__ttl {
    color: inherit;
  }
}

#debut.sptalk .boderbox {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  border: 1px solid #000;
  font-size: 18px;
}

#debut.sptalk .boderbox h2 {
  font-size: 18px;
  font-weight: normal;
}

#debut.sptalk .profileblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .profileblock {
    display: block;
  }
}

#debut.sptalk .profilebox__ph {
  width: 180px;
  text-align: right;
  margin-right: 30px;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .profilebox__ph {
    text-align: center;
    width: auto;
    padding: 0 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}

#debut.sptalk .profilebox__ph img {
  width: 180px;
}

#debut.sptalk .profilebox__ph .profileblock__grad {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #457AF0;
  text-align: center;
  color: white;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .profilebox__ph .profileblock__grad {
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0);
  }
}

#debut.sptalk .profilebox__ph .profileblock__student {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #AD9739;
  text-align: center;
  color: white;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .profilebox__ph .profileblock__student {
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0);
  }
}

#debut.sptalk .profilebox__txt {
  width: 550px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .profilebox__txt {
    width: auto;
    padding: 0 1rem;
  }
}

#debut.sptalk .sptalk__bnr {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .sptalk__bnr .col-sm-6:first-child {
    margin-bottom: 15px;
  }
}

#debut.sptalk .sptalk__bnr img {
  width: 100%;
}

#debut.sptalk .sptalk__mv {
  width: 100%;
}

#debut.sptalk .sptalk__ttlbox {
  position: absolute;
  top: 30px;
  left: 0;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .sptalk__ttlbox {
    position: static;
    text-align: center;
    padding: 30px 1rem;
  }
}

#debut.sptalk .sptalk__ttl {
  text-align: center;
  display: inline-block;
}

#debut.sptalk .sptalk__ttl-en {
  font-size: 3rem;
}

#debut.sptalk .sptalk__ttl-no {
  font-size: 12rem;
  line-height: 8rem;
}

#debut.sptalk .sptalk__ttl-lead {
  margin-top: 85px;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .sptalk__ttl-lead {
    margin-top: 35px;
  }
}

#debut.sptalk .sptalk__ttl-lead span {
  display: inline-block;
  background: white;
  padding: 0 0.5em;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px),
print {
  #debut.sptalk .sptalk__ttl-lead span {
    font-size: 2.5rem;
  }
}

#debut.sptalk .ttl__profile {
  font-size: 2rem;
  letter-spacing: 0.2em;
  background: url(/debut/graduate/img/sptalk_profile_icn.png) no-repeat center bottom;
  padding-bottom: 2rem;
}

#debut.sptalk .ttl__name {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #707070;
}

#debut.sptalk .ttl__posi {
  font-weight: bold;
}

#debut.sptalk .ttl__section {
  border-left: 10px solid #FFD000;
  padding: 0 0 30px 30px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 200%;
}

@media only screen and (max-width: 768px),
print {
  #debut.sptalk .ttl__section {
    font-size: 2.5rem;
  }
}

#debut.sptalk .ttl__section-no {
  color: #FFD000;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  line-height: 100%;
}

#debut.sptalk .profile {
  padding: 30px 0;
}

#debut .section .inner {
  max-width: 800px;
  padding: 100px 0;
}

@media only screen and (max-width: 768px),
print {
  #debut .section .inner {
    padding: 50px 1rem;
    overflow: hidden;
  }
}

#debut .section .inner p {
  margin-bottom: 4rem;
}

#debut .section .inner p span.student {
  color: #AD9739;
  font-weight: bold;
}

#debut .section .inner p span.grad {
  color: #457AF0;
  font-weight: bold;
}

#debut .section .w-100 {
  width: 100%;
}

#debut .position__r {
  position: relative;
}

#debut .position__r .colmd6 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}

@media only screen and (max-width: 1024px),
print {
  #debut .position__r .colmd6 {
    width: auto;
  }
}

@media only screen and (max-width: 768px),
print {
  #debut .position__r .colmd6 {
    left: 0;
    position: static;
    margin-bottom: 2rem;
  }
}

#debut .position__r .colmd62 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: right;
}

@media only screen and (max-width: 1024px),
print {
  #debut .position__r .colmd62 {
    width: auto;
  }
}

@media only screen and (max-width: 768px),
print {
  #debut .position__r .colmd62 {
    left: 0;
    position: static;
    margin-bottom: 2rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#debut .mb-10 {
  margin-bottom: 10px;
}

#debut .mb-20 {
  margin-bottom: 20px;
}

#debut .mb-30 {
  margin-bottom: 30px;
}

#debut .mb-40 {
  margin-bottom: 40px;
}

#debut .mb-50 {
  margin-bottom: 50px;
}

#debut .mb-60 {
  margin-bottom: 60px;
}

#debut .mb-70 {
  margin-bottom: 70px;
}

#debut .mb-80 {
  margin-bottom: 80px;
}

#debut .mb-90 {
  margin-bottom: 90px;
}

#debut .mb-100 {
  margin-bottom: 100px;
}

#debut .mb-110 {
  margin-bottom: 110px;
}

#debut .mb-120 {
  margin-bottom: 120px;
}

#debut .mb-130 {
  margin-bottom: 130px;
}

#debut .mb-140 {
  margin-bottom: 140px;
}

#debut .mb-150 {
  margin-bottom: 150px;
}

#debut .mb-160 {
  margin-bottom: 160px;
}

#debut .mb-170 {
  margin-bottom: 170px;
}

#debut .mb-180 {
  margin-bottom: 180px;
}

#debut .mb-190 {
  margin-bottom: 190px;
}

#debut .mb-200 {
  margin-bottom: 200px;
}

/* ライトボックス
-----------------------*/
.mfp-title {
  font-size: 14px;
}

#target {
  /*
在学生・卒業生の皆様へ
--------------------------------------------------------------------*/
  /*
学校ロゴマーク等素材ダウンロード
--------------------------------------------------------------------*/
  /*
採用企業の皆様へ
--------------------------------------------------------------------*/
  /*
留学生の皆様へ
--------------------------------------------------------------------*/
}

#target .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #target .page_ttl {
    margin-bottom: 30px;
  }
}

#target .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #target .page_ttl span {
    font-size: 24px;
  }
}

#target .ttl_style1 {
  font-size: 26px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 5px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #target .ttl_style1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #ffd000;
  }
}

#target .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #target .secttl {
    margin-bottom: 30px;
  }
}

#target .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #target .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
    text-align: left;
  }
}

#target .btn_ex {
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 5px 30px;
}

@media only screen and (max-width: 768px),
print {
  #target .btn_ex {
    font-size: 15px;
  }
}

#target .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#target .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#target .btn_style1 {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #target .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#target .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#target .btn_style1:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#target .btn_style2 {
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  padding: 5px 40px 5px 50px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #target .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#target .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#target .btn_style2:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#target .for_student .cont__header {
  background: url(../for_students/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#target .for_student .leadblock {
  padding: 80px 0 30px;
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .leadblock {
    padding: 40px 0 20px;
    text-align: left;
  }
}

#target .for_student .info {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .info {
    padding: 0 0 30px 0;
  }
}

#target .for_student .info h3 {
  font-size: 26px;
  border-bottom: 3px solid #252525;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .info h3 {
    font-size: 22px;
  }
}

#target .for_student .info .info1 h3 {
  border-bottom: 3px solid #981455;
}

#target .for_student .info .info2 h3 {
  border-bottom: 3px solid #0064B4;
}

#target .for_student .info .list_area {
  margin: 0 auto 20px auto;
}

#target .for_student .info .list_area a.item {
  color: #252525;
  border-bottom: 1px dashed #CCC;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#target .for_student .info .list_area a.item p {
  margin: 0;
}

#target .for_student .info .list_area a.item .important {
  display: block;
  width: 6em;
  text-align: center;
  background-color: #981455;
  color: #fff;
  margin-right: 1em;
}

#target .for_student .info .list_area a.item .update {
  width: 17em;
  color: #981455;
}

#target .for_student .info .list_area a.item .now,
#target .for_student .info .list_area a.item .post {
  width: 14em;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .info .list_area a.item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #target .for_student .info .list_area a.item .text {
    width: 100%;
  }
}

#target .for_student .qr {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .qr {
    margin-bottom: 40px;
  }
}

#target .for_student .qr h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .qr h2 {
    font-size: 18px;
  }
}

#target .for_student .qr .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .qr .wrap {
    display: block;
  }
}

#target .for_student .qr .wrap .txt_area {
  margin-right: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .qr .wrap .txt_area {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .qr .wrap .img_area {
    text-align: center;
  }
}

#target .for_student .download_block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner {
    display: block;
    margin-bottom: 30px;
  }
}

#target .for_student .download_block .inner h2 {
  font-size: 26px;
  border-bottom: 3px solid #ffd000;
  padding: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner h2 {
    font-size: 22px;
  }
}

#target .for_student .download_block .inner h3 {
  font-size: 17px;
  background-color: #ffd000;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 3px;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner h3 {
    font-size: 15px;
  }
}

#target .for_student .download_block .inner .zaigaku {
  width: 48%;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner .zaigaku {
    width: 100%;
  }
}

#target .for_student .download_block .inner .zaigaku .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner .zaigaku .wrap {
    display: block;
  }
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner .zaigaku .wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

#target .for_student .download_block .inner .sotsugyo {
  width: 48%;
}

@media only screen and (max-width: 577px),
print {
  #target .for_student .download_block .inner .sotsugyo {
    width: 100%;
    margin-top: 50px;
  }
}

#target .for_student .download_block .inner .dl_btn li {
  margin-bottom: 10px;
}

#target .for_student .download_block .inner .dl_btn li a {
  display: block;
  color: #252525;
  border: 1px solid #252525;
  padding: 5px 15px;
  text-decoration: none;
}

#target .for_student .download_block .inner .dl_btn li a::before {
  content: url(/img/ic_pdf.png);
  margin-right: 10px;
}

#target .for_student .download_block .inner .dl_btn li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#target .for_student .download_block .inner .line {
  border-bottom: 1px solid #ccc;
}

#target .for_student .logo {
  margin-bottom: 50px;
}

#target .for_student .logo h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  #target .for_student .logo h2 {
    font-size: 18px;
  }
}

#target .material .cont__header {
  background: url(../for_students/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#target .material .secttl {
  padding: 80px 0 0 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .material .secttl {
    padding: 40px 0 0 0;
    margin-bottom: 30px;
  }
}

#target .material .dl_block .pdf_btn {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .material .dl_block .pdf_btn {
    margin-bottom: 30px;
  }
}

#target .material .dl_block .table_style1 {
  margin: 50px 0;
  width: 100%;
  border-top: 1px #D9DEE2 solid;
  border-right: 1px #D9DEE2 solid;
}

@media only screen and (max-width: 768px),
print {
  #target .material .dl_block .table_style1 {
    margin: 30px 0;
  }
}

#target .material .dl_block .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 3px 10px;
  width: 40%;
}

#target .material .dl_block .table_style1 tbody {
  border-top: none;
}

#target .material .dl_block .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 15px;
  background-color: #FFF;
}

@media only screen and (max-width: 768px),
print {
  #target .material .dl_block .table_style1 tbody tr td {
    padding: 10px;
  }
}

#target .material .dl_block .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 15px;
  text-align: left;
  font-size: 14px;
}

@media only screen and (max-width: 768px),
print {
  #target .material .dl_block .table_style1 tbody tr th {
    padding: 10px;
  }
}

#target .material .dl_block .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#target .client .cont__header {
  background: url(../client/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#target .client .leadblock {
  padding: 80px 0 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock {
    padding: 40px 0 20px;
    text-align: left;
  }
}

#target .client .leadblock .lead_txt {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .lead_txt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#target .client .leadblock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .wrap {
    display: block;
  }
}

#target .client .leadblock .wrap .img_area {
  width: 30%;
  margin-right: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .wrap .img_area {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#target .client .leadblock .btns {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .btns {
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}

#target .client .leadblock .btns li {
  margin: 0 10px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .btns li {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 768px),
print {
  #target .client .leadblock .btns li a {
    width: 100%;
  }
}

#target .client .contact {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .contact {
    margin-bottom: 40px;
  }
}

#target .client .contact .inner {
  text-align: center;
  max-width: 700px;
  border-radius: 10px;
}

#target .client .contact .inner h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 22px;
}

@media only screen and (max-width: 577px),
print {
  #target .client .contact .inner h2 {
    font-size: 20px;
  }
}

#target .client .contact .inner h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  background: #ffd000;
  padding: 7px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 577px),
print {
  #target .client .contact .inner h3 {
    font-size: 14px;
  }
}

#target .client .contact .inner p {
  margin: 0;
}

#target .client .future .inner {
  padding: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #target .client .future .inner {
    padding: 30px 0;
  }
}

#target .client .future .inner .lead_txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 0 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .future .inner .lead_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

#target .client .future .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #FFF;
  padding: 20px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .future .inner .wrap {
    display: block;
  }
}

#target .client .future .inner .wrap .item {
  width: 32%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .future .inner .wrap .item {
    width: 100%;
  }
}

#target .client .future .inner .wrap .item h2 {
  font-size: 16px;
  background-color: #ffd000;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}

#target .client .future .inner .wrap .item p{
  margin-bottom: 0;
}

#target .client .future .inner .wrap .item ul {
  list-style-type: disc;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  flex-wrap: wrap;
}

#target .client .future .inner .wrap .vo h2 {
  color: #fff;
  background-color: #EA6176;
}

#target .client .future .inner .wrap .pm h2 {
  color: #fff;
  background-color: #00A040;
}

#target .client .future .inner .wrap .jp h2 {
  color: #fff;
  background-color: #AF3E92;
}

#target .client .future .inner .wrap .ac h2 {
  color: #fff;
  background-color: #0062B1;
}

#target .client .future .inner .wrap .mb h2 {
  color: #fff;
  background-color: #f4c200;
}

#target .client .future .inner .wrap .sv h2 {
  color: #fff;
  background-color: #0098D8;
}

#target .client .future .inner .wrap .va h2 {
  color: #fff;
  background-color: #7FBE26;
}

#target .client .future .inner .wrap .da h2 {
  color: #fff;
  background-color: #E9545D;
}

#target .client .future .inner .wrap .mu h2 {
  color: #fff;
  background-color: #F29600;
}

#target .client .future .inner .wrap .pf h2 {
  color: #fff;
  background-color: #90529C;
}

#target .client .future .inner .wrap .wo h2 {
  color: #fff;
  background-color: #003984;
}

#target .client .future .inner .wrap .st h2 {
  color: #fff;
  background-color: #D70054;
}

#target .client .future .inner .wrap::after {
  content: "";
  display: block;
  width: 32%;
}

#target .client .recomend {
  background-color: #FFF;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .client .recomend {
    margin-bottom: 30px;
  }
}

#target .client .recomend .wrap {
  padding: 20px 0;
}

#target .client .recomend .wrap h3 {
  font-size: 18px;
  text-align: center;
}

#target .client .recomend .wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px),
print {
  #target .client .recomend .wrap .block {
    display: block;
  }
}

#target .client .recomend .wrap .block p {
  width: 49%;
}

@media only screen and (max-width: 768px),
print {
  #target .client .recomend .wrap .block p {
    width: 100%;
  }
}

#target .client .recomend .wrap .block p a {
  width: 100%;
}

#target .international_student .cont__header {
  background: url(../international_student/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#target .international_student .ttl_style1 span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

#target .international_student .leadblock {
  padding: 80px 0 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .leadblock {
    padding: 40px 0 30px;
    text-align: left;
  }
}

#target .international_student .leadblock .catch {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .leadblock .catch {
    font-size: 18px;
    text-align: left;
  }
}

#target .international_student .leadblock .catch_en {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .leadblock .catch_en {
    font-size: 14px;
  }
}

#target .international_student .leadblock .en_ttl {
  font-family: 'Montserrat';
  font-size: 20px;
  border-bottom: 1px dashed #252525;
  display: inline-block;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .leadblock .en_ttl {
    font-size: 18px;
  }
}

#target .international_student .leadblock .foreign_btns {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .leadblock .foreign_btns {
    display: block;
  }
}

#target .international_student .leadblock .foreign_btns a {
  margin: 0 15px;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .leadblock .foreign_btns a {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
  }
}

#target .international_student .pdf_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#target .international_student .pdf_box .pdf_img {
  width: 25%;
  margin: auto;
  max-width: 120px;
}

#target .international_student .pdf_box .pdf_txt {
  width: 70%;
  font-size: 1.2em;
}

#target .international_student .pdf_box .pdf_txt .pdf_ttl {
  color: #252525;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .pdf_box {
    display: block;
  }

  #target .international_student .pdf_box .pdf_img,
  #target .international_student .pdf_box .pdf_txt {
    width: 100%;
  }

  #target .international_student .pdf_box .pdf_img {
    margin-bottom: 10px;
  }
}

#target .international_student .from {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .from {
    margin-bottom: 30px;
  }
}

#target .international_student .from .wrap {
  background: url(../international_student/img/world_map.jpg) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .from .wrap {
    display: block;
  }
}

#target .international_student .from .wrap .item {
  width: 49%;
  margin: 10px 0;
  padding: 30px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .from .wrap .item {
    width: 100%;
    padding: 15px;
  }
}

#target .international_student .from .wrap .item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#target .international_student .from .wrap .item h3 span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

#target .international_student .voice_student {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .voice_student {
    margin-bottom: 10px;
  }
}

#target .international_student .voice_student h4 {
  font-size: 20px;
  font-weight: normal;
  color: #252525;
}

#target .international_student .voice_student h4::before {
  content: "●";
  margin-right: 5px;
  color: #ffd000;
}

#target .international_student .voice_student .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .voice_student .wrap {
    display: block;
  }
}

#target .international_student .voice_student .wrap .item {
  width: 48%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .voice_student .wrap .item {
    width: 100%;
  }
}

#target .international_student .voice_student .wrap .item .profile {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#target .international_student .voice_student .wrap .item .profile h5 {
  margin-bottom: 5px;
  font-size: 18px;
}

#target .international_student .voice_student .wrap .item .profile p {
  margin-bottom: 3px;
}

#target .international_student .voice_student .wrap .item .txtblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#target .international_student .voice_student .wrap .item .txtblock .img_area {
  width: 25%;
}

#target .international_student .voice_student .wrap .item .txtblock .img_area img {
  width: 100%;
  max-width: 400px;
}

#target .international_student .voice_student .wrap .item .txtblock .txt_area {
  width: 73%;
}

#target .international_student .news {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .news {
    padding: 0 0 30px 0;
  }
}

#target .international_student .news h2 {
  font-size: 36px;
  border-bottom: 1px solid #252525;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#target .international_student .news .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .news .news_wrap {
    display: block;
  }
}

#target .international_student .news .news_wrap .item {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .news .news_wrap .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

#target .international_student .news .news_wrap .item .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-bottom: 5px;
}

#target .international_student .news .news_wrap .item .cat_date .cat {
  background-color: #252525;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
}

#target .international_student .news .news_wrap .item .img_area {
  text-align: center;
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffe800), to(#0075c1));
  background: linear-gradient(to right, #ffe800 0%, #0075c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe800', endColorstr='#0075c1', GradientType=1);
  /* IE6-9 */
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .news .news_wrap .item .img_area {
    max-width: 280px;
    margin: 0 auto 10px auto;
  }
}

#target .international_student .news .news_wrap .item .img_area a {
  color: #FFF;
}

#target .international_student .news .news_wrap .item .img_area a .ov_txt {
  opacity: 0;
  display: none;
}

#target .international_student .news .news_wrap .item .img_area a:hover {
  opacity: 1 !important;
  text-decoration: none;
}

#target .international_student .news .news_wrap .item .img_area a:hover .ov_txt {
  font-size: 16px;
  font-family: 'Montserrat';
  letter-spacing: 0.5em;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  top: 45%;
  left: 40%;
}

#target .international_student .news .news_wrap .item .img_area a:hover img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
}

#target .international_student .news .news_wrap::after {
  content: "";
  display: block;
  width: 30%;
}

#target .international_student .news .list_btn {
  text-align: center;
  margin: 50px 0 0 0;
}

#target .international_student .support {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support {
    margin-bottom: 30px;
  }
}

#target .international_student .support .des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .des {
    display: block;
  }
}

#target .international_student .support .des .img_area {
  width: 35%;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .des .img_area {
    width: 100%;
    margin-bottom: 15px;
  }
}

#target .international_student .support .des .txt_area {
  width: 62%;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .des .txt_area {
    width: 100%;
  }
}

#target .international_student .support .des .txt_area h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .des .txt_area h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

#target .international_student .support .des .txt_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 15px;
}

#target .international_student .support .des .txt_area .sns p {
  margin: 0 5px;
}

#target .international_student .support .des .txt_area .sns img {
  width: 50px;
}

#target .international_student .support .naiyo h4 {
  text-align: center;
  font-size: 18px;
  background-color: #ffd000;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

#target .international_student .support .naiyo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .naiyo .wrap {
    display: block;
  }
}

#target .international_student .support .naiyo .wrap .item {
  width: 49%;
  margin-top: 20px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .support .naiyo .wrap .item {
    width: 100%;
    margin-top: 15px;
  }
}

#target .international_student .support .naiyo .wrap .item h5 {
  margin-bottom: 5px;
  font-size: 16px;
}

#target .international_student .contact {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .contact {
    margin-bottom: 30px;
  }
}

#target .international_student .contact .inner {
  text-align: center;
  max-width: 700px;
  border-radius: 10px;
}

#target .international_student .contact .inner h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 22px;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .contact .inner h2 {
    font-size: 20px;
  }
}

#target .international_student .contact .inner h2 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

#target .international_student .contact .inner h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  background: #ffd000;
  padding: 7px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 577px),
print {
  #target .international_student .contact .inner h3 {
    font-size: 14px;
  }
}

#target .international_student .contact .inner p {
  margin: 0;
}

#target .international_student .open_bnr {
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 20px;
}

#target .international_student .open_bnr .pc {
  display: inline-block;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .open_bnr .pc {
    display: none;
  }
}

#target .international_student .open_bnr .sp {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #target .international_student .open_bnr .sp {
    display: inline-block;
  }
}

/*
保護者の皆様へ
--------------------------------------------------------------------*/
.for_parents .cont__header {
  background: url(../for_parents/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

.for_parents .leadblock {
  padding: 80px 0 30px;
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .leadblock {
    padding: 40px 0 20px;
    text-align: left;
  }
}

.for_parents .top {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 577px),
print {
  .for_parents .top {
    padding: 0 0 50px 0;
  }
}

.for_parents .top .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (max-width: 577px),
print {
  .for_parents .top .top_wrap {
    display: block;
    margin-top: 0;
  }
}

.for_parents .top .top_wrap .item:first-child {
  width: 65%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 577px),
print {
  .for_parents .top .top_wrap .item:first-child {
    width: 100%;
  }
}

.for_parents .top .top_wrap .item:last-of-type {
  width: 30%;
}

@media only screen and (max-width: 577px),
print {
  .for_parents .top .top_wrap .item:last-of-type {
    width: 100%;
  }
}

.for_parents .top .top_wrap .txt_area {
  border: solid 1px #252525;
  border-radius: 10px;
  padding: 20px 30px;
}

@media only screen and (max-width: 577px),
print {
  .for_parents .top .top_wrap .txt_area {
    padding: 10px 15px;
  }
}

.for_parents .top .top_wrap .txt_area li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.for_parents .top .top_wrap .txt_area li:before {
  content: "• ";
  color: #ffd000;
  margin-right: 5px;
}

.for_parents .top .top_wrap .txt_area h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
}

.for_parents .taisei {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei {
    margin-bottom: 40px;
  }
}

.for_parents .taisei .page_ttl_txt {
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei .page_ttl_txt {
    text-align: left;
  }
}

.for_parents .taisei .block {
  margin-bottom: 50px;
}

.for_parents .taisei .block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.for_parents .taisei .block .wrap .item,
.for_parents .taisei .block .wrap .item2 {
  margin-bottom: 40px;
}

.for_parents .taisei .block .wrap .item {
  width: 30%;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei .block .wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.for_parents .taisei .block .wrap .item2 {
  width: 30%;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei .block .wrap .item2 {
    width: 49%;
    margin-bottom: 15px;
  }
}

.for_parents .taisei .block .wrap .item_l {
  width: 60%;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei .block .wrap .item_l {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.for_parents .taisei .block .circle {
  border-radius: 100%;
  background-color: #ffd000;
  width: 180px;
  height: 180px;
  text-align: center;
  padding: 20px;
  margin-left: 50px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .taisei .block .circle {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

.for_parents .taisei .block .circle .txt01 {
  font-weight: bold;
  margin-top: 10px;
}

.for_parents .taisei .block .circle .txt02 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
}

.for_parents .taisei .block .circle .txt02 span {
  font-size: 35px;
}

.for_parents .taisei .block .circle .txt03 {
  line-height: 1.3;
  font-size: 60%;
}

.for_parents .taisei .block .circle .txt04 {
  font-weight: bold;
  margin-top: 0;
}

.for_parents .taisei .block .circle .txt05 {
  font-size: 28px;
  font-weight: bold;
  width: 200px;
  margin-left: -33px;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

.for_parents .taisei .block01 .item {
  text-align: center;
}

.for_parents .taisei .block01 .item a {
  white-space: nowrap;
}

.for_parents .info {
  margin-bottom: 70px;
}

.for_parents .info h4 {
  border-bottom: dotted 2px #252525;
  text-align: center;
  padding-bottom: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.for_parents .info .wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .info .wrap {
    display: block;
  }
}

.for_parents .info .wrap .item {
  margin: 0 10px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .info .wrap .item {
    width: 100%;
    margin: 5px 0;
  }
}

.for_parents .info .wrap .btn_style3 a {
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  background-color: #e6e6e6;
  border: none;
  width: 100%;
}

.for_parents .check {
  margin-top: 30px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .check {
    margin-top: 10px;
  }
}

.for_parents .check .block {
  position: relative;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px),
print {
  .for_parents .check .block {
    display: block;
  }
}

.for_parents .check .block .info_area {
  padding: 40px 0 0 0;
}

.for_parents .check .icon {
  font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #252525;
  color: #FFF;
  padding: 2px 15px;
}

.for_parents .check .icon span {
  margin-left: 5px;
}

.for_parents .check h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dashed #252525;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*
高校3年生の皆様へ
--------------------------------------------------------------------*/
.for_highschool3 .open_bnr {
  text-align: center;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .open_bnr {
    padding: 10px 20px;
  }
}

.for_highschool3 .open_bnr .pc {
  display: inline-block;
  margin-top: 50px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .open_bnr .pc {
    display: none;
  }
}

.for_highschool3 .open_bnr .sp {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .open_bnr .sp {
    display: inline-block;
  }
}

.for_highschool3 .cont__header {
  background: url(../for_highschool3/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

.for_highschool3 .leadblock {
  padding: 80px 0 30px;
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .leadblock {
    padding: 40px 0 20px;
    text-align: left;
  }
}

.for_highschool3 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .wrap {
    display: block;
  }
}

.for_highschool3 .wrap .item {
  width: 30%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .wrap .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.for_highschool3 .wrap .item_l {
  width: 60%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .wrap .item_l {
    width: 100%;
    margin-bottom: 10px;
  }
}

.for_highschool3 .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .point_wrap {
    display: block;
    padding-bottom: 30px;
  }
}

.for_highschool3 .point_wrap .item {
  width: 31%;
  margin: 10px;
  background-color: #f4f8fb;
  border-radius: 1000px;
  padding: 30px 50px 50px 50px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .point_wrap .item {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 20px 40px 40px 40px;
  }
}

.for_highschool3 .point_wrap .item h4 {
  font-family: 'Montserrat';
  text-align: center;
  border-bottom: 1px dashed #252525;
  padding-bottom: 25px;
}

.for_highschool3 .point_wrap .item h4 span {
  font-size: 38px;
  color: #ffd000;
}

.for_highschool3 .point_wrap .item strong {
  font-size: 15px;
  color: #ffd000;
  display: block;
}

.for_highschool3 .top {
  padding: 20px 0 100px 0;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .top {
    padding: 0;
  }
}

.for_highschool3 .nagare .wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.for_highschool3 .nagare .item01 {
  width: 90%;
  padding: 30px 0 50px 0;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .item01 {
    width: 100%;
    padding: 0px 0 50px 0;
  }
}

.for_highschool3 .nagare .item01 img {
  padding: 5px;
}

.for_highschool3 .nagare .step {
  display: block;
  background-color: #D6E4ED;
  width: 50px;
  color: #ffd000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step {
    width: 100%;
    height: 50px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.for_highschool3 .nagare .step span {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step span {
    left: 30px;
    top: 8px;
  }
}

.for_highschool3 .nagare .step:before {
  content: "";
  border-top: solid 30px #fff;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step:before {
    display: none;
  }
}

.for_highschool3 .nagare .step:after {
  content: "";
  border-top: solid 30px #D6E4ED;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step:after {
    display: none;
  }
}

.for_highschool3 .nagare .ttl_style2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .nagare .ttl_style2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}

.for_highschool3 .nagare .bold {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step01 .item01 .wrap .item:nth-of-type(n+2) {
    display: none;
  }
}

.for_highschool3 .nagare .step02 .txt_area {
  margin: 0 auto 50px auto;
  font-size: 16px;
  border: solid 1px #252525;
  border-radius: 10px;
  padding: 40px;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step02 .txt_area {
    padding: 20px;
  }
}

.for_highschool3 .nagare .step02 .txt_area li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.for_highschool3 .nagare .step02 .txt_area li:before {
  content: "• ";
  color: #ffd000;
  margin-right: 5px;
}

.for_highschool3 .nagare .step02 .txt_area h4 {
  font-family: 'Montserrat';
  padding-bottom: 5px;
  border-bottom: 1px solid #252525;
  margin-bottom: 15px;
}

.for_highschool3 .nagare .step02 .txt_area .naiyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .nagare .step02 .txt_area .naiyo {
    display: block;
  }
}

.for_highschool3 .nagare .step02 .txt_area .naiyo .item {
  width: 32%;
  background-color: #f4f8fb;
  padding: 20px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool3 .nagare .step02 .txt_area .naiyo .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }
}

.for_highschool3 .nagare .step02 .txt_area .naiyo .item span {
  font-weight: bold;
}

.for_highschool3 .nagare .step03 .item02 {
  width: 90%;
  padding: 30px 0 50px;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step03 .item02 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}

.for_highschool3 .nagare .step03 .item02 div {
  padding: 10px;
  border: solid 3px;
  width: 200px;
  font-size: 28px;
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .nagare .step03 .item02 div {
    margin: 0 auto;
  }
}

.for_highschool3 .banner {
  margin: 70px auto;
  text-align: center;
}

@media only screen and (max-width: 577px),
print {
  .for_highschool3 .banner {
    margin: 50px auto;
  }
}

/*
高校1・2年生の皆様へ
--------------------------------------------------------------------*/
.for_highschool12 {
  overflow: hidden;
}

.for_highschool12 .cont__header {
  background: url(../for_highschool12/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

.for_highschool12 .leadblock {
  padding: 50px 0 30px;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .leadblock {
    padding: 40px 0 20px;
    text-align: left;
  }
}

.for_highschool12 .box {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .box {
    margin-bottom: 50px;
  }
}

.for_highschool12 .box h2 {
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .box h2 {
    text-align: left;
  }
}

.for_highschool12 .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .point_wrap {
    display: block;
    padding-bottom: 0;
  }
}

.for_highschool12 .point_wrap .item {
  width: 31%;
  margin: 10px;
  background-color: #f4f8fb;
  border-radius: 1000px;
  padding: 30px 50px 50px 50px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .point_wrap .item {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 20px 40px 40px 40px;
  }
}

.for_highschool12 .point_wrap .item h4 {
  font-family: 'Montserrat';
  text-align: center;
  border-bottom: 1px dashed #252525;
  padding-bottom: 25px;
}

.for_highschool12 .point_wrap .item h4 span {
  font-size: 38px;
  color: #ffd000;
}

.for_highschool12 .point_wrap .item strong {
  font-size: 15px;
  color: #ffd000;
  display: block;
}

.for_highschool12 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .wrap {
    display: block;
  }
}

.for_highschool12 .wrap .item {
  width: 33.3%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .wrap .item {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

.for_highschool12 .wrap .item .ttl {
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .wrap .item .ttl {
    font-size: 14px;
  }
}

.for_highschool12 .wrap .item .ttl:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 0.8em;
  position: relative;
  bottom: -0.1em;
}

.for_highschool12 .wrap .item .ttl:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #252525;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  margin-left: 0.8em;
  position: relative;
  bottom: -0.1em;
}

.for_highschool12 .wrap .item .btn_style1 {
  display: block;
  font-size: 16px;
  margin: 0 5px;
}

.for_highschool12 .vo {
  color: #EA6176;
}

.for_highschool12 .vo .category {
  background-color: #EA6176;
}

.for_highschool12 .pm {
  color: #00A040;
}

.for_highschool12 .pm .category {
  background-color: #00A040;
}

.for_highschool12 .jp {
  color: #AF3E92;
}

.for_highschool12 .jp .category {
  background-color: #AF3E92;
}

.for_highschool12 .ac {
  color: #0062B1;
}

.for_highschool12 .ac .category {
  background-color: #0062B1;
}

.for_highschool12 .mb {
  color: #f4c200;
}

.for_highschool12 .mb .category {
  background-color: #f4c200;
}

.for_highschool12 .sv {
  color: #0098D8;
}

.for_highschool12 .sv .category {
  background-color: #0098D8;
}

.for_highschool12 .va {
  color: #7FBE26;
}

.for_highschool12 .va .category {
  background-color: #7FBE26;
}

.for_highschool12 .da {
  color: #E9545D;
}

.for_highschool12 .da .category {
  background-color: #E9545D;
}

.for_highschool12 .mu {
  color: #F29600;
}

.for_highschool12 .mu .category {
  background-color: #F29600;
}

.for_highschool12 .pf {
  color: #90529C;
}

.for_highschool12 .pf .category {
  background-color: #90529C;
}

.for_highschool12 .wo {
  color: #003984;
}

.for_highschool12 .wo .category {
  background-color: #003984;
}

.for_highschool12 .aca {
  color: #D70054;
}

.for_highschool12 .aca .category {
  background-color: #D70054;
}

.for_highschool12 .media {
  color: #0068b7;
  margin-top: 0;
}

.for_highschool12 .media .category {
  background-color: #0068b7;
}

.for_highschool12 .slider__wrapper {
  position: relative;
  padding: 0 10px;
}

.for_highschool12 .slider__wrapper .news_slider .item .box {
  text-align: center;
  padding: 15px 10px;
}

.for_highschool12 .slider__wrapper .news_slider .item .box .category {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 1em;
}

@media screen and (max-width: 900px) {
  .for_highschool12 .slider__wrapper .news_slider .item .box .category {
    font-size: 14px;
  }
}

.for_highschool12 .slider__wrapper .news_slider .item .box .list {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  height: 240px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .slider__wrapper .news_slider .item .box .list {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

.for_highschool12 .slider__wrapper .news_slider .item .box .list li {
  text-align: left;
  position: relative;
  padding-left: 1.3em;
  padding-bottom: 0.7em;
  line-height: 1.0;
}

.for_highschool12 .slider__wrapper .news_slider .item .box .list li:before {
  content: "";
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.for_highschool12 .slider__wrapper .news_slider .item .box .list .bls {
  color: #252525;
  font-size: 13px;
  line-height: 1.6;
}

.for_highschool12 .slider__wrapper .news_slider .item .box .list_s {
  width: 45%;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .slider__wrapper .news_slider .item .box .list_s {
    width: 100%;
    height: auto;
  }
}

.for_highschool12 .slider__wrapper .news_slider .item .box .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.for_highschool12 .slider__wrapper .news_slider .item .box .img_box img {
  height: 200px;
  width: auto;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .slider__wrapper .news_slider .item .box .img_box img {
    height: 160px;
  }
}

.for_highschool12 .slider__wrapper .tns-controls button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

.for_highschool12 .slider__wrapper .tns-controls button::before {
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 4rem;
}

.for_highschool12 .slider__wrapper .tns-controls button:nth-child(1) {
  left: -28px;
}

.for_highschool12 .slider__wrapper .tns-controls button:nth-child(1)::before {
  content: "\f0d9";
}

.for_highschool12 .slider__wrapper .tns-controls button:nth-child(2) {
  right: -28px;
}

.for_highschool12 .slider__wrapper .tns-controls button:nth-child(2)::before {
  content: "\f0da";
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .vo .list_s {
    width: 49% !important;
  }
}

.for_highschool12 .map .box__subbox1 {
  background-color: #fff;
  border: 4px solid #f6f6f6;
}

.for_highschool12 .map .list_s {
  width: 280px;
}

@media only screen and (max-width: 768px),
print {
  .for_highschool12 .map .list_s {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 0;
  }
}

#other {
  /*
ニュース
--------------------------------------------------------------------*/
  /*
イベント
--------------------------------------------------------------------*/
  /*
よくある質問
--------------------------------------------------------------------*/
  /*
よくある質問詳細
--------------------------------------------------------------------*/
  /*
お問い合わせ一覧
--------------------------------------------------------------------*/
  /*
著作権について
--------------------------------------------------------------------*/
  /*
プライバシーポリシー
--------------------------------------------------------------------*/
  /*
フォーム
--------------------------------------------------------------------*/
  /*
SNSアカウント一覧
--------------------------------------------------------------------*/
  /*
ソーシャルポリシー
--------------------------------------------------------------------*/
  /*
交通アクセス
--------------------------------------------------------------------*/
  /*
サイトマップ
--------------------------------------------------------------------*/
  /*
モバイル
--------------------------------------------------------------------*/
}

#other .page_ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .page_ttl {
    margin-bottom: 30px;
  }
}

#other .page_ttl span {
  display: inline-block;
  font-size: 34px;
  border-bottom: solid 3px #252525;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #other .page_ttl span {
    font-size: 26px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 577px),
print {
  #other .page_ttl span {
    font-size: 24px;
  }
}

#other .sec_wrap .sec:not(:first-child){
  border-top: 1px dotted #000;
  margin-top: 80px;
  padding-top: 80px;
}

#other .ttl_style1 {
  font-size: 26px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
  border-bottom: 5px solid #ffd000;
}

@media only screen and (max-width: 768px),
print {
  #other .ttl_style1 {
    font-size: 22px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #ffd000;
  }
}

#other .ttl_style2 {
  font-size: 24px;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #other .ttl_style2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}

#other .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #other .secttl {
    margin-bottom: 30px;
  }
}

#other .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
  }
}

#other .btn_ex {
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 5px 30px;
}

@media only screen and (max-width: 768px),
print {
  #other .btn_ex {
    font-size: 15px;
  }
}

#other .btn_ex::after {
  content: url(../img/ic_ex.png);
  margin-left: 10px;
}

#other .btn_ex:hover {
  text-decoration: none;
  background-color: #ffd000;
  opacity: inherit;
}

#other .btn_style1 {
  font-size: 18px;
  background-color: #D6E4ED;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 10px 30px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .btn_style1 {
    font-size: 15px;
    padding: 7px 30px;
  }
}

#other .btn_style1::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .btn_style1:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#other .btn_style2 {
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  padding: 5px 40px 5px 50px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#other .btn_style2::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .btn_style2:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#other #btn__more {
  cursor: pointer;
  background-color: #D6E4ED;
  display: inline-block;
  color: #252525;
  padding: 10px 60px 10px 70px;
  text-decoration: none;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other #btn__more {
    font-size: 15px;
  }
}

#other #btn__more::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other #btn__more:hover {
  background-color: #ffd000;
  opacity: inherit;
}

#other .is-hidden {
  display: none;
}

#other .news .cont__header {
  background: url(../news/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .news .news_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

@media only screen and (max-width: 768px),
print {
  #other .news .news_nav {
    display: block;
    margin: 30px 0 0;
  }
}

#other .news .news_nav li {
  margin: 5px;
}

#other .news .news_nav li a {
  font-size: 15px;
  background-color: #DDE5E8;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 7px 25px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .news .news_nav li a {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
  }
}

#other .news .news_nav li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .news .news_nav li .active {
  background-color: #ffd000;
}

#other .news .list_area {
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding-top: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .list_area {
    padding-top: 30px;
  }
}

#other .news .list_area .item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 15px;
}

#other .news .list_area .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

#other .news .list_area .item .info .date {
  margin: 0 10px 0 0;
}

#other .news .list_area .item .info .cat {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  padding: 4px 30px;
  border-radius: 3px;
  background-color: #252525;
  color: #FFF;
}

#other .news .list_area .item a {
  color: #252525;
}

#other .news .list_area .pagination_c {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .news .list_area .pagination_c {
    margin: 30px 0;
  }
}

#other .news .list_area .pagination_c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#other .news .list_area .pagination_c ul li {
  margin: 0 3px 10px 3px;
}

#other .news .list_area .pagination_c ul li span {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#other .news .list_area .pagination_c ul li a {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#other .news .list_area .pagination_c ul li a:hover {
  background: #DDD;
  color: #252525;
}

#other .news .list_area .pagination_c ul li .current {
  background: #252525;
  color: #FFF;
}

#other .news .ttl_area {
  margin: 50px auto 0 auto;
}

#other .news .ttl_area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

#other .news .ttl_area .info .date {
  margin: 0 10px 0 0;
}

#other .news .ttl_area .info .cat {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  padding: 4px 30px;
  border-radius: 3px;
  background-color: #252525;
  color: #FFF;
}

#other .news .ttl_area h2 {
  font-size: 22px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .ttl_area h2 {
    margin-bottom: 30px;
  }
}

#other .news .main_ph {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .main_ph {
    margin-bottom: 30px;
  }
}

#other .news .main_ph .cap {
  margin-top: 10px;
}

#other .news .txt_area {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .txt_area {
    margin-bottom: 30px;
  }
}

#other .news .video_area {
  max-width: 800px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .video_area {
    margin: 0 auto 30px;
  }
}

#other .news .video_area .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#other .news .video_area .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#other .news .ph_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .ph_area {
    margin-bottom: 30px;
  }
}

#other .news .ph_area li {
  width: 24%;
  margin-bottom: 10px;
  margin-right: 1.33333%;
}

#other .news .ph_area li:nth-child(4n),
#other .news .ph_area li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px),
print {
  #other .news .ph_area li {
    width: 49%;
    margin-right: 2%;
  }

  #other .news .ph_area li:nth-child(even) {
    margin-right: 0;
  }
}

#other .news .sns {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .sns {
    margin-bottom: 30px;
  }
}

#other .news .backbtn {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .news .backbtn {
    margin-bottom: 30px;
  }
}

#other .event .cont__header {
  background: url(../event/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .event .calendar {
  margin: 50px 0 80px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .event .calendar {
    margin: 30px 0 50px 0;
  }
}

#other .event .calendar .month_block {
  position: relative;
}

#other .event .calendar .month_block h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #other .event .calendar .month_block h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

#other .event .calendar .month_block .ar_left {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #666;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .event .calendar .month_block .ar_left {
    top: 5px;
    left: 0;
  }
}

#other .event .calendar .month_block .ar_right {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #666;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .event .calendar .month_block .ar_right {
    top: 5px;
    right: 0;
  }
}

#other .event .calendar table {
  width: 100%;
  min-width: 500px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#other .event .calendar table th {
  width: 14.2%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2px 5px;
  text-align: center;
  background-color: #eee;
  font-family: 'Montserrat';
  font-size: 15px;
}

#other .event .calendar table td {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

#other .event .calendar table td .day_num {
  text-align: right;
  padding: 2px 5px 1px 5px;
}

#other .event .calendar table td .event_item {
  padding: 2px 5px;
  text-align: center;
  border-top: 1px solid #fff;
}

#other .event .calendar table td .occupied {
  background-color: #ffd000;
  position: relative;
  cursor: pointer;
}

#other .event .calendar table td .occupied a {
  color: #252525;
  text-decoration: none;
}

#other .event .calendar table td .occupied::before,
#other .event .calendar table td .occupied::after {
  position: absolute;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

#other .event .calendar table td .occupied::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #252525;
  top: 10px;
  left: 10px;
  display: none;
}

#other .event .calendar table td .occupied::after {
  content: attr(data-tooltip);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 5px;
  text-align: left;
  background: #fff;
  color: #252525;
  border: 2px solid #252525;
  border-radius: 5px;
  top: 30px;
  left: 0;
  display: none;
}

#other .event .calendar table td .occupied:hover::before {
  top: 16px;
  opacity: 1;
  display: block;
}

#other .event .calendar table td .occupied:hover::after {
  top: 36px;
  opacity: 1;
  display: block;
}

#other .event .calendar .table-responsive {
  padding-bottom: 30px;
}

#other .event .event_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .event .event_nav {
    display: block;
    margin: 30px 0;
  }
}

#other .event .event_nav li {
  margin: 5px;
}

#other .event .event_nav li a {
  font-size: 15px;
  background-color: #DDE5E8;
  border-radius: 100px;
  display: inline-block;
  color: #252525;
  padding: 7px 25px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .event .event_nav li a {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
  }
}

#other .event .event_nav li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .event .event_nav li .active {
  background-color: #ffd000;
}

#other .event .list_area {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

#other .event .list_area .item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  #other .event .list_area .item {
    display: block;
  }
}

#other .event .list_area .item .date_block {
  margin-right: 30px;
}

#other .event .list_area .item .date_block p {
  font-family: 'Montserrat';
  font-size: 30px;
  line-height: 1;
  margin: 0 0 15px 0;
  position: relative;
  padding-right: 40px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .list_area .item .date_block p {
    display: inline-block;
    font-size: 24px;
    padding-right: 30px;
    margin: 0 15px 10px 0;
  }
}

#other .event .list_area .item .date_block p span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .list_area .item .date_block p span {
    font-size: 14px;
    padding: 5px;
  }
}

#other .event .list_area .item .txt_block {
  margin-bottom: 30px;
}

#other .event .list_area .item .txt_block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

#other .event .list_area .item .txt_block .info .cat {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  padding: 4px 30px;
  border-radius: 3px;
  background-color: #252525;
  color: #FFF;
}

#other .event .list_area .item a {
  color: #252525;
}

#other .event .list_area .pagination_c {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .event .list_area .pagination_c {
    margin: 30px 0;
  }
}

#other .event .list_area .pagination_c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#other .event .list_area .pagination_c ul li {
  margin: 0 3px 10px 3px;
}

#other .event .list_area .pagination_c ul li span {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#other .event .list_area .pagination_c ul li a {
  padding: 5px 15px;
  color: #252525;
  text-decoration: none;
  border-radius: 3px;
}

#other .event .list_area .pagination_c ul li a:hover {
  background: #DDD;
  color: #252525;
}

#other .event .list_area .pagination_c ul li .current {
  background: #252525;
  color: #FFF;
}

#other .event .ttl_area {
  margin: 50px auto;
  padding-bottom: 30px;
  border-bottom: 1px dashed #252525;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area {
    margin: 30px auto;
    padding-bottom: 15px;
  }
}

#other .event .ttl_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area .wrap {
    display: block;
    margin-bottom: 10px;
  }
}

#other .event .ttl_area .wrap .info_block .date_block {
  margin-right: 30px;
}

#other .event .ttl_area .wrap .info_block .date_block p {
  font-family: 'Montserrat';
  font-size: 30px;
  line-height: 1;
  margin: 0 20px 15px 0;
  position: relative;
  padding-right: 40px;
  display: inline-block;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area .wrap .info_block .date_block p {
    font-size: 24px;
    padding-right: 30px;
    margin: 0 15px 10px 0;
  }
}

#other .event .ttl_area .wrap .info_block .date_block p span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 100px;
  background-color: #252525;
  color: #FFF;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  font-size: 16px;
  padding: 7px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area .wrap .info_block .date_block p span {
    font-size: 14px;
    padding: 5px;
  }
}

#other .event .ttl_area .wrap .info_block .txt_block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 5px;
}

#other .event .ttl_area .wrap .info_block .txt_block .info .cat {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  padding: 4px 30px;
  border-radius: 3px;
  background-color: #252525;
  color: #FFF;
}

#other .event .ttl_area .wrap .info_block .txt_block h2 {
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-weight: normal;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area .wrap .info_block .txt_block h2 {
    font-size: 14px;
  }
}

#other .event .ttl_area .wrap .img_block {
  margin-left: 15px;
  max-width: 40%;
}

@media only screen and (max-width: 768px),
print {
  #other .event .ttl_area .wrap .img_block {
    margin: 10px 0 0 0;
    max-width: inherit;
  }
}

#other .event .report {
  max-width: 800px;
  margin: 0 auto 50px auto;
  border: 1px solid #252525;
  border-radius: 5px;
  padding: 30px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .report {
    padding: 20px;
    margin: 0 auto 30px auto;
  }
}

#other .event .report h2 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px),
print {
  #other .event .report h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

#other .event .txt_area {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .txt_area {
    margin-bottom: 30px;
  }
}

#other .event .sns {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .sns {
    margin-bottom: 30px;
  }
}

#other .event .backbtn {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .event .backbtn {
    margin-bottom: 30px;
  }
}

#other .faq .cont__header {
  background: url(../faq/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .faq .faqblock {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqblock {
    padding: 40px 0 30px;
  }
}

#other .faq .faqblock .lead {
  text-align: center;
  margin-bottom: 40px;
}

#other .faq .faqblock .faq_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqblock .faq_nav {
    display: block;
  }
}

#other .faq .faqblock .faq_nav li {
  width: 31%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqblock .faq_nav li {
    width: 100%;
  }
}

#other .faq .faqblock .faq_nav li a {
  text-align: center;
  display: block;
  color: #252525;
  border: 1px solid #252525;
  padding: 7px 40px 7px 50px;
  text-decoration: none;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqblock .faq_nav li a {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#other .faq .faqblock .faq_nav li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .faq .faqblock .faq_nav::after {
  content: "";
  display: block;
  width: 31%;
}

#other .faq .search_block {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 6px;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .search_block {
    margin: 0 auto 30px auto;
  }
}

#other .faq .search_block dt {
  margin-right: 40px;
  padding: 8px 0 8px 8px;
}

#other .faq .search_block dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
}

#other .faq .search_block dd {
  position: absolute;
  top: 0;
  right: 0;
}

#other .faq .search_block dd button {
  display: block;
  padding: 10px;
  background: none;
  border: none;
}

#other .faq .search_block dd button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../faq/img/ic_search.gif) no-repeat scroll 0 0;
}

#other .faq .f_contact {
  margin-top: 30px;
}

@media only screen and (max-width: 577px),
print {
  #other .faq .f_contact {
    margin-top: 0;
  }
}

#other .faq .f_contact .inner {
  max-width: 550px;
  border-radius: 10px;
  padding: 30px;
}

#other .faq .f_contact .inner h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 24px;
}

@media only screen and (max-width: 577px),
print {
  #other .faq .f_contact .inner h2 {
    font-size: 20px;
  }
}

#other .faq .f_contact .inner h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  background: #ffd000;
  padding: 7px 10px;
  border-radius: 5px;
}

@media only screen and (max-width: 577px),
print {
  #other .faq .f_contact .inner h3 {
    font-size: 14px;
  }
}

#other .faq .f_contact .inner .freedial {
  text-align: center;
  font-size: 34px;
}

#other .faq .f_contact .inner .freedial::before {
  content: url(../img/img_freedial.jpg);
  margin-right: 5px;
}

#other .faq .f_contact .inner .freedial a {
  color: #252525;
}

#other .faq .f_contact .inner .freedial a:hover {
  text-decoration: none;
}

#other .faq .open_bnr {
  text-align: center;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .open_bnr {
    padding: 10px 20px;
  }
}

#other .faq .open_bnr .pc {
  display: inline-block;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .open_bnr .pc {
    display: none;
  }
}

#other .faq .open_bnr .sp {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .open_bnr .sp {
    display: inline-block;
  }
}

#other .faq .faqdetail {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail {
    padding: 40px 0 30px;
  }
}

#other .faq .faqdetail .faq_contents {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_contents {
    margin-bottom: 40px;
  }
}

#other .faq .faqdetail .faq_contents .panel-body .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_contents .panel-body .wrap {
    display: block;
    padding-bottom: 10px;
  }
}

#other .faq .faqdetail .faq_contents .panel-body .wrap .img_area {
  max-width: 25%;
  min-width: 180px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_contents .panel-body .wrap .img_area {
    max-width: inherit;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#other .faq .faqdetail .open_bnr {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .open_bnr {
    margin-bottom: 30px;
  }
}

#other .faq .faqdetail .course_select {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

#other .faq .faqdetail .course_select select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 5px;
  background: #eee;
  background: url(../faq/img/select_arrow.png) right 15px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: url(../faq/img/select_arrow.png) right 15px center no-repeat, linear-gradient(to bottom, #fff 0%, #eee 100%);
  background-size: 15px, 100%;
}

#other .faq .faqdetail .faq_footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_footer_nav {
    display: block;
    margin-bottom: 30px;
  }
}

#other .faq .faqdetail .faq_footer_nav li {
  display: table;
  margin-top: 15px;
  position: relative;
}

#other .faq .faqdetail .faq_footer_nav li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 16px;
  background-color: #DDE5E8;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_footer_nav li a {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_footer_nav li a br {
    display: none;
  }
}

#other .faq .faqdetail .faq_footer_nav li:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 10px;
  font-size: 170%;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@media only screen and (max-width: 1024px),
print {
  #other .faq .faqdetail .faq_footer_nav li:after {
    right: 3px;
  }
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .faq_footer_nav li:after {
    content: "\f105";
    top: 30%;
  }
}

#other .faq .faqdetail .faq_footer_nav .active a {
  color: #252525;
  background-color: #ffd000;
}

#other .faq .faqdetail .faq_footer_nav .active:after {
  color: #252525;
}

#other .faq .faqdetail .col5 li {
  width: 19%;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .col5 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#other .faq .faqdetail .col5::before {
  content: "";
  display: block;
  width: 19%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#other .faq .faqdetail .col5::after {
  content: "";
  display: block;
  width: 19%;
}

#other .faq .faqdetail .col4 li {
  width: 24%;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .col4 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#other .faq .faqdetail .col4::before {
  content: "";
  display: block;
  width: 24%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#other .faq .faqdetail .col4::after {
  content: "";
  display: block;
  width: 24%;
}

#other .faq .faqdetail .col3 li {
  width: 32%;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .col3 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#other .faq .faqdetail .col3::after {
  content: "";
  display: block;
  width: 32%;
}

#other .faq .faqdetail .col2 li {
  width: 49.3%;
}

@media only screen and (max-width: 768px),
print {
  #other .faq .faqdetail .col2 li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

#other .contact_list .cont__header {
  background: url(../contact_list/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .contact_list .btn_style1 {
  font-size: 14px;
  padding: 5px 30px;
}

@media only screen and (max-width: 768px),
print {
  #other .contact_list .btn_style1 {
    font-size: 14px;
    padding: 5px 30px;
  }
}

#other .contact_list .btn_style2 {
  font-size: 18px;
  padding: 10px 40px 10px 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .contact_list .btn_style2 {
    font-size: 15px;
    padding: 7px 30px 7px 40px;
  }
}

#other .contact_list .listblock {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .contact_list .listblock {
    padding: 40px 0 30px;
  }
}

#other .contact_list .listblock .tel_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px),
print {
  #other .contact_list .listblock .tel_area {
    display: block;
  }
}

#other .contact_list .listblock .tel_area .item {
  width: 48%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px),
print {
  #other .contact_list .listblock .tel_area .item {
    width: 100%;
  }
}

#other .contact_list .listblock .tel_area .item h3 {
  background-color: #FFD933;
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#other .contact_list .listblock .tel_area .item .tel {
  font-size: 16px;
  margin-bottom: 5px;
}

#other .contact_list .listblock .tel_area .item .tel a {
  color: #252525;
  text-decoration: none;
}

#other .contact_list .listblock .tel_area .item .tel img {
  width: 40px;
  vertical-align: baseline;
}

#other .contact_list .listblock .tel_area .item .tel span {
  font-size: 24px;
  margin-left: 3px;
}

#other .contact_list .listblock .tel_area .item .mail a {
  color: #252525;
  text-decoration: none;
}

#other .contact_list .listblock .sodan_btn {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 577px),
print {
  #other .contact_list .listblock .sodan_btn {
    margin-bottom: 40px;
  }
}

#other .copyright .cont__header {
  background: url(../copyright/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .copyright .txtblock {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .copyright .txtblock {
    padding: 40px 0 30px;
  }
}

#other .privacy .cont__header {
  background: url(../privacy/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .privacy .secttl {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #other .privacy .secttl {
    margin-bottom: 30px;
  }
}

#other .privacy .secttl .page_ttl_subtxt {
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .privacy .secttl .page_ttl_subtxt {
    margin: 0 0 10px 0;
  }
}

#other .privacy .base {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 768px),
print {
  #other .privacy .base {
    padding: 40px 0 30px;
  }
}

#other .privacy .base ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#other .privacy .base ol li {
  margin-bottom: 7px;
}

#other .privacy .policy {
  padding: 0 0 60px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .privacy .policy {
    padding: 0 0 30px 0;
  }
}

#other .privacy .policy ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#other .privacy .policy ol li {
  margin-bottom: 7px;
}

#other .privacy .policy ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 5px;
}

#other .privacy .policy ul li {
  margin-bottom: 7px;
}

#other .privacy .policy .table_style1 {
  width: 100%;
}

#other .privacy .policy .table_style1 thead tr th {
  border-left: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background-color: #607A89;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}

#other .privacy .policy .table_style1 tbody {
  border-top: none;
}

#other .privacy .policy .table_style1 tbody tr td {
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px;
}

#other .privacy .policy .table_style1 tbody tr th {
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px;
  width: 30%;
}

#other .privacy .policy .table_style1 tbody tr .thead_th {
  background-color: #498ED0;
  color: #fff;
  border-bottom-color: #fff;
}

#other .form .cont__header {
  background: url(../form/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .form .ttl_block {
  margin: 50px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .form .ttl_block {
    margin: 30px 0;
  }
}

#other .form .ttl_block h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px),
print {
  #other .form .ttl_block h2 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

#other .form_area {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .form_area {
    margin-bottom: 30px;
  }
}

#other .form_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media only screen and (max-width: 768px),
print {
  #other .form_area dl {
    display: block;
    border-right: 1px #D9DEE2 solid;
  }
}

#other .form_area dl dt {
  width: 25%;
  background-color: #D9DEE2;
  border-bottom: 1px #fff solid;
  border-left: 1px #fff solid;
  padding: 10px 20px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #other .form_area dl dt {
    width: 100%;
    padding: 10px;
  }
}

#other .form_area dl dd {
  width: 75%;
  border-bottom: 1px #D9DEE2 solid;
  border-left: 1px #D9DEE2 solid;
  padding: 10px 10px 10px 15px;
  text-align: left;
}

@media only screen and (max-width: 768px),
print {
  #other .form_area dl dd {
    width: 100%;
    padding: 10px;
  }
}

#other .form_area dl dd span {
  display: block;
  padding: 3px 0;
}

#other .form_area dl dd a {
  color: #252525;
  text-decoration: none;
}

#other .form_area dl dd input[type="text"],
#other .form_area dl dd textarea {
  width: 100%;
}

#other .form_area dl dd input[type="text"][size="5"] {
  max-width: 50px;
}

#other .form_area dl dd input[type="text"][size="10"] {
  max-width: 100px;
}

#other .form_area dl dd input[type="text"][size="20"] {
  max-width: 200px;
}

#other .form_area dl dd input[type="text"][size="30"] {
  max-width: 300px;
}

#other .form_area dl dd input[type="text"][size="40"] {
  max-width: 400px;
}

#other .form_area dl dd input[type="text"][size="50"] {
  max-width: 500px;
}

#other .form_area dl dd input[type="text"][size="60"] {
  max-width: 600px;
}

#other .form_area dl dd textarea {
  resize: vertical;
  max-width: 600px;
  max-height: 500px;
  min-height: 200px;
}

#other .form_area dl dd .btn_link {
  background-color: #ffd000;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #252525;
}

#other .form_area button {
  margin-top: 50px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 5px 40px 5px 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px),
print {
  #other .form_area button {
    margin-top: 30px;
    padding: 5px 30px 5px 40px;
  }
}

#other .form_area button::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 15px;
}

#other .form_area button:hover {
  opacity: 0.6;
}

#other .form_area button[type="submit"] {
  font-size: 1.4em;
  font-weight: bolder;
  background-color: #ffd000;
}

#other .sns_nav_area {
  margin: 50px 0 70px 0;
}

@media only screen and (max-width: 768px),
print {
  #other .sns_nav_area {
    margin: 30px 0 40px 0;
  }
}

#other .sns_nav {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px),
print {
  #other .sns_nav {
    display: block;
    margin: 20px auto;
  }
}

#other .sns_nav li {
  display: table;
  margin-top: 15px;
  position: relative;
}

#other .sns_nav li a {
  display: table-cell;
  vertical-align: middle;
  color: #252525;
  text-decoration: none;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  background-color: #D6E4ED;
}

@media only screen and (max-width: 768px),
print {
  #other .sns_nav li a {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }
}

#other .sns_nav li a:hover {
  background-color: #ffd000;
  opacity: inherit;
}

@media only screen and (max-width: 768px),
print {
  #other .sns_nav li a br {
    display: none;
  }
}

#other .sns_nav li:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 40%;
  right: 10px;
  font-size: 170%;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

@media only screen and (max-width: 1024px),
print {
  #other .sns_nav li:after {
    right: 3px;
  }
}

@media only screen and (max-width: 768px),
print {
  #other .sns_nav li:after {
    content: "\f105";
    top: 30%;
  }
}

#other .sns_nav .active a {
  color: #252525;
  background-color: #ffd000;
}

#other .sns_nav .active:after {
  color: #252525;
}

#other .snslist .cont__header {
  background: url(../sns/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .snslist .ttl_lead {
  margin-bottom: 5em;
}

@media only screen and (max-width: 768px),
print {
  #other .snslist .ttl_lead {
    margin-bottom: 3em;
  }
}

#other .snslist section .inner {
  margin-top: 40px;
}

@media only screen and (max-width: 768px),
print {
  #other .snslist section .inner {
    margin-top: 20px;
  }
}

#other .snslist .row {
  margin-bottom: 50px;
}

#other .snslist .text_area {
  padding: 15px;
  background-color: #deebf7;
}

#other .snslist .sns_box ul li {
  width: 100%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 70px;
}

#other .snslist .sns_box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #252525;
}

#other .snslist .sns_box ul li a img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 768px),
print {
  #other .snslist .sns_box ul li a img {
    margin-left: 0;
    margin-right: 10px;
  }
}

#other .snslist .sns_box ul li a div {
  width: 100%;
}

#other .snslist .sns_box ul li a div .name {
  font-weight: bold;
}

#other .snslist .sns_box ul li .fb {
  width: 50px;
  margin-left: 40px;
}

#other .snslist .sns_box ul li .fb a:hover img,
#other .snslist .sns_box ul li .tw a:hover img {
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}

#other .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#other .socialmedia__item {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 48%;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px),
print {
  #other .socialmedia__item {
    width: 100%;
  }
}

#other .socialmedia__icon {
  width: 80px;
  margin-right: 15px;
}

#other .socialmedia__icon img {
  width: 100%;
  max-width: 100%;
}

#other .socialmedia__name {
  font-weight: bold;
  font-size: 18px;
}

#other .socialmedia__link {
  display: inline-block;
}

#other .socialmedia__link:not(:last-of-type) {
  margin-right: 10px;
}

#other .socialmedia__link:hover {
  text-decoration: none;
}

#other .socialmedia__link .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #000;
  color: white;
  border-radius: 50%;
  font-size: 22px;
}

#other .socialmedia__link_tw .fa {
  background: #00acee;
}

#other .socialmedia__link_fb .fa {
  background: #1877f2;
}

#other .socialmedia__link_yt .fa {
  background: #c4302b;
}

#other .socialmedia__link_ig .fa {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

#other .socialmedia__link_img.socialmedia__link_tw,
#other .socialmedia__link_img.socialmedia__link_tiktok {
  background-color: #000;
  width: 40px;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  border-radius: 50%;
  position: relative;
}

#other .socialmedia__link_img.socialmedia__link_tw img,
#other .socialmedia__link_img.socialmedia__link_tiktok img{
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
}

#other .socialmedia__link_img.socialmedia__link_tw img{
  width: 18px;
}

#other .socialmedia__link_img.socialmedia__link_tiktok img{
  width: 32px;
}


#other .socialmedia__txt {
  width: 100%;
  margin-top: 10px;
}

#other .social_policy .cont__header {
  background: url(../sns/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .social_policy .inner {
  margin-top: 40px;
}

@media only screen and (max-width: 768px),
print {
  #other .social_policy .inner {
    margin-top: 20px;
  }
}

#other .social_policy .row {
  margin-bottom: 50px;
}

#other .social_policy .text_area {
  padding: 15px;
  background-color: #deebf7;
}

#other .social_policy .sns_box ul {
  padding: 0 100px;
}

@media only screen and (max-width: 768px),
print {
  #other .social_policy .sns_box ul {
    padding: 10px;
    width: 100%;
  }
}

#other .social_policy .sns_box ul li {
  clear: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

#other .social_policy .sns_box ul li img {
  float: left;
  margin: 0 10px;
}

@media only screen and (max-width: 768px),
print {
  #other .social_policy .sns_box ul li img {
    margin: 10px 0;
  }
}

#other .social_policy .sns_box ul li p {
  float: left;
}

#other .social_policy .sns_box ul li .name {
  width: 580px;
  float: left;
  font-size: 14px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px),
print {
  #other .social_policy .sns_box ul li .name {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

#other .social_policy .sns_box ul li .name span {
  font-weight: bold;
}

#other .social_policy .sns_box ul li .fb,
#other .social_policy .sns_box ul li .tw {
  padding-top: 10px;
}

#other .social_policy .sns_box ul li .fb {
  width: 50px;
}

#other .social_policy .sns_box ul li .fb a:hover img,
#other .social_policy .sns_box ul li .tw a:hover img {
  opacity: 0.5;
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha(opacity=50);
}

#other .access .cont__header {
  background: url(../access/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px),
print {
  #other .access .ttl_style1 {
    padding: 0;
  }
}

#other .access .row {
  margin-bottom: 50px;
}

#other .access .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em;
}

@media only screen and (max-width: 768px),
print {
  #other .access .wrap {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px),
print {
  #other .access .wrap .item {
    margin-bottom: 10px;
  }
}

#other .access .wrap .item a {
  color: #252525;
}

#other .access .wrap .item div {
  border: 2px solid #e6e6e6;
  display: inline-block;
}

#other .access .panel-body {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .access .panel-body {
    margin: 10px 0 40px 0;
  }
}

#other .access .box__tabnav {
  background-color: #fff;
}

@media only screen and (max-width: 768px),
print {
  #other .access .box__tabnav {
    padding: 10px;
  }
}

#other .access .box__tabnav li a {
  color: #252525;
  border: 2px solid #e6e6e6;
  border-bottom: none;
  margin: 5px;
}

#other .access .box__tabnav li.active a {
  background-color: #ffd000;
  color: #252525;
  font-size: 110%;
}

#other .access .box__tabnav .selecton::after {
  display: none;
}

@media only screen and (max-width: 768px),
print {
  #other .access .box__tabnav .selecton {
    border: 2px solid #e6e6e6;
  }

  #other .access .box__tabnav .selecton:nth-child(2) {
    display: none;
  }
}

#other .access .tab-content {
  border: 2px solid #e6e6e6;
  padding: 2em;
  margin-top: 5px;
}

@media only screen and (max-width: 768px),
print {
  #other .access .tab-content {
    padding: 10px;
  }
}

#other .access .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#other .access .ggmap iframe,
#other .access .ggmap object,
#other .access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#other .access .camera-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#other .access .camera-btns li {
  margin: 5px 0;
  width: 49%;
}

@media only screen and (max-width: 768px),
print {
  #other .access .camera-btns li {
    width: 100%;
  }
}

#other .access .camera-btns li a {
  width: 100%;
  font-size: 15px;
  background: #D6E4ED url(../help/img/ic_360.png) no-repeat left 15px center;
  padding: 15px 15px 15px 55px;
}

#other .access .camera-btns li a:hover {
  background: #ffd000 url(../help/img/ic_360.png) no-repeat left 15px center;
}

#other .access .camera-btns li a::before {
  /*content: url(../help/img/ic_360.png);
                        vertical-align:middle;
                        margin-right: 10px;*/
}

#other .access .camera-btns li a strong {
  font-size: 18px !important;
}

@media only screen and (max-width: 768px),
print {
  #other .access .camera-btns li a {
    border-radius: 15px;
    padding: 10px 15px 10px 55px;
    background: #D6E4ED url(../help/img/ic_360.png) no-repeat left 10px center;
  }

  #other .access .camera-btns li a:hover {
    background: #ffd000 url(../help/img/ic_360.png) no-repeat left 10px center;
  }
}

#other .access .train {
  margin-bottom: 70px;
}

#other .access .train a {
  color: #252525;
}

#other .access .train .ttl {
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #e6e6e6;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0.5em;
}

#other .access .train .item {
  padding-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px),
print {
  #other .access .train .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

#other .access .train .item:first-of-type {
  padding-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px),
print {
  #other .access .train .item:first-of-type {
    padding: 0;
  }
}

#other .vrv-access {
  width: 80%;
  margin: auto;
}

#other .vrv-access .vrv_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
}

#other .vrv-access .vrv_wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#other .sitemap .cont__header {
  background: url(../sitemap/img/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#other .sitemap .top .inner {
  padding: 60px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px),
print {
  #other .sitemap .top .inner {
    padding: 40px 20px;
  }
}

#other .sitemap .top h3 {
  margin-bottom: 20px;
}

#other .sitemap .top h3:before {
  color: #D6E4ED;
  content: "• ";
  margin-right: 5px;
}

#other .sitemap .top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px),
print {
  #other .sitemap .top .wrap {
    display: block;
  }
}

#other .sitemap .top .wrap .item {
  width: 48%;
}

@media only screen and (max-width: 768px),
print {
  #other .sitemap .top .wrap .item {
    width: 100%;
  }
}

#other .sitemap .top .list {
  padding: 0 10px;
  margin-bottom: 40px;
}

#other .sitemap .top .list li {
  padding-left: 20px;
  text-indent: -8px;
  padding-bottom: 5px;
}

#other .sitemap .top .list li:before {
  content: ">";
  display: inline-block;
  padding-right: 7px;
}

#other .sitemap .top .list li a {
  color: #252525;
}

#about.data .page_ttl {
  margin-top: 60px;
}

#about.data .grid {
  width: 980px;
  margin: 0 auto 80px;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 185px 215px 395px 315px 270px 140px 240px 250px;
  /* -ms-grid-columns: (1fr)[3]; */
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid {
    width: 90%;
    margin: 0 5% 60px;
    grid-auto-rows: 185px 215px 400px 280px 275px 210px 160px 135px 135px 275px 180px;
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
  }
}

#about.data .grid__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#about.data .grid__item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item a img {
    width: 90%;
  }
}

#about.data .grid__item.bg_purple {
  background: #e9e6f1;
}

#about.data .grid__item.bg_green {
  background: #e6f3f3;
}

#about.data .grid__item.bg_pink {
  background: #fce9f0;
}

#about.data .grid__item.bg_orange {
  background: #fef1df;
}

#about.data .grid__item_01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

#about.data .grid__item_02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#about.data .grid__item_03 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

#about.data .grid__item_04 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_04 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

#about.data .grid__item_05 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_05 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

#about.data .grid__item_06 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_06 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

#about.data .grid__item_07 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_07 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

#about.data .grid__item_08 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_08 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

#about.data .grid__item_09 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_09 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8 / 10;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

#about.data .grid__item_10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_10 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / 8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

#about.data .grid__item_11 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_11 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / 9;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

#about.data .grid__item_12 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_12 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / 10;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

#about.data .grid__item_13 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7 / 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_13 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / 11;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

#about.data .grid__item_14 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7 / 8;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_14 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / 12;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

#about.data .grid__item_15 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8 / 9;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

@media only screen and (max-width: 768px),
print {
  #about.data .grid__item_15 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / 12;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

#about.data .mfp-content {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 768px),
print {
  #about.data .mfp-content {
    width: 90%;
    margin: 0 5%;
  }
}

#about.data .mfp-content button.mfp-close {
  top: -40px;
  color: #fff;
}

#about.data .mfp-content h3 {
  margin-bottom: 20px;
}

#about.data .mfp-content h3.txt-purple {
  color: #6f58a3;
}

#about.data .mfp-content h3.txt-green {
  color: #00aeb2;
}

#about.data .mfp-content h3.txt-pink {
  color: #eb6d9a;
}

#about.data .mfp-content h3.txt-orange {
  color: #f29300;
}

#about.data .mfp-content table {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  width: 50%;
}

@media only screen and (max-width: 768px),
print {
  #about.data .mfp-content table {
    width: 100%;
  }
}

#about.data .mfp-content table tr th,
#about.data .mfp-content table tr td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  width: 50%;
}

#about.data .mfp-content table tr th {
  background: #eee;
}

#about.data .mfp-content table tr td {
  text-align: right;
}

#about.data .mfp-content table.table_clm4 {
  width: 100%;
}

#about.data .mfp-content table.table_clm4 tr th,
#about.data .mfp-content table.table_clm4 tr td {
  width: 25%;
}

body.web-entry .main__contents {
  position: relative;
  color: #333;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .main__contents {
    padding-top: 60px;
    overflow: hidden;
    font-size: 1.6rem;
  }
}

body.web-entry .pblock {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pblock {
    max-width: 1040px;
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pblock {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
  }
}

body.web-entry .subbox_t1 {
  margin-bottom: 60px;
}

body.web-entry .subbox_t2 {
  margin-bottom: 30px;
}

body.web-entry .pbox {
  padding: 12px 10px;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pbox.p-19 {
    padding: 19px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbox.p-19 {
    padding: 10px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pbox.p-30 {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbox.p-30 {
    padding: 20px;
  }
}

body.web-entry .pbox.pbox_clr_gray {
  background: #efefef;
}

body.web-entry .pbox.pbox_clr_white {
  background: #fff;
}

body.web-entry .pbox.pbox_bdr_yellow {
  border: 4px solid #fed241;
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbox.pbox_bdr_yellow {
    border-width: 3px;
  }
}

body.web-entry .pbox.pbox_bdr_black {
  border: 1px solid #333;
}

body.web-entry .ptitle.ptitle_t1 {
  margin-bottom: 3rem;
  text-align: center;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .ptitle.ptitle_t1 {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .ptitle.ptitle_t1 {
    font-size: 2rem;
  }
}

body.web-entry .ptitle.ptitle_t1 .ptitle__title {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .ptitle.ptitle_t1 .ptitle__title {
    padding-bottom: 1.3rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .ptitle.ptitle_t1 .ptitle__title {
    padding-bottom: 1rem;
  }
}

body.web-entry .ptitle.ptitle_t1 .ptitle__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-radius: 50px;
  content: "";
  background: #333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .ptitle.ptitle_t1 .ptitle__title::after {
    height: 4px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .ptitle.ptitle_t1 .ptitle__title::after {
    height: 3px;
  }
}

body.web-entry .ptitle.ptitle_t2 {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .ptitle.ptitle_t2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .ptitle.ptitle_t2 {
    font-size: 1.8rem;
  }
}

body.web-entry .ptitle.ptitle_t2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 100%;
  border-radius: 50px;
  content: "";
  background: #fed241;
}

body.web-entry .ptitle.ptitle_t3 {
  margin-bottom: 3rem;
  text-align: center;
}

body.web-entry .ptitle.ptitle_t3 .ptitle__title {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}

body.web-entry .ptitle.ptitle_t3 .ptitle__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  content: "";
  background: #fed241;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.web-entry .phead.phead_t1 {
  margin-bottom: 2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  background: #fed241;
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .phead.phead_t1 {
    font-size: 1.4rem;
  }
}

body.web-entry .plist {
  margin-bottom: 5px;
}

body.web-entry .plist.plist_type_dot>.plist__item {
  position: relative;
  padding-left: 1em;
}

body.web-entry .plist.plist_type_dot>.plist__item::before {
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #252525;
}

body.web-entry .plist.plist_type_chk>.plist__item {
  position: relative;
  padding-left: 1.5em;
}

body.web-entry .plist.plist_type_chk>.plist__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

body.web-entry .plist.plist_type_chk>.plist__item::before {
  position: absolute;
  left: 0;
  content: "\f046";
  font-family: "FontAwesome";
  color: #fed241;
}

body.web-entry .plist.plist_type_order_circle {
  padding-left: 0;
  counter-reset: list-cnt;
}

body.web-entry .plist.plist_type_order_circle>.plist__item {
  position: relative;
  padding-left: 1.2em;
  counter-increment: list-cnt;
}

body.web-entry .plist.plist_type_order_circle>.plist__item:not(:last-child) {
  margin-bottom: 0.3em;
}

body.web-entry .plist.plist_type_order_circle>.plist__item::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  content: counter(list-cnt);
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plist.plist_type_order_circle>.plist__item::before {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .plist.plist_type_order_circle>.plist__item::before {
    font-size: 1.1rem;
  }
}

body.web-entry .plist.plist_type_column {
  margin-bottom: 0;
}

body.web-entry .plist.plist_type_column .plist__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #d3d3d3;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plist.plist_type_column .plist__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .plist.plist_type_column .plist__box {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

body.web-entry .plist.plist_type_column .plist__box .plist__head {
  line-height: 1.3;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plist.plist_type_column .plist__box .plist__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plist.plist_type_column .plist__box .plist__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

body.web-entry .pbtn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  margin-top: 30px;
  border: 1px solid #333;
  border-radius: 50px;
  color: #333;
  background-color: #fff;
}

body.web-entry .pbtn:hover {
  color: currentColor;
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbtn {
    font-size: 1.4rem;
  }
}

body.web-entry .pbtn .pbtn__txt {
  font-weight: bold;
}

body.web-entry .pbtn .pbtn__txt::after {
  display: inline-block;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: normal;
  color: currentColor;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pbtn .pbtn__txt::after {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbtn .pbtn__txt::after {
    margin-left: 10px;
  }
}

body.web-entry .pbtn:link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

body.web-entry .pbtn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body.web-entry .pbtn.pbtn_size_def {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pbtn.pbtn_size_def {
    width: 410px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbtn.pbtn_size_def {
    width: 100%;
  }
}

body.web-entry .pbtn.pbtn_size_auto {
  width: auto;
  max-width: none;
  padding: 3px 2em;
  line-height: 1.4;
  white-space: normal;
}

body.web-entry .pbtn.pbtn_size_full {
  width: 100%;
  max-width: 100%;
  padding: 3px 0.5em;
  line-height: 1.4;
  white-space: normal;
  height: 70px;
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pbtn.pbtn_size_full {
    height: 50px;
  }
}

body.web-entry .plink {
  color: #333;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plink {
    font-size: 1.6rem;
  }
}

body.web-entry .plink:hover {
  color: currentColor;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .plink:hover {
    text-decoration: underline;
  }
}

body.web-entry .plink.plink_type_block {
  display: block;
}

body.web-entry .plink.plink_type_underline {
  text-decoration: underline;
}

body.web-entry .plink.plink_type_underline:hover {
  color: currentColor;
  text-decoration: none;
}

body.web-entry .plink.plink_type_no-underline {
  text-decoration: none;
}

body.web-entry .plink.plink_type_nolink {
  pointer-events: none;
}

body.web-entry .plink.plink_type_nohover {
  opacity: 1;
  text-decoration: none;
  color: currentColor;
}

body.web-entry .pcollapse .pcollapse__head {
  text-align: center;
}

body.web-entry .pcollapse .pcollapse__toggle {
  position: relative;
  display: block;
  border-bottom: 2px solid #fed241;
  text-decoration: none;
  color: #333;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .pcollapse .pcollapse__toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pcollapse .pcollapse__toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

body.web-entry .pcollapse .pcollapse__toggle:hover {
  color: currentColor;
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .pcollapse .pcollapse__toggle:hover {
    opacity: 1;
  }
}

body.web-entry .pcollapse .pcollapse__toggle::before,
body.web-entry .pcollapse .pcollapse__toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  content: "";
  background: currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.web-entry .pcollapse .pcollapse__toggle::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.web-entry .pcollapse .pcollapse__toggle[aria-expanded="true"]::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

body.web-entry .main__ttl {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1400px) {
  body.web-entry .main__ttl {
    display: table;
    width: 65.576923%;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .main__ttl {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .main__ttl {
    width: 90%;
    padding-top: 30px;
    margin-bottom: 8vw;
  }
}

body.web-entry .appeal-block {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media (min-width: 1401px) {
  body.web-entry .appeal-block {
    height: 410px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  body.web-entry .appeal-block {
    height: 50vw;
    max-height: 520px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .appeal-block {
    background-image: url(/web-entry/img/img01_pc.svg);
    background-size: contain;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .appeal-block {
    height: 77.6vw;
    max-height: 400px;
    margin-bottom: 50px;
    background-image: url(/web-entry/img/img01_sp.png);
    background-size: cover;
  }
}

body.web-entry .appeal-block__txt {
  position: absolute;
  left: 0;
}

@media (min-width: 1401px) {
  body.web-entry .appeal-block__txt {
    top: 98px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  body.web-entry .appeal-block__txt {
    top: 6vw;
    margin-left: 7vw;
  }
}

@media (max-width: 1400px) {
  body.web-entry .appeal-block__txt .br::before {
    content: "\A";
    white-space: pre;
  }
}

body.web-entry .appeal-block__ttl {
  position: relative;
  border-bottom: 3px solid #333;
  line-height: 1.3;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .appeal-block__ttl {
    padding-right: 40px;
    padding-bottom: 0.5em;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .appeal-block__ttl {
    border-width: 2px;
    padding-right: 19px;
    padding-bottom: 15px;
  }
}

body.web-entry .appeal-block__ttl::after {
  position: absolute;
  bottom: 0;
  content: "";
  background: #333;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .appeal-block__ttl::after {
    right: 9px;
    width: 4px;
    height: 18px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .appeal-block__ttl::after {
    right: 8px;
    width: 3px;
    height: 15px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .appeal-block__ttl .ttl_main {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .appeal-block__ttl .ttl_main {
    display: inline-block;
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  body.web-entry .appeal-block__ttl .ttl_sub {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .appeal-block__ttl .ttl_sub {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .appeal-block__ttl .ttl_sub {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

body.web-entry .sticky-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .sticky-container {
    position: absolute;
    top: 210px;
    right: 10px;
    z-index: 90;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 120px;
    max-width: 10%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  body.web-entry .sticky-container.is-fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .sticky-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 69.3333%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .sticky-container__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .sticky-container__item {
    width: 46.153846%;
  }
}

body.web-entry .sticky-container__item img {
  width: 100%;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .ao-admission.pbox {
    text-align: center;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .ao-admission.pbox {
    margin-top: 30px;
  }
}

body.web-entry .step-box {
  counter-reset: step-cnt;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box {
    padding: 36px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box {
    padding: 30px;
  }
}

body.web-entry .step-box__block {
  counter-increment: step-cnt;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__block:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__block:not(:last-child) {
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__block:not(:last-child) .step-box__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.web-entry .step-box__block:not(:last-child) .step-box__head::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 3px;
    height: 100%;
    content: "";
    background: #fed241;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__block:not(:last-child) .step-box__arrow {
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    height: 18px;
  }

  body.web-entry .step-box__block:not(:last-child) .step-box__arrow::before,
  body.web-entry .step-box__block:not(:last-child) .step-box__arrow::after {
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    content: "";
    background: #fed241;
  }

  body.web-entry .step-box__block:not(:last-child) .step-box__arrow::before {
    right: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  body.web-entry .step-box__block:not(:last-child) .step-box__arrow::after {
    left: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__block:not(:last-child) .step-box__body {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__head {
    width: 120px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__head {
    margin-bottom: 3rem;
  }
}

body.web-entry .step-box__head_num {
  border-radius: 50%;
  font-family: 'Barlow', sans-serif;
  text-align: center;
  background: #fed241;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__head_num {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 120px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__head_num {
    width: 90px;
    height: 90px;
  }
}

body.web-entry .step-box__head_txt {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__head_txt {
    padding-top: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__head_txt {
    padding-top: 16px;
    font-size: 1.4rem;
  }
}

body.web-entry .step-box__head_txt::after {
  position: absolute;
  left: 50%;
  content: counter(step-cnt, decimal-leading-zero);
  font-family: 'Barlow', sans-serif;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__head_txt::after {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__head_txt::after {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 56px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .step-box__body .scholarship .original-system {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .step-box__body .scholarship .original-system {
    margin-top: 10px;
  }
}

body.web-entry .icon-chk {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  line-height: 1.3;
}

body.web-entry .icon-chk::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "\f046";
  font-family: "FontAwesome";
  line-height: 1;
  color: #fed241;
}

body.web-entry .icon-exclamation {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

body.web-entry .icon-exclamation::before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  content: "!";
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #29a7e1;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .icon-exclamation::before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .icon-exclamation::before {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .row-md-44 {
    margin-right: -22px;
    margin-left: -22px;
  }

  body.web-entry .row-md-44>div {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .row-md-60 {
    margin-right: -30px;
    margin-left: -30px;
  }

  body.web-entry .row-md-60>div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

body.web-entry .font-weight-bold {
  font-weight: bold;
}

body.web-entry .fz__12 {
  font-size: 1.2rem;
}

body.web-entry .fz__13 {
  font-size: 1.3rem;
}

body.web-entry .fz__14 {
  font-size: 1.4rem;
}

body.web-entry .bdr__r10 {
  border-radius: 10px;
}

body.web-entry .bdr__r16 {
  border-radius: 16px;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .bdr-md_right {
    border-right: 1px dashed #efefef;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .bdr-md_right {
    margin-bottom: 30px;
  }
}

body.web-entry .d-block {
  display: block;
}

body.web-entry .d-none {
  display: none;
}

body.web-entry .d-inline-block {
  display: inline-block;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .d-md-block {
    display: block;
  }

  body.web-entry .d-md-none {
    display: none;
  }
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .text-md-center {
    text-align: center;
  }
}

body.web-entry .text-emphasis {
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .text-emphasis {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .text-emphasis {
    font-size: 2.4rem;
  }
}

body.web-entry .text-underline {
  text-decoration: underline;
}

body.web-entry .notes {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px),
print {
  body.web-entry .notes {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 768px),
print {
  body.web-entry .notes {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

body.web-entry .mt-0 {
  margin-top: 0px !important;
}

body.web-entry .mt-n0 {
  margin-top: 0px !important;
}

body.web-entry .mt-5 {
  margin-top: 5px !important;
}

body.web-entry .mt-n5 {
  margin-top: -5px !important;
}

body.web-entry .mt-10 {
  margin-top: 10px !important;
}

body.web-entry .mt-n10 {
  margin-top: -10px !important;
}

body.web-entry .mt-15 {
  margin-top: 15px !important;
}

body.web-entry .mt-n15 {
  margin-top: -15px !important;
}

body.web-entry .mt-20 {
  margin-top: 20px !important;
}

body.web-entry .mt-n20 {
  margin-top: -20px !important;
}

body.web-entry .mt-25 {
  margin-top: 25px !important;
}

body.web-entry .mt-n25 {
  margin-top: -25px !important;
}

body.web-entry .mt-30 {
  margin-top: 30px !important;
}

body.web-entry .mt-n30 {
  margin-top: -30px !important;
}

body.web-entry .mt-35 {
  margin-top: 35px !important;
}

body.web-entry .mt-n35 {
  margin-top: -35px !important;
}

body.web-entry .mt-40 {
  margin-top: 40px !important;
}

body.web-entry .mt-n40 {
  margin-top: -40px !important;
}

body.web-entry .mt-45 {
  margin-top: 45px !important;
}

body.web-entry .mt-n45 {
  margin-top: -45px !important;
}

body.web-entry .mt-50 {
  margin-top: 50px !important;
}

body.web-entry .mt-n50 {
  margin-top: -50px !important;
}

body.web-entry .mt-55 {
  margin-top: 55px !important;
}

body.web-entry .mt-n55 {
  margin-top: -55px !important;
}

body.web-entry .mt-60 {
  margin-top: 60px !important;
}

body.web-entry .mt-n60 {
  margin-top: -60px !important;
}

body.web-entry .mt-65 {
  margin-top: 65px !important;
}

body.web-entry .mt-n65 {
  margin-top: -65px !important;
}

body.web-entry .mt-70 {
  margin-top: 70px !important;
}

body.web-entry .mt-n70 {
  margin-top: -70px !important;
}

body.web-entry .mt-75 {
  margin-top: 75px !important;
}

body.web-entry .mt-n75 {
  margin-top: -75px !important;
}

body.web-entry .mt-80 {
  margin-top: 80px !important;
}

body.web-entry .mt-n80 {
  margin-top: -80px !important;
}

body.web-entry .mt-85 {
  margin-top: 85px !important;
}

body.web-entry .mt-n85 {
  margin-top: -85px !important;
}

body.web-entry .mt-90 {
  margin-top: 90px !important;
}

body.web-entry .mt-n90 {
  margin-top: -90px !important;
}

body.web-entry .mt-95 {
  margin-top: 95px !important;
}

body.web-entry .mt-n95 {
  margin-top: -95px !important;
}

body.web-entry .mt-100 {
  margin-top: 100px !important;
}

body.web-entry .mt-n100 {
  margin-top: -100px !important;
}

body.web-entry .mr-0 {
  margin-right: 0px !important;
}

body.web-entry .mr-n0 {
  margin-right: 0px !important;
}

body.web-entry .mr-5 {
  margin-right: 5px !important;
}

body.web-entry .mr-n5 {
  margin-right: -5px !important;
}

body.web-entry .mr-10 {
  margin-right: 10px !important;
}

body.web-entry .mr-n10 {
  margin-right: -10px !important;
}

body.web-entry .mr-15 {
  margin-right: 15px !important;
}

body.web-entry .mr-n15 {
  margin-right: -15px !important;
}

body.web-entry .mr-20 {
  margin-right: 20px !important;
}

body.web-entry .mr-n20 {
  margin-right: -20px !important;
}

body.web-entry .mr-25 {
  margin-right: 25px !important;
}

body.web-entry .mr-n25 {
  margin-right: -25px !important;
}

body.web-entry .mr-30 {
  margin-right: 30px !important;
}

body.web-entry .mr-n30 {
  margin-right: -30px !important;
}

body.web-entry .mr-35 {
  margin-right: 35px !important;
}

body.web-entry .mr-n35 {
  margin-right: -35px !important;
}

body.web-entry .mr-40 {
  margin-right: 40px !important;
}

body.web-entry .mr-n40 {
  margin-right: -40px !important;
}

body.web-entry .mr-45 {
  margin-right: 45px !important;
}

body.web-entry .mr-n45 {
  margin-right: -45px !important;
}

body.web-entry .mr-50 {
  margin-right: 50px !important;
}

body.web-entry .mr-n50 {
  margin-right: -50px !important;
}

body.web-entry .mr-55 {
  margin-right: 55px !important;
}

body.web-entry .mr-n55 {
  margin-right: -55px !important;
}

body.web-entry .mr-60 {
  margin-right: 60px !important;
}

body.web-entry .mr-n60 {
  margin-right: -60px !important;
}

body.web-entry .mr-65 {
  margin-right: 65px !important;
}

body.web-entry .mr-n65 {
  margin-right: -65px !important;
}

body.web-entry .mr-70 {
  margin-right: 70px !important;
}

body.web-entry .mr-n70 {
  margin-right: -70px !important;
}

body.web-entry .mr-75 {
  margin-right: 75px !important;
}

body.web-entry .mr-n75 {
  margin-right: -75px !important;
}

body.web-entry .mr-80 {
  margin-right: 80px !important;
}

body.web-entry .mr-n80 {
  margin-right: -80px !important;
}

body.web-entry .mr-85 {
  margin-right: 85px !important;
}

body.web-entry .mr-n85 {
  margin-right: -85px !important;
}

body.web-entry .mr-90 {
  margin-right: 90px !important;
}

body.web-entry .mr-n90 {
  margin-right: -90px !important;
}

body.web-entry .mr-95 {
  margin-right: 95px !important;
}

body.web-entry .mr-n95 {
  margin-right: -95px !important;
}

body.web-entry .mr-100 {
  margin-right: 100px !important;
}

body.web-entry .mr-n100 {
  margin-right: -100px !important;
}

body.web-entry .mb-0 {
  margin-bottom: 0px !important;
}

body.web-entry .mb-n0 {
  margin-bottom: 0px !important;
}

body.web-entry .mb-5 {
  margin-bottom: 5px !important;
}

body.web-entry .mb-n5 {
  margin-bottom: -5px !important;
}

body.web-entry .mb-10 {
  margin-bottom: 10px !important;
}

body.web-entry .mb-n10 {
  margin-bottom: -10px !important;
}

body.web-entry .mb-15 {
  margin-bottom: 15px !important;
}

body.web-entry .mb-n15 {
  margin-bottom: -15px !important;
}

body.web-entry .mb-20 {
  margin-bottom: 20px !important;
}

body.web-entry .mb-n20 {
  margin-bottom: -20px !important;
}

body.web-entry .mb-25 {
  margin-bottom: 25px !important;
}

body.web-entry .mb-n25 {
  margin-bottom: -25px !important;
}

body.web-entry .mb-30 {
  margin-bottom: 30px !important;
}

body.web-entry .mb-n30 {
  margin-bottom: -30px !important;
}

body.web-entry .mb-35 {
  margin-bottom: 35px !important;
}

body.web-entry .mb-n35 {
  margin-bottom: -35px !important;
}

body.web-entry .mb-40 {
  margin-bottom: 40px !important;
}

body.web-entry .mb-n40 {
  margin-bottom: -40px !important;
}

body.web-entry .mb-45 {
  margin-bottom: 45px !important;
}

body.web-entry .mb-n45 {
  margin-bottom: -45px !important;
}

body.web-entry .mb-50 {
  margin-bottom: 50px !important;
}

body.web-entry .mb-n50 {
  margin-bottom: -50px !important;
}

body.web-entry .mb-55 {
  margin-bottom: 55px !important;
}

body.web-entry .mb-n55 {
  margin-bottom: -55px !important;
}

body.web-entry .mb-60 {
  margin-bottom: 60px !important;
}

body.web-entry .mb-n60 {
  margin-bottom: -60px !important;
}

body.web-entry .mb-65 {
  margin-bottom: 65px !important;
}

body.web-entry .mb-n65 {
  margin-bottom: -65px !important;
}

body.web-entry .mb-70 {
  margin-bottom: 70px !important;
}

body.web-entry .mb-n70 {
  margin-bottom: -70px !important;
}

body.web-entry .mb-75 {
  margin-bottom: 75px !important;
}

body.web-entry .mb-n75 {
  margin-bottom: -75px !important;
}

body.web-entry .mb-80 {
  margin-bottom: 80px !important;
}

body.web-entry .mb-n80 {
  margin-bottom: -80px !important;
}

body.web-entry .mb-85 {
  margin-bottom: 85px !important;
}

body.web-entry .mb-n85 {
  margin-bottom: -85px !important;
}

body.web-entry .mb-90 {
  margin-bottom: 90px !important;
}

body.web-entry .mb-n90 {
  margin-bottom: -90px !important;
}

body.web-entry .mb-95 {
  margin-bottom: 95px !important;
}

body.web-entry .mb-n95 {
  margin-bottom: -95px !important;
}

body.web-entry .mb-100 {
  margin-bottom: 100px !important;
}

body.web-entry .mb-n100 {
  margin-bottom: -100px !important;
}

body.web-entry .ml-0 {
  margin-left: 0px !important;
}

body.web-entry .ml-n0 {
  margin-left: 0px !important;
}

body.web-entry .ml-5 {
  margin-left: 5px !important;
}

body.web-entry .ml-n5 {
  margin-left: -5px !important;
}

body.web-entry .ml-10 {
  margin-left: 10px !important;
}

body.web-entry .ml-n10 {
  margin-left: -10px !important;
}

body.web-entry .ml-15 {
  margin-left: 15px !important;
}

body.web-entry .ml-n15 {
  margin-left: -15px !important;
}

body.web-entry .ml-20 {
  margin-left: 20px !important;
}

body.web-entry .ml-n20 {
  margin-left: -20px !important;
}

body.web-entry .ml-25 {
  margin-left: 25px !important;
}

body.web-entry .ml-n25 {
  margin-left: -25px !important;
}

body.web-entry .ml-30 {
  margin-left: 30px !important;
}

body.web-entry .ml-n30 {
  margin-left: -30px !important;
}

body.web-entry .ml-35 {
  margin-left: 35px !important;
}

body.web-entry .ml-n35 {
  margin-left: -35px !important;
}

body.web-entry .ml-40 {
  margin-left: 40px !important;
}

body.web-entry .ml-n40 {
  margin-left: -40px !important;
}

body.web-entry .ml-45 {
  margin-left: 45px !important;
}

body.web-entry .ml-n45 {
  margin-left: -45px !important;
}

body.web-entry .ml-50 {
  margin-left: 50px !important;
}

body.web-entry .ml-n50 {
  margin-left: -50px !important;
}

body.web-entry .ml-55 {
  margin-left: 55px !important;
}

body.web-entry .ml-n55 {
  margin-left: -55px !important;
}

body.web-entry .ml-60 {
  margin-left: 60px !important;
}

body.web-entry .ml-n60 {
  margin-left: -60px !important;
}

body.web-entry .ml-65 {
  margin-left: 65px !important;
}

body.web-entry .ml-n65 {
  margin-left: -65px !important;
}

body.web-entry .ml-70 {
  margin-left: 70px !important;
}

body.web-entry .ml-n70 {
  margin-left: -70px !important;
}

body.web-entry .ml-75 {
  margin-left: 75px !important;
}

body.web-entry .ml-n75 {
  margin-left: -75px !important;
}

body.web-entry .ml-80 {
  margin-left: 80px !important;
}

body.web-entry .ml-n80 {
  margin-left: -80px !important;
}

body.web-entry .ml-85 {
  margin-left: 85px !important;
}

body.web-entry .ml-n85 {
  margin-left: -85px !important;
}

body.web-entry .ml-90 {
  margin-left: 90px !important;
}

body.web-entry .ml-n90 {
  margin-left: -90px !important;
}

body.web-entry .ml-95 {
  margin-left: 95px !important;
}

body.web-entry .ml-n95 {
  margin-left: -95px !important;
}

body.web-entry .ml-100 {
  margin-left: 100px !important;
}

body.web-entry .ml-n100 {
  margin-left: -100px !important;
}

body.web-entry .pt-0 {
  padding-top: 0px !important;
}

body.web-entry .pt-n0 {
  padding-top: 0px !important;
}

body.web-entry .pt-5 {
  padding-top: 5px !important;
}

body.web-entry .pt-n5 {
  padding-top: -5px !important;
}

body.web-entry .pt-10 {
  padding-top: 10px !important;
}

body.web-entry .pt-n10 {
  padding-top: -10px !important;
}

body.web-entry .pt-15 {
  padding-top: 15px !important;
}

body.web-entry .pt-n15 {
  padding-top: -15px !important;
}

body.web-entry .pt-20 {
  padding-top: 20px !important;
}

body.web-entry .pt-n20 {
  padding-top: -20px !important;
}

body.web-entry .pt-25 {
  padding-top: 25px !important;
}

body.web-entry .pt-n25 {
  padding-top: -25px !important;
}

body.web-entry .pt-30 {
  padding-top: 30px !important;
}

body.web-entry .pt-n30 {
  padding-top: -30px !important;
}

body.web-entry .pt-35 {
  padding-top: 35px !important;
}

body.web-entry .pt-n35 {
  padding-top: -35px !important;
}

body.web-entry .pt-40 {
  padding-top: 40px !important;
}

body.web-entry .pt-n40 {
  padding-top: -40px !important;
}

body.web-entry .pt-45 {
  padding-top: 45px !important;
}

body.web-entry .pt-n45 {
  padding-top: -45px !important;
}

body.web-entry .pt-50 {
  padding-top: 50px !important;
}

body.web-entry .pt-n50 {
  padding-top: -50px !important;
}

body.web-entry .pt-55 {
  padding-top: 55px !important;
}

body.web-entry .pt-n55 {
  padding-top: -55px !important;
}

body.web-entry .pt-60 {
  padding-top: 60px !important;
}

body.web-entry .pt-n60 {
  padding-top: -60px !important;
}

body.web-entry .pt-65 {
  padding-top: 65px !important;
}

body.web-entry .pt-n65 {
  padding-top: -65px !important;
}

body.web-entry .pt-70 {
  padding-top: 70px !important;
}

body.web-entry .pt-n70 {
  padding-top: -70px !important;
}

body.web-entry .pt-75 {
  padding-top: 75px !important;
}

body.web-entry .pt-n75 {
  padding-top: -75px !important;
}

body.web-entry .pt-80 {
  padding-top: 80px !important;
}

body.web-entry .pt-n80 {
  padding-top: -80px !important;
}

body.web-entry .pt-85 {
  padding-top: 85px !important;
}

body.web-entry .pt-n85 {
  padding-top: -85px !important;
}

body.web-entry .pt-90 {
  padding-top: 90px !important;
}

body.web-entry .pt-n90 {
  padding-top: -90px !important;
}

body.web-entry .pt-95 {
  padding-top: 95px !important;
}

body.web-entry .pt-n95 {
  padding-top: -95px !important;
}

body.web-entry .pt-100 {
  padding-top: 100px !important;
}

body.web-entry .pt-n100 {
  padding-top: -100px !important;
}

body.web-entry .pr-0 {
  padding-right: 0px !important;
}

body.web-entry .pr-n0 {
  padding-right: 0px !important;
}

body.web-entry .pr-5 {
  padding-right: 5px !important;
}

body.web-entry .pr-n5 {
  padding-right: -5px !important;
}

body.web-entry .pr-10 {
  padding-right: 10px !important;
}

body.web-entry .pr-n10 {
  padding-right: -10px !important;
}

body.web-entry .pr-15 {
  padding-right: 15px !important;
}

body.web-entry .pr-n15 {
  padding-right: -15px !important;
}

body.web-entry .pr-20 {
  padding-right: 20px !important;
}

body.web-entry .pr-n20 {
  padding-right: -20px !important;
}

body.web-entry .pr-25 {
  padding-right: 25px !important;
}

body.web-entry .pr-n25 {
  padding-right: -25px !important;
}

body.web-entry .pr-30 {
  padding-right: 30px !important;
}

body.web-entry .pr-n30 {
  padding-right: -30px !important;
}

body.web-entry .pr-35 {
  padding-right: 35px !important;
}

body.web-entry .pr-n35 {
  padding-right: -35px !important;
}

body.web-entry .pr-40 {
  padding-right: 40px !important;
}

body.web-entry .pr-n40 {
  padding-right: -40px !important;
}

body.web-entry .pr-45 {
  padding-right: 45px !important;
}

body.web-entry .pr-n45 {
  padding-right: -45px !important;
}

body.web-entry .pr-50 {
  padding-right: 50px !important;
}

body.web-entry .pr-n50 {
  padding-right: -50px !important;
}

body.web-entry .pr-55 {
  padding-right: 55px !important;
}

body.web-entry .pr-n55 {
  padding-right: -55px !important;
}

body.web-entry .pr-60 {
  padding-right: 60px !important;
}

body.web-entry .pr-n60 {
  padding-right: -60px !important;
}

body.web-entry .pr-65 {
  padding-right: 65px !important;
}

body.web-entry .pr-n65 {
  padding-right: -65px !important;
}

body.web-entry .pr-70 {
  padding-right: 70px !important;
}

body.web-entry .pr-n70 {
  padding-right: -70px !important;
}

body.web-entry .pr-75 {
  padding-right: 75px !important;
}

body.web-entry .pr-n75 {
  padding-right: -75px !important;
}

body.web-entry .pr-80 {
  padding-right: 80px !important;
}

body.web-entry .pr-n80 {
  padding-right: -80px !important;
}

body.web-entry .pr-85 {
  padding-right: 85px !important;
}

body.web-entry .pr-n85 {
  padding-right: -85px !important;
}

body.web-entry .pr-90 {
  padding-right: 90px !important;
}

body.web-entry .pr-n90 {
  padding-right: -90px !important;
}

body.web-entry .pr-95 {
  padding-right: 95px !important;
}

body.web-entry .pr-n95 {
  padding-right: -95px !important;
}

body.web-entry .pr-100 {
  padding-right: 100px !important;
}

body.web-entry .pr-n100 {
  padding-right: -100px !important;
}

body.web-entry .pb-0 {
  padding-bottom: 0px !important;
}

body.web-entry .pb-n0 {
  padding-bottom: 0px !important;
}

body.web-entry .pb-5 {
  padding-bottom: 5px !important;
}

body.web-entry .pb-n5 {
  padding-bottom: -5px !important;
}

body.web-entry .pb-10 {
  padding-bottom: 10px !important;
}

body.web-entry .pb-n10 {
  padding-bottom: -10px !important;
}

body.web-entry .pb-15 {
  padding-bottom: 15px !important;
}

body.web-entry .pb-n15 {
  padding-bottom: -15px !important;
}

body.web-entry .pb-20 {
  padding-bottom: 20px !important;
}

body.web-entry .pb-n20 {
  padding-bottom: -20px !important;
}

body.web-entry .pb-25 {
  padding-bottom: 25px !important;
}

body.web-entry .pb-n25 {
  padding-bottom: -25px !important;
}

body.web-entry .pb-30 {
  padding-bottom: 30px !important;
}

body.web-entry .pb-n30 {
  padding-bottom: -30px !important;
}

body.web-entry .pb-35 {
  padding-bottom: 35px !important;
}

body.web-entry .pb-n35 {
  padding-bottom: -35px !important;
}

body.web-entry .pb-40 {
  padding-bottom: 40px !important;
}

body.web-entry .pb-n40 {
  padding-bottom: -40px !important;
}

body.web-entry .pb-45 {
  padding-bottom: 45px !important;
}

body.web-entry .pb-n45 {
  padding-bottom: -45px !important;
}

body.web-entry .pb-50 {
  padding-bottom: 50px !important;
}

body.web-entry .pb-n50 {
  padding-bottom: -50px !important;
}

body.web-entry .pb-55 {
  padding-bottom: 55px !important;
}

body.web-entry .pb-n55 {
  padding-bottom: -55px !important;
}

body.web-entry .pb-60 {
  padding-bottom: 60px !important;
}

body.web-entry .pb-n60 {
  padding-bottom: -60px !important;
}

body.web-entry .pb-65 {
  padding-bottom: 65px !important;
}

body.web-entry .pb-n65 {
  padding-bottom: -65px !important;
}

body.web-entry .pb-70 {
  padding-bottom: 70px !important;
}

body.web-entry .pb-n70 {
  padding-bottom: -70px !important;
}

body.web-entry .pb-75 {
  padding-bottom: 75px !important;
}

body.web-entry .pb-n75 {
  padding-bottom: -75px !important;
}

body.web-entry .pb-80 {
  padding-bottom: 80px !important;
}

body.web-entry .pb-n80 {
  padding-bottom: -80px !important;
}

body.web-entry .pb-85 {
  padding-bottom: 85px !important;
}

body.web-entry .pb-n85 {
  padding-bottom: -85px !important;
}

body.web-entry .pb-90 {
  padding-bottom: 90px !important;
}

body.web-entry .pb-n90 {
  padding-bottom: -90px !important;
}

body.web-entry .pb-95 {
  padding-bottom: 95px !important;
}

body.web-entry .pb-n95 {
  padding-bottom: -95px !important;
}

body.web-entry .pb-100 {
  padding-bottom: 100px !important;
}

body.web-entry .pb-n100 {
  padding-bottom: -100px !important;
}

body.web-entry .pl-0 {
  padding-left: 0px !important;
}

body.web-entry .pl-n0 {
  padding-left: 0px !important;
}

body.web-entry .pl-5 {
  padding-left: 5px !important;
}

body.web-entry .pl-n5 {
  padding-left: -5px !important;
}

body.web-entry .pl-10 {
  padding-left: 10px !important;
}

body.web-entry .pl-n10 {
  padding-left: -10px !important;
}

body.web-entry .pl-15 {
  padding-left: 15px !important;
}

body.web-entry .pl-n15 {
  padding-left: -15px !important;
}

body.web-entry .pl-20 {
  padding-left: 20px !important;
}

body.web-entry .pl-n20 {
  padding-left: -20px !important;
}

body.web-entry .pl-25 {
  padding-left: 25px !important;
}

body.web-entry .pl-n25 {
  padding-left: -25px !important;
}

body.web-entry .pl-30 {
  padding-left: 30px !important;
}

body.web-entry .pl-n30 {
  padding-left: -30px !important;
}

body.web-entry .pl-35 {
  padding-left: 35px !important;
}

body.web-entry .pl-n35 {
  padding-left: -35px !important;
}

body.web-entry .pl-40 {
  padding-left: 40px !important;
}

body.web-entry .pl-n40 {
  padding-left: -40px !important;
}

body.web-entry .pl-45 {
  padding-left: 45px !important;
}

body.web-entry .pl-n45 {
  padding-left: -45px !important;
}

body.web-entry .pl-50 {
  padding-left: 50px !important;
}

body.web-entry .pl-n50 {
  padding-left: -50px !important;
}

body.web-entry .pl-55 {
  padding-left: 55px !important;
}

body.web-entry .pl-n55 {
  padding-left: -55px !important;
}

body.web-entry .pl-60 {
  padding-left: 60px !important;
}

body.web-entry .pl-n60 {
  padding-left: -60px !important;
}

body.web-entry .pl-65 {
  padding-left: 65px !important;
}

body.web-entry .pl-n65 {
  padding-left: -65px !important;
}

body.web-entry .pl-70 {
  padding-left: 70px !important;
}

body.web-entry .pl-n70 {
  padding-left: -70px !important;
}

body.web-entry .pl-75 {
  padding-left: 75px !important;
}

body.web-entry .pl-n75 {
  padding-left: -75px !important;
}

body.web-entry .pl-80 {
  padding-left: 80px !important;
}

body.web-entry .pl-n80 {
  padding-left: -80px !important;
}

body.web-entry .pl-85 {
  padding-left: 85px !important;
}

body.web-entry .pl-n85 {
  padding-left: -85px !important;
}

body.web-entry .pl-90 {
  padding-left: 90px !important;
}

body.web-entry .pl-n90 {
  padding-left: -90px !important;
}

body.web-entry .pl-95 {
  padding-left: 95px !important;
}

body.web-entry .pl-n95 {
  padding-left: -95px !important;
}

body.web-entry .pl-100 {
  padding-left: 100px !important;
}

body.web-entry .pl-n100 {
  padding-left: -100px !important;
}

body.web-entry .lh-10 {
  line-height: 1;
}

body.web-entry .lh-11 {
  line-height: 1.1;
}

body.web-entry .lh-12 {
  line-height: 1.2;
}

body.web-entry .lh-13 {
  line-height: 1.3;
}

body.web-entry .lh-14 {
  line-height: 1.4;
}

body.web-entry .lh-15 {
  line-height: 1.5;
}

body.web-entry .lh-16 {
  line-height: 1.6;
}

body.web-entry .lh-17 {
  line-height: 1.7;
}

body.web-entry .lh-18 {
  line-height: 1.8;
}

body.web-entry .lh-19 {
  line-height: 1.9;
}

body.web-entry .lh-20 {
  line-height: 2;
}

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



.p-header-logo{
  max-width: 400px;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .p-header-logo{
    width: 80%;
    padding: 15px 0;
  }
}


.p-footer-copy{
  position: relative;
  padding-top: 6px;
  padding-bottom: 9px;
  overflow: hidden;
}

.p-footer-copy::before{
  content: "";
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  background-color: #003d67;
}

.p-footer-copy__inner {
  position: relative;
  text-align: center;
  color: #fff;
}
