@charset "UTF-8";
/* ----------------------------------------
 * /vlj/
 ---------------------------------------- */
/* init */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

/* flex */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-j_s {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-j_b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-j_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-j_e {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-w_w {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* grid */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .row.gutter {
    margin-left: -24px;
  }
  .row.gutter > div {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .row.gutter .span-s-12 + .span-s-12 {
    margin-top: 24px;
  }
}

/*.row .span-1*/
.span-1 {
  width: 8.3333333333%;
}

/*.row .span-2*/
.span-2 {
  width: 16.6666666667%;
}

/*.row .span-3*/
.span-3 {
  width: 25%;
}

/*.row .span-4*/
.span-4 {
  width: 33.3333333333%;
}

/*.row .span-5*/
.span-5 {
  width: 41.6666666667%;
}

/*.row .span-6*/
.span-6 {
  width: 50%;
}

/*.row .span-7*/
.span-7 {
  width: 58.3333333333%;
}

/*.row .span-8*/
.span-8 {
  width: 66.6666666667%;
}

/*.row .span-9*/
.span-9 {
  width: 75%;
}

/*.row .span-10*/
.span-10 {
  width: 83.3333333333%;
}

/*.row .span-11*/
.span-11 {
  width: 91.6666666667%;
}

/*.row .span-12*/
.span-12 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /*.row {*/
  .span-s-3 {
    width: 25% !important;
  }

  .span-s-4 {
    width: 33.33% !important;
  }

  .span-s-6 {
    width: 50% !important;
  }

  .span-s-12 {
    width: 100% !important;
  }

  /*}*/
}
/* text */
.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.fc-blue {
  color: #009DD6;
}

.fc-blue2 {
  color: #495C72;
}

.fc-black {
  color: #000;
}

.fc-orange {
  color: #E87102;
}

.fs-l {
  font-size: 1.125em;
}

.fs-s {
  font-size: 0.875em;
}

.fs-ss {
  font-size: 0.75em;
}

/* clearfix */
.clear {
  clear: both;
  content: "";
  display: table;
}

/* width */
.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-0 {
  width: 0%;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

/* responsive */
@media print, screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}
/* colors */
.fill-color_01 {
  background: #F2F7FA;
}

.fill-color_02 {
  background: #FCF9F5;
}

/* layout
------------------------------ */
/* max-wrap */
.l-inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

/* navigation */
.local-link {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
}
.local-link a {
  color: #A1A9AF;
  text-decoration: none;
}
.local-link a.current {
  color: #E87102;
  font-weight: bold;
}
.local-link li {
  display: inline-block;
}
.local-link li + li {
  border-left: 1px solid #D6DCE6;
  margin-left: 2em;
  padding-left: 2em;
}

/* page wrap
------------------------------ */
/* page header */
.page-header {
  background: url(/images/vlj/img_pagehead.jpg) no-repeat 50% 0/cover;
  height: 450px;
  margin-top: -56px;
  padding-top: 56px;
  position: relative;
}
.page-header_inner{
	position: relative;
	height: 180px;
}
.page-header_inner .btn{
	position: absolute;
	bottom: -41px;
	right: 0;
	padding: 6px 16px;
	font-size: 14px;
	background: #e6e6e6;
	border-radius: 4px;
}
.page-header_catch+.btn{
	bottom: -189px;
}
.page-header_inner .btn::after{
	right: 10px;
}

.page-header_full {
  height: 555px;
}
.page-header_full .page-header_inner{
	height: 435px;
}
.page-header_title, .page-header_catch {
  text-align: right;
}
.page-header_title {
  margin-top: 64px;
}
.page-header_catch {
  font-size: 28.8px;
  font-weight: bold;
  margin-top: 14px;
  text-align: right;
}
.page-header_list {
  max-width: 971px;
  margin: 95px auto 0;
}
.page-header_list li {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 175px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  width: 175px;
  height: 175px;
  padding: 24px 0;
}
.page-header_list .icon {
  margin: 5px auto;
  width: 54px;
  height: 54px;
}
/* page main */
.page-main {
  font-size: 16px;
  line-height: 1.5;
}

/* section */
.section {
  padding: 64px 0 72px;
}
.section + .section {
  border-top: 1px solid #D6DCE6;
}
.section-title {
  margin-bottom: 34px;
  text-align: center;
}
.section-title > span {
  display: block;
}
.section-title .jp {
  font-weight: bold;
  font-size: 32px;
}
.section-title .en {
  color: #009DD6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.section-title_lower {
  background: #F2F7FA;
  margin-bottom: 56px;
  padding: 32px;
}
.section-lead {
  color: #495C72;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 48px;
  text-align: center;
}

/* title */
.title-sub {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 48px;
  position: relative;
  text-align: center;
}
.title-sub::after {
  background: #009DD6;
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  margin: 19px auto 0;
}

/* btn */
.btn-wrap {
  margin-top: 56px;
}

a.btn {
  border: 2px solid #E87102;
  border-radius: 6px;
  color: #E87102;
  font-weight: bold;
  display: block;
  line-height: 1;
  max-width: 385px;
  margin: 0 auto;
  padding: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
a.btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #E87102;
  border-right: 2px solid #E87102;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
}
a.btn.btn-pdf::after {
  background: url(/images/vlj/icon_link_pdf.png) no-repeat 50% 50%/contain;
  border: none;
  width: 20px;
  height: 24px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  margin-top: -12px;
  right: 10px;
}

/* table */
table {
  border-collapse: separate;
}
table th .small {
  margin-left: 0.25em;
  vertical-align: middle;
}

.table-vlj {
  border-top: 1px solid #D6DCE6;
  border-right: 1px solid #D6DCE6;
  position: relative;
  width: 100%;
}
.table-vlj th, .table-vlj td {
  border-bottom: 1px solid #D6DCE6;
  border-left: 1px solid #D6DCE6;
  vertical-align: middle;
}
.table-vlj th {
  color: #495C72;
  font-size: 20px;
  font-weight: bold;
}
.table-vlj th .small {
  font-size: 16px;
}
.table-vlj thead th {
  background: #F2F7FA;
  color: #495C72;
  font-weight: bold;
  font-size: 18px;
  padding: 0.75em 1em;
  text-align: center;
}
.table-vlj thead th .small {
  font-size: 14px;
}
.table-vlj tbody th {
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  white-space: nowrap;
}
.table-vlj tbody th .small {
  font-size: 14px;
}
.table-vlj tbody .cell-option {
  font-size: 20px;
  line-height: 1.2;
}
.table-vlj tbody td {
  padding: 16px 24px;
}
.table-vlj tbody ul {
  margin: 0;
}
.table-vlj tbody ul li {
  line-height: 1.375;
  padding-left: 1em;
  text-indent: -1em;
}
.table-vlj tbody ul li::before {
  content: "・";
}

.cell-lv1 {
  background: #D1EBF8;
  color: #006598 !important;
}

.cell-lv2 {
  background: #C4DAF8;
  color: #1154AC !important;
}

.cell-lv3 {
  background: #C9CFF5;
  color: #2C41C4 !important;
}

.cell-option {
  background: #E4CEF7;
  color: #63289D !important;
}

/* common unit */
/* box */
.box-item {
  background: #FFF;
  border: 1px solid #D6DCE6;
}

/* block */
.block-narrow {
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 56px 0;
  text-align: center;
}

.box-fluid {
  position: relative;
  margin: 0 -40px;
}

.block-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-lead {
  font-size: 18px;
  line-height: 1.55;
}

/* styles */
.common-list_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-list_about li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.common-list_about .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-list_about .icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.common-list_about .label {
  margin: auto;
}

/* parts */
.common-about {
  margin-bottom: 72px;
}
.common-about li {
  border: 1px solid #009DD6;
  width: 196px;
  padding: 24px 0;
}
.common-about .icon {
  width: 100px;
  height: 100px;
  margin: 8px auto 30px;
}
.common-about .label {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.29;
}

@media only screen and (max-width: 767px) {
  /* layout
  ------------------------------ */
  /* navigation */
  .local-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
    margin: 40px auto 0;
    padding: 0 13px;
  }
  .local-link a {
    background: #F7F7F7;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 10px;
    position: relative;
    width: 100%;
  }
  .local-link a.current {
    background: #FCF9F5;
  }
  .local-link li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 3px;
    width: 48%;
  }
  .local-link li + li {
    border-left: none;
    margin-left: 3px;
    padding-left: 0;
  }

  /* page wrap
  ------------------------------ */
  /* page header */
  .page-header {
    background-position: 40% 0;
    background-size: auto 100%;
    height: auto;
    margin-top: 0;
    padding: 90px 16px 10px;
    position: relative;
  }
  .page-header_inner {
    background: rgba(255,255,255,0.85);
    border-radius: 10px;
    padding: 24px 16px 16px;
	position: relative;
	  height: auto !important;
  }
	.page-header_inner .btn{
	position: absolute;
	bottom: -44px;
	right: 18px;
	padding: 6px 16px;
	font-size: 14px;
	}
	.page-header_catch+.btn{
		right: 0;
	}

  .page-header_full {
    background-position: 30% 0;
    background-size: auto 100%;
    padding: 180px 0 0;
    height: auto;
  }
  .page-header_full .page-header_inner {
    background: transparent;
  }
  .page-header_full .page-header_inner .btn {
    bottom: -34px;
  }
  .page-header_title, .page-header_catch {
    text-align: center;
  }
  .page-header_title {
    margin-top: 0;
  }
  .page-header_catch {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 14px;
    text-align: center;
  }
  .page-header_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px -8px 0;
    position: relative;
  }
  .page-header_list li {
    display: block;
    border-radius: 175px;
    font-size: 12px;
    line-height: 1.25;
    width: 32%;
    height: 30%;
    padding: 0;
    margin: 1.5%;
  }
  .page-header_list .item {
    display: block;
    position: relative;
    padding: 100% 0 0;
  }
  .page-header_list .icon {
    margin: 0;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-header_list .label {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    white-space: nowrap;
  }

  /* section */
  .section {
    padding: 56px 16px 64px;
  }
  .section-title {
    margin-bottom: 34px;
  }
  .section-title .jp {
    font-size: 26px;
  }
  .section-title .en {
    font-size: 14px;
  }
  .section-title_lower {
    margin-bottom: 32px;
    padding: 24px;
  }
  .section-lead {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 32px;
    text-align: left;
  }

  /* title */
  .title-sub {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 48px;
    position: relative;
    text-align: center;
  }
  .title-sub::after {
    background: #009DD6;
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    margin: 19px auto 0;
  }

  /* btn */
  .btn-wrap {
    margin-top: 48px;
  }

  /* table */
  .table-vlj th {
    font-size: 20px;
  }
  .table-vlj th .small {
    font-size: 16px;
  }
  .table-vlj thead th {
    font-size: 18px;
    padding: 0.75em 1em;
  }
  .table-vlj thead th .small {
    font-size: 14px;
  }
  .table-vlj tbody th {
    font-size: 24px;
    padding: 20px;
  }
  .table-vlj tbody th .small {
    font-size: 14px;
  }
  .table-vlj tbody .cell-option {
    font-size: 20px;
    line-height: 1.2;
  }
  .table-vlj tbody td {
    padding: 16px 24px;
  }

  /* common unit */
  /* box */
  .box-fluid {
    margin: 0;
  }

  /* block */
  .block-narrow {
    margin: 40px -16px 0;
    padding: 24px;
    position: relative;
  }
  .block-title {
    font-size: 26px;
  }
  .block-lead {
    font-size: 16px;
    text-align: left;
  }

  /* styles */
  .common-list_about {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .common-list_about li {
    border-color: #D6DCE6;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30%;
  }
  .common-list_about .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-list_about .icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .common-list_about .label {
    margin: auto;
  }

  /* parts */
  .common-about {
    margin-bottom: 72px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .common-about li {
    border: 1px solid #D6DCE6;
    width: 44%;
    margin: 3%;
    padding: 16px;
  }
  .common-about li:last-child {
    width: 100%;
  }
  .common-about .icon {
    width: 60px;
    height: 60px;
    margin: 8px auto;
  }
  .common-about .label {
    font-size: 14px;
    line-height: 1.29;
  }

  .sp-scroll {
    overflow-x: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .sp-scroll table {
    min-width: 1080px;
  }
}
/* ------------------------------
* vlj/index
------------------------------ */
.box-service {
  counter-reset: num;
  margin-top: 48px;
}
.box-service .item {
  background: #FFF;
  border: 1px solid #D6DCE6;
  width: 246px;
}
.box-service .item .desc {
  font-size: 14px;
  line-height: 1.57;
  padding: 20px 24px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.box-service .item .desc::before {
  background: #FFF;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  counter-increment: num;
  content: counter(num);
  color: #009DD6;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -30px;
  z-index: -1;
}

.block-voice .btn-wrap {
  margin-top: 48px;
}

.box-voice {
  margin-top: 42px;
}
.box-voice .item {
  background: #FFF;
  border: 1px solid #D6DCE6;
  padding: 32px;
  width: 338px;
}
.box-voice .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}
.box-voice .item .name {
  font-size: 12px;
}
.box-voice .item .desc {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 1.5em;
  text-align: left;
}

.block-service {
  margin-bottom: 56px;
}
.block-service .span {
  border: 1px solid #D6DCE6;
  text-align: center;
}
.block-service .span figure {
  margin-top: 24px;
  margin-bottom: auto;
}
.block-service .title {
  background: #F2F7FA;
  color: #009DD6;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 20px;
  text-align: center;
}
.block-service .title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #009DD6 transparent transparent transparent;
  margin-right: 12px;
  vertical-align: middle;
}
.block-service .inner {
  font-size: 22px;
  font-weight: bold;
  padding: 28px 26px;
}
.block-service .block-service_image {
  width: 700px;
}
.block-service .block-service_option {
  width: 348px;
}

.section-course {
  background: #F2F7FA;
  border-top: none !important;
}

.table-course {
  border-right: 1px solid #D6DCE6;
  border-bottom: 1px solid #D6DCE6;
  width: 100%;
}
.table-course caption {
  caption-side: bottom;
  font-size: 14px;
  margin-top: 1em;
  text-align: left;
}
.table-course th, .table-course td {
  text-align: center;
}
.table-course thead th {
  border-top: 1px solid #D6DCE6;
  border-left: 1px solid #D6DCE6;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px;
}
.table-course thead th span {
  font-size: 16px;
}
.table-course thead th.null {
  border: none;
}
.table-course tbody th, .table-course tbody td {
  background: #FFF;
  border-top: 1px solid #D6DCE6;
  border-left: 1px solid #D6DCE6;
  font-size: 16px;
  line-height: 1.375;
  vertical-align: middle;
}
.table-course tbody th {
  font-weight: bold;
  padding: 24px;
}
.table-course tbody td {
  padding: 22px 32px;
  width: 29.8%;
}

.box-package {
  background: #FFF;
  border: 1px solid #D6DCE6;
  line-height: 1.5;
  margin-top: 32px;
  padding: 24px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-package .label {
  border-right: 1px solid #D6DCE6;
  font-size: 20px;
  padding-right: 24px;
  text-align: center;
}
.box-package .label .small {
  font-size: 18px;
}
.box-package .text {
  font-size: 18px;
  padding-left: 24px;
}
.box-package .text .price {
  font-size: 24px;
}
.box-package .text .price .num {
  font-size: 32px;
}
.box-package .text .price .small {
  font-size: 16px;
}
.box-package .text .note {
  font-size: 14px;
}

.section-step {
  border-top: none !important;
}

.list-step {
  border: 2px solid #D6DCE6;
  counter-reset: num;
  margin-top: 64px;
}
.list-step .item {
  background: #FFF;
  padding: 36px 32px 44px;
  position: relative;
  text-align: center;
  width: 25%;
}
.list-step .item + .item {
  border-left: 2px solid #D6DCE6;
}
.list-step .item + .item:after,
.list-step .item + .item:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  margin-left: -2px;
}
.list-step .item + .item:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 32px;
  margin-top: -32px;
}
.list-step .item + .item:before {
  border-color: rgba(214, 220, 230, 0);
  border-left-color: #D6DCE6;
  border-width: 35px;
  margin-top: -35px;
}
.list-step .label {
  color: #009DD6;
  font-size: 22px;
  font-weight: bold;
}
.list-step .label::before {
  background: #009DD6;
  border-radius: 60px;
  color: #FFF;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 24px;
  display: block;
  margin: 0 auto 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.list-step .text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 14px;
  text-align: left;
}

/* index, price common */
.box-store .item {
  border: 1px solid #D6DCE6;
  background: #FFF;
  text-align: center;
  width: 339px;
}
.box-store .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  padding: 19px 16px;
}
.box-store .inner {
  padding: 24px 28px 32px;
}
.box-store .label {
  color: #033B83;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.box-store .label .small {
  font-size: 16px;
}
.box-store .icon {
  margin: 4px auto;
}
.box-store .btn a {
  background: #E87102;
  border-radius: 6px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 12px;
  position: relative;
  text-decoration: none;
}
.box-store .btn a .small {
  font-size: 12px;
  font-weight: normal;
}
.box-store .btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .box-service {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px;
  }
  .box-service .item {
    margin-top: 16px;
    width: 100%;
  }
  .box-service .item figure img {
    width: 100%;
  }

  .box-voice {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px;
  }
  .box-voice .item {
    margin-top: 16px;
    padding: 24px;
    width: 100%;
  }

  .block-service {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-service_image, .block-service_option {
    width: 100%;
  }
  .block-service_option {
    margin-top: 24px;
  }

  .box-package {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .box-package .label {
    border-right: none;
    padding: 16px;
  }
  .box-package .text {
    border-top: 1px solid #D6DCE6;
    padding: 8px 16px 16px;
  }

  .box-store {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .box-store .item {
    margin-top: 24px;
    width: 100%;
  }
  .box-store .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 16px 24px 24px;
  }
  .box-store .label {
    margin: auto;
  }
  .box-store .btn {
    margin-top: 16px;
    width: 100%;
  }

  .list-step {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-step .item {
    padding: 24px;
    width: 100%;
  }
  .list-step .item + .item {
    border-left: none;
    border-top: 2px solid #D6DCE6;
    padding-top: 36px;
  }
  .list-step .item + .item:after,
.list-step .item + .item:before {
    left: 50%;
    top: 0;
    border-bottom: none;
    border: solid transparent;
  }
  .list-step .item + .item:after {
    border-top-color: #ffffff;
    border-width: 28px;
    margin-top: -3px;
    margin-left: -28px;
  }
  .list-step .item + .item:before {
    border-top-color: #D6DCE6;
    border-width: 30px;
    margin-top: -1px;
    margin-left: -30px;
  }

  .section-individuals .note {
    font-size: 12px;
  }
}
/* ------------------------------
 * vlj/reason
------------------------------ */
.list-reason .item {
  border: 1px solid #D6DCE6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list-reason .item + .item {
  margin-top: 24px;
}
.list-reason .icon {
  background: #F2F7FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-reason .icon img {
  width: 100px;
  height: 100px;
}
.list-reason .text {
  font-size: 16px;
  line-height: 1.5;
  padding: 32px 40px 32px 48px;
}
.list-reason .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.block-reason02.block-narrow {
  margin-bottom: 0;
}

.box-reason02_voice {
  margin-top: 48px;
}
.box-reason02_voice .item {
  padding: 40px;
  width: 524px;
}
.box-reason02_voice .box-item_voice {
  text-align: left;
}
.box-reason02_voice .box-item_voice p + p {
  margin-top: 1em;
}
.box-reason02_voice .box-item_voice .box-item_head .thumb {
  width: 130px;
}
.box-reason02_voice .box-item_voice .box-item_head .text {
  font-size: 12px;
  margin-left: 24px;
}
.box-reason02_voice .box-item_voice .box-item_head .text .name {
  font-size: 16px;
}
.box-reason02_voice .box-item_voice .box-item_head .text .title {
  font-size: 22px;
  line-height: 1.27;
}
.box-reason02_voice .box-item_voice .box-item_main {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px;
}
.box-reason02_voice .box-item_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-reason02_voice .box-item_article figure,
.box-reason02_voice .box-item_article .btn-wrap {
  width: 100%;
}
.box-reason02_voice .box-item_article .btn-wrap {
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  .list-reason .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-reason .icon {
    padding: 16px;
    width: 100%;
  }
  .list-reason .text {
    padding: 24px;
  }
  .list-reason .title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .box-reason02_voice {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px;
  }
  .box-reason02_voice .item {
    padding: 24px;
    width: 100%;
  }
  .box-reason02_voice .box-item_voice {
    text-align: left;
  }
  .box-reason02_voice .box-item_voice p + p {
    margin-top: 1em;
  }
  .box-reason02_voice .box-item_voice .box-item_head {
    display: block;
  }
  .box-reason02_voice .box-item_voice .box-item_head .thumb {
    float: left;
    margin: 0 1em 1em 0;
  }
  .box-reason02_voice .box-item_voice .box-item_head .text {
    margin-left: 0;
  }
  .box-reason02_voice .box-item_voice .box-item_head .text .title {
    clear: left;
  }
  .box-reason02_voice .box-item_voice .box-item_main {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
  }
  .box-reason02_voice .box-item_article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .box-reason02_voice .box-item_article figure,
.box-reason02_voice .box-item_article .btn-wrap {
    width: 100%;
  }
  .box-reason02_voice .box-item_article .btn-wrap {
    margin-top: 16px;
  }
}
/* ------------------------------
* vlj/course
------------------------------ */
.section-learning .block-service {
  margin-bottom: 40px;
}
.section-learning .block-service_description .description-item {
  margin-top: 32px;
}
.section-learning .block-service_description .description-item figure {
  width: 22%;
}
.section-learning .block-service_description .description-item .text {
  width: 75%;
}
.section-learning .block-service_description .description-item .title {
  color: #495C72;
  font-size: 20px;
  margin-bottom: 16px;
}

.block-course01 {
  padding: 0;
}
.block-course01 > div + div {
  margin-top: 48px;
}
.block-course01_item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
  width: 100%;
}
.block-course01_item .image {
  width: 542px;
  position: relative;
}
.block-course01_item .image.video {
  padding: 16px;
	background: #F4EFE9;
}
video{
	display: block;
}
.block-course01_item .image img + img {
  margin-left: 12px;
}
.block-course01_item .text {
  padding: 0 48px;
  width: 500px;
  text-align: center;
}
.block-course01_item .text .title-sub {
  margin-bottom: 32px;
}
.block-course01_item .text .desc {
  line-height: 1.5;
}

.block-course02 .title-sub, .block-course03 .title-sub {
  margin-top: 80px;
}

.table-language .outline li + li {
  margin-top: 0.75em;
}
.table-language .language .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-language .language li + li {
  margin-top: 0.5em;
}
.table-language + .table-language {
  margin-top: 68px;
}
.table-language + .table-language::before, .table-language + .table-language::after {
  background: #808594;
  border-radius: 2px;
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  position: absolute;
  top: -32px;
  left: 40px;
}
.table-language + .table-language::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  .fill-color_02 .image {
    margin-left: -40px;
  }

  .fill-color_01 .image {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-learning .block-service {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-learning .block-service_description .description-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-learning .block-service_description .description-item figure,
.section-learning .block-service_description .description-item .text,
.section-learning .block-service_description .description-item .title {
    width: 100%;
  }
  .section-learning .block-service_description .description-item figure {
    background: #F7F7F7;
    margin-bottom: 1em;
    text-align: center;
  }
  .section-learning .block-service_description .description-item .text {
    font-size: 16px;
  }
  .section-learning .block-service_description .description-item .title {
    font-size: 18px;
  }
  .section-learning .block-service_image, .section-learning .block-service_option {
    width: 100%;
  }
  .section-learning .block-service_option {
    margin-top: 24px;
  }

  .block-course01 {
    padding: 0;
  }
  .block-course01 > div + div {
    margin-top: 40px;
  }
  .block-course01_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-course01_item .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
  }
  .block-course01_item .image img {
    display: block;
    width: 100%;
  }
  .block-course01_item .image img + img {
    margin-left: 0;
  }
  .block-course01_item .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 24px;
    width: 100%;
  }
  .block-course01_item .text .title-sub {
    margin-bottom: 32px;
  }
  .block-course01_item .text .desc {
    text-align: left;
  }

  .fill-color_02 .image img {
    width: 50%;
  }

  .block-course02 table,
.block-course03 table {
    min-width: 1080px;
  }

  .block-course03 {
    margin-top: 1em;
  }
  .block-course03 th, .block-course03 td {
    white-space: nowrap;
  }
}
/* ------------------------------
* vlj/price
------------------------------ */
.fs-large {
  font-size: 1.125em;
}

.list-inline li {
  display: inline-block;
  margin: 0.25em 0.5em;
  min-width: 6em;
}

.table-vlj .price {
  font-size: 20px;
  white-space: nowrap;
}
.table-vlj .price .num {
  font-size: 28px;
}

.table-admin {
  margin: 20px 0 40px;
}
.table-admin tbody th {
  font-size: 20px;
}
.table-admin tbody th .small {
  font-size: 16px;
}

.table-option caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: left;
}
.table-option caption::before {
  background: #E87102;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.table-option th {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-store {
  margin-top: 80px;
  padding-top: 48px;
}
.block-store_head {
  margin: 0 auto 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-store_head .image {
  width: 90px;
  height: 82px;
  margin-right: 20px;
  margin-left: 8px;
}
.block-store_head p,
.block-store_head .text {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .table-admin,
.table-option {
    display: block;
  }
  .table-admin caption, .table-admin tbody, .table-admin tr, .table-admin th, .table-admin td,
.table-option caption,
.table-option tbody,
.table-option tr,
.table-option th,
.table-option td {
    display: block;
    width: 100%;
  }

  .table-option {
    border-top: none;
    border-right: none;
  }
  .table-option th, .table-option td {
    border-right: 1px solid #D6DCE6;
  }

  .block-store {
    margin-top: 40px;
    padding-top: 40px;
  }
  .block-store_head {
    margin: 0 auto 16px;
  }
  .block-store_head .image {
    width: 90px;
    height: 82px;
    margin-right: 20px;
    margin-left: 8px;
  }
  .block-store_head p {
    font-size: 18px;
  }
  .block-store .note {
    font-size: 12px;
  }
}


/*------Terms of service---------*/

h4.heading-style{
    color: #495C72;
    font-size: 20px;
	padding-top: 14px;
	padding-bottom: 8px;
}

.font-weight-bold {
	font-weight: bold; 
	font-size: 110%;
	padding-top: 10px;
}

.section-terms ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.section-terms ol ol{
  padding-left: 1em;
}
.section-terms li{
  text-indent: -1em;
  padding-left: 1em;
}
.section-terms li:before {
  counter-increment: item;
  content: counter(item)'.';
}


.padding-left1em{padding-left: 1em;}
.section-terms ol li.counttype-parentheses {
	list-style-type: none;
	counter-increment: cnt;
}
 
.section-terms ol li.counttype-parentheses::before {
	content: "(" counter(cnt) ") ";
}


#feetable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 60%;
}

#feetable td, #feetable th {
  border: 1px solid #ddd;
  padding: 8px;
}
#feetable p:last-child{
	margin-bottom: 0;
}

#feetable tr:nth-child(even){background-color: #f2f2f2;}

#feetable tr:hover {background-color: #ddd;}

#feetable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e67120;
  color: white;
}