@charset "UTF-8";
/*
  ----------------
  Hover style

  ▼Default：
    transition 0.2s ease-in-out
    hover opacity 0.7
  ----------------
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

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

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/*
  ---------------
  Fonts file
  ---------------
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/theme/icrweb/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/theme/icrweb/fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/theme/icrweb/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("/theme/icrweb/fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/theme/icrweb/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/theme/icrweb/fonts/NotoSansJP-Bold.woff") format("woff");
}
/*
  ----------------
  Base styles
  ----------------
  */
html {
  overflow-x: hidden;
}
html.is-open--sidebar {
  overflow: hidden;
}
html body.is-open--sidebar {
  overflow: hidden;
}

body {
  background-color: #f0f0f0;
}

.l-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.l-content__sub {
  min-width: 0;
  min-height: 100vh;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-content__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  /*width: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
a::before, a::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

figure {
  margin: 0;
}

@media all and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media all and (max-width : 768px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
/*
  ----------------
  Base font settings
  ----------------
*/
body {
  color: #1c1c1c;
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857143;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45833333;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media all and (max-width : 768px) {
  h1 {
    font-size: 14px;
    line-height: 1.71428571;
  }
  h2 {
    font-size: 18px;
    line-height: 1.44444444;
  }
  h3 {
    font-size: 13px;
    line-height: 1.46153846;
  }
}
/*
  ----------------
  Header common
  ----------------
*/
.l-header {
  background-color: #fcbf49;
  min-height: 0;
  z-index: 100;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header {
    background-color: #fff;
  }
}
@media all and (max-width : 768px) {
  .l-header {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  }
}
.l-header__inner {
  padding: 0 3.78151261%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__inner {
    padding: 0 3.78151261% 0 0;
  }
}
@media all and (max-width : 768px) {
  .l-header__inner {
    padding: 0 15px 0 0;
  }
}
.l-header__hamburger {
  background-color: #fcbf49;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  min-width: 0;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__hamburger {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__hamburger-btn {
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 100;
}
.l-header__hamburger-icon {
  background-color: #1c1c1c;
  -webkit-border-radius: 43px;
          border-radius: 43px;
  display: block;
  font-size: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.l-header__hamburger-icon::before, .l-header__hamburger-icon::after {
  content: "";
  background-color: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-header__hamburger-icon::before {
  top: -6px;
}
.l-header__hamburger-icon::after {
  top: 6px;
}
html.is-open--sidebar .l-header__hamburger-icon {
  background-color: transparent;
}
html.is-open--sidebar .l-header__hamburger-icon::before, html.is-open--sidebar .l-header__hamburger-icon::after {
  background-color: #1c1c1c;
  top: 0;
}
html.is-open--sidebar .l-header__hamburger-icon::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.is-open--sidebar .l-header__hamburger-icon::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__logo {
  max-width: 150px;
  min-width: 0;
  margin-left: 21px;
  margin-right: 10px;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__logo-link {
  display: block;
}
@media all and (min-width: 1111px) {
  .l-header__form-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 326px;
        -ms-flex: 0 1 326px;
            flex: 0 1 326px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__form-wrap {
    margin-left: 10px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media all and (max-width : 768px) {
  .l-header__form-wrap {
    margin-left: auto;
  }
}
@media all and (min-width: 1111px) {
  .l-header__form-btn--sp {
    display: none;
  }
}
@media all and (max-width: 1110px) {
  .l-header__form-btn--sp {
    margin-left: auto;
  }
}
@media (max-width: 1110px) and (hover: hover) and (pointer: fine) {
  .l-header__form-btn--sp {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .l-header__form-btn--sp:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media all and (max-width: 1110px) {
  .l-header__form-btn--sp::before, .l-header__form-btn--sp::after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media all and (max-width : 768px) {
  .l-header__form-btn--sp {
    width: 30px;
    min-width: 30px;
  }
}
@media all and (max-width: 1110px) {
  .l-header__form-btn--sp img {
    -webkit-border-radius: 20px;
            border-radius: 20px;
  }
}
@media all and (max-width: 1110px) {
  .l-header__form {
    display: none;
    background-color: rgba(28, 28, 28, 0.7);
    width: 100%;
    max-width: 375px;
    height: 100px;
    padding: 10px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__form {
    top: 60px;
    right: 0;
    left: auto;
  }
}
@media all and (max-width : 768px) {
  .l-header__form {
    top: 60px;
    right: 0;
    left: auto;
  }
}
.l-header__form-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1110px) {
  .l-header__form-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__form-search {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 100%;
  max-width: 234px;
  min-width: 0;
  position: relative;
}
.l-header__form-search::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_search.svg") center/cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.l-header__form-input {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  width: 100%;
  height: 30px;
  padding: 7px 30px 6px 10px;
  vertical-align: middle;
}
.l-header__form-btn {
  background-color: #1c1c1c;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 88px;
      -ms-flex: 0 1 88px;
          flex: 0 1 88px;
  margin-left: 4px;
}
.l-header__form-btn-submit {
  font-size: 12px;
  line-height: 1.41666667;
  min-width: 0;
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
@media all and (min-width: 1025px) {
  .l-header__nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav {
    margin-left: auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (max-width : 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  min-width: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav-item {
  min-width: 0;
  margin-left: 0.69445vw;
}
.l-header__nav-item + .l-header__nav-item {
  margin-left: 1.3889vw;
}
.l-header__nav-link {
  font-weight: bold;
  line-height: 1.42857143;
  min-width: 0;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__nav-link {
    height: 60px;
  }
}
.l-header__language {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-left: 1.3889vw;
  min-width: 0;
}
@media all and (min-width: 1111px) {
  .l-header__language {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
@media all and (max-width: 1110px) {
  .l-header__language {
    line-height: 1;
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__language {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
.l-header__language-btn-link {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  min-height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1110px) {
  .l-header__language-btn-link {
    padding: 5px;
  }
}
.l-header__language-btn-icon {
  min-width: 0;
}
@media all and (min-width: 769px) {
  .l-header__language-btn-icon {
    max-width: 20px;
  }
}
.l-header__language-btn-text {
  min-width: 0;
}
@media all and (min-width: 769px) {
  .l-header__language-btn-text {
    font-size: 12px;
    line-height: 1.41666667;
  }
}
.l-header__auth {
  min-width: 0;
}
@media all and (min-width: 1111px) {
  .l-header__auth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 3.125vw;
  }
}
@media all and (max-width: 1110px) {
  .l-header__auth {
    margin-left: 10px;
  }
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__auth {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media all and (max-width : 768px) {
  .l-header__auth {
    width: 30px;
    min-width: 30px;
    margin-left: 10px;
  }
}
.l-header__auth-btn-link {
  width: 100%;
}
@media all and (min-width: 1111px) {
  .l-header__auth-btn-link {
    min-height: 70px;
  }
}
.l-header__auth-btn-icon {
  display: inline-block;
  min-width: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.l-header__auth-btn-icon img {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__auth-btn-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44444444;
  margin-left: 10px;
  min-width: 0;
}
.l-header__auth-entry {
  display: none;
  background-color: rgba(28, 28, 28, 0.7);
  width: 220px;
  padding: 20px 11px;
  position: absolute;
  top: 70px;
  right: 0;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-header__auth-entry {
    top: 60px;
  }
}
@media all and (max-width : 768px) {
  .l-header__auth-entry {
    top: 60px;
  }
}
.l-header__auth-entry .p-form__item-term-text {
  color: #fff;
}
.l-header__auth-entry .p-form__item-input {
  background-color: #fff;
}
.l-header__auth-link-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 0;
  margin-top: 19px;
}
@media all and (min-width: 1111px) {
  .l-header__auth-link-text {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

/*
  ----------------
  Footer common
  ----------------
*/
.l-footer {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.l-footer__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .l-footer__inner {
    padding: 0 70px;
  }
}
@media all and (max-width : 768px) {
  .l-footer__inner {
    padding: 0 2.6667vmin;
  }
}
.l-footer__title {
  color: #9d9d9d;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45454545;
}
@media all and (max-width : 768px) {
  .l-footer__title {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
@media all and (max-width : 768px) {
  .l-footer__nav {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .l-footer__global {
    margin-top: 30px;
  }
}
@media all and (max-width : 768px) {
  .l-footer__global {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media all and (min-width: 769px) {
  .l-footer__global-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .l-footer__global-nav-item {
    margin-right: 14px;
  }
}
@media all and (min-width: 769px) {
  .l-footer__global-nav-item:last-child {
    margin-right: 0;
  }
}
.l-footer__global-nav-link {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 2.14285714;
}
@media all and (max-width : 768px) {
  .l-footer__global-nav-link {
    display: block;
    font-size: 12px;
    line-height: 2.5;
  }
}
@media all and (max-width : 768px) {
  .l-footer__nav-sp-bundle {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-left: 15px;
  }
}
@media all and (min-width: 769px) {
  .l-footer__local {
    margin-top: 30px;
  }
}
.l-footer__local-title {
  font-size: 16px;
  line-height: 1.5;
}
@media all and (min-width: 769px) {
  .l-footer__local-title {
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 6px;
  }
}
@media all and (max-width : 768px) {
  .l-footer__local-title {
    display: block;
    font-size: 12px;
    line-height: 2.5;
  }
}
.l-footer__local-nav {
  margin-top: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__local-nav-list + .l-footer__local-nav-list {
  margin-left: 4.76190476%;
}
.l-footer__local-nav-link {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 2.4;
}
@media all and (min-width: 769px) {
  .l-footer__usage {
    margin-top: 30px;
  }
}
@media all and (min-width: 769px) {
  .l-footer__usage-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .l-footer__usage-nav-item:not(:first-child) {
    border-left: 1px solid #1c1c1c;
  }
}
@media all and (min-width: 769px) {
  .l-footer__usage-nav-item:not(:first-child) > .l-footer__usage-nav-link {
    padding-left: 10px;
  }
}
.l-footer__usage-nav-link {
  display: block;
  font-size: 12px;
  line-height: 1.41666667;
}
@media all and (min-width: 769px) {
  .l-footer__usage-nav-link {
    padding-right: 10px;
  }
}
@media all and (max-width : 768px) {
  .l-footer__usage-nav-link {
    line-height: 2.5;
  }
}

.l-copyright {
  background-color: #1c1c1c;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-copyright__text {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

/*
  ---------------
  Section
  ---------------
*/
.l-section--margin {
  padding: 60px 0;
}
@media all and (max-width : 768px) {
  .l-section--margin {
    padding: 50px 0;
  }
}

.l-section--margin--top {
  padding: 60px 0 0 0;
}
@media all and (max-width : 768px) {
  .l-section--margin--top {
    padding: 50px 0 0 0;
  }
}

.l-section--margin--bottom {
  padding: 0 0 60px 0;
}
@media all and (max-width : 768px) {
  .l-section--margin--bottom {
    padding: 0 0 50px 0;
  }
}

@media all and (min-width: 769px) {
  .l-inner {
    padding: 0 5.88235294%;
  }
}
@media all and (max-width : 768px) {
  .l-inner {
    padding: 0 2.6667vmin;
  }
}

/*
  ----------------
  Sidebar common
  ----------------
*/
.l-sidebar {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.11));
          filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.11));
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 71px;
  width: 250px;
  height: 100%;
  min-height: 0;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-sidebar {
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    margin-top: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar {
    width: 100%;
    max-width: 375px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    margin-top: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: scroll;
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}
html.is-open--sidebar .l-sidebar {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.l-sidebar__logo {
  padding: 0 8px;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .l-sidebar__logo {
    display: none;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar__logo {
    display: none;
  }
}
.l-sidebar__logo-link {
  display: block;
  max-width: 190px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sidebar__auth {
  margin-top: 30px;
  padding: 0 10px;
}
@media all and (max-width : 768px) {
  .l-sidebar__auth {
    margin-top: 40px;
    padding: 0 37px;
  }
}
@media all and (max-width : 768px) {
  .top-login .l-sidebar__auth {
    margin-top: 30px;
  }
}
.l-sidebar__auth-link-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41666667;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
.l-sidebar__nav {
  margin-top: 30px;
}
.l-sidebar__nav-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sidebar__nav-block--facility .l-sidebar__nav-title, .l-sidebar__nav-block--icr .l-sidebar__nav-title {
  background-color: #fdc863;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  min-height: 40px;
  padding: 0 10px;
  position: relative;
}
@media all and (max-width : 768px) {
  .l-sidebar__nav-block--facility .l-sidebar__nav-title, .l-sidebar__nav-block--icr .l-sidebar__nav-title {
    padding: 0 37px;
  }
}
.l-sidebar__nav-block--icr-home .l-sidebar__nav-title {
  background-color: #ff9655;
  min-height: 60px;
  padding: 0 25px 0 20px;
}
@media all and (max-width : 768px) {
  .l-sidebar__nav-block--icr-home .l-sidebar__nav-title {
    min-height: 50px;
    padding: 0 37px;
  }
}
.l-sidebar__nav-content {
  padding: 10px;
}
.l-sidebar__nav-block--facility .l-sidebar__nav-content {
  background-color: #f0ece4;
}
@media all and (max-width : 768px) {
  .l-sidebar__nav-content {
    padding: 25px 10px;
  }
}
.l-sidebar__nav-content .c-icon--tree {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46153846;
}
@media all and (max-width : 768px) {
  .l-sidebar__nav-content .c-icon--tree {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar__nav-content .p-list__item-link {
    padding: 15px 27px;
  }
}
.l-sidebar__recommend-title {
  background-color: #f0ece4;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  min-width: none;
  height: 40px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-sidebar__recommend-inner {
  margin-top: 30px;
  padding: 0 10px;
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-inner {
    padding: 0 37px;
  }
}
.l-sidebar__recommend-list {
  margin-top: 30px;
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-sidebar__recommend-item {
  text-align: center;
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-item {
    width: 50%;
  }
}
@media all and (min-width: 769px) {
  .l-sidebar__recommend-item + .l-sidebar__recommend-item {
    margin-top: 20px;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-item + .l-sidebar__recommend-item {
    margin-left: 38px;
  }
}
.l-sidebar__recommend-item-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .l-sidebar__recommend-item-img--book {
    max-width: 90px;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-item-img--book {
    padding-top: 123.0769%;
  }
}
@media all and (min-width: 769px) {
  .l-sidebar__recommend-item-img--book::before {
    content: "";
    display: block;
    padding-top: 123.0778%;
  }
}
@media all and (min-width: 769px) {
  .l-sidebar__recommend-item-img--web {
    max-width: 150px;
  }
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-item-img--web {
    padding-top: 59.2308%;
  }
}
@media all and (min-width: 769px) {
  .l-sidebar__recommend-item-img--web::before {
    content: "";
    display: block;
    padding-top: 58.8867%;
  }
}
.l-sidebar__recommend-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.l-sidebar__recommend-item-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.66666667;
  margin-top: 6px;
}
.l-sidebar__recommend-item-link {
  background-color: #1c1c1c;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 1.41666667;
  text-align: center;
  width: 100px;
  min-height: 24px;
  margin-top: 6px;
  padding: 3px 3px 4px;
}
.l-sidebar__recommend-btn {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .l-sidebar__recommend-btn {
    max-width: 230px;
    margin: 20px auto 0;
  }
}
.l-sidebar__recommend-btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}
.l-sidebar__bnr {
  margin-top: 30px;
  padding: 0 10px;
}
@media all and (max-width : 768px) {
  .l-sidebar__bnr {
    padding: 0 37px;
  }
}
.l-sidebar__bnr-link + .l-sidebar__bnr-link {
  margin-top: 20px;
}
.l-sidebar__sns {
  text-align: center;
  margin-top: 30px;
}

/*
  ----------------
  Breadcrumb common
  ----------------
*/
.l-breadcrumb {
  padding: 4px 0 5px 5.88235294%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  white-space: nowrap;
}
@media all and (max-width : 768px) {
  .l-breadcrumb {
    padding: 5px 0 7px 2.6667vmin;
    display: block;
  }
}
.l-breadcrumb__item {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
  padding-left: 18px;
  position: relative;
}
@media all and (max-width : 768px) {
  .l-breadcrumb__item {
    font-size: 10px;
    line-height: 2;
    padding-left: 13px;
  }
}
.l-breadcrumb__item + .l-breadcrumb__item {
  padding-left: 23px;
}
@media all and (max-width : 768px) {
  .l-breadcrumb__item + .l-breadcrumb__item {
    padding-left: 8px;
  }
}
.l-breadcrumb__item::before {
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  content: "";
  height: 0.4em;
  width: 0.4em;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media all and (max-width : 768px) {
  .l-breadcrumb__item::before {
    left: -2px;
  }
}
.l-breadcrumb__item:first-child::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_home.svg") center/contain no-repeat;
  border: none;
  display: inline-block;
  width: 13px;
  height: 11.5px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .l-breadcrumb__item:first-child::before {
    width: 10px;
    height: 9px;
  }
}
.l-breadcrumb__link {
  text-decoration: underline;
}

/*
  ---------------
  Button common
  ---------------
*/
.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:not(.p-filter__btn-link) {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  .c-btn:not(.p-filter__btn-link):hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
.c-btn:not(.p-filter__btn-link)::before, .c-btn:not(.p-filter__btn-link)::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-btn--login {
  background-color: #fcbf49;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--simple {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--simple-s {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  min-height: 24px;
  padding: 0 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .c-btn--simple-s {
    min-height: 34px;
  }
}
.c-btn--simple-m {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  min-height: 30px;
  padding: 0 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .c-btn--simple-m {
    min-height: 34px;
  }
}
.c-btn--simple-l {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  width: 100%;
  min-height: 50px;
  padding: 0 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--simple-yellow {
  background-color: #ffe86f;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--simple-yellow-l {
  background-color: #ffe86f;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 50px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  text-decoration: none;
  width: 100%;
}
.c-btn--search {
  background-color: #1c1c1c;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 1.41666667;
  width: 100%;
  min-height: 30px;
  padding: 6px 6px 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--language {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-size: 12px;
  line-height: 1.41666667;
  width: 100%;
  min-height: 30px;
  padding: 4px 9px 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--list {
  background-color: #ffe86f;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 30px;
  padding: 4px 9px 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .c-btn--list {
    font-size: 12px;
    line-height: 1.41666667;
    min-height: 34px;
  }
}
@media all and (max-width : 768px) {
  .c-btn--list {
    font-size: 12px;
    line-height: 1.41666667;
    min-height: 34px;
  }
}
.c-btn--list-large {
  background-color: #ffe86f;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--list-news {
  background-color: #ffe86f;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 24px;
  padding: 4px 9px 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .c-btn--list-news {
    font-size: 12px;
    line-height: 1.41666667;
    min-height: 34px;
  }
}
@media all and (max-width : 768px) {
  .c-btn--list-news {
    font-size: 12px;
    line-height: 1.41666667;
    min-height: 34px;
  }
}
.c-btn--test-overall {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--test-overall.disable {
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  pointer-events: none;
}
.c-btn--test-overall.active {
  border: 1px solid #ff8e0b;
  color: #ff8e0b;
}
.c-btn--test-overall.visited {
  border: 1px solid #ff8e0b;
  color: #ff8e0b;
}
.p-board--course .c-btn--test-overall.active {
  border: 1px solid #7db268;
  color: #7db268;
}
.p-board--course .c-btn--test-overall.visited {
  border: 1px solid #7db268;
  color: #7db268;
}

.c-btn--survey-overall {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--survey-overall.disable {
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  pointer-events: none;
}
.c-btn--survey-overall.active {
  border: 1px solid #ff8e0b;
  color: #ff8e0b;
}
.c-btn--survey-overall.visited {
  border: 1px solid #ff8e0b;
  color: #ff8e0b;
}
.p-board--course .c-btn--survey-overall.active {
  border: 1px solid #7db268;
  color: #7db268;
}
.p-board--course .c-btn--survey-overall.visited {
  border: 1px solid #dbdbdb;
  color: #a5a5a5;
  background-color: #c9caca;
  pointer-events: none;
}

.c-btn--test-chapter {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--test-chapter.disable {
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  pointer-events: none;
}
.c-btn--test-chapter.active {
  border: 1px solid #7db268;
  color: #7db268;
}
.c-btn--test-chapter.visited {
  border: 1px solid #6cb55e;
  color: #6cb55e;
}
.c-btn--survey {
  background-color: #fff;
  border: 1px solid #1c1c1c;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--survey.disable {
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  pointer-events: none;
}
.c-btn--survey.active {
  border: 1px solid #dbdbdb;
}
.c-btn--survey.visited {
  background-color: #dbdbdb;
  border: 0;
  color: #a5a5a5;
  pointer-events: none;
}
.c-btn--issue {
  background-color: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--issue.disable {
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  pointer-events: none;
}
.c-btn--issue.active {
  background-color: #74aae8;
  color: #fff;
}
.c-btn--issue.visited {
  background-color: #74aae8;
  color: #fff;
}
.c-btn--share {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  min-height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .c-btn--share {
    -webkit-border-radius: 20px;
            border-radius: 20px;
    min-height: 34px;
  }
}

/*
  ---------------
  icon common
  ---------------
*/
.c-icon {
  display: block;
  width: 100%;
  position: relative;
}
.c-icon--inline {
  display: inline-block;
  position: relative;
}
.c-icon--home {
  padding-left: 22px;
}
.c-icon--home::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_home.svg") center/contain no-repeat;
  display: inline-block;
  width: 14px;
  height: 12.5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--pin {
  padding-left: 20px;
}
.c-icon--pin::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_pin.svg") center/contain no-repeat;
  display: inline-block;
  width: 12px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--rule {
  padding-left: 20px;
}
.c-icon--rule::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_rule.svg") center/contain no-repeat;
  display: inline-block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--tree {
  padding-left: 19px;
}
.c-icon--tree::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_tree.svg") center/cover;
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 2px;
  left: 0;
}
.c-icon--arrow-white::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_white.svg") center/contain no-repeat;
  display: inline-block;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-certificate .c-icon--arrow-white::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-icon--arrow-black {
  padding-right: 11px;
}
.c-icon--arrow-black::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black.svg") center/contain no-repeat;
  display: inline-block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-list--card .c-icon--arrow-black {
  padding-right: 14px;
}
@media all and (max-width : 768px) {
  .p-card--fv .c-icon--arrow-black {
    padding-right: 16px;
  }
}
.p-card--course-list .c-icon--arrow-black, .p-card--course-list-noimg .c-icon--arrow-black {
  padding-right: 20px;
}
@media all and (max-width : 768px) {
  .p-card--course-list .c-icon--arrow-black, .p-card--course-list-noimg .c-icon--arrow-black {
    padding-right: 16px;
  }
}
.p-sort .c-icon--arrow-black::after {
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_sort.svg") center/contain no-repeat;
  width: 10px;
  height: 5px;
  right: 12px;
}
@media all and (max-width : 768px) {
  .p-sort .c-icon--arrow-black::after {
    background: transparent url("/theme/icrweb/pix/common/icon_sort.svg") center/contain no-repeat;
    width: 34px;
    height: 34px;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.c-icon--view {
  padding-left: 17px;
}
.c-icon--view::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_view.svg") center/contain no-repeat;
  display: inline-block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--view span {
  display: inline-block;
}
.c-icon--rate {
  padding-left: 13px;
}
.c-icon--rate::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_star.svg") center/contain no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--time {
  padding-left: 15px;
}
.c-icon--time::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_clock.svg") center/cover;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .c-icon--time::before {
    width: 10px;
    height: 10px;
    top: 50%;
  }
}
.c-icon--circle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding-left: 22px;
}
.c-icon--circle::before {
  content: "";
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--test-overall.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_orange.svg") center/cover;
}
.c-btn--survey-overall.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_gray.svg") center/cover;
}
.p-board--course .c-btn--test-overall.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_green.svg") center/cover;
}
.p-board--course .c-btn--survey-overall.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_gray.svg") center/cover;
}
.c-btn--test-chapter.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_green.svg") center/cover;
}
.c-btn--survey.visited .c-icon--circle::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_gray.svg") center/cover;
}
.c-icon--circle-large {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
}
.c-icon--circle-large::before {
  content: "";
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--test-overall.visited .c-icon--circle-large::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_orange.svg") center/cover;
}
.c-btn--survey-overall.visited .c-icon--circle-large::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_gray.svg") center/cover;
}
.c-btn--test-chapter.visited .c-icon--circle-large::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_green.svg") center/cover;
}
.c-btn--survey.visited .c-icon--circle-large::before {
  border: 0;
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_gray.svg") center/cover;
}
.c-icon--share {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-left: 18px;
}
.c-icon--share::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_share.svg") center/contain no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--pdf {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding-left: 18px;
}
@media all and (max-width : 768px) {
  .c-icon--pdf {
    font-size: 12px;
    line-height: 1.41666667;
    padding-left: 15px;
  }
}
.c-icon--pdf::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_pdf.svg") center/contain no-repeat;
  display: inline-block;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .c-icon--pdf::before {
    width: 10px;
    height: 14px;
  }
}
.c-icon--filter {
  padding-left: 23px;
}
.c-icon--filter::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_filter.svg") center/contain no-repeat;
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--u-info {
  padding-left: 30px;
}
@media all and (max-width : 768px) {
  .c-icon--u-info {
    padding-left: 26px;
  }
}
.c-icon--u-info::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/mypage/icon_user.svg") center/contain no-repeat;
  display: inline-block;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .c-icon--u-info::before {
    width: 16px;
    height: 20px;
  }
}
.c-icon--attend {
  padding-left: 30px;
}
@media all and (max-width : 768px) {
  .c-icon--attend {
    padding-left: 26px;
  }
}
.c-icon--attend::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/mypage/icon_attend.svg") center/contain no-repeat;
  display: inline-block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .c-icon--attend::before {
    width: 16px;
    height: 14px;
  }
}
.c-icon--logout {
  text-align: center;
}
.c-icon--logout::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_login.svg") center/contain no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--new {
  background-color: #d65e54;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-icon--red {
  background-color: #d65e54;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #fff;
  display: inline-block;
  min-height: 20px;
  padding: 1px 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-icon--white {
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  color: #1c1c1c;
  display: inline-block;
  min-height: 20px;
  padding: 1px 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-icon--star {
  width: 16px;
  height: 15.31px;
  fill: transparent;
  stroke: #ccc;
}
@media all and (max-width : 768px) {
  .c-icon--star {
    width: 14.55px;
    height: 13.92px;
  }
}
.c-icon--star + .c-icon--star {
  margin-left: 2px;
}
.c-icon--star.active {
  fill: #fcbf49;
  stroke: transparent;
}

/*
  ---------------
  Text common
  ---------------
*/
.c-text {
  font-size: 12px;
  line-height: 1;
}
@media all and (max-width : 768px) {
  .c-text {
    font-size: 10px;
    line-height: 1.5;
  }
}
.c-text--description-card {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.69230769;
}
@media all and (max-width : 768px) {
  .c-text--description-card {
    font-size: 12px;
    line-height: 1.66666667;
  }
}
.c-text--subtitle-course {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-text--description-course {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.71428571;
}
.c-text--meta {
  color: #656565;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
  text-align: right;
}
@media all and (max-width : 768px) {
  .c-text--meta {
    font-size: 10px;
    line-height: 1.5;
  }
}
.c-text--time {
  color: #656565;
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
  text-align: right;
}
@media all and (max-width : 768px) {
  .c-text--time {
    font-size: 10px;
    line-height: 1.5;
  }
}
.c-text--news {
  font-size: 12px;
  line-height: 1.41666667;
}
@media all and (max-width : 768px) {
  .c-text--section-ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media all and (max-width : 768px) {
  .c-text--section-ttl-thin {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

/*
  ---------------
  balloon | 本日の受講人数
  ---------------
*/
.p-balloon {
  position: absolute;
  top: -84px;
  right: 20px;
  z-index: 100;
}
@media all and (max-width : 768px) {
  .p-balloon {
    top: -58px;
    right: 13px;
  }
}
.p-balloon__inner {
  background: #74aae8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 3px solid #fff;
  -webkit-filter: drop-shadow(0px 5px 16px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 5px 16px rgba(0, 0, 0, 0.18));
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  margin-left: auto;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-balloon__inner {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}
.p-balloon__inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-balloon__inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #74aae8 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-balloon__count {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 769px) {
  .p-balloon__count {
    margin-top: 6px;
  }
}
.p-balloon__count-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41666667;
  text-align: center;
}
@media all and (max-width : 768px) {
  .p-balloon__count-text {
    font-size: 10px;
    line-height: 1.3;
  }
}
.p-balloon__count-content {
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  margin-top: -4px;
}
@media all and (max-width : 768px) {
  .p-balloon__count-content {
    margin-top: -2px;
  }
}
.p-balloon__count-content-number {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.45454545;
}
@media all and (max-width : 768px) {
  .p-balloon__count-content-number {
    font-size: 18px;
    line-height: 1.44444444;
  }
}

/*
  ---------------
  banner
  ---------------
*/
.p-bnr {
  padding: 30px 2.6667vmin;
}
.p-bnr__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-bnr__link + .p-bnr__link {
  margin-left: 15px;
}
/*
  ---------------
  board | アンケート・修了証発行
  ---------------
*/
.p-board--course .p-board__list {
  counter-reset: num;
}
.p-board--survey .p-board__list {
  counter-reset: num;
}
@media all and (min-width: 769px) {
  .p-board--survey .p-board__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .p-board--course .p-board__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 769px) {
  .p-board--survey .p-board__item {
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
  }
}
.p-board--about .p-board__item + .p-board__item, .p-board--qa .p-board__item + .p-board__item {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__item + .p-board__item, .p-board--qa .p-board__item + .p-board__item {
    margin-top: 10px;
  }
}
.p-board--course .p-board__item + .p-board__item {
  margin-top: 14px;
}
@media all and (max-width : 768px) {
  .p-board--course .p-board__item + .p-board__item {
    margin-top: 30px;
  }
}
@media all and (min-width: 769px) {
  .p-board--survey .p-board__item + .p-board__item {
    margin-left: 20px;
  }
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__item + .p-board__item {
    margin-top: 20px;
  }
}
.p-board--survey .p-board__item:last-child {
  width: 100%;
}
@media all and (min-width: 769px) {
  .p-board--survey .p-board__item:last-child {
    margin-top: 60px;
    margin-left: 0;
  }
}
.p-board__header {
  background-color: #dbdede;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-board--about .p-board__header, .p-board--qa .p-board__header {
  cursor: pointer;
  padding: 10px 20px;
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__header, .p-board--qa .p-board__header {
    padding: 10px;
  }
}
.p-board--course .p-board__header {
  padding: 10px 20px;
}
@media all and (max-width : 768px) {
  .p-board--course .p-board__header {
    padding: 5px 10px;
  }
}
.p-board--survey .p-board__header {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  padding: 17px 20px;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__header {
    padding: 15px 10px;
  }
}
.is-open--board .p-board__header {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.p-board--about .p-board__header-title, .p-board--qa .p-board__header-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  width: 100%;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__header-title, .p-board--qa .p-board__header-title {
    font-size: 13px;
    line-height: 1.69230769;
    padding-right: 26px;
  }
}
.p-board--about .p-board__header-title::after, .p-board--qa .p-board__header-title::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom.svg") center/contain no-repeat;
  display: block;
  width: 13px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__header-title::after, .p-board--qa .p-board__header-title::after {
    right: 0;
  }
}
.p-board--qa .p-board__header-title {
  padding-left: 36px;
}
.p-board--qa .p-board__header-title::before {
  content: "Q";
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-board--survey .p-board__header-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.44444444;
  padding-left: 40px;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__header-title {
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 36px;
  }
}
.p-board--survey .p-board__header-title::before {
  counter-increment: num;
  content: counter(num);
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__header-title::before {
    line-height: 26px;
    width: 26px;
    height: 26px;
  }
}
.p-board--course .p-board__header-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-board--course .p-board__header-btn {
    width: 26px;
    height: 26px;
  }
}
.p-board--course .p-board__header-btn::before {
  content: "";
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-board--course .p-board__header-btn::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom.svg") center/cover;
  display: block;
  width: 13px;
  height: 6px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media all and (max-width : 768px) {
  .p-board--course .p-board__header-btn::after {
    background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom_sp.svg") center/cover;
    width: 10px;
    height: 5px;
    top: 50%;
    left: 49%;
  }
}
.p-board--survey .p-board__header-icon {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
  width: 100%;
  max-width: 42px;
}
.p-board__body {
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.p-board--course .p-board__body {
  display: none;
}
.p-board--about .p-board__body, .p-board--qa .p-board__body {
  display: none;
  padding: 20px;
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__body, .p-board--qa .p-board__body {
    padding: 10px;
  }
}
.p-board--course .p-board__body {
  padding: 30px 20px;
}
@media all and (max-width : 768px) {
  .p-board--course .p-board__body {
    padding: 15px 10px;
  }
}
.p-board--survey .p-board__body {
  padding: 21px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__body {
    padding: 17px 10px;
  }
}
.p-board__body.stay, .is-open--board .p-board__body {
  display: block;
}
.p-board--about .p-board__body-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71428571;
}
@media all and (max-width : 768px) {
  .p-board--about .p-board__body-text {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
.p-board--qa .p-board__body-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71428571;
  padding-left: 36px;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-board--qa .p-board__body-text {
    font-size: 13px;
    line-height: 1.69230769;
  }
}
.p-board--qa .p-board__body-text:before {
  content: "A";
  background-color: #d65e54;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  position: absolute;
  top: -1px;
  left: 0;
}
.p-board__item-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 4 56.4356436%;
      -ms-flex: 0 4 56.4356436%;
          flex: 0 4 56.4356436%;
  min-width: 0;
}
.p-board__item-header-text {
  font-size: min(1.2158vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .p-board__item-header-text {
    font-size: 14px;
  }
}
@media all and (max-width : 768px) {
  .p-board__item-header-text {
    font-size: 14px;
  }
}
.p-board--course .p-board__item-header-text::before {
/*
  counter-increment: num;
  content: counter(num) ". ";
*/
}
.p-board__item-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 395px;
      -ms-flex: 1 1 395px;
          flex: 1 1 395px;
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (min-width: 769px) {
  .p-board__item-body {
    margin-left: 4.15841584%;
  }
}
@media all and (max-width : 768px) {
  .p-board__item-body {
    margin-top: 5px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-board__item-body-rate {
  font-size: 0;
  width: 100%;
  min-width: 0;
}
@media all and (min-width: 769px) {
  .p-board__item-body-rate {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 135px;
        -ms-flex: 1 1 135px;
            flex: 1 1 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width : 768px) {
  .p-board__item-body-rate {
    max-width: 250px;
  }
}
.p-board__item-body-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width : 768px) {
  .p-board__item-body-btn {
    margin-left: 4vw;
  }
}
.p-board--survey .p-board__label {
  cursor: pointer;
}
.p-board--survey .p-board__label + .p-board__label {
  margin-top: 13px;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__label + .p-board__label {
    margin-top: 11px;
  }
}
.p-board--survey .p-board__input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.p-board--survey .p-board__input:checked + .p-board__text::before {
  border: 0;
}
.p-board--survey .p-board__input:checked + .p-board__text::after {
  opacity: 1;
}
.p-board--survey .p-board__text {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .p-board--survey .p-board__text {
    font-size: 14px;
  }
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__text {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
.p-board--survey .p-board__text::before {
  content: "";
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-board--survey .p-board__text::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_radio.svg") center/cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-board--survey .p-board__textarea {
  min-height: 150px;
  border: 0;
  resize: none;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__textarea {
    min-height: 160px;
  }
}
.p-board--survey .p-board__textarea:focus-visible {
  outline: 1px solid #dbdbdb;
}
.p-board--survey .p-board__submit {
  max-width: 188px;
  margin: 60px auto 0;
}
@media all and (max-width : 768px) {
  .p-board--survey .p-board__submit {
    margin: 20px auto 0;
  }
}
.p-board .is-open--board .p-board__header-title::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.p-board .is-open--board .p-board__header-btn::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

/*
  ---------------
  button layout | ボタンレイアウト用
  ---------------
*/
.p-board--course .p-btn {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.p-btn--questionnaire .p-btn {
  margin-left: 10px;
}
@media all and (max-width : 768px) {
  .p-btn--questionnaire .p-btn {
    margin-left: 5px;
  }
}
.p-related .p-btn {
  margin-top: 20px;
}
.p-comment .p-btn {
  margin-top: 10px;
}
@media all and (max-width : 768px) {
  .p-comment .p-btn {
    margin-top: 5px;
  }
}
.p-btn--lecture .p-btn {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn {
    margin-top: 10px;
  }
}
.p-btn__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .p-btn__inner {
    position: relative;
  }
}
.p-board--course .p-btn__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-comment .p-btn__inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-btn--course-list .p-btn__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-comment__area--lecturer .p-btn__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-btn--lecture .p-btn__inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn__inner {
    display: block;
  }
}
.p-btn--heading .p-btn__inner {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-btn--heading .p-btn__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width : 768px) {
  .p-btn--card-fv .p-btn__inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-btn__group {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
@media all and (max-width : 768px) {
  .p-btn__group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (min-width: 769px) {
  .p-btn--lecture .p-btn__group {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media all and (max-width : 768px) {
  .p-btn__group + .p-btn__group {
    margin-left: 10px;
  }
}
.p-btn--lecture .p-btn__group + .p-btn__group {
  margin-left: 10px;
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn__group + .p-btn__group {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  .p-btn--card-fv .p-btn__group + .p-btn__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-btn__group-btn {
  width: 100%;
}
@media all and (min-width: 769px) {
  .p-btn__group-btn {
    max-width: 180px;
    position: relative;
  }
}
@media all and (max-width : 768px) {
  .p-btn--user-info-logout .p-btn__group-btn {
    max-width: 180px;
    margin: 0 auto;
  }
}
@media all and (max-width : 768px) {
  .p-board--course .p-btn__group-btn {
    position: relative;
  }
}
@media all and (max-width : 768px) {
  .p-board__header .p-btn__group-btn {
    max-width: 120px;
  }
}
.p-board__item-body .p-btn__group-btn {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
}
.p-btn--questionnaire .p-btn__group-btn {
  min-width: 180px;
}
@media all and (max-width : 768px) {
  .p-btn--questionnaire .p-btn__group-btn {
    min-width: 120px;
  }
}
@media all and (min-width: 769px) {
  .p-btn--lecture .p-btn__group-btn {
    min-width: 180px;
  }
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn__group-btn {
    max-width: 175px;
    margin-left: auto;
  }
}
@media all and (min-width: 769px) {
  .p-btn--lecture .p-btn__group-btn--pdf {
    min-width: 198px;
  }
}
@media all and (max-width : 768px) {
  .p-btn--heading .p-btn__group-btn {
    max-width: 120px;
  }
}
.p-btn__group-btn + .p-btn__group-btn {
  margin-left: 10px;
}
@media all and (max-width : 768px) {
  .p-btn--card-fv .p-btn__group-btn + .p-btn__group-btn {
    margin-top: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-btn__group-btn + .p-btn__group-btn, .p-btn--card-fv .p-btn__group-btn + .p-btn__group-btn {
    margin-left: 0;
  }
}
.p-btn--user-info-logout .p-btn__group-btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}
@media all and (min-width: 769px) {
  .p-btn--lecture-list .p-btn .c-btn {
    padding: 0 4px;
  }
}
@media all and (min-width: 769px) {
  .p-btn--lecture-list .p-btn .c-icon {
    display: inline-block;
    width: auto;
  }
}
@media all and (min-width: 769px) {
  .p-board__header .p-btn .c-icon--circle {
    padding-left: 2px;
  }
}
@media all and (min-width: 769px) {
  .p-btn--questionnaire .p-btn .c-icon--circle {
    padding-left: 2px;
  }
}
@media all and (min-width: 769px) {
  .p-btn--heading .p-btn .c-icon--circle {
    padding-left: 2px;
  }
}
@media all and (max-width : 768px) {
  .p-btn--lecture-list .p-btn .c-icon--circle {
    padding-left: 2px;
  }
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn .c-btn--simple {
    min-height: 34px;
  }
}
.p-btn--user-info-logout .p-btn .c-btn--simple {
  padding: 0 14px;
}
@media all and (max-width : 768px) {
  .p-btn--lecture .p-btn .c-btn--simple-yellow {
    -webkit-border-radius: 25px;
            border-radius: 25px;
    min-height: 50px;
  }
}

/*
  ---------------
  card common | カード型レイアウト共通
  ---------------
*/
.p-card {
  position: relative;
}
.p-slider--recommend .p-card, .p-slider--recommend-sm .p-card, .p-slider--regular .p-card, .p-slider--new .p-card, .p-slider .p-card, .p-slider--all .p-card {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-slider--recommend .p-card, .p-slider--recommend-sm .p-card, .p-slider--regular .p-card, .p-slider--new .p-card, .p-slider .p-card, .p-slider--all .p-card {
    margin-top: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .p-card__wrap {
    margin: -8px;
  }
}
.p-card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 769px) {
  .p-card--lecture-list .p-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px 16px;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px -8px;
  }
}
@media all and (min-width: 769px) {
  .p-card--course-list .p-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px 30px;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .p-card--course-list-noimg .p-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 60px 30px;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -25px -7px;
  }
}
@media all and (min-width: 769px) {
  .p-slider--all .p-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px 17px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--all .p-card__list {
    margin: -8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .p-card__list, .p-slider--regular .p-card__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__item + .p-card__item {
    margin-top: 50px;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item {
    width: 100%;
    margin: 10px 8px;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__item {
    width: 100%;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__item {
    width: -webkit-calc((100% - 28px) / 2);
    width: calc((100% - 28px) / 2);
    margin: 25px 7px;
  }
}
.p-slider--recommend .p-card__item {
  width: 30.4762%;
  max-width: 320px;
  min-width: 220px;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .p-slider--recommend .p-card__item {
    width: 35.3982%;
  }
}
@media all and (max-width : 768px) {
  .p-slider--recommend .p-card__item {
    width: 61.9718%;
  }
}
.p-slider .p-card__item, .p-slider--regular .p-card__item, .p-slider--new .p-card__item, .p-slider--recommend-sm .p-card__item {
  width: 26.6667%;
  min-width: 220px;
  max-width: 280px;
}
@media all and (max-width: 1024px) and (min-width: 769px) {
  .p-slider .p-card__item, .p-slider--regular .p-card__item, .p-slider--new .p-card__item, .p-slider--recommend-sm .p-card__item {
    width: 30.9735%;
  }
}
.p-slider .p-card__item, .p-slider--recommend-sm .p-card__item {
  min-width: 220px;
}
@media all and (max-width : 768px) {
  .p-slider .p-card__item, .p-slider--recommend-sm .p-card__item {
    width: 61.9718%;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .p-card__item {
    width: -webkit-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
    max-width: none;
    min-width: 0;
    margin: 8px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--regular .p-card__item {
    width: 100%;
    max-width: none;
  }
}
@media all and (max-width : 768px) {
  .p-slider--regular .p-card__item + .p-card__item {
    margin-top: 30px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--all .p-card__item {
    margin: 8px;
    width: -webkit-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }
}
.p-card__item-link {
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width : 768px) {
  .p-card__item-link {
    margin-bottom: 3px;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-card--lecture-list .p-card__item-link, .p-card--course-list .p-card__item-link, .p-card--course-list-noimg .p-card__item-link {
  margin-bottom: 10px;
}
.p-slider--regular .p-card__item-link, .p-slider--all .p-card__item-link {
  margin-bottom: 0;
}
.p-card__item-title {
  background-color: #fcbf49;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-title {
    background-color: transparent;
    font-size: 14px;
    line-height: 1.42857143;
    min-height: 0;
    margin-bottom: 10px;
  }
}
.p-card--course-list .p-card__item-title {
  padding: 8px 20px;
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__item-title {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 8px 10px;
  }
}
.p-card--course-list-noimg .p-card__item-title {
  padding: 8px 20px;
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__item-title {
    font-size: 10px;
    line-height: 1.8;
    min-height: 50px;
    padding: 8px 10px;
  }
}
.p-slider--regular .p-card__item-title {
  padding: 8px 20px;
}
@media all and (max-width : 768px) {
  .p-slider--regular .p-card__item-title {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px;
  }
}
.p-slider--all .p-card__item-title {
  padding: 8px 10px;
}
@media all and (max-width: 1110px) {
  .p-slider--all .p-card__item-title {
    font-size: 14px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--all .p-card__item-title {
    font-size: 10px;
    line-height: 1.8;
    min-height: 50px;
  }
}
.p-card__item-img {
  background-color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .p-card--lecture-list .p-card__item-img {
    padding-top: 69.6%;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-img {
    width: 45.4286%;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-img::after {
    content: "";
    display: block;
    padding-top: 69.3219%;
  }
}
.p-card--course-list .p-card__item-img {
  padding-top: 46.0606%;
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__item-img {
    padding-top: 45.7627%;
  }
}
.p-slider--recommend .p-card__item-img {
  padding-top: 69.375%;
}
@media all and (max-width : 768px) {
  .p-slider--recommend .p-card__item-img {
    padding-top: 69.5454%;
  }
}
.p-slider .p-card__item-img, .p-slider--new .p-card__item-img, .p-slider--recommend-sm .p-card__item-img {
  padding-top: 69.325%;
}
.p-slider--regular .p-card__item-img {
  padding-top: 45.7142%;
}
.p-slider--all .p-card__item-img {
  padding-top: 69.3%;
}
.p-card__item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-card__item-content {
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  padding: 20px;
}
@media all and (max-width: 1110px) {
  .p-card__item-content {
    padding: 10px;
  }
}
.p-card--lecture-list .p-card__item-content {
  padding: 20px 10px;
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-content {
    width: 55.2113%;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-slider--all .p-card__item-content {
  padding: 14px 10px 13px;
}
@media all and (max-width : 768px) {
  .p-slider--all .p-card__item-content {
    padding: 10px 10px 7px;
  }
}
.p-card__item-content-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.42857143;
  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-card__item-content-title {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
.p-card--lecture-list .p-card__item-content-title {
  font-size: 18px;
  line-height: 1.44444444;
}
@media all and (max-width : 768px) {
  .p-slider--new .p-card__item-content-title {
    font-size: 12px;
    line-height: 1.66666667;
  }
}
.p-card__item-content-description {
  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-card--lecture-list .p-card__item-content-description {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.53846154;
  -webkit-line-clamp: 2;
}
@media all and (min-width: 769px) {
  .p-card--lecture-list .p-card__item-content-description {
    margin-top: 20px;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-content-description {
    font-size: 10px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }
}
.p-card--course-list .p-card__item-content-description {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.53846154;
  -webkit-line-clamp: 4;
}
@media all and (max-width : 768px) {
  .p-card--course-list .p-card__item-content-description {
    font-size: 12px;
    line-height: 1.66666667;
    -webkit-line-clamp: 3;
  }
}
.p-card--course-list-noimg .p-card__item-content-description {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.53846154;
  -webkit-line-clamp: 4;
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__item-content-description {
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-slider--recommend .p-card__item-content-description, .p-slider .p-card__item-content-description, .p-slider--new .p-card__item-content-description, .p-slider--recommend-sm .p-card__item-content-description {
  margin-top: 20px;
  -webkit-line-clamp: 3;
}
@media all and (max-width : 768px) {
  .p-slider--recommend .p-card__item-content-description, .p-slider .p-card__item-content-description, .p-slider--new .p-card__item-content-description, .p-slider--recommend-sm .p-card__item-content-description {
    margin-top: 5px;
    -webkit-line-clamp: 2;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .p-card__item-content-description {
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-slider--regular .p-card__item-content-description {
  -webkit-line-clamp: 2;
}
@media all and (max-width : 768px) {
  .p-slider--regular .p-card__item-content-description {
    -webkit-line-clamp: 3;
  }
}
.p-slider--all .p-card__item-content-description {
  -webkit-line-clamp: 2;
}
@media all and (max-width : 768px) {
  .p-slider--all .p-card__item-content-description {
    font-size: 10px;
    line-height: 1.6;
  }
}
.p-card__item-label {
  font-size: 0;
  text-align: right;
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-card__item-label {
    margin-top: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-card--lecture-list .p-card__item-label {
    margin-top: 5px;
  }
}
.p-card__item-meta {
  display: inline-block;
}
@media all and (max-width : 768px) {
  .p-card__item-meta {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .p-card__item-meta + .p-card__item-meta {
    margin-left: 6px;
  }
}
@media all and (max-width : 768px) {
  .p-card__item-meta + .p-card__item-meta {
    margin-top: 4px;
  }
}
.p-card__item-meta-number {
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 3px;
}
.p-card__link {
  max-width: 100px;
  margin: 10px auto 0;
}

.p-card--fv {
  margin-bottom: 10px;
}
.p-card--fv__item-title {
  background-color: #fcbf49;
  padding: 8px 20px;
}
@media all and (max-width : 768px) {
  .p-card--fv__item-title {
    padding: 10px;
  }
}
.p-card--fv__item-title-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-card--fv__item-title-text {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.42857143;
  }
}
.p-card--fv__item-content {
  background-color: #fff;
  width: 100%;
}
@media all and (min-width: 769px) {
  .p-card--fv__item-content {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-card--fv__item-content-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media all and (max-width : 768px) {
  .p-card--fv__item-content-img {
    padding-top: 45.7627%;
    position: relative;
    overflow: hidden;
  }
}
@media all and (max-width : 768px) {
  .p-card--fv__item-content-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 769px) {
  .p-card--fv__item-content-description {
    margin-left: 20px;
  }
}
@media all and (max-width : 768px) {
  .p-card--fv__item-content-description {
    padding: 10px;
  }
}
.p-card--fv__item-content-text {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.71428571;
}
@media all and (max-width : 768px) {
  .p-card--fv__item-content-text {
    font-size: 12px;
    line-height: 1.66666667;
    /* 三点リーダー対応 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

/*
  ---------------
  caution |【重要】
  ---------------
*/
.p-caution {
  padding-top: 50px;
}
@media all and (max-width : 768px) {
  .p-caution {
    padding-top: 30px;
  }
}
.p-caution__item + .p-caution__item {
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-caution__item + .p-caution__item {
    margin-top: 10px;
  }
}
.p-caution__title {
  background-color: #74aae8;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.p-caution__title::after {
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-open--caution .p-caution__title {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.is-open--caution .p-caution__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-caution__title-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.41666667;
  padding: 6px 22px 7px 20px;
}
@media all and (max-width : 768px) {
  .p-caution__title-text {
    font-size: 13px;
    line-height: 1.69230769;
    padding: 9px 30px 8px 10px;
  }
}
.p-caution__description {
  background-color: #fff;
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71428571;
  padding: 17px 20px 18px;
}
@media all and (max-width : 768px) {
  .p-caution__description {
    font-size: 13px;
    line-height: 1.69230769;
    padding: 20px 10px;
  }
}
.p-caution__description.stay {
  display: block;
}

/*
  ---------------
  certificate | 修了証発行について
  ---------------
*/
.p-certificate__link {
  background-color: #74aae8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  padding: 0 17px 0 13px;
}
@media all and (max-width : 768px) {
  .p-certificate__link {
    height: 40px;
    padding: 10px 5px 10px 10px;
  }
  .l-sidebar .p-certificate__link {
    padding: 10px 37px;
  }
}

/*
  ---------------
  column layout | マイページ
  ---------------
*/
@media all and (min-width: 769px) {
  .p-col--user-info .p-col__list {
    margin: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .p-col--user-info .p-col__item {
    width: -webkit-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    margin: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-col--user-info .p-col__item + .p-col__item {
    margin-top: 10px;
  }
}
.p-col--user-info .p-col__item-link {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  padding: 17px 19px 16px;
}
@media all and (max-width : 768px) {
  .p-col--user-info .p-col__item-link {
    padding: 11px 15px;
  }
}
.p-col--user-info .p-col__item-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.71428571;
}
@media all and (max-width : 768px) {
  .p-col--user-info .p-col__item-title {
    font-size: 13px;
    line-height: 1.84615385;
  }
}
.p-col--user-info .p-col__item-description {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84615385;
}
@media all and (min-width: 769px) {
  .p-col--user-info .p-col__item-description {
    margin-top: 6px;
  }
}
@media all and (max-width : 768px) {
  .p-col--user-info .p-col__item-description {
    font-size: 12px;
    line-height: 2;
  }
}

/*
  ---------------
  comment | 受講者コメント
  ---------------
*/
.p-comment--list .p-comment .is-hidden {
  display: none;
}
.p-comment__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-comment__header-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-comment__header-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46153846;
  }
}
@media all and (min-width: 769px) {
  .p-comment--list .p-comment__header-title {
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-comment__header-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-left: 10px;
}
@media all and (max-width : 768px) {
  .p-comment__header-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 124px;
        -ms-flex: 0 0 124px;
            flex: 0 0 124px;
  }
}
.p-comment__header-btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}
@media all and (max-width : 768px) {
  .p-comment__header-btn-link {
    font-size: 12px;
    line-height: 1.41666667;
  }
}
.p-comment__area-box {
  width: 76.1905%;
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-comment__area-box {
    width: 94.3662%;
  }
}
.p-comment__area-box.p-comment__area--lecturer {
  margin-left: auto;
}
.p-comment__area-content {
  padding: 20px;
}
@media all and (max-width : 768px) {
  .p-comment__area-content {
    padding: 15px;
  }
}
.p-comment__area--user .p-comment__area-content {
  background-color: #fff;
  -webkit-border-radius: 0 20px 20px 20px;
          border-radius: 0 20px 20px 20px;
}
@media all and (max-width : 768px) {
  .p-comment__area--user .p-comment__area-content {
    -webkit-border-radius: 0 10px 10px 10px;
            border-radius: 0 10px 10px 10px;
  }
}
.p-comment__area--lecturer .p-comment__area-content {
  background-color: #e3e0d2;
  -webkit-border-radius: 20px 0 20px 20px;
          border-radius: 20px 0 20px 20px;
}
@media all and (max-width : 768px) {
  .p-comment__area--lecturer .p-comment__area-content {
    -webkit-border-radius: 10px 0 10px 10px;
            border-radius: 10px 0 10px 10px;
  }
}
.p-comment__area-label {
  font-size: 0;
  height: 20px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .p-comment__area-label {
    margin-bottom: 4px;
  }
}
.p-comment__area-star {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-comment__area-date {
  color: #656565;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.42857143;
  margin-left: 12px;
}
@media all and (max-width : 768px) {
  .p-comment__area-date {
    font-size: 10px;
    margin-left: 5px;
  }
}
.p-comment__area-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-comment__area-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46153846;
  }
}
.p-comment__area--lecturer .p-comment__area-name {
  text-align: right;
}
.p-comment__area-text {
  font-size: 14px;
  font-weight: 500;
}
@media all and (max-width : 768px) {
  .p-comment__area-text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
  }
}
@media all and (min-width: 769px) {
  .p-comment__area--user .p-comment__area-text {
    line-height: 1.42857143;
  }
}
.p-comment__area--lecturer .p-comment__area-text {
  margin-top: 7px;
}
@media all and (min-width: 769px) {
  .p-comment__area--lecturer .p-comment__area-text {
    line-height: 1.71428571;
  }
}
@media all and (max-width : 768px) {
  .p-comment__area--lecturer .p-comment__area-text {
    margin-top: 4px;
  }
}
.p-comment__area--user .p-comment__area-btn {
  margin-right: 10px;
}
.p-comment__area--lecturer .p-comment__area-btn {
  margin-left: 10px;
}
.p-comment__area-btn-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41666667;
  padding: 0 19px;
}

/*
  ---------------
  description | コースセクション説明文
  ---------------
*/
.p-description {
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px;
}
@media all and (max-width : 768px) {
  .p-description {
    padding: 10px;
  }
}
.p-description--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-description__text {
  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-description__text {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
    -webkit-line-clamp: 3;
  }
}
.p-description__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: 20px;
}
@media all and (max-width: 1110px) {
  .p-description__btn {
    margin-left: 10px;
  }
}
/*
  ----------------
  facility | 施設専用コースリストレイアウト(SPのみ)
  ----------------
*/
.p-facility-list {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
}
.p-facility-list__title {
  cursor: pointer;
  background-color: #fdc863;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  min-height: 40px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-facility-list__title::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom.svg") center/contain no-repeat;
  display: inline-block;
  width: 12px;
  height: 5px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.is-open--list .p-facility-list__title::after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-facility-list__content {
  display: none;
  background-color: #f0ece4;
  padding: 15px 10px;
}
.p-facility-list__content .p-list__item-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  padding: 10px 0;
}
.p-facility-list__content .c-icon--tree {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46153846;
}
.p-facility-list__content .p-list--lv {
  display: none;
  padding: 5px;
}
.p-facility-list__content .p-list--lv > .p-list__item > .p-list__item-link {
  padding: 10px 5px 10px 15px;
}

/*
  ---------------
  filter | 修了証発行 絞り込み
  ---------------
*/
.p-filter.stay {
  display: block;
}
.p-filter__inner {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 20px;
}
@media all and (max-width : 768px) {
  .p-filter__inner {
    padding: 15px 10px;
  }
}
.p-filter__content + .p-filter__content {
  margin-top: 30px;
}
@media all and (max-width : 768px) {
  .p-filter__content + .p-filter__content {
    margin-top: 20px;
  }
}
.p-filter__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-filter__title {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
.p-filter__group {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .p-filter__group {
    margin: 5px -15px -5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media all and (max-width : 768px) {
  .p-filter__group {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px 10.1492537%;
  }
}
.p-filter__group-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 769px) {
  .p-filter__group-label {
    margin: 5px 15px;
  }
}
.p-filter__group-input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.p-filter__group-input:checked + .p-filter__group-text::before {
  border: 0;
}
.p-filter__group-input:checked + .p-filter__group-text::after {
  opacity: 1;
}
.p-filter__group-text {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-filter__group-text {
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 24px;
  }
}
.p-filter__group-text::before {
  content: "";
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-filter__group-text::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_green_square.svg") center/contain no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-filter__group-num {
  background-color: #dbdede;
  font-size: 13px;
  letter-spacing: 0.08em;
  width: 30px;
  min-height: 20px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .p-filter__group-num {
    font-size: 12px;
  }
}
.p-filter__btn--close {
  max-width: 247px;
  margin-top: 10px;
}
@media all and (max-width : 768px) {
  .p-filter__btn--close {
    margin: 10px auto 0;
  }
}
.p-filter__btn--open {
  display: none;
  max-width: 232px;
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-filter__btn--open {
    margin: 10px auto 0;
  }
}
.p-filter__btn-link {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.71428571;
}

.disabled_intro_book_btn{
  pointer-events: none;
  color: gray !important;
}

/*
  ---------------
  form common | 
  ---------------
*/
.l-header__auth .p-form__item + .p-form__item, .l-sidebar__auth .p-form__item + .p-form__item {
  margin-top: 10px;
}
.p-form__item-term {
  font-size: 0;
}
.l-header__auth .p-form__item-term-text, .l-sidebar__auth .p-form__item-term-text {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .l-header__auth .p-form__item-term-text, .l-sidebar__auth .p-form__item-term-text {
    font-size: 12px;
    line-height: 1.41666667;
  }
}
.l-header__auth .p-form__item-description, .l-sidebar__auth .p-form__item-description {
  margin-top: 5px;
}
.l-sidebar__auth .p-form__item-input {
  background-color: #dbdbdb;
  border: 0;
  width: 100%;
  min-height: 40px;
}
.l-header__auth .p-form__item-input {
  background-color: #fff;
  border: 0;
  width: 100%;
  min-height: 40px;
}
.l-sidebar__auth .p-form__btn--login {
  max-width: 180px;
  margin: 20px auto 0;
}
.l-header__auth .p-form__btn--login-small {
  max-width: 140px;
  margin: 20px auto 0;
}
.l-sidebar__auth .p-form__btn--signup {
  max-width: 180px;
  margin: 10px auto 0;
}
.l-header__auth .p-form__btn--signup-small {
  max-width: 140px;
  margin: 10px auto 0;
}
.p-form__btn-submit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}
.p-form__btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

/*
  ---------------
  heading | header下
  ---------------
*/
.p-heading {
  background-color: #fff;
}
.p-heading__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 769px) {
  .p-heading--certificate .p-heading__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-heading--logo .p-heading__inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 769px) {
  .p-heading--logo .p-heading__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (max-width : 768px) {
  .p-heading--logo .p-heading__inner {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 31px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--course-list .p-heading__inner {
    padding-bottom: 38px;
  }
}
.p-heading__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .p-heading__logo {
    margin-right: 30px;
  }
}
@media all and (max-width : 768px) {
  .p-heading__logo {
    max-width: 120px;
    margin: 0 auto;
  }
}
.p-heading__logo::before {
  content: "";
  display: block;
  padding-top: 58.6667%;
}
.p-heading--logo .p-heading__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .p-heading--certificate .p-heading__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-left: 4.76190476%;
  }
}
@media all and (max-width : 768px) {
  .p-heading--certificate .p-heading__img {
    float: right;
    max-width: 120px;
    margin-left: 10px;
  }
}
.p-heading__link {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
  text-decoration: underline;
  margin-bottom: 18px;
  padding-left: 12px;
  position: relative;
}
.p-heading__link::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_right.svg") center/cover;
  display: inline-block;
  width: 3px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media all and (max-width : 768px) {
  .p-heading__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44444444;
  }
}
.p-heading--nologo .p-heading__title {
  margin-top: 0;
}
@media all and (max-width : 768px) {
  .p-heading--nologo .p-heading__title {
    font-weight: bold;
    text-align: center;
  }
}
.p-heading--logo .p-heading__title {
  margin-top: 0;
}
@media all and (max-width : 768px) {
  .p-heading--logo .p-heading__title {
    font-weight: bold;
    margin-top: 10px;
  }
}
.p-heading--course-list .p-heading__title {
  margin-top: 0;
}
@media all and (min-width: 769px) {
  .p-heading--course-list .p-heading__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
  }
}
.p-heading__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
}
@media all and (max-width : 768px) {
  .p-heading__subtitle {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 20px;
  }
}
.p-heading__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71428571;
  margin-top: 18px;
}
@media all and (max-width : 768px) {
  .p-heading__description {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
    margin-top: 20px;
  }
}
.p-heading--certificate .p-heading__description {
  margin-top: 15px;
}
.p-heading__description-span {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width : 768px) {
  .p-heading__description-span {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
}
.p-heading__meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width : 768px) {
  .p-heading__meta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-heading__meta-page {
  color: #656565;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
  margin-right: 10px;
}
@media all and (max-width : 768px) {
  .p-heading__meta-page {
    margin-right: 8px;
  }
}
.p-heading__meta-date {
  color: #656565;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
  margin-right: 10px;
}
@media all and (max-width : 768px) {
  .p-heading__meta-date {
    margin: 8px 7.32394366% 8px 0;
  }
}
.p-heading__meta-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.p-heading__meta-btn-link {
  font-size: 12px;
  line-height: 1.41666667;
}
.p-heading--bnr {
  background-color: #fff;
}
@media all and (max-width : 768px) {
  .p-heading--bnr {
    padding: 30px 0 48px;
  }
}
.p-heading--bnr__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-heading--bnr__inner {
    padding: 0 2.6667vmin;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-heading--bnr__main {
  width: 68.067227%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 769px) {
  .p-heading--bnr__main {
    padding: 0 3.78151261%;
  }
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main {
    width: 100%;
    padding: 30px 3.78151261%;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .p-heading--bnr__main-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 250px;
        -ms-flex: 0 1 250px;
            flex: 0 1 250px;
  }
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.p-heading--bnr__main-header-img {
  padding-top: 69.1999%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header-img {
    padding-top: 69.4117%;
  }
}
.p-heading--bnr__main-header-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-heading--bnr__main-header-label {
  line-height: 1;
  text-align: right;
  margin-top: 6px;
}
@media all and (min-width: 1111px) {
  .p-heading--bnr__main-header-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header-label {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 30px;
  }
}
.p-heading--bnr__main-header-meta + .p-heading--bnr__main-header-meta {
  margin-left: 3px;
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header-meta + .p-heading--bnr__main-header-meta {
    margin-left: 10px;
  }
}
.p-heading--bnr__main-header-meta-text {
  font-size: 0.83333333vw;
  letter-spacing: 0;
  line-height: 1.41666667;
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main-header-meta-text {
    font-size: 12px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header-meta-text {
    font-size: 12px;
  }
}
.p-heading--bnr__main-header-meta-number {
  font-size: 0.83333333vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.41666667;
  margin-left: 3px;
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main-header-meta-number {
    font-size: 12px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-header-meta-number {
    font-size: 12px;
  }
}
.p-heading--bnr__main-body {
  margin-left: 2.7778%;
}
@media all and (min-width: 769px) {
  .p-heading--bnr__main-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 449px;
        -ms-flex: 0 1 449px;
            flex: 0 1 449px;
  }
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media all and (max-width: 1110px) {
  .p-heading--bnr__main-body {
    margin-left: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-body {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.p-heading--bnr__main-body-title {
  font-size: 0.90277778vw;
  letter-spacing: 0.08em;
  line-height: 1.46153846;
}
@media all and (max-width: 1110px) {
  .p-heading--bnr__main-body-title {
    font-size: 10px;
    line-height: 1.5;
  }
}
.p-heading--bnr__main-body-text {
  font-size: 1.666667vw;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__main-body-text {
    font-size: 24px;
  }
}
@media all and (max-width: 1280px) {
  .p-heading--bnr__main-body-text {
    font-size: 1.5625vw;
  }
}
@media all and (max-width: 1110px) {
  .p-heading--bnr__main-body-text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__main-body-text {
    font-size: 14px;
    line-height: 1.71428571;
    /* 三点リーダー対応 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media all and (min-width: 769px) {
  .p-heading--bnr__sub {
    width: 31.932773%;
    max-width: 380px;
    height: 100%;
  }
}
@media all and (min-width: 1441px) {
  .p-heading--bnr__sub {
    width: 100%;
  }
}
@media all and (max-width : 768px) {
  .p-heading--bnr__sub {
    width: 100%;
  }
}
.p-heading--bnr__sub-link {
  display: block;
}
.p-heading--bnr__sub-link img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-heading--bnr__sub-link:hover {
  opacity: 1;
}
.p-heading--bnr__sub-link:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.p-heading--bnr__sub-img {
  padding-top: 67.8947%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-heading--bnr__sub-img + .p-heading--bnr__sub-img {
    margin-left: 5px;
  }
}
.p-heading--bnr__sub-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
  ---------------
  information | 施設専用コース heading下
  ---------------
*/
.p-info {
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  .p-info {
    margin-top: 50px;
  }
}
.p-info--survey .p-info {
  margin-top: 0;
}
.p-info--attendance .p-info {
  margin-top: 0;
}
.p-info__title {
  font-size: 14px;
  line-height: 1.42857143;
}
@media all and (max-width : 768px) {
  .p-info__title {
    font-size: 13px;
    line-height: 1.46153846;
  }
}
.p-info--survey .p-info__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media all and (max-width : 768px) {
  .p-info--survey .p-info__title {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.p-info--attendance .p-info__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-info--attendance .p-info__title {
    font-size: 13px;
    line-height: 1.46153846;
  }
}
.p-info__content {
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.42857143;
  margin-top: 10px;
  padding: 20px;
}
@media all and (max-width : 768px) {
  .p-info__content {
    font-size: 12px;
    line-height: 1.66666667;
    padding: 20px 10px;
  }
}
.p-info--survey .p-info__content {
  padding: 18px 20px;
}
@media all and (max-width : 768px) {
  .p-info--survey .p-info__content {
    padding: 15px;
  }
}
@media all and (max-width : 768px) {
  .p-info--attendance .p-info__content {
    padding: 14px 15px 15px;
  }
}
.p-info__content-title {
  font-weight: bold;
}
@media all and (max-width : 768px) {
  .p-info__content-title {
    font-size: 14px;
  }
}
.p-info__content-text {
  margin-top: 18px;
}
@media all and (min-width: 769px) {
  .p-info__content-text {
    line-height: 1.71428571;
  }
}
@media all and (max-width : 768px) {
  .p-info__content-text {
    margin-top: 16px;
  }
}
.p-info__content-text-strong {
  color: #d65e54;
  font-weight: bold;
}
.p-info__content-list {
  margin-top: 18px;
}
.p-info--survey .p-info__content-list {
  margin-top: 0;
}
.p-info--attendance .p-info__content-list {
  margin-top: 0;
}
.p-info__content-item {
  list-style: disc inside;
  text-indent: -21px;
  padding-left: 21px;
}
@media all and (max-width : 768px) {
  .p-info__content-item {
    text-indent: -18px;
    padding-left: 18px;
  }
}
.p-info--survey .p-info__content-item {
  line-height: 1.71428571;
}
@media all and (max-width : 768px) {
  .p-info--survey .p-info__content-item {
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
  }
}
.p-info--attendance .p-info__content-item {
  line-height: 1.7143;
}
.p-info__content-item + .p-info__content-item {
  margin-top: 5px;
}
@media all and (max-width : 768px) {
  .p-info__content-item + .p-info__content-item {
    margin-top: 3px;
  }
}
.p-info--survey .p-info__content-item + .p-info__content-item {
  margin-top: 1px;
}
@media all and (max-width : 768px) {
  .p-info--survey .p-info__content-item + .p-info__content-item {
    margin-top: 3px;
  }
}
.p-info--attendance .p-info__content-item + .p-info__content-item {
  margin-top: 1px;
}
.p-info__content-link {
  text-decoration: underline;
  margin-top: 21px;
}
@media all and (max-width : 768px) {
  .p-info__content-link {
    margin-top: 18px;
  }
}
.p-info__content-link:hover {
  text-decoration: none;
}

/*
  ---------------
  lead common | 施設専用TOP heading下
  ---------------
*/
.p-lead__inner {
  padding-top: 17px;
  padding-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-lead__text {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.71428571;
}
.p-lead__text-link {
  text-decoration: underline;
}
.p-lead__text-link:hover {
  text-decoration: none;
}
.p-lead__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 234px;
      -ms-flex: 0 0 234px;
          flex: 0 0 234px;
  margin-left: 20px;
}
.p-lead__btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

/*
  ---------------
  lecture | 講義詳細
  ---------------
*/
@media all and (min-width: 769px) {
  .p-lecture__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-lecture__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
.p-lecture__img {
  padding-top: 69.428571%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-lecture__img {
    padding-top: 69.2575%;
  }
}
.p-lecture__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .p-lecture__body {
    margin-left: 4.76190476%;
  }
}
@media all and (max-width : 768px) {
  .p-lecture__body {
    margin-top: 30px;
  }
}
.p-lecture__body-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.71428571;
}
@media all and (max-width : 768px) {
  .p-lecture__body-text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
  }
}
.p-lecture__body-text + .p-lecture__body-text {
  margin-top: 15px;
}
@media all and (max-width : 768px) {
  .p-lecture__body-text + .p-lecture__body-text {
    margin-top: 10px;
  }
}
.p-lecture__body-caution {
  color: #d65e54;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69230769;
  text-indent: -13px;
  padding-left: 13px;
  margin-top: 18px;
}
@media all and (max-width : 768px) {
  .p-lecture__body-caution {
    font-size: 10px;
    line-height: 1.6;
    text-indent: -10px;
    padding-left: 10px;
    margin-top: 10px;
  }
}

/*
  ---------------
  list common | リストレイアウト階層構造
  ---------------
*/
.p-list--lv01 {
  display: none;
}
.p-list--lv01 > .p-list__item {
  padding-left: 20px;
}
.p-list--lv01 > .p-list__item .p-list--lv02 > .p-list__item > .p-list__item-link {
  padding: 5px 5px 5px 10px;
}
@media all and (max-width : 768px) {
  .p-list--lv01 > .p-list__item .p-list--lv02 > .p-list__item > .p-list__item-link {
    padding: 15px 10px 15px 28px;
  }
}
.l-sidebar__nav-block--icr .p-list--lv01 > .p-list__item > .p-list__item-link:hover {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-sidebar__nav-block--icr .p-list--lv01 > .p-list__item > .p-list__item-link:hover:hover {
  background-color: #ffeecc;
  color: #ff8e0b;
  opacity: 1;
}
.l-sidebar__nav-block--icr .p-list--lv01 > .p-list__item > .p-list__item-link:hover:hover > .c-icon--arrow-black::after {
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_orange.svg") center/contain no-repeat;
  opacity: 1;
}
.p-list--lv02 {
  display: none;
  padding: 5px;
}
@media all and (max-width : 768px) {
  .p-list--lv02 {
    padding: 0 5px;
  }
}
.p-list--lv02 > .p-list__item > .p-list__item-link {
  padding: 5px 5px 5px 15px;
}
@media all and (max-width : 768px) {
  .p-list--lv02 > .p-list__item > .p-list__item-link {
    padding: 15px 10px 15px 33px;
  }
}
.l-sidebar__nav-block--icr .p-list--lv02 > .p-list__item > .p-list__item-link {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.l-sidebar__nav-block--icr .p-list--lv02 > .p-list__item > .p-list__item-link:hover {
  color: #ff8e0b;
  opacity: 1;
}
.p-list__item.is-open--list > .p-list__item-link .c-icon--arrow-black::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-list__item-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857143;
  padding: 10px;
}
@media all and (max-width : 768px) {
  .p-list__item-link {
    font-size: 16px;
    line-height: 1.5;
  }
}

.l-sidebar__nav-block--icr .l-sidebar__nav-content > .p-list > .p-list__item > .p-list__item-link {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.l-sidebar__nav-block--icr .l-sidebar__nav-content > .p-list > .p-list__item > .p-list__item-link:hover {
  background-color: #ffeecc;
  color: #ff8e0b;
  opacity: 1;
}
.l-sidebar__nav-block--icr .l-sidebar__nav-content > .p-list > .p-list__item > .p-list__item-link:hover > .c-icon--arrow-black::after {
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_orange.svg") center/contain no-repeat;
  opacity: 1;
}

/* レギュラーコース カード下リスト */
.p-list--card .p-list__item + .p-list__item {
  margin-top: 2px;
}
.p-list--card .p-list__item-link {
  background-color: #efebe3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 20px;
}
@media all and (max-width : 768px) {
  .p-list--card .p-list__item-link {
    font-size: 10px;
    line-height: 1.8;
    padding: 16px 10px;
  }
}

/*
  ---------------
  navigation | サイドバー(SPのみ)
  ---------------
*/
.p-navigation {
  background-color: #f0f0f0;
}
@media all and (max-width : 768px) {
  .p-navigation__list {
    padding: 20px 0;
  }
}
@media all and (max-width : 768px) {
  .p-navigation__item-link {
    display: block;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.42857143;
    padding: 10px 37px;
  }
}

/*
  ---------------
  news | footer上 ICRwebからのお知らせ
  ---------------
*/
.p-section__wrap--flex .p-news {
  width: 100%;
}
@media all and (min-width: 1111px) {
  .p-section__wrap--flex .p-news {
    width: 50%;
  }
}
.p-news .p-section__header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media all and (max-width : 768px) {
  .p-news .p-section__header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news .p-section__header-title {
  font-size: 16px;
  font-weight: bold;
}
.p-news__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100px;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
  margin-left: 12px;
}
@media all and (max-width : 768px) {
  .p-news__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
        -ms-flex: 0 1 100px;
            flex: 0 1 100px;
  }
}
@media all and (min-width: 769px) {
  .p-news__list {
    margin-bottom: 30px;
  }
}
.p-news__item {
  border-top: 1px solid #dbdbdb;
}
.p-news__item:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.p-news__item-link {
  display: block;
  padding: 19px 0;
}
@media all and (min-width: 769px) {
  .p-news__item-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 769px) {
  .p-news__item-date {
    margin-right: 25px;
    white-space: nowrap;
  }
}
.p-news__item-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
@media all and (max-width : 768px) {
  .p-news__item-description {
    margin-top: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-news__item-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.p-news__item-icon {
  min-width: 42px;
  margin-left: 10px;
}
@media all and (max-width : 768px) {
  .p-news__item-icon {
    margin-left: 5px;
  }
}

/*
  ---------------
  popup | 修了証発行ボタン ポップアップウィンドウ
  ---------------
*/
.p-popup--issue {
  display: none;
  width: 220px;
  background: rgba(28, 28, 28, 0.6);
  position: absolute;
  top: -204px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media all and (max-width : 768px) {
  .p-btn--card-fv .p-popup--issue {
    top: -154px;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__list > .p-card__item:nth-child(even) .p-popup--issue {
    left: 15%;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__list > .p-card__item:nth-child(odd) .p-popup--issue {
    left: 85%;
  }
}
@media all and (max-width : 768px) {
  .p-board--course .p-popup--issue {
    left: 15%;
  }
}
.p-popup--issue__content {
  height: 100%;
  padding: 20px;
  position: relative;
}
.p-popup--issue__content::after {
  content: "";
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: rgba(28, 28, 28, 0.6) transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -10px;
}
@media all and (min-width: 769px) {
  .p-popup--issue__content::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width : 768px) {
  .p-popup--issue__content::after {
    border-width: 0 14px 10px 0;
    border-color: transparent rgba(28, 28, 28, 0.6) transparent transparent;
    right: 30%;
  }
}
@media all and (max-width : 768px) {
  .p-card--course-list-noimg .p-card__list > .p-card__item:nth-child(odd) .p-popup--issue__content::after {
    border-width: 10px 14px 0 0;
    border-color: rgba(28, 28, 28, 0.6) transparent transparent transparent;
    right: 70%;
  }
}
.p-popup--issue__title {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.p-popup--issue__item {
  margin-top: 10px;
}
.p-popup--issue__item-link {
  background-color: #fff;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.41666667;
  width: 100%;
  min-height: 30px;
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
  ---------------
  section | section内レイアウト
  ---------------
*/
@media all and (min-width: 769px) {
  .p-section__wrap--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1110px) {
  .p-section__wrap--flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-section__header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-section--board-course .p-section__header {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-section__header-label {
  background-color: #fcbf49;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  min-width: 130px;
  min-height: 40px;
  padding: 8px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width : 768px) {
  .p-section__header-label {
    font-size: 13px;
    line-height: 1.46153846;
    min-width: 100px;
    min-height: 34px;
    padding: 8px 10px;
  }
}
.p-section--board-about .p-section__header-title, .p-section--board-qa .p-section__header-title {
  margin-bottom: 20px;
}
.p-section--board-course .p-section__header-title {
  margin-left: 20px;
}
@media all and (max-width : 768px) {
  .p-section--board-course .p-section__header-title {
    margin-left: 10px;
  }
}
.p-section__header-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 120px;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
}
@media all and (max-width : 768px) {
  .p-section__header-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
        -ms-flex: 0 1 100px;
            flex: 0 1 100px;
  }
}
.p-section__footer {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-comment .p-section__footer {
    margin-top: 50px;
  }
}
.p-section__footer-btn {
  display: inline-block;
  min-width: 188px;
}
.p-section__footer-btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

/*
  ---------------
  swiper customize | スライダーカスタマイズ
  ---------------
*/
.p-slider .swiper,
.p-slider--recommend .swiper,
.p-slider--regular .swiper,
.p-slider--recommend-sm .swiper {
  overflow: visible;
}
.p-slider .swiper-button-prev,
.p-slider .swiper-button-next,
.p-slider--recommend .swiper-button-prev,
.p-slider--recommend .swiper-button-next,
.p-slider--regular .swiper-button-prev,
.p-slider--regular .swiper-button-next,
.p-slider--recommend-sm .swiper-button-prev,
.p-slider--recommend-sm .swiper-button-next {
  cursor: pointer;
  width: 50px;
  height: 100%;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-slider .swiper-button-prev,
.p-slider--recommend .swiper-button-prev,
.p-slider--regular .swiper-button-prev,
.p-slider--recommend-sm .swiper-button-prev {
  left: 0;
}
.p-slider .swiper-button-next,
.p-slider--recommend .swiper-button-next,
.p-slider--regular .swiper-button-next,
.p-slider--recommend-sm .swiper-button-next {
  right: 0;
}
.p-slider .swiper-button-prev:after,
.p-slider .swiper-button-next:after,
.p-slider--recommend .swiper-button-prev:after,
.p-slider--recommend .swiper-button-next:after,
.p-slider--regular .swiper-button-prev:after,
.p-slider--regular .swiper-button-next:after,
.p-slider--recommend-sm .swiper-button-prev:after,
.p-slider--recommend-sm .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  margin: auto;
}
.p-slider .swiper-button-prev:after,
.p-slider--recommend .swiper-button-prev:after,
.p-slider--regular .swiper-button-prev:after,
.p-slider--recommend-sm .swiper-button-prev:after {
  background-image: url("/theme/icrweb/pix/common/icon_prev.svg");
}
@media all and (max-width : 768px) {
  .p-slider .swiper-button-prev:after,
  .p-slider--recommend .swiper-button-prev:after,
  .p-slider--regular .swiper-button-prev:after,
  .p-slider--recommend-sm .swiper-button-prev:after {
    background-image: url("/theme/icrweb/pix/common/icon_prev_sp.svg");
  }
}
.p-slider .swiper-button-next:after,
.p-slider--recommend .swiper-button-next:after,
.p-slider--regular .swiper-button-next:after,
.p-slider--recommend-sm .swiper-button-next:after {
  background-image: url("/theme/icrweb/pix/common/icon_next.svg");
}
@media all and (max-width : 768px) {
  .p-slider .swiper-button-next:after,
  .p-slider--recommend .swiper-button-next:after,
  .p-slider--regular .swiper-button-next:after,
  .p-slider--recommend-sm .swiper-button-next:after {
    background-image: url("/theme/icrweb/pix/common/icon_next_sp.svg");
  }
}
.p-slider .swiper-button-next.swiper-button-disabled,
.p-slider .swiper-button-prev.swiper-button-disabled,
.p-slider--recommend .swiper-button-next.swiper-button-disabled,
.p-slider--recommend .swiper-button-prev.swiper-button-disabled,
.p-slider--regular .swiper-button-next.swiper-button-disabled,
.p-slider--regular .swiper-button-prev.swiper-button-disabled,
.p-slider--recommend-sm .swiper-button-next.swiper-button-disabled,
.p-slider--recommend-sm .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media all and (min-width: 769px) {
  .p-slider--new .swiper,
  .p-slider--regular .swiper {
    overflow: visible;
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-prev,
  .p-slider--new .swiper-button-next,
  .p-slider--regular .swiper-button-prev,
  .p-slider--regular .swiper-button-next {
    cursor: pointer;
    width: 50px;
    height: 100%;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-prev,
  .p-slider--regular .swiper-button-prev {
    left: 0;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .swiper-button-prev,
  .p-slider--regular .swiper-button-prev {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-next,
  .p-slider--regular .swiper-button-next {
    right: 0;
  }
}
@media all and (max-width : 768px) {
  .p-slider--new .swiper-button-next,
  .p-slider--regular .swiper-button-next {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-prev:after,
  .p-slider--new .swiper-button-next:after,
  .p-slider--regular .swiper-button-prev:after,
  .p-slider--regular .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 50px;
    height: 100%;
    margin: auto;
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-prev:after,
  .p-slider--regular .swiper-button-prev:after {
    background-image: url("/theme/icrweb/pix/common/icon_prev.svg");
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-next:after,
  .p-slider--regular .swiper-button-next:after {
    background-image: url("/theme/icrweb/pix/common/icon_next.svg");
  }
}
@media all and (min-width: 769px) {
  .p-slider--new .swiper-button-next.swiper-button-disabled,
  .p-slider--new .swiper-button-prev.swiper-button-disabled,
  .p-slider--regular .swiper-button-next.swiper-button-disabled,
  .p-slider--regular .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
}

.p-slider--bnr {
  position: relative;
}
.p-slider--bnr .swiper-pagination-bullet-active {
  background: #fcbf49;
  opacity: 1;
}
.p-slider--bnr .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  width: auto;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width : 768px) {
  .p-slider--bnr .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
  }
}
@media all and (max-width : 768px) {
  .p-slider--bnr .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/*
  ---------------
  sort | スライダー並び替え
  ---------------
*/
.p-sort {
  margin-left: 10px;
}
@media all and (min-width: 769px) {
  .p-sort {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 196px;
        -ms-flex: 0 0 196px;
            flex: 0 0 196px;
  }
}
@media all and (max-width : 768px) {
  .p-sort {
    width: 34px;
    height: 34px;
  }
}
@media all and (min-width: 769px) {
  .p-sort__inner {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 769px) {
  .p-sort__header {
    background-color: #1c1c1c;
    -webkit-border-radius: 15px 0 0 15px;
            border-radius: 15px 0 0 15px;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72px;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    min-height: 30px;
    padding: 6px 12px 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-sort__body {
  -webkit-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
}
@media all and (min-width: 769px) {
  .p-sort__body {
    background-color: #fff;
  }
}
@media all and (max-width : 768px) {
  .p-sort__body {
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
}
.p-sort__body-input {
  width: 100%;
  height: 100%;
  min-height: 30px;
}
@media all and (min-width: 769px) {
  .p-sort__body-input {
    padding: 7px 15px 6px 10px;
  }
}
@media all and (max-width : 768px) {
  .p-sort__body-input {
    min-width: 34px;
    min-height: 34px;
    position: relative;
    z-index: 2;
    opacity: 0;
  }
}
.p-sort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  outline: none;
}
.p-sort select::-ms-expand {
  display: none;
}

/*
  ---------------
  tab | ページ内スクロールボタン
  ---------------
*/
.p-tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-tab__item {
  width: 33.3333333333%;
}
.p-tab__item + .p-tab__item {
  margin-left: 2px;
}
.p-tab__link, .p-tab__link__side {
  background-color: #dbdede;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  min-height: 60px;
  padding: 0 32px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-tab__link, .p-tab__link__side {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 12px;
    line-height: 1.41666667;
    padding: 7px 7px 19px;
  }
}
.p-tab__link:hover,
.p-tab__link__side:hover {
  background-color: #fff;
  opacity: 1;
}
.p-tab__link::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom.svg") center/cover;
  display: inline-block;
  width: 13px;
  height: 6px;
  position: absolute;
}
.p-tab__link__side::after {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black.svg") center/cover;
  display: inline-block;
  width: 6px;
  height: 13px;
  position: absolute;
}
@media all and (min-width: 769px) {
  .p-tab__link::after,
  .p-tab__link__side::after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (max-width : 768px) {
  .p-tab__link::after {
    background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_bottom_sp.svg") center/cover;
    width: 10px;
    height: 5px;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-tab__link__side::after {
    background: transparent url("/theme/icrweb/pix/common/icon_arrow_bg_black_sp.svg") center/cover;
    width: 5px;
    height: 10px;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-tab__link.is-current,
.p-tab__link__side.is-current {
  background-color: #fff;
}
@media all and (min-width: 1131px) {
  .p-tab__link .is-hide,
  .p-tab__link__side .is-hide {
    display: none;
  }
}

/*
  ---------------
  Twitter | footer上Twitterレイアウト
  ---------------
*/
.p-section__wrap--flex .p-twitter {
  width: 50%;
  margin-left: 3.71428571%;
}
@media all and (max-width: 1110px) {
  .p-section__wrap--flex .p-twitter {
    width: 100%;
    margin-left: 0;
  }
}
.p-twitter__account {
  text-align: center;
}
.p-twitter__account-link + .p-twitter__account-link {
  margin-left: 20px;
}
.p-twitter__account-img {
  max-width: 70px;
}
.p-twitter__account-text {
  font-size: 12px;
  line-height: 1.41666667;
  text-align: center;
  margin-top: 6px;
}
.p-twitter__timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-twitter__timeline-content + .p-twitter__timeline-content {
  margin-left: 5.88235294%;
}
.p-twitter__timeline-content iframe {
  width: 100% !important;
}

/*
  ---------------
  notes | 履修に際しての注意事項
  ---------------
*/
.p-notes__title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6875;
}
.p-notes__list {
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-top: 16px;
  padding: 20px;
}
.p-notes__item {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.7143;
  padding-left: 10px;
  position: relative;
}
.p-notes__item + .p-notes__item {
  margin-top: 11px;
}
.p-notes__item::before {
  content: "";
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  height: 5px;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
}

/*
  ---------------
  pager | 前へ 次へ
  ---------------
*/
.p-pager {
  margin-top: 10px;
}
@media all and (max-width : 768px) {
  .p-pager {
    margin-top: 30px;
  }
}
.p-pager__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-pager__link {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46153846;
}
.p-pager__prev {
  padding-left: 25px;
  position: relative;
}
.p-pager__next {
  padding-right: 25px;
  position: relative;
}
.p-pager__prev::before, .p-pager__next::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-pager__prev::before {
  background: transparent url("/theme/icrweb/pix/common/icon_prev_bg_circle.svg") center/cover;
  left: 0;
}
.p-pager__next::after {
  background: transparent url("/theme/icrweb/pix/common/icon_next_bg_circle.svg") center/cover;
  right: 0;
}

/*
  ---------------
  rating | ユーザー評価
  ---------------
*/
.p-rating {
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px 20px 25px;
}
@media all and (max-width : 768px) {
  .p-rating {
    padding: 20px 20px 18px;
  }
}
.p-rating__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 19px;
  position: relative;
}
@media all and (max-width : 768px) {
  .p-rating__title {
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 17px;
  }
}
.p-rating__title::before {
  content: "";
  background: transparent url("/theme/icrweb/pix/common/icon_star_bg_black.svg") center/cover;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width : 768px) {
  .p-rating__title::before {
    width: 12px;
    height: 12px;
  }
}
.p-rating__title-text-span {
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.46253846;
  margin-left: 5px;
}
@media all and (max-width : 768px) {
  .p-rating__title-text-span {
    font-size: 12px;
    line-height: 1.41666667;
  }
}
.p-rating__content {
  margin-top: 15px;
}
@media all and (max-width : 768px) {
  .p-rating__content {
    margin-top: 20px;
  }
}
.p-rating__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1440px) {
  .p-rating__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width : 768px) {
  .p-rating__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-rating__item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 0;
  min-width: 0;
}
@media all and (min-width: 769px) {
  .p-rating__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .p-rating__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-rating__item + .p-rating__item {
  margin-left: 35px;
}
@media all and (min-width: 1281px) {
  .p-rating__item + .p-rating__item {
    margin-left: 8.5149%;
  }
}
@media all and (max-width : 768px) {
  .p-rating__item + .p-rating__item {
    margin-left: 11.1112%;
  }
}
.p-rating__box {
  min-width: 0;
}
@media all and (min-width: 769px) {
  .p-rating__box {
    width: 100%;
    max-width: 140px;
  }
}
@media all and (min-width: 1281px) {
  .p-rating__box {
    margin-right: 2.0833vw;
  }
}
@media all and (max-width : 768px) {
  .p-rating__box {
    margin: 0 auto;
  }
}
.p-rating__box-label {
  background-color: #f0ece4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46153846;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}
@media all and (max-width : 768px) {
  .p-rating__box-label {
    font-size: 12px;
    line-height: 1.41666667;
    max-width: 80px;
    padding: 1px 0 2px;
  }
}
.p-rating__box-number {
  font-size: min(4.86vw, 70px);
  font-weight: 500;
  line-height: 1.44285714;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .p-rating__box-number {
    font-size: 70px;
  }
}
@media all and (max-width : 768px) {
  .p-rating__box-number {
    font-size: min(19vw, 70px);
  }
}
.p-rating__area {
  width: 100%;
}
@media all and (max-width : 768px) {
  .p-rating__area {
    margin-top: -4px;
  }
}
.p-rating table {
  border-spacing: 0;
}
.p-rating__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41666667;
  text-align: right;
  padding: 4px 8px 4px 0;
  vertical-align: middle;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .p-rating__label {
    padding: 4px 10px 4px 0;
  }
}
.p-board--course .p-rating__label {
  color: #888;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.45454545;
  text-align: left;
  padding: 0;
}
@media all and (min-width: 769px) {
  .p-board--course .p-rating__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    min-width: 0;
    margin-left: 5px;
  }
}
@media all and (max-width : 768px) {
  .p-board--course .p-rating__label {
    text-align: center;
  }
}
.p-rating__bar {
  width: 100%;
  padding: 0;
  vertical-align: middle;
}
.p-board--course .p-rating__bar {
  width: 100%;
  min-width: 0;
}
.p-rating__bar-bg {
  background-color: #ccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  height: 10px;
  margin-top: 2px;
}
.p-board--course .p-rating__bar-bg {
  background-color: #dbdbdb;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  height: 5px;
  margin-top: 0;
}
.p-rating__bar-fg {
  background-color: #fcbf49;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 100%;
}
.p-board--course .p-rating__bar-fg {
  background-color: #d65e54;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

/*
  ----------------
  recommend | footer上・関連情報紹介
  ----------------
*/
.p-recommend__title {
  background-color: #f0ece4;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
  min-width: none;
  height: 40px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recommend__inner {
  background-color: #fff;
  padding: 30px 2.6667vmin;
}
.p-recommend__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-recommend__item + .p-recommend__item {
  margin-top: 30px;
}
.p-recommend__item-img {
  text-align: center;
  width: 100%;
  max-width: 150px;
}
.p-recommend__item-img--book img {
  max-width: 90px;
}
.p-recommend__item-img--web img {
  max-width: 150px;
}
.p-recommend__item-body {
  margin-left: 10px;
}
.p-recommend__item-title {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.66666667;
}
.p-recommend__item-link {
  background-color: #1c1c1c;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  color: #fff;
  font-size: 12px;
  line-height: 1.41666667;
  text-align: center;
  width: 100px;
  min-height: 24px;
  margin-top: 6px;
  padding: 3px 3px 4px;
}
.p-recommend__btn {
  max-width: 230px;
  margin: 30px auto 0;
}
.p-recommend__btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

/*
  ---------------
  related | 関連書籍・関連リンク
  ---------------
*/
.e-questionnaire {
  margin-top: 60px;
}
@media all and (max-width : 768px) {
  .e-questionnaire {
    margin-top: 50px;
  }
}
.e-questionnaire__wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-questionnaire__text {
  letter-spacing: 0.08em;
}
@media all and (max-width : 768px) {
  .e-questionnaire__text {
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
.e-questionnaire__btn {
  margin-left: 10px;
  width: 180px;
}
@media all and (max-width : 768px) {
  .e-questionnaire__btn {
    width: 120px;
    margin-left: 5px;
  }
}
.e-questionnaire__btn input {
  display: none;
}
.e-questionnaire__btn label {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7143;
  padding: 7px 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.e-questionnaire__btn label::after {
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 16px;
}
.e-questionnaire__btn input:checked + label {
  border: 1px solid #6CB55E;
  color: #6CB55E;
}
.e-questionnaire__btn input:checked + label::after {
  background: transparent url("/theme/icrweb/pix/common/icon_check_bg_green.svg") center/contain no-repeat;
  border: none;
}

.p-related + .p-related {
  margin-top: 65px;
}
.p-related__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media all and (max-width : 768px) {
  .p-related__title {
    font-size: 13px;
    line-height: 1.46153846;
  }
}
.p-related__wrap {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .p-related__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width : 768px) {
  .p-related__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-related__img {
  width: 160px;
  margin-right: 20px;
}
@media all and (max-width : 768px) {
  .p-related__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.p-related__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-related__subtitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.44444444;
}
@media all and (max-width : 768px) {
  .p-related__subtitle {
    font-size: 13px;
    line-height: 1.46153846;
  }
}
.p-related__subtitle > a {
  text-decoration: underline;
}
@media all and (max-width : 768px) {
  .p-related__subtitle > a {
    padding-right: 20px;
    position: relative;
  }
}
.p-related__subtitle > a:hover {
  text-decoration: none;
}
.p-related__subtitle > a::after {
  background: transparent url("/theme/icrweb/pix/common/icon_link.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
}
@media all and (max-width : 768px) {
  .p-related__subtitle > a::after {
    position: absolute;
    top: 0;
    right: 6px;
  }
}
.p-related__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  margin-top: 20px;
}
@media all and (max-width : 768px) {
  .p-related__text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.66666667;
  }
}
.p-related__btn {
  margin-right: 10px;
}
.p-related__btn-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.41666667;
  padding: 0 19px;
}

/*
  ----------------
  user | sidebarマイページボタン上
  ----------------
*/
.p-user__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-user__info-icon {
  display: inline-block;
  min-width: 0;
  width: 36px;
  height: 36px;
  position: relative;
  overflow: hidden;
}
.p-user__info-icon img {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-user__info-name {
  font-weight: bold;
  margin-left: 8px;
}
.p-user__info-name-text {
  font-size: 14px;
  line-height: 1.42857143;
}
.p-user__info-name-suffix {
  font-size: 10px;
  line-height: 1.5;
}
.p-user__btn {
  max-width: 180px;
  margin: 20px auto 0;
}
@media all and (max-width : 768px) {
  .p-user__btn {
    margin: 0 auto;
  }
}
.p-user__btn-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
}

/*
  ---------------
  view time | 再生時間表示
  ---------------
*/
.p-view-time {
  background-color: #1c1c1c;
  -webkit-border-radius: 13px;
          border-radius: 13px;
  text-align: center;
  width: 70px;
  min-height: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media all and (min-width: 769px) {
  .p-view-time {
    padding-top: 0.2%;
  }
}
@media all and (max-width : 768px) {
  .p-view-time {
    width: 60px;
    min-height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 5px;
    bottom: 5px;
  }
}
.p-view-time__text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.41666667;
}
@media all and (max-width : 768px) {
  .p-view-time__text {
    font-size: 10px;
    line-height: 1.5;
  }
}

/*
  ----------------
  color utility
  ----------------
*/
.u-bg--dark-gray {
  background-color: #dbdede;
}

/*
  ---------------
  margin utility
  ---------------
*/
.u-mt--10 {
  margin-top: 10px;
}

.u-mt--60 {
  margin-top: 60px;
}

@media all and (max-width : 768px) {
  .u-mt--50-sp {
    margin-top: 50px !important;
  }
}

@media all and (max-width : 768px) {
  .u-mt--60-sp {
    margin-top: 60px !important;
  }
}

.u-mb--10 {
  margin-bottom: 10px;
}

.u-mb--20 {
  margin-bottom: 20px;
}

.u-mb--23 {
  margin-bottom: 23px;
}

.u-mb--50 {
  margin-bottom: 50px;
}

.u-mb--60 {
  margin-bottom: 60px;
}

.u-mb--70 {
  margin-bottom: 70px;
}

.u-mb--120 {
  margin-bottom: 120px;
}

@media all and (max-width : 768px) {
  .u-mb--10-sp {
    margin-bottom: 10px !important;
  }
}

@media all and (max-width : 768px) {
  .u-mb--18-sp {
    margin-bottom: 18px !important;
  }
}

@media all and (max-width : 768px) {
  .u-mb--50-sp {
    margin-bottom: 50px !important;
  }
}

@media all and (max-width : 768px) {
  .u-mb--60-sp {
    margin-bottom: 60px !important;
  }
}

@media all and (max-width : 768px) {
  .u-mb--70-sp {
    margin-bottom: 70px !important;
  }
}

/*
  ---------------
  padding utility
  ---------------
*/
.u-pt--00 {
  padding-top: 0;
}

@media all and (max-width : 768px) {
  .u-pt--00-sp {
    padding-top: 0 !important;
  }
}

.u-pt--30 {
  padding-top: 30px;
}

@media all and (max-width : 768px) {
  .u-pt--30-sp {
    padding-top: 30px !important;
  }
}

.u-pt--60 {
  padding-top: 60px;
}

@media all and (max-width : 768px) {
  .u-pt--60-sp {
    padding-top: 60px !important;
  }
}

.u-pr--14 {
  padding-right: 14px;
}

.u-pr--20 {
  padding-right: 20px;
}

.u-pb--00 {
  padding-bottom: 0;
}

@media all and (max-width : 768px) {
  .u-pb--00-sp {
    padding-bottom: 0 !important;
  }
}

.u-pb--30 {
  padding-bottom: 30px;
}

@media all and (max-width : 768px) {
  .u-pb--30-sp {
    padding-bottom: 30px !important;
  }
}

.u-pl--00 {
  padding-left: 0;
}

@media all and (max-width : 768px) {
  .u-pl--00-sp {
    padding-left: 0 !important;
  }
}

.u-pl--02 {
  padding-left: 2px;
}

@media all and (max-width : 768px) {
  .u-pl--02-sp {
    padding-left: 2px !important;
  }
}

/*
  ----------------
  responsive utility
  ----------------
*/
@media all and (min-width: 769px) {
  .u-pc--hide {
    display: none !important;
  }
}

@media all and (max-width : 768px) {
  .u-sp--hide {
    display: none !important;
  }
}

@media all and (min-width: 1111px) {
  .u-tab-over--hide {
    display: none !important;
  }
}

@media all and (max-width: 1110px) {
  .u-tab-under--hide {
    display: none !important;
  }
}

@media all and (min-width: 1025px) {
  .u-burger--hide {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */