body {
  image-rendering: -webkit-optimize-contrast;
  font-feature-settings: "palt"1;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo !important;
}

.etlms-course-enrolment-box .tutor-lead-info-btn-group {
  flex-direction: column;
  justify-content: center;
}

.start-quiz-wrap form button[type="submit"],
.tutor-login-form-wrap input[type="submit"],
.tutor-form-register-wrap a,
.tutor-next-previous-pagination-wrap a,
.quiz-answer-footer-bar .tutor-button.tutor-success,
.tutor-course-enrollment-box .tutor-course-purchase-box button {
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.start-quiz-wrap form button[type="submit"]:hover,
.tutor-login-form-wrap input[type="submit"]:hover,
.nv-content-wrap.entry-content form .tutor-form-row button[type="submit"]:hover,
.tutor-form-register-wrap a:hover,
.tutor-next-previous-pagination-wrap a:hover,
.quiz-answer-footer-bar .tutor-button.tutor-success:hover,
.tutor-course-enrollment-box .tutor-course-purchase-box button:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.etlms-course-enrolment-box.course-enroll-buttons-width-fill button {
  font-family: 'Roboto', sans-serif;
}

.builder-item--footer_copyright p {
  font-size: 14px;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .builder-item--footer_copyright p {
    font-size: 12px;
  }
}

.nv-single-page-wrap {
  width: 96%;
  max-width: 900px !important;
}

/* Tutor用CSSの調整 */
/* 一覧 */
.pagetitle-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: url(/wp-content/uploads/2021/04/kouza1.png) no-repeat 50% 50% / cover;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .pagetitle-area {
    min-height: 120px;
    margin-bottom: 30px;
  }
}

.pagetitle-text {
  position: relative;
  width: 90%;
  max-width: 1120px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  color: #232323;
  margin: 0;
}

@media (max-width: 767px) {
  .pagetitle-text {
    font-size: 1.8em;
  }
}

.tutor-course-filter-container {
  background-color: #fff;
  border: 3px solid var(--tutor-primary-color);
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .tutor-course-filter-wrapper .tutor-course-filter-container {
    width: calc(100% - 54px) !important;
    margin: 0 auto 30px;
  }
}

.tutor-course-filter-container>div>div {
  width: 100% !important;
}

.tutor-course-filter-wrapper>div:first-child h4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0 8px;
  margin: 0 0 12px;
  border-bottom: 2px solid #ccc;
}

.tutor-course-filter-wrapper>div:first-child h4::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--tutor-primary-color);
  bottom: -2px;
  left: 0;
}

.tutor-course-filter-container>div>div:nth-child(n + 2) h4 {
  margin: 20px 0 12px;
}

.or-checkbox input[type="checkbox"] {
  display: none;
}

.or-checkbox input[type="checkbox"]+span {
  position: relative;
  padding-left: 30px;
}

.or-checkbox input[type="checkbox"]+span::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  top: 4px;
  left: 0;
}

.or-checkbox input[type="checkbox"]+span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  border-width: 0 0 4px 4px;
  border-style: solid;
  border-color: var(--tutor-primary-color);
  transform: rotate(-45deg);
  transition: all .3s;
  top: 4px;
  left: 3px;
  opacity: 0;
}

.or-checkbox input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

.tutor-course-filter-wrapper .tutor-clear-all-filter>a {
  background: rgba(234, 94, 139, 0.3);
  color: rgba(234, 94, 139, 1);
}

.tutor-course-archive-results-wrap {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .tutor-course-archive-results-wrap {
    margin-bottom: 16px;
  }

  .tutor-course-filter-wrap {
    margin-bottom: 30px;
  }
}

.tutor-course-loop-level {
  background: rgba(234, 94, 139, 1);
  padding: 4px 24px;
  font-size: 16px;
  line-height: 20px;
}

.tutor-course-loop-title h2 {
  margin: 0;
}

.tutor-course-loop {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--tutor-primary-color);
  bottom: -3px;
  left: 0;
  transition: all .3s;
  opacity: 0;
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a:hover::after {
  opacity: 1;
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap.course-in-cart a,
.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added_to_cart {
  color: rgba(234, 94, 139, 1);
  font-weight: bold;
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap.course-in-cart a::before,
.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a.added_to_cart::before {
  color: rgba(234, 94, 139, 1);
}

/* ログイン */
.tutor-login-form-wrap input[type="password"],
.tutor-login-form-wrap input[type="text"] {
  font-size: 16px;
}

#course-enrolled-nav-wrap-3329 {
  margin: 30px 0;
}

#course-enrolled-nav-wrap-3329 a {
  font-size: 1.6rem;
  padding: 0 0 14px;
  display: block;
}

@media screen and (max-width:450px) {
  .elementor-3329 .elementor-element.elementor-element-74fb737e .tutor-course-topics-wrap .tutor-course-topics-header .tutor-segment-title {
    margin-bottom: 10px;
  }

  .tutor-course-topics-header-right {
    width: 100%;
    margin-bottom: 8px;
  }
}

.tutor-alert-warning {
  color: #f00;
  font-size: 18px;
  border: 3px solid #f00;
  padding: 6px 10px 10px 95px;
  margin-bottom: 30px;
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap a {
  font-family: 'Roboto', sans-serif;
}

/* 登録 */
.tutor-form-row+.tutor-form-row {
  margin-top: 12px;
}

.nv-content-wrap.entry-content .tutor-form-row:nth-last-child(2) p {
  margin-bottom: 0;
}

.nv-content-wrap.entry-content .tutor-form-row:nth-last-child(2) br {
  display: none;
}

.nv-content-wrap.entry-content form .tutor-form-row button[type="submit"] {
  justify-content: center;
  font-size: 1.2rem;
  min-width: 300px;
  padding: 25px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--tutor-primary-color);
}

.nv-content-wrap.entry-content form .tutor-form-row button[type="submit"]:hover {
  color: var(--tutor-primary-color);
  background-color: #fff;
}

.tutor-form-group.tutor-reg-form-btn-wrap {
  text-align: center;
}

.tutor-login-form-wrap input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2rem;
  border-width: 2px;
  border-style: solid;
  border-color: var(--tutor-primary-color);
}

.tutor-login-form-wrap input[type="submit"]:hover {
  color: var(--tutor-primary-color);
  background-color: #fff;
  filter: none;
  opacity: 1;
}

.tutor-template-login-form br {
  display: none;
}

.tutor-form-register-wrap {
  margin-top: 20px;
}

.tutor-form-register-wrap a {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ea5e8b;
  padding: 15px 25px;
  border: 2px solid #ea5e8b;
  border-radius: 3px;
  opacity: 1;
}

.tutor-form-register-wrap a:hover {
  color: #ea5e8b;
  background-color: #fff;
  text-decoration: none;
}

.tutor-cart-box-login-form .tutor-cart-box-login-form-inner br {
  display: none;
}

@media(max-width:767px) {
  .elementor-3329 .elementor-element.elementor-element-77179d76>.elementor-widget-container {
    margin: 0 0 10px 0;
  }

  .course-login-title {
    margin-bottom: 20px;
  }
}

.tutor-form-register-wrap a,
.tutor-login-rememeber-wrap a {
  display: inline-block;
}

@media(max-width:767px) {

  .tutor-form-register-wrap a,
  .tutor-login-rememeber-wrap a {
    margin-top: 10px;
  }
}

.tutor-login-wrap {
  width: 90%;
}

@media(max-width:767px) {

  .tutor-cart-box-login-form .tutor-cart-box-login-form-inner,
  .tutor-login-wrap {
    padding: 30px 20px;
  }
}

.nv-content-wrap.entry-content form .tutor-form-row button[name="tutor_register_student_btn"] {
  margin-bottom: 50px;
}

/* ダッシュボード */
.tutor-dashboard-header {
  justify-content: flex-end;
  margin-top: 24px;
  padding-bottom: 24px;
}

.tutor-dashboard-header-avatar img {
  width: 26px;
  height: 26px;
}

.tutor-dashboard-header-info {
  display: flex;
  align-items: center;
  -webkit-box-flex: unset;
  flex-grow: unset;
  padding: 0 12px;
}

.tutor-dashboard-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

.tutor-dashboard-header-display-name h4 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
}

.tutor-dashboard-info-cards .tutor-dashboard-info-card p {
  background: #fff;
  color: #282c36;
  text-align: center;
  border: 3px solid #282c36;
}

.tutor-dashboard-profile {
  border: 1px solid #ededed;
}

.tutor-dashboard-profile .tutor-dashboard-profile-item .heading {
  background-color: #ededed;
  padding: 12px;
  color: #232323;
  border-bottom: 1px solid#fff;
  margin-bottom: 0;
}

.tutor-dashboard-profile .tutor-dashboard-profile-item .content {
  color: #232323;
  padding: 12px;
}

.tutor-dashboard-profile .tutor-dashboard-profile-item .content p {
  margin-bottom: 0;
}

.tutor-dashboard-info-table-wrap>h3+table {
  margin-top: 0;
}

.warning-text {
  display: inline-block;
  color: #f00;
  text-decoration: underline;
  line-height: 1.2;
  margin: 12px 0 28px;
}

.tutor-form-group button[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

@media(max-width:767px) {

  .tutor-dashboard-info-cards .tutor-dashboard-info-card {
    padding: 2% 5%;
    width: 100%;
  }

  .tutor-dashboard-info-cards .tutor-dashboard-info-card p {
    background: #fff;
    color: #282c36;
    text-align: center;
    border: 3px solid #282c36;
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .tutor-form-group button[type="submit"] {
    width: 100%;
    justify-content: center;
  }

  .tutor-dashboard-permalinks {
    display: flex;
    flex-wrap: wrap;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dcdfe5;
    padding: 0;
  }

  .tutor-dashboard-permalinks li {
    width: 25%;
  }

  .tutor-dashboard-permalinks li a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-size: 2vw;
    padding: 12px 4px;
    line-height: 1.2;
  }

  .tutor-dashboard-permalinks li a::before {
    margin: 0 0 5px;
  }

  .tutor-dashboard-permalinks li a span {
    width: 100%;
  }

  .tutor-dashboard-menu-divider {
    display: none;
  }

  .tutor-dashboard-content {
    padding-top: 10px;
  }

}

@media(max-width:568px) {
  .tutor-dashboard-inline-links ul li a {
    font-size: 3.6vw;
  }
}

@media(max-width:400px) {
  .tutor-dashboard-permalinks li a {
    font-size: 1.8vw;
    padding: 4vw 1vw;
  }
}

/* パスワードリセット*/
.lost_reset_password-form {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 80px;
}

.lost_reset_password-text {
  margin-bottom: 40px;
}

.lost_reset_password-form button[type="submit"] {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .lost_reset_password-form button[type="submit"] {
    width: 100%;
    justify-content: center;
  }
}

.lost_reset_password-captcha {
  margin-top: 20px;
}

.lost_reset_password-captcha p {
  margin-bottom: 0;
}

.neve-main>.tutor-alert {
  margin-bottom: 0;
}

/* ログアウト後のログイン画面 */
.status-publish.hentry {
  margin-top: 50px;
  margin-bottom: 80px;
}

/* 詳細 */
.tutor-single-add-to-cart-box .tutor-enroll-form .tutor-course-enroll-wrap button {
  font-family: 'Roboto';
}

/* Tutor用CSSの調整 */
/* Tutor Lesson用CSSの調整 */
.tutor-single-lesson-wrap {
  padding-bottom: 40px;
}

.tutor-lessons-under-topic .tutor-single-lesson-items.active a {
  background-color: rgba(52, 84, 203, 0.2);
}

.tutor-single-lesson-button-group .tutor-single-lesson-button a,
.tutor-topics-in-single-lesson .tutor-single-lesson-items a {
  padding: 14px 40px 14px 17px;
}

.tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,
.tutor-topics-in-single-lesson .tutor-single-lesson-items.active a>i {
  color: var(--tutor-primary-color);
}

.tutor-single-lesson-button-group .tutor-single-lesson-button a>i:first-child,
.tutor-topics-in-single-lesson .tutor-single-lesson-items.active a>i:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutor-single-page-top-bar a i {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-bottom: 5px;
}

.tutor-lesson-sidebar-hide-bar {
  height: 70px;
}

.tutor-next-previous-pagination-wrap a {
  color: var(--tutor-primary-color);
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--tutor-primary-color);
  color: #fff;
  border-radius: 3px;
  transition: all .3s;
}

.tutor-next-previous-pagination-wrap a:hover {
  color: var(--tutor-primary-color);
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .tutor-single-lesson-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tutor-lesson-sidebar {
    display: block;
    position: static;
    max-width: 90%;
    height: auto;
    margin: 20px auto 50px;
    flex: 0 0 90%;
    order: 1;
  }

  .tutor-single-page-top-bar a:first-child {
    display: none;
  }

  .tutor-single-entry-content {
    order: 0;
  }

  .tutor-lesson-content-area,
  .tutor-quiz-single-wrap {
    margin: 0 5%;
  }
}

.tutor-lesson-content-area {
  padding: 24px;
  box-shadow: 0 3px 32px -3px rgb(0, 0, 0, 0.2);
  background-color: #fff;
}

@media (max-width: 991px) {
  .tutor-lesson-content-area {
    padding: 24px 16px;
  }
}

.tutor-lesson-content-area p {
  margin-bottom: 10px;
}

.tutor-lesson-content-h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1f1f1f;
}

@media (max-width: 991px) {
  .tutor-lesson-content-h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .tutor-lesson-content-h1 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 8px;
  }
}

.tutor-quiz-answers-wrap {
  background-color: #f5f5f5;
  padding: 16px;
}

.tutor-quiz-answers-wrap label input[type="radio"]+span {
  background-color: #fff;
}

.tutor-quiz-answers-wrap label input[type="radio"]:checked+span {
  background-color: var(--tutor-primary-color);
}

.tutor-quiz-answers-wrap label:last-of-type {
  margin-bottom: 0;
}

.tutor-attachments-wrap {
  border: 2px solid #232323;
  border-radius: 5px;
  padding: 16px 16px 12px;
  margin: 30px 0 20px;
}

.tutor-attachments-wrap h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

.tutor-next-previous-pagination-wrap {
  display: block;
  margin: 30px 0;
}

.tutor-next-previous-pagination-wrap::after {
  display: block;
  content: '';
  clear: both;
}

.tutor-next-previous-pagination-wrap .tutor-previous-link {
  float: left;
}

.tutor-next-previous-pagination-wrap .tutor-next-link {
  float: right;
}

.tutor-single-lesson-items {
  position: relative;
  transition: all .3s;
}

.tutor-single-lesson-items:hover {
  background-color: rgba(52, 84, 203, 0.2) !important;
}

.tutor-single-lesson-items a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tutor-attachment-info {
  max-width: calc(100% - 30px);
}

.tutor-attachments-wrap .tutor-lesson-attachment {
  border: 1px solid #ccc;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .single-courses .elementor-column.elementor-col-33,
  .single-courses .elementor-column[data-col="33"] {
    width: 100%;
  }

  .single-courses .elementor-column.elementor-col-66,
  .single-courses .elementor-column[data-col="66"] {
    width: 100%;
  }
}

.or-lesson-link-area {
  display: none;
}

@media (max-width: 991px) {
  .or-lesson-link-area {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .or-lesson-link-area a {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background-color: var(--tutor-primary-color);
    border: 2px solid var(--tutor-primary-color);
    border-radius: 3px;
    padding: 8px 12px;
    top: -25px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 40%);
    transition: all .3s;
  }

  .or-lesson-link-area a:hover {
    text-decoration: none;
  }
}

.quiz-answer-footer-bar .tutor-button.tutor-success {
  font-size: 16px;
}

.quiz-answer-footer-bar .tutor-success:before {
  display: none;
}

.tutor-lesson-content-area h2 {
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--tutor-primary-color);
}

@media (max-width: 767px) {
  .tutor-lesson-content-area h2 {
    font-size: 1.6em;
  }
}

.tutor-lesson-content-area h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.tutor-quiz-single-wrap .question-text {
  font-weight: 700;
  color: var(--tutor-primary-color);
  margin-bottom: 25px;
}

.lesson-th {
  width: 70px;
  font-weight: bold;
  color: #fff;
  background-color: var(--tutor-primary-color);
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
}

@media (min-width: 768px) {
  .lesson-th {
    width: 150px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .lesson-th {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}

.lesson-td {
  font-weight: bold;
  background-color: rgba(52, 84, 203, 0.1);
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
}

.lesson-div-table {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.lesson-div-table .w-100 {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.lesson-div-tr {
  width: 20%;
}

.lesson-div-th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background-color: var(--tutor-primary-color);
  padding: 8px;
}

.lesson-div-td {
  color: #1F1F1F;
  line-height: 1.2;
  padding: 8px;
  border: 1px solid rgba(52, 84, 203, 0.2);
}

@media (max-width: 767px) {
  .lesson-div-tr {
    width: 50%;
  }

  .lesson-div-th {
    font-size: 14px;
    padding: 8px 2px;
  }

  .lesson-div-td {
    font-size: 14px;
    padding: 8px 2px;
  }

}


.tutor-quiz-single-wrap {
  box-shadow: 0 3px 32px -3px rgb(0, 0, 0, 0.2);
  background: #fff;
}

.tutor-quiz-header {
  background: #fff;
  padding: 16px 16px 0;
}

#tutor-quiz-content {
  position: relative;
  background: #fff;
  padding: 16px;
}

#tutor-quiz-content::before {
  position: absolute;
  content: '';
  width: calc(100% - 32px);
  height: 2px;
  background-color: #ddd;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#tutor-quiz-content p {
  padding: 12px;
  color: rgba(170, 0, 0, 1);
  background-color: rgba(170, 0, 0, .1);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #tutor-quiz-content p {
    font-size: 14px;
  }
}

#tutor-quiz-body {
  background: #fff;
  padding: 32px 16px 16px;
}

.quiz-head-meta-info {
  margin: 0;
}

.tutor-quiz-header .tutor-quiz-meta {
  border: 1px solid #dcdfe5;
  padding: 0;
  margin-bottom: 0;
}

.tutor-quiz-header .tutor-quiz-meta li {
  display: flex;
  align-items: center;
  flex: auto 1;
  text-align: center;
  font-size: 14px;
  color: #1F1F1F;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  .tutor-quiz-header .tutor-quiz-meta li {
    font-size: 13px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
}

.tutor-quiz-header .tutor-quiz-meta li p {
  display: inline-block;
  color: #1F1F1F;
  background-color: #eee;
  padding: 8px;
  margin: 0 8px 0 0;
}

.reidai-img {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .tutor-quiz-header .tutor-quiz-meta li {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 8px;
  }

  .tutor-quiz-header .tutor-quiz-meta li p {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
}

@media (max-width: 767px) {
  .tutor-quiz-header .tutor-quiz-meta li p {
    width: 72%;
    padding: 2px 8px;
    text-align: left;
  }
}




.lesson-item-col-4 {
  display: flex;
  flex-wrap: wrap;
}

.lesson-item-col-4 .lesson-item-col {
  width: 25%;
  border: 1px solid var(--tutor-primary-color);
  background-color: #fff;
}

.lesson-item-col-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: var(--tutor-primary-color);
  padding: 8px 12px;
  text-align: center;
}

.lesson-item-col-text {
  padding: 8px 12px;
}

.lesson-item-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.or-history-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #ccc;
}

.or-history-area .or-history-item:nth-child(n + 2) {
  margin-top: 24px;
}

.or-history-pass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 20px;
  font-weight: 900;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}

.or-history-pass.result-pass {
  color: #fff;
  background-color: var(--tutor-success-button-color);
}

.or-history-pass.result-fail {
  color: #df3247;
  border-color: #df3247;
}

.or-history-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 120px);
}

.or-history-link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 150px;
}

.or-history-link a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: var(--tutor-primary-color);
  padding: 8px 4px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 2px solid var(--tutor-primary-color);
}

.or-history-link a:hover {
  color: var(--tutor-primary-color);
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.or-history-time {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1;
  margin-bottom: 5px;
}

.or-history-title {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.or-history-subtitle {
  width: 100%;
  font-weight: 900;
  margin-bottom: 16px;
}

.or-history-table {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 170px);
}

.or-history-tr {
  width: 25%;
  text-align: center;
}

.or-history-th {
  background-color: rgba(52, 84, 203, 0.1);
  padding: 4px;
  margin: 0;
}

.or-history-th.correct {
  color: #fff;
  background-color: var(--tutor-success-button-color);
}

.or-history-th.incorrect {
  color: #fff;
  background-color: #df3247;
}

.or-history-td {
  padding: 4px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  margin: 0;
}

.or-history-td.correct {
  font-weight: 900;
  color: var(--tutor-success-button-color);
}

.or-history-td.incorrect {
  font-weight: 900;
  color: #df3247;
}


.or-attempt-header {
  border-width: 1px 0;
  border-style: solid;
  padding: 12px 0;
  margin: 24px 0 36px;
}


.or-attempt-header-course {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.or-attempt-header-quiz {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 6px;
}

.or-attempt-header-btn {
  text-align: right;
}

.or-attempt-header-btn a {
  display: inline-block;
  color: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 40%);
  background-color: var(--tutor-primary-color);
  border: 2px solid var(--tutor-primary-color);
  border-radius: 4px;
  padding: 12px;
  margin-top: 20px;
}

.or-attempt-header-btn a:hover {
  color: var(--tutor-primary-color);
  background-color: #fff;
}

.or-attempts-detail-date {
  color: #1F1F1F;
  margin-bottom: 12px;
}

.or-attempts-detail-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.or-attempts-detail-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #1F1F1F;
}

.or-attempts-detail-title.pass {
  color: var(--tutor-success-button-color);
}

.or-attempts-detail-title.fail {
  color: #df3247;
}

.or-attempts-detail-title.slash {
  margin: 0 8px;
}

.or-attempts-detail-subtitle {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #1F1F1F;
  line-height: 1.4;
}

.tutor-quiz-attempt-review-wrap span.or-attempts-detail-pass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 23%;
  font-size: 32px;
  font-weight: 700;
  padding: 16px 8px;
  border-radius: 0;
}

.or-attempts-detail-con {
  display: flex;
  flex-wrap: wrap;
  width: 77%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #bbb;
}

.or-attempts-pass-earned-marks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 40%;
  padding: 16px 8px;
}

.or-attempts-detail-questions,
.or-attempts-detail-correct,
.or-attempts-detail-incorrect {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 20%;
  padding: 16px 8px;
}

.or-attempts-detail-questions::after,
.or-attempts-detail-correct::after,
.or-attempts-detail-incorrect::after {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 32px);
  background-color: #bbb;
  top: 16px;
  left: 0;
}


.or-attempt-header-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1F1F1F;
  margin: 60px 0 20px;
}

.or-attempts-detail-question-item {
  display: flex;
  flex-wrap: wrap;
}

.or-attempts-detail-question-item+.or-attempts-detail-question-item {
  margin-top: 24px;
}

.or-attempts-detai-questionl-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #1F1F1F;
}

.or-attempts-detail-question-title.pass {
  color: var(--tutor-success-button-color);
}

.or-attempts-detail-question-title.fail {
  color: #df3247;
}

.tutor-quiz-attempt-review-wrap span.or-attempts-detail-question-pass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 23%;
  font-size: 32px;
  font-weight: 700;
  padding: 16px 8px;
  border-radius: 0;
}

.or-attempts-detail-question-con {
  display: flex;
  flex-wrap: wrap;
  width: 77%;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #bbb;
  padding: 16px;
}

.or-attempts-detail-question-title {
  font-size: 20px;
  font-weight: 700;
  color: #1F1F1F;
}

.or-attempts-detail-answer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.or-attempts-detail-answer.correct {
  background-color: rgba(52, 84, 203, 0.1);
}

.or-attempts-detail-answer.given {
  background-color: rgb(223, 50, 71, 0.1);
}

.or-attempts-detail-answer-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 8px;
  margin: 0;
}

.or-attempts-detail-answer-title.correct {
  background-color: var(--tutor-primary-color);
}

.or-attempts-detail-answer-title.given {
  background-color: rgb(223, 50, 71, 1);
}

.or-attempts-detail-answer-text {
  width: calc(100% - 80px);
  display: block;
  color: #1F1F1F;
  padding: 8px;
  margin: 0;
}

.or-attempts-detail-answer-text .filled_dash_unser {
  display: inline-block;
  min-width: 1rem;
  color: rgb(223, 50, 71, 1);
  border-bottom: 1px dashed;
  margin: 0 4px;
}

.or-attempts-detail-answer-text .filled_dash_unser:first-of-type {
  margin: 0 4px 0 0;
}


@media (max-width: 767px) {
  .lesson-item-col-4 .lesson-item-col {
    width: 50%;
  }

  .or-history-item {
    border-radius: 0 0 4px 4px;
    padding: 0;
  }

  .or-history-pass {
    width: 100%;
    font-size: 18px;
    padding: 8px;
    border-radius: 0;
  }

  .or-history-detail {
    width: 100%;
    padding: 8px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #ccc;
  }

  .or-history-link {
    width: 100%;
    padding: 8px 0 16px;
  }

  .or-history-link a {
    padding: 8px 4px;
  }

  .or-history-time {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .or-history-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .or-history-table {
    width: 100%;
  }

  .or-attempt-header {
    border-width: 1px 0;
    border-style: solid;
    padding: 12px 0;
    margin: 24px 0 36px;
  }

  .or-attempt-header-course {
    font-size: 20px;
  }

  .or-attempt-header-quiz {
    font-size: 16px;
    margin-top: 6px;
  }



  .or-attempt-header-course {
    font-size: 24px;
  }

  .or-attempt-header-quiz {
    font-size: 12px;
  }

  .or-attempts-detail-title {
    font-size: 24px;
  }

  .or-attempts-detail-subtitle {
    font-size: 13px;
  }

  .tutor-quiz-attempt-review-wrap span.or-attempts-detail-pass {
    width: 30%;
    font-size: 24px;
  }

  .or-attempts-detail-con {
    width: 70%;
  }

  .or-attempts-pass-earned-marks {
    position: relative;
    width: 100%;
    padding: 8px;
  }

  .or-attempts-pass-earned-marks::after {
    position: absolute;
    content: '';
    width: calc(100% - 16px);
    height: 1px;
    background-color: #bbb;
    bottom: 0;
    left: 8px;
  }

  .or-attempts-detail-questions,
  .or-attempts-detail-correct,
  .or-attempts-detail-incorrect {
    width: 33.33%;
    padding: 8px;
  }

  .or-attempts-detail-questions::after {
    display: none;
  }

  .or-attempts-detail-correct::after,
  .or-attempts-detail-incorrect::after {
    height: calc(100% - 24px);
    top: 8px;
  }



  .or-attempt-header-h2 {
    font-size: 24px;
    margin: 50px 0 12px;
  }

  .or-attempts-detai-questionl-title {
    font-size: 24px;
  }

  .tutor-quiz-attempt-review-wrap span.or-attempts-detail-question-pass {
    width: 100%;
    font-size: 24px;
    padding: 16px 8px;
  }

  .or-attempts-detail-question-con {
    width: 100%;
    border-width: 0 1px 1px 1px;
    padding: 16px;
  }

  .or-attempts-detail-question-title {
    font-size: 18px;
  }

  .or-attempts-detail-answer-title {
    font-size: 16px;
  }
}


.tutor-quiz-header span a {
  color: #fff;
}

.tutor-quiz-header h2 {
  color: #1F1F1F;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .tutor-quiz-header h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* Tutor Lesson用CSSの調整 */

/* マイページの調整 */
.nv-content-wrap .woocommerce-MyAccount-navigation li.is-active {
  color: #666;
  text-decoration: none;
}

/* マイページの調整 */

/* ====================================== */
/* コンテスト */
/* ====================================== */
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EAD75E));
  background: linear-gradient(transparent 60%, #EAD75E 60%);
}

.text-red {
  color: #F01D1D;
}

.weight-900 {
  font-weight: 900;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.d-sm-block {
  display: none;
}

@media (max-width: 767.98px) {
  .d-sm-block {
    display: block;
  }
}

.contest-page {
  color: #1F1F1F;
}

.contest-page .elementor-widget-text-editor {
  color: #1F1F1F;
}

.contest-firstview-area {
  text-align: center;
  background: url(contest/imgs/contest_mainimage_bg.jpg) repeat 0 0 / 196px 196px;
}

.contest-firstview-area img {
  width: 100%;
  max-width: 1880px;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 992px) {
  .contest-firstview-area .sp {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .contest-firstview-area {
    background-size: 100px 100px;
  }

  .contest-firstview-area .pc {
    display: none;
  }
}

.contest-header {
  background-color: #1F1F1F;
}

@media (max-width: 991.98px) {
  .contest-header {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    right: -90%;
    padding-top: 70px;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .contest-header.active {
    right: 0;
  }
}

.contest-header-con {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.contest-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .contest-header-list {
    height: 80px;
  }
}

@media (max-width: 991.98px) {
  .contest-header-list {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .contest-header-list--item {
    -webkit-box-flex: 1;
    -ms-flex: auto 1;
    flex: auto 1;
    margin: 0 !important;
    list-style-type: none;
  }
}

@media (max-width: 991.98px) {
  .contest-header-list--item {
    width: 100%;
  }
}

.contest-header-list--item::marker {
  display: none;
}

.contest-header-list--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 992px) {
  .contest-header-list--link {
    text-align: center;
  }
}

.contest-header-list--link:hover {
  color: #fff;
  background-color: #CE131C;
  text-decoration: none;
  opacity: 1;
}

.contest-header-btn {
  position: fixed;
  display: none;
  width: 50px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  z-index: 21;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(31, 31, 31, 0.4);
  box-shadow: 0 6px 24px rgba(31, 31, 31, 0.4);
}

@media (max-width: 991px) {
  .contest-header-btn {
    display: block;
  }
}

.contest-header-btn .line {
  position: absolute;
  display: block;
  content: '';
  height: 2px;
  width: 24px;
  border-radius: 3px;
  cursor: pointer;
  background: #1F1F1F;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}

.contest-header-btn .line:nth-child(1) {
  top: 8px;
}

.contest-header-btn .line:nth-child(2) {
  top: 15px;
}

.contest-header-btn .line:nth-child(3) {
  top: 22px;
}

.contest-header-btn .menu {
  position: absolute;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  top: 26px;
}

.contest-header-btn .menu::before {
  content: 'メニュー';
  display: block;
  line-height: 1;
  font-size: 11px;
}

.contest-header-btn.active .line:nth-child(1) {
  top: 12px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-animation: none;
  animation: none;
}

.contest-header-btn.active .line:nth-child(2) {
  display: none;
}

.contest-header-btn.active .line:nth-child(3) {
  top: 12px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-animation: none;
  animation: none;
}

.contest-header-btn.active .menu::before {
  content: '閉じる';
}

.bg-light-blue {
  background-color: rgba(206, 19, 28, 0.06);
}

.contest-section {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media (min-width: 992px) {
  .contest-section {
    padding: 80px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .contest-section {
    padding: 50px 0;
  }
}

.contest-section.pb-0 {
  margin-bottom: 0;
}

.contest-section .contest-firstview-con {
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .contest-section .contest-firstview-con {
    width: 100%;
  }
}

.contest-inner {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.contest-title2 {
  position: relative;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 992px) {
  .contest-title2 {
    font-size: 52px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-title2 {
    font-size: calc(52 / 991 * 100vw);
    padding-bottom: calc(32 / 991 * 100vw);
    margin-bottom: calc(32 / 991 * 100vw);
  }
}

@media (max-width: 767.98px) {
  .contest-title2 {
    font-size: calc(56 / 767 * 100vw);
    padding-bottom: calc(56 / 767 * 100vw);
    margin-bottom: calc(56 / 767 * 100vw);
  }
}

.contest-title2::after {
  position: absolute;
  content: '';
  background-color: #CE131C;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .contest-title2::after {
    width: 80px;
    height: 5px;
  }
}

@media (max-width: 991.98px) {
  .contest-title2::after {
    width: 50px;
    height: 3px;
  }
}

.contest-title3 {
  position: relative;
  font-weight: 900;
}

@media (min-width: 768px) {
  .contest-title3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .contest-title3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.contest-shohin-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contest-shohin-detail {
  position: relative;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #1F1F1F;
  border-radius: 6px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .contest-shohin-detail {
    width: 72%;
    font-size: 32px;
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-shohin-detail {
    width: 70%;
    font-size: 26px;
    padding: 18px;
  }
}

@media (max-width: 767.98px) {
  .contest-shohin-detail {
    width: 100%;
    font-size: 22px;
    padding: 16px;
    margin-bottom: 30px;
  }
}

.contest-shohin-detail::before,
.contest-shohin-detail::after {
  position: absolute;
  content: '';
  background-color: #fff;
}

.contest-shohin-detail::before {
  width: 30px;
  height: 30px;
  border: 3px solid #1F1F1F;
}

@media (min-width: 768px) {
  .contest-shohin-detail::before {
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
    transform: translateY(-50%) rotate(135deg) skew(10deg, 10deg);
  }
}

@media (max-width: 767.98px) {
  .contest-shohin-detail::before {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
    transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  }
}

.contest-shohin-detail::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 6px;
}

.contest-shohin-detail p {
  position: relative;
  margin: 0;
  z-index: 2;
}

@media (min-width: 992px) {
  .contest-shohin-detail .fs40 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-shohin-detail .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .contest-shohin-detail .fs40 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .contest-shohin-img {
    width: 23.6%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-shohin-img {
    width: 26.6%;
  }
}

@media (max-width: 767.98px) {
  .contest-shohin-img {
    width: 100%;
    text-align: center;
  }
}

.contest-tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .contest-tab-group {
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-tab-group {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .contest-tab-group {
    height: 90px;
  }
}

.contest-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  text-align: center;
  border-width: 2px 2px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 5px;
  list-style: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .contest-tab {
    height: 50px;
    border-width: 4px 4px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-tab {
    height: 40px;
    border-width: 4px 4px 0;
  }
}

@media (max-width: 767.98px) {
  .contest-tab {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .contest-tab img {
    margin-right: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-tab img {
    width: 18px;
    height: auto;
    margin-right: 6px;
  }
}

@media (max-width: 767.98px) {
  .contest-tab img {
    width: 16px;
    height: auto;
    margin-right: 6px;
  }
}

.contest-panel-group {
  background-color: #fff;
}

.contest-panel {
  display: none;
  border: solid 2px #1F1F1F;
}

.contest-panel.form {
  border-color: #45C3BE;
}

.contest-panel.twitter {
  border-color: #1CA0F2;
}

.contest-panel.instagram {
  border-color: #F40002;
}

@media (min-width: 992px) {
  .contest-panel {
    padding: 34px;
    border-width: 4px;
  }
}

@media (max-width: 991.98px) {
  .contest-panel {
    padding: 16px;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .contest-panel {
    border-width: 3px;
  }
}

.contest-tab.is-active {
  font-weight: 900;
  background-color: #1F1F1F;
  color: #FFF;
  border-color: #1F1F1F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .contest-tab.is-active {
    height: 60px;
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-tab.is-active {
    height: 50px;
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .contest-tab.is-active {
    height: 90px;
    font-size: 16px;
  }
}

.contest-tab.is-active.form {
  border-color: #45C3BE;
}

.contest-tab.is-active.twitter {
  border-color: #1CA0F2;
}

.contest-tab.is-active.instagram {
  border-color: #F40002;
}

.contest-panel.is-show {
  display: block;
}

.contest-step-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contest-step-item::after {
  position: absolute;
  content: '';
  bottom: -30px;
  left: calc(70px - 12px);
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #1F1F1F transparent transparent transparent;
}

.contest-step-item.last {
  margin-bottom: 20px;
}

.contest-step-item.last::after {
  display: none;
}

.contest-step-item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  background-color: #1F1F1F;
  padding: 16px;
}

@media (min-width: 768px) {
  .contest-step-item--title {
    width: 140px;
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--title {
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .contest-step-item--title .text-sm {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-step-item--title .text-sm {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--title .text-sm {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .contest-step-item--title .text-lg {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contest-step-item--title .text-lg {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--title .text-lg {
    font-size: 24px;
    margin-left: 10px;
  }
}

.contest-step-item--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #1F1F1F;
}

@media (min-width: 768px) {
  .contest-step-item--detail {
    width: calc(100% - 140px);
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--detail {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .contest-step-item--detail-text {
    width: calc(100% - 132px);
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--detail-text {
    width: 100%;
  }
}

.contest-step-item--detail-text .btn {
  display: inline-block;
}

.contest-step-item--detail-text .btn a {
  color: #fff;
}

.contest-step-item--detail-text .btn a:hover {
  text-decoration: none;
}

.contest-step-item--detail-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contest-step-item--detail-img {
    width: 132px;
  }
}

@media (max-width: 767.98px) {
  .contest-step-item--detail-img {
    width: 100%;
    text-align: center;
    margin-top: 20px !important;
  }
}

.text-center {
  text-align: center;
}

.contest-kitei-area {
  background-color: #fff;
  border: 3px solid rgba(206, 19, 28, 0.5);
  padding: 24px;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 24px -2px rgba(31, 31, 31, 0.4);
  box-shadow: 0 4px 24px -2px rgba(31, 31, 31, 0.4);
}

@media (min-width: 992px) {
  .contest-kitei-area {
    padding: 40px;
  }
}

@media (min-width: 767px) and (max-width: 991.98px) {
  .contest-kitei-area {
    padding: 32px;
  }
}

.contest-kitei-area .contest-kakko-list+.contest-title3,
.contest-kitei-area .contest-kitei-list+.contest-title3 {
  margin-top: 50px;
}

.contest-kitei-area a {
  color: #CE131C;
}

.contest-kitei-list {
  padding-left: 1em;
}

.contest-kitei-list li {
  list-style-type: disc;
}

.contest-kitei-list li+li {
  margin-top: 10px;
}

.contest-kakko-list {
  list-style-type: none;
}

.contest-kakko-list li {
  position: relative;
  counter-increment: number;
  list-style-type: none;
}

.contest-kakko-list li::before {
  content: "（"counter(number) "）";
}

.contest-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1120px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
}

.contest-form-item+.contest-form-item {
  border-top: 1px solid #ccc;
}

.contest-form-item.submit {
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contest-form-item input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #CB1B45;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contest-form-item input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #EEA9A9;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.contest-form-item input[type="submit"]:disabled,
.contest-form-item input[type="submit"]:disabled:hover {
  opacity: 0.4;
  background-color: #CB1B45;
  color: #fff;
}

.contest-form-title {
  position: relative;
  width: 350px;
  font-size: 18px;
  padding: 0 50px 0 80px;
}

@media (max-width: 767.98px) {
  .contest-form-title {
    width: 100%;
    padding: 0 0 0 60px;
  }
}

.contest-form-title .form-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  line-height: 1;
  padding: 6px 8px 8px;
  letter-spacing: 0.1em;
}

.contest-form-title .form-tag.red {
  color: #fff;
  background-color: #F01D1D;
}

.contest-form-title .form-tag.gray {
  background-color: #ccc;
}

.contest-form-input {
  width: calc(100% -350px);
}

@media (max-width: 767.98px) {
  .contest-form-input {
    width: 100%;
    margin-top: 12px;
  }
}

.contest-form-input::-webkit-input-placeholder {
  color: #ccc;
}

.contest-form-input:-ms-input-placeholder {
  color: #ccc;
}

.contest-form-input::-ms-input-placeholder {
  color: #ccc;
}

.contest-form-input::placeholder {
  color: #ccc;
}

.contest-form-input input,
.contest-form-input textarea,
.contest-form-input label,
.contest-form-input .wpcf7-list-item-label {
  font-size: 16px;
  margin: 0 !important;
}

@media (max-width: 767.98px) {

  .contest-form-input input[type="text"],
  .contest-form-input textarea {
    width: 100%;
  }
}

.contest-page .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.contest-page .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100%;
}

.contest-page .elementor-widget-container>p {
  display: none;
}

.contest-page .wpcf7-form {
  margin-bottom: 80px;
}

.contest-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f00;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background-color: #f00;
  font-size: 1.4rem;
  padding: 12px;
  margin-top: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #46b450;
  padding: 12px;
  margin-top: 0;
}

.contest-form-area input[type="checkbox"] {
  display: none;
}

.contest-form-area .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
}

.contest-form-area input[type="checkbox"]:checked+.wpcf7-list-item-label {
  color: #46b450;
}

.contest-form-area .wpcf7-list-item-label::before,
.contest-form-area .wpcf7-list-item-label::after {
  position: absolute;
}

.contest-form-area .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  top: 3px;
  left: 0;
  border-radius: 3px;
}

.contest-form-area input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  border-color: #46b450;
  background-color: #46b450;
}

.contest-form-area input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  width: 16px;
  height: 7px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #fff;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
}

.contest-form-area .wpcf7-not-valid-tip {
  background-color: rgba(220, 50, 50, 0.1);
  border-bottom: 1px solid;
}

.privacy-text {
  margin: 10px 0 !important;
}

.privacy-text a {
  color: #F01D1D;
  text-decoration: underline !important;
  transition: all .3s;
}

.privacy-text a:hover {
  text-decoration: none !important;
}

.open-before-text {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #CE131C;
}

@media (min-width: 768px) {
  .open-before-text br {
    display: none;
  }
}

.campaign_img_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.campaign_img_list li {
  position: relative;
  width: 50%;
  padding-top: 50%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.campaign_img_list li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .campaign_img_list li {
    width: 20%;
    padding-top: 20%;
  }
}


/* ====================================== */
/* コンテスト */
/* ====================================== */

@media (min-width: 961px) {
  #site-footer .col-7 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #site-footer .offset-4 {
    margin-left: 16.6666666667%;
  }
}

.formInputNone {
  display: none !important;
}

/* 20220315 */
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
  padding: 24px 0;
  margin-left: auto;
  margin-right: auto;
}

.form-item+.form-item {
  border-top: 1px solid #ccc;
}

.form-item.submit {
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-item input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #CB1B45;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #EEA9A9;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.form-item input[type="submit"]:disabled,
.form-item input[type="submit"]:disabled:hover {
  opacity: 0.4;
  background-color: #CB1B45;
  color: #fff;
}

.form-title {
  position: relative;
  width: 350px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px 0 54px;
}

@media (max-width: 767.98px) {
  .form-title {
    width: 100%;
    padding: 0 0 0 60px;
  }
}

.form-title .form-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  line-height: 1;
  padding: 6px 8px 8px;
  letter-spacing: 0.1em;
  background-color: #ccc;
}

.form-title .form-tag.red {
  color: #fff;
  background-color: #F01D1D;
}

.form-title .form-tag.gray {
  background-color: #ccc;
}

.form-input {
  width: calc(100% - 350px);
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .form-input {
    width: 100%;
    margin-top: 12px;
  }
}

.form-input::-webkit-input-placeholder {
  color: #ccc;
}

.form-input:-ms-input-placeholder {
  color: #ccc;
}

.form-input::-ms-input-placeholder {
  color: #ccc;
}

.form-input::placeholder {
  color: #ccc;
}

.form-input input,
.form-input textarea,
.form-input label,
.form-input select,
.form-input .wpcf7-list-item-label {
  font-size: 18px;
  margin: 0 !important;
}

@media (max-width: 767.98px) {

  .form-input input[type="text"],
  .form-input textarea {
    width: 100%;
  }
}

.form-input input[id*="zip"] {
  width: 240px;
}

.form-input-note {
  font-size: 90%;
  color: #999;
  margin: 8px 0 0;
}

.wpcf7-form-control-wrap.zip2 {
  display: inline-block;
  margin-bottom: 8px;
}

.contest-page .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.contest-page .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100%;
}

.contest-page .elementor-widget-container>p {
  display: none;
}

.contest-page .wpcf7-form {
  margin-bottom: 80px;
}

.contest-page .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f00;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background-color: #f00;
  font-size: 1.4rem;
  padding: 12px;
  margin-top: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background-color: #46b450;
  padding: 12px;
  margin-top: 0;
}

.form-area input[type="checkbox"] {
  display: none;
}

.form-area .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
}

.form-area input[type="checkbox"]:checked+.wpcf7-list-item-label {
  color: #46b450;
}

.form-area .wpcf7-list-item-label::before,
.form-area .wpcf7-list-item-label::after {
  position: absolute;
}

.form-area .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  top: 3px;
  left: 0;
  border-radius: 3px;
}

.form-area input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  border-color: #46b450;
  background-color: #46b450;
}

.form-area input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  width: 16px;
  height: 7px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #fff;
  top: 8px;
  left: 2px;
  transform: rotate(-45deg);
}

.form-area .wpcf7-not-valid-tip {
  background-color: rgba(220, 50, 50, 0.1);
  border-bottom: 1px solid;
}

.form-submin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto;
}

.form-submin [type="submit"] {
  display: block;
  width: 100%;
  max-width: 420px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
  color: #fff;
  background-color: #f00;
  border: 2px solid #f00;
  border-radius: 0;
  outline: 0;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.form-submin [type="submit"]:disabled {
  background-color: transparent;
  color: #aaa;
  border-color: #ccc;
  opacity: 0.6;
}

.form-submin [type="submit"]:hover {
  color: #f00;
  background-color: #fff;
}


.form-input input[type="checkbox"] {
  display: none;
}

.form-input input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.form-input input[type="checkbox"]+span::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #000;
}

.form-input input[type="checkbox"]+span::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 10px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #f00;
  top: 20%;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.form-input input[type="checkbox"]:checked+span {
  color: #f00;
}

.form-input input[type="checkbox"]:checked+span::before {
  background-color: #fff;
  border-color: #f00;
}

.form-input input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

.form-input input[type="radio"] {
  display: none;
}

.form-input input[type="radio"]+span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.form-input input[type="radio"]+span::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #000;
  border-radius: 50%;
}

.form-input input[type="radio"]+span::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 6px;
  left: 4px;
  background-color: #f00;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 50%;
}

.form-input input[type="radio"]:checked+span {
  color: #f00;
}

.form-input input[type="radio"]:checked+span::before {
  background-color: #fff;
  border-color: #f00;
}

.form-input input[type="radio"]:checked+span::after {
  opacity: 1;
}

.support_campaign_detail {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

.support_campaign_title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
}

.support_campaign_list {
  background-color: #fff;
  border: 3px solid #bda267;
  border-radius: 10px;
  padding: 20px;
}

.support_campaign_list li {
  position: relative;
  list-style-type: none;
  padding-left: 1rem;
}

.support_campaign_list li:first-child {
  margin-top: 0;
}

.support_campaign_list li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: #bda267;
}

.common-contents>* {
  color: #333 !important;
}

.common-contents>ul>li {
  list-style-type: disc;
  line-height: 1.4;
  margin-top: 4px;
}

/* 動画ページ */
.video_comment_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.video_comment_form {
  width: 65%;
}

@media (max-width: 979px) {
  .video_comment_form {
    width: 100%;
  }
}

.video_comment_form p {
  margin-bottom: 0;
}

.video_comment_form .form-title {
  width: 100%;
}

.video_comment_form .form-input {
  width: 100%;
  margin-top: 16px;
}

.video_comment_form .form-input textarea {
  width: 100%;
}

.video_comment_h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #333;
  padding: 0 0 8px;
  margin: 0 0 16px;
}

.video_comment_h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.video_comment_youtube {
  width: 30%;
}

@media (max-width: 979px) {
  .video_comment_youtube {
    width: 100%;
  }
}

.video_comment_youtube .youtube {
  position: relative;
  height: 0;
  padding-top: 56%;
}

.video_comment_youtube .youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.is-provider-youtube + .video_comment_h2,
.is-provider-youtube + .video_comment_h3 {
  margin-top: 50px;
}

.video_link_area {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}

.video_link_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: #fff;
  text-decoration: none !important;
  background: rgb(20, 23, 28);
  border: 2px solid rgb(20, 23, 28);
  padding: 10px 20px;
  box-shadow: 0 3px 12px rgba(20, 23, 28, .5);
  border-radius: 2px;
  transition: all .3s;
}

.video_link_btn:hover,
.video_link_btn:focus {
  background: #fff;
  color: rgb(20, 23, 28);
  box-shadow: 0 1px 3px rgba(20, 23, 28, 7);
}

.video_link_btn.-is-current,
.video_link_btn.-is-current:hover,
.video_link_btn.-is-current:focus {
  cursor: default;
  pointer-events: none;
  color: #777;
  background: #bbb;
  border-color: #bbb;
  box-shadow: 0 3px 12px rgba(20, 23, 28, 0);
}

@media (min-width: 980px) {
  .video_link_area .video_link_btn {
    width: 23.5%;
  }
  .video_link_area .video_link_btn:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}

@media (max-width: 979px) {
  .video_link_area .video_link_btn {
    width: 49%;
  }
  .video_link_area .video_link_btn:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

































































































































































































































































































































































































































































































































@charset "UTF-8";
/* ======================
header
====================== */
/* ======================
header
====================== */
/* ======================
header
====================== */
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .header-wrap {
    position: relative;
    padding: 13px 20px 15px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-wrap {
    position: fixed;
    min-height: 70px;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-logo {
    width: 745px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-logo {
    width: 240px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-logo-text {
    color: #777777;
    display: block;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro";
    font-size: 12.92px;
    height: 25.15px;
    line-height: 25.16px;
    margin-bottom: 15.5px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .header-logo-text {
    display: none;
  }
}

.header-logo-img {
  margin-bottom: 0 !important;
}

.header-logo-img img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .header-subnavi {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 400px;
    font-size: 10.88px;
    height: 26.4px;
    line-height: 26.4px;
    top: 15px;
    right: 7px;
  }
}

@media only screen and (max-width: 1023px) {
  .header-subnavi {
    display: none;
  }
}

.header-subnavi li a {
  position: relative;
  font-size: 13.056px;
  line-height: 1.4em;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 10px 6px 26.2px;
  margin-left: 10px;
}

.header-subnavi li a::before, .header-subnavi li a::after {
  position: absolute;
  display: block;
  content: "";
}

.header-subnavi li a::before {
  width: 11.2px;
  height: 11.2px;
  background-color: #ea5e8b;
  top: 50%;
  left: 10px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-subnavi li a::after {
  width: 5.5px;
  height: 5.5px;
  border-width: 2.2px 2.2px 0 0;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-subnavi li a:hover {
  color: #fff;
  background-color: #ea5e8b;
}

.header-subnavi li a:hover::before {
  background-color: #fff;
}

.header-subnavi li a:hover::after {
  border-color: #ea5e8b;
}

.header-nav {
  position: relative;
  z-index: 100;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .header-nav {
    height: 60px;
    background: #1f1f1f;
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav {
    position: fixed;
    display: none;
    top: 73px;
    left: 0;
    padding: 10px 0;
    background: #fff;
  }
}

.header-nav.fixed {
  position: fixed;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .header-nav.fixed {
    top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav.fixed {
    top: 66px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    max-width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav-list {
    width: calc(100% - 20px);
    background-color: #fff;
    border: solid 1px #1f1f1f;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-nav-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
    border-left: 1px solid #505050;
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav-list > li {
    margin-bottom: 1px;
  }
}

.header-nav-list > li:last-child {
  border-right: 1px solid #505050;
}

.header-nav-list > li .mddWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  cursor: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  border-bottom: #ea5e8b 3px solid;
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .header-nav-list > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 15.64px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 10px;
    overflow: hidden;
  }
  .header-nav-list > li > a::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .header-nav-list > li > a .fa-caret-down {
    position: relative;
    display: block;
    width: 8.94px;
    height: 8.94px;
    margin-left: 10px;
  }
  .header-nav-list > li > a .fa-caret-down::before {
    position: absolute;
    display: block;
    content: '';
    top: 90%;
    left: 50%;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #ea5e8b transparent transparent transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 1023px) {
  .header-nav-list > li > a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-size: 90%;
  }
}

.header-nav-list > li:hover > a {
  color: #ea5e8b;
}

.header-nav-list > li:hover > a::before {
  top: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.header-nav-list > li:hover .mddWrap {
  height: 210px;
  cursor: auto;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mddInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 210px;
  max-width: 1020px;
  margin: 0 auto;
}

.mddInner.navi1 {
  background: url(https://www.nihon-shosha.or.jp/images/navi1.jpg) no-repeat left bottom;
}

.dropContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropContent > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 100%;
  font-size: 25.84px;
  line-height: 36.176px;
}

.dropContent > *:not(.title) {
  width: 270px;
}

.dropContent > *:not(.title) li {
  font-size: 13.6px;
  line-height: 24.48px;
  margin-bottom: 5px;
}

.dropContent > *:not(.title) li a {
  position: relative;
  font-size: 14.96px;
  line-height: 20.944px;
  padding: 20px 10px 20px 26.4px;
  text-decoration: none;
}

.dropContent > *:not(.title) li a::before, .dropContent > *:not(.title) li a::after {
  position: absolute;
  display: block;
  content: "";
}

.dropContent > *:not(.title) li a::before {
  width: 14px;
  height: 14px;
  background-color: #ea5e8b;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropContent > *:not(.title) li a::after {
  width: 6px;
  height: 6px;
  border-width: 2.2px 2.2px 0 0;
  border-color: #fff;
  border-style: solid;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 1024px) {
  .gnav-btn {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .gnav-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ea5e8b;
    border-radius: 3px;
    top: 15px;
    right: 10px;
  }
  .gnav-btn-in {
    position: absolute;
    display: block;
    width: 14px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gnav-btn-in::before, .gnav-btn-in::after {
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gnav-btn-in::before {
    top: -6px;
  }
  .gnav-btn-in::after {
    bottom: -6px;
  }
}

.gnav-btn.active .gnav-btn-in {
  background-color: transparent;
}

.gnav-btn.active .gnav-btn-in::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.gnav-btn.active .gnav-btn-in::after {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ======================
header
====================== */
/* ======================
footer
====================== */
footer {
  margin-top: 80px;
}

/* ======================
footer
====================== */
/* ======================
utility
====================== */
/* ===================
breadcrumb
=================== */
@media only screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #breadcrumb {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1023px) {
  #breadcrumb {
    width: 100%;
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    font-size: 12.24px;
    line-height: 25.16px;
    list-style-type: none;
  }
}

@media only screen and (max-width: 1023px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12.24px;
    line-height: 25.16px;
    list-style-type: none;
  }
}

.breadcrumb li a {
  color: #DF5461;
  text-decoration: underline;
}

.breadcrumb li + li {
  position: relative;
  padding-left: 1.8rem;
}

.breadcrumb li + li::before {
  position: absolute;
  content: '>';
  top: 0;
  left: 0.8rem;
}

/* ===================
pagination
=================== */
.pagination {
  width: 90%;
  max-width: 1060px;
  margin: 40px auto 80px;
}

.pagination .page-of {
  text-align: center;
}

.pagination-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.pagination-contents .current {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  line-height: 1;
  padding: 12px 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin: 4px;
}

.pagination-contents a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #000;
  padding: 12px 16px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  margin: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pagination-contents a:hover {
  color: #000;
  background-color: #fff;
}

/* ======================
utility
====================== */
/* ======================
title
====================== */
.page-title-area {
  width: 100%;
  background: url(assets/img/common/h2.jpg) no-repeat center top;
}

@media only screen and (max-width: 1023px) {
  .page-title-area {
    margin-top: 73px;
  }
}

.page-title-text {
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.4em;
}

@media only screen and (min-width: 1024px) {
  .page-title-text {
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 80px 20px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-title-text {
    width: 100%;
    font-size: 21px;
    padding: 40px 10px;
    margin: 0;
  }
}

/* ======================
title
====================== */
/* ======================
_common
====================== */
.text-small {
  font-size: 80%;
}

.kk-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ======================
_common
====================== */
/* ======================
_search
====================== */
.kk-link-area {
  margin-top: 40px;
}

.kk-link-list li {
  margin: 4px 8px;
}

.kk-link-list li a {
  display: block;
}

.kk-link-list li a:hover {
  color: #DF5461;
}

.kk-search-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .kk-search-layout .layout-left {
    width: calc(80% - 40px);
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-search-layout .layout-left {
    width: 100%;
  }
}

.kk-search-layout .layout-left .kk-list,
.kk-search-layout .layout-left .kk-inner {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .kk-search-layout .layout-right {
    position: -webkit-sticky;
    position: sticky;
    width: 20%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-search-layout .layout-right {
    width: 100%;
  }
}

.kk-search-layout .layout-right .kk-form-area,
.kk-search-layout .layout-right .kk-inner {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .kk-search-layout .layout-right .kk-form-item {
    width: 100%;
  }
}

.kk-search-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1023px) {
  .kk-search-contents.hidden {
    width: 100%;
    padding: 16px;
  }
}

.kk-form-area {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 80px;
}

.kk-form-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 32px);
  background-color: #fff;
  padding: 16px;
  margin: 0 auto 32px;
}

.kk-form-contents.hidden {
  display: none;
}

.kk-form-toggle {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 24px 16px;
  margin: 0 auto !important;
}

.kk-form-toggle-btn {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  top: 16px;
  right: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
          box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
  cursor: pointer;
}

.kk-form-toggle-btn::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.kk-form-toggle-btn::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.kk-form-toggle-btn-in::after {
  position: absolute;
  content: '開く';
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kk-form-toggle-btn.open::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.kk-form-toggle-btn.open::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.kk-form-toggle-btn.open .kk-form-toggle-btn-in::after {
  content: '閉じる';
}

@media only screen and (min-width: 1024px) {
  .kk-form-item {
    width: 30%;
    padding: 16px;
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-form-item {
    width: 100%;
    padding: 16px;
  }
}

.kk-form-item input[type="text"],
.kk-form-item select {
  width: 100%;
  margin-bottom: 0;
}

.kk-form-item .kk-form-list:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .kk-form-pref-area {
    width: 70%;
    padding: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .kk-form-pref-area {
    width: 100%;
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kk-form-pref-area {
    width: 100%;
    padding: 16px 16px 4px;
  }
}

.kk-form-pref-contents {
  width: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .kk-form-pref-contents {
    padding: 20px 0;
  }
  .kk-form-pref-contents.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    cursor: none;
    pointer-events: none;
    padding: 0;
  }
}

.kk-form-list {
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.kk-form-list.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  cursor: none;
  pointer-events: none;
}

.kk-form-title {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #ea5e8b;
  padding-left: 16px;
  margin-bottom: 8px !important;
}

.kk-form-subtitle {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 6px;
  margin-bottom: 8px !important;
}

.kk-form-input {
  display: inline-block;
  line-height: 1;
  margin: 2px 16px 2px 0;
}

.kk-form-input-pref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kk-form-input input[type="checkbox"], .kk-form-input input[type="radio"] {
  display: none;
}

.kk-form-input input[type="checkbox"] + span, .kk-form-input input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.kk-form-input input[type="checkbox"] + span::before, .kk-form-input input[type="checkbox"] + span::after, .kk-form-input input[type="radio"] + span::before, .kk-form-input input[type="radio"] + span::after {
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.kk-form-input input[type="checkbox"] + span::before {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 2px;
  top: 1px;
  left: 0;
}

.kk-form-input input[type="checkbox"] + span::after {
  width: 10px;
  height: 5px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: #fff;
  top: 4px;
  left: 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.kk-form-input input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #33A163;
}

.kk-form-input input[type="checkbox"]:checked + span::before {
  border-color: #33A163;
  background-color: #33A163;
}

.kk-form-input input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.kk-form-input input[type="checkbox"]:disabled + span {
  color: #999;
}

.kk-form-input input[type="checkbox"]:disabled + span::before {
  border-color: #999;
}

.kk-form-input input[type="radio"] + span::before {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 1px;
  left: 0;
}

.kk-form-input input[type="radio"] + span::after {
  width: 14px;
  height: 14px;
  background-color: #33A163;
  border-radius: 50%;
  top: 1px;
  left: 0;
  opacity: 0;
}

.kk-form-input input[type="radio"]:checked + span {
  font-weight: 700;
  color: #33A163;
}

.kk-form-input input[type="radio"]:checked + span::before {
  border-color: #33A163;
}

.kk-form-input input[type="radio"]:checked + span::after {
  background-color: #33A163;
  opacity: 1;
}

.kk-form-input input[type="radio"]:disabled + span {
  color: #999;
}

.kk-form-input input[type="radio"]:disabled + span::before {
  border-color: #999;
}

.kk-form-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 24px 0;
}

.kk-form-submit button {
  width: 90%;
  max-width: 320px;
}

.kk-form-submit button[type="submit"] {
  font-family: 'Noto Sans JP';
  font-size: 18px;
  line-height: 1;
  border: 2px solid #DF5461;
  background-color: #DF5461;
  -webkit-box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
          box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
}

@media only screen and (max-width: 767px) {
  .kk-form-submit button[type="submit"] {
    width: 100%;
  }
}

.kk-form-submit button[type="submit"]:hover {
  color: #DF5461;
  background-color: #fff;
  border: 2px solid #DF5461;
  -webkit-box-shadow: 0 1px 4px rgba(223, 84, 97, 0.6);
          box-shadow: 0 1px 4px rgba(223, 84, 97, 0.6);
}

.kk-form-reset {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  right: 0;
  border: 2px solid #777 !important;
  background-color: #777 !important;
  -webkit-box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
          box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
}

@media only screen and (max-width: 767px) {
  .kk-form-reset {
    position: static;
    margin: 16px 0 0 auto;
  }
}

.kk-form-reset:hover {
  color: #777 !important;
  background-color: #fff !important;
  border: 2px solid #777;
  -webkit-box-shadow: 0 1px 4px rgba(119, 119, 119, 0.6);
          box-shadow: 0 1px 4px rgba(119, 119, 119, 0.6);
}

@media only screen and (max-width: 1023px) {
  .title-toggle {
    position: relative;
  }
  .title-toggle-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
            box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
    cursor: pointer;
  }
  .title-toggle-btn::before, .title-toggle-btn::after {
    position: absolute;
    content: '';
    background-color: #000;
  }
  .title-toggle-btn::before {
    width: 17px;
    height: 1px;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .title-toggle-btn::after {
    width: 1px;
    height: 17px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .title-toggle-btn .toggle-btn-in::before {
    position: absolute;
    content: '閉じる';
    width: 100%;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    top: calc(100% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .title-toggle.close .title-toggle-btn::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .title-toggle.close .title-toggle-btn::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .title-toggle.close .toggle-btn-in::before {
    content: '開く';
  }
  .subtitle-toggle {
    position: relative;
  }
  .subtitle-toggle-btn {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
            box-shadow: 0 3px 12px rgba(119, 119, 119, 0.6);
    cursor: pointer;
  }
  .subtitle-toggle-btn::before, .subtitle-toggle-btn::after {
    position: absolute;
    content: '';
    background-color: #000;
  }
  .subtitle-toggle-btn::before {
    width: 15px;
    height: 1px;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .subtitle-toggle-btn::after {
    width: 1px;
    height: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .subtitle-toggle-btn .toggle-btn-in::before {
    position: absolute;
    content: '閉じる';
    width: 100%;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    top: calc(100% - 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .subtitle-toggle.close .subtitle-toggle-btn::before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .subtitle-toggle.close .subtitle-toggle-btn::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .subtitle-toggle.close .toggle-btn-in::before {
    content: '開く';
  }
}

/* ======================
_search
====================== */
/* ======================
_archive
====================== */
.kk-list-pc-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 1023px) {
  .kk-list-pc-title {
    display: none !important;
  }
}

.kk-list-pc-title > * > * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.kk-list-pc-title > * > * > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .kk-list-pc-title .dantai-youbi_jikan {
    width: calc(100% - 210px);
  }
}

.kk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .kk-list .kk-list-item:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.kk-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item {
    border-width: 0 1px;
    border-color: #ccc;
    border-style: solid;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item {
    border: 4px solid #ccc;
    -webkit-box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-width: 1024px) {
  .kk-list-item + .kk-list-item {
    border-top: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item + .kk-list-item {
    margin-top: 30px;
  }
}

.kk-list-item p {
  margin-bottom: 0 !important;
}

.kk-list-item-dantai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-dantai {
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-dantai {
    position: relative;
    width: 100%;
    padding: 24px 12px;
  }
}

.kk-list-item-dantai .dantai-mei {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.kk-list-item-dantai .dantai-jusho {
  width: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 8px;
}

.kk-list-item-dantai .dantai-jusho a {
  text-decoration: underline;
}

.kk-list-item-dantai .dantai-jusho a::after {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url(http://test.culture-nihon-shosha.com/wp-content/themes/neve/assets/img/common/icon_external_link.svg) no-repeat 100% 100%/auto 1rem;
}

.kk-list-item-dantai .dantai-jusho a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.kk-list-item-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test {
    width: 40%;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-test {
    width: 100%;
  }
}

.kk-list-item-test > * {
  padding: 12px;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100%;
  }
}

.kk-list-item-test .dantai-shikenbi {
  width: 25%;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test .dantai-shikenbi {
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-test .dantai-shikenbi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 12px;
  }
}

.kk-list-item-test .dantai-shikenbi-nittei {
  display: inline-block;
  color: #000;
  line-height: 1;
  border: 1px solid #000;
  padding: 6px 12px 4px;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test .dantai-shikenbi-nittei {
    margin-bottom: 4px;
  }
}

.kk-list-item-test .dantai-shikenbi-hizuke {
  display: inline-block;
}

.kk-list-item-test .dantai-uketuke {
  width: 25%;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test .dantai-uketuke {
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-test .dantai-uketuke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 12px;
  }
}

.kk-list-item-test .dantai-day_week {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 2px;
  margin-left: 4px;
}

.kk-list-item-test .dantai-day_week::before {
  position: absolute;
  content: "(";
  left: -2px;
  top: 0;
}

.kk-list-item-test .dantai-day_week::after {
  position: absolute;
  content: ")";
  right: -2px;
  top: 0;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu {
  width: 50%;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-test .dantai-kanoshubetsu_kyu {
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-test .dantai-kanoshubetsu_kyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 12px;
  }
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .shubetsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .shubetsu span {
  font-size: 14px;
  color: #999;
  line-height: 1;
  border: 1px solid #999;
  padding: 6px 4px 4px;
  margin: 2px;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .shubetsu span[data-shubetsu="硬筆"], .kk-list-item-test .dantai-kanoshubetsu_kyu .shubetsu span[data-shubetsu="毛筆"] {
  color: #000;
  border-color: #000;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-test .dantai-kanoshubetsu_kyu .kyu {
    margin-top: 6px;
  }
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span {
  display: block;
  font-size: 13px;
  color: #bbb;
  line-height: 1;
  line-height: 1;
  border: 1px solid #bbb;
  padding: 2px;
  margin: 2px;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="1級"] {
  color: #fff;
  background-color: #5E1E1E;
  border-color: #5E1E1E;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="準1級"] {
  color: #fff;
  background-color: #9C5F5F;
  border-color: #9C5F5F;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="2級"] {
  color: #fff;
  background-color: #61549C;
  border-color: #61549C;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="準2級"] {
  color: #fff;
  background-color: #8787B8;
  border-color: #8787B8;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="3級"] {
  color: #fff;
  background-color: #33A163;
  border-color: #33A163;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="4級"] {
  color: #fff;
  background-color: #1E9EDA;
  border-color: #1E9EDA;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="5級"] {
  color: #fff;
  background-color: #DF5461;
  border-color: #DF5461;
}

.kk-list-item-test .dantai-kanoshubetsu_kyu .kyu span[data-kyu="6級"] {
  color: #fff;
  background-color: #F29426;
  border-color: #F29426;
}

.kk-list-item-toiawase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 35%;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase {
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase {
    width: 100%;
    padding: 0 12px;
  }
}

.kk-list-item-toiawase .dantai-youbi_jikan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase .dantai-youbi_jikan {
    padding: 12px;
  }
}

.kk-list-item-toiawase .dantai-youbi_jikan .youbi span {
  font-size: 12px;
  color: #aaa;
  border: 1px solid #ccc;
  letter-spacing: 0;
  padding: 2px;
}

.kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="月"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="火"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="水"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="木"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="金"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="土"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="日"], .kk-list-item-toiawase .dantai-youbi_jikan .youbi span[data-youbi="祝日"] {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.kk-list-item-toiawase .dantai-youbi_jikan .jikan {
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-youbi_jikan .jikan {
    display: block;
    width: 100%;
    line-height: 1.2;
    margin-top: 6px;
  }
}

.kk-list-item-toiawase .dantai-houhou {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 210px;
  padding: 16px;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase .dantai-houhou {
    height: 100%;
    border-left: 1px solid #ccc;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px;
    margin: 12px 0;
    background-color: #eee;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn {
    width: 30%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn .pc {
    display: none !important;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn > a,
.kk-list-item-toiawase .dantai-houhou .dantai-btn > .no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  border-radius: 4px;
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn > a,
  .kk-list-item-toiawase .dantai-houhou .dantai-btn > .no-link {
    width: 100%;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn > a img,
.kk-list-item-toiawase .dantai-houhou .dantai-btn > .no-link img {
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn > a img,
  .kk-list-item-toiawase .dantai-houhou .dantai-btn > .no-link img {
    max-width: 20px;
    max-height: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn.tel {
    width: 100%;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn span.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 12px;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn span.tel .tel-num {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 5px 0 0 10px;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn span.tel.no-link {
  color: #aaa;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn .no-link {
  background-color: #cecece;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn a:hover {
  opacity: 0.8;
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn a.tel {
  background-color: #33A163;
  -webkit-box-shadow: 0 3px 12px rgba(51, 161, 99, 0.6);
          box-shadow: 0 3px 12px rgba(51, 161, 99, 0.6);
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn a.tel + .kk-list-tip {
    color: #33A163;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn a.mail {
  background-color: #DF5461;
  -webkit-box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
          box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn a.mail + .kk-list-tip {
    color: #DF5461;
  }
}

.kk-list-item-toiawase .dantai-houhou .dantai-btn a.website {
  background-color: #1E9EDA;
  -webkit-box-shadow: 0 3px 12px rgba(30, 158, 218, 0.6);
          box-shadow: 0 3px 12px rgba(30, 158, 218, 0.6);
}

@media only screen and (max-width: 1023px) {
  .kk-list-item-toiawase .dantai-houhou .dantai-btn a.website + .kk-list-tip {
    color: #1E9EDA;
  }
}

.kk-list-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 0 0 12px;
}

.kk-list-col::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .kk-list-tip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    color: #fff;
    background-color: #000;
    line-height: 1;
    padding: 2px 10px;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .kk-list-tip::after {
    position: absolute;
    display: block;
    content: '';
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-tip {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: 6px;
  }
}

@media only screen and (min-width: 1024px) {
  .kk-list-tab_sp-title {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-tab_sp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 82px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 12px 8px;
    background-color: #eee;
  }
}

@media only screen and (min-width: 1024px) {
  .kk-list-tab_sp-text {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-list-tab_sp-text {
    font-size: 12px;
    line-height: 1.2;
  }
}

.kk-list-noresults {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kk-list-noresults-text {
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
}

@media only screen and (min-width: 1024px) {
  .kk-list-item-toiawase .dantai-sp-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 210px);
    height: 100%;
  }
  .dantai-btn:hover a + .kk-list-tip {
    display: block;
  }
  .dantai-houhou-tab_sp-title {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .dantai-sp-detail {
    width: calc(100% - 85px);
    text-align: left;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 12px;
  }
  .kk-list-item-test .kk-list-tab_sp-title {
    height: 100%;
  }
  .kk-list-item-test .dantai-sp-detail {
    height: 100%;
  }
  .kk-list-item-toiawase .kk-list-tab_sp-title,
  .kk-list-item-toiawase .dantai-sp-detail {
    border-bottom-width: 1px;
  }
  .dantai-houhou-tab_sp-title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}

/* ======================
_archive
====================== */
/* ======================
_archive
====================== */
.text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fff001));
  background: linear-gradient(transparent 40%, #fff001 0%);
}

.text-center {
  text-align: center;
}

.text-red {
  color: #f00;
}

.form-item + .wpcf7cf_group {
  border-top: 1px solid #ccc;
}

.wpcf7cf_group + .form-item {
  border-top: 1px solid #ccc;
}

.kokaikaijo-contents {
  letter-spacing: 0.08em;
}

.kokaikaijo-contents h2, .kokaikaijo-contents h3, .kokaikaijo-contents h4 {
  font-weight: 700;
  line-height: 1.4;
}

.kokaikaijo-contents h2 {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .kokaikaijo-contents h2 {
    font-size: 37.4px;
    margin: 50px 0 16px;
    border-bottom: 4px solid #1d1d1d;
    padding: 0 0 6px;
  }
}

@media only screen and (max-width: 1023px) {
  .kokaikaijo-contents h2 {
    font-size: 22.4px;
    margin: 42px 0 12px;
    border-bottom: 3px solid #1d1d1d;
    padding: 0 0 6px;
  }
}

.kokaikaijo-contents h2::before {
  position: absolute;
  content: '';
  background-color: #45C3BE;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .kokaikaijo-contents h2::before {
    width: 80px;
    height: 4px;
    bottom: -4px;
  }
}

@media only screen and (max-width: 1023px) {
  .kokaikaijo-contents h2::before {
    width: 50px;
    height: 3px;
    bottom: -3px;
  }
}

.kokaikaijo-contents h3 {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .kokaikaijo-contents h3 {
    font-size: 28.4px;
    border-left: 4px solid #45C3BE;
    padding: 0 0 0 12px;
    margin: 50px 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .kokaikaijo-contents h3 {
    border-left: 3px solid #45C3BE;
    font-size: 22.4px;
    padding: 0 0 0 8px;
    margin: 42px 0 12px;
  }
}

.kokaikaijo-contents h3::before {
  position: absolute;
  display: block;
  content: '';
  height: 50%;
  top: 0;
  background-color: #1d1d1d;
}

@media only screen and (min-width: 1024px) {
  .kokaikaijo-contents h3::before {
    width: 4px;
    left: -4px;
  }
}

@media only screen and (max-width: 1023px) {
  .kokaikaijo-contents h3::before {
    width: 3px;
    left: -3px;
  }
}

.kokaikaijo-contents h4 {
  margin: 30px 0 12px;
}

.kokaikaijo-contents table {
  margin: 0;
}

.kokaikaijo-contents table tr {
  border-bottom: 1px solid #dfdfdf;
}

.kokaikaijo-contents table th, .kokaikaijo-contents table td {
  padding: 13px;
  border-left: 1px solid #dfdfdf;
}

.kokaikaijo-contents table th {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 105%;
}

.kokaikaijo-contents table tbody tr:first-child {
  border-top: 1px solid #dfdfdf;
}

.kokaikaijo-contents table tbody tr > *:first-child {
  border-left: none;
}

.flow-kk-area {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .flow-kk-area {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .flow-kk-area {
    padding: 24px;
  }
}

.flow-kk-title {
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  background-color: #45C3BE;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 1024px) {
  .flow-kk-title {
    font-size: 32px;
    padding: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .flow-kk-title {
    font-size: 24px;
    padding: 12px;
  }
}

.flow-kk-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.flow-kk-col {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .flow-kk-col {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 1023px) {
  .flow-kk-col {
    width: 100%;
  }
  .flow-kk-col + .flow-kk-col {
    margin-top: 20px;
  }
}

.flow-kk-col::before {
  position: absolute;
  content: '';
  width: 60px;
  height: calc(100% - 20px);
  top: 10px;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.flow-kk-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .flow-kk-item {
    font-size: 20px;
    padding: 12px 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .flow-kk-item {
    font-size: 16px;
    padding: 8px 24px;
  }
}

.flow-kk-item + .flow-kk-item {
  margin-top: 16px;
}

.flow-kk-item p {
  font-size: 20px;
  margin-bottom: 0;
}

.flow-kk-item p + p {
  margin-top: 10px;
}

.flow-kk-item p.flow-kk-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #45C3BE;
}

.flow-kk-item p.bg-green-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #45C3BE;
  padding: 8px 16px;
  border-radius: 6px;
}

.flow-kk-item.border-green-item {
  border: 2px solid #45C3BE;
}

@media only screen and (min-width: 1024px) {
  .flow-kk-item.border-green-item {
    padding: 18px 32px;
  }
}

@media only screen and (max-width: 1023px) {
  .flow-kk-item.border-green-item {
    padding: 16px 24px;
  }
}

.flow-kk-item .bg-green-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #45C3BE;
  padding: 8px 16px;
  border-radius: 6px;
}

.flow-kk-item .flow-kk-small-text {
  font-size: 14px;
}

.kk-btn a {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.08em;
  background-color: #1d1d1d;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 12px rgba(29, 29, 29, 0.6);
          box-shadow: 0 3px 12px rgba(29, 29, 29, 0.6);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.kk-btn a:hover {
  opacity: 0.7;
}

.kk-btn.red a {
  background-color: #DF5461;
  -webkit-box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
          box-shadow: 0 3px 12px rgba(223, 84, 97, 0.6);
}

.kk-link-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #ddd;
}

.kk-link-btn-area .kk-btn + .kk-btn {
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .kk-link-btn-dantai {
    width: calc(880 / 1200 * 100%);
    border-right: 2px solid #ddd;
  }
}

@media only screen and (max-width: 1023px) {
  .kk-link-btn-dantai {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .kk-link-btn-dantai .kk-link-btn-detail-col {
    width: 33.33%;
  }
  .kk-link-btn-dantai .kk-link-btn-detail-col + .kk-link-btn-detail-col {
    position: relative;
  }
  .kk-link-btn-dantai .kk-link-btn-detail-col + .kk-link-btn-detail-col::before {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: calc(100% - 32px);
    top: 50%;
    left: -1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 767px) {
  .kk-link-btn-dantai .kk-link-btn-detail-col {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .kk-link-btn-kojin {
    width: calc(320 / 1200 * 100%);
  }
}

@media only screen and (max-width: 1023px) {
  .kk-link-btn-kojin {
    width: 100%;
  }
}

.kk-link-btn-title {
  width: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #1d1d1d;
  padding: 16px;
  margin: 0 !important;
}

.kk-link-btn-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kk-link-btn-detail-col {
  padding: 20px 16px;
}

/* ======================
_archive
====================== */
