@charset "utf-8";
/* ------------------------------
Roboto Font
------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', YuGothic, '游ゴシック', Meiryo, 'メイリオ', sans-serif;
  color: #222;
  line-height: 1.6;
}
img {
  vertical-align: middle;
}
body input[type='text']:focus,
body input[type='button']:focus {
  outline: none;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slick-dots li button:before {
/*
    font-family: 'slick';
    */
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  color: #000;
}
body.categoryList2 .heading2-set .heading2:after {
  background-color: #58a2e5;
}
body.categoryList2 input,
body.categoryList2 option,
body.categoryList2 select {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
body.categoryList2 .easy-select-box {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  padding-top: 11px;
  padding-left: 18px;
  background-color: #dfdfdf;
  border: 1px solid #cfc8c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
body.categoryList2 .easy-select-box:hover {
  background-color: #e9e9e9;
}
body.categoryList2 .esb-displayer {
  font-size: 14px;
  position: relative;
}
body.categoryList2 .esb-displayer:after {
  content: '';
  display: block;
  width: 24px;
  height: 36px;
  position: absolute;
  top: -11px;
  right: 10px;
  background-image: url("../images/arrow_gy_bottom.svg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  background-size: 14px 10px;
  border-left: 1px solid #cfc8c8;
}
body.categoryList2 .esb-dropdown {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  width: 147px !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfdfdf;
  position: absolute;
  top: 48px;
  left: -1px;
  border: 1px solid #cfc8c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
body.categoryList2 .esb-item {
  border: none;
  height: 50px;
  padding-top: 18px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfdfdf;
  border-top: 1px solid #cfc8c8;
}
body.categoryList2 .esb-item:first-child {
  border-top: none;
}
body.categoryList2 .esb-item:hover {
  background-color: #e9e9e9;
}
body.categoryList2 .submit-button {
  display: inline-block;
  width: 250px !important;
  padding: 0;
  vertical-align: top;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2b49e7;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
body.categoryList2 .submit-button:hover {
  background-color: #6b80ee;
}
body.categoryList2 .submit-button span {
  padding-left: 20px;
  position: relative;
  margin-top: 17px;
  line-height: 1;
  display: inline-block;
}
body.categoryList2 .submit-button span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}
body.categoryList2 .search-wrapper .easy-select-box {
  width: 180px;
  height: 38px;
}
body.categoryList2 .search-wrapper .easy-select-box .esb-dropdown {
  top: 38px;
  width: 160px !important;
}
body.categoryList2 .search-wrapper .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList2 .listName .easy-select-box {
  width: 200px;
  height: 38px;
}
body.categoryList2 .listName .easy-select-box .esb-dropdown {
  top: 38px;
  width: 180px !important;
}
body.categoryList2 .listName .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList2 .alignment .easy-select-box {
  width: 120px;
  height: 38px;
}
body.categoryList2 .alignment .easy-select-box .esb-dropdown {
  top: 38px;
  width: 100px !important;
}
body.categoryList2 .alignment .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList2 .thirdCategory .easy-select-box {
  width: 260px;
  height: 38px;
}
body.categoryList2 .thirdCategory .easy-select-box .esb-dropdown {
  top: 38px;
  width: 240px !important;
}
body.categoryList2 .thirdCategory .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList2 {
  width: 100%;
  background-color: #eceaea;
}
body.categoryList2.width1000 {
  width: 1000px;
}
body.categoryList2 h1 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
body.categoryList2 h1+p {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 30px;
  font-size: 13px;
}
body.categoryList2 .sectionBlock {
  border-top: 1px solid #ccc;
}
body.categoryList2 .sectionBlock.gray {
  background: #eceaea;
}
body.categoryList2 .sectionBlock.gradation {
  background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
}
body.categoryList2 .sectionBlock.gradation .listBox li {
  margin-bottom: 12px;
}
body.categoryList2 .sectionBlock.gradation .listBoxType2 li {
  margin-bottom: 12px;
}
body.categoryList2 .sectionBlock .sectionBlockInner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap {
  zoom: 1;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap:before,
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap:after {
  content: "";
  display: table;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap:after {
  clear: both;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .numDisp {
  float: left;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .numDisp .num {
  font-size: 28px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  padding-right: 2px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .search-wrapper {
  float: left;
  padding: 5px 0 15px 5px;
  z-index: 30;
  position: relative;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap {
  width: 112px;
  float: right;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li {
  margin: 0 0 0 14px;
  display: inline-block;
}
body.categoryList2 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li:first-child {
  margin: 0 0 0 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock {
  margin: 0 0 10px 0;
  zoom: 1;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock:before,
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock:after {
  content: "";
  display: table;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock:after {
  clear: both;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock .thirdCategory {
  position: relative;
  float: right;
  z-index: 30;
  margin: 0 0 0 20px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock .alignment {
  position: relative;
  float: right;
  z-index: 30;
  margin: 0 0 0 20px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .selectCourseBlock .listName {
  position: relative;
  float: right;
  z-index: 30;
}
body.categoryList2 .sectionBlock .sectionBlockInner .heading2-set {
  text-align: center;
  color: #000;
}
body.categoryList2 .sectionBlock .sectionBlockInner .heading2-set .heading2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #2b49e7;
}
body.categoryList2 .sectionBlock .sectionBlockInner .heading2-set .jp {
  font-size: 13px;
  line-height: 1;
  color: #333;
  padding: 15px 0 30px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox {
  margin: 0;
  zoom: 1;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox:before,
body.categoryList2 .sectionBlock .sectionBlockInner .listBox:after {
  content: "";
  display: table;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox:after {
  clear: both;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li {
  float: left;
  vertical-align: bottom;
  position: relative;
  width: 240px;
  margin: 0 11px 12px 0;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li:nth-child(4n) {
  margin-right: 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a figure {
  width: 100%;
  overflow: hidden;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a figure >img {
  width: 100%;
  height: auto;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a figure img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .rank {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  font-style: oblique;
  padding: 10px 7px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .rank p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 24px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
  background: #f9f9f9;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 20px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
  margin-left: -15px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
  display: inline-block;
  font-size: 11px;
  padding: 7px 10px 8px;
  background: #bcbcbc;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 7px center;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-new {
  background-color: #ff001e;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
  background-color: #2e8bde;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .trainingText {
  background-color: #17862b;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
  padding-top: 19px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
  font-size: 20px;
  line-height: 1.3;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
  font-size: 11px;
  margin-bottom: 2px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
  font-size: 13px;
  font-weight: bold;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
  font-size: 11px;
  margin-bottom: 6px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
  font-size: 13px;
  font-weight: bold;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
  font-size: 11px;
  line-height: 1.4;
  color: #6f6f6f;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 {
  margin: 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li {
  zoom: 1;
  margin: 15px 0 0 0;
  vertical-align: bottom;
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #fff;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li:before,
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li:after {
  content: "";
  display: table;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li:after {
  clear: both;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li:first-child {
  margin: 0 0 0 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap {
  float: left;
  width: 185px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a img {
  width: 100%;
  height: auto;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock {
  float: left;
  display: table;
  width: 777px;
  padding: 16px 18px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label span {
  display: inline-block;
  font-size: 11px;
  padding: 7px 10px 8px;
  background: #bcbcbc;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 7px center;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-1 {
  background-color: #6cbb5a;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-2 {
  background-color: #00a1e9;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-3 {
  background-color: #f68900;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-4 {
  background-color: #ff1493;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-5 {
  background-color: #4758c7;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-6 {
  background-color: #00533f;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-7 {
  background-color: #800080;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-8 {
  background-color: #003f8e;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-9 {
  background-color: #942343;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-10 {
  background-color: #001e43;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-new {
  background-color: #ff001e;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .recommendText {
  background-color: #2e8bde;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .trainingText {
  background-color: #17862b;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label span {
  margin-right: 6px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea {
  width: 671px;
  border-right: 1px solid #dbdbdb;
  padding: 0 18px 0 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title {
  padding: 8px 0 0 0;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title a {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock {
  width: 100%;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock .txt {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock .coursesId {
  text-align: left;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName {
  display: block;
  width: 100%;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName span {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName h3 {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.3;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName h3 span.subtitle {
  display: block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .text {
  margin-top: 13px;
  border-top: 1px solid #ddd;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .period {
  display: inline-block;
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 2px;
  word-wrap: break-word;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .period .num {
  font-size: 16px;
  font-weight: bold;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .price {
  display: inline-block;
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 6px;
  word-wrap: break-word;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .price .num {
  font-size: 16px;
  font-weight: bold;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .name {
  display: block;
  width: 665px;
  padding: 4px 0 0 0;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6f6f;
  word-wrap: break-word;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 18px;
  width: 76px;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p {
  width: 68px;
  background-color: #2b49e7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
}
body.categoryList2 .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList2 .notes {
  padding: 15px 0 0 0;
}
body.categoryList2 .notes >p {
  font-size: 11px;
  line-height: 1.81;
  color: #000;
}
body.categoryList2 .notes >p .new {
  font-weight: bold;
  color: #ff001e;
}
body.categoryList2 .notes >p .recommend {
  font-weight: bold;
  color: #2e8bde;
}
body.categoryList2 .notes >p .training {
  font-weight: bold;
  color: #17862b;
}
body.categoryList2 .notes .smallNotes {
  padding: 11px 0 0 0;
}
body.categoryList2 .notes .smallNotes >p {
  font-size: 10px;
  line-height: 1.5;
}
body.categoryList2 .breadcrumb+.sectionBlock0 {
  border-top: none;
}
@media (max-width: 1000px) {
  body.categoryList2 {
    width: 1000px;
  }
}
body.categoryList2 .paging {
  text-align: center;
  padding: 18px 0;
  margin-top: 19px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
}
body.categoryList2 .paging a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  display: inline-block;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #cfcece;
  padding: 3px 0 0;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 2px;
}
body.categoryList2 .paging a:hover {
  background: #e1dede;
  color: #fff;
}
body.categoryList2 .paging .prev {
  display: inline-block;
  position: relative;
}
body.categoryList2 .paging .next {
  display: inline-block;
  position: relative;
}
body.categoryList2 .paging div {
  display: inline-block;
}
body.categoryList2 .paging div li {
  display: inline-block;
  font-size: 22px;
}
body.categoryList2 .paging div li.current a {
  color: #fff;
  background: #000;
}
body.categoryList3 .heading2-set .heading2:after {
  background-color: #58a2e5;
}
body.categoryList3 input,
body.categoryList3 option,
body.categoryList3 select {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
body.categoryList3 .easy-select-box {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  padding-top: 11px;
  padding-left: 18px;
  background-color: #dfdfdf;
  border: 1px solid #cfc8c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
body.categoryList3 .easy-select-box:hover {
  background-color: #e9e9e9;
}
body.categoryList3 .esb-displayer {
  font-size: 14px;
  position: relative;
}
body.categoryList3 .esb-displayer:after {
  content: '';
  display: block;
  width: 24px;
  height: 36px;
  position: absolute;
  top: -11px;
  right: 10px;
  background-image: url("../images/arrow_gy_bottom.svg");
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 14px 10px;
  -moz-background-size: 14px 10px;
  background-size: 14px 10px;
  border-left: 1px solid #cfc8c8;
}
body.categoryList3 .esb-dropdown {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  width: 147px !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfdfdf;
  position: absolute;
  top: 48px;
  left: -1px;
  border: 1px solid #cfc8c8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
body.categoryList3 .esb-item {
  border: none;
  height: 50px;
  padding-top: 18px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dfdfdf;
  border-top: 1px solid #cfc8c8;
}
body.categoryList3 .esb-item:first-child {
  border-top: none;
}
body.categoryList3 .esb-item:hover {
  background-color: #e9e9e9;
}
body.categoryList3 .submit-button {
  display: inline-block;
  width: 250px !important;
  padding: 0;
  vertical-align: top;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2b49e7;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
body.categoryList3 .submit-button:hover {
  background-color: #6b80ee;
}
body.categoryList3 .submit-button span {
  padding-left: 20px;
  position: relative;
  margin-top: 17px;
  line-height: 1;
  display: inline-block;
}
body.categoryList3 .submit-button span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background-image: url("../images/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}
body.categoryList3 .search-wrapper .easy-select-box {
  width: 180px;
  height: 38px;
}
body.categoryList3 .search-wrapper .easy-select-box .esb-dropdown {
  top: 38px;
  width: 160px !important;
}
body.categoryList3 .search-wrapper .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList3 .listName .easy-select-box {
  width: 200px;
  height: 38px;
}
body.categoryList3 .listName .easy-select-box .esb-dropdown {
  top: 38px;
  width: 180px !important;
}
body.categoryList3 .listName .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList3 .alignment .easy-select-box {
  width: 120px;
  height: 38px;
}
body.categoryList3 .alignment .easy-select-box .esb-dropdown {
  top: 38px;
  width: 100px !important;
}
body.categoryList3 .alignment .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList3 .thirdCategory .easy-select-box {
  width: 260px;
  height: 38px;
}
body.categoryList3 .thirdCategory .easy-select-box .esb-dropdown {
  top: 38px;
  width: 240px !important;
}
body.categoryList3 .thirdCategory .easy-select-box .esb-dropdown .esb-item {
  height: 38px;
  padding-top: 13px;
}
body.categoryList3 {
  width: 100%;
  background-color: #eceaea;
}
body.categoryList3.width1000 {
  width: 1000px;
}
body.categoryList3 h1 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
body.categoryList3 h1+p {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 30px;
  font-size: 13px;
}
body.categoryList3 .sectionBlock {
  border-top: 1px solid #ccc;
}
body.categoryList3 .sectionBlock.gray {
  background: #eceaea;
}
body.categoryList3 .sectionBlock.gradation {
  background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
}
body.categoryList3 .sectionBlock.gradation .listBox li {
  margin-bottom: 12px;
}
body.categoryList3 .sectionBlock.gradation .listBoxType2 li {
  margin-bottom: 12px;
}
body.categoryList3 .sectionBlock .sectionBlockInner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap {
  zoom: 1;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap:before,
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap:after {
  content: "";
  display: table;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap:after {
  clear: both;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .numDisp {
  float: left;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .numDisp .num {
  font-size: 28px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  padding-right: 2px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .search-wrapper {
  float: left;
  padding: 5px 0 15px 5px;
  z-index: 30;
  position: relative;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap {
  width: 112px;
  float: right;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li {
  margin: 0 0 0 14px;
  display: inline-block;
}
body.categoryList3 .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li:first-child {
  margin: 0 0 0 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock {
  margin: 0 0 10px 0;
  zoom: 1;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock:before,
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock:after {
  content: "";
  display: table;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock:after {
  clear: both;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock .thirdCategory {
  position: relative;
  float: right;
  z-index: 30;
  margin: 0 0 0 20px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock .alignment {
  position: relative;
  float: right;
  z-index: 30;
  margin: 0 0 0 20px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .selectCourseBlock .listName {
  position: relative;
  float: right;
  z-index: 30;
}
body.categoryList3 .sectionBlock .sectionBlockInner .heading2-set {
  text-align: center;
  color: #000;
}
body.categoryList3 .sectionBlock .sectionBlockInner .heading2-set .heading2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #2b49e7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .heading2-set .jp {
  font-size: 13px;
  line-height: 1;
  color: #333;
  padding: 15px 0 30px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox {
  margin: 0;
  zoom: 1;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox:before,
body.categoryList3 .sectionBlock .sectionBlockInner .listBox:after {
  content: "";
  display: table;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox:after {
  clear: both;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li {
  float: left;
  vertical-align: bottom;
  position: relative;
  width: 240px;
  margin: 0 11px 12px 0;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li:nth-child(4n) {
  margin-right: 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a figure {
  width: 100%;
  overflow: hidden;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a figure >img {
  width: 100%;
  height: auto;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a figure img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .rank {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  font-style: oblique;
  padding: 10px 7px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .rank p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 24px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
  background: #f9f9f9;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 20px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
  margin-left: -15px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
  display: inline-block;
  font-size: 11px;
  padding: 7px 10px 8px;
  background: #bcbcbc;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 7px center;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-new {
  background-color: #ff001e;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
  background-color: #2e8bde;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .trainingText {
  background-color: #17862b;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
  padding-top: 19px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
  font-size: 20px;
  line-height: 1.3;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
  font-size: 11px;
  margin-bottom: 2px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
  font-size: 13px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
  font-size: 11px;
  margin-bottom: 6px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
  font-size: 13px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
  font-size: 11px;
  line-height: 1.4;
  color: #6f6f6f;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 {
  margin: 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li {
  display: table;
  zoom: 1;
  width: 966px;
  margin: 15px 0 0 0;
  padding: 13px 15px;
  vertical-align: bottom;
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #fff;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li:before,
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li:after {
  content: "";
  display: table;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li:after {
  clear: both;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li:first-child {
  margin: 0 0 0 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table {
  width: 966px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell {
  vertical-align: top;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea {
  display: table-cell;
  min-width: 860px;
  padding: 0 10px 0 0;
  vertical-align: top;
  zoom: 1;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:before,
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:after {
  content: "";
  display: table;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:after {
  clear: both;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
  display: inline-block;
  font-size: 11px;
  padding: 7px 10px 8px;
  background: #bcbcbc;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 7px center;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-1 {
  background-color: #6cbb5a;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-2 {
  background-color: #00a1e9;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-3 {
  background-color: #f68900;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-4 {
  background-color: #ff1493;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-5 {
  background-color: #4758c7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-6 {
  background-color: #00533f;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-7 {
  background-color: #800080;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-8 {
  background-color: #003f8e;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-9 {
  background-color: #942343;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-10 {
  background-color: #001e43;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-new {
  background-color: #ff001e;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .recommendText {
  background-color: #2e8bde;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .trainingText {
  background-color: #17862b;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
  margin-right: 6px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title {
  padding: 8px 0 0 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock {
  width: 100%;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock .txt {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock .coursesId {
  text-align: left;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName {
  display: block;
  width: 100%;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName span {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName h3 {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.3;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName h3 span.subtitle {
  display: block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .period {
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 2px;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .period .num {
  font-size: 17px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .price {
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 6px;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .price .num {
  font-size: 16px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .name {
  padding: 4px 0 0 0;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6f6f;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .slash {
  padding-left: 15px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext {
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .period {
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 2px;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .period .num {
  font-size: 17px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .price {
  vertical-align: top;
  padding-right: 19px;
  font-size: 13px;
  margin-bottom: 6px;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .price .num {
  font-size: 16px;
  font-weight: bold;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .name {
  padding: 4px 0 0 0;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6f6f;
  word-wrap: break-word;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .freetext .slash {
  padding-left: 15px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell {
  width: 157px;
  vertical-align: top;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList {
  display: table-cell;
  padding: 0 14px 0 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table {
  width: 157px;
  border-collapse: collapse;
  background: #f7f7f7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .caption td {
  height: 44px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: #6f6f6f;
  border-collapse: collapse;
  background: #ebebeb;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th {
  height: 48px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #6f6f6f;
  border-collapse: collapse;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background: #f7f7f7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th:last-child {
  border-right: 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th span {
  display: block;
  text-align: center;
  font-size: 10px;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .recommend td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #6f6f6f;
  border-collapse: collapse;
  border-right: 1px solid #dfdfdf;
  background: #f7f7f7;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .recommend td:last-child {
  border-right: 0;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell {
  width: 76px;
  vertical-align: middle;
  border-left: 1px solid #dbdbdb;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock {
  width: 76px;
  padding: 0 0 0 18px;
  text-align: left;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p {
  width: 68px;
  background-color: #2b49e7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
}
body.categoryList3 .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList3 .notes {
  padding: 15px 0 0 0;
}
body.categoryList3 .notes >p {
  font-size: 11px;
  line-height: 1.81;
  color: #000;
}
body.categoryList3 .notes >p .new {
  font-weight: bold;
  color: #ff001e;
}
body.categoryList3 .notes >p .recommend {
  font-weight: bold;
  color: #2e8bde;
}
body.categoryList3 .notes >p .training {
  font-weight: bold;
  color: #17862b;
}
body.categoryList3 .notes .smallNotes {
  padding: 11px 0 0 0;
}
body.categoryList3 .notes .smallNotes >p {
  font-size: 10px;
  line-height: 1.5;
}
body.categoryList3 .breadcrumb+.sectionBlock {
  border-top: none;
}
@media (max-width: 1000px) {
  body.categoryList3 {
    width: 1000px;
  }
}
body.categoryList3 .paging {
  text-align: center;
  padding: 18px 0;
  margin-top: 19px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
}
body.categoryList3 .paging a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  display: inline-block;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #cfcece;
  padding: 3px 0 0;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 2px;
}
body.categoryList3 .paging a:hover {
  background: #e1dede;
  color: #fff;
}
body.categoryList3 .paging .prev {
  display: inline-block;
  position: relative;
}
body.categoryList3 .paging .next {
  display: inline-block;
  position: relative;
}
body.categoryList3 .paging div {
  display: inline-block;
}
body.categoryList3 .paging div li {
  display: inline-block;
  font-size: 22px;
}
body.categoryList3 .paging div li.current a {
  color: #fff;
  background: #000;
}
body.categoryList4 {
  width: 100%;
  background-color: #eceaea;
}
body.categoryList4 h1 {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin: 0 10px;
}
body.categoryList4 h1+p {
  text-align: center;
  font-size: 13px;
  margin: 26px 10px 26px;
}
body.categoryList4 .sectionBlock {
  border-top: 1px solid #ccc;
}
body.categoryList4 .sectionBlock.gray {
  background: #eceaea;
}
body.categoryList4 .sectionBlock.gradation {
  background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
  background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
}
body.categoryList4 .sectionBlock .sectionBlockInner {
  margin: 0 auto;
  padding: 26px 0;
  overflow: hidden;
}
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a:hover,
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .search-wrapper {
    text-align: center;
    z-index: 40;
    position: relative;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input,
  body.categoryList4 .sectionBlock .sectionBlockInner option,
  body.categoryList4 .sectionBlock .sectionBlockInner select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    -webkit-appearance: none;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input.input-text {
    width: 100% !important;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 18px;
    vertical-align: middle;
    background-color: #dfdfdf;
    margin-bottom: 10px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input.input-text:selected {
    background-color: #f00;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button {
    display: block;
    width: 100% !important;
    padding: 0;
    vertical-align: middle;
    height: 50px;
    background-color: #2b49e7;
    margin-top: 10px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin: 0 0 15px 0;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button:hover {
    background-color: #6b80ee;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button span {
    padding-left: 20px;
    position: relative;
    margin-top: 17px;
    display: inline-block;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 {
  margin: 0;
  margin-right:15px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li {
  display: table;
  zoom: 1;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 13px 15px;
  vertical-align: bottom;
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #fff;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:before,
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:after {
  content: "";
  display: table;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:after {
  clear: both;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:first-child {
  margin: 0 0 0 0;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table {
  width: 100%;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell {
  vertical-align: top;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea {
  display: table-cell;
  min-width: 100%;
  padding: 0 10px 0 0;
  vertical-align: top;
  zoom: 1;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:before,
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:after {
  content: "";
  display: table;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:after {
  clear: both;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
  display: inline-block;
  font-size: 11px;
  padding: 7px 10px 8px;
  background: #bcbcbc;
  color: #fff;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 7px center;
  margin-right: 6px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner {
  text-decoration: none;
  color: #000;
  display: block;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title {
  padding: 8px 0 0 0;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock {
  width: 100%;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock .txt {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock .coursesId {
  text-align: left;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName {
  display: block;
  width: 100%;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName span {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 16px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName h3 {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1.3;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName h3 span.subtitle {
  display: block;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .name {
  padding: 4px 0 0 0;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.4;
  color: #6f6f6f;
  word-wrap: break-word;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell {
  width: 76px;
  vertical-align: middle;
  border-left: 1px solid #dbdbdb;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock {
  width: 76px;
  padding: 0 0 0 18px;
  text-align: left;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p {
  width: 68px;
  background-color: #2b49e7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p a {
  display: block;
  padding: 6px 0;
  color: #fff;
  text-decoration: none;
}
body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
body.categoryList4 .breadcrumb+.sectionBlock {
  border-top: none;
}
body.categoryList4 .paging {
  text-align: center;
  padding: 18px 0;
  margin-top: 19px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 100;
}
body.categoryList4 .paging a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  display: inline-block;
  -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  background: #cfcece;
  padding: 3px 0 0;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0 2px;
}
body.categoryList4 .paging a:hover {
  background: #e1dede;
  color: #fff;
}
body.categoryList4 .paging .prev {
  display: inline-block;
  position: relative;
}
body.categoryList4 .paging .next {
  display: inline-block;
  position: relative;
}
body.categoryList4 .paging div {
  display: inline-block;
}
body.categoryList4 .paging div li {
  display: inline-block;
  font-size: 22px;
}
body.categoryList4 .paging div li.current a {
  color: #fff;
  background: #000;
}
@media (max-width: 768px) {
  body .header {
    height: 100px;
  }
  body .header .headerInner {
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: table;
  }
  body .header .headerInner .logo {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  body .header .headerInner .logo img {
    height: 20px;
    width: auto;
  }
  body .header .headerInner .headerRegist {
    display: table-cell;
    float: right;
    margin-top: 10px;
  }
  body .header .headerInner .headerRegist dl {
    display: table-cell;
    line-height: 1.2;
  }
  body .header .headerInner .headerRegist dl dt {
    font-size: 9px;
  }
  body .header .headerInner .headerRegist dl dd {
    font-size: 9px;
  }
  body .header .headerInner .headerRegist dl dd .num {
    font-size: 16px;
    font-weight: bold;
    vertical-align: baseline;
  }
  body .header .headerInner .headerRegist .login {
    display: none;
  }
  body .header .menu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #0d3ace;
    z-index: 51;
  }
  body .header .menu .line {
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  body .header .menu .line:nth-child(1) {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -10px;
  }
  body .header .menu .line:nth-child(2) {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -10px;
  }
  body .header .menu .line:nth-child(3) {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
  }
  body .header .menu.open .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
  }
  body .header .menu.open .line:nth-child(2) {
    height: 0;
  }
  body .header .menu.open .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
  }
  body .header .navi {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    z-index: 50;
  }
  body .header .navi .naviInner {
    width: 100%;
  }
  body .header .navi .naviInner .site-title {
    background-color: #2b49e7;
    color: #fff;
    height: 50px;
    width: 100%;
    padding: 20px 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1;
    display: block;
  }
  body .header .navi .naviInner .site-title a {
    color: #fff;
    text-decoration: none;
  }
  body .header .navi .naviInner nav {
    display: none;
  }
  body .header .navi .naviInner nav >ul {
    display: block;
  }
  body .header .navi .naviInner nav >ul >li {
    display: block;
    background-color: #0d3ace;
    font-size: 11px;
    border-bottom: 1px solid #001ba6;
  }
  body .header .navi .naviInner nav >ul >li:first-child >a {
    border-top: 1px solid #001ba6;
  }
  body .header .navi .naviInner nav >ul >li >a {
    color: #fff;
    display: block;
    padding: 17px 10px;
    text-decoration: none;
    position: relative;
    background-image: url("../images/arrow_wt_bottom.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
    -webkit-background-size: 14px 9px;
    -moz-background-size: 14px 9px;
    background-size: 14px 9px;
  }
  body .header .navi .naviInner nav >ul >li >a >span.en {
    font-size: 11px;
    padding-right: 10px;
  }
  body .header .navi .naviInner nav >ul >li >a >span.jp {
    font-size: 8px;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul {
    display: none;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li {
    display: block;
    background-color: #002ebe;
    font-size: 11px;
    border-bottom: 1px solid #001ba6;
    height: auto !important;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li:first-child >a {
    border-top: 1px solid #001ba6;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li:last-child {
    border-bottom: none;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >a {
    color: #fff;
    display: block;
    padding: 17px 10px 17px 20px;
    text-decoration: none;
    position: relative;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
    -webkit-background-size: 9px 14px;
    -moz-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >ul {
    display: block;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >ul >li {
    display: block;
    background-color: #0026b3;
    font-size: 10px;
    border-bottom: 1px solid #001ba6;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >ul >li:first-child >a {
    border-top: 1px solid #001ba6;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >ul >li:last-child {
    border-bottom: none;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li >ul >li >a {
    color: #fff;
    display: block;
    padding: 15px 10px 15px 40px;
    text-decoration: none;
    position: relative;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 94% center;
    -webkit-background-size: 9px 14px;
    -moz-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li.open >a {
    background-image: url("../images/arrow_wt_top.svg");
    -webkit-background-size: 14px 9px;
    -moz-background-size: 14px 9px;
    background-size: 14px 9px;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li.close >a {
    background-image: url("../images/arrow_wt_bottom.svg");
    -webkit-background-size: 14px 9px;
    -moz-background-size: 14px 9px;
    background-size: 14px 9px;
  }
  body .header .navi .naviInner nav >ul >li .subMenuWrap >ul >li.close >ul {
    display: none;
  }
  body .header .navi .naviInner nav >ul >li.open >a {
    background-image: url("../images/arrow_wt_top.svg");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li {
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >a {
    padding-left: 55px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(1)>a:before {
    background-image: url("../images/nav_sub_icon1.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(2)>a:before {
    background-image: url("../images/nav_sub_icon2.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(3)>a:before {
    background-image: url("../images/nav_sub_icon3.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(4)>a:before {
    background-image: url("../images/nav_sub_icon4.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(5)>a:before {
    background-image: url("../images/nav_sub_icon5.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(6)>a:before {
    background-image: url("../images/nav_sub_icon6.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(7)>a:before {
    background-image: url("../images/nav_sub_icon7.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(8)>a:before {
    background-image: url("../images/nav_sub_icon8.png");
  }
  body .footer {
    width: 100%;
    position: relative;
    background-color: #000;
    font-size: 14px;
  }
  body .footer a {
    color: #eee;
    text-decoration: none;
  }
  body .footer .pageTop {
    border-bottom: 1px solid #3e3e3e;
    text-align: center;
  }
  body .footer .pageTop a {
    display: block;
    vertical-align: middle;
    height: 79px;
    line-height: 79px;
    background-image: url("../images/arrow_wt_top.svg");
    background-repeat: no-repeat;
    background-position: center 25px;
    -webkit-background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    background-size: 14px 8px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
    font-size: 13px;
  }
  body .footer .footer-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .footer .footer-inner .footer-navi {
    padding: 14px 9px;
    border-bottom: 1px solid #3e3e3e;
  }
  body .footer .footer-inner .footer-navi li a {
    background-image: url("../images/arrow_gy_right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 8px 12px;
    -moz-background-size: 8px 12px;
    background-size: 8px 12px;
    padding-left: 14px;
    display: block;
    padding: 6px 14px 6px;
    color: #ccc;
  }
  body .footer .footer-inner .footer-navi li a:hover {
    text-decoration: underline;
  }
  body .footer .footer-inner .footer-info {
    width: 100%;
    display: block;
    vertical-align: middle;
    color: #eee;
    padding: 15px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .footer .footer-inner .footer-info ul {
    width: 100%;
    display: table;
  }
  body .footer .footer-inner .footer-info li {
    display: table-cell;
    vertical-align: middle;
  }
  body .footer .footer-inner .footer-info li:nth-child(2) {
    display: none;
  }
  body .footer .footer-inner .footer-info li:nth-child(3) {
    text-align: right;
  }
  body .footer .footer-inner .footer-info li span {
    border-right: 1px solid #808080;
    padding-right: 16px;
    display: none;
  }
  body .article {
    margin-top: -10px;
  }
  body .breadcrumb {
    background: #eceaea;
  }
  body .breadcrumb .breadcrumbInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 7px 9px;
  }
  body .breadcrumb .breadcrumbInner a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    background-image: url("../images/arrow_bk_right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 5px 9px;
    -moz-background-size: 5px 9px;
    background-size: 5px 9px;
    padding-left: 15px;
    margin-left: 10px;
  }
  body .breadcrumb .breadcrumbInner .home {
    padding-left: 0;
    margin-left: 0;
    background-image: url("../images/icon_home.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 12px 11px;
    -moz-background-size: 12px 11px;
    background-size: 12px 11px;
    display: inline-block;
    width: 12px;
    height: 11px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  body .breadcrumb .breadcrumbInner .disable {
    cursor: default;
  }
  body .breadcrumb .breadcrumbInner div {
    display: inline-block;
    font-size: 12px;
    color: #333;
  }
  body.top {
    width: 100%;
  }
  body.top .sectionBlock {
    border-top: 1px solid #ccc;
  }
  body.top .sectionBlock.gray {
    background: #eceaea;
  }
  body.top .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    padding: 26px 0;
    overflow: hidden;
  }
  body.top .sectionBlock .sectionBlockInner .heading2-set {
    text-align: center;
    color: #000;
  }
  body.top .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.top .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 2px;
    margin-left: -12.5px;
    background-color: #2b49e7;
  }
  body.top .sectionBlock .sectionBlockInner .heading2-set .jp {
    font-size: 10px;
    line-height: 1;
    color: #333;
    padding: 10px 0 20px;
  }
  body.top .news .sectionBlockInner {
    padding-bottom: 0;
  }
  body.top .news .sectionBlockInner .news-wrapper {
    width: 100%;
  }
  body.top .news .sectionBlockInner .heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    text-align: center;
    color: #000;
  }
  body.top .news .sectionBlockInner .heading .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.top .news .sectionBlockInner .heading .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 2px;
    margin-left: -12.5px;
    background-color: #2b49e7;
  }
  body.top .news .sectionBlockInner .heading .jp {
    font-size: 10px;
    line-height: 1;
    color: #333;
    padding: 10px 0 20px;
  }
  body.top .news .sectionBlockInner .news-list {
    font-size: 14px;
    line-height: 1.4;
    border-top: 1px solid #ccc;
  }
  body.top .news .sectionBlockInner .news-list li {
    border-bottom: 1px solid #ccc;
  }
  body.top .news .sectionBlockInner .news-list li a {
    background-image: url("../images/arrow_gy_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
  }
  body.top .news .sectionBlockInner .news-list li .news-content {
    display: block;
    text-decoration: none;
    color: #000;
    width: 100%;
    padding: 15px 25px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta {
    display: block;
    vertical-align: top;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .date {
    padding-right: 0.5em;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat {
    display: inline-block;
    color: #fff;
    padding: 4px 12px 3px;
    font-size: 10px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0.5em;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-1 {
    background-color: #ff001e;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-2 {
    background-color: #98bb22;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-3 {
    background-color: #2e8bde;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-4 {
    background-color: #892ede;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-5 {
    background-color: #ffb30f;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .text {
    display: block;
    vertical-align: top;
    margin-top: 10px;
  }
  body.top .news .sectionBlockInner .note {
    background-color: #f4f1f1;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    padding: 20px;
    background-image: url("../images/icon_note.svg");
    background-repeat: no-repeat;
    background-position: 20px 20px;
    -webkit-background-size: 23px 23px;
    -moz-background-size: 23px 23px;
    background-size: 23px 23px;
    border-bottom: 1px solid #ccc;
  }
  body.top .news .sectionBlockInner .note p {
    padding-left: 40px;
  }
  body.top .news .sectionBlockInner .status {
    padding: 26px 10px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul {
    width: 100%;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li {
    margin-bottom: 5px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li:last-child {
    margin-bottom: 0;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li >a {
    color: #000;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 74px;
    padding-top: 28px;
    padding-left: 18px;
    background-color: #f4f1f1;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    background-image: url("../images/arrow_gy_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li >a:hover {
    background-color: #f7f5f5;
  }
  body.top .search {
    text-align: center;
    z-index: 40;
    position: relative;
  }
  body.top .search .sectionBlockInner {
    overflow: visible;
  }
  body.top .search .sectionBlockInner .heading2-set .heading2:after {
    background-color: #58a2e5;
  }
  body.top .search .search-wrapper {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .search input,
  body.top .search option,
  body.top .search select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    -webkit-appearance: none;
  }
  body.top .search input.input-text {
    width: 100% !important;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 18px;
    vertical-align: middle;
    background-color: #dfdfdf;
    margin-bottom: 10px;
  }
  body.top .search input.input-text:selected {
    background-color: #f00;
  }
  body.top .search .multiplication {
    display: none;
  }
  body.top .search .easy-select-box {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body.top .search .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body.top .search .esb-displayer {
    font-size: 14px;
    position: relative;
  }
  body.top .search .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 36px;
    position: absolute;
    top: -11px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 16px 9px;
    -moz-background-size: 16px 9px;
    background-size: 16px 9px;
    border-left: 1px solid #cfc8c8;
  }
  body.top .search .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 48px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
  }
  body.top .search .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
    cursor: pointer;
  }
  body.top .search .esb-item:first-child {
    border-top: none;
  }
  body.top .search .esb-item.hover {
    background-color: #9c9c9c;
  }
  body.top .search .submit-button {
    display: block;
    width: 100% !important;
    padding: 0;
    vertical-align: middle;
    height: 50px;
    background-color: #2b49e7;
    margin-top: 10px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  body.top .search .submit-button:hover {
    background-color: #6b80ee;
  }
  body.top .search .submit-button span {
    padding-left: 20px;
    position: relative;
    margin-top: 17px;
    display: inline-block;
  }
  body.top .search .submit-button span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  body.top .search .easy-select-box.focused {
    z-index: 110;
  }
  body.top .search .easy-select-box.focused .esb-dropdown,
  body.top .search .easy-select-box.focused .esb-item {
    z-index: 120;
  }
  body.top .search #search1 + .easy-select-box {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  body.top .search #search2 + .easy-select-box {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: 0;
  }
  body.top .access .listBox,
  body.top .popular .listBox {
    margin: 0 10px;
  }
  body.top .access .listBox li,
  body.top .popular .listBox li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .access .listBox li a,
  body.top .popular .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .access .listBox li a:hover,
  body.top .popular .listBox li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .access .listBox li a figure,
  body.top .popular .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .access .listBox li a figure >img,
  body.top .popular .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .access .listBox li a .rank,
  body.top .popular .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .access .listBox li a .rank p,
  body.top .popular .listBox li a .rank p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
  }
  body.top .access .listBox li a .rank p .num,
  body.top .popular .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 23px;
  }
  body.top .access .listBox li a .new,
  body.top .popular .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.top .access .listBox li a .listTextArea,
  body.top .popular .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 19px;
  }
  body.top .access .listBox li a .listTextArea .label,
  body.top .popular .listBox li a .listTextArea .label {
    margin-left: -10px;
  }
  body.top .access .listBox li a .listTextArea .label span,
  body.top .popular .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body.top .access .listBox li a .listTextArea .label span:firCst-child,
  body.top .popular .listBox li a .listTextArea .label span:firCst-child {
    padding-left: 21px;
  }
  body.top .access .listBox li a .listTextArea .label .level-1,
  body.top .popular .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .access .listBox li a .listTextArea .label .level-2,
  body.top .popular .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .access .listBox li a .listTextArea .label .level-3,
  body.top .popular .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .access .listBox li a .listTextArea .label .level-4,
  body.top .popular .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .access .listBox li a .listTextArea .label .level-5,
  body.top .popular .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .access .listBox li a .listTextArea .label .level-6,
  body.top .popular .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .access .listBox li a .listTextArea .label .level-7,
  body.top .popular .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .access .listBox li a .listTextArea .label .level-8,
  body.top .popular .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .access .listBox li a .listTextArea .label .level-9,
  body.top .popular .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .access .listBox li a .listTextArea .label .level-10,
  body.top .popular .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .access .listBox li a .listTextArea .title,
  body.top .popular .listBox li a .listTextArea .title {
    height: auto !important;
    padding-top: 15px;
  }
  body.top .access .listBox li a .listTextArea .title .coursesId,
  body.top .popular .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .access .listBox li a .listTextArea .title h3,
  body.top .popular .listBox li a .listTextArea .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  body.top .access .listBox li a .listTextArea .text,
  body.top .popular .listBox li a .listTextArea .text {
    height: auto !important;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
  }
  body.top .access .listBox li a .listTextArea .text .period,
  body.top .popular .listBox li a .listTextArea .text .period {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 8px;
  }
  body.top .access .listBox li a .listTextArea .text .period .num,
  body.top .popular .listBox li a .listTextArea .text .period .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .access .listBox li a .listTextArea .text .price,
  body.top .popular .listBox li a .listTextArea .text .price {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 10px;
  }
  body.top .access .listBox li a .listTextArea .text .price .num,
  body.top .popular .listBox li a .listTextArea .text .price .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .access .listBox li a .listTextArea .text .name,
  body.top .popular .listBox li a .listTextArea .text .name {
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .search .btn,
  body.top .access .btn,
  body.top .popular .btn {
    margin: 14px 10px 0 !important;
    text-align: center;
  }
  body.top .search .btn a,
  body.top .access .btn a,
  body.top .popular .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.top .search .btn a:hover,
  body.top .access .btn a:hover,
  body.top .popular .btn a:hover,
  body.top .search .btn aactive,
  body.top .access .btn aactive,
  body.top .popular .btn aactive {
    background-color: #6b80ee;
  }
  body.top .search .btn a,
  body.top .access .btn a,
  body.top .popular .btn a {
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
  }
  body.top .search .btn a span,
  body.top .access .btn a span,
  body.top .popular .btn a span {
    display: inline-block;
    font-size: 17px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body.top .popular .sectionBlockInner .heading2-set .heading2:after {
    background-color: #ff334b;
  }
  body.top .access .sectionBlockInner .heading2-set .heading2:after {
    background-color: #adc94e;
  }
  body.top .history {
    background: #eceaea;
  }
  body.top .history .listBox {
    margin: 0 10px;
  }
  body.top .history .listBox li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .history .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .history .listBox li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .history .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .history .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .history .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .history .listBox li a .rank p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
  }
  body.top .history .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 23px;
  }
  body.top .history .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.top .history .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 19px;
  }
  body.top .history .listBox li a .listTextArea .label {
    margin-left: -10px;
  }
  body.top .history .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body.top .history .listBox li a .listTextArea .label span:firCst-child {
    padding-left: 21px;
  }
  body.top .history .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .history .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .history .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .history .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .history .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .history .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .history .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .history .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .history .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .history .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .history .listBox li a .listTextArea .title {
    height: auto !important;
    padding-top: 15px;
  }
  body.top .history .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .history .listBox li a .listTextArea .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  body.top .history .listBox li a .listTextArea .text {
    height: auto !important;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
  }
  body.top .history .listBox li a .listTextArea .text .period {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 8px;
  }
  body.top .history .listBox li a .listTextArea .text .period .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .history .listBox li a .listTextArea .text .price {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 10px;
  }
  body.top .history .listBox li a .listTextArea .text .price .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .history .listBox li a .listTextArea .text .name {
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .recommended {
    background: #eceaea;
  }
  body.top .recommended .listBox {
    margin: 0 10px;
  }
  body.top .recommended .listBox li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .recommended .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .recommended .listBox li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .recommended .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .recommended .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .recommended .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .recommended .listBox li a .rank p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
  }
  body.top .recommended .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 23px;
  }
  body.top .recommended .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.top .recommended .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 19px;
  }
  body.top .recommended .listBox li a .listTextArea .label {
    margin-left: -10px;
  }
  body.top .recommended .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body.top .recommended .listBox li a .listTextArea .label span:firCst-child {
    padding-left: 21px;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .recommended .listBox li a .listTextArea .title {
    height: auto !important;
    padding-top: 15px;
  }
  body.top .recommended .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .recommended .listBox li a .listTextArea .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  body.top .recommended .listBox li a .listTextArea .text {
    height: auto !important;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
  }
  body.top .recommended .listBox li a .listTextArea .text .period {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 8px;
  }
  body.top .recommended .listBox li a .listTextArea .text .period .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .recommended .listBox li a .listTextArea .text .price {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 10px;
  }
  body.top .recommended .listBox li a .listTextArea .text .price .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.top .recommended .listBox li a .listTextArea .text .name {
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .btns {
    padding: 0 10px;
  }
  body.top .btns ul li a {
    display: block;
    height: 75px;
    color: #fff;
    background-color: #acacac;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  body.top .btns ul li a p {
    padding: 22px 0 0 55px;
    text-shadow: 1px 1px 2px #a1a1a1;
  }
  body.top .btns ul li a .jp {
    display: block;
    font-size: 18px;
    line-height: 1;
padding-left
  }
  body.top .btns ul li a .en {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    vertical-align: baseline;
  }
  body.top .btns ul li a .en .num {
    font-size: 15px;
    line-height: 15px;
  }
  body.top .btns ul li a:hover {
    background-color: #bdbdbd;
  }
  body.top .btns ul li a:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -17.5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
  }
  body.top .btns ul li:nth-child(1) {
    margin-bottom: 10px;
  }
  body.top .btns ul li:nth-child(1) a:before {
    background-image: url("../images/icon_interview.svg");
  }
  body.top .btns ul li:nth-child(2) a:before {
    background-image: url("../images/icon_voice.svg");
  }
  body.top .btns ul li:nth-child(2) a .en {
    padding-top: 2px;
  }
  body.top .carousel .mainVisual {
    width: 100%;
    position: relative;
  }
  body.top .carousel .mainVisual .carousel-main {
    background-color: #e9e9e9;
  }
  body.top .carousel .mainVisual .carousel-main .slick-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .carousel .mainVisual .carousel-main .slick-slide a {
    display: block;
    width: 100%;
  }
  body.top .carousel .mainVisual .carousel-main .slick-slide a >img {
    width: 100%;
    height: auto;
  }
  body.top .carousel .slick-slider {
    margin-bottom: 0;
    position: relative;
  }
  body.top .carousel .slick-arrow {
    z-index: 30;
    top: auto !important;
    width: 20px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
  }
  body.top .carousel .slick-arrow:before {
    display: none;
    content: '';
  }
  body.top .carousel .slick-prev {
    position: absolute;
    bottom: 7px;
    left: 10px;
    background-image: url("../images/arrow_gy_left.svg");
  }
  body.top .carousel .slick-next {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background-image: url("../images/arrow_gy_right.svg");
  }
  body.top .carousel .slick-dots {
    background-color: #e9e4e4;
    padding: 10px 0;
    bottom: auto;
    position: relative;
  }
  body.top .carousel .slick-dots li button:before {
    content: '';
    width: 11px;
    height: 11px;
    vertical-align: top;
    background-image: url("../images/carousel/dot_off.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
  }
  body.top .carousel .slick-dots li.slick-active button:before {
    vertical-align: top;
    background-image: url("../images/carousel/dot_on.png");
  }
  body.top .carousel .carousel-pager {
    display: none;
  }
  body.category {
    width: 100%;
    background-color: #eceaea;
  }
  body.category h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body.category h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body.category .numDisp {
    font-size: 13px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin: 5px 10px 26px;
  }
  body.category .numDisp .num {
    font-size: 24px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding-right: 2px;
  }
  body.category .sectionBlock {
    border-top: 1px solid #ccc;
  }
  body.category .sectionBlock.gray {
    background: #eceaea;
  }
  body.category .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.category .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.category .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    padding: 26px 0;
    overflow: hidden;
  }
  body.category .sectionBlock .sectionBlockInner .search-wrapper {
    display: none;
  }
  body.category .sectionBlock .sectionBlockInner .changeViewWrap {
    display: none;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock {
    display: none;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set {
    text-align: center;
    color: #000;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #2b49e7;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .jp {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding: 15px 0 30px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox {
    margin: 0 10px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 23px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 19px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
    margin-left: -10px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span:firCst-child {
    padding-left: 21px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
    height: auto !important;
    padding-top: 15px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
    height: auto !important;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 8px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 10px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn {
    padding: 2px 10px;
    text-align: center;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body.category .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 10px 20px 10px 0;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn {
    padding: 2px 10px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn a:hover,
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns {
    padding: 2px 10px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a {
    display: block;
    height: 50px;
    color: #fff;
    background-color: #acacac;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    background-size: 10px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a p {
    padding: 10px 0 0 55px;
    text-shadow: 1px 1px 2px #a1a1a1;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .jp {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding-left
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .en {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    vertical-align: baseline;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .en .num {
    font-size: 15px;
    line-height: 15px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a:hover {
    background-color: #bdbdbd;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -17.5px;
    background-image: url("../images/icon_voice.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
  }
  body.category .notes {
    padding: 15px 0 0 0;
    margin: 15px;
  }
  body.category .notes >p {
    font-size: 11px;
    line-height: 1.81;
    color: #000;
  }
  body.category .notes >p .new {
    color: #ff001e;
  }
  body.category .notes >p .recommend {
    color: #2e8bde;
  }
  body.category .notes >p .training {
    color: #17862b;
  }
  body.category .notes .smallNotes {
    padding: 11px 0 0 0;
  }
  body.category .notes .smallNotes >p {
    font-size: 10px;
    line-height: 1.5;
  }
  body.category .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.category .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.category .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.category .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.category .paging .next {
    display: inline-block;
    position: relative;
  }
  body.category .paging div {
    display: inline-block;
  }
  body.category .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.category .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.special {
    width: 100%;
  }
  body.special h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body.special h1 img {
    -webkit-box-shadow: 0 2px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 24px 0px rgba(0,0,0,0.1);
    width: 100%;
    height: auto;
  }
  body.special h1+p {
    text-align: left;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body.special .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body.special .sectionBlock.gray {
    background: #eceaea;
  }
  body.special .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.special .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.special .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set {
    margin-bottom: 26px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul {
    width: 100%;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li {
    margin-bottom: 5px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li:last-child {
    margin-bottom: 0;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li >a {
    color: #000;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 74px;
    padding-top: 28px;
    padding-left: 18px;
    background-color: #f4f1f1;
    border: 1px solid #dfdfdf;
    position: relative;
    text-align: left;
    padding-right: 18px;
    background-image: url("../images/arrow_bk_bottom.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 11px 6px;
    -moz-background-size: 11px 6px;
    background-size: 11px 6px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li >a:hover {
    background-color: #f7f5f5;
  }
  body.special .sectionBlock .sectionBlockInner #young .heading2 {
    color: #0db24c;
  }
  body.special .sectionBlock .sectionBlockInner #young .heading2:after {
    background-color: #0db24c;
  }
  body.special .sectionBlock .sectionBlockInner #mainstay .heading2 {
    color: #f68900;
  }
  body.special .sectionBlock .sectionBlockInner #mainstay .heading2:after {
    background-color: #f68900;
  }
  body.special .sectionBlock .sectionBlockInner #manager .heading2 {
    color: #4758c7;
  }
  body.special .sectionBlock .sectionBlockInner #manager .heading2:after {
    background-color: #4758c7;
  }
  body.special .sectionBlock .sectionBlockInner .heading2-set {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 29px;
    padding-bottom: 10px;
    text-align: center;
  }
  body.special .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 26px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.special .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 25px;
    height: 2px;
    margin-left: -12.5px;
  }
  body.special .sectionBlock .sectionBlockInner .heading2-set .en {
    font-size: 10px;
    line-height: 1;
    color: #333;
    padding: 10px 0 20px;
  }
  body.special .sectionBlock .sectionBlockInner ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 9px;
    padding: 12px 11px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.special .sectionBlock .sectionBlockInner ul li a .courseId {
    margin-right: 20px;
    display: block;
  }
  body.special .sectionBlock .sectionBlockInner ul li a:after {
    content: " ";
    display: table-cell;
    padding-right: 18px;
    background-image: url("../images/arrow_bk_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 12px;
    -moz-background-size: 6px 12px;
    background-size: 6px 12px;
  }
  body.special .sectionBlock .sectionBlockInner ul.young a {
    background-color: #f7faee;
  }
  body.special .sectionBlock .sectionBlockInner ul.young a:hover {
    background-color: #f9fcf3;
  }
  body.special .sectionBlock .sectionBlockInner ul.mainstay a {
    background-color: #fef6eb;
  }
  body.special .sectionBlock .sectionBlockInner ul.mainstay a:hover {
    background-color: #fef9f1;
  }
  body.special .sectionBlock .sectionBlockInner ul.manager a {
    background-color: #f1f2fb;
  }
  body.special .sectionBlock .sectionBlockInner ul.manager a:hover {
    background-color: #f5f6fc;
  }
  body.special .sectionBlock .sectionBlockInner .wrap {
    margin-bottom: 26px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap h2 {
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .text p {
    line-height: 1.6;
    font-size: 13px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .text h3 {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    border-left: 3px solid #5269e8;
    padding: 10px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .text .font {
    font-size: 13px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .text strong.notes {
    font-size: 13px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .text .notes {
    font-size: 11px;
    display: block;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight {
    zoom: 1;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight:before,
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight:after {
    content: "";
    display: table;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight:after {
    clear: both;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight figure {
    margin: 6px 0 16px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgRight figure img {
    width: 100%;
    height: auto;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft {
    zoom: 1;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft:before,
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft:after {
    clear: both;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft figure {
    margin: 6px 0 16px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgLeft figure img {
    width: 100%;
    height: auto;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgCenter .text {
    font-size: 13px;
    line-height: 1.6;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgCenter figure {
    margin: 6px 0 16px;
  }
  body.special .sectionBlock .sectionBlockInner .wrap .columnImgCenter figure img {
    width: 100%;
    height: auto;
  }
  body.information {
    width: 100%;
  }
  body.information h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body.information h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body.information .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body.information .sectionBlock.gray {
    background: #eceaea;
  }
  body.information .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.information .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.information .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 16px 0px 8px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0px 16px 0px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th,
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body.information .sectionBlock .columnImgRight {
    zoom: 1;
  }
  body.information .sectionBlock .columnImgRight:before,
  body.information .sectionBlock .columnImgRight:after {
    content: "";
    display: table;
  }
  body.information .sectionBlock .columnImgRight:after {
    clear: both;
  }
  body.information .sectionBlock .columnImgRight .text {
    line-height: 36px;
    font-size: 14px;
  }
  body.information .sectionBlock .columnImgRight .img {
    margin: 22px 0;
  }
  body.information .sectionBlock .columnImgRight .img img {
    width: 100%;
  }
  body.information .sectionBlock .columnImgCenter p {
    font-size: 18px;
  }
  body.information .sectionBlock .columnImgCenter .text {
    font-size: 14px;
    line-height: 36px;
  }
  body.information .sectionBlock .columnImgCenter .img {
    margin: 22px 0;
  }
  body.information .sectionBlock .columnImgCenter .img img {
    width: 100%;
  }
  body.information .mechanism h1 span {
    font-size: 30px;
  }
  body.information .mechanism ol > li {
    padding-bottom: 16px;
    position: relative;
    z-index: 9;
  }
  body.information .mechanism ol > li h2 {
    font-size: 18px;
    color: #5269e8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  body.information .mechanism ol > li h2 span {
    font-size: 22px;
    font-style: italic;
    margin-right: 8px;
  }
  body.information .mechanism ol > li p {
    font-size: 13px;
    line-height: 20px;
  }
  body.information .mechanism ol > li p.notes1 {
    font-size: 11px;
  }
  body.information .mechanism ol > li .detail {
    font-size: 11px;
    line-height: 20px;
    margin-top: 10px;
  }
  body.information .mechanism ol .illust01 img,
  body.information .mechanism ol .illust02 img,
  body.information .mechanism ol .illust03 img {
    height: 166px;
    margin: 6px auto 0;
    display: block;
  }
  body.information .system h1 {
    font-size: 30px;
  }
  body.information .system h1 span {
    font-size: 22px;
  }
  body.information .system .subTitle {
    color: #2b49e7;
  }
  body.information .system .subTitle:after {
    content: " ";
    border-bottom: 2px solid #2b49e7;
    display: block;
    text-align: center;
    width: 30px;
    margin: 0 auto;
    padding-bottom: 22px;
  }
  body.information .system .titleText {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  body.information .system .description {
    margin-bottom: 30px;
    zoom: 1;
  }
  body.information .system .description:before,
  body.information .system .description:after {
    content: "";
    display: table;
  }
  body.information .system .description:after {
    clear: both;
  }
  body.information .system .description .text ol li {
    display: table;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    width: 100%;
  }
  body.information .system .description .text ol li:first-child {
    padding-top: 0;
  }
  body.information .system .description .text ol li .num {
    display: table-cell;
    font-size: 22px;
    font-style: italic;
    padding-right: 10px;
  }
  body.information .system .description .text ol li p {
    font-size: 13px;
    padding-top: 6px;
    display: table-cell;
    vertical-align: top;
    line-height: 26px;
  }
  body.information .system .description .text ol li p strong {
    font-size: 12px;
    color: #f00;
  }
  body.information .system .description .text .tableWrap {
    margin: 12px auto;
    padding: 7px 15px 10px;
    background-color: #f4f1f1;
  }
  body.information .system .description .text .tableWrap table tr:first-child th:nth-child(2) {
    font-size: 11px;
  }
  body.information .system .description .text .tableWrap table tr th {
    padding: 6px 0;
    font-size: 15px;
  }
  body.information .system .description .text .tableWrap table tr td {
    padding: 6px 0;
    background-color: #fff;
  }
  body.information .system .description .text .tableWrap table tr td strong {
    color: #f00;
    font-size: 22px;
  }
  body.information .system .description .img img {
    width: 100%;
  }
  body.information .system .caution span {
    color: #f00;
    font-size: 15px;
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body.information .system .caution .cautionText {
    padding: 16px 10px;
    background-color: #f4f1f1;
  }
  body.information .system .caution .cautionText p {
    line-height: 26px;
    font-size: 13px;
    margin-top: 2em;
  }
  body.information .system .caution .cautionText p:first-child {
    margin-top: 0;
  }
  body.information .system .caution .cautionText p a {
    color: #000;
    text-decoration: none;
  }
  body.information .system .caution .cautionText p a:hover {
    text-decoration: underline;
  }
  body.information .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.information .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.information .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.information .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.information .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.information .paging .next {
    display: inline-block;
    position: relative;
  }
  body.information .paging div {
    display: inline-block;
  }
  body.information .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.information .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.other {
    width: 100%;
  }
  body.other h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 10px 25px;
  }
  body.other h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.other .sectionBlock.gray {
    background: #eceaea;
  }
  body.other .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.other .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.other .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set {
    text-align: center;
    color: #000;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #2b49e7;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .jp {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding: 15px 0 30px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox {
    margin: 0 10px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 23px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 19px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
    margin-left: -10px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span:firCst-child {
    padding-left: 21px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
    height: auto !important;
    padding-top: 15px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
    height: auto !important;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 8px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
    font-size: 13px;
    color: #3b3a3a;
    margin-bottom: 10px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
    font-size: 15px;
    color: #000;
    font-weight: bold;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.other .sectionBlock .sectionBlockInner section {
    margin: 0 10px 26px;
  }
  body.other .sectionBlock .sectionBlockInner section > h2 {
    color: #2b49e7;
    font-size: 18px;
    margin-bottom: 10px;
  }
  body.other .sectionBlock .sectionBlockInner section > p {
    margin-bottom: 26px;
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li {
    font-size: 13px;
    margin-bottom: 26px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li h3 {
    color: #2b49e7;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li .info {
    margin-top: 25px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ul {
    padding-left: 34px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ul li {
    text-indent: -3em;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ol li {
    margin-bottom: 0;
    margin-top: 10px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ol li h3 {
    margin-bottom: 0;
  }
  body.other .sectionBlock .sectionBlockInner section .date {
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section .textRight {
    text-align: right;
  }
  body.other .sectionBlock .sectionBlockInner section:last-child {
    margin-bottom: 0;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li {
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li h3 {
    color: #2b49e7;
    font-size: 14px;
    line-height: 23px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li.last {
    margin-top: 10px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li:nth-child(2) {
    margin-top: 10px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance {
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance ul {
    padding-left: 24px;
    margin: 0 10px 26px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance ul li {
    text-indent: -23px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p {
    margin: 0 10px 10px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p span {
    display: block;
    margin: 10px 0;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p:nth-child(2) {
    margin-bottom: 26px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p a {
    color: #333;
    text-decoration: underline;
  }
  body.other .sectionBlock .sectionBlockInner.notFound h1 {
    text-align: center;
  }
  body.other .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.other .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.other .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.other .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.other .paging .next {
    display: inline-block;
    position: relative;
  }
  body.other .paging div {
    display: inline-block;
  }
  body.other .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.other .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.interview {
    width: 100%;
  }
  body.interview .mainVisual .mainVisualInner {
    margin: 0 auto;
    zoom: 1;
  }
  body.interview .mainVisual .mainVisualInner:before,
  body.interview .mainVisual .mainVisualInner:after {
    content: "";
    display: table;
  }
  body.interview .mainVisual .mainVisualInner:after {
    clear: both;
  }
  body.interview .mainVisual .mainVisualInner img {
    width: 100%;
  }
  body.interview .mainVisual .mainVisualInner .mainText {
    padding: 10px 20px 5px;
    background-color: #5269e8;
    font-size: 15px;
    color: #fff;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.interview .mainVisual .mainVisualInner .mainText p {
    margin-bottom: 10px;
  }
  body.interview .mainVisual .mainVisualInner .mainText dl dt {
    font-size: 11px;
  }
  body.interview .mainVisual .mainVisualInner .mainText dl dd {
    font-size: 13px;
  }
  body.interview .sectionBlock {
    padding-bottom: 40px;
  }
  body.interview .sectionBlock.gray {
    background: #eceaea;
  }
  body.interview .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #f4f3f3 0%, #eceaea 100%);
  }
  body.interview .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.interview .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.interview .sectionBlock .sectionBlockInner h1 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
  }
  body.interview .sectionBlock .sectionBlockInner h1 span {
    background-image: url("../images/icon_mic.svg");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    -webkit-background-size: 22px 30px;
    -moz-background-size: 22px 30px;
    background-size: 22px 30px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap {
    margin-bottom: 26px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap h2 {
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .text p {
    line-height: 1.6;
    font-size: 13px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .text h3 {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    border-left: 3px solid #5269e8;
    padding: 10px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgRight {
    zoom: 1;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgRight:before,
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgRight:after {
    content: "";
    display: table;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgRight:after {
    clear: both;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgRight .img {
    margin: 6px 0 16px;
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgLeft {
    zoom: 1;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgLeft:before,
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgLeft:after {
    clear: both;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgLeft .img {
    margin: 6px 0 16px;
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgCenter .text {
    font-size: 13px;
    line-height: 1.6;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .columnImgCenter .img {
    margin: 6px 0 16px;
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile {
    display: table;
    background-color: #f4f1f1;
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile figure img {
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText {
    width: 100%;
    padding: 19px 10px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText h3 {
    font-size: 21px;
    border-bottom: 1px solid #c3c1c1;
    line-height: 26px;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText h3 span {
    font-size: 16px;
    color: #5269e8;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText ul li {
    font-size: 14px;
    line-height: 26px;
  }
  body.interview .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.voice {
    width: 100%;
  }
  body.voice .mainVisual .mainVisualInner {
    margin: 0 auto;
    zoom: 1;
  }
  body.voice .mainVisual .mainVisualInner:before,
  body.voice .mainVisual .mainVisualInner:after {
    content: "";
    display: table;
  }
  body.voice .mainVisual .mainVisualInner:after {
    clear: both;
  }
  body.voice .mainVisual .mainVisualInner img {
    width: 100%;
  }
  body.voice h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
  }
  body.voice h1.icon {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin: 26px 0 0 0;
    position: relative;
  }
  body.voice h1.icon span {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
  }
  body.voice h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body.voice .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body.voice .sectionBlock.gray {
    background: #eceaea;
  }
  body.voice .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.voice .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.voice .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.voice .sectionBlock .sectionBlockInner+.paging {
    margin-top: 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockText {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap:nth-child(4) {
    margin-bottom: 26px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap h2 {
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap .text {
    line-height: 1.6;
    font-size: 13px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap h3 {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    border-left: 3px solid #5269e8;
    padding: 10px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 16px 0px 8px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0px 16px 0px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .lastName {
    margin-bottom: 15px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul {
    line-height: 34px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul li label {
    vertical-align: 2px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    line-height: 1.5;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd.numyears li {
    width: 150px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .opinion {
    width: 100%;
    height: 210px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 10px auto;
    text-align: center;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn {
    width: 250px;
    margin: 10px auto;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn a:hover,
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th,
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight {
    zoom: 1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:before,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    content: "";
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    clear: both;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure {
    margin: 6px 0 16px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft {
    zoom: 1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:before,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    clear: both;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure {
    margin: 6px 0 16px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .text {
    font-size: 13px;
    line-height: 1.6;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure {
    margin: 6px 0 16px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure img,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure img,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure img {
    width: 100%;
    height: auto;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure .name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure .name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure .name {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight >.name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft >.name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter >.name {
    text-align: right;
    font-size: 13px;
    line-height: 1;
    margin-top: 24px;
  }
  body.voice .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.voice .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.voice .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.voice .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.voice .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.voice .paging .next {
    display: inline-block;
    position: relative;
  }
  body.voice .paging div {
    display: inline-block;
  }
  body.voice .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.voice .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.login {
    width: 100%;
    background-color: #f3f1f2;
  }
  body.login h1 {
    text-align: center;
    color: #2b49e7;
    font-size: 30px;
    line-height: 1.2;
    margin: 24px auto 14px;
  }
  body.login .sectionBlock {
    position: relative;
    padding: 10px;
  }
  body.login .sectionBlock .sectionBlockInner {
    width: 100%;
    margin: 0 auto;
    padding: 26px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    text-align: center;
  }
  body.login .sectionBlock .sectionBlockInner .main {
    margin: 0 auto;
  }
  body.login .sectionBlock .sectionBlockInner .main h2 {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 24px;
  }
  body.login .sectionBlock .sectionBlockInner .main p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
    margin-left: 20px;
  }
  body.login .sectionBlock .sectionBlockInner .main p.att {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.login .sectionBlock .sectionBlockInner .main p>a {
    color: #2b49e7;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
  }
  body.login .sectionBlock .sectionBlockInner .main p>a:hover,
  body.login .sectionBlock .sectionBlockInner .main p>a active {
    text-decoration: underline;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper {
    background-color: #ededed;
    margin: 10px 10px;
    padding: 24px 10px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dt {
    font-size: 13px;
    line-height: 1;
    text-align: left;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dd {
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dd input {
    font-size: 14px;
    line-height: 1;
    width: 100%;
    display: block;
    padding: 8px 10px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 50px;
    background-color: #2b49e7;
    margin: 10px 10px 24px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button:hover {
    background-color: #6b80ee;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button span {
    padding-right: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button span:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 14px;
    -moz-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  body.credit {
    width: 100%;
    background-color: #f3f1f2;
  }
  body.credit h1 {
    text-align: center;
    color: #2b49e7;
    font-size: 30px;
    line-height: 1.2;
    margin: 24px auto 14px;
  }
  body.credit .sectionBlock {
    position: relative;
    padding: 10px;
  }
  body.credit .sectionBlock .sectionBlockInner {
    width: 100%;
    margin: 0 auto;
    padding: 26px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    text-align: center;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 50px;
    background-color: #2b49e7;
    margin: 10px 10px 24px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button:hover {
    background-color: #6b80ee;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button span {
    padding-right: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button span:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 14px;
    -moz-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  body .form {
    width: 100%;
  }
  body .form h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body .form h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body .form .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body .form .sectionBlock.gray {
    background: #eceaea;
  }
  body .form .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .form .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .form .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockText {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span:first-child {
    padding-left: 23px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl .backgroundColor {
    background-color: #8696ef;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    font-size: 13px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span {
    font-size: 15px;
    font-weight: bold;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .textArea #ctl00_cpmain_agreement {
    height: 305px;
    width: 100%;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .textArea #agreement {
    height: 305px;
    width: 100%;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 16px 0px 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0px 16px 0px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .lastName {
    margin-bottom: 15px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd input[type="text"] + span {
    display: block;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul {
    line-height: 34px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul li label {
    vertical-align: 2px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    line-height: 1.5;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd.numyears li {
    width: 150px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .opinion {
    width: 100%;
    height: 210px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .print {
    margin: 20px 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .print .btn {
    width: 100%;
    margin-top: 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .print .btn a span {
    padding-right: 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .print .btn a span:after {
    background-image: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 10px auto;
    text-align: center;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .form .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn {
    width: 250px;
    margin: 10px auto;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn a:hover,
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th,
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body .form .easy-select-box {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 170px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding-top: 10px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body .form .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body .form .esb-displayer {
    font-size: 12px;
    position: relative;
  }
  body .form .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body .form .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 170px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 35px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 99;
  }
  body .form .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body .form .esb-item:first-child {
    border-top: none;
  }
  body .form .esb-item:hover {
    background-color: #e9e9e9;
  }
  body .form .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body .graphform .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body .graphform .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .graphform .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a:hover,
  body .graphform .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .graphform .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .graphform .mechanism h1 {
    font-size: 30px;
    text-align:center;
  }
  body .graphform .mechanism h1 span {
    font-size: 22px;
    text-align:center;
  }
  body .graphform .mechanism ol > li {
    padding-bottom: 16px;
    position: relative;
    z-index: 9;
  }
  body .graphform .mechanism ol > li h2 {
    font-size: 18px;
    color: #5269e8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  body .graphform .mechanism ol > li h2 span {
    font-size: 22px;
    font-style: italic;
    margin-right: 8px;
  }
  body .graphform .mechanism ol > li p {
    font-size: 16px;
    line-height: 1.5;
  }
  body .graphform .mechanism ol > li p.voice {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
    padding:0 0 0 40px;;
    font-size: 16px;
    line-height: 1.5;
  }
  body .graphform .mechanism ol > li span {
    font-size: 14px;
  }
  body .graphform .mechanism ol > li ul {
    margin-bottom: 16px;
  }
  body .graphform .mechanism ol > li ul img {
    height: 14px;
  }
  body .graphform .mechanism ol > li ul span {
    font-style: italic;
  }
  body .graphform .mechanism ol > li .title {
    margin-top:10px;
    color: #001ba6;
    font-size: 14px;
    font-weight:bold;
  }
  body .graphform .mechanism ol > li .review {
    font-size: 14px;
  }
  body .graphform .mechanism ol > li ul.voice {
    border-bottom: 1px solid #ccc;
  }
  body.koedisp {
    width: 100%;
    background-color: #eceaea;
  }
  body.koedisp h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body.koedisp h1 span {
    font-size: 22px;
  }
  body.koedisp .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.koedisp .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a:hover,
  body.koedisp .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li {
    padding-bottom: 16px;
    position: relative;
    z-index: 9;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li h2 {
    font-size: 18px;
    color: #5269e8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li h2 span {
    font-size: 22px;
    font-style: italic;
    margin-right: 8px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li p {
    font-size: 16px;
    line-height: 1.5;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li p.voice {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
    padding:0 0 0 40px;;
    font-size: 16px;
    line-height: 1.5;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li span {
    font-size: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul {
    margin-bottom: 16px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul img {
    height: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul span {
    font-style: italic;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li .title {
    margin-top:10px;
    color: #001ba6;
    font-size: 14px;
    font-weight:bold;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li .review {
    font-size: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul.voice {
    border-bottom: 1px solid #ccc;
  }

  body .apply {
    width: 100%;
  }
  body .apply h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body .apply h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body .apply .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body .apply .sectionBlock.gray {
    background: #eceaea;
  }
  body .apply .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .apply .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .apply .sectionBlock .sectionBlockStep {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .apply .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockText {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-new {
    background-color: #ff001e;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .recommendText {
    background-color: #2e8bde;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .trainingText {
    background-color: #17862b;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl .backgroundColor {
    background-color: #8696ef;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd span.subtitle {
    font-size: 12px;
    display: block;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    font-size: 13px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span span {
    font-size: 15px;
    font-weight: bold;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .textArea #ctl00_cpmain_agreement {
    height: 305px;
    width: 100%;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .textArea #agreement {
    height: 305px;
    width: 100%;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    clear: both;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl {
    width: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl.coursebackgroundColor {
    background-color: #d5dbfd;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 16px 0px 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0px 16px 0px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName {
    margin-bottom: 15px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] + span {
    display: block;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul {
    line-height: 34px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li label {
    vertical-align: 2px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    line-height: 1.5;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.numyears li {
    width: 150px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .opinion {
    width: 100%;
    height: 210px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .print {
    margin: 20px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .print .btn {
    width: 100%;
    margin-top: 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .print .btn a span {
    padding-right: 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .print .btn a span:after {
    background-image: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn {
    width: 250px;
    margin: 20px auto;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn {
    width: 150px;
    margin: 20px auto;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 0px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn {
    width: 300px;
    margin: 20px auto;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete {
    width: 100%;
  }
  body .enquete h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0 10px;
  }
  body .enquete h1+p {
    text-align: center;
    font-size: 13px;
    margin: 26px 10px 26px;
  }
  body .enquete .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 26px;
  }
  body .enquete .sectionBlock.gray {
    background: #eceaea;
  }
  body .enquete .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .enquete .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .enquete .sectionBlock .sectionBlockStep {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .enquete .sectionBlock .sectionBlockInner {
    width: 100%;
    padding: 26px 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    padding: 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: left;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockText {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span:first-child {
    padding-left: 23px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl .backgroundColor {
    background-color: #8696ef;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 14px;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    font-size: 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span span {
    font-size: 15px;
    font-weight: bold;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .textArea {
    height: 105px;
    width: 100%;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    clear: both;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl {
    width: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl.coursebackgroundColor {
    background-color: #d5dbfd;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 16px 0px 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.noline {
    border-bottom: none;
    padding-bottom: 0px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.line {
    border-bottom: 1px solid #99a3ff;
    padding-bottom: 16px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName {
    margin-bottom: 15px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 85%;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] + span {
    display: block;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul {
    line-height: 34px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li label {
    vertical-align: 2px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate li {
    display: block;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate input[type="radio"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    line-height: 1.5;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.numyears li {
    width: 150px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .opinion {
    width: 100%;
    height: 110px;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .print {
    margin: 20px 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .print .btn {
    width: 100%;
    margin-top: 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .print .btn a span {
    padding-right: 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .print .btn a span:after {
    background-image: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn {
    width: 250px;
    margin: 20px auto;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn {
    width: 150px;
    margin: 20px auto;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn aactive {
    background-color: #6b80ee;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 0px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .easy-select-box {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 250px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding-top: 10px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body .apply .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body .apply .esb-displayer {
    font-size: 12px;
    position: relative;
  }
  body .apply .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body .apply .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 250px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 35px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 99;
  }
  body .apply .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body .apply .easy-select-box .esb-dropdown .esb-item {
    height: 38px;
    padding-top: 13px;
  }
  body .apply .esb-item:first-child {
    border-top: none;
  }
  body .apply .esb-item:hover {
    background-color: #e9e9e9;
  }
  body .apply .breadcrumb+.sectionBlock {
    border-top: none;
  }

}
@media (min-width: 769px) {
  body .header {
    padding-bottom: 0px;
  }
  body .header .headerInner {
    width: 100%;
    max-width: 1000px;
    height: 74px;
    margin: 0 auto;
    display: table;
  }
  body .header .headerInner .logo {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
  }
  body .header .headerInner .headerRegist {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    float: right;
    clear: right;
    margin-top: 16px;
  }
  body .header .headerInner .headerRegist dl {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    line-height: 1.2;
  }
  body .header .headerInner .headerRegist dl dt {
    font-size: 12px;
  }
  body .header .headerInner .headerRegist dl dd {
    font-size: 13px;
  }
  body .header .headerInner .headerRegist dl dd .num {
    font-size: 21px;
    font-weight: bold;
    vertical-align: baseline;
  }
  body .header .headerInner .headerRegist .login {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  body .header .headerInner .headerRegist .login a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #a9a6a6;
    padding: 10px 30px 10px 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
  }
  body .header .headerInner .headerRegist .login a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body .header .headerInner .headerRegist .login a span {
    display: block;
    background-image: url("../images/icon_lock.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 12px 17px;
    -moz-background-size: 12px 17px;
    background-size: 12px 17px;
    min-height: 17px;
    padding-left: 20px;
  }
  body .header .menu {
    display: none;
  }
  body .header .navi {
    width: 100%;
    background-color: #2b49e7;
    color: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 1000;
  }
  body .header .navi .naviInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: table;
  }
  body .header .navi .naviInner .site-title {
    font-size: 21px;
    display: table-cell;
    vertical-align: top;
  }
  body .header .navi .naviInner .site-title a {
    height: 74px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
  }
  body .header .navi .naviInner nav {
    display: table-cell;
    vertical-align: middle;
    float: right;
    zoom: 1;
    display: block !important;
  }
  body .header .navi .naviInner nav:before,
  body .header .navi .naviInner nav:after {
    content: "";
    display: table;
  }
  body .header .navi .naviInner nav:after {
    clear: both;
  }
  body .header .navi .naviInner nav >ul {
    display: table;
    border-left: 1px solid #002ebe;
  }
  body .header .navi .naviInner nav >ul >li {
    display: table-cell;
    vertical-align: top;
  }
  body .header .navi .naviInner nav >ul >li >a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 24px 20px 0px 20px;
    text-decoration: none;
    border-right: 1px solid #002ebe;
    background-color: #0d3ace;
    height: 73px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/arrow_wt_bottom.svg");
    background-repeat: no-repeat;
    background-position: 88% center;
    -webkit-background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    background-size: 14px 8px;
    padding-right: 44px;
  }
  body .header .navi .naviInner nav >ul >li >a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body .header .navi .naviInner nav >ul >li >a >span.en {
    display: block;
    font-size: 15px;
    line-height: 1;
    text-align: center;
  }
  body .header .navi .naviInner nav >ul >li >a >span.jp {
    display: block;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    padding-top: 4px;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup) {
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup) >.subMenuWrap {
    position: absolute;
    left: 0;
    top: 73px;
    display: none;
    width: 100%;
    background-color: #2b49e7;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup) >.subMenuWrap >ul >li >a {
    display: block;
    background-color: #0d3ace;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 13px;
    text-decoration: none;
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup) >.subMenuWrap >ul >li >a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 11px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 11px;
    -moz-background-size: 6px 11px;
    background-size: 6px 11px;
    margin-top: -5px;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup) >.subMenuWrap >ul >li >a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    text-decoration: underline;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup).open >.subMenuWrap {
    display: block;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup).open >a:after {
    background-image: url("../images/arrow_wt_bottom.svg");
    width: 11px;
    height: 6px;
    -webkit-background-size: 11px 6px;
    -moz-background-size: 11px 6px;
    background-size: 11px 6px;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup).open>ul {
    display: block;
  }
  body .header .navi .naviInner nav >ul >li:not(.lineup).close>ul {
    display: none;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap {
    position: absolute;
    left: 0;
    top: 73px;
    background-color: #002ebe;
    width: 100%;
    display: none;
    padding-bottom: 30px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul {
    width: 1000px;
    margin: 6px auto 0;
    zoom: 1;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul:before,
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul:after {
    content: "";
    display: table;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul:after {
    clear: both;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li {
    float: left;
    width: 230px;
    margin-right: 20px;
    padding-top: 69px;
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 57px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 57px 57px;
    -moz-background-size: 57px 57px;
    background-size: 57px 57px;
    border-bottom: 1px solid #001ba6;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(1):before {
    background-image: url("../images/nav_sub_icon1.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(2):before {
    background-image: url("../images/nav_sub_icon2.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(3):before {
    background-image: url("../images/nav_sub_icon3.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(4):before {
    background-image: url("../images/nav_sub_icon4.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(5):before {
    background-image: url("../images/nav_sub_icon5.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(6):before {
    background-image: url("../images/nav_sub_icon6.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(7):before {
    background-image: url("../images/nav_sub_icon7.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li:nth-child(8):before {
    background-image: url("../images/nav_sub_icon8.png");
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >a {
    display: block;
    background-color: #001ba6;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 30px 13px 13px;
    text-decoration: none;
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 11px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 11px;
    -moz-background-size: 6px 11px;
    background-size: 6px 11px;
    margin-top: -5px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    text-decoration: underline;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >ul {
    margin-top: 3px;
    width: 100%;
    background-color: #0026b3;
    padding: 8px 0;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >ul >li >a {
    display: block;
    background-color: #0026b3;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 30px 6px 13px;
    text-decoration: none;
    position: relative;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >ul >li >a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 11px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 11px;
    -moz-background-size: 6px 11px;
    background-size: 6px 11px;
    margin-top: -5px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li >ul >li >a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    text-decoration: underline;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li.open >a:after {
    background-image: url("../images/arrow_wt_top.svg");
    width: 11px;
    height: 6px;
    -webkit-background-size: 11px 6px;
    -moz-background-size: 11px 6px;
    background-size: 11px 6px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li.open >ul {
    display: block;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li.close >a:after {
    background-image: url("../images/arrow_wt_bottom.svg");
    width: 11px;
    height: 6px;
    -webkit-background-size: 11px 6px;
    -moz-background-size: 11px 6px;
    background-size: 11px 6px;
  }
  body .header .navi .naviInner nav >ul >li.lineup >.subMenuWrap >ul >li.close >ul {
    display: none;
  }
  body .header .navi .naviInner nav >ul >li.open >a {
    background-color: #002ebe;
    background-image: url("../images/arrow_wt_top.svg");
  }
  body .header .navi .naviInner nav >ul >li.open >.subMenuWrap {
    display: block;
  }
  body .header.fixed {
    padding-bottom: 74px;
  }
  body .header.fixed .navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  body .footer {
    width: 100%;
    position: relative;
    background-color: #000;
    font-size: 14px;
  }
  body .footer a {
    color: #eee;
    text-decoration: none;
  }
  body .footer .pageTop {
    border-bottom: 1px solid #3e3e3e;
    text-align: center;
  }
  body .footer .pageTop a {
    display: block;
    vertical-align: middle;
    height: 79px;
    line-height: 79px;
    background-image: url("../images/arrow_wt_top.svg");
    background-repeat: no-repeat;
    background-position: center 25px;
    -webkit-background-size: 14px 8px;
    -moz-background-size: 14px 8px;
    background-size: 14px 8px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
    font-size: 14px;
  }
  body .footer .pageTop a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body .footer .footer-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: table;
  }
  body .footer .footer-inner .footer-navi {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
  }
  body .footer .footer-inner .footer-navi li {
    display: table-cell;
    vertical-align: middle;
  }
  body .footer .footer-inner .footer-navi a {
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 8px 12px;
    -moz-background-size: 8px 12px;
    background-size: 8px 12px;
    padding-left: 14px;
    margin-right: 23px;
  }
  body .footer .footer-inner .footer-navi a:hover {
    text-decoration: underline;
  }
  body .footer .footer-inner .footer-info {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    color: #eee;
  }
  body .footer .footer-inner .footer-info li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
  }
  body .footer .footer-inner .footer-info li span {
    border-right: 1px solid #808080;
    padding-right: 16px;
  }
  body .footer .footer-inner .footer-info li:last-child {
    height: 16px;
    padding: 5px 0 7px 9px;
    margin: 0 0 0 11px;
    border-left: 1px solid #808080;
  }
  body .article {
    margin-top: -10px;
  }
  body .breadcrumb {
    background: #eceaea;
  }
  body .breadcrumb .breadcrumbInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 7px 0;
  }
  body .breadcrumb .breadcrumbInner a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    background-image: url("../images/arrow_bk_right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 5px 9px;
    -moz-background-size: 5px 9px;
    background-size: 5px 9px;
    padding-left: 15px;
    margin-left: 10px;
  }
  body .breadcrumb .breadcrumbInner .home {
    padding-left: 0;
    margin-left: 0;
    background-image: url("../images/icon_home.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 17px 15px;
    -moz-background-size: 17px 15px;
    background-size: 17px 15px;
    display: inline-block;
    width: 17px;
    height: 15px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
  }
  body .breadcrumb .breadcrumbInner .disable {
    cursor: default;
  }
  body .breadcrumb .breadcrumbInner div {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #333;
  }
  body.top {
    width: 100%;
  }
  body.top .sectionBlock {
    border-top: 1px solid #ccc;
    position: relative;
  }
  body.top .sectionBlock.gray {
    background: #eceaea;
  }
  body.top .sectionBlock .sectionBlockInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }
  body.top .sectionBlock .heading2-set {
    text-align: center;
    color: #000;
  }
  body.top .sectionBlock .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.top .sectionBlock .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #2b49e7;
  }
  body.top .sectionBlock .heading2-set .jp {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding: 15px 0 30px;
  }
  body.top .news .sectionBlockInner {
    width: 100%;
    max-width: 774px;
    margin: 0 auto;
  }
  body.top .news .sectionBlockInner .news-wrapper {
    display: table;
    width: 100%;
  }
  body.top .news .sectionBlockInner .heading {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 20px;
  }
  body.top .news .sectionBlockInner .heading .heading2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
  }
  body.top .news .sectionBlockInner .heading .heading2:after {
    display: none;
  }
  body.top .news .sectionBlockInner .heading .jp {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
  }
  body.top .news .sectionBlockInner .heading .jp:before {
    content: '/';
    display: inline-block;
    color: #2b49e7;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.top .news .sectionBlockInner .news-list {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-left: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 0 15px 25px;
  }
  body.top .news .sectionBlockInner .news-list li {
    margin-bottom: 20px;
  }
  body.top .news .sectionBlockInner .news-list li:last-child {
    margin-bottom: 0;
  }
  body.top .news .sectionBlockInner .news-list li a:link .text,
  body.top .news .sectionBlockInner .news-list li a:visited .text {
    color: #000;
    text-decoration: none;
  }
  body.top .news .sectionBlockInner .news-list li a:hover .text,
  body.top .news .sectionBlockInner .news-list li a:active .text {
    color: #333;
    text-decoration: underline;
  }
  body.top .news .sectionBlockInner .news-list li .news-content {
    display: table;
    text-decoration: none;
    color: #000;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta {
    display: table-cell;
    vertical-align: top;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .date {
    padding-right: 25px;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat {
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    font-size: 10px;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 1.5em;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-1 {
    background-color: #ff001e;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-2 {
    background-color: #98bb22;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-3 {
    background-color: #2e8bde;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-4 {
    background-color: #892ede;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .meta .cat.cat-5 {
    background-color: #ffb30f;
  }
  body.top .news .sectionBlockInner .news-list li .news-content .text {
    display: table-cell;
    width: auto;
    vertical-align: top;
  }
  body.top .news .sectionBlockInner .note {
    background-color: #f4f1f1;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    padding: 35px 30px;
    margin-top: 30px;
    background-image: url("../images/icon_note.svg");
    background-repeat: no-repeat;
    background-position: 30px 38px;
    -webkit-background-size: 39px 39px;
    -moz-background-size: 39px 39px;
    background-size: 39px 39px;
  }
  body.top .news .sectionBlockInner .note p {
    padding-left: 60px;
  }
  body.top .news .sectionBlockInner .status {
    margin-top: 43px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul {
    display: table;
    width: 100%;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li {
    margin-top: 25px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    padding-right: 27px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li >a {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding-top: 18px;
    padding-left: 0;
    background-color: #f4f1f1;
    border: 1px solid #dfdfdf;
    position: relative;
    text-decoration: none;
    color: #000;
    text-align: center;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li >a span {
    padding-right: 13px;
    background-image: url("../images/arrow_bk_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 12px;
    -moz-background-size: 6px 12px;
    background-size: 6px 12px;
  }
  body.top .news .sectionBlockInner .status .btn-set ul li >a:hover {
    background-color: #f7f5f5;
  }
  body.top .search {
    text-align: center;
    z-index: 40;
  }
  body.top .search .heading2-set .heading2:after {
    background-color: #58a2e5;
  }
  body.top .search input,
  body.top .search option,
  body.top .search select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body.top .search input.input-text {
    width: 287px !important;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 18px;
    vertical-align: middle;
    background-color: #dfdfdf;
  }
  body.top .search input.input-text:selected {
    background-color: #f00;
  }
  body.top .search .multiplication {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    width: 21px;
    vertical-align: top;
    background-image: url("../images/icon_multiplication.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 19px 19px;
    -moz-background-size: 19px 19px;
    background-size: 19px 19px;
    text-indent: 100%;
    overflow: hidden;
  }
  body.top .search .easy-select-box {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 147px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body.top .search .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body.top .search .esb-displayer {
    font-size: 14px;
    position: relative;
  }
  body.top .search .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 36px;
    position: absolute;
    top: -11px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body.top .search .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 147px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 48px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
  }
  body.top .search .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body.top .search .esb-item:first-child {
    border-top: none;
  }
  body.top .search .esb-item:hover {
    background-color: #e9e9e9;
  }
  body.top .search .submit-button {
    display: inline-block;
    width: 250px !important;
    padding: 0;
    vertical-align: top;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b49e7;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
  }
  body.top .search .submit-button:hover {
    background-color: #6b80ee;
  }
  body.top .search .submit-button span {
    padding-left: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.top .search .submit-button span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  body.top .popular .listBox,
  body.top .access .listBox {
    margin: 0;
    zoom: 1;
  }
  body.top .popular .listBox:before,
  body.top .access .listBox:before,
  body.top .popular .listBox:after,
  body.top .access .listBox:after {
    content: "";
    display: table;
  }
  body.top .popular .listBox:after,
  body.top .access .listBox:after {
    clear: both;
  }
  body.top .popular .listBox li,
  body.top .access .listBox li {
    float: left;
    vertical-align: bottom;
    position: relative;
    width: 310px;
    margin: 0 34px 12px 0;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .popular .listBox li:nth-child(3n),
  body.top .access .listBox li:nth-child(3n) {
    margin-right: 0;
  }
  body.top .popular .listBox li a,
  body.top .access .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .popular .listBox li a:hover,
  body.top .access .listBox li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.top .popular .listBox li a:hover figure img,
  body.top .access .listBox li a:hover figure img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  body.top .popular .listBox li a figure,
  body.top .access .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .popular .listBox li a figure >img,
  body.top .access .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .popular .listBox li a figure img,
  body.top .access .listBox li a figure img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.top .popular .listBox li a .rank,
  body.top .access .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .popular .listBox li a .rank p,
  body.top .access .listBox li a .rank p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .popular .listBox li a .rank p .num,
  body.top .access .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
  }
  body.top .popular .listBox li a .new,
  body.top .access .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  body.top .popular .listBox li a .listTextArea,
  body.top .access .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 24px;
  }
  body.top .popular .listBox li a .listTextArea .label,
  body.top .access .listBox li a .listTextArea .label {
    margin-left: -20px;
  }
  body.top .popular .listBox li a .listTextArea .label span,
  body.top .access .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.top .access .listBox li a .listTextArea .label .level-1,
  body.top .popular .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .access .listBox li a .listTextArea .label .level-2,
  body.top .popular .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .access .listBox li a .listTextArea .label .level-3,
  body.top .popular .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .access .listBox li a .listTextArea .label .level-4,
  body.top .popular .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .access .listBox li a .listTextArea .label .level-5,
  body.top .popular .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .access .listBox li a .listTextArea .label .level-6,
  body.top .popular .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .access .listBox li a .listTextArea .label .level-7,
  body.top .popular .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .access .listBox li a .listTextArea .label .level-8,
  body.top .popular .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .access .listBox li a .listTextArea .label .level-9,
  body.top .popular .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .access .listBox li a .listTextArea .label .level-10,
  body.top .popular .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .popular .listBox li a .listTextArea .label .level-new,
  body.top .access .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.top .popular .listBox li a .listTextArea .label .recommendText,
  body.top .access .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.top .popular .listBox li a .listTextArea .label .trainingText,
  body.top .access .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.top .popular .listBox li a .listTextArea .title,
  body.top .access .listBox li a .listTextArea .title {
    padding-top: 24px;
  }
  body.top .popular .listBox li a .listTextArea .title .coursesId,
  body.top .access .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .popular .listBox li a .listTextArea .title h3,
  body.top .access .listBox li a .listTextArea .title h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  body.top .popular .listBox li a .listTextArea .text,
  body.top .access .listBox li a .listTextArea .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.top .popular .listBox li a .listTextArea .text .period,
  body.top .access .listBox li a .listTextArea .text .period {
    font-size: 12px;
    margin-bottom: 6px;
  }
  body.top .popular .listBox li a .listTextArea .text .period .num,
  body.top .access .listBox li a .listTextArea .text .period .num {
    font-size: 14px;
    font-weight: bold;
  }
  body.top .popular .listBox li a .listTextArea .text .price,
  body.top .access .listBox li a .listTextArea .text .price {
    font-size: 12px;
    margin-bottom: 8px;
  }
  body.top .popular .listBox li a .listTextArea .text .price .num,
  body.top .access .listBox li a .listTextArea .text .price .num {
    font-size: 14px;
    font-weight: bold;
  }
  body.top .popular .listBox li a .listTextArea .text .name,
  body.top .access .listBox li a .listTextArea .text .name {
    font-size: 12px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .search .btn,
  body.top .popular .btn,
  body.top .access .btn {
    width: 250px;
    margin: 14px auto 0;
    text-align: center;
  }
  body.top .search .btn a,
  body.top .popular .btn a,
  body.top .access .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.top .search .btn a:hover,
  body.top .popular .btn a:hover,
  body.top .access .btn a:hover,
  body.top .search .btn aactive,
  body.top .popular .btn aactive,
  body.top .access .btn aactive {
    background-color: #6b80ee;
  }
  body.top .search .btn a span,
  body.top .popular .btn a span,
  body.top .access .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body.top .search .btn a span:after,
  body.top .popular .btn a span:after,
  body.top .access .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.top .popular .heading2-set .heading2:after {
    background-color: #ff334b;
  }
  body.top .access .heading2-set .heading2:after {
    background-color: #adc94e;
  }
  body.top .history {
    background: #eceaea;
  }
  body.top .history .listBox {
    margin: 0;
    zoom: 1;
  }
  body.top .history .listBox:before,
  body.top .history .listBox:after {
    content: "";
    display: table;
  }
  body.top .history .listBox:after {
    clear: both;
  }
  body.top .history .listBox li {
    float: left;
    vertical-align: bottom;
    position: relative;
    width: 240px;
    margin: 0 11px 12px 0;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .history .listBox li:nth-child(4n) {
    margin-right: 0;
  }
  body.top .history .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .history .listBox li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.top .history .listBox li a:hover figure img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  body.top .history .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .history .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .history .listBox li a figure img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.top .history .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .history .listBox li a .rank p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .history .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
  }
  body.top .history .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  body.top .history .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 20px;
  }
  body.top .history .listBox li a .listTextArea .label {
    margin-left: -15px;
  }
  body.top .history .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.top .history .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .history .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .history .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .history .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .history .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .history .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .history .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .history .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .history .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .history .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .history .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.top .history .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.top .history .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.top .history .listBox li a .listTextArea .title {
    padding-top: 19px;
  }
  body.top .history .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .history .listBox li a .listTextArea .title h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.top .history .listBox li a .listTextArea .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.top .history .listBox li a .listTextArea .text .period {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body.top .history .listBox li a .listTextArea .text .period .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.top .history .listBox li a .listTextArea .text .price {
    font-size: 11px;
    margin-bottom: 6px;
  }
  body.top .history .listBox li a .listTextArea .text .price .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.top .history .listBox li a .listTextArea .text .name {
    font-size: 11px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .recommended {
    background: #eceaea;
  }
  body.top .recommended .listBox {
    margin: 0;
    zoom: 1;
  }
  body.top .recommended .listBox:before,
  body.top .recommended .listBox:after {
    content: "";
    display: table;
  }
  body.top .recommended .listBox:after {
    clear: both;
  }
  body.top .recommended .listBox li {
    float: left;
    vertical-align: bottom;
    position: relative;
    width: 240px;
    margin: 0 11px 12px 0;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.top .recommended .listBox li:nth-child(4n) {
    margin-right: 0;
  }
  body.top .recommended .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.top .recommended .listBox li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.top .recommended .listBox li a:hover figure img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  body.top .recommended .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.top .recommended .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.top .recommended .listBox li a figure img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.top .recommended .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.top .recommended .listBox li a .rank p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .recommended .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
  }
  body.top .recommended .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  body.top .recommended .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 20px;
  }
  body.top .recommended .listBox li a .listTextArea .label {
    margin-left: -15px;
  }
  body.top .recommended .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-1 {
    background-color: #6cbb5a;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-2 {
    background-color: #00a1e9;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-3 {
    background-color: #f68900;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-4 {
    background-color: #ff1493;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-5 {
    background-color: #4758c7;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-6 {
    background-color: #00533f;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-7 {
    background-color: #800080;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-8 {
    background-color: #003f8e;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-9 {
    background-color: #942343;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-10 {
    background-color: #001e43;
  }
  body.top .recommended .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.top .recommended .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.top .recommended .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.top .recommended .listBox li a .listTextArea .title {
    padding-top: 19px;
  }
  body.top .recommended .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.top .recommended .listBox li a .listTextArea .title h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.top .recommended .listBox li a .listTextArea .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.top .recommended .listBox li a .listTextArea .text .period {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body.top .recommended .listBox li a .listTextArea .text .period .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.top .recommended .listBox li a .listTextArea .text .price {
    font-size: 11px;
    margin-bottom: 6px;
  }
  body.top .recommended .listBox li a .listTextArea .text .price .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.top .recommended .listBox li a .listTextArea .text .name {
    font-size: 11px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.top .btns ul {
    display: table;
    width: 100%;
  }
  body.top .btns ul li {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .btns ul li a {
    display: block;
    height: 130px;
    color: #fff;
    background-color: #acacac;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 16px 28px;
    -moz-background-size: 16px 28px;
    background-size: 16px 28px;
  }
  body.top .btns ul li a p {
    padding: 45px 0 0 70px;
    text-shadow: 1px 1px 2px #a1a1a1;
  }
  body.top .btns ul li a .jp {
    display: block;
    font-size: 24px;
    line-height: 1;
padding-left
  }
  body.top .btns ul li a .en {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    vertical-align: baseline;
  }
  body.top .btns ul li a .en .num {
    font-size: 18px;
    line-height: 18px;
  }
  body.top .btns ul li a:hover {
    background-color: #bdbdbd;
  }
  body.top .btns ul li a:after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -22px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 44px 44px;
    -moz-background-size: 44px 44px;
    background-size: 44px 44px;
    background-image: url("../images/icon_interview.svg");
  }
  body.top .btns ul li.interview {
    padding-right: 10px;
  }
  body.top .btns ul li.interview a:after {
    background-image: url("../images/icon_interview.svg");
  }
  body.top .btns ul li.voice {
    padding-left: 10px;
  }
  body.top .btns ul li.voice a:after {
    background-image: url("../images/icon_voice.svg");
  }
  body.top .btns ul li.voice a .en {
    padding-top: 2px;
  }
  body.top .carousel {
    border-top: 0;
  }
  body.top .mainVisual {
    width: 100%;
    position: relative;
  }
  body.top .mainVisual .carousel-main {
    background-color: #e9e9e9;
    -webkit-box-shadow: 0 3px 3px 0 #c3c3c3 inset, 0 -3px 3px 0 #dbdbdb inset;
    box-shadow: 0 3px 3px 0 #c3c3c3 inset, 0 -3px 3px 0 #dbdbdb inset;
  }
  body.top .mainVisual .carousel-main >div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.top .mainVisual .carousel-main >div img {
    margin: 18px 9px;
  }
  body.top .slick-slider {
    margin-bottom: 0;
  }
  body.top .slick-arrow {
    z-index: 30;
    width: 48px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    margin-top: 132px;
  }
  body.top .slick-arrow:before {
    display: none;
    content: '';
  }
  body.top .slick-slide {
    position: relative;
  }
  body.top .slick-slide a {
    pointer-events: none;
  }
  body.top .slick-slide img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: relative;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.top .slick-slide:before {
    content: 'a';
    display: block;
    width: 860px;
    height: 308px;
    position: absolute;
    top: 18px;
    left: 9px;
    background-color: #000;
  }
  body.top .slick-slide.slick-current a,
  body.top .slick-slide.slick-center a {
    pointer-events: auto;
  }
  body.top .slick-slide.slick-current img,
  body.top .slick-slide.slick-center img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  body.top .slick-prev {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -478px;
    background-image: url("../images/carousel/pc_prev.png");
  }
  body.top .slick-prev:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .slick-next {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -478px;
    background-image: url("../images/carousel/pc_next.png");
  }
  body.top .slick-next:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .slick-dots {
    display: none;
  }
  body.top .carousel-pager {
    text-align: center;
    background-color: #f4f1f1;
    border-top: 1px solid #ccc;
    padding: 15px 0 10px;
  }
  body.top .carousel-pager ul {
    display: inline-block;
    margin: 0 auto;
    zoom: 1;
  }
  body.top .carousel-pager ul:before,
  body.top .carousel-pager ul:after {
    content: "";
    display: table;
  }
  body.top .carousel-pager ul:after {
    clear: both;
  }
  body.top .carousel-pager ul li {
    cursor: pointer;
    float: left;
    margin-right: 14px;
  }
  body.top .carousel-pager ul li figure {
    width: 160px;
    position: relative;
  }
  body.top .carousel-pager ul li figure .img {
    background-color: #000;
  }
  body.top .carousel-pager ul li figure .img >img {
    width: 100%;
    height: auto;
  }
  body.top .carousel-pager ul li figure .img img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  body.top .carousel-pager ul li figure figcaption {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
    letter-spacing: -0.05em;
  }
  body.top .carousel-pager ul li:last-child {
    margin-right: 0;
  }
  body.top .carousel-pager ul li.active figure .img img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  body.top .carousel-pager ul li.active figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #2b49e7;
    opacity: 0.68;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=68)";
    filter: alpha(opacity=68);
  }
  body.top .carousel-pager ul li:hover figure .img img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  body.category {
    width: 100%;
    background-color: #eceaea;
  }
  body.category .heading2-set .heading2:after {
    background-color: #58a2e5;
  }
  body.category input,
  body.category option,
  body.category select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body.category .easy-select-box {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 38px;
    padding-top: 11px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body.category .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body.category .esb-displayer {
    font-size: 14px;
    position: relative;
  }
  body.category .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 36px;
    position: absolute;
    top: -11px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body.category .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 147px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 48px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
  }
  body.category .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body.category .esb-item:first-child {
    border-top: none;
  }
  body.category .esb-item:hover {
    background-color: #e9e9e9;
  }
  body.category .submit-button {
    display: inline-block;
    width: 250px !important;
    padding: 0;
    vertical-align: top;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b49e7;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
  }
  body.category .submit-button:hover {
    background-color: #6b80ee;
  }
  body.category .submit-button span {
    padding-left: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.category .submit-button span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  body.category .search-wrapper .easy-select-box {
    width: 180px;
    height: 38px;
  }
  body.category .search-wrapper .easy-select-box .esb-dropdown {
    top: 38px;
    width: 160px !important;
  }
  body.category .search-wrapper .easy-select-box .esb-dropdown .esb-item {
    height: 38px;
    padding-top: 13px;
  }
  body.category .listName .easy-select-box {
    width: 200px;
    height: 38px;
  }
  body.category .listName .easy-select-box .esb-dropdown {
    top: 38px;
    width: 180px !important;
  }
  body.category .listName .easy-select-box .esb-dropdown .esb-item {
    height: 38px;
    padding-top: 13px;
  }
  body.category .alignment .easy-select-box {
    width: 120px;
    height: 38px;
  }
  body.category .alignment .easy-select-box .esb-dropdown {
    top: 38px;
    width: 100px !important;
  }
  body.category .alignment .easy-select-box .esb-dropdown .esb-item {
    height: 38px;
    padding-top: 13px;
  }
  body.category .thirdCategory .easy-select-box {
    width: 260px;
    height: 38px;
  }
  body.category .thirdCategory .easy-select-box .esb-dropdown {
    top: 38px;
    width: 240px !important;
  }
  body.category .thirdCategory .easy-select-box .esb-dropdown .esb-item {
    height: 38px;
    padding-top: 13px;
  }
  body.category {
    width: 100%;
  }
  body.category h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body.category h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.category .sectionBlock {
    border-top: 1px solid #ccc;
  }
  body.category .sectionBlock.gray {
    background: #eceaea;
  }
  body.category .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.category .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.category .sectionBlock.gradation .listBoxType2 li {
    margin-bottom: 12px;
  }
  body.category .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap {
    zoom: 1;
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap:before,
  body.category .sectionBlock .sectionBlockInner .dispWrap:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .numDisp {
    float: left;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .numDisp .num {
    font-size: 28px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    padding-right: 2px;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .search-wrapper {
    float: left;
    padding: 5px 0 15px 5px;
    z-index: 30;
    position: relative;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap {
    width: 112px;
    float: right;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li {
    margin: 0 0 0 14px;
    display: inline-block;
  }
  body.category .sectionBlock .sectionBlockInner .dispWrap .changeViewWrap ul li:first-child {
    margin: 0 0 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock {
    margin: 0 0 10px 0;
    zoom: 1;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock:before,
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock .thirdCategory {
    position: relative;
    float: right;
    z-index: 30;
    margin: 0 0 0 20px;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock .alignment {
    position: relative;
    float: right;
    z-index: 30;
    margin: 0 0 0 20px;
  }
  body.category .sectionBlock .sectionBlockInner .selectCourseBlock .listName {
    position: relative;
    float: right;
    z-index: 30;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set {
    text-align: center;
    color: #000;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #2b49e7;
  }
  body.category .sectionBlock .sectionBlockInner .heading2-set .jp {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding: 15px 0 30px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox {
    margin: 0;
    zoom: 1;
  }
  body.category .sectionBlock .sectionBlockInner .listBox:before,
  body.category .sectionBlock .sectionBlockInner .listBox:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .listBox:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li {
    float: left;
    vertical-align: bottom;
    position: relative;
    width: 240px;
    margin: 0 11px 12px 0;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.category .sectionBlock .sectionBlockInner .listBox li:nth-child(4n) {
    margin-right: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a:hover figure img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a figure img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 20px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
    margin-left: -15px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
    padding-top: 19px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
    font-size: 11px;
    margin-bottom: 6px;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
    font-size: 11px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 160px;
    margin: 10px auto;
    text-align: center;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body.category .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 10px 20px 10px 0;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap {
    width: 100%;
    margin: 10px auto 20px;
    zoom: 1;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap:before,
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .btn {
    float: right;
    margin-top: 0;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn {
    width: 76px;
    padding-right: 37px;
    float: left;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a:hover,
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.category .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns {
    display: inline-block;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #acacac;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a p {
    padding: 10px 0 0 70px;
    text-shadow: 1px 1px 2px #a1a1a1;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .jp {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding-left
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .en {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: baseline;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a .en .num {
    font-size: 18px;
    line-height: 18px;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a:hover {
    background-color: #bdbdbd;
  }
  body.category .sectionBlock .sectionBlockInner .btnWrap .btns a:after {
    content: '';
    display: block;
    width: 35px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -22px;
    background-image: url("../images/icon_voice.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 {
    margin: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li {
    zoom: 1;
    margin: 15px 0 0 0;
    vertical-align: bottom;
    position: relative;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #fff;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li:before,
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li:first-child {
    margin: 0 0 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap {
    float: left;
    width: 185px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .figureWrap figure a img {
    width: 100%;
    height: auto;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock {
    float: left;
    display: table;
    width: 777px;
    padding: 16px 18px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-1 {
  background-color: #6cbb5a;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-2 {
  background-color: #00a1e9;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-3 {
  background-color: #f68900;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-4 {
  background-color: #ff1493;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-5 {
  background-color: #4758c7;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-6 {
  background-color: #00533f;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-7 {
  background-color: #800080;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-8 {
  background-color: #003f8e;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-9 {
  background-color: #942343;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-10 {
  background-color: #001e43;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .level-new {
    background-color: #ff001e;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .recommendText {
    background-color: #2e8bde;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label .trainingText {
    background-color: #17862b;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .label span {
    margin-right: 6px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea {
    width: 671px;
    border-right: 1px solid #dbdbdb;
    padding: 0 18px 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title {
    padding: 8px 0 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock {
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock .txt {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .coursesIdBlock .coursesId {
    text-align: left;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName {
    display: block;
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName h3 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.3;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .title .corseName h3 span.subtitle {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .text {
    margin-top: 13px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .period {
    display: inline-block;
    vertical-align: top;
    padding-right: 19px;
    font-size: 13px;
    margin-bottom: 2px;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .period .num {
    font-size: 16px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .price {
    display: inline-block;
    vertical-align: top;
    padding-right: 19px;
    font-size: 13px;
    margin-bottom: 6px;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .price .num {
    font-size: 16px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .textBlock .listTextArea .name {
    display: block;
    width: 665px;
    padding: 4px 0 0 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 18px;
    width: 76px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p {
    width: 68px;
    background-color: #2b49e7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p a {
    display: block;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType2 li .btnBlock p a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 {
    margin: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li {
    display: table;
    zoom: 1;
    width: 966px;
    margin: 15px 0 0 0;
    padding: 13px 15px;
    vertical-align: bottom;
    position: relative;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #fff;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li:before,
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li:first-child {
    margin: 0 0 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table {
    width: 966px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell {
    vertical-align: top;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea {
    display: table-cell;
    min-width: 690px;
    padding: 0 10px 0 0;
    vertical-align: top;
    zoom: 1;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:before,
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:after {
    content: "";
    display: table;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea:after {
    clear: both;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-1 {
  background-color: #6cbb5a;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-2 {
  background-color: #00a1e9;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-3 {
  background-color: #f68900;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-4 {
  background-color: #ff1493;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-5 {
  background-color: #4758c7;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-6 {
  background-color: #00533f;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-7 {
  background-color: #800080;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-8 {
  background-color: #003f8e;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-9 {
  background-color: #942343;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-10 {
  background-color: #001e43;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .level-new {
    background-color: #ff001e;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .recommendText {
    background-color: #2e8bde;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label .trainingText {
    background-color: #17862b;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
    margin-right: 6px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title {
    padding: 8px 0 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock {
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock .txt {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .coursesIdBlock .coursesId {
    text-align: left;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName {
    display: block;
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName span {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName h3 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.3;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a .title .corseName h3 span.subtitle {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .period {
    vertical-align: top;
    padding-right: 19px;
    font-size: 13px;
    margin-bottom: 2px;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .period .num {
    font-size: 17px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .price {
    vertical-align: top;
    padding-right: 19px;
    font-size: 13px;
    margin-bottom: 6px;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .price .num {
    font-size: 16px;
    font-weight: bold;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .name {
    padding: 4px 0 0 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
    word-wrap: break-word;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .slash {
    padding-left: 15px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell {
    width: 157px;
    vertical-align: top;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList {
    display: table-cell;
    padding: 0 14px 0 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table {
    width: 157px;
    border-collapse: collapse;
    background: #f7f7f7;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .caption td {
    height: 44px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #6f6f6f;
    border-collapse: collapse;
    background: #ebebeb;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th {
    height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #6f6f6f;
    border-collapse: collapse;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #f7f7f7;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th:last-child {
    border-right: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .grade th span {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .recommend td {
    height: 48px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #6f6f6f;
    border-collapse: collapse;
    border-right: 1px solid #dfdfdf;
    background: #f7f7f7;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.recommendListCell .recommendList table .recommend td:last-child {
    border-right: 0;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell {
    width: 76px;
    vertical-align: middle;
    border-left: 1px solid #dbdbdb;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock {
    width: 76px;
    padding: 0 0 0 18px;
    text-align: left;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p {
    width: 68px;
    background-color: #2b49e7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p a {
    display: block;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
  }
  body.category .sectionBlock .sectionBlockInner .listBoxType3 li table tr td.btnBlockCell .btnBlock p a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.category .notes {
    padding: 15px 0 0 0;
  }
  body.category .notes >p {
    font-size: 11px;
    line-height: 1.81;
    color: #000;
  }
  body.category .notes >p .new {
    font-weight: bold;
    color: #ff001e;
  }
  body.category .notes >p .recommend {
    font-weight: bold;
    color: #2e8bde;
  }
  body.category .notes >p .training {
    font-weight: bold;
    color: #17862b;
  }
  body.category .notes .smallNotes {
    padding: 11px 0 0 0;
  }
  body.category .notes .smallNotes >p {
    font-size: 10px;
    line-height: 1.5;
  }
  body.category .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.category .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.category .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.category .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.category .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.category .paging .next {
    display: inline-block;
    position: relative;
  }
  body.category .paging div {
    display: inline-block;
  }
  body.category .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.category .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.special {
    width: 100%;
  }
  body.special h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body.special h1 img {
    -webkit-box-shadow: 0 2px 24px 0px rgba(0,0,0,0.1);
    box-shadow: 0 2px 24px 0px rgba(0,0,0,0.1);
  }
  body.special h1+p {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 46px;
    font-size: 13px;
    line-height: 24px;
  }
  body.special .sectionBlock {
    border-top: 1px solid #ccc;
  }
  body.special .sectionBlock.gray {
    background: #eceaea;
  }
  body.special .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.special .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.special .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set {
    width: 772px;
    margin: 0 auto 46px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul {
    display: table;
    width: 100%;
    margin-top: 25px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li:nth-child(1) {
    padding-right: 27px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li:nth-child(2) {
    padding-right: 13px;
    padding-left: 13px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li:nth-child(3) {
    padding-left: 27px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li >a {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    background-color: #f4f1f1;
    border: 1px solid #dfdfdf;
    position: relative;
    text-decoration: none;
    color: #000;
    text-align: center;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li >a span {
    padding-right: 18px;
    background-image: url("../images/arrow_bk_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 11px 6px;
    -moz-background-size: 11px 6px;
    background-size: 11px 6px;
  }
  body.special .sectionBlock .sectionBlockInner .btn-set ul li >a:hover {
    background-color: #f7f5f5;
  }
  body.special .sectionBlock .sectionBlockInner h1+.blockContent {
    margin-top: 40px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    margin-bottom: 30px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #young .heading2 {
    color: #0db24c;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #young .en:before {
    color: #0db24c;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #mainstay .heading2 {
    color: #f68900;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #mainstay .en:before {
    color: #f68900;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #manager .heading2 {
    color: #4758c7;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent #manager .en:before {
    color: #4758c7;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .heading2-set {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 29px;
    padding-bottom: 10px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .heading2-set .heading2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .heading2-set .heading2:after {
    display: none;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .heading2-set .en {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .heading2-set .en:before {
    content: '/';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 9px;
    padding: 12px 22px 12px 8px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul li a .courseId {
    padding-right: 10px;
    width: 170px;
    display: table-cell;
    text-align: center;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul li a .rankId {
    padding-right: 10px;
    width: 54px;
    display: table-cell;
    text-align: center;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul li a:after {
    content: " ";
    display: table-cell;
    padding-right: 18px;
    background-image: url("../images/arrow_bk_right.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 6px 12px;
    -moz-background-size: 6px 12px;
    background-size: 6px 12px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul li a .courseTitle {
    text-align: left;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.young a {
    background-color: #f7faee;
    display: table;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.young a:hover {
    background-color: #f9fcf3;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.mainstay a {
    display: table;
    background-color: #fef6eb;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.mainstay a:hover {
    background-color: #fef9f1;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.manager a {
    display: table;
    background-color: #f1f2fb;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent ul.manager a:hover {
    background-color: #f5f6fc;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap {
    margin-bottom: 45px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap h2 {
    font-size: 28px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 30px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap .text {
    line-height: 36px;
    font-size: 14px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap .text h3 {
    color: #5269e8;
    font-size: 18px;
    line-height: 24px;
    border-left: 3px solid #5269e8;
    padding: 10px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap .text .notes {
    font-size: 12px;
    display: block;
    line-height: 22px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .wrap .text strong.notes {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgRight {
    zoom: 1;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgRight:before,
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    content: "";
    display: table;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    clear: both;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure {
    float: right;
    margin-left: 40px;
    margin-top: -50px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft {
    zoom: 1;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:before,
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    clear: both;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure {
    float: left;
    margin-right: 40px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3 {
    display: inline-block;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3.m250 {
    margin-left: 290px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3.m300 {
    margin-left: 340px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3.m290 {
    margin-left: 330px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure {
    margin: 0 auto 22px;
    text-align: center;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter p {
    font-size: 18px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter p+figure {
    margin-top: 22px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .text {
    font-size: 14px;
    line-height: 36px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .text+figure {
    margin-top: 22px;
  }
  body.special .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .fontSize1 {
    font-size: 14px;
  }
  body.special .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.information {
    width: 100%;
  }
  body.information h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body.information h1 span {
    font-size: 27px;
  }
  body.information h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.information .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body.information .sectionBlock.gray {
    background: #eceaea;
  }
  body.information .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.information .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.information .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    padding: 22px 13px 6px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 13px 20px 13px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table {
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th,
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 16px 80px;
    font-size: 13px;
    line-height: 1.6;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body.information .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body.information .sectionBlock .columnImgRight {
    zoom: 1;
  }
  body.information .sectionBlock .columnImgRight:before,
  body.information .sectionBlock .columnImgRight:after {
    content: "";
    display: table;
  }
  body.information .sectionBlock .columnImgRight:after {
    clear: both;
  }
  body.information .sectionBlock .columnImgRight .text {
    float: left;
    width: 67%;
    line-height: 36px;
    font-size: 14px;
  }
  body.information .sectionBlock .columnImgRight .img {
    float: right;
  }
  body.information .sectionBlock .columnImgCenter p {
    font-size: 18px;
  }
  body.information .sectionBlock .columnImgCenter .text {
    font-size: 14px;
    line-height: 36px;
  }
  body.information .sectionBlock .columnImgCenter .img {
    margin: 22px 0;
  }
  body.information .mechanism ol {
    width: 710px;
  }
  body.information .mechanism ol > li {
    padding-bottom: 35px;
    position: relative;
  }
  body.information .mechanism ol > li h2 {
    font-size: 28px;
    color: #5269e8;
    border-bottom: 1px solid #5269e8;
    margin-bottom: 12px;
  }
  body.information .mechanism ol > li h2 span {
    font-size: 36px;
    font-style: italic;
    margin-right: 8px;
  }
  body.information .mechanism ol > li:last-child {
    padding-bottom: 20px;
  }
  body.information .mechanism ol > li .wrap {
    padding-left: 16px;
  }
  body.information .mechanism ol > li .wrap p {
    font-size: 15px;
    line-height: 32px;
  }
  body.information .mechanism ol > li .wrap p.notes1 {
    font-size: 12px;
  }
  body.information .mechanism ol > li .wrap .detail {
    font-size: 13px;
    line-height: 26px;
    margin-top: 16px;
  }
  body.information .mechanism ol > li .illust01 {
    position: absolute;
    top: -107px;
    right: -187px;
  }
  body.information .mechanism ol > li .illust02 {
    position: absolute;
    top: 8px;
    right: -187px;
  }
  body.information .mechanism ol > li .illust03 {
    position: absolute;
    top: -98px;
    right: -187px;
  }
  body.information .system .subTitle {
    color: #2b49e7;
  }
  body.information .system .subTitle:after {
    content: " ";
    border-bottom: 2px solid #2b49e7;
    display: block;
    text-align: center;
    width: 30px;
    margin: 0 auto;
    padding-bottom: 22px;
  }
  body.information .system .titleText {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 64px;
  }
  body.information .system .description {
    margin-bottom: 30px;
    zoom: 1;
  }
  body.information .system .description:before,
  body.information .system .description:after {
    content: "";
    display: table;
  }
  body.information .system .description:after {
    clear: both;
  }
  body.information .system .description .text {
    float: left;
    width: 44%;
  }
  body.information .system .description .text ol li {
    display: table;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
  }
  body.information .system .description .text ol li .num {
    display: table-cell;
    font-size: 36px;
    font-style: italic;
    padding-right: 10px;
    padding-top: 8px;
  }
  body.information .system .description .text ol li p {
    font-size: 13px;
    padding-top: 20px;
    display: table-cell;
    vertical-align: top;
    line-height: 26px;
  }
  body.information .system .description .text ol li p strong {
    font-size: 12px;
    color: #f00;
  }
  body.information .system .description .text .tableWrap {
    margin: 12px auto 0;
    padding: 7px 15px 10px;
    background-color: #f4f1f1;
    width: 320px;
  }
  body.information .system .description .text .tableWrap table tr:first-child th:nth-child(2) {
    font-size: 11px;
  }
  body.information .system .description .text .tableWrap table tr th {
    padding: 6px 38px;
    font-size: 15px;
  }
  body.information .system .description .text .tableWrap table tr td {
    padding: 6px 43px;
    background-color: #fff;
  }
  body.information .system .description .text .tableWrap table tr td strong {
    color: #f00;
    font-size: 22px;
  }
  body.information .system .description .img {
    float: right;
  }
  body.information .system .caution span {
    color: #f00;
    font-size: 15px;
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body.information .system .caution .cautionText {
    padding: 25px 30px;
    background-color: #f4f1f1;
  }
  body.information .system .caution .cautionText p {
    line-height: 26px;
    font-size: 13px;
    margin-top: 2em;
  }
  body.information .system .caution .cautionText p:first-child {
    margin-top: 0;
  }
  body.information .system .caution .cautionText p a {
    color: #000;
    text-decoration: none;
  }
  body.information .system .caution .cautionText p a:hover {
    text-decoration: underline;
  }
  body.information .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.information .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.information .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.information .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.information .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.information .paging .next {
    display: inline-block;
    position: relative;
  }
  body.information .paging div {
    display: inline-block;
  }
  body.information .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.information .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.other {
    width: 100%;
  }
  body.other h1 {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
  }
  body.other h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.other .sectionBlock.gray {
    background: #eceaea;
  }
  body.other .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.other .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.other .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set {
    text-align: center;
    color: #000;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .heading2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .heading2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background-color: #2b49e7;
  }
  body.other .sectionBlock .sectionBlockInner .heading2-set .jp {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding: 15px 0 30px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox {
    margin: 0;
    zoom: 1;
  }
  body.other .sectionBlock .sectionBlockInner .listBox:before,
  body.other .sectionBlock .sectionBlockInner .listBox:after {
    content: "";
    display: table;
  }
  body.other .sectionBlock .sectionBlockInner .listBox:after {
    clear: both;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li {
    float: left;
    vertical-align: bottom;
    position: relative;
    width: 240px;
    margin: 0 11px 12px 0;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.other .sectionBlock .sectionBlockInner .listBox li:nth-child(4n) {
    margin-right: 0;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a:hover figure img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a figure {
    width: 100%;
    overflow: hidden;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a figure >img {
    width: 100%;
    height: auto;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a figure img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    font-style: oblique;
    padding: 10px 7px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .rank p .num {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea {
    background: #f9f9f9;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 20px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label {
    margin-left: -15px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-1 {
  background-color: #6cbb5a;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-2 {
  background-color: #00a1e9;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-3 {
  background-color: #f68900;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-4 {
  background-color: #ff1493;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-5 {
  background-color: #4758c7;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-6 {
  background-color: #00533f;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-7 {
  background-color: #800080;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-8 {
  background-color: #003f8e;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-9 {
  background-color: #942343;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-10 {
  background-color: #001e43;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .level-new {
    background-color: #ff001e;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .trainingText {
    background-color: #17862b;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title {
    padding-top: 19px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title .coursesId {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 12px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .title h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period {
    font-size: 11px;
    margin-bottom: 2px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .period .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price {
    font-size: 11px;
    margin-bottom: 6px;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .price .num {
    font-size: 13px;
    font-weight: bold;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .text .name {
    font-size: 11px;
    line-height: 1.4;
    color: #6f6f6f;
  }
  body.other .sectionBlock .sectionBlockInner .listBox li a .listTextArea .label .recommendText {
    background-color: #2e8bde;
  }
  body.other .sectionBlock .sectionBlockInner section {
    margin-bottom: 25px;
  }
  body.other .sectionBlock .sectionBlockInner section > h2 {
    color: #5269e8;
    font-size: 15px;
  }
  body.other .sectionBlock .sectionBlockInner section > p {
    margin-bottom: 25px;
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li {
    font-size: 13px;
    margin-bottom: 25px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li h3 {
    color: #5269e8;
    font-size: 15px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li .textRight {
    text-align: right;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li .info {
    margin-top: 25px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ul {
    padding-left: 38px;
  }
  body.other .sectionBlock .sectionBlockInner section ol > li ul li {
    text-indent: -3em;
  }
  body.other .sectionBlock .sectionBlockInner section .date {
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li {
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li h3 {
    color: #5269e8;
    font-size: 15px;
  }
  body.other .sectionBlock .sectionBlockInner section.environment ul > li.last {
    margin-top: 25px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance ul {
    padding-left: 24px;
    margin-bottom: 25px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance ul li {
    text-indent: -19px;
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p {
    margin-bottom: 25px;
    font-size: 13px;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p span {
    display: block;
    margin: 10px 0;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p a {
    color: #333;
    text-decoration: none;
  }
  body.other .sectionBlock .sectionBlockInner .maintenance p a:hover {
    text-decoration: underline;
  }
  body.other .sectionBlock .sectionBlockInner .textRight {
    text-align: right;
  }
  body.other .sectionBlock .sectionBlockInner.notFound {
    display: table;
  }
  body.other .sectionBlock .sectionBlockInner.notFound .notFoundInner {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
  }
  body.other .sectionBlock .sectionBlockInner.notFound .notFoundInner h1 {
    font-size: 40px;
  }
  body.other .sectionBlock .sectionBlockInner.notFound .notFoundInner p {
    font-size: 14px;
  }
  body.other .sectionBlock .sectionBlockInner.notFound .notFoundInner p span {
    display: block;
    margin-bottom: 1em;
  }
  body.other .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.other .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.other .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.other .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.other .paging .next {
    display: inline-block;
    position: relative;
  }
  body.other .paging div {
    display: inline-block;
  }
  body.other .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.other .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.interview {
    width: 100%;
  }
  body.interview .mainVisual {
    height: 422px;
    border-bottom: 6px solid #6277e9;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
  }
  body.interview .mainVisual .mainVisualInner {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
  }
  body.interview .mainVisual .mainVisualInner:before,
  body.interview .mainVisual .mainVisualInner:after {
    content: "";
    display: table;
  }
  body.interview .mainVisual .mainVisualInner:after {
    clear: both;
  }
  body.interview .mainVisual .mainVisualInner img {
    width: 100%;
    display: none;
  }
  body.interview .mainVisual .mainVisualInner .mainText {
    float: right;
    padding: 35px 35px 30px;
    background-color: #5269e8;
    color: #fff;
    font-size: 19px;
    margin-top: 72px;
  }
  body.interview .mainVisual .mainVisualInner .mainText p {
    margin-bottom: 25px;
    line-height: 37px;
  }
  body.interview .mainVisual .mainVisualInner .mainText dl dt {
    font-size: 11px;
  }
  body.interview .mainVisual .mainVisualInner .mainText dl dd {
    font-size: 18px;
  }
  body.interview .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body.interview .sectionBlock.gray {
    background: #eceaea;
  }
  body.interview .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #f4f3f3 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #f4f3f3 0%, #eceaea 100%);
  }
  body.interview .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.interview .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body.interview .sectionBlock .sectionBlockInner h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin-bottom: 39px;
    padding-bottom: 11px;
    position: relative;
  }
  body.interview .sectionBlock .sectionBlockInner h1 span {
    background-image: url("../images/icon_mic.svg");
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 36px;
    -webkit-background-size: 22px 30px;
    -moz-background-size: 22px 30px;
    background-size: 22px 30px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px 40px 77px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap {
    margin-bottom: 45px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap:nth-child(4) {
    margin-bottom: 26px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap h2 {
    font-size: 28px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 30px;
    margin-top: 17px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .text {
    line-height: 36px;
    font-size: 14px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .wrap .text h3 {
    color: #5269e8;
    font-size: 18px;
    line-height: 24px;
    border-left: 3px solid #5269e8;
    padding: 10px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgRight {
    zoom: 1;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgRight:before,
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    content: "";
    display: table;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    clear: both;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgRight .img {
    float: right;
    margin-left: 40px;
    margin-top: -50px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft {
    zoom: 1;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:before,
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    clear: both;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft .img {
    float: left;
    margin-right: 40px;
    margin-top: -50px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3 {
    margin-left: 332px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgCenter p {
    font-size: 18px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .text {
    font-size: 14px;
    line-height: 36px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .img {
    margin: 22px 0;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile {
    display: table;
    background-color: #f4f1f1;
    width: 100%;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile figure {
    display: table-cell;
    vertical-align: top;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding: 20px 35px 0;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText h3 {
    font-size: 24px;
    border-bottom: 1px solid #c3c1c1;
    line-height: 26px;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText h3 span {
    font-size: 16px;
    color: #5269e8;
    display: inline-block;
    margin-bottom: 3px;
  }
  body.interview .sectionBlock .sectionBlockInner .blockContent .profile .profileText ul li {
    font-size: 14px;
    line-height: 26px;
  }
  body.interview .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.voice {
    width: 100%;
  }
  body.voice .mainVisual {
    height: 268px;
    border-bottom: 6px solid #6277e9;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    background-size: inherit;
  }
  body.voice .mainVisual .mainVisualInner {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
  }
  body.voice .mainVisual .mainVisualInner:before,
  body.voice .mainVisual .mainVisualInner:after {
    content: "";
    display: table;
  }
  body.voice .mainVisual .mainVisualInner:after {
    clear: both;
  }
  body.voice .mainVisual .mainVisualInner img {
    width: 100%;
    display: none;
  }
  body.voice h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin-top: 48px;
  }
  body.voice h1 span {
    font-size: 27px;
  }
  body.voice h1.icon {
    margin-bottom: 39px;
    padding-bottom: 11px;
    position: relative;
  }
  body.voice h1.icon span {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 56px;
    -webkit-background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    background-size: 48px 48px;
    font-size: 40px;
  }
  body.voice h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.voice .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body.voice .sectionBlock.gray {
    background: #eceaea;
  }
  body.voice .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.voice .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body.voice .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 0 48px 0;
  }
  body.voice .sectionBlock .sectionBlockInner+.paging {
    margin-top: 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent.voiceList {
    padding-top: 15px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .blockText {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap:nth-child(4) {
    margin-bottom: 26px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap h2 {
    font-size: 28px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 30px;
    margin-top: 17px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap .text {
    line-height: 36px;
    font-size: 14px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .wrap h3 {
    color: #5269e8;
    font-size: 18px;
    line-height: 24px;
    border-left: 3px solid #5269e8;
    padding: 6px 0 6px 10px;
    margin-bottom: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 22px 13px 6px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 13px 20px 13px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul {
    line-height: 34px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul li label {
    vertical-align: 2px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .wrap {
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .lastName {
    display: table-cell;
    padding-right: 20px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .firstName {
    display: table-cell;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    margin-left: 16px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd.numyears li {
    width: 160px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent dl dd .opinion {
    width: 900px;
    height: 220px;
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap {
    width: 450px;
    margin: 43px auto 20px;
    zoom: 1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap:before,
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    content: "";
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    clear: both;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .btn {
    float: right;
    margin-top: 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn {
    width: 160px;
    padding-right: 37px;
    float: left;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a:hover,
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table {
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th,
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 16px 80px;
    font-size: 13px;
    line-height: 1.6;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight {
    zoom: 1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:before,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    content: "";
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight:after {
    clear: both;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure {
    float: right;
    margin-left: 40px;
    margin-top: -50px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft {
    zoom: 1;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:before,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    content: "";
    display: table;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft:after {
    clear: both;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure {
    float: left;
    margin-right: 40px;
    margin-top: -50px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft h3 {
    margin-left: 332px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter p {
    font-size: 18px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter .text {
    font-size: 14px;
    line-height: 36px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure {
    margin: 22px 0;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight figure .name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft figure .name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter figure .name {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
  }
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgRight >.name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgLeft >.name,
  body.voice .sectionBlock .sectionBlockInner .blockContent .columnImgCenter >.name {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    margin-top: 24px;
  }
  body.voice .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.voice .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.voice .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.voice .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.voice .paging .prev {
    display: inline-block;
    position: relative;
  }
  body.voice .paging .next {
    display: inline-block;
    position: relative;
  }
  body.voice .paging div {
    display: inline-block;
  }
  body.voice .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.voice .paging div li.current a {
    color: #fff;
    background: #000;
  }
  body.login {
    width: 100%;
    height: 100%;
    background-color: #f3f1f2;
  }
  body.login h1 {
    text-align: center;
    color: #2b49e7;
    font-size: 40px;
    margin: 80px auto 50px;
  }
  body.login .sectionBlock {
    position: relative;
  }
  body.login .sectionBlock .sectionBlockInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 48px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    text-align: center;
  }
  body.login .sectionBlock .sectionBlockInner .main {
    display: inline-block;
    margin: 0 auto;
  }
  body.login .sectionBlock .sectionBlockInner .main h2 {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 24px;
  }
  body.login .sectionBlock .sectionBlockInner .main p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
  }
  body.login .sectionBlock .sectionBlockInner .main p.att {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.login .sectionBlock .sectionBlockInner .main p>a {
    color: #2b49e7;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
  }
  body.login .sectionBlock .sectionBlockInner .main p>a:hover,
  body.login .sectionBlock .sectionBlockInner .main p>a active {
    text-decoration: underline;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper {
    padding: 50px 100px 26px 100px;
    background-color: #ededed;
    margin: 10px auto;
    display: inline-block;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dt {
    text-align: right;
    float: left;
    clear: left;
    width: 7em;
    margin-bottom: 24px;
    padding-top: 8px;
    font-size: 13px;
    line-height: 1;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dd {
    margin-left: 7em;
    margin-bottom: 24px;
  }
  body.login .sectionBlock .sectionBlockInner .main .inputWrapper dl dd input {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    width: 156px;
    padding: 8px 10px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button {
    display: block;
    width: 180px !important;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 50px auto 80px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background-color: #2b49e7;
    cursor: pointer;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button:hover {
    background-color: #6b80ee;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button span {
    padding-right: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.login .sectionBlock .sectionBlockInner .main .submit-button span:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 14px;
    -moz-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  body.credit {
    width: 100%;
    height: 100%;
    background-color: #f3f1f2;
  }
  body.credit h1 {
    text-align: center;
    color: #2b49e7;
    font-size: 40px;
    margin: 80px auto 50px;
  }
  body.credit .sectionBlock {
    position: relative;
  }
  body.credit .sectionBlock .sectionBlockInner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 48px 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    text-align: center;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button {
    display: block;
    width: 180px !important;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 50px auto 80px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background-color: #2b49e7;
    cursor: pointer;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button:hover {
    background-color: #6b80ee;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button span {
    padding-right: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.credit .sectionBlock .sectionBlockInner .submit-button span:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 10px 14px;
    -moz-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  body .form {
    width: 100%;
  }
  body .form h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body .form h1 span {
    font-size: 27px;
  }
  body .form h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body .form .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body .form .sectionBlock.gray {
    background: #eceaea;
  }
  body .form .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .form .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .form .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 13px;
    text-align: center;
    margin-bottom: 60px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .blockText {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
    clear: both;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    display: table;
    width: 886px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    display: table-cell;
    width: 62%;
    border-right: 1px solid #dcdcdc;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span:first-child {
    padding-left: 23px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 24px;
    vertical-align: top;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd option,
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    padding-left: 29px;
    font-size: 13px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span {
    font-size: 15px;
    font-weight: bold;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .textArea #ctl00_cpmain_agreement {
    height: 305px;
    width: 920px;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .textArea #agreement {
    height: 305px;
    width: 920px;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl {
    width: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 22px 13px 6px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 13px 20px 13px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul {
    line-height: 34px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul li label {
    vertical-align: 2px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .wrap {
    display: table;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .lastName {
    display: table-cell;
    padding-right: 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .lastName input {
    margin-left: 15px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .firstName {
    display: table-cell;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .firstName input {
    margin-left: 15px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd.inputWidth1 input[type="text"] {
    width: 350px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    margin-right: 16px;
    margin-bottom: 8px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd.numyears li {
    width: 160px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent dl dd .opinion {
    width: 900px;
    height: 220px;
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .form .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap {
    width: 450px;
    margin: 43px auto 20px;
    zoom: 1;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap:before,
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    content: "";
    display: table;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    clear: both;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print {
    margin: 0 0 20px;
    float: right;
    zoom: 1;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:before,
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    content: "";
    display: table;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    clear: both;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span {
    padding-right: 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span:after {
    background-image: none;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .btn {
    float: right;
    margin-top: 0;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn {
    width: 160px;
    padding-right: 37px;
    float: left;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a:hover,
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table {
    border-collapse: collapse;
    margin: 10px 0 5px;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th,
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td {
    border: 1px solid #99a3ff;
    text-align: center;
    padding: 16px 80px;
    font-size: 13px;
    line-height: 1.6;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th {
    background-color: #5269e8;
    color: #fff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td td,
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(even) td {
    background-color: #fff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:nth-child(odd) td {
    background-color: #f2fbff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:first-child th {
    border-top: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:first-child td {
    border-top: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:last-child th {
    border-bottom: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr:last-child td {
    border-bottom: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td:first-child {
    border-left: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr td:last-child {
    border-right: 1px solid #74c0ff;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th:first-child {
    border-left: 1px solid #5269e8;
  }
  body .form .sectionBlock .sectionBlockInner .blockContent table tr th:last-child {
    border-right: 1px solid #5269e8;
  }
  body .form .easy-select-box {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 170px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding-top: 10px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body .form .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body .form .esb-displayer {
    font-size: 12px;
    position: relative;
  }
  body .form .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body .form .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 170px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 35px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 99;
  }
  body .form .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body .form .esb-item:first-child {
    border-top: none;
  }
  body .form .esb-item:hover {
    background-color: #e9e9e9;
  }
  body .form .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body .graphform .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body .graphform .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .graphform .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a:hover,
  body .graphform .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body .graphform .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .graphform .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .graphform .mechanism h1 {
    font-size: 30px;
    text-align:center;
  }
  body .graphform .mechanism h1 span {
    font-size: 22px;
    text-align:center;
  }
  body .graphform .mechanism ol > li {
    padding-bottom: 16px;
    position: relative;
    z-index: 9;
  }
  body .graphform .mechanism ol > li h2 {
    font-size: 18px;
    color: #5269e8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  body .graphform .mechanism ol > li h2 span {
    font-size: 22px;
    font-style: italic;
    margin-right: 8px;
  }
  body .graphform .mechanism ol > li p {
    font-size: 16px;
    line-height: 1.5;
  }
  body .graphform .mechanism ol > li p.voice {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
    padding:0 0 0 40px;;
    font-size: 16px;
    line-height: 1.5;
  }
  body .graphform .mechanism ol > li span {
    font-size: 14px;
  }
  body .graphform .mechanism ol > li ul {
    margin-bottom: 16px;
  }
  body .graphform .mechanism ol > li ul img {
    height: 14px;
  }
  body .graphform .mechanism ol > li ul span {
    font-style: italic;
  }
  body .graphform .mechanism ol > li .title {
    margin-top:10px;
    color: #001ba6;
    font-size: 14px;
    font-weight:bold;
  }
  body .graphform .mechanism ol > li .review {
    font-size: 14px;
  }
  body .graphform .mechanism ol > li ul.voice {
    border-bottom: 1px solid #ccc;
  }
  body.koedisp {
    width: 100%;
    background-color: #eceaea;
  }
  body.koedisp h1 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
  }
  body.koedisp h1 span {
    font-size: 22px;
  }
  body.koedisp .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.koedisp .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a:hover,
  body.koedisp .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li {
    padding-bottom: 16px;
    position: relative;
    z-index: 9;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li h2 {
    font-size: 18px;
    color: #5269e8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li h2 span {
    font-size: 22px;
    font-style: italic;
    margin-right: 8px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li p {
    font-size: 16px;
    line-height: 1.5;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li p.voice {
    background-image: url("../images/icon_voice_bk.svg");
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    background-size: 25px 25px;
    padding:0 0 0 40px;;
    font-size: 16px;
    line-height: 1.5;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li span {
    font-size: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul {
    margin-bottom: 16px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul img {
    height: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul span {
    font-style: italic;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li .title {
    margin-top:10px;
    color: #001ba6;
    font-size: 14px;
    font-weight:bold;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li .review {
    font-size: 14px;
  }
  body.koedisp .sectionBlock .sectionBlockInner .blockContent ol > li ul.voice {
    border-bottom: 1px solid #ccc;
  }

  body .apply {
    width: 100%;
  }
  body .apply h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body .apply h1 span {
    font-size: 27px;
  }
  body .apply h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body .apply .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body .apply .sectionBlock.gray {
    background: #eceaea;
  }
  body .apply .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .apply .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .apply .sectionBlock .sectionBlockStep {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding: 10px;
  }
  body .apply .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .blockText {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
    clear: both;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    display: table;
    width: 886px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    display: table-cell;
    width: 62%;
    border-right: 1px solid #dcdcdc;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-new {
    background-color: #ff001e;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .recommendText {
    background-color: #2e8bde;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .trainingText {
    background-color: #17862b;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 24px;
    vertical-align: top;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd span.subtitle {
    font-size: 14px;
    display: block;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd option,
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    padding-left: 29px;
    font-size: 13px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span span {
    font-size: 15px;
    font-weight: bold;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .textArea #ctl00_cpmain_agreement {
    height: 305px;
    width: 920px;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .textArea #agreement {
    height: 305px;
    width: 920px;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    clear: both;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl {
    width: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl.coursebackgroundColor {
    background-color: #d5dbfd;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 22px 13px 6px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 13px 20px 13px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul {
    line-height: 34px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li label {
    vertical-align: 2px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .wrap {
    display: table;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName {
    display: table-cell;
    padding-right: 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName input {
    margin-left: 15px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .firstName {
    display: table-cell;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .firstName input {
    margin-left: 15px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.inputWidth1 input[type="text"] {
    width: 350px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    margin-right: 16px;
    margin-bottom: 8px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.numyears li {
    width: 160px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .opinion {
    width: 900px;
    height: 220px;
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap {
    width: 450px;
    margin: 43px auto 20px;
    zoom: 1;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap:before,
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    content: "";
    display: table;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    clear: both;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print {
    margin: 0 0 20px;
    float: right;
    zoom: 1;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:before,
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    content: "";
    display: table;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    clear: both;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span {
    padding-right: 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span:after {
    background-image: none;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .btn {
    float: right;
    margin-top: 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn {
    width: 160px;
    padding-right: 37px;
    float: left;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn {
    width: 60px;
    padding-right: 17px;
    float: left;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
   background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 0px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .seeBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn {
    width: 300px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a:hover,
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn aactive {
    background-color: #6b80ee;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .apply .sectionBlock .sectionBlockInner .blockContent .creditbtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete {
    width: 100%;
  }
  body .enquete h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body .enquete h1 span {
    font-size: 27px;
  }
  body .enquete h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body .enquete .sectionBlock {
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
  }
  body .enquete .sectionBlock.gray {
    background: #eceaea;
  }
  body .enquete .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body .enquete .sectionBlock.gradation .listBox li {
    margin-bottom: 12px;
  }
  body .enquete .sectionBlock .sectionBlockStep {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding: 10px;
  }
  body .enquete .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 40px 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockTitle {
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockTitleThanks {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .blockText {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .requiredColor {
    color: #f00;
    font-size: 15px;
    vertical-align: 0;
    font-weight: normal;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent p.errorText {
    color: #fe0002;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: left;
    clear: both;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap {
    display: table;
    width: 886px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 10px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left {
    display: table-cell;
    width: 62%;
    border-right: 1px solid #dcdcdc;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label {
    margin-bottom: 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span {
    display: inline-block;
    font-size: 11px;
    padding: 5px 9px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label span:first-child {
    padding-left: 23px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-1 {
  background-color: #6cbb5a;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-2 {
  background-color: #00a1e9;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-3 {
  background-color: #f68900;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-4 {
  background-color: #ff1493;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-5 {
  background-color: #4758c7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-6 {
  background-color: #00533f;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-7 {
  background-color: #800080;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-8 {
  background-color: #003f8e;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-9 {
  background-color: #942343;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left .label .level-10 {
  background-color: #001e43;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dt,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl.first dd {
    font-size: 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dt {
    color: #000;
    font-weight: normal;
    padding: 0;
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd {
    border: none;
    display: table-cell;
    padding: 0;
    font-size: 24px;
    vertical-align: top;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd option,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .left dl dd select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right {
    padding-left: 29px;
    font-size: 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li {
    margin-bottom: 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .courseWrap .right ul li span span {
    font-size: 15px;
    font-weight: bold;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .textArea {
    height: 105px;
    width: 920px;
    line-height: 1.6;
    border: none;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table {
    width: 100%;
    clear: both;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl {
    width: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl.backgroundColor {
    background-color: #eef0fd;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl.coursebackgroundColor {
    background-color: #d5dbfd;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dt {
    color: #5269e8;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    padding: 22px 13px 6px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 0;
    padding-right: 13px;
    padding-left: 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.noline {
    padding-bottom: 0px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.line {
    border-bottom: 1px solid #99a3ff;
    padding-bottom: 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul {
    line-height: 34px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li {
    display: inline-block;
    margin-right: 10px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul li label {
    vertical-align: 2px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radio input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate li {
    display: block;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate input[type="radio"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.radiotate input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"] {
    display: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd ul.checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd strong {
    font-weight: bold;
    color: #f00;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .wrap {
    display: table;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName {
    display: table-cell;
    padding-right: 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .lastName input {
    margin-left: 15px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .firstName {
    display: table-cell;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .firstName input {
    margin-left: 15px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.inputWidth1 {
    border-bottom: 1px solid #99a3ff;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 13px 20px 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.inputWidth1 input[type="text"] {
    width: 350px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd input[type="text"] {
    background-color: #f4f4f4;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    height: 36px;
    font-size: 18px;
    padding: 0 10px;
    margin-right: 16px;
    margin-bottom: 8px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd.numyears li {
    width: 160px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent table tr td dl dd .opinion {
    width: 900px;
    height: 120px;
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 10px;
    background-color: #f4f4f4;
    line-height: 1.6;
    resize: vertical;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn {
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #2b49e7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn aactive {
    background-color: #6b80ee;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn.thanks {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 16px 20px 16px 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_right.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .notes1 {
    font-size: 12px;
    color: #f00;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .notes2 {
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 22px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .indent1 {
    text-indent: -1em;
    padding-left: 13px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .mgnBtm20 {
    margin-bottom: 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap {
    width: 450px;
    margin: 43px auto 20px;
    zoom: 1;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap:before,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    content: "";
    display: table;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap:after {
    clear: both;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print {
    margin: 0 0 20px;
    float: right;
    zoom: 1;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:before,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    content: "";
    display: table;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print:after {
    clear: both;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span {
    padding-right: 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap.print a span:after {
    background-image: none;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .btn {
    float: right;
    margin-top: 0;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn {
    width: 160px;
    padding-right: 37px;
    float: left;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn aactive {
    background-color: #c3c1c1;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 20px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .btnWrap .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn {
    width: 60px;
    padding-right: 17px;
    float: left;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
   background-color: #2b49e7;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a:hover,
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn aactive {
    background-color: #6b80ee;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 16px 0 16px 0px;
  }
  body .enquete .sectionBlock .sectionBlockInner .blockContent .seeBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body .apply .easy-select-box {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    display: inline-block;
    width: 250px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    padding-top: 10px;
    padding-left: 18px;
    background-color: #dfdfdf;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }
  body .apply .easy-select-box:hover {
    background-color: #e9e9e9;
  }
  body .apply .esb-displayer {
    font-size: 12px;
    position: relative;
  }
  body .apply .esb-displayer:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -5px;
    right: 10px;
    background-image: url("../images/arrow_gy_bottom.svg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 14px 10px;
    -moz-background-size: 14px 10px;
    background-size: 14px 10px;
    border-left: 1px solid #cfc8c8;
  }
  body .apply .esb-dropdown {
    font-size: 14px;
    line-height: 1;
    text-align: left;
    width: 250px !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    position: absolute;
    top: 35px;
    left: -1px;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    z-index: 99;
  }
  body .apply .esb-item {
    border: none;
    height: 50px;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dfdfdf;
    border-top: 1px solid #cfc8c8;
  }
  body .apply .easy-select-box .esb-dropdown .esb-item {
    height: auto !important;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  body .apply .esb-item:first-child {
    border-top: none;
  }
  body .apply .esb-item:hover {
    background-color: #e9e9e9;
  }
  body .apply .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.categoryList4 {
    width: 100%;
    background-color: #eceaea;
  }
  body.categoryList4 h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }
  body.categoryList4 h1+p {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  body.categoryList4 .sectionBlock {
    border-top: 1px solid #ccc;
  }
  body.categoryList4 .sectionBlock.gray {
    background: #eceaea;
  }
  body.categoryList4 .sectionBlock.gradation {
    background: -webkit-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -o-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eceaea 100%);
    background: linear-gradient(to bottom, #fff 0%, #eceaea 100%);
  }
  body.categoryList4 .sectionBlock .sectionBlockInner {
    margin: 0 auto;
    padding: 26px 0;
    max-width: 1000px;
    overflow: hidden;
    margin-left:15px
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a:hover,
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn {
    padding: 2px 10px;
    width: 80px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #a9a6a6;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a:hover,
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn aactive {
    background-color: #c3c1c1;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 10px 0 10px 20px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .backBtn a span:after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background-image: url("../images/arrow_wt_left.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    background-size: 8px 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .search-wrapper {
    text-align: center;
    z-index: 40;
    position: relative;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input,
  body.categoryList4 .sectionBlock .sectionBlockInner option,
  body.categoryList4 .sectionBlock .sectionBlockInner select {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input.input-text {
    width: 287px !important;
    border: 1px solid #cfc8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 18px;
    vertical-align: middle;
    background-color: #dfdfdf;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner input.input-text:selected {
    background-color: #f00;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button {
    font-size: 14px;
    display: inline-block;
    width: 250px !important;
    padding: 0;
    vertical-align: top;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2b49e7;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 0 0 15px 0;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button:hover {
    background-color: #6b80ee;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button span {
    padding-left: 20px;
    position: relative;
    margin-top: 17px;
    line-height: 1;
    display: inline-block;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .submit-button span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-image: url("../images/icon_search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 {
    margin: 0;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li {
    display: table;
    zoom: 1;
    width: 966px;
    margin: 15px 0 0 0;
    padding: 13px 15px;
    vertical-align: bottom;
    position: relative;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #fff;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:before,
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:after {
    content: "";
    display: table;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:after {
    clear: both;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li:first-child {
    margin: 0 0 0 0;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table {
  width: 966px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell {
    vertical-align: top;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea {
    display: table-cell;
    min-width: 860px;
  padding: 0 10px 0 0;
  vertical-align: top;
  zoom: 1;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:before,
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:after {
    content: "";
    display: table;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea:after {
  clear: both;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .label span {
    display: inline-block;
    font-size: 11px;
    padding: 7px 10px 8px;
    background: #bcbcbc;
    color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 7px center;
    margin-right: 6px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner {
    text-decoration: none;
    color: #000;
    display: block;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title {
    padding: 8px 0 0 0;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock {
    width: 100%;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock .txt {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .coursesIdBlock .coursesId {
    text-align: left;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName {
    display: block;
    width: 100%;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName span {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName h3 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.3;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .title .corseName h3 span.subtitle {
    display: block;
    text-align: left;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.listTextAreaCell .listTextArea .listTextAreaInner .text .name {
    padding: 4px 0 0 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.4;
    color: #6f6f6f;
    word-wrap: break-word;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell {
    width: 76px;
    vertical-align: middle;
    border-left: 1px solid #dbdbdb;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock {
    width: 76px;
    padding: 0 0 0 18px;
    text-align: left;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p {
    width: 68px;
    background-color: #2b49e7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p a {
    display: block;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
  }
  body.categoryList4 .sectionBlock .sectionBlockInner .listBoxType4 li table tr td.btnBlockCell .btnBlock p a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  body.categoryList4 .breadcrumb+.sectionBlock {
    border-top: none;
  }
  body.categoryList4 .paging {
    text-align: center;
    padding: 18px 0;
    margin-top: 19px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100;
  }
  body.categoryList4 .paging a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    display: inline-block;
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.2);
    background: #cfcece;
    padding: 3px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    margin: 0 2px;
  }
  body.categoryList4 .paging a:hover {
    background: #e1dede;
    color: #fff;
  }
  body.categoryList4 .paging .prev {
    display: inline-block;
    position: relative;
  }
    body.categoryList4 .paging .next {
      display: inline-block;
    position: relative;
  }
  body.categoryList4 .paging div {
    display: inline-block;
  }
  body.categoryList4 .paging div li {
    display: inline-block;
    font-size: 22px;
  }
  body.categoryList4 .paging div li.current a {
    color: #fff;
    background: #000;
  }

}

@media (max-width: 900px) {
#stepimg{
    position: absolute;
    width: 100%;
    height: auto;
}
}
