@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
 * Remove the margin in all browsers (opinionated).
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
 /* 1 */
  display: block;
}/**
 * Add the correct display in IE 9-.
 */audio,canvas,progress,video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */template,[hidden] {
  display: none;
}/* Links
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent;
 /* 1 */
  -webkit-text-decoration-skip: objects;
 /* 2 */;
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,a:hover {
  outline-width: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
 /* 1 */
  text-decoration: underline;
 /* 2 */
  text-decoration: underline dotted;
 /* 2 */;
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,strong {
  font-weight: bolder;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 *//**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,kbd,pre,samp {
  font-family: monospace, sans-serif;
 /* 1 */
  font-size: 1em;
 /* 2 */;
}/**
 * Add the correct margin in IE 8.
 *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
 /* 1 */
  height: 0;
 /* 1 */
  overflow: visible;
 /* 2 */;
}/* Forms
   ========================================================================== *//**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */button,input,select,textarea {
  font: inherit;
 /* 1 */
  margin: 0;
 /* 2 */;
}/**
 * Restore the font weight unset by the previous rule.
 */optgroup {
  font-weight: bold;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,input {
 /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,select {
 /* 1 */
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
 /* 2 */;
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 *//**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
 /* 1 */
  color: inherit;
 /* 2 */
  display: table;
 /* 1 */
  max-width: 100%;
 /* 1 */
  padding: 0;
 /* 3 */
  white-space: normal;
 /* 1 */;
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
 /* 1 */
  outline-offset: -2px;
 /* 2 */;
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
 /* 1 */
  font: inherit;
 /* 2 */;
}

div,h1,h2,h3,h4,h5,h6,form,ul,li,ol,dl,dt,dd,p,fieldset,pre,code,legend,blockquote,figure {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
}

li {
  list-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}/* Embedded content */img {
  vertical-align: top;
  line-height: 1;
}/* Tabular data */caption {
  padding: 0;
}

th,td {
  padding: 0;
}/* Forms */fieldset {
  border: 0;
}

html,body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-size: 14px;
  color: #232323;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  position: relative;
  width: 100%;
  min-height: 100%;
}

a {
  color: #ea6a00;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:not(.ico-img):hover {
  color: #ff9238;
  background-color: #ffe6d1;
}

.is-show {
  display: inherit !important;
}

.is-hide {
  display: none !important;
}

.is-visible {
  visibility: visible !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-fixed {
  position: fixed !important;
}

.is-absolute {
  position: absolute !important;
}

.is-overflow-hidden {
  overflow: hidden !important;
}

.is-disable a {
  opacity: 0.4;
  cursor: default;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.btn-page-top {
  position: absolute;
  top: -40px;
  right: 0;
}

.btn-page-top a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-page-top a:hover {
  color: #ea6a00;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.l-global-header {
  width: 100%;
}

.mainvisual {
  display: block;
  overflow: hidden;
  width: 960px;
  height: 340px;
  background: url("../images/bg_globalHeader_1.jpg") center top no-repeat;
  text-indent: -99999px;
}

.mainvisual.training-mainvisual {
  position: relative;
  background: url("../images/bg_globalHeader_2.jpg") center top no-repeat !important;
}

.mainvisual.training-mainvisual .linkArea {
  position: absolute;
  top: 104px;
  right: 35px;
}

.mainvisual.training-mainvisual .linkArea > a {
  display: block;
  width: 435px;
  height: 172px;
}

.mainvisual.training-mainvisual .linkArea > a:hover {
  background-color: transparent;
}

body.en .mainvisual {
  background: url("/archives/vled/symposium2018/images/bg_globalHeader_en.jpg") center top no-repeat !important;
}

.l-contents {
  width: 100%;
  padding-bottom: 80px;
}

* + .l-contents {
  margin-top: 60px;
}

.l-alpha {
  float: left;
  width: 680px;
}

.l-beta {
  float: right;
  width: 220px;
}

.l-beta a {
  text-decoration: none;
}

.inner,.inner-header,.inner-content,.inner-footer {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 960px;
}

.inner:after,.inner-header:after,.inner-content:after,.inner-footer:after {
  display: table;
  clear: both;
  content: "";
}

.inner:before,.inner-header:before,.inner-content:before,.inner-footer:before {
  display: table;
  content: "";
}

.inner-header {
  margin: 0 auto;
  padding-top: 40px;
}

.inner-content {
  margin-bottom: 60px;
}

.inner-content.complete {
  margin-bottom: 150px;
}

.inner-footer {
  padding: 20px 0;
  text-align: center;
}

.txt-attention {
  font-size: 1.2rem;
  font-size: 12px;
}

.content-title {
  zoom: 1;
  margin-bottom: 60px;
}

.content-title:after {
  display: table;
  clear: both;
  content: "";
}

.content-title:before {
  display: table;
  content: "";
}

.content-title:last-child {
  margin-bottom: 0;
}

.content-title-head {
  display: block;
  margin-top: 21px;
  margin-bottom: 50px;
  text-align: left;
}

.content-title-head > .title {
  display: inline;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .04em;
}

.content-title-head > .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 680px;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
  background: -webkit-repeating-linear-gradient(135deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
}

.content-title-head > .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 680px;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
  background: -webkit-repeating-linear-gradient(135deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ea6a00, #ea6a00 2px, #fff 2px, #fff 4px);
}

.content-title-head > .title > span {
  font-size: 1.6rem;
  font-size: 16px;
}

.content-detail {
  zoom: 1;
  margin-bottom: 60px;
}

.content-detail:after {
  display: table;
  clear: both;
  content: "";
}

.content-detail:before {
  display: table;
  content: "";
}

.content-detail:last-child {
  margin-bottom: 0;
}

.content-detail-head {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e2e2e2;
}

.content-detail-head > .title {
  font-size: 1.8rem;
  font-size: 18px;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #000;
  line-height: 1;
}

.content-detail > .content-detail-body {
  padding: 0 15px;
}

.unit-about .unit-head,.unit-form .unit-head,.unit-about .unit-profile-head,.unit-form .unit-profile-head,.unit-head,.unit-profile-head {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  padding-top: 15px;
  position: relative;
}

.unit-head .title,.unit-profile-head .title {
  color: #000;
  padding-top: 15px;
  border-radius: 2px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2.1rem;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  background: -webkit-repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 3px, #f5f5f5 3px, #f5f5f5 7px);
  background: -webkit-repeating-linear-gradient(135deg, #eeeeee, #eeeeee 3px, #f5f5f5 3px, #f5f5f5 7px);
  background: repeating-linear-gradient(-45deg, #eeeeee, #eeeeee 3px, #f5f5f5 3px, #f5f5f5 7px);
}

.unit-about .unit-body,.unit-form .unit-body {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.unit-about .unit-body * + p,.unit-form .unit-body * + p {
  margin-top: 15px;
}

.unit-about,.unit-form {
  zoom: 1;
  margin-bottom: 60px;
}

.unit-about:after,.unit-form:after {
  display: table;
  clear: both;
  content: "";
}

.unit-about:before,.unit-form:before {
  display: table;
  content: "";
}

.unit-about:last-child,.unit-form:last-child {
  margin-bottom: 0;
}

.unit-head-main {
  text-align: left;
  margin-bottom: 50px;
  padding-left: 30px;
}

.unit-head-main > .title {
  font-weight: normal;
  line-height: 2;
}

.unit-head-main > .title .main {
  font-size: 2.8rem;
  font-size: 28px;
}

.unit-head-main > .title .sub {
  font-size: 1.8rem;
  font-size: 18px;
  margin-bottom: 10px;
  color: #ea6a00;
}

.unit-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
}

.unit-list:last-child {
  border-bottom: none;
}

.unit-form .ttl-main {
  font-size: 1.8rem;
  font-size: 18px;
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-align: center;
  line-height: 1.8;
}

* + .list-lead {
  margin-top: 20px;
}

.list-lead > dt {
  padding-left: 12px;
  letter-spacing: .1em;
  font-size: 1.6rem;
  position: relative;
}

.list-lead > dt::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: #232323;
}

.list-lead * + dt {
  margin-top: 20px;
}

.list-lead > dd {
  margin-left: 30px;
  margin-top: 5px;
}

.list-lead > dd > span {
  display: inline-block;
}

.profile-img {
  float: left;
  width: 140px;
}

.profile-content {
  float: right;
  width: 500px;
}

.profile-content .title {
  line-height: 1.3;
}

* + .unit-form-body {
  margin-top: 30px;
}

.privacy {
  clear: both;
}

* + .privacy {
  margin-top: 80px;
}

.privacy-head {
  margin-bottom: 20px;
  text-align: center;
}

.privacy-head > .title {
  font-size: 1.7rem;
  font-weight: normal;
}

.txt-privacy {
  font-size: 1.2rem;
  font-size: 12px;
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #CCC;
}

.txt-privacy ol {
  line-height: 2;
  padding-bottom: 20px;
}

.txt-privacy ol:last-child {
  padding-bottom: 0;
}

.txt-privacy > .contact-address {
  padding-bottom: 10px;
  margin-left: -5px;
}

.txt-privacy strong {
  font-size: 1.3rem;
  font-size: 13px;
  font-weight: normal;
}

.note {
  font-size: 1.2rem;
  font-size: 12px;
  padding-left: 5px;
}

.materials {
  padding-left: 3px;
}

body.en .content-title-head {
  margin-bottom: 40px;
}

body.en .unit-head-main .main {
  line-height: 1.2;
}

body.en .unit-head-main .sub {
  display: block;
  margin-bottom: 5px;
}

body.en .txtAttention {
  font-size: 1.1rem;
  font-size: 11px;
}

body.en .border-top {
  border-top: 1px dotted #898989;
  padding-top: 5px;
}

.l-global-footer {
  width: 100%;
  border-top: 1px solid #fff;
  background: #eaeaea;
}

.l-global-footer a:hover {
  background-color: transparent;
}

.inner-footer {
  position: relative;
}

.foot-logo {
  margin-bottom: 10px;
  text-align: center;
}

.foot-logo > li {
  display: inline-block;
  margin-right: 60px;
}

.foot-logo > li:last-child {
  margin-right: 0;
}

.copy {
  font-family: "Roboto", sans-serif;
}

.global-navi > p {
  font-size: 1.4rem;
  font-size: 14px;
  color: #000;
  padding: 0 0 0 10px;
  margin: 40px 0 15px 0;
  border-left: 5px solid #000;
  font-weight: bold;
}

.global-navi-item,.global-navi-item-select {
  font-size: 1.5rem;
  font-size: 15px;
}

* + .global-navi-item,* + .global-navi-item-select {
  margin-top: 2px;
}

.global-navi-item > a,.global-navi-item-select > a {
  display: block;
  padding: 25px 20px;
  background-color: #f5f5f5;
  color: #000;
  line-height: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.global-navi-item > a i,.global-navi-item-select > a i {
  color: #f18101;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.global-navi-item > a:hover {
  border-color: #ffe6d1;
  background-color: #ffe6d1;
}

.global-navi-item > a:hover i {
  color: #ea6a00;
}

.global-navi-item-select > a {
  position: relative;
  display: block;
  border-color: #f18101;
  border-bottom-color: #FFF;
  background-color: #f18101;
  color: #FFF;
  text-decoration: none;
  position: relative;
}

.global-navi-item-select > a i {
  color: #FFF;
}

* + .bannerBlock {
  margin-top: 20px;
}

* + .sub-navi {
  margin-top: 20px;
}

.sub-navi-item {
  font-size: 1.1rem;
  font-size: 11px;
  margin-bottom: -1px;
}

.sub-navi-item a {
  display: block;
  padding: 15px;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #000;
  line-height: 1;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sub-navi-item a:hover {
  color: #f18101;
  background-color: #F6F6F6;
}

body.en .sub-navi-item {
  font-size: 1.2rem;
  font-size: 12px;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.fontL {
  font-size: 1.7rem;
}

.fontM {
  font-size: 14rem;
}

.fontS {
  font-size: 1.2rem;
}

.fontB {
  font-weight: bold;
}

.table-program {
  margin-bottom: 10px;
  line-height: 1.5;
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #CCC;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #CCC;
}

.table-program th {
  font-weight: normal;
  padding: 10px 0;
  background-color: #EEE;
}

.table-program th.hour {
  width: 10rem;
}

.table-program th.time {
  width: 6rem;
}

.table-program th.content {
  width: 25rem;
}

.table-program th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.table-program td {
  padding: 10px;
  font-size: 1.3rem;
}

.table-program td strong {
  font-weight: normal;
  font-size: 1.6rem;
}

.table-program td p {
  font-size: 1.1rem;
}

.table-program td * + p {
  margin-top: 10px;
}

.table-program td + td {
  border-left: 1px solid #FFF;
}

.table-program tr:nth-child(odd) td + td {
  border-left: 1px solid #F9F9F9;
}

.table-program tr:nth-child(even) {
  background-color: #F9F9F9;
}

caption {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
  position: relative;
}

caption::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: #232323;
}

* + .unit-profile {
  margin-top: 60px;
}

.unit-profile-head > .title {
  letter-spacing: 0;
}

.profileUnit + .profileUnit {
  padding-top: 25px;
  border-top: 1px solid #ededed;
}

.profileUnit {
  display: table;
  width: 100%;
  margin-top: 25px;
  table-layout: fixed;
}

.profileUnit > .image {
  display: table-cell;
  width: 180px;
}

.profileUnit > .data {
  display: table-cell;
  vertical-align: middle;
}

.profileUnit > .data > .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.profileUnit > .data > .title small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}

.profileUnit > .data > .body {
  margin-top: 20px;
}

.profileUnit > .data .list-lead .content {
  font-size: 12px;
  font-size: 1.2rem;
}

.profileUnit > .data .list-lead .content > .txt + .txt {
  margin-top: 12px;
}

* + .unit-profile,* +
.unit-program {
  margin-top: 60px;
}

@media (min-width: 961px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 1.3rem;
    font-size: 13px;
  }

  body {
    overflow-x: hidden;
  }

  .screen {
    overflow-x: hidden;
  }

  .wrapper {
    overflow-x: hidden;
  }

  .is-pc {
    display: none;
  }
}
