@charset "UTF-8";
/*
Theme Name:
Theme URI:
Author: COMLAB
*/

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Montserrat:400,500");

.hp_centering {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hp_forPc, .hp_forPcIl, .hp_forPcIlb {
  display: none !important;
}

@media screen and (min-width: 765px) {
  .hp_forPc {
    display: block !important;
  }
}

@media screen and (min-width: 765px) {
  .hp_forPcIl {
    display: inline !important;
  }
}

@media screen and (min-width: 765px) {
  .hp_forPcIlb {
    display: inline-block !important;
  }
}

.hp_forSp {
  display: block !important;
}

@media screen and (min-width: 765px) {
  .hp_forSp {
    display: none !important;
  }
}

.hp_forSpIl {
  display: inline !important;
}

@media screen and (min-width: 765px) {
  .hp_forSpIl {
    display: none !important;
  }
}

.hp_forSpIlb {
  display: inline-block !important;
}

@media screen and (min-width: 765px) {
  .hp_forSpIlb {
    display: none !important;
  }
}

@media screen and (min-width: 765px) {
  .hp_pcGrid2 {
    width: 90% !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 765px) {
  .hp_pcGrid3 {
    width: 80% !important;
    max-width: 1040px !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 765px) {
  .hp_spGrid1 {
    width: 91% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 765px) {
  .hp_spGrid2 {
    width: 82% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 765px) {
  .hp_brSp {
    display: inline !important;
  }
}

.hp_W90pCenterling {
  width: 90% !important;
  margin: 0 auto !important;
}

.hp_coverLink {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 100;
}

@media screen and (min-width: 765px) {
  .hp_pcPdl7per {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-left: 7% !important;
  }
}

.hp_dspn {
  display: none !important;
}

.hp_colorfff {
  color: #fff !important;
}

.hp_tal {
  text-align: left !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_baseText {
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important;
}

.hp_positionRel {
  position: relative !important;
}

.hp_positionAbs {
  position: absolute !important;
}

.hp_fontPrata {
  font-family: 'Prata', serif !important;
}

.hp_fontMincyo {
  font-family: "游明朝", "YuMincho", "ヒラギノ�?�朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "?��?�� ?��明朝", "MS PMincho", "MS 明朝", serif !important;
}

.hp_fontGothic {
  font-family: "游ゴシ�?ク Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("assets/font/NotoSansCJKjp-Regular.eot");
  src: url("assets/font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("assets/font/NotoSansCJKjp-Regular-min.woff") format("woff"), url("assets/font/NotoSansCJKjp-Regular-min.otf") format("truetype");
}

/*start reset.css*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

a:active, a:hover {
  outline-width: 0;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 12px;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
  resize: none;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  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 */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template, [hidden] {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

/*end reset.css*/

img {
  width: 100%;
  height: auto;
}

/*ベ�?�ス設�?*/

/*
body:not(.pg_internship) {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #212121;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:not(.pg_internship){
  font-family: "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "游ゴシ�?ク Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
*/

body {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

body.js_fontLoaded {
  opacity: 1;
}

br, br.pcnone {
  display: none;
}
br.pc-sp-on {
  display: inline;
}

@media screen and (min-width: 765px) {
  br, br.pcnone {
    display: inline;
  }
}

a {
  text-decoration: none;
  color: #212121;
}

@media screen and (max-width: 765px) {
  .sp-inline {
    display: inline;
  }
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシ�?ク Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input {
  padding-left: 1em;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシ�?ク Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input:focus {
  outline: none;
}

textarea:focus, select:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

area {
  outline: none;
  border: none;
}

area:hover, area:focus, area:active {
  outline: none;
  border: none;
}

.bl_heroBlock__narrow .bl_heroBlock_inner, #oneday .bl_heroBlock_inner, #fiveday .bl_heroBlock_inner, #itsprd .bl_heroBlock_inner, #laboratory .bl_heroBlock_inner, #threedays .bl_heroBlock_inner, #rd_oneday .bl_heroBlock_inner, #rd_women .bl_heroBlock_inner, #rd_womentea .bl_heroBlock_inner, #rd_manufacturing .bl_heroBlock_inner, #rd_life_creation .bl_heroBlock_inner, #rd_collabo .bl_heroBlock_inner, #rd.rd_automobilecenter .bl_heroBlock_head, #symposium .bl_heroBlock_inner,
#info_mobility .bl_heroBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_heroBlock__narrow .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #oneday .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #fiveday .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #itsprd .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #laboratory .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #threedays .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_oneday .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_women .bl_heroBlock_inner,
  #info_mobility .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_womentea .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_manufacturing .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_life_creation .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd_collabo .bl_heroBlock_inner {
    width: 100%;
  }

  #symposium .bl_heroBlock_inner {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  #rd.rd_automobilecenter .bl_heroBlock_head {
    width: 100%;
  }
}

.bl_heroBlock_head {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: right bottom;
  background-color: #ccc;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  /*&:before{
  content: "";
  padding-top: 42.9%;
  display: block;
}*/
}

#index .bl_heroBlock_head {
  background-image: url(assets/image/index_hero_img01.jpg);
}

#rd .bl_heroBlock_head {
  background-image: url(assets/image/rd_hero_img01.jpg);
  background-position: center bottom;
}

#godoseminar .bl_heroBlock_head {
  background-image: url(assets/image/godoseminar_hero_img01.jpg);
  background-position: center bottom;
}

#eventindex .bl_heroBlock_head {
  background-image: url(assets/image/eventinfo_hero_img01.jpg);
  background-position: center bottom;
}

#webseminar .bl_heroBlock_head {
  background-image: url(assets/image/webseminar_hero_img01.jpg);
  background-position: center bottom;
}

#dyf .bl_heroBlock_head {
  background-image: url(assets/image/dyf_hero_img01.jpg);
  background-position: center bottom;
  max-width: 1160px;
  margin: 0 auto;
}

#recruitinginformation .bl_heroBlock_head {
  background-image: url(assets/image/recruitingInformation_hero_img01.jpg);
  background-position: center bottom;
}

#job .bl_heroBlock_head {
  background-image: url(assets/image/tech_hero_img01.jpg);
  background-position: center bottom;
}

#officejob .bl_heroBlock_head {
  background-image: url(assets/image/officejob_hero_img01.jpg);
  background-position: right center;
}

#tech .bl_heroBlock_head {
  background-image: url(assets/image/tech_hero_img01.jpg);
  background-position: center center;
}

#tech .bl_heroBlock_head.tech02 {
  background-image: url(assets/image/tech_hero_img02.jpg);
  background-position: center center;
}

#foreignstudents .bl_heroBlock_head {
  background-image: url(assets/image/foreignstudents_hero_img01.jpg);
  background-position: center center;
}

#faq .bl_heroBlock_head {
  background-image: url(assets/image/faq_hero_img01.jpg);
  background-position: center center;
}

#oneday .bl_heroBlock_head, #fiveday .bl_heroBlock_head {
  background-image: url(/internship/img/administration/admin_hero_img01.jpg);
  background-position: center center;
}

#oneday .bl_heroBlock_head.futurelab {
  background-image: url(/internship/img/rd/futurelab_hero_img01.jpg?210922_02);
  background-position: center center;
}

#oneday .bl_heroBlock_head.symposium {
  background-image: url(/information/assets/image/symposium_hero_img01.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #oneday .bl_heroBlock_head.futurelab {
    background-image: url(/internship/img/rd/futurelab_hero_img01sp.jpg?210922_02);
  }

  #oneday .bl_heroBlock_head.symposium {
    background-image: url(/information/assets/image/symposium_hero_img01sp.jpg);
  }
}

#fiveday .bl_heroBlock_head {
  background-image: url(/internship/img/administration/admin_hero_img01.jpg);
  background-position: center center;
}

#interview .bl_heroBlock_head {
  background-image: url(/internship/img/interview/interview_hero_img01.jpg);
  background-position: center center;
}

#oneday .bl_futurelab {
  background-image: url(/internship/img/rd/futurelab_oneday_hero_img.jpg);
  background-position: center center;
}

#itsprd .bl_heroBlock_head {
  background-image: url(/internship/img/rd/itsprd_hero_img01.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #itsprd .bl_heroBlock_head {
    background-image: url(/internship/img/rd/itsprd_hero_img_sp01.jpg);
    background-position: center center;
  }
}

#laboratory .bl_heroBlock_head {
  background-image: url(/internship/img/rd/laboratory_hero_img01.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #laboratory .bl_heroBlock_head {
    background-image: url(/internship/img/rd/laboratory_hero_img_sp01.jpg);
    background-position: center center;
  }
}

#manufacturing_seminar .bl_heroBlock_head {
  background-image: url(/information/assets/image/manufacturing_hero_img01.jpg?221011);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #manufacturing_seminar .bl_heroBlock_head {
    background-image: url(/information/assets/image/manufacturing_hero_img01.jpg?221011);
    background-position: center center;
  }
}

#threedays .bl_heroBlock_head {
  background-image: url(/internship/img/rd/threedays_hero_img01.jpg);
  background-position: center center;
}

#threedays .twoweeksimg {
  background-image: url(/internship/img/rd/twoweeks_hero_img01.jpg) !important;
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #threedays .bl_heroBlock_head {
    background-image: url(/internship/img/rd/threedays_hero_img_sp01.jpg);
    background-position: center center;
  }
}

@media screen and (max-width: 765px) {
  #threedays .twoweeksimg {
    background-image: url(/internship/img/rd/twoweeks_hero_img_sp01.jpg) !important;
    background-position: center center;
  }
}

#rd_oneday .bl_heroBlock_head {
  background-image: url(/internship/img/rd/oneday_hero_img01.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_oneday .bl_heroBlock_head {
    background-image: url(/internship/img/rd/oneday_hero_img_sp01.jpg);
    background-position: center center;
  }
}

#rd_women .bl_heroBlock_head {
  background-image: url(/internship/img/rd/honda_joshi.jpg?221012);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_women .bl_heroBlock_head {
    background-image: url(/internship/img/rd/honda_joshi.jpg?221012);
    background-position: center center;
  }
}

#girls .bl_heroBlock_head {
  background-image: url(/internship/img/girls/honda_girls.jpg?2407);
  background-position: center center;
  max-width: 100%;
  width: calc(100% / 3* 2);
  margin: 0 auto;
}

@media screen and (max-width: 765px) {
  #girls .bl_heroBlock_head {
    background-image: url(/internship/img/girls/honda_girls.jpg?2407);
    background-position: center center;
    background-size: contain;
    width: auto;
    height: 0;
    padding-top: calc((1905/2864)*100%);
  }
  #girls .el_innerLink {
    margin: 0 !important;
    padding: 0 !important;
  }
}

#info_mobility .bl_heroBlock_head {
  background-image: url(/information/assets/image/mobility_kv.png?230623);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #info_mobility .bl_heroBlock_head {
    background-image: url(/information/assets/image/mobility_kv.png?230623);
    background-position: center center;
  }
}

#rd_womentea .bl_heroBlock_head {
  background-image: url(/internship/img/rd/honda_joshi.jpg?221012);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_womentea .bl_heroBlock_head {
    background-image: url(/internship/img/rd/honda_joshi.jpg?221012);
    background-position: center center;
  }
}

#rd_manufacturing .bl_heroBlock_head {
  background-image: url(/internship/img/rd/manufacturing_img01.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_manufacturing .bl_heroBlock_head {
    background-image: url(/internship/img/rd/manufacturing_img_sp01.jpg);
    background-position: center center;
  }
}

#rd_life_creation .bl_heroBlock_head {
  background-image: url(/internship/img/rd/lc_main.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_life_creation .bl_heroBlock_head {
    background-image: url(/internship/img/rd/lc_main.jpg);
    background-position: center center;
  }
}

#rd_collabo .bl_heroBlock_head {
  background-image: url(/internship/img/rd/honda_collabo.jpg);
  background-position: center center;
}

@media screen and (max-width: 765px) {
  #rd_collabo .bl_heroBlock_head {
    background-image: url(/internship/img/rd/honda_collabo.jpg);
    background-position: center center;
  }
}

#seminarworkshop .bl_heroBlock_head {
  background-image: url(assets/image/seminarworkshop_main.jpg);
  background-position: center bottom;
}

@media screen and (max-width: 765px) {
  #seminarworkshop .bl_heroBlock_head {
    background-image: url(assets/image/seminarworkshop_main.jpg);
    background-position: center bottom;
  }
}

.bl_heroBlock_head.eventindex {
  background-image: url(assets/image/eventinfo_hero_img01.jpg);
  background-position: center bottom;
}

#oneday .bl_heroBlock_head, #rd_women .bl_heroBlock_head, #rd_womentea .bl_heroBlock_head, #rd_manufacturing .bl_heroBlock_head, #fiveday .bl_heroBlock_head, .bl_heroBlock__narrow .bl_heroBlock_head, #rd_life_creation .bl_heroBlock_head, #rd_collabo .bl_heroBlock_head, #rd.rd_automobilecenter .bl_heroBlock_head, #symposium .bl_heroBlock_head,
#info_mobility .bl_heroBlock_head {
  height: auto;
}

#oneday .bl_heroBlock_head:before, #rd_women .bl_heroBlock_head:before, #rd_womentea .bl_heroBlock_head:before, #rd_manufacturing .bl_heroBlock_head:before, #fiveday .bl_heroBlock_head:before, .bl_heroBlock__narrow .bl_heroBlock_head:before, #rd_life_creation .bl_heroBlock_head:before, #rd_collabo .bl_heroBlock_head:before, #rd.rd_automobilecenter .bl_heroBlock_head:before, #symposium .bl_heroBlock_head:before,
#info_mobility .bl_heroBlock_head:before {
  content: "";
  padding-top: 50.8%;
  display: block;
}
#info_mobility .bl_heroBlock_head:before {
  padding-top: 56%;
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head {
    height: 300px;
    /*&:before{
  content: "";
  padding-top: 161%;
  display: block;
}*/
  }

  #oneday .bl_heroBlock_head, #itsprd .bl_heroBlock_head, #fiveday .bl_heroBlock_head {
    height: auto;
  }

  #oneday .bl_heroBlock_head:before, #itsprd .bl_heroBlock_head:before, #fiveday .bl_heroBlock_head:before {
    content: "";
    padding-top: 50.8%;
    display: block;
  }
}

.bl_heroBlock_head_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  width: 80%;
}

.bl_heroBlock_head_ttl.u-black {
  color: #000;
}

.bl_heroBlock_head_ttl.u-black .bl_heroBlock_head_ttl_main {
  font-weight: bold;
}

.bl_heroBlock_head_ttl:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  top: -20px;
}

.bl_heroBlock_head_ttl:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  bottom: -20px;
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head_ttl:after {
    top: -10px;
  }
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head_ttl:before {
    bottom: -10px;
  }
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head_ttl {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.bl_heroBlock_head_ttl_main {
  font-size: 55px;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  text-align: left;
}

.bl_heroBlock_head_ttl_main>span {
  display: flex;
  justify-content: center;
}

#interview .bl_heroBlock_head_ttl_main {
  text-align: center;
}

@media screen and (min-width: 1050px) {
  #foreignstudents .bl_heroBlock_head_ttl_main {
    font-size: 58px;
  }
}

#webseminar .bl_heroBlock_head_ttl_main {
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1050px) {
  .bl_heroBlock_head_ttl_main {
    font-size: 5vw;
  }
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head_ttl_main {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .bl_heroBlock_head_ttl_main {
    font-size: 6vw;
  }

  #laboratory .bl_heroBlock_head_ttl_main {
    font-size: 8vw;
  }

  #threedays .bl_heroBlock_head_ttl_main, #rd_oneday .bl_heroBlock_head_ttl_main {
    font-size: 9vw;
  }
}

.bl_heroBlock_head_ttl_sub {
  font-weight: bold;
  letter-spacing: 0.25em;
}

.bl_heroBlock_head--dyf .bl_heroBlock_head_ttl {
  top: 66%;
  transform: translate(-50%, 0);
}
.bl_heroBlock_head--dyf .bl_heroBlock_head_ttl:before,
.bl_heroBlock_head--dyf .bl_heroBlock_head_ttl:after {
  content: none;
}

.bl_heroBlock_head--dyf .bl_heroBlock_head_ttl_sub {
  font-size: 40px;
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_head_ttl_sub {
    font-size: 16px;
  }
  .bl_heroBlock_head--dyf .bl_heroBlock_head_ttl_sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .bl_heroBlock_head_ttl_sub {
    font-size: 3vw;
  }
}

.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1001;
  border-bottom: 1px solid #212121;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .ly_header {
    overflow: visible;
  }
}

.bl_headerBlock {
  position: relative;
  padding: 20px 25px 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1330px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_headerBlock:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 950px) {
  .bl_headerBlock {
    display: block;
    min-width: 0;
    text-align: center;
  }
}

.bl_headerBlock_subtext {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.bl_headerBlock_subtext br {
  display: inline;
}

.ly_main {
  padding-top: 80px;
}

@media screen and (max-width: 950px) {
  .ly_main {
    padding-top: 64px;
  }
}

.el_logo {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 25px;
}

.el_logo img {
  width: 150px;
  height: 33px;
}

@media screen and (max-width: 950px) {
  .el_logo {
    float: none;
    margin: 0;
  }

  .el_logo img {
    width: 115px;
    height: 25px;
  }
}

@media screen and (max-width: 950px) {
  .ly_nav {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: calc(100vh - 63px);
    background-color: #fff;
    overflow: auto;
    display: none;
  }

  .js_humburgerOpen .ly_nav {
    display: block;
  }
}

/*ハンバ�?�ガーボタン*/

.el_humburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 63px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  display: none;
}

@media screen and (max-width: 950px) {
  .el_humburger {
    width: 58px;
    padding: 18px 12px;
    display: block;
  }
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 32px;
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .el_humburger_wrapper {
    margin-bottom: 2px;
  }
}

.el_humburger_text {
  font-size: 13px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 950px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    fill: #000;
  }
}

@media screen and (max-width: 950px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #fff;
  }
}

.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 2px;
  background: #1b1b1b;
  transform-origin: left top;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #1b1b1b;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(0px) rotate(-45deg);
  -ms-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}

@media screen and (max-width: 950px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #1b1b1b;
  }
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/*hmbここまで*/

.el_spHeaderText {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: none;
}

.el_spHeaderText br {
  display: inline;
}

@media screen and (max-width: 950px) {
  .el_spHeaderText {
    display: none;
  }
}

.bl_navigationBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock {
    display: block;
    padding-bottom: 40px;
    width: 100%;
  }
}

.bl_navigationBlock_wrapper {
  position: relative;
  list-style-type: none;
  font-size: 14px;
  margin-right: 25px;
  letter-spacing: 0.1em;
}

.bl_navigationBlock_wrapper.bl_navigationBlock_wrapper__type {
  color: #cc0000;
}

@media screen and (min-width: 950px) {
  .bl_navigationBlock_wrapper {
    white-space: nowrap;
  }

  .bl_navigationBlock_wrapper:hover .bl_navigationBlock_text, .bl_navigationBlock_wrapper:hover .bl_navigationBlock_sub {
    color: #d7d9df;
  }

  .bl_navigationBlock_wrapper.bl_navigationBlock_wrapper__first:hover .bl_navigationBlock_text, .bl_navigationBlock_wrapper.bl_navigationBlock_wrapper__first:hover .bl_navigationBlock_sub {
    color: #212121;
  }
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock_wrapper {
    width: 100%;
    border-top: 1px solid #000;
    /*       height: 83px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock_wrapper.bl_navigationBlock_wrapper__end {
    padding-top: 10px;
  }
}

.bl_navigationBlock_pp {
  width: 100%;
  font-size: 16.5px;
  font-weight: 600;
}

.bl_navigationBlock_cs {
  width: 100%;
  font-size: 16.5px;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}

.bl_navigationBlock_pp {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 8px;
}

.bl_navigationBlock_cs a {
  color: #cc0000;
}

.bl_navigationBlock_cs svg polyline {
  stroke: #ce1c00;
}

.bl_navigationBlock_cs svg rect {
  stroke: #ce1c00;
}

.bl_navigationBlock_cs svg rect:last-child {
  fill: #ce1c00;
}

.bl_navigationBlock_pp svg, .bl_navigationBlock_cs svg {
  position: relative;
  top: 2px;
  width: 14.5px;
  height: 18px;
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock_wrapper_wrapper {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.el_naviNew {
  display: inline-block;
  margin-left: 1px;
  padding: 2px 2px 3px;
  font-size: 10px;
  font-weight: 600;
  background-color: #cc0001;
  color: #fff;
  letter-spacing: 1px;
}

.bl_navigationBlock_text {
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 3px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Josefin Sans', sans-serif;
}

.bl_navigationBlock_text br {
  display: inline;
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock_text {
    width: 100%;
    font-size: 22px;
  }
}

.bl_navigationBlock_sub {
  font-size: 12px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 600;
}

@media screen and (max-width: 950px) {
  .bl_navigationBlock_sub {
    width: 100%;
  }
}

.el_typeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: auto;
}

@media screen and (max-width: 950px) {
  .el_typeButton {
    display: none;
  }
}

/* voice */

.el_typeButton_wrapper {
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAALklEQVQYV2O8q8jwn4GBgeHpTwYGaXYGBkaQAIwDkmA8JMXwHyQDA2AVMA5IJQATiQ3XBWyztgAAAABJRU5ErkJggg==) repeat;
  color: #fff;
  font-weight: bold;
  padding: 6px 20px;
  margin: 0 10px 0 0;
}

.el_typeButton_wrapper:last-child {
  margin: 0 0 0 0;
}

.el_typeButton {
  margin-top: -.2em;
}

.el_typeButton_wrapper {
  text-align: center;
  color: #fff;
}

.el_typeButton_wrapper a {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 10px 18px 4px;
  display: block;
}

.bl_indexLinkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock {
    padding: 60px 0;
  }
}

.bl_indexLinkBlock_inner {
  width: 88.6%;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_inner {
    width: 90%;
  }
}

.bl_indexLinkBlock__related .bl_indexLinkBlock_inner {
  width: 74.6%;
}

.bl_indexLinkBlock_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_wrapper {
    display: block;
  }
}

.bl_indexLinkBlock_item_arrow {
  margin-bottom: 35px;
}

.bl_indexLinkBlock_item {
  position: relative;
  /*border-top: 1px solid #000;
border-bottom: 1px solid #000;*/
  color: #000;
  padding: 0px 0;
  margin: 0 30px;
  text-align: center;
  width: calc((100% - 45px) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_indexLinkBlock_item:last-child {
  margin-left: 0;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item {
    width: 100%;
    padding: 0px 0px;
    margin: 0 30px 60px 0;
    border-bottom: 0;
  }

  .bl_indexLinkBlock_item:first-child {
    border-top: 0;
  }
}

.bl_indexLinkBlock_item_img {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.bl_indexLinkBlock_item:nth-child(1) .bl_indexLinkBlock_item_img {
  background-image: url(assets/image/index_link_img04.jpg);
}

.bl_indexLinkBlock_item:nth-child(2) .bl_indexLinkBlock_item_img {
  background-image: url(assets/image/index_link_img02.jpg);
}

.bl_indexLinkBlock_item:nth-child(3) .bl_indexLinkBlock_item_img {
  background-image: url(assets/image/index_link_img03.jpg);
}

.bl_indexLinkBlock_item:nth-child(3) .bl_indexLinkBlock_item_img {
  background-image: url(assets/image/index_link_img04.jpg);
}

.bl_indexLinkBlock_item_img:before {
  content: "";
  display: block;
  padding-top: 61.8%;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item_img {
    margin-bottom: 45px;
  }
}

.bl_indexLinkBlock_item_arrow {
  text-align: center;
}

.bl_indexLinkBlock_item_arrow img {
  max-width: 52px;
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item_arrow img {
    max-width: 35px;
  }
}

.bl_indexLinkBlock_item_ttl {
  position: relative;
}

.bl_indexLinkBlock_item_ttl:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
}

.bl_indexLinkBlock_item_ttl:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item_ttl:before {
    content: none;
  }
}

.bl_indexLinkBlock_item_ttl_main {
  font-size: 30px;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  font-weight: bold;
  white-space: nowrap;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1425px) {
  .bl_indexLinkBlock_item_ttl_main {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1040px) {
  .bl_indexLinkBlock_item_ttl_main {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item_ttl_main {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .bl_indexLinkBlock_item_ttl_main {
    font-size: 7vw;
  }
}

.bl_indexLinkBlock_item_ttl_sub {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1425px) {
  .bl_indexLinkBlock_item_ttl_sub {
    font-size: 1vw;
  }
}

@media screen and (max-width: 1040px) {
  .bl_indexLinkBlock_item_ttl_sub {
    font-size: 1vw;
  }
}

@media screen and (max-width: 765px) {
  .bl_indexLinkBlock_item_ttl_sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .bl_indexLinkBlock_item_ttl_sub {
    font-size: 3vw;
  }
}

.bl_heroBlock_faq {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0 100px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_heroBlock_faq {
    font-size: 18px;
    padding: 22px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .bl_heroBlock_faq {
    font-size: 4vw;
  }
}

.bl_heroBlock_faq_wrapper {
  position: relative;
  display: inline-block;
  padding: 18px 85px 14px;
  font-size: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQYV2NczsDwX5UBARjPMDD8h3FvMzAwwAVAHJBKsACMA1IJAGJxCgzsVIGiAAAAAElFTkSuQmCC) repeat;
  color: #fff;
}

.ly_footer {
  position: static;
}

.ly_footer.js_fixBunnerStop {
  position: relative;
}

.bl_footerBlock {
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  border-top: 2px solid #000;
}

.bl_footerBlock:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

.bl_footerBlock_wrapper {
  float: right;
  font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_footerBlock_wrapper {
    float: none;
  }
}

.bl_footerBlock_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.bl_footerBlock_top svg {
  width: 10px;
  height: 9px;
}

@media screen and (max-width: 765px) {
  .bl_footerBlock_top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 765px) {
  .bl_footerBlock_bottom {
    text-align: center;
    line-height: 1.4;
    font-size: 10px;
  }
}

.bl_footerBlock_top_pp {
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.bl_footerBlock_top_cs {
  letter-spacing: 0.1em;
}

.bl_footerBlock_top_cs a {
  color: #ce1c00;
}

.bl_footerBlock_top_cs svg polyline {
  stroke: #ce1c00;
}

.bl_footerBlock_top_cs svg rect {
  stroke: #ce1c00;
}

.bl_footerBlock_top_cs svg rect:last-child {
  fill: #ce1c00;
}

.el_copywrite {
  font-size: 10px;
  letter-spacing: 0.2em;
}

.el_externalLinkIcon {
  width: 10px;
  display: inline-block;
  margin-left: 6px;
}

/*hhl*/

.bl_hhlVideoBlock {
  height: 785px;
}

.bl_pageHeadBlock {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
  font-size: 18px;
}

#sc_1dayHead .bl_pageHeadBlock {
  padding: 60px 0;
}

@media screen and (max-width: 765px) {
  .bl_pageHeadBlock {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0;
    font-size: 16px;
  }

  #sc_1dayHead .bl_pageHeadBlock {
    padding: 40px 0;
  }
}

.bl_pageHeadBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_pageHeadBlock_inner {
    width: 100%;
  }
}

#other .bl_hhlCatchBlock_wrapper {
  margin-bottom: 50px;
}

.bl_hhlCatchBlock_wrapper__ja, .bl_hhlCatchBlock_wrapper__en {
  display: none;
}

#foreignHead.js_ja .bl_hhlCatchBlock_wrapper__ja, #foreignHead.js_en .bl_hhlCatchBlock_wrapper__en {
  display: block;
}

.hhlDetailBlock {
  font-weight: bold;
  padding: 50px 0 100px;
}

.hhlDetailBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.hhlDetailBlock_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.hhlDetailBlock_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hhlDetailBlock_location_wrapper {
  background-color: #fc2e32;
  width: calc((100% - 3px)/4);
  margin-right: 1px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hhlDetailBlock_location_wrapper:last-child {
  margin-right: 0;
}

.hhlDetailBlock_location_texts_ttl {
  font-size: 20px;
  margin-bottom: 7px;
}

.hhlDetailBlock_location_texts_sub {
  font-size: 10px;
  margin-bottom: 10px;
}

.hhlDetailBlock_location_texts_cat {
  font-size: 12px;
}

.hhlDetailBlock_location_map_box {
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #e70020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.hhlDetailBlock_sub {
  font-size: 10px;
  line-height: 1.8;
  max-width: 300px;
}

.hhlDetailBlock_note {
  margin: 0;
  padding: 0 70px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hhlDetailBlock_note_item {
  list-style-type: none;
  margin-bottom: 15px;
  line-height: 1.4;
}

.dyfHeadBlock {
  border-top: 2px solid #000;
  padding: 0 0 60px;
}

.dyfHeadBlock.dyfHeadBlock__dr {
  padding: 40px 0 40px;
}

.dyfHeadBlock_text {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
  font-size: 18px;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_text {
    text-align: left;
  }
}

.dyfHeadBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_inner {
    width: 90%;
  }
}

.dyfHeadBlock_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dyfHeadBlock__dr .dyfHeadBlock_place {
  margin-bottom: 0;
}

.dyfHeadBlock_place_item {
  width: calc((100% - 4px)/4);
  margin-right: 1px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dyfHeadBlock .dyfHeadBlock_place_item {
  background-color: #f8f8f8;
}

@media screen and (min-width: 765px) {
  #sc_rdHead .dyfHeadBlock_place_item {
    width: auto;
    background-color: transparent;
  }
}

.dyfHeadBlock_place_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_place_item {
    width: 100%;
    padding: 30px 15px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dyfHeadBlock_place_item:last-child {
    margin-bottom: 0;
  }
}

.dyfHeadBlock_place_item_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.dyfHeadBlock_place_item_ttl br {
  display: inline;
}

#sc_dyfHead .dyfHeadBlock_place_item_ttl {
  text-align: left;
}

@media screen and (max-width: 765px) {
  #sc_dyfHead .dyfHeadBlock_place_item_ttl {
    text-align: center;
  }
}

.dyfHeadBlock_place_item_sub {
  font-size: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

#sc_dyfHead .dyfHeadBlock_place_item_sub {
  text-align: left;
}

@media screen and (max-width: 765px) {
  #sc_dyfHead .dyfHeadBlock_place_item_sub {
    text-align: center;
  }
}

.dyfHeadBlock_place_item_address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  min-height: 125px;
  letter-spacing: 0.15em;
}

.dyfHeadBlock_place_item_address br {
  display: inline;
}

@media screen and (min-width: 765px) {
  .dyfHeadBlock_place_item_address {
    white-space: nowrap;
  }
}

.dyfHeadBlock__dr .dyfHeadBlock_place_item_address {
  min-height: auto;
}

#sc_dyfHead .dyfHeadBlock_place_item_address {
  text-align: left;
}

@media screen and (max-width: 765px) {
  #sc_dyfHead .dyfHeadBlock_place_item_address {
    text-align: center;
  }
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_place_item_address {
    min-height: 0;
  }
}

.dyfHeadBlock_place_item_map a {
  position: relative;
  text-align: center;
  background-color: #cc0001;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 0.1em;
  max-width: 210px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_place_item_map {
    max-width: 210px;
    margin: 0 auto;
  }
}

.bl_pageContentBlock#sc_rdSchedule {
  border-top: 2px solid #000;
}

.bl_pageContentBlock#sc_intern_register {
  border-bottom: 2px solid #000;
}

.bl_pageContentBlock#sc_intern_register .bl_pageContentBlock_content {
  padding: 80px 0;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock#sc_intern_register {
    border-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock#sc_intern_register .bl_pageContentBlock_content {
    padding: 60px 0;
  }
}

.dyfHeadBlock_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dyfHeadBlock_type_item {
  position: relative;
  width: calc((100% - 10px)/2);
  margin-right: 0;
  background-color: #cc0001;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dyfHeadBlock_type_item svg {
  position: absolute;
  width: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
}

#sc_godofHead .dyfHeadBlock_type_item svg {
  width: 15px;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type_item svg {
    width: 22px;
  }
}

.dyfHeadBlock_type__2row .dyfHeadBlock_type_item {
  width: calc((100% - 11px)/2);
  margin-right: 10px;
}

.dyfHeadBlock_type__2row .dyfHeadBlock_type_item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type__2row .dyfHeadBlock_type_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dyfHeadBlock_type__2row .dyfHeadBlock_type_item:last-child {
    margin-bottom: 0;
  }
}

.dyfHeadBlock_type__3row .dyfHeadBlock_type_item {
  width: calc((100% - 3px)/2);
  margin-right: 1px;
  text-align: left;
  padding: 35px 38px;
}

.dyfHeadBlock_type__3row .dyfHeadBlock_type_item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type__3row .dyfHeadBlock_type_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dyfHeadBlock_type__3row .dyfHeadBlock_type_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type_item {
    padding: 25px 0;
  }
}

.dyfHeadBlock_type_item_wrapper {
  position: relative;
  display: inline-block;
}

.dyfHeadBlock_type__3row .dyfHeadBlock_type_item_wrapper {
  text-align: left;
}

.dyfHeadBlock_type_item_ttl {
  font-size: 32px;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}

.dyfHeadBlock_type__3row .dyfHeadBlock_type_item_ttl {
  font-size: 22px;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type_item_ttl {
    font-size: 28px;
  }
}

.dyfHeadBlock_type_item_sub {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.dyfHeadBlock_type__3row .dyfHeadBlock_type_item_sub {
  font-size: 12px;
}

@media screen and (max-width: 765px) {
  .dyfHeadBlock_type_item_sub {
    font-size: 14px;
  }
}

.bl_pageContentBlock_ttl {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 35px 0;
}

.bl_pageContentBlock_ttl.bdbnone {
  border-bottom: none;
}

#sc_intvSgFlow .bl_pageContentBlock_ttl {
  padding: 35px 5%;
  box-sizing: border-box;
}

#sc_intvSgFlow .bl_pageContentBlock_ttl_main {
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 765px) {
  #sc_intvSgFlow .bl_pageContentBlock_ttl {
    padding: 35px 0;
  }
}

@media screen and (max-width: 765px) {
  #sc_intvSgFlow .bl_pageContentBlock_ttl_main {
    font-size: 26px;
    text-align: left;
    padding: 0 5%;
    box-sizing: border-box;
    line-height: 1.4;
  }
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_ttl {
    padding: 35px 0;
  }

  #sc_1day_application .bl_pageContentBlock_ttl_main {
    font-size: 26px;
  }
}

.bl_pageContentBlock_ttl_main {
  font-size: 47px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.bl_pageContentBlock_ttl_main.mgb00 {
  margin-bottom: 0;
}

@media screen and (min-width: 765px) {
  #sc_dyfEventsLiberal .bl_pageContentBlock_ttl_main {
    font-size: 40px;
  }
}

@media screen and (min-width: 765px) {
  #sc_dyfEventsScience .bl_pageContentBlock_ttl_main {
    font-size: 40px;
  }
}

.bl_pageContentBlock_ttl__m .bl_pageContentBlock_ttl_main {
  font-size: 22px;
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_ttl_main {
    font-size: 28px;
  }
}

.bl_pageContentBlock_ttl_sub {
  font-size: 16px;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
}

.bl_pageContentBlock_ttl_sub .small {
  font-size: 14px;
}

.bl_pageContentBlock_ttl_sub:last-child {
  margin-bottom: 0;
}

.bl_pageContentBlock_ttl_sub.f28 {
  font-size: 28px;
}

@media screen and (max-width: 765px) {
  #sc_intvSgFlow .bl_pageContentBlock_ttl_sub {
    font-size: 12px;
    text-align: left;
    padding: 0 5%;
    box-sizing: border-box;
  }
}

#sc_seminarCommon .bl_pageContentBlock_ttl_sub {
  letter-spacing: 2px;
}

.bl_pageContentBlock_ttl__m .bl_pageContentBlock_ttl_sub {
  font-size: 14px;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_ttl_sub {
    font-size: 14px;
  }

  .bl_pageContentBlock_ttl_sub .small {
    font-size: 12px;
  }
}

.bl_pageContentBlock__related .bl_pageContentBlock_content {
  padding: 0px 0 20px;
}

.bl_pageContentBlock__related .bl_pageContentBlock_content.pdb240 {
  padding: 0px 0 240px;
}

#sc_intvSgFlow .bl_pageContentBlock_content {
  padding: 0px 0 20px;
}

.bl_pageContentBlock_content {
  padding: 0px 0 90px;
  font-weight: bold;
}

#sc_seminarCommon .bl_pageContentBlock_content {
  border-bottom: 0px solid #000;
  padding: 70px 0 75px;
}

@media screen and (max-width: 765px) {
  #sc_seminarCommon .bl_pageContentBlock_content {
    padding: 60px 0 50px;
  }
}

#sc_eventindexCommon .bl_pageContentBlock_content {
  padding: 60px 0 130px;
}

@media screen and (max-width: 765px) {
  #sc_eventindexCommon .bl_pageContentBlock_content {
    padding: 60px 0 90px;
  }
}

#sc_dyfEventsScience .bl_pageContentBlock_content, #sc_dyfEventsLiberal .bl_pageContentBlock_content {
  padding: 60px 0 90px;
}

#sc_rdSchedule .bl_pageContentBlock_content {
  padding: 60px 0 150px;
}

@media screen and (max-width: 765px) {
  #sc_rdSchedule .bl_pageContentBlock_content {
    padding: 60px 0 90px;
  }
}

#godoseminar .bl_pageContentBlock_content, #sc_1day_application .bl_pageContentBlock_content, #sc_5day_application .bl_pageContentBlock_content {
  padding: 60px 0 50px;
}

#godoseminar .bl_pageContentBlock__related .bl_pageContentBlock_content {
  padding: 0px 0 60px;
}

#sc_interview_main .bl_pageContentBlock_content {
  border-bottom: 2px solid #000;
  padding: 98px 0 90px;
}

@media screen and (max-width: 765px) {
  #sc_interview_main .bl_pageContentBlock_content {
    padding: 60px 0 90px;
  }

  .bl_pageContentBlock_content {
    padding: 0px 0 30px;
  }
}

.bl_pageContentBlock_content_catch {
  text-align: center;
  margin-bottom: 55px;
}

#sc_intern_register .bl_pageContentBlock_content_catch {
  margin-bottom: 35px;
}

.bl_pageContentBlock_content_catch.bl_pageContentBlock_content_catch__single {
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_catch {
    margin-bottom: 35px;
  }
}

#sc_dyfEventsLiberal .bl_pageContentBlock_content_catch {
  margin-bottom: 45px;
}

@media screen and (max-width: 765px) {
  #sc_dyfEventsLiberal .bl_pageContentBlock_content_catch {
    margin-bottom: 25px;
  }
}

.bl_pageContentBlock_content_catch_session {
  margin-bottom: 30px;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  letter-spacing: 0.2em;
  font-size: 16px;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_catch_session {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.bl_pageContentBlock_content_catch_main {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_catch_main {
    font-size: 22px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.bl_pageContentBlock_content_catch_sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

#sc_intern_register .bl_pageContentBlock_content_catch_sub {
  font-size: 14px;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_catch_sub {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 765px) {
  #sc_itsprd_message .bl_pageContentBlock_content br {
    display: none;
  }

  .bl_pageContentBlock_content_catch_sub br {
    display: none;
  }
}

.bl_pageContentBlock_content_note {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #cc0000;
  text-align: center;
  margin: 0 0 83px;
}

.bl_pageContentBlock_content_note:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: 1px;
  background-color: #cc0000;
  content: "";
}

.bl_pageContentBlock_content_note:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cc0000;
  width: 5px;
  height: 1px;
  content: "";
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_note {
    font-size: 14px;
    margin: 0 0 85px;
    text-align: left;
  }
}

.bl_pageContentBlock_content_listText {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  background-color: #cc0000;
  font-weight: normal;
  text-align: center;
  line-height: 2.2;
  padding: 35px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

.bl_pageContentBlock_content_listText br {
  display: inline;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_listText {
    font-size: 14px;
    line-height: 1.8;
    padding: 20px;
    text-align: left;
  }
}

.bl_pageContentBlock_content_listText_ttl {
  width: 30%;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_listText_ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bl_pageContentBlock_content_listText_content {
  width: 70%;
  margin: 0;
  padding: 0;
}

.bl_pageContentBlock_content_listText_content>li {
  list-style-type: none;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.8;
  margin-bottom: .6em;
}

.bl_pageContentBlock_content_listText_content li:last-child, .bl_pageContentBlock_content_listText_content>li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_listText_content {
    width: 100%;
  }
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_listText_content>li {
    margin-bottom: 20px;
  }

  .bl_pageContentBlock_content_listText_content>li br {
    display: none;
  }
}

.show_el:first {
  display: static;
}

.el_colorPannel {
  text-align: center;
}

.el_colorPannel_wrapper {
  display: inline-block;
  padding: 10px;
  background-color: #e70022;
  color: #fff;
  letter-spacing: 0.05em;
}

.el_colorPannel__scw .el_colorPannel_wrapper {
  background-color: #f88c27;
}

.el_entryButton {
  position: fixed;
  right: 25px;
  bottom: 40px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}

#sc_seminarCommon .el_entryButton {
  margin-top: 0;
}

footer.js_fixBunnerStop .el_entryButton {
  position: absolute;
  top: -80px;
  bottom: auto;
}

@media screen and (max-width: 765px) {
  .el_entryButton {
    right: 5%;
    bottom: 20px;
    padding: 0;
    text-align: center;
  }
}

.el_entryButton_wrapper {
  position: relative;
  display: inline-block;
  padding: 15px 55px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAALklEQVQYV2O8q8jwn4GBgeHpTwYGaXYGBkaQAIwDkmA8JMXwHyQDA2AVMA5IJQATiQ3XBWyztgAAAABJRU5ErkJggg==) repeat;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.15em;
}

.el_bl_pageContentBlock_preText {
  text-align: center;
  margin-bottom: 55px;
}

.bl_pageContentBlock_content_inner {
  width: 82.9%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 60px;
}

.bl_pageContentBlock_content_inner.pdt0 {
  width: 82.9%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 120px;
}

.bl_pageContentBlock_content_inner.pdb0 {
  width: 82.9%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
}

.is_1d_flow .flex {
  padding: 80px 0 0;
}

.is_1d_flow .flex div {
  width: 30%;
}

.is_1d_flow .flex div img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: 50%;
}

@media screen and (max-width: 765px) {
  .is_1d_flow .flex {
    padding: 20px 0 50px;
  }

  .is_1d_flow .flex div {
    width: 100%;
  }

  .is_1d_flow .flex div img {
    display: block;
    margin: 30px auto 20px;
    width: 20%;
    height: auto;
  }
}

.lyear_photo div {
  width: 30%;
  margin: 0 auto;
}

.lyear_photo div img {
  width: 100%;
}

@media screen and (max-width: 765px) {
  .lyear_photo div {
    width: 100%;
  }

  .lyear_photo div p {
    margin-bottom: 50px;
  }
}

.sub_h {
  font-weight: bold;
  text-align: center;
}

.norm {
  font-weight: normal;
}

.directionx {
  vertical-align: middle;
  font-size: 24px;
  margin-top: 9%;
  color: #de0000;
}

.directiony {
  display: none;
}

.bl_pageContentBlock_content_inner .cell {
  margin: 0 10px;
}

#sc_eventindexCommon .bl_pageContentBlock_content_inner {
  width: 85.7%;
  max-width: 1200px;
}

#sc_5day_flow .bl_pageContentBlock_content_inner .flex {
  display: flex;
}

#sc_5day_flow .bl_pageContentBlock_content_inner .cell {
  background-color: #c00;
  width: 100%;
  color: #fff;
  padding: 25px;
}

.cell p {
  line-height: 1.4em;
}

@media screen and (max-width: 765px) {
  .directionx {
    display: none;
  }

  .directiony {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #de0000;
    margin-bottom: 10px;
  }

  #sc_eventindexCommon .bl_pageContentBlock_content_inner {
    width: 80%;
  }

  .sp-block {
    display: block !important;
    margin: 30px auto;
  }

  #sc_5day_flow .bl_pageContentBlock_content_inner .cell {
    margin: 0 auto 15px;
    width: auto;
  }

  .cell p {
    font-size: .9em;
  }

  .bl_pageContentBlock .title {
    display: block;
  }
}

@media screen and (min-width: 765px) {
  #sc_seminarCommon .bl_pageContentBlock_content_inner {
    width: 83.8%;
    max-width: 1173px;
  }
}

#sc_seminarCommon .bl_pageContentBlock_content_inner {
  margin-bottom: 10px;
}

@media screen and (max-width: 765px) {
  #sc_seminarCommon .bl_pageContentBlock_content_inner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_pageContentBlock_content_inner {
    width: 90%;
    padding: 40px 0 20px;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.bl_pageContentBlock .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.innercell {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.bl_sectBlock1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.bl_sectBlock1.bl_sectBlock1__otherHead {
  margin-bottom: 0;
}

#sc_dyfEventsLiberal .bl_sectBlock1 {
  margin-bottom: 77px;
}

@media screen and (max-width: 765px) {
  #sc_dyfEventsLiberal .bl_sectBlock1 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.bl_sectBlock1_item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: calc((100% - 4px) / 5);
  margin-right: 1px;
  background-color: #cc0001;
  padding: 30px 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #fff;
}

#godoseminar .bl_sectBlock1_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 765px) {
  #godoseminar .bl_sectBlock1_item {
    width: auto;
  }
}

.bl_sectBlock1_item:last-child {
  margin-right: 0;
}

.bl_sectBlock1__other .bl_sectBlock1_item {
  width: auto;
}

.bl_sectBlock1_item.js_choosed {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 765px) {
  .bl_sectBlock1__3 .bl_sectBlock1_item {
    width: calc((100% - 2px) / 3);
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock1_item {
    width: calc((100% - 1px)/2);
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 2% 5px;
  }

  .bl_sectBlock1_item:first-child {
    width: 100%;
    margin-right: 0;
  }

  .bl_sectBlock1_item:nth-child(odd) {
    margin-right: 0;
  }
}

.bl_sectBlock1_item_wrapper {
  font-weight: normal;
}

.bl_sectBlock1__other .bl_sectBlock1_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_sectBlock1_item_ttl {
  font-size: 20px;
  margin-bottom: 7px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock1_item_ttl {
    font-size: 16px;
    margin-bottom: 3px;
    text-align: center;
  }
}

.bl_sectBlock1_item_sub {
  font-size: 10px;
  margin-bottom: 10px;
}

.bl_sectBlock1__otherHead .bl_sectBlock1_item_sub {
  margin-bottom: 5px;
}

.bl_sectBlock1_item_cat {
  font-size: 12px;
  text-align: left;
}

.bl_sectBlock1_item_arrow {
  max-width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_sectBlock1_item_arrow svg rect {
  fill: #fff;
}

.js_choosed .bl_sectBlock1_item_arrow svg rect, .bl_sectBlock1_item_arrow svg polygon, .js_choosed .bl_sectBlock1_item_arrow svg polygon {
  fill: #fff;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock1_item_arrow {
    display: none;
  }
}

.bl_typeIconListBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 765px) {
  .bl_typeIconListBlock {
    margin-bottom: 60px;
  }
}

.bl_typeIconListBlock_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 38px;
}

.bl_typeIconListBlock_wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_typeIconListBlock_wrapper {
    margin-right: 20px;
  }
}

.el_typeIcon {
  padding: 10px;
  color: #fff;
  background-color: steelblue;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.el_typeIcon.el_typeIcon__li {
  background-color: #3e6caf;
}

.el_typeIcon.el_typeIcon__sc {
  background-color: #cc0001;
}

.el_typeIcon.el_typeIcon__both {
  background-color: #56ba2a;
}

.el_typeIcon.el_typeIcon__tech {
  background-color: #ff961e;
}

.bl_tableBlock_item__target .el_typeIcon {
  display: block;
  margin-bottom: 1px;
}

.bl_tableBlock_item__target .el_typeIcon:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_item__target .el_typeIcon {
    display: inline-block;
  }
}

@media screen and (max-width: 765px) {
  .el_typeIcon {
    font-size: 12px;
    padding: 7px;
  }
}

.bl_typeIconListBlock_text {
  margin-left: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 765px) {
  .bl_typeIconListBlock_text {
    font-size: 12px;
  }
}

.bl_tableBlock_wrapper {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f7f7f7;
}

.bl_tableBlock__godo .bl_tableBlock_wrapper {
  margin-bottom: 8px;
}

.bl_tableBlock__godo .bl_tableBlock_wrapper:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper {
    margin-bottom: 35px;
  }

  #sc_dyfEventsLiberal .bl_tableBlock__godo .bl_tableBlock_wrapper {
    flex-direction: column;
  }
}

.bl_tableBlock__herf .bl_tableBlock_wrapper {
  width: calc((100% - 10px)/2);
}

.bl_tableBlock__herf .bl_tableBlock_wrapper:nth-child(odd) {
  margin-right: 0px;
}

.bl_tableBlock__herf .bl_tableBlock_wrapper:nth-child(even) {
  margin-right: 10px;
}

.bl_tableBlock__herf .bl_tableBlock_wrapper.bl_tableBlock_wrapper_midashi {
  width: 100%;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__herf .bl_tableBlock_wrapper {
    width: 100%;
  }
}

.bl_tableBlock__dyf .bl_tableBlock_wrapper {
  width: calc((100% - 4px)/5);
  margin: 0 1px 1px 0;
  background-color: #f7f7f7;
}

.bl_tableBlock__dyf .bl_tableBlock_wrapper:nth-child(5n) {
  margin-right: 0;
}

.bl_tableBlock_place {
  width: 20%;
}

.kaijo_aoyamaosaka .bl_tableBlock_item_wrapper {
  display: inline;
}

.bl_tableBlock_wrapper.bl_tableBlock_wrapper_midashi {
  padding: 0;
  letter-spacing: 0.1em;
  justify-content: space-between;
  padding: 0;
  background: #fff;
}

.bl_tableBlock_wrapper.bl_tableBlock_wrapper_midashi .bl_tableBlock_wrapper_midashi__herf {
  background-color: transparent;
  padding: 30px 0;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_wrapper.bl_tableBlock_wrapper_midashi {
    display: none;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_wrapper, #dyf .bl_tableBlock_wrapper {
    padding: 0;
  }
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div.bl_tableBlock_herf {
  width: calc((100% - 10px)/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  background-color: #ddd;
  justify-content: space-between;
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div.bl_tableBlock_herf:nth-child(1) {
  width: calc((100% - 10px)/2);
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div.bl_tableBlock_herf:nth-child(2) {
  width: calc((100% - 10px)/2);
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div.bl_tableBlock_herf .bl_tableBlock_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_tableBlock__godo .bl_tableBlock_wrapper>div:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #ddd;
  right: 0;
  top: 50%;
}

.bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
  width: 15%;
  padding-left: 30px;
}

.bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
  width: 15%;
  letter-spacing: 0.1em;
}

.bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(3) {
  width: 70%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.1em;
}

.bl_tableBlock__godo.bl_tableBlock__herf .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
  width: 30%;
  padding-left: 30px;
}

.bl_tableBlock__godo.bl_tableBlock__herf .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
  width: 70%;
}

@media screen and (min-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper:not(.bl_tableBlock_wrapper_midashi) {
    min-height: 150px;
    height: auto !important;
    height: 150px;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:after {
    content: none;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper>div {
    width: 100%;
  }
}

@media screen and (min-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:last-child:after {
    content: none;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 17%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(2) {
    justify-content: left;
    width: 21.5%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(3) {
    justify-content: left;
    width: 36%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(4) {
    justify-content: left;
    width: 10%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(5) {
    /* justify-content: left; */
    width: 15.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:last-child:after {
    content: none;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 17%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(2) {
    /* justify-content: left; */
    width: 63.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(3) {
    justify-content: left;
    width: 9.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(4) {
    justify-content: left;
    width: 10%;
  }

  /* .bl_tableBlock__godo.campus .bl_tableBlock_wrapper > div:nth-child(5) {
    width: 10%;
    padding-right: 30px;
  } */
  #sc_rdSchedule .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 9.5%;
    padding-left: 30px;
    letter-spacing: 0.1em;
  }

  #sc_rdSchedule .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(2) {
    width: 64%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 0 32px 0 32px;
    letter-spacing: 0.1em;
  }

  #sc_rdSchedule .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(3) {
    width: 21%;
    letter-spacing: 0.1em;
  }

  /*
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(1) {
    width: 17%; }
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(2) {
    width: 12%; }
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(3) {
    width: 17%; }
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(4) {
    width: 20%; }
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(5) {
    width: 17%; }
  #sc_godoIncampus .bl_tableBlock__godo .bl_tableBlock_wrapper > div:nth-child(6) {
    width: 17%; }*/
  .bl_tableBlock__other .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 17%;
  }

  .bl_tableBlock__other .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(2) {
    width: 24%;
  }

  .bl_tableBlock__other .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(3) {
    width: 27%;
  }

  .bl_tableBlock__other .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(4) {
    width: 19%;
  }

  .bl_tableBlock__other .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(5) {
    width: 13%;
  }
}

/*#sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
  width: 17%;
  padding-left: 30px; }
  @media screen and (max-width: 765px) {
    #sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
      width: 100%;
      padding: 0; } }

#sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
  width: 71%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 765px) {
    #sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
      width: 100%;
      padding: 0; } }

#sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(3) {
  width: 12%; }
  @media screen and (max-width: 765px) {
    #sc_godoIncampus .bl_tableBlock__godo.bl_tableBlock__campusseminar .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(3) {
      width: 100%;
      padding: 0; } }*/

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo.bl_tableBlock__dyfevent .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(3) {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo.bl_tableBlock__herf .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo.bl_tableBlock__herf .bl_tableBlock_wrapper div.bl_tableBlock_item:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

.bl_tableBlock.bl_tableBlock__dyf {
  margin-bottom: 40px;
}

.bl_tableBlock.bl_tableBlock__dyf:last-child {
  margin-bottom: 0;
}

#sc_rdSchedule .bl_tableBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_tableBlock#sc_dyfEventsLiberal_ses1 {
  margin-bottom: 60px;
}

#sc_dyfEventsLiberal_ses1 .bl_tableBlock_item_wrapper, #sc_dyfEventsLiberal_ses0 .bl_tableBlock_item_wrapper {
  margin-bottom: 20px;
}

#sc_dyfEventsLiberal_ses1 .bl_tableBlock_wrapper_midashi, #sc_dyfEventsLiberal_ses0 .bl_tableBlock_wrapper_midashi {
  background: #ddd;
  height: 60px;
}

#sc_dyfEventsLiberal_ses1 .bl_tableBlock_wrapper_midashi .bl_tableBlock_item:after, #sc_dyfEventsLiberal_ses0 .bl_tableBlock_wrapper_midashi .bl_tableBlock_item:after {
  display: none;
}

.bl_tableBlock_date {
  margin-bottom: 17px;
}

.bl_tableBlock__godo .bl_tableBlock_date {
  margin-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_date, .bl_tableBlock__godo .bl_tableBlock_item {
    margin-bottom: 20px;
  }
}

.bl_tableBlock_date_wrapper {
  font-size: 40px;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 0.7;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_date_wrapper {
    text-align: left;
    font-size: 32px;
  }
}

.el_dateEitherTextMain {
  font-size: 30px;
  letter-spacing: 0.15em;
}

.el_dateEitherTextMain_kara {
  position: relative;
  bottom: 4px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.el_dateEitherTextSub {
  font-size: 18px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.bl_tableBlock_item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_tableBlock__godo .bl_tableBlock_item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2.7%;
  line-height: 1.7;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_item {
    padding: 0 0%;
    width: 100%;
  }

  .kaijo_aoyamaosaka .bl_tableBlock_item_wrapper {
    display: block;
  }
}

@media screen and (max-width: 765px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper_midashi .bl_tableBlock_item {
    margin-bottom: 10px;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper_midashi .bl_tableBlock_item:last-child {
    margin-bottom: 0;
  }
}

.bl_tableBlock_item br {
  display: inline;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_item {
    display: block;
    font-size: 14px;
  }
}

.bl_tableBlock_item_ttl {
  display: none;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_item_ttl {
    display: block;
    background-color: #ccc;
    color: #fff;
    text-align: left;
    padding: 3px 5%;
    font-size: 14px;
    letter-spacing: 0.1em;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .kaijo_aoyamaosaka .aoyama, .kaijo_aoyamaosaka .osaka {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
}

#sc_rdSchedule .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(2) .bl_tableBlock_item_wrapper {
  width: 100%;
}

.el_remetedMarker {
  background-color: rgba(255, 0, 0, 0.2);
  display: inline-block;
  padding: 0 8px;
}

@media screen and (max-width: 765px) {
  .bl_tableBlock_item_wrapper {
    padding: 0 20px;
  }
}

.bl_tableBlock_date_sub {
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.bl_tableBlock_location {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.bl_tableBlock_location_main {
  font-size: 22px;
  margin-bottom: 10px;
}

.bl_tableBlock_location_sub {
  font-size: 14px;
}

.bl_tableBlock_type_main {
  font-size: 22px;
  margin-bottom: 4px;
  margin-bottom: 10px;
}

.bl_tableBlock_type_sub {
  font-size: 14px;
}

.bl_tableBlock_state {
  font-size: 22px;
}

.bl_tableBlock_entry {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_tableBlock_entry_button {
  display: inline-block;
  background-color: #000;
  color: #e70020;
  padding: 12px 52px;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bl_sectBlock2_date {
  background-color: #fc2e32;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  padding: 15px 0;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-weight: normal;
}

.bl_sectBlock2_date:hover {
  opacity: 0.8;
}

#sc_seminarCommon .bl_sectBlock2_date {
  background-color: #cc0001;
  color: #fff;
  margin-bottom: 0;
}

#sc_seminarCommon .bl_sectBlock2_date a {
  color: #fff;
}

.bl_sectBlock2_date br {
  display: inline;
}

#sc_seminarCommon .bl_sectBlock2_date {
  font-size: 16px;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_date {
    line-height: 1.6;
    padding: 10px 0;
  }
}

.bl_sectBlock2_entryButton {
  background-color: #000;
  color: #e70020;
  text-align: center;
  padding: 12px 0;
}

/*eventindex*/

.bl_sectBlock2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.bl_sectBlock2_wrapper {
  position: relative;
  width: calc((100% - 30px)/2);
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding-bottom: 120px;
}

.bl_sectBlock2_wrapper.bl_sectBlock2_wrapper__head {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_wrapper.bl_sectBlock2_wrapper__head {
    display: block;
  }
}

#sc_seminarCommon .bl_sectBlock2_wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bl_sectBlock2__m .bl_sectBlock2_wrapper {
  width: calc((100% - 28.5%)/4);
  margin-right: 9.5%;
}

.bl_sectBlock2__m .bl_sectBlock2_wrapper:nth-child(4n), .bl_sectBlock2__m .bl_sectBlock2_wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2__m .bl_sectBlock2_wrapper {
    width: 100%;
    margin: 0;
  }
}

#sc_seminarCommon .bl_sectBlock2_wrapper {
  width: calc((100% - 61px)/3);
  margin-right: 30px;
  background-color: transparent;
}

#sc_seminarCommon .bl_sectBlock2_wrapper:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  #sc_seminarCommon .bl_sectBlock2_wrapper {
    width: 100%;
    margin: 0 0 80px;
  }

  #sc_seminarCommon .bl_sectBlock2_wrapper:last-child {
    margin: 0 0 80px;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_wrapper {
    width: 100%;
    margin: 0 0 70px;
    padding: 0 0 50px;
  }
}

.bl_sectBlock2_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bl_sectBlock2_wrapper__head .bl_sectBlock2_image {
  width: 50%;
  background-image: url(assets/image/eventindex-eventinformation.jpg);
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_wrapper__head .bl_sectBlock2_image {
    width: 100%;
  }
}

.bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar {
  width: 50%;
  background-image: url(assets/image/eventindex-seminor-tmn.jpg);
}

.bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar02 {
  width: 50%;
  background-image: url(assets/image/eventindex-briefing-tmn.jpg);
}

.bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar03 {
  width: 50%;
  background-image: url(assets/image/eventindex-eventinformation.jpg);
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar, .bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar02, .bl_sectBlock2_wrapper__head .bl_sectBlock2_image.seminar03 {
    width: 100%;
  }
}

.bl_sectBlock2_wrapper__seminar .bl_sectBlock2_image {
  background-image: url(assets/image/eventindex-seminor-tmn.jpg);
}

.bl_sectBlock2_wrapper__rd .bl_sectBlock2_image {
  background-image: url(assets/image/eventindex-randd-tmn.jpg);
}

.bl_sectBlock2_wrapper__godo .bl_sectBlock2_image {
  background-image: url(assets/image/eventindex-briefing-tmn.jpg);
}

#sc_seminarCommon .bl_sectBlock2_wrapper__co .bl_sectBlock2_image {
  background-image: url(assets/image/seminar_event_img04.png);
}

#sc_seminarCommon .bl_sectBlock2_wrapper__sc .bl_sectBlock2_image {
  background-image: url(assets/image/seminar_event_img01.jpg);
}

/* #sc_seminarCommon .bl_sectBlock2_wrapper__li .bl_sectBlock2_image {
  background-image: url(assets/image/seminar_event_img02.jpg);
}

#sc_seminarCommon .bl_sectBlock2_wrapper__wo .bl_sectBlock2_image {
  background-image: url(assets/image/seminar_event_img03.jpg);
} */

.bl_sectBlock2_image:before {
  content: "";
  padding-top: 61.8%;
  display: block;
}

.bl_sectBlock2_wrapper__head .bl_sectBlock2_wrapper_wrapper {
  width: 50%;
  padding-bottom: 30px;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_wrapper__head .bl_sectBlock2_wrapper_wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}

.bl_sectBlock2_ttl {
  position: relative;
  padding-top: 55px;
  width: calc(100% - 40px);
  margin: 0 auto 0;
}

.bl_sectBlock2_ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.bl_sectBlock2_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  width: 10px;
  height: 2px;
  background-color: #000;
}

@media screen and (min-width: 765px) {
  .bl_sectBlock2_wrapper__head .bl_sectBlock2_ttl {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl:before {
    content: none;
  }
}

.bl_sectBlock2__m .bl_sectBlock2_ttl:after {
  content: none;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl:after {
    bottom: -32px;
  }

  #sc_seminarCommon .bl_sectBlock2_ttl:after {
    margin-bottom: 15px;
  }
}

#sc_seminarCommon .bl_sectBlock2_ttl {
  width: 100%;
  padding-top: 55px;
}

#sc_seminarCommon .bl_sectBlock2_ttl:before {
  top: 35px;
}

@media screen and (max-width: 765px) {
  #sc_seminarCommon .bl_sectBlock2_ttl {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl {
    padding-top: 35px;
  }
}

@media screen and (min-width: 765px) {
  #sc_eventindexCommon .bl_sectBlock2_ttl {
    margin-bottom: 35px;
  }

  #sc_eventindexCommon .bl_sectBlock2_ttl:before {
    top: 35px;
  }
}

@media screen and (min-width: 765px) {
  #sc_eventindexCommon .bl_sectBlock2_wrapper__head .bl_sectBlock2_ttl:after {
    bottom: -15px;
  }

  #sc_eventindexCommon .bl_sectBlock2_wrapper__head .bl_sectBlock2_ttl:before {
    top: 40px;
  }
}

.el_eventindexDyfttl {
  max-width: 340px;
}

@media screen and (max-width: 765px) {
  .el_eventindexDyfttl.dyf {
    max-width: 100%;
  }
}

.bl_sectBlock2_ttl_main {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center !important;
}

.bl_sectBlock2_ttl_main.seminar {
  height: 60px;
  margin-bottom: 0 !important;
}

.bl_sectBlock2_ttl_main ul li.current {
  text-align: center !important;
}

@media screen and (min-width: 765px) {
  #sc_eventindexCommon .bl_sectBlock2_ttl_main {
    margin-bottom: 10px;
  }

  .bl_sectBlock2_wrapper__head .bl_sectBlock2_ttl_main {
    font-size: 25px;
  }
}

@media screen and (max-width: 900px) {
  .bl_sectBlock2_ttl_main {
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
}

@media screen and (max-width: 599px) {
  .bl_sectBlock2_ttl_main {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    height: 80px;
  }
}

#eventindex .bl_sectBlock2_wrapper__head .bl_sectBlock2_ttl_main {
  letter-spacing: 0.15em;
}

.bl_sectBlock2_ttl_main_wrapper {
  display: inline-block;
  text-align: left;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl_main_wrapper {
    text-align: center;
  }
}

.bl_sectBlock2_ttl_sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl_sub {
    font-size: 14px;
  }
}

.bl_sectBlock2_ttl {
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (min-width: 765px) {
  #sc_seminarCommon .bl_sectBlock2_ttl {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2_ttl {
    margin-bottom: 55px;
  }
}

.bl_sectBlock2_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}

@media screen and (min-width: 765px) {
  .bl_sectBlock2_text {
    min-height: 128px;
  }

  .bl_sectBlock2_wrapper__head .bl_sectBlock2_text {
    width: calc(100% - 80px);
    min-height: 0;
  }
}

#sc_seminarCommon .bl_sectBlock2_text {
  margin: 0 auto 25px;
  width: 100%;
  font-size: 18px;
  min-height: 0;
  height: 120px;
}

@media screen and (max-width: 900px) {
  #sc_seminarCommon .bl_sectBlock2_text {
    margin: 0 auto 30px;
    font-size: 13px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 599px) {
  #sc_seminarCommon .bl_sectBlock2_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2__recInfoHead .bl_sectBlock2_text {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_sectBlock2__recInfoHead .bl_sectBlock2_wrapper {
    padding-bottom: 0;
  }

  #recruitinginformation .bl_sectBlock2__recInfoHead .bl_sectBlock2_wrapper {
    padding-bottom: 50px;
  }

  #job .bl_sectBlock2__recInfoHead .bl_sectBlock2_wrapper {
    padding-bottom: 50px;
  }
}

.bl_sectBlock2_arrow {
  text-align: center;
  width: 81.1%;
  margin: 0 auto 0;
}

.bl_sectBlock2_arrow img {
  max-width: 90px;
}

.bl_buttonBlock {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 75px;
  text-align: center;
}

.bl_buttonBlock.graybtn {
  bottom: 5px;
}

@media screen and (max-width: 765px) {
  .bl_buttonBlock {
    position: relative;
    bottom: auto;
    left: auto;
  }
}

.bl_sectBlock2_wrapper__head .bl_buttonBlock {
  position: relative;
  bottom: auto;
  left: auto;
}

/*180220 related content*/

.bl_relatedBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 74.6%;
  margin: 0 auto;
  padding-top: 70px;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock {
    width: 100%;
    padding-top: 60px;
  }
}

.bl_relatedBlock_wrapper {
  position: relative;
  width: calc((100% - 61px)/2);
  margin-right: 30px;
  margin-bottom: 10px;
  /*background-color: #f7f7f7;*/
  /* padding-bottom: 74px; */
  transition: 0.3s;
}

.bl_relatedBlock_wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_wrapper {
    width: 100%;
    margin: 0 0 70px;
    padding: 0 0 0px;
  }

  .bl_relatedBlock_wrapper__semi01, .bl_relatedBlock_wrapper__semi02, .bl_relatedBlock_wrapper__semi03, .bl_relatedBlock_wrapper__semi04, .bl_relatedBlock_wrapper__semi05, .bl_relatedBlock_wrapper__semi06, .bl_relatedBlock_wrapper__semi07, .bl_relatedBlock_wrapper__semi08 {
    margin: 0 0 30px;
  }
}

.bl_relatedBlock_image {
  position: relative;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}

.bl_relatedBlock_wrapper:hover .bl_relatedBlock_image {
  background-size: 105%;
}

.bl_relatedBlock_image .comingsoon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(204, 0, 0, 0.5);
  font-size: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bl_relatedBlock_image .comingsoon p {
  letter-spacing: 0.2em;
  transform: rotate(-20deg);
}

.bl_relatedBlock_wrapper__dyf .bl_relatedBlock_image {
  background-image: url(assets/image/eventindex-dyf-tmn.jpg);
}

.bl_relatedBlock_wrapper__seminar .bl_relatedBlock_image {
  background-image: url(assets/image/eventindex-seminor-tmn.jpg);
}

.bl_relatedBlock_wrapper__rd .bl_relatedBlock_image {
  background-image: url(assets/image/eventindex-randd-tmn.jpg);
}

.bl_relatedBlock_wrapper__godo .bl_relatedBlock_image {
  background-image: url(assets/image/eventindex-briefing-tmn.jpg);
}

.bl_relatedBlock_wrapper__semi01,
.bl_relatedBlock_wrapper__semi02,
.bl_relatedBlock_wrapper__semi03,
.bl_relatedBlock_wrapper__semi04,
.bl_relatedBlock_wrapper__semi05,
.bl_relatedBlock_wrapper__semi06,
.bl_relatedBlock_wrapper__semi07,
.bl_relatedBlock_wrapper__semi08 {
  padding-bottom: 0;
}

.bl_relatedBlock_wrapper__semi01 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi02 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi03 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi04 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi05 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi06 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi07 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi08 .bl_relatedBlock_image,
.bl_relatedBlock_wrapper__semi09 .bl_relatedBlock_image {
  background-size: 100%;
  padding-bottom: 0;
  background-color: #fff;
}

/* 異業種研究セミナー */

.bl_relatedBlock_wrapper__semi01 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi01.jpg);
}

/* 女性セミナー */

.bl_relatedBlock_wrapper__semi02 {
  pointer-events: none;
}

.bl_relatedBlock_wrapper__semi02 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi02.jpg?221012);
}

/* DYF */

/* .bl_relatedBlock_wrapper__semi03 {
  pointer-events: none;
} */

.bl_relatedBlock_wrapper__semi03 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi03.jpg);
}

/* ミライ体感プログラム */

.bl_relatedBlock_wrapper__semi04 {
  pointer-events: none;
}

.bl_relatedBlock_wrapper__semi04 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi04.jpg?210922_02);
}

/* ものづくり・ゼミ */

.bl_relatedBlock_wrapper__semi05 {
  pointer-events: none;
}

.bl_relatedBlock_wrapper__semi08 {
  pointer-events: none;
}

.bl_relatedBlock_wrapper__semi05 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi05.jpg);
}

/* オンライン座談会 */

.bl_relatedBlock_wrapper__semi06 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi06.jpg);
}

/* モビリティ業界ライブ */

.bl_relatedBlock_wrapper__semi07 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi07.jpg);
  background-size: 100%;
  padding-bottom: 0;
  background-color: #fff;
}

/* モビリティ業界 */
.bl_relatedBlock_wrapper__semi08 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi08.png);
}
.bl_relatedBlock_wrapper__semi08 .bl_relatedBlock_image:before {
  padding-top: 56%;
}

/*  */
.bl_relatedBlock_wrapper__semi09 .bl_relatedBlock_image {
  background-image: url(assets/image/seminarworkshop-semi09.jpg);
  /* background-size: contain; */
}

.bl_relatedBlock_image:before {
  content: "";
  padding-top: 56%;
  margin-bottom: 20px;
  display: block;
}

.bl_relatedBlock_ttl {
  position: relative;
  padding-top: 48px;
  width: calc(100% - 26px);
  margin: 0 auto 0;
}

.bl_relatedBlock_ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 27px;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.bl_relatedBlock_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  width: 10px;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl:before {
    content: none;
  }
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl:after {
    bottom: -32px;
  }
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl {
    padding-top: 35px;
  }
}

.bl_relatedBlock_ttl_main {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl_main {
    margin-bottom: 5px;
    font-size: 28px;
    text-align: center;
    line-height: 1.4;
  }
}

.bl_relatedBlock_ttl_main_wrapper {
  display: inline-block;
  text-align: left;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl_main_wrapper {
    text-align: center;
  }
}

.bl_relatedBlock_ttl_sub {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl_sub {
    font-size: 14px;
  }
}

.bl_relatedBlock_ttl {
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock_ttl {
    margin-bottom: 55px;
  }
}

.bl_relatedBlock_text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}

@media screen and (min-width: 765px) {
  .bl_relatedBlock_text {
    min-height: 128px;
  }
}

.bl_relatedBlock_arrow {
  text-align: center;
  width: 81.1%;
  margin: 0 auto 0;
}

.bl_sectBlock2_arrow img {
  max-width: 90px;
}

/* 応募終了 */

.bl_relatedBlockComment {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}

.bl_relatedBlockComment__inner {
  position: absolute;
  transform: translateY(-100%);
  font-size: 18px;
  color: #cc0000;
  width: 100%;
  text-align: center;
}


/*180220 related content end*/

.bl_buttonBlock_wrapper {
  display: inline-block;
  padding: 10px 15px;
  background-color: #cc0001;
  color: #fff;
  font-weight: normal;
}

.bl_buttonBlock_wrapper.gray {
  background-color: #999999;
}

.bl_buttonBlock .syuryo {
  font-size: 1.8vw;
  margin: 20px 0 10px;
}

@media screen and (min-width: 1400px) {
  .bl_buttonBlock .syuryo {
    font-size: 26px;
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 1150px) {
  .bl_buttonBlock .syuryo {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}

@media screen and (max-width: 765px) {
  .bl_buttonBlock_wrapper {
    font-size: 16px;
  }
}

.js_typingText {
  opacity: 0;
  min-height: 1em;
}

.js_typingText .word1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js_typing_br:before {
  content: "\A";
  white-space: pre;
}

.bl_modalMapBlock {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.js_openMap .bl_modalMapBlock {
  pointer-events: auto;
  opacity: 1;
}

.bl_modalMapBlock_wrapper {
  position: absolute;
  top: 20vh;
  left: 20vw;
  right: 20vw;
  bottom: 20vh;
  background-color: #ccc;
  border: 3px solid #383a3c;
  border-radius: 3px !important;
}

@media screen and (max-width: 765px) {
  .bl_modalMapBlock_wrapper {
    top: 30vh;
    bottom: 30vh;
    left: 5%;
    right: 5%;
  }
}

.bl_modalMapBlock_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bl_modalMapBlock_closeButton {
  position: absolute;
  border: solid 3px #383A3C;
  border-top: none;
  border-right: none;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  background-color: #383A3C;
  z-index: 9999;
  border-radius: 0px 0px 0px 3px !important;
  cursor: pointer;
}

.bl_modalMapBlock_closeButton:after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.bl_modalMapBlock_closeButton:before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.bl_messageBlock {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-align: center;
  padding: 60px 0 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.js_openMssage .bl_messageBlock {
  pointer-events: auto;
  -webkit-animation: "messageOpen"200ms ease-out 0ms forwards;
  animation: "messageOpen"200ms ease-out 0ms forwards;
  opacity: 1;
}

.js_closeMssage .bl_messageBlock {
  pointer-events: none;
  -webkit-animation: "messageClose"300ms ease-out 0ms forwards;
  animation: "messageClose"300ms ease-out 0ms forwards;
  opacity: 0;
}

.bl_messageBlock img {
  width: auto;
  max-width: 100%;
}

@-webkit-keyframes messageOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes messageOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes messageClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

@keyframes messageClose {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

.bl_messageBlock_wrapper {
  position: relative;
  border-radius: 3px !important;
}

@media screen and (max-width: 765px) {
  .bl_messageBlock_wrapper {
    top: 30vh;
    bottom: 30vh;
    left: 5%;
    right: 5%;
  }
}

.bl_messageBlock_close {
  position: fixed;
  border-top: none;
  border-right: none;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 16px;
  right: 16px;
  background-color: transparent;
  z-index: 9999;
  cursor: pointer;
}

.bl_messageBlock_close:after {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.bl_messageBlock_close:before {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.el_lineFix {
  display: inline-block;
}

/*js*/

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.js_mapButton, .js_messageButton {
  cursor: pointer;
}

#navigation, footer {
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

#navigation {
  margin: 0;
  /*padding:0;*/
  letter-spacing: 1px;
}

footer {
  margin: 0;
  /*padding:0;*/
  letter-spacing: 1px;
}

footer ul {
  margin: 0;
  padding: 0 2vw 5px 0;
}

@media screen and (max-width: 765px) {
  footer ul {
    margin: 30px auto 0;
    padding: 0;
  }
}

.page-top.icon-arrow {
  line-height: 1.8;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

.drawer-navbar .drawer-brand:first-child h1 {
  font-size: 1em;
}

/*#navigation h1,footer h1,#navigation h2,footer h2,#navigation h3,footer h3,#navigation h4,footer h4,#navigation h5,footer h5,#navigation h6,footer h6,#navigation p,footer p,#navigation ul,footer ul,#navigation li,footer li,#navigation dl,footer dl,#navigation dt,footer dt,#navigation dd,footer dd,#navigation p,footer p,#navigation th,footer th,#navigation td,footer td,#navigation em,footer em,#navigation strong,footer strong,#navigation div,footer div,#navigation address,footer address{
  font-weight:normal;
  font-size:1em;
  font-style:normal;
  font-weight:normal;
  list-style:none;
  letter-spacing:0.035em;
  word-break:break-all
}*/

/*180524 追記�??*/

.el_innerLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 65px 0 0;
  margin: 0 0 65px 0;
}

.el_innerLink>li {
  position: relative;
  list-style-type: none;
  margin-right: 40px;
}

.el_innerLink>li:last-child {
  margin-right: 0;
}

.el_innerLink>li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: #000;
  top: 30%;
  right: -20px;
}

.el_innerLink>li:last-child:after {
  content: none;
}

@media screen and (max-width: 765px) {
  .el_innerLink {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 45px 0;
  }

  .ul1day li {
    width: 50%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .ul1day li:after {
    right: 0;
  }

  .ul1day li.w100 {
    width: 100%;
  }

  .ul1day li:nth-child(2n):after {
    display: none;
  }

  .bl_1dayHeadBlock__n .el_innerLink {
    justify-content: center;
  }
}

@media screen and (max-width: 765px) {
  .bl_1dayHeadBlock__4 .el_innerLink {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }

  .bl_1dayHeadBlock__4 .el_innerLink>li {
    width: 50%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .bl_1dayHeadBlock__4 .el_innerLink>li:after {
    right: 0;
  }

  .bl_1dayHeadBlock__4 .el_innerLink>li:nth-child(even):after {
    display: none;
  }

  .bl_1dayHeadBlock__4 .el_innerLink>li.w100 {
    width: 100%;
  }
}

.bl_1dayHeadBlock__n .el_innerLink>li:last-child:after {
  content: none;
}

.bl_1dayHeadBlock_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-bottom: 7px solid #cc0001;
  max-width: 1160px;
  width: 82.9%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 765px) {
  .bl_1dayHeadBlock_button {
    display: block;
    border-bottom: 0;
    width: 90%;
  }
}

.bl_1dayHeadBlock_button_item {
  position: relative;
  color: #fff;
  background-color: #e57f7f;
  text-align: center;
  width: calc(50% - 5px);
  margin-right: 10px;
  font-size: 22px;
  padding: 23px 0;
}

.bl_1dayHeadBlock_button_item.bl_1dayHeadBlock_button_item__choosed {
  background-color: #cc0001;
  padding: 23px 0;
  align-self: stretch;
}

.bl_1dayHeadBlock_button_item.comingsoon::after {
  content: "Coming soon...";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 23px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.bl_1dayHeadBlock_button_item:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_1dayHeadBlock_button_item {
    width: 100%;
    margin: 0 0 10px;
    font-size: 18px;
    padding: 23px 0 23px;
  }

  .bl_1dayHeadBlock_button_item:last-child {
    margin-bottom: 0;
  }
}

.bl_1dayTableBlock_tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #f7f7f7;
  padding: 35px 0;
  margin: 0 0 10px;
}

@media screen and (max-width: 765px) {
  .bl_1dayTableBlock_tr {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
}

.bl_1dayTableBlock_th {
  width: 190px;
  padding: 0px 0 0 35px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 765px) {
  #sc_3days_appli .bl_1dayTableBlock_th {
    color: #000;
  }
}

@media screen and (max-width: 765px) {
  .bl_1dayTableBlock_th {
    display: block;
    background-color: #ccc;
    color: #fff;
    text-align: left;
    padding: 5px 5%;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.bl_1dayTableBlock_td {
  width: calc(100% - 190px);
  box-sizing: border-box;
  line-height: 2.4;
  padding: 0 30px 0 0;
}

.bl_1dayTableBlock_td .tablewidth {
  display: inline-block;
  width: 160px;
}

#threedays .bl_1dayTableBlock_td br {
  display: inline;
}

@media screen and (max-width: 765px) {
  .bl_1dayTableBlock_td {
    width: 100%;
    padding: 20px 5%;
    font-size: 14px;
  }
}

table.rd_type_tsble {
  width: 100%;
  border: solid 1px #cccccc;
}

table.rd_type_tsble th {
  font-size: 12px;
  text-align: center;
  padding: 10px;
  background-color: #f7f7f7;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

table.rd_type_tsble td {
  font-size: 12px;
  text-align: left;
  padding: 10px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

table.rd_type_tsble td .type_center {
  text-align: center;
}

.slidetable {
  display: none;
}

.rd_type_tsble_chusyaku {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}

@media screen and (max-width: 1320px) {
  .tablescroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table.rd_type_tsble {
    width: 1096px;
  }

  .slidetable {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 15px 0 5px;
    padding: 5px;
    background-color: #cccccc;
  }
}

.el_linkButton {
  text-align: center;
}

.bl_1daySnsBlock .el_linkButton {
  margin-bottom: 35px;
}

.bl_1daySnsBlock .el_linkButton:last-child {
  margin-bottom: 0;
}

.bl_1day_next {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  line-height: 120%;
}

.bl_1day_next br {
  display: none;
}

@media screen and (max-width: 765px) {
  .bl_1day_next br, br.sp {
    display: block;
  }
}

.el_linkButton.el_linkButton__two {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 765px) {
  .el_linkButton.el_linkButton__two {
    display: block;
  }
}

.el_linkButton_wrapper {
  /*padding: 19px 0;*/
  position: relative;
  height: 64px;
  width: 100%;
  max-width: 400px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQYV2NczsDwX5UBARjPMDD8h3FvMzAwwAVAHJBKsACMA1IJAGJxCgzsVIGiAAAAAElFTkSuQmCC) repeat;
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}

.el_linkButton_wrapper.widebtn {
  width: calc((100% - 26px) / 2);
  max-width: none;
  height: 120px;
}

.el_linkButton__two .el_linkButton_wrapper {
  margin-left: 0;
  margin-right: 0;
}

.el_linkButton__two .el_linkButton_wrapper:nth-child(1) {
  margin-right: 50px;
}

@media screen and (max-width: 765px) {
  .el_linkButton__two .el_linkButton_wrapper {
    margin-bottom: 20px;
  }

  .el_linkButton__two .el_linkButton_wrapper:last-child {
    margin-bottom: 0px;
  }
}

.el_linkButton__twitter .el_linkButton_wrapper {
  background: #000;
}

.el_linkButton__facebook .el_linkButton_wrapper {
  background: #3c58a1;
}

.el_linkButton__back .el_linkButton_wrapper, .el_linkButton__return .el_linkButton_wrapper {
  background: #000;
}

.bl_1daySnsBlock {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 60px 0 60px;
}

@media screen and (max-width: 765px) {
  #threedays .bl_1daySnsBlock, #twoweeks .bl_1daySnsBlock {
    padding: 38px 0;
  }
}

.bl_1daySnsBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_1daySnsBlock_inner {
    width: 90%;
  }
}

img {
  width: auto;
  max-width: 100%;
}

.l_year_block {
  width: 82.9%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}

.l_year_block .l_year_left {
  width: 49%;
  margin-right: auto;
}

.l_year_block .l_year_right {
  width: 49%;
  margin-left: auto;
}

.pdt80 {
  padding-top: 80px;
}

.pdb30 {
  padding-bottom: 30px;
}

.bl_1daySatisfBlock {
  max-width: 100%;
  height: auto;
  overflow: auto;
  padding: 30px 0;
}

.bl_1daySatisfBlock_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bl_1daySatisfBlock_item>img {
  width: 100%;
}

.bl_1daySatisfBlock_item:first-child {
  width: 30%;
  margin-right: 35px;
  margin-left: 0;
}

.bl_1daySatisfBlock_item:last-child {
  width: 60%;
  margin-right: auto;
}

.bl_1daySatisfBlock_item .red:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #de0000;
}

.bl_1daySatisfBlock_item .ore:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #ff7800;
}

.bl_1daySatisfBlock_item .yel:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: #ffff00;
}

@media screen and (max-width: 765px) {
  .l_year_block {
    width: 100%;
    display: block;
  }

  .l_year_block .l_year_left {
    width: 90%;
    margin: 0 auto 50px;
  }

  .l_year_block .l_year_right {
    width: 90%;
    margin: 0 auto;
  }

  .pdb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 765px) {
  .bl_1daySatisfBlock_item>img {
    max-width: 223px;
  }

  .bl_1daySatisfBlock_item:first-child {
    width: 30%;
    margin-right: 10%;
    margin-left: 0;
  }

  .bl_1daySatisfBlock_item:last-child {
    width: 60%;
    margin-right: 0;
  }
}

.bl_1dayVoiceBlock {
  max-width: 100%;
  height: 345px;
  overflow: auto;
  padding: 60px 0;
  border-top: solid 2px #000000;
}

.bl_1dayVoiceBlock::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bl_1dayVoiceBlock::-webkit-scrollbar-track {
  /*border-radius: 10px;*/
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
  background-color: #cccccc;
}

.bl_1dayVoiceBlock::-webkit-scrollbar-thumb {
  background-color: #cc0000;
  /*border-radius: 10px;*/
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 765px) {
  .bl_1dayVoiceBlock {
    height: 233px;
  }
}

/*スクロールバ�?�全�?*/

/*スクロールバ�?�の軌道*/

/*スクロールバ�?�の動く部�?*/

.bl_1dayVoiceBlock_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ver5days {
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.bl_1dayVoiceBlock_item {
  margin-right: 35px;
}

.bl_1dayVoiceBlock_item>img {
  max-width: none;
}

.bl_1dayVoiceBlock_item:first-child {
  padding-left: 8.5%;
}

.bl_1dayVoiceBlock_item:last-child {
  margin-right: 0;
  padding-right: 8.5%;
}

@media screen and (max-width: 765px) {
  .bl_1dayVoiceBlock_item>img {
    max-width: 223px;
  }

  .ver5days {
    justify-content: flex-start;
    width: auto;
  }
}

.bl_rdVoiceBlock {
  max-width: 100%;
  height: auto;
  overflow: auto;
  padding: 30px 0;
}

.bl_rdVoiceBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.bl_rdVoiceBlock_item {
  width: 15%;
  margin: 2%;
}

.bl_rdVoiceBlock_item>img {
  width: 100%;
}

.bl_rdVoiceBlock_item:first-child {
  margin-left: auto;
}

.bl_rdVoiceBlock_item:last-child {
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_rdVoiceBlock_item>img {
    max-width: 223px;
  }
}

.el_twLogo, .el_fbLogo {
  width: 33px;
  display: inline-block;
  margin-right: 10px;
}

#sc_1day_entry .bl_pageContentBlock_content, #sc_5day_entry .bl_pageContentBlock_content {
  padding: 60px 0 60px 0;
}

#sc_intvSgFlow .bl_pageContentBlock_content {
  border-bottom: 2px solid #000;
}

.bl_itvwFrontBlock_inner {
  width: 90%;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.bl_itvwFrontBlock_wrapper {
  position: relative;
  margin-bottom: 15px;
  background-color: #f7f7f7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 25px;
  height: 455px;
}

.bl_itvwFrontBlock_wrapper:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_wrapper {
    height: auto;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_wrapper:last-child {
    margin-bottom: 60px;
  }
}

.bl_itvwFrontBlock_img {
  position: relative;
  width: 56%;
}

.bl_itvwFrontBlock_img>img {
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_img>img {
    position: relative;
    max-width: 90%;
    left: auto;
  }
}

.bl_itvwFrontBlock_texts {
  width: 44%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}

.bl_itvwFrontBlock_texts_icon {
  margin-bottom: 15px;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts_icon {
    text-align: center;
    margin-bottom: 15px;
  }
}

.bl_itvwFrontBlock_texts_sub {
  font-size: 14px;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts_sub {
    text-align: center;
  }
}

.bl_itvwFrontBlock_texts_wrapper {
  width: 100%;
}

.bl_itvwFrontBlock_texts_main {
  position: relative;
  font-size: 30px;
  padding: 35px 0;
  line-height: 1.4;
  font-weight: bold;
}

.bl_itvwFrontBlock_texts_main:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 23px;
  left: 0;
}

.bl_itvwFrontBlock_texts_main:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  bottom: 23px;
  left: 0;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts_main {
    font-size: 28px;
    text-align: center;
  }

  .bl_itvwFrontBlock_texts_main br {
    /*display: inline;*/
  }
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts_main:before, .bl_itvwFrontBlock_texts_main:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.bl_itvwFrontBlock_texts_name {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 765px) {
  .bl_itvwFrontBlock_texts_name {
    text-align: center;
  }
}

.bl_intvSgHeadBlock {
  height: 450px;
  background-color: #f7f7f7;
  padding-bottom: 80px;
}

@media screen and (max-width: 1070px) {
  .bl_intvSgHeadBlock {
    height: 420px;
  }
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.bl_intvSgHeadBlock_wrapper {
  height: 300px;
}

@media screen and (max-width: 1070px) {
  .bl_intvSgHeadBlock_wrapper {
    height: 270px;
  }
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_wrapper {
    height: auto;
  }
}

.bl_intvSgHeadBlock_line {
  position: absolute;
  left: 50%;
  bottom: -65px;
  width: 200%;
  height: 400px;
  background-color: #e60020;
  transform: translate(-50%, 100%) rotate(-10deg);
  -webkit-transform: translate(-50%, 100%) rotate(-10deg);
  -ms-transform: translate(-50%, 100%) rotate(-10deg);
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_line {
    display: none;
  }
}

.bl_intvSgHeadBlock_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.bl_intvSgHeadBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_inner {
    width: 100%;
  }
}

.bl_intvSgHeadBlock_wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_intvSgHeadBlock_texts {
  position: relative;
  z-index: 2;
  width: calc(100% - 580px);
}

@media screen and (max-width: 1070px) {
  .bl_intvSgHeadBlock_texts {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_texts {
    width: 100%;
    padding: 10px 5% 20px;
    box-sizing: border-box;
    background-color: #e60020;
    color: #fff;
  }
}

.bl_intvSgHeadBlock_img {
  position: relative;
  width: 520px;
  top: 40px;
  left: 8.5%;
}

@media screen and (max-width: 1070px) {
  .bl_intvSgHeadBlock_img {
    width: 380px;
  }
}

.bl_intvSgHeadBlock_text {
  padding: 75px 0 0;
  width: 100%;
}

.bl_intvSgHeadBlock_text br {
  display: inline;
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_img {
    top: 0;
    left: auto;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .bl_intvSgHeadBlock_text {
    padding: 0;
  }
}

.bl_intvSgHeadBlock_text_ttl {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 45px;
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .bl_intvSgHeadBlock_text_ttl {
    line-height: 1.4;
    margin-bottom: 35px;
  }
}

.bl_intvSgHeadBlock_text_name {
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_text_name {
    font-size: 12px;
  }
}

.bl_intvSgHeadBlock_text_cat {
  position: relative;
  font-size: 26px;
  padding: 30px 0;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_text_cat {
    margin-bottom: 20px;
  }

  .bl_intvSgHeadBlock_text_cat:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }

  .bl_intvSgHeadBlock_text_cat:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
}

.bl_intvSgHeadBlock_text_sub {
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .bl_intvSgHeadBlock_text_sub {
    font-size: 12px;
  }
}

.bl_intvSgPostBlock {
  position: relative;
  /*height: 800px;*/
  z-index: 2;
  padding-bottom: 90px;
}

.bl_intvSgPostBlock_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_head {
    color: #000;
    padding: 40px 5% 40px;
    box-sizing: border-box;
  }
}

.bl_intvSgPostBlock_head_ttl_main {
  position: relative;
  width: 355px;
  font-size: 40px;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  margin-bottom: 40px;
}

.bl_intvSgPostBlock_head_ttl_main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_head_ttl {
    margin-bottom: 20px;
  }

  .bl_intvSgPostBlock_head_ttl_main {
    width: 100%;
    font-size: 32px;
    margin-bottom: 5px;
  }

  .bl_intvSgPostBlock_head_ttl_sub {
    font-size: 12px;
  }
}

.bl_intvSgPostBlock_head_text {
  width: calc(100% - 355px);
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_head_text {
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
  }
}

.bl_intvSgPostBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_inner {
    width: 100%;
  }
}

.bl_intvSgPostBlock_wrapper:before {
  content: "";
  display: block;
  clear: both;
}

.bl_intvSgPostBlock_item {
  position: relative;
}

.bl_intvSgPostBlock_item:before {
  content: none;
  display: block;
  clear: both;
}

.bl_intvSgPostBlock_item_img {
  position: absolute;
  left: 0;
  top: -250px;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_img {
    position: static;
    text-align: center;
  }
}

.bl_intvSgPostBlock_item__2 .bl_intvSgPostBlock_item_img {
  left: auto;
  right: 0;
  top: -90px;
}

.bl_intvSgPostBlock_item__3 .bl_intvSgPostBlock_item_img {
  left: auto;
  left: 0;
  top: -75px;
}

.bl_intvSgPostBlock_item__4 .bl_intvSgPostBlock_item_img {
  left: auto;
  left: 0px;
  top: -445px;
}

.bl_intvSgPostBlock_item_texts {
  position: relative;
  width: calc(100% - 400px);
  /*float: right;*/
  margin-left: auto;
  border: 2px solid #000;
  margin-top: 300px;
  z-index: 2;
  background-color: #fff;
  padding: 60px 65px 45px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_texts {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    padding: 20px 5% 45px;
    margin-top: 0;
  }
}

.bl_intvSgPostBlock_item__2 .bl_intvSgPostBlock_item_texts {
  margin-right: auto;
  margin-left: 0;
  margin-top: 140px;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item__2 .bl_intvSgPostBlock_item_texts {
    margin-top: 0;
  }
}

.bl_intvSgPostBlock_item__3 .bl_intvSgPostBlock_item_texts {
  margin-top: 125px;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item__3 .bl_intvSgPostBlock_item_texts {
    margin-top: 0;
  }
}

.bl_intvSgPostBlock_item__4 .bl_intvSgPostBlock_item_texts {
  margin-top: 510px;
  margin-left: 65px;
  width: 100%;
  max-width: 750px;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item__4 .bl_intvSgPostBlock_item_texts {
    margin-top: 0;
    margin-left: 0;
  }
}

.bl_intvSgPostBlock_item.bl_intvSgPostBlock_item__1 {
  /*margin-top: 50px;*/
}

.bl_intvSgPostBlock_item_texts_sub {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_texts_sub {
    font-size: 16px;
  }
}

.bl_intvSgPostBlock_item_texts_ttl {
  position: relative;
  padding: 50px 0 45px;
  font-size: 34px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_texts_ttl {
    padding: 40px 0;
    font-size: 28px;
    line-height: 1.5;
  }
}

.bl_intvSgPostBlock_item__4 .bl_intvSgPostBlock_item_texts_ttl {
  padding: 0 0 45px;
}

.bl_intvSgPostBlock_item_texts_ttl:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  top: 32px;
  left: 0;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_texts_ttl:before {
    top: 25px;
  }
}

.bl_intvSgPostBlock_item__4 .bl_intvSgPostBlock_item_texts_ttl:before {
  content: none;
}

.bl_intvSgPostBlock_item_texts_ttl:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  bottom: 21px;
  left: 0;
}

.bl_intvSgPostBlock_item_texts_text {
  letter-spacing: 0.1em;
  line-height: 2;
}

.bl_intvSgPostBlock_item_texts_text br {
  display: inline;
}

@media screen and (max-width: 900px) {
  .bl_intvSgPostBlock_item_texts_text {
    font-size: 14px;
    line-height: 1.6;
  }
}

#sc_intvSgFlow.bl_pageContentBlock {
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 765px) {
  #sc_intvSgFlow.bl_pageContentBlock {
    border-bottom: 0;
  }
}

.bl_intvRelatedBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 81.6%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 70px;
}

@media screen and (max-width: 765px) {
  .bl_relatedBlock {
    width: 100%;
    padding-top: 60px;
  }
}

.bl_intvRelatedBlock_item {
  position: relative;
  width: calc((100% - 81px)/4);
  margin-right: 27px;
  margin-bottom: 10px;
  /*background-color: #f7f7f7;*/
  padding-bottom: 74px;
}

.bl_intvRelatedBlock_item:nth-child(4) {
  margin-right: 0;
}

.bl_intvRelatedBlock_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_intvRelatedBlock_item {
    width: 48%;
    margin: 0 0 70px;
    padding: 0 0 0px;
  }

  .bl_intvRelatedBlock_item:nth-child(2n-1) {
    margin-right: 4%;
  }
}

.bl_intvRelatedBlock_item_img {
  margin-bottom: 25px;
}

@media screen and (max-width: 765px) {
  .bl_intvRelatedBlock_item_img {
    text-align: center;
  }
}

.bl_intvRelatedBlock_item_ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

.bl_intvRelatedBlock_item_ttl:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
}

@media screen and (max-width: 765px) {
  .bl_intvRelatedBlock_item_ttl {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .bl_intvRelatedBlock_item_ttl {
    font-size: 12px;
  }
}

.bl_intvRelatedBlock_item_name {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .bl_intvRelatedBlock_item_name {
    font-size: 12px;
  }
}

.bl_intvRelatedBlock_item_cat {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .bl_intvRelatedBlock_item_cat {
    font-size: 12px;
  }
}

.bl_flowBlock {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.bl_flowBlock_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  box-sizing: border-box;
}

.bl_flowBlock_item {
  width: calc((100% - 136px) / 4);
  margin-bottom: 45px;
  margin-right: 45px;
}

.bl_flowBlock_item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .bl_flowBlock_item {
    width: calc((100% - 46px) / 2);
    margin-bottom: 25px;
    margin-right: 45px;
  }

  .bl_flowBlock_item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 765px) {
  .bl_flowBlock_item {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0px;
  }
}

.bl_flowBlock_item_ttl {
  position: relative;
  background: #e60020;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
  padding: 25px 0 10px;
}

.bl_flowBlock_item_ttl:after {
  content: "";
  position: absolute;
  border-top: 20px solid #e60020;
  border-left: 12px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 12px solid transparent;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

@media screen and (max-width: 765px) {
  .bl_flowBlock_item_ttl:after {
    border-top: 15px solid #e60020;
    border-left: 12px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 12px solid transparent;
  }
}

.bl_flowBlock_item_ttl_sub {
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}

.bl_flowBlock_item_ttl_main {
  font-size: 60px;
}

.bl_flowBlock_item_ttl_main span {
  font-size: 30px;
  padding: 5px;
}

@media screen and (max-width: 765px) {
  .bl_flowBlock_item_ttl {
    padding: 20px 0 5px;
  }

  .bl_flowBlock_item_ttl_sub {
    margin-bottom: 3px;
  }

  .bl_flowBlock_item_ttl_main {
    font-size: 45px;
  }
}

.bl_flowBlock_item_content {
  background-color: #f7f7f7;
  padding: 42px 25px;
  box-sizing: border-box;
  text-align: center;
  height: calc(100% - 117px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 765px) {
  .bl_flowBlock_item_content {
    height: auto;
    padding: 35px 20px 25px;
  }
}

.bl_flowBlock_item_content_wrapper {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 14px;
}

.bl_flowBlock_item_content_wrapper:last-child {
  margin-bottom: 0;
}

.bl_flowBlock_item_content_wrapper:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 50%;
  bottom: -17px;
  background-color: #000;
  transform: translateX(-50%);
}

.bl_flowBlock_item_content_wrapper:last-child:after {
  content: none;
}

/*by voice*/

.bl_pageContentBlock_content_schedule {
  padding-bottom: 0 !important;
}

.bl_pageContentBlock_app {
  border-bottom: none;
  padding: 70px 0;
  margin: 0;
}

.bl_pageContentBlock_app h3 {
  font-size: 30px;
}

@media screen and (max-width: 764px) {
  .bl_pageContentBlock_app h3 {
    font-size: 16px !important;
  }
}

.bl_pageContentBlock_content_app {
  padding-top: 0 !important;
}

@media screen and (max-width: 764px) {
  .bl_pageContentBlock_content_app {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 764px) {
  .bl_pageContentBlock_app {
    padding: 40px 0 30px !important;
  }
}

/*end*/

/*adnin5day*/

#sc_5day_flow .bl_pageContentBlock_content, #sc_5day_course .bl_pageContentBlock_content {
  padding-top: 50px;
}

@media screen and (max-width: 764px) {
  #sc_5day_flow .bl_pageContentBlock_content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 764px) {
  #sc_5day_course .bl_pageContentBlock_content {
    padding-top: 60px;
  }
}

#sc_itsprd_voice .bl_pageContentBlock_content {
  padding-top: 32px;
  padding-bottom: 118px;
}

@media screen and (max-width: 764px) {
  #sc_itsprd_voice .bl_pageContentBlock_content {
    padding-top: 25px;
    padding-bottom: 54px;
  }
}

#sc_itsprd_message .bl_pageContentBlock_content {
  padding-top: 70px;
}

@media screen and (max-width: 764px) {
  #sc_itsprd_message .bl_pageContentBlock_content {
    padding-top: 45px;
    padding-bottom: 7px;
  }
}

#sc_itsprd_schedule .bl_pageContentBlock_content {
  padding-top: 70px;
  padding-bottom: 110px;
}

@media screen and (max-width: 764px) {
  #sc_itsprd_schedule .bl_pageContentBlock_content {
    padding-top: 50px;
    padding-bottom: 58px;
  }
}

#sc_itsprd_cource .bl_pageContentBlock_content {
  padding-top: 65px;
  padding-bottom: 100px;
}

#sc_itsprd_cource .bl_pageContentBlock_content_inner span {
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 764px) {
  #sc_itsprd_cource .bl_pageContentBlock_content {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

#sc_itsprd_entry .bl_pageContentBlock_content {
  padding-top: 0;
}

@media screen and (max-width: 764px) {
  #sc_itsprd_entry .bl_pageContentBlock_content {
    padding-top: 0;
  }
}

.bl_tableBlock__5day .bl_tableBlock_item {
  box-sizing: border-box;
}

.bl_tableBlock__5day .bl_tableBlock_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding: 45px 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.bl_tableBlock__5day .bl_tableBlock_item:nth-child(1) {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.bl_tableBlock__5day .bl_tableBlock_item:nth-child(1):after {
  display: none;
}

.bl_tableBlock__5day .corse_open.bl_tableBlock_item:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.bl_tableBlock__5day .bl_tableBlock_item_wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.bl_tableBlock__5day .bl_tableBlock_item_wrapper svg {
  position: absolute;
  top: calc(50% - 17px);
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  right: 24px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item_wrapper svg {
    width: 15px;
    right: 0;
  }
}

.bl_tableBlock__5day .corse_open .bl_tableBlock_item_wrapper {
  margin-bottom: 20px;
}

.bl_tableBlock__5day .corse_open .bl_tableBlock_item_wrapper svg {
  -webkit-transform: rotate(0deg) translateY(50%);
  -ms-transform: rotate(0deg) translateY(50%);
  transform: rotate(0deg) translateY(50%);
}

.bl_tableBlock__5day .bl_tableBlock_item_wrapper.corse_open {
  margin-bottom: 0;
}

.bl_tableBlock__5day .bl_tableBlock_item_sub {
  font-size: 18px;
  text-align: center;
}

.bl_tableBlock__5day .bl_tableBlock_item:nth-child(2) {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    padding-right: 0;
  }
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item:nth-child(1):after {
    display: none;
  }
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item_wrapper {
    width: auto;
  }
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 764px) {
  .bl_tableBlock__5day .bl_tableBlock_item:nth-child(2) {
    width: 100%;
    padding: 0;
    font-size: 16px;
    text-align: justify;
  }
}

.bl_pageContentBlock_ttl_main {
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

.bl_5dayflowBlock {
  text-align: center;
}

.el_5daysFlowImgSp {
  display: none;
}

@media screen and (max-width: 764px) {
  .el_5daysFlowImgPc {
    display: none;
  }

  .el_5daysFlowImgSp {
    display: inline;
  }
}

/*180702*/

.bl_itsprdVoiceBlock_item {
  position: relative;
}

.bl_itsprdCourceBlock {
  margin-bottom: 40px;
}

.bl_itsprdCourceBlock:last-child {
  margin-bottom: 0;
}

.bl_itsprdCourceBlock.mgb0 {
  margin-bottom: 0;
}

.bl_itsprdCourceBlock_ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.bl_itsprdCourceBlock_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 910px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 764px) {
  .bl_itsprdCourceBlock_wrapper {
    margin-bottom: 25px;
  }
}

.bl_itsprdCourceBlock_item {
  position: relative;
  height: 140px;
  width: calc((100% - 26px) / 2);
  margin-right: 25px;
  margin-bottom: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQYV2NczsDwX5UBARjPMDD8h3FvMzAwwAVAHJBKsACMA1IJAGJxCgzsVIGiAAAAAElFTkSuQmCC) repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.bl_itsprdCourceBlock_item br {
  display: inline;
}

.bl_itsprdCourceBlock_item.bl_itsprdCourceBlock_item__cs {
  background: #e57f7f;
}

.bl_itsprdCourceBlock_item:nth-child(2n) {
  margin-right: 0;
}

.bl_itsprdCourceBlock_item span {
  font-size: 80%;
  padding: 0 10px;
}

.bl_itsprdCourceBlock_item.flex_center {
  margin-left: auto;
  margin-right: auto;
}

.bl_itsprdCourceBlock_item.gray {
  background: #999999;
}

@media screen and (max-width: 764px) {
  .bl_itsprdCourceBlock_item {
    width: 100%;
    height: 180px;
    margin-right: 0;
  }

  .bl_itsprdCourceBlock_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  .bl_itsprdCourceBlock_item {
    font-size: 4.4vw;
  }
}

.bl_itsprdVoiceBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_inner {
    width: 100%;
  }
}

.bl_itsprdVoiceBlock_item {
  width: calc((100% - 51px) / 4);
  margin-right: 17px;
  margin-bottom: 30px;
}

.bl_itsprdVoiceBlock_item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_item {
    width: 48%;
    margin-right: 0;
  }

  .bl_itsprdVoiceBlock_item:nth-child(2n-1) {
    margin-right: 4%;
  }
}

.bl_itsprdVoiceBlock_item_img {
  margin-bottom: 30px;
  text-align: center;
}

.bl_itsprdVoiceBlock_item__2w .bl_itsprdVoiceBlock_item_img {
  margin-bottom: 25px;
}

.bl_itsprdVoiceBlock_item_head {
  text-align: center;
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_item_head {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_itsprdVoiceBlock_item_head_icon {
  margin-bottom: 10px;
}

.bl_itsprdVoiceBlock_item__2w .bl_itsprdVoiceBlock_item_head_icon {
  margin-bottom: 5px;
}

.bl_itsprdVoiceBlock_item_head_text {
  font-size: 12px;
}

.bl_itsprdVoiceBlock_item_ttl {
  position: relative;
  text-align: center;
  margin: 32px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.8;
}

.bl_itsprdVoiceBlock_item_ttl br {
  display: inline;
}

.bl_itsprdVoiceBlock_item_ttl:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #000;
}

.bl_itsprdVoiceBlock_item_ttl:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #000;
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_item_ttl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_item_ttl {
    font-size: 10px;
  }
}

.bl_itsprdVoiceBlock_item_sub {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}

.bl_itsprdVoiceBlock_item_sub br {
  display: inline;
}

@media screen and (max-width: 764px) {
  .bl_itsprdVoiceBlock_item_sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl_itsprdScheduleBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 764px) {
  .bl_itsprdScheduleBlock_inner {
    width: 100%;
  }
}

.bl_itsprdScheduleBlock_wrapper {
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.bl_itsprdScheduleBlock_wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.bl_itsprdScheduleBlock_wrapper::-webkit-scrollbar-track {
  /*border-radius: 10px;*/
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);*/
  background-color: #cccccc;
}

.bl_itsprdScheduleBlock_wrapper::-webkit-scrollbar-thumb {
  background-color: #cc0000;
  /*border-radius: 10px;*/
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.bl_itsprdScheduleBlock_wrapper img {
  width: 100%;
}

/*スクロールバ�?�全�?*/

/*スクロールバ�?�の軌道*/

/*スクロールバ�?�の動く部�?*/

.bl_itsprdScheduleBlock_img {
  display: inline-block;
  margin-bottom: 20px;
}

.bl_itsprdScheduleBlock_img.bl_itsprdScheduleBlock_img__sp {
  display: none;
}

@media screen and (max-width: 764px) {
  .bl_itsprdScheduleBlock_img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 764px) {
  .bl_itsprdScheduleBlock_img {
    max-width: none;
    width: 500px;
    margin-bottom: 40px;
  }

  .bl_itsprdScheduleBlock_img.bl_itsprdScheduleBlock_img__sp {
    display: inline-block;
  }

  .bl_itsprdScheduleBlock_img.bl_itsprdScheduleBlock_img__pc {
    display: none;
  }
}

.bl_itsprdScheduleBlock_note {
  width: 100%;
  text-align: left;
  font-size: 12px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

@media screen and (max-width: 764px) {
  .bl_itsprdScheduleBlock_note {
    /*position: absolute;
bottom: 35px;*/
    text-align: right;
    right: 0;
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

/*3days*/

.bl_3daysSearchBlock {
  margin-bottom: 60px;
}

.bl_3daysSearchBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.bl_3daysSearchBlock_ttl {
  text-align: center;
  margin: 55px 0;
}

.bl_3daysSearchBlock_ttl_main {
  font-size: 27px;
  color: #ff2600;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Josefin Sans", "NotoSansCJKjp-Jxck", "Noto Sans CJK JP", "Noto Sans", "Noto Sans Japanese", "Helvetica Neue", "Meiryo", "メイリオ", "YuGothic", "游ゴシ�?ク", sans-serif;
}

.bl_3daysSearchBlock_ttl_sub {
  font-size: 16px;
  color: #ff2600;
  letter-spacing: 0.2em;
}

.el_searchResult {
  text-align: center;
  color: #000;
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: block;
}

.bl_selectBlock label {
  display: inline;
}

.bl_selectBlock_check label .el_checkbox {
  position: relative;
  top: 3px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ff2600;
}

.bl_selectBlock_check label .el_checkbox:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}

.bl_selectBlock_check input[type=checkbox]:checked+label {
  color: #e70020;
}

.bl_selectBlock_check input[type=checkbox]:checked+label .el_checkbox:after {
  background-color: #ff2600;
}

.el_searchResult {
  margin-bottom: 45px;
}

.bl_selectBlock {
  border: 1px solid #000;
  padding: 45px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 764px) {
  .bl_selectBlock {
    padding: 18px;
    margin-bottom: 18px;
    width: 90%;
  }
}

.bl_selectBlock_wrapper_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.bl_selectBlock_check label {
  cursor: pointer;
}

.bl_selectBlock_ttl {
  width: 130px;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-top: 3px;
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl_selectBlock_content {
  width: calc(100% - 130px);
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_content {
    width: 100%;
  }
}

.bl_searchResultBlock {
  font-size: 14px;
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock {
    width: 100%;
  }
}

.bl_selectBlock_check {
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.bl_selectBlock_check:last-child {
  margin-right: 0;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_check {
    margin-right: 15px;
  }
}

.bl_selectBlock_release {
  text-align: center;
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQYV2NczsDwX5UBARjPMDD8h3FvMzAwwAVAHJBKsACMA1IJAGJxCgzsVIGiAAAAAElFTkSuQmCC) repeat;
  padding: 25px 0;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_release {
    font-size: 18px;
  }
}

.js_release {
  cursor: pointer;
}

.bl_searchResultBlock_item {
  background-color: #eef1f3;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item {
    padding: 18px 5%;
    margin-bottom: 16px;
  }
}

.bl_searchResultBlock_item_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_ttl {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

.bl_searchResultBlock_item_ttl_cat {
  background-color: #f44336;
  color: #fff;
  padding: 15px 15px;
  font-size: 18px;
  box-sizing: border-box;
  margin-right: 25px;
}

.bl_searchResultBlock_item_ttl_cat.bl_searchResultBlock_item_ttl_cat__four {
  background-color: #3c6ab1;
}

.bl_searchResultBlock_item_ttl_cat.bl_searchResultBlock_item_ttl_cat__pp {
  background-color: #fb8c00;
}

.bl_searchResultBlock_item_ttl_cat.bl_searchResultBlock_item_ttl_cat__robotics {
  background-color: #479f4b;
}

.bl_searchResultBlock_item_ttl_cat.bl_searchResultBlock_item_ttl_cat__airplaneEngine {
  background-color: #5e3aae;
}

.bl_searchResultBlock_item_ttl_cat.bl_searchResultBlock_item_ttl_cat__other {
  background-color: #000;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_ttl_cat {
    margin-bottom: 15px;
  }
}

.bl_searchResultBlock_item_ttl_text {
  font-weight: bold;
  letter-spacing: 0.04em;
}

.cat_type {
  color: #cc0000;
}

.heigan {
  font-size: 11px;
  font-weight: bold;
  color: #cc0000;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_ttl_text {
    width: 100%;
    line-height: 2;
  }
}

.bl_searchResultBlock_item_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content {
    margin-bottom: 2px;
  }
}

.bl_searchResultBlock_item_content_wrapper {
  width: calc(50% - 1px);
  margin-right: 2px;
}

.bl_searchResultBlock_item_content_wrapper:nth-child(even) {
  margin: 0;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.bl_searchResultBlock_item_content_wrapper_wrapper {
  background-color: #fff;
  display: flex;
  margin-bottom: 2px;
  line-height: 1.9;
  padding: 20px 25px;
  box-sizing: border-box;
}

.bl_searchResultBlock_item_content_wrapper_wrapper:last-child {
  margin: 0;
}

.bl_searchResultBlock_item_content_wrapper_wrapper .bl_searchResultBlock_item_content_right {
  line-height: 1.5;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_wrapper_wrapper {
    padding: 15px 18px;
  }

  .bl_searchResultBlock_item_content_wrapper:nth-child(1) .bl_searchResultBlock_item_content_wrapper_wrapper {
    padding: 18px 18px 18px 9px;
  }
}

.bl_searchResultBlock_item_content_ttl {
  width: 140px;
}

.bl_searchResultBlock_item_content_main {
  width: calc(100% - 140px);
}

.bl_searchResultBlock_item_content_wrapper:nth-child(2) {
  font-size: 11.5px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.9;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_wrapper:nth-child(2) {
    padding: 15px 18px;
  }
}

.bl_searchResultBlock_item_content_left {
  position: relative;
  width: 140px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
}

.bl_searchResultBlock_item_content_left>img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.bl_searchResultBlock_item_content_left>img.el_3daysIcon_location {
  width: 26px;
  left: 5px;
}

.bl_searchResultBlock_item_content_left>img.el_3daysIcon_specialn, .bl_searchResultBlock_item_content_left>img.el_3daysIcon_date {
  width: 38px;
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_left {
    padding-left: 26px;
  }
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_left>img.el_3daysIcon_location {
    width: 14px;
    left: 2px;
  }
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_left>img.el_3daysIcon_specialn {
    width: 18px;
  }
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_left>img.el_3daysIcon_date {
    width: 18px;
  }
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_left {
    width: 80px;
  }
}

.bl_searchResultBlock_item_content_right {
  width: calc(100% - 140px);
}

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_content_right {
    width: calc(100% - 80px);
  }
}

.bl_searchResultBlock_item_message {
  background-color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1.9;
}

.bl_searchResultBlock_item_img {
  margin-top: 30px;
  display: flex;
}

.bl_searchResultBlock_item_img a {
  width: 24%;
  height: 100%;
  margin-right: 15px;
}

.bl_searchResultBlock_item_img a:last-child {
  margin-right: 0;
}

.bl_searchResultBlock_item_img.thumbimg_big {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.bl_searchResultBlock_item_img.thumbimg_big a {
  width: 400px;
  height: 100%;
  margin-right: 15px;
  margin-top: 15px;
}

.bl_searchResultBlock_item_img.thumbimg_big a:first-child {
  margin-top: 0;
}

.bl_searchResultBlock_item_img.thumbimg_big a:nth-child(2) {
  margin-top: 0;
}

.bl_searchResultBlock_item_img.thumbimg_big02 {
  margin-top: 30px;
  display: flex;
}

.bl_searchResultBlock_item_img.thumbimg_big02 a {
  width: 32.4%;
  height: 100%;
  margin-right: 15px;
}

.bl_searchResultBlock_item_img.thumbimg_big02 a:last-child {
  margin-right: 0;
}

.bl_searchResultBlock_item_img_img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/*
@media screen and (min-width: 765px){
  .bl_searchResultBlock_item_img_img:nth-child(3n){
    margin-right: 0;
  }
}
*/

@media screen and (max-width: 765px) {
  .bl_searchResultBlock_item_img_img {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 4px;
  }

  .bl_searchResultBlock_item_img.thumbimg_big {
    margin-top: 30px;
    display: block;
  }

  .bl_searchResultBlock_item_img.thumbimg_big a {
    width: calc((100% - 10px) / 2);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 4px;
  }

  .bl_searchResultBlock_item_img.thumbimg_big02 {
    margin-top: 30px;
    display: block;
  }

  .bl_searchResultBlock_item_img.thumbimg_big02 a {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 765px) {
  #sc_3days_course .bl_pageContentBlock_content_catch {
    display: block;
  }
}

#sc_3days_about .bl_pageContentBlock_content, #sc_3days_appli .bl_pageContentBlock_content {
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 765px) {
  #sc_3days_about .bl_pageContentBlock_content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 765px) {
  #sc_3days_appli .bl_pageContentBlock_content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

#sc_3days_course .bl_pageContentBlock_content, #sc_3days_entry .bl_pageContentBlock_content {
  padding-top: 70px;
}

@media screen and (max-width: 765px) {
  #sc_3days_course .bl_pageContentBlock_content {
    padding-top: 50px;
  }

  #sc_3days_course .bl_pageContentBlock_content_catch_sub {
    font-size: 15px;
  }
}

@media screen and (max-width: 765px) {
  #sc_3days_entry .bl_pageContentBlock_content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 765px) {
  #threedays .bl_pageContentBlock_content_catch_sub {
    font-size: 15px;
  }
}

.bl_threedaysFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  z-index: 10;
}

body.js_3daysHeaderFixed .bl_threedaysFixed {
  position: fixed;
  top: 84px;
  z-index: 10;
}

@media screen and (max-width: 765px) {
  body.js_3daysHeaderFixed .bl_threedaysFixed {
    top: 64px;
  }
}

.bl_threedaysFixed_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_inner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.bl_threedaysFixed_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 400px;
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_button {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
}

.bl_threedaysFixed_button_wrapper {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 15px 0;
  width: 185px;
  text-align: center;
  margin-right: 15px;
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_button_wrapper {
    width: 100%;
    margin-right: 0;
  }

  .bl_threedaysFixed_button_wrapper.bl_threedaysFixed_button_wrapper__status {
    display: none;
  }
}

.bl_threedaysFixed_right {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 400px);
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_right {
    width: calc(50% - 8px);
  }

  .bl_searchResultBlock_item_img {
    display: block;
  }

  .bl_searchResultBlock_item_img a {
    width: calc((100% - 10px) / 2);
    margin-right: 2px;
  }

  .bl_searchResultBlock_item_img a:nth-child(even) {
    margin-right: 0;
  }
}

.bl_threedaysFixed_right_text {
  margin-right: 15px;
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_right_text {
    display: none;
  }
}

.bl_threedaysFixed_right_button {
  position: relative;
  width: 185px;
  text-align: center;
  padding: 15px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQYV2NczsDwX5UBARjPMDD8h3FvMzAwwAVAHJBKsACMA1IJAGJxCgzsVIGiAAAAAElFTkSuQmCC) repeat;
}

@media screen and (max-width: 765px) {
  .bl_threedaysFixed_right_button {
    width: 100%;
  }
}

#threedays footer {
  padding-bottom: 78px;
}

/*kon*/

#sc_rdSchedule .bl_tableBlock_wrapper {
  float: left;
}

#sc_rdSchedule .bl_tableBlock_item_wrapper, #sc_rdSchedule .bl_tableBlock_herf {
  font-weight: bold;
}

.datefssm {
  font-size: 22px;
}

.kaijo_aoyamaosaka {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#dyf .bl_pageHeadBlock_inner .catch {
  font-weight: bold;
  margin-bottom: 30px;
}

#dyf .table_flex {
  display: flex;
  justify-content: space-around;
}

#dyf .dyf_kaijo_wrap, #dyf .dyf_kaijo_wrap02 {
  display: flex;
  margin: 0 auto 60px;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo, #dyf .dyf_kaijo_wrap02 .dyf_kaijo {
  width: 48%;
  margin-bottom: 30px;
  padding: 35px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

@media screen and (max-width:767px) {
  #dyf .table_flex {
    display: block;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo, #dyf .dyf_kaijo_wrap02 .dyf_kaijo {
    width: 100%;
  }
}

#dyf .dyf_kaijo_wrap .dyf_kaijo:last-child, #dyf .dyf_kaijo_wrap02 .dyf_kaijo:last-child {
  margin-right: 0;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .kaijo, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .kaijo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .kaijo_sub, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .kaijo_sub {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .kaijo_type, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .kaijo_type {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_table, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .dyf_table {
  min-height: 250px;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo table, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table {
  width: 100%;
  border-collapse: collapse;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo table td, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table td {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo table td:first-child, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table td:first-child {
  width: 80px;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_map, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .dyf_map {
  width: 300px;
  height: auto;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_kaijo_jouhou p, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .dyf_kaijo_jouhou p {
  font-size: 1em;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_kaijo_jouhou p.dyf_kaijo_bold, #dyf .dyf_kaijo_wrap02 .dyf_kaijo .dyf_kaijo_jouhou p.dyf_kaijo_bold {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 15px;
}

#dyf .dyf_kaijo_wrap02 {
  display: block;
  margin: 0 auto 60px;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 25px;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 25px 5px;
  letter-spacing: 0.15em;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:first-child, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:first-child {
  width: 90px;
  padding-left: 0;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:nth-child(2), #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:nth-child(2) {
  /* width: 80px; */
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:last-child, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:last-child {
  padding-right: 0;
  text-align: justify;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th {
  font-weight: bold;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr {
  border-bottom: solid 1px #eeeeee;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:first-child {
  border-bottom: solid 1px #cccccc;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:first-child th {
  padding-bottom: 5px;
}

#dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:nth-child(2) td {
  padding-top: 25px;
}

#dyf .dyf_btn {
  width: 600px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 30px auto;
  padding: 20px;
  background-color: #cc0000;
  color: #ffffff;
}

#dyf .dyf_btn.gray {
  background-color: #999999;
}

@media screen and (max-width: 960px) {
  #dyf .dyf_kaijo_wrap {
    display: block;
    margin: 0 auto 60px;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_table {
    min-height: auto;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_map {
    margin-top: 30px;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 {
    display: block;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tbody {
    display: block;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th {
    width: 100%;
    display: block;
    padding: 10px 0 50px;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:first-child, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:first-child {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:nth-child(2), #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:nth-child(2) {
    width: 100%;
    text-align: center;
    padding: 5px 0 0;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 td:last-child:before, #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 th:last-child:before {
    content: "登場予定職種";
    text-align: center;
    background-color: #cccccc;
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr {
    border-bottom: none;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:first-child {
    display: none;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:nth-child(2) td {
    padding: 10px 0 50px;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:nth-child(2) td:first-child {
    padding: 0;
  }

  #dyf .dyf_kaijo_wrap02 .dyf_kaijo table.table02 tr:nth-child(2) td:nth-child(2) {
    padding: 5px 0 0;
  }

  #dyf .dyf_btn {
    width: 70%;
  }
}

#dyf .dyf_kaijo_wrap .dyf_kaijo, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20% 35px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

#dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr:first-child th {
  padding-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

#dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 td:last-child, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 th:last-child {
  text-align: center;
}

#dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 {
  margin: 0 0 40px 0;
}

#dyf .dyf_kaijo_wrap .dyf_kaijo .kaijo_sub, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo .kaijo_sub {
  font-size: 12px;
  font-weight: normal;
}

#dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 td:first-child {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr:first-child {
    display: block;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 td:last-child:before, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 th:last-child:before {
    content: none;
    text-align: center;
    background-color: #cccccc;
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr {
    border-bottom: solid 1px #eeeeee;
    display: block;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo {
    padding: 35px 5%;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 td:first-child {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 th:first-child {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr:nth-child(2) td:first-child {
    padding: 15px 0;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 {
    margin: 0 0 30px 0;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr:first-child th {
    padding-bottom: 15px;
  }

  #dyf .dyf_kaijo_wrap .dyf_kaijo .dyf_table, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo .dyf_table {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #dyf .dyf_kaijo_wrap .dyf_kaijo, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo {
    padding: 10px 5%;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 td:last-child, #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 th:last-child {
    text-align: justify;
  }

  #dyf .dyf_kaijo_wrap02.crosstalk .dyf_kaijo table.table02 tr:first-child th {
    font-size: 16px;
  }
}

.booth>p {
  font-size: 24px;
  font-weight: bold;
}

.booth ul {
  margin-bottom: 20px;
}

.booth ul li {
  font-size: 14px;
  line-height: 1.5;
}

.dyf_boothbox {
  width: 100%;
  background-color: #CC0000;
  padding: 35px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dyf_boothbox>p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.dyf_boothbox .flexbooth {
  display: flex;
  flex-wrap: wrap;
}

.dyf_boothbox .flexbooth p {
  background-color: #ffffff;
  width: 24%;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 1.33%;
  display: flex;
}

.dyf_boothbox .flexbooth p span {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #cc0000;
  margin: auto;
}

.dyf_boothbox .flexbooth p:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .dyf_boothbox {
    padding: 12px;
  }

  .dyf_boothbox>p {
    font-size: 18px;
  }

  .dyf_boothbox .flexbooth p {
    width: 49%;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 2%;
    padding: 5px;
    box-sizing: border-box;
  }

  .dyf_boothbox .flexbooth p span {
    font-size: 14px;
  }

  .dyf_boothbox .flexbooth p:nth-child(4n) {
    margin-right: 2%;
  }

  .dyf_boothbox .flexbooth p:nth-child(2n) {
    margin-right: 0;
  }
}

.aoyama, .osaka {
  display: flex;
  width: calc((100% - 10px)/2);
  box-sizing: border-box;
  background-color: #f7f7f7;
  margin-bottom: 1.1%;
  padding: 40px;
}

.kaijo_aoyamaosaka .bl_tableBlock_date_wrapper {
  border-right: solid 1px #cccccc;
  padding-right: 15px;
}

@media screen and (max-width: 765px) {
  .kaijo_aoyamaosaka .bl_tableBlock_date_wrapper {
    border-right: none !important;
  }

  .kaijo_aoyamaosaka .none {
    display: none;
  }
}

.kaijo_aoyamaosaka .bl_tableBlock_date_wrapper {
  width: 120px;
}

/* --------------------------------------
汎用クラス定義
--------------------------------------*/

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  /* 新しい要�?を作る */
  display: block;
  /* ブロ�?クレベル要�?に */
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
height:  auto;
overflow: hidden;
/**/
}

.bl_pageHeadBlock.rt_infotype {
  margin-bottom: 60px;
}

@media screen and (max-width: 765px) {
  .internship .el_linkButton_wrapper.widebtn {
    width: 80%;
    padding: 2%;
    height: auto;
  }
}

br.pcnone {
  display: none;
}

@media screen and (max-width: 765px) {
  br.pcnone {
    display: inline;
  }
}

@media screen and (min-width: 765px) and (max-width: 1000px) {
  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 21%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(2) {
    justify-content: left;
    width: 21.5%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(3) {
    justify-content: left;
    width: 30%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(4) {
    justify-content: left;
    width: 12%;
  }

  .bl_tableBlock__godo .bl_tableBlock_wrapper>div:nth-child(5) {
    /* justify-content: left; */
    width: 15.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(1) {
    width: 23%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(2) {
    /* justify-content: left; */
    width: 55.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(3) {
    justify-content: left;
    width: 9.5%;
  }

  .bl_tableBlock__godo.campus .bl_tableBlock_wrapper>div:nth-child(4) {
    justify-content: left;
    width: 12%;
  }

  /* .bl_tableBlock__godo.campus .bl_tableBlock_wrapper > div:nth-child(5) {
    width: 10%;
    padding-right: 30px;
  } */
}

.attention_box {
  font-size: 24px;
  margin: 0 auto 40px;
  color: #cc0000;
  padding: 20px 0;
  box-sizing: border-box;
  line-height: 2;
  text-align: center;
}

.attention_box .text_small {
  font-size: 20px;
}

.attention_box mark {
  color: #cc0000;
  background-image: linear-gradient(transparent 30%, rgb(255, 250, 153) 30%);
  /*数値は揃える。%が小さいほどマーカーは太くなる*/
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-color: transparent;
  background-position: -100% 1.3em;
  /*右のemでマーカーの縦位置を調節する*/
  padding: 1em 0.2em;
}

.attention_box br {
  display: block;
}

@media screen and (max-width:767px) {
  .attention_box {
    width: 100%;
    margin: 0 auto 10px;
    color: #cc0000;
    padding: 4vw 0;
    box-sizing: border-box;
    line-height: 2;
    text-align: justify;
    text-align: center;
    font-size: 16px;
  }

  .attention_box br {
    display: block;
  }

  .attention_box .text_small {
    font-size: 14px;
  }

  .attention_box mark {
    color: #cc0000;
    background-image: linear-gradient(transparent 30%, rgb(255, 250, 153) 30%);
    /*数値は揃える。%が小さいほどマーカーは太くなる*/
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-color: transparent;
    background-position: -100% 1.4em;
    /*右のemでマーカーの縦位置を調節する*/
    padding: 1em 0.2em;
  }
}

.table_courseDetail {
  margin-top: 30px;
}
.table_courseDetail__inner {
  width:100%;
  border-collapse: collapse;
  font-size: 16px;
}
.table_courseDetail th,
.table_courseDetail td {
  border: solid 1px #333;
  padding: 12px;
  text-align: center;
}
.table_courseDetail th {
  font-weight: bold;
  border-bottom: double;
}
.table_courseDetail tr td:last-child {
  text-align: justify;
}
.table_courseDetail .nowrap {
  white-space: nowrap; 
}
@media screen and (max-width:767px) {
  .table_courseDetail {
    white-space: nowrap; /* 折り返されないように */
    overflow-x: scroll; /* 横スクロール */
    -webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロールできるように */
  }
  .table_courseDetail__inner {
    font-size: 10px;
  }
  .table_courseDetail th,
  .table_courseDetail td {
    padding: 5px;
  }
}

/*# sourceMappingURL=style.map */