@charset "UTF-8";
/* =============================================
 Base / Reset
============================================= */
* {
  box-sizing: border-box;
}

body {
  letter-spacing: 1px;
  font-family: Meiryo, "MS PGothic", sans-serif;
  max-width: 100%;
  min-width: inherit;
}

a {
  display: inline-block;
}

a:link, a:visited {
  color: unset;
}

p {
  margin: 0;
}

a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}

a:hover .arrow::after {
  transform: translateX(5px);
}

a:hover.arrow::after {
  transform: translateX(5px);
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

img, article iframe {
  max-width: 100%;
}

section {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Meiryo, "MS PGothic", sans-serif;
  letter-spacing: 2px;
}

/* =============================================
 Utility
============================================= */
.mg-left {
  text-indent: -10px;
}

.mb20 {
  margin-bottom: 20px;
}

.clearfix {
  clear: both;
}

.size-full {
  width: 100%;
  height: auto;
}

.is-hidden {
  display: none !important;
}

/* =============================================
 Layout
============================================= */
.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.container .post-container {
  width: 740px !important;
  margin: 0;
  padding: 62px 40px 80px 0;
}

.row {
  display: flex;
  flex-direction: row;
}

.row::after {
  content: none;
}

.row img {
  flex-shrink: 0;
}

.page-container {
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}

/* =============================================
 Type Parts      ※typeとの共通パーツの汚染対策
============================================= */
.breadcrumbs {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  line-height: initial;
}

.breadcrumbs .breadcrumbs-inner {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 2px;
}

.breadcrumbs ol {
  letter-spacing: 0;
}

.breadcrumbs ol li {
  font-size: 12px;
}

.breadcrumbs a {
  color: #06c;
}

.breadcrumbs a:hover {
  color: #e94e30;
  text-decoration: underline;
}

.primary-nav > ul {
  font-size: 10px;
  letter-spacing: 0;
  line-height: initial;
}

.primary-nav > ul > li {
  font-size: 10px;
  letter-spacing: 0;
  line-height: initial;
}

.primary-nav > ul > li > a {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0;
}

.page-footer {
  line-height: 1.5;
  letter-spacing: 0 !important;
  font-size: 0 !important;
}

.page-footer .footer-nav > dl > dt {
  font-size: 13px !important;
}

.page-footer .footer-nav .footer-nav-list > li {
  font-size: 12px;
}

.page-footer .page-description-inner p, .page-footer .page-description-inner a {
  font-size: 12px;
}

.page-footer .copyright small {
  font-size: 10px !important;
}

.page-footer .footer-bottom .site-nav > ul > li > a {
  font-size: 10px;
}

.page-footer .return-top a {
  font-size: 12px;
}

.page-footer .return-top strong a br {
  display: none;
}

.page-footer .global-nav {
  font-size: 10px;
  line-height: 15px;
}

.page-footer .global-nav .global-nav-role {
  box-sizing: content-box;
}

.page-footer .global-nav span {
  letter-spacing: 0 !important;
}

.page-footer .footer-top-inner {
  line-height: 15px;
}

.page-footer .footer-top-inner p.return-top {
  font-size: 12px !important;
}

.page-footer .footer-top-inner p.return-top strong {
  font-size: 18px !important;
}

.page-footer .seals {
  font-size: 13px !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 527px;
  height: 106px;
  margin-top: -100px;
  margin-left: -263.5px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.header .personal a:hover {
  text-decoration: none;
  opacity: 1;
}

/* =============================================
 Common Parts
============================================= */
.inav {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #171179;
}

.inav nav {
  display: flex;
  width: 980px;
  margin: auto;
}

.inav nav a {
  width: 33.3333333%;
  border-left: 1px solid #171178;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #171178;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 10.5px 38px 10.5px 15px;
}

.inav nav a:last-child {
  border-right: 1px solid #171178;
}

.inav nav a::after {
  content: url(../common/img/parts/arrow-down.png);
  transition: all 200ms ease;
  margin: 0 0 6px 7px;
  position: absolute;
}

.inav nav a:hover::after {
  transform: translateY(5px);
}

.sidebar {
  width: 240px;
  padding: 50px 0;
}

.sidebar__head {
  font-size: 18px;
  font-weight: 700;
  color: #181b76;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}

.sidebar__head::before, .sidebar__head::after {
  content: "";
  width: 25px;
  height: 4px;
  display: inline-block;
  margin: 5px 2px;
  background-color: #171178;
}

.sidebar__head::before {
  left: -15px;
}

.sidebar__head::after {
  right: -15px;
}

.sidebar .wrap {
  margin-bottom: 35px;
}

.sidebar .wrap:last-child {
  margin-bottom: 50px;
}

.sidebar__content-head {
  padding: 10px;
  font-size: 18px;
  color: #fff;
  background-color: #171179;
  position: relative;
}

.sidebar__content-head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 67px;
  top: -17px;
  right: 0;
}

.sidebar__content-head.part1::after {
  background: url(https://knowhow.typemag.jp/common/img/layout/side-junbi.png) no-repeat top right;
}

.sidebar__content-head.part2::after {
  background: url(https://knowhow.typemag.jp/common/img/layout/side-technique.png) no-repeat top right;
  top: -10px;
  height: 60px;
}

.sidebar__content-head.part3::after {
  background: url(https://knowhow.typemag.jp/common/img/layout/side-skill-up.png) no-repeat top right;
}

.sidebar .content-links.sidebar {
  padding: 0;
}

.sidebar .content-links.sidebar .content-link {
  margin-bottom: 2px;
  padding: 12px 30px 12px 15px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}

.sidebar .content-links.sidebar .content-link.arrow::after {
  width: 15px;
  height: 15px;
  background-size: 100%;
  right: 10px;
}

.sidebar .banner {
  margin-bottom: 10px;
}

.other {
  padding: 40px 0;
  width: 100% !important;
  position: relative;
  background-color: #fafafa;
}

.other .other-header {
  margin: 0 auto 40px;
  text-align: center;
}

.other .other-header a {
  border-bottom: 1px solid #a3a3c0;
  font-size: 16px;
  font-weight: bold;
  color: #181978;
}

.other .other-header a.arrow::after {
  right: -23px;
}

.other .banners {
  justify-content: center !important;
  margin-bottom: 30px;
}

.other .banners .banner {
  border: 2px solid #958f8f;
  display: block;
  margin-bottom: 10px;
}

.other .banners .banner:nth-child(odd) {
  margin-right: 6px;
}

.other .banners .banner:nth-child(even) {
  margin-left: 6px;
}

.other .rounded-rectangle-btn {
  margin: 0 auto;
}

.arrow {
  position: relative;
}

.arrow::after {
  position: absolute;
  content: "";
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/arrow-right-pc-19.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 200ms ease;
}

.arrow:hover::after {
  transform: translateX(5px);
}

.section-subheading {
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr-sub.png) repeat;
  height: 108px;
  margin-bottom: 28px;
  padding: 25px 0 9px 20px;
}

.section-subheading h3 {
  margin: 0 0 10px;
  padding-left: 10px;
  width: 100%;
  height: 24px;
  border-left: 4px solid #171178;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 28px;
}

.section-subheading p {
  font-size: 16px;
}

.content-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-links .content-link {
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr-section.png) no-repeat;
  margin-bottom: 4px;
  width: 488px;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.7;
  padding-left: 20px;
}

.content-links .content-link.has-img {
  padding-left: 0;
}

.content-links .content-link__img {
  flex-shrink: 0;
}

.content-links .content-link__text {
  padding: 0 50px 0 20px;
  width: 100%;
  font-size: inherit;
}

.content-links.small .content-link {
  padding-left: 20px;
  height: 58px;
  font-size: 15px;
  font-weight: normal;
}

.content-links.small.related {
  margin-top: 10px;
}

.content-links.small.related .content-link {
  padding: 0 55px 0 20px;
  width: 49.8%;
  height: 90px;
}

.content-links.small.related span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-links {
  display: flex;
  justify-content: space-between;
}

.post-link {
  border: 1px solid #ddd;
  width: 313px;
  font-size: 0;
}

.post-link__imgBox .tag {
  position: absolute;
  background: url(https://knowhow.typemag.jp/common/img/layout/newtag.png) no-repeat;
  width: 73px;
  height: 36px;
  top: 10px;
  left: -6px;
  font-size: 14px;
  color: #fff;
  padding: 5px 19px;
}

.post-link__text {
  padding: 14px 20px;
}

.post-link__text .date {
  margin-bottom: 10px;
  font-size: 15px;
  color: #747474;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.post-link__text .title {
  height: 92px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post-link.books {
  padding: 15px;
  display: flex;
}

.post-link.books .post-link__imgBox {
  position: relative;
  flex-shrink: 0;
  width: 95px;
  height: 150px;
}

.post-link.books .post-link__imgBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ddd;
}

.post-link.books .post-link__text {
  padding: 0 0 0 20px;
}

.post-link.books .author {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}

.post-link.books .title {
  height: 96px;
}

.post-link.large {
  width: 100%;
  padding: 20px 0;
  border: none;
  display: flex;
  position: relative;
}

.post-link.large .post-link__imgBox {
  position: relative;
}

.post-link.large .post-link__imgBox .newmark {
  position: absolute;
  background: url(https://knowhow.typemag.jp/common/img/layout/newtag.png) no-repeat;
  width: 73px;
  height: 36px;
  top: -13px;
  left: -6px;
  font-size: 14px;
  color: #fff;
  padding: 5px 19px;
}

.post-link.large .post-link__text {
  width: 55%;
  padding: 0 0 0 40px;
}

.post-link.large .post-link__text .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  text-shadow: none;
}

.post-link.large .post-link__text .underline-btn {
  margin: 0;
  position: absolute !important;
  right: 0;
  bottom: 20px;
}

.post-link.large .post-link__text .underline-btn p {
  font-size: 14px;
}

.post-links2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-links2 .post-link2 {
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #b5b5b5;
  width: 32%;
  color: #000;
  position: relative;
}

.post-links2 .post-link2__title {
  border: none;
  background: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  min-height: 62px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-links2 .post-link2__text {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1.6;
  width: 100%;
}

.post-links2 .post-link2__text span {
  font-size: 11px;
  line-height: 1.6;
}

.post-links2 .post-link2__text .date {
  color: #b5b5b5;
}

.post-links2 .post-link2__text .tag {
  margin-top: 3px;
  display: block;
  color: #b5b5b5;
  height: 35px;
}

.post-links2 .post-link2.is-hidden2 {
  display: none;
}

.post-links2::after {
  content: "";
  display: block;
  width: 32%;
}

.book-links {
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.book-links .book-link {
  display: flex;
  z-index: 1;
  padding: 20px 0;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px dotted #999;
  word-break: break-all;
}

.book-links .book-link__imgBox {
  margin-right: 40px;
  width: 118px;
  height: 232px;
  flex-shrink: 0;
  position: relative;
}

.book-links .book-link__imgBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.book-links .book-link__text .date {
  color: #f6ab00;
  font-size: 1.1rem;
  font-weight: 700;
}

.book-links .book-link__text .title {
  margin: 12px 0 8px;
  padding: 0;
  border-bottom: 0;
  background: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.book-links .book-link__text .author {
  font-size: 14px;
  margin-bottom: 10px;
}

.book-links .book-link__text .excerpt {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 15px 10px;
  background: #f2f2f2;
}

.post-list-link {
  margin: 40px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.post-list-link::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ccc;
  position: absolute;
  bottom: -20px;
}

.post-list-link:last-of-type::before {
  content: none;
}

.post-list-link:first-of-type {
  margin-top: 50px;
}

.post-list-link__img {
  margin-right: 20px;
}

.post-list-link__text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.post-list-link__text .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
  line-height: 1.4;
  letter-spacing: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-list-link__text .text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 2px;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.question-link {
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 30px 10px;
  min-height: 25px;
}

.question-link a {
  color: #000 !important;
  border-bottom: 1px solid #000;
  position: relative;
}

.question-link a::before {
  content: url("../common/img/parts/question-icon.png");
  position: absolute;
  left: -33px;
  top: 2px;
}

.accordion-list {
  margin: 50px 0;
}

.accordion-list .accordion {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 20px 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #ddd;
  height: 70px;
  font-weight: 700;
}

.accordion-list .accordion:first-child {
  border-top: 1px solid #ddd;
}

.accordion-list .accordion::after {
  content: "";
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/arrow-down.png) no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  transition: transform 0.4s ease;
  margin-right: 20px;
}

.accordion-list .accordion:hover {
  background-color: #f5f5f5;
}

.accordion-list .accordion.active {
  background-color: #f5f5f5;
}

.accordion-list .accordion.active::after {
  content: "";
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/arrow-down.png) no-repeat;
  transform: rotate(180deg);
  transform-origin: center center 0;
}

.accordion-list .panel {
  background-color: white;
  overflow: hidden;
}

.accordion-list .panel li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  border-bottom: 0.5px solid #ccc;
}

.accordion-list .panel li .title {
  color: #181977;
  width: 100%;
  margin: 0;
  padding: 18px;
  display: flex;
  align-items: center;
}

.accordion-list .panel li .title a {
  color: #06c;
  font-size: 16px;
  margin-left: 5px;
}

.accordion-list .panel li .title a:hover {
  text-decoration: underline;
  color: #e94e30;
}

.accordion-list .panel li .white-btn {
  font-size: 14px;
  padding: 7px 40px 7px 30px;
  flex-shrink: 0;
}

.accordion-list .panel.open {
  display: block;
}

.accordion-list .panel.sample_panel {
  padding: 24px 20px 20px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: #0006ff;
  padding: 6px 11px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #0006ff;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #0006ff;
  color: white;
  border: 1px solid #0006ff;
  margin-right: 4px;
}

.pagination a.active::after {
  margin-right: 0;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.newmark {
  background: #e84e30;
  color: #fff;
  padding: 0 9px;
  font-size: 14px;
  margin-right: 5px;
}

.section-heading {
  position: relative;
}

.section-heading__title {
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-position: left;
  background-color: #181878;
  height: 80px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 28px;
  padding: 10px 0 0 100px;
  font-size: 28px;
}

.section-heading__title::after {
  background-image: url(https://knowhow.typemag.jp/common/img/layout/junbi_pc.png);
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  content: "";
  width: 215px;
  height: 215px;
  position: absolute;
  top: -25px;
  right: 15px;
}

.section-heading__title span {
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2.5px;
}

.section-heading__title.part1 {
  background-image: url("https://type.jp/tensyoku-knowhow/common/img/parts/section_title_1_pc.png");
}

.section-heading__title.part1::after {
  background-image: url(https://knowhow.typemag.jp/common/img/layout/junbi_pc.png);
}

.section-heading__title.part2 {
  background-image: url("https://type.jp/tensyoku-knowhow/common/img/parts/section_title_2_pc.png");
}

.section-heading__title.part2::after {
  background-image: url(https://knowhow.typemag.jp/common/img/layout/technique.png);
}

.section-heading__title.part3 {
  background-image: url("https://type.jp/tensyoku-knowhow/common/img/parts/section_title_3_pc.png");
}

.section-heading__title.part3::after {
  background-image: url(https://knowhow.typemag.jp/common/img/layout/skill-up.png);
}

.section-heading__text {
  margin-bottom: 28px;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}

.post-head {
  border-bottom: 5px solid #181978;
  border-top: 5px solid #181978;
  background: url(../common/img/layout/bgr_banner2.png) repeat;
  margin-bottom: 45px;
  padding: 32px 30px 29px;
  height: auto;
  font-size: 40px;
  font-weight: bold;
  color: #181b76;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
}

.post-head.has-balloon-tail::after {
  background: url(../common/img/parts/bottom_banner2.png) no-repeat;
  background-size: contain;
}

.post-head .category-name {
  z-index: 99;
  position: absolute;
  width: 185px;
  text-align: center;
  letter-spacing: 2px;
  top: -31px;
  right: 0;
  left: 0;
  margin: auto;
}

.post-head .category-name::after {
  border-radius: 30px;
  background-size: 24px;
  box-shadow: 0 0 0 3px #fff;
  padding: 7px 25px 7px 60px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

.post-head .category-name.ready::after {
  background: #181978 url(https://type.jp/tensyoku-knowhow/common/img/parts/icon-get-ready.png) no-repeat 30px 8px;
  background-size: 24px;
  content: "Get Ready";
}

.post-head .category-name.technique::after {
  background: #181978 url(https://type.jp/tensyoku-knowhow/common/img/parts/icon-technique.png) no-repeat 31px;
  content: "Technique";
}

.post-head .category-name.skill-up::after {
  background: #181978 url(https://type.jp/tensyoku-knowhow/common/img/parts/icon-skill-up.png) no-repeat 31px;
  content: "Skill Up!";
}

.post-head .shoulder {
  text-align: center;
  color: #000;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
}

.btn.right {
  text-align: right;
}

.btn.left {
  text-align: left;
}

.racetrack-btn {
  margin: 30px auto 83px;
}

.racetrack-btn a {
  padding: 8px 15px 6px;
  color: #181978;
  font-size: 16px;
  font-weight: 700;
  border-radius: 23px;
  letter-spacing: 2px;
  box-shadow: 3px 3px #ffe603;
  border: 1px solid #171178;
}

.racetrack-btn .arrow {
  padding-right: 40px;
  position: relative;
}

.racetrack-btn .arrow::after {
  right: 15px;
}

.underline-btn {
  margin: 30px auto 83px;
}

.underline-btn a, .underline-btn p {
  font-size: 16px;
  font-weight: 700;
  color: #181a77 !important;
  padding-right: 5px;
  border-bottom: 1px solid;
  text-shadow: 0 0.3px #181978;
  letter-spacing: 2px;
}

.underline-btn a.arrow, .underline-btn p.arrow {
  margin-right: 22px;
}

.underline-btn a.arrow::after, .underline-btn p.arrow::after {
  right: -22px;
}

.rounded-rectangle-btn {
  margin: 45px auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
}

.rounded-rectangle-btn a {
  font-size: 14px;
  color: #181a77 !important;
  border: 1px solid;
  padding: 8.5px 30px;
  border-radius: 3px;
}

.rounded-rectangle-btn a:hover {
  color: inherit !important;
  text-decoration: underline;
}

.rounded-rectangle-btn a:nth-of-type(2) {
  margin-left: 10px;
}

.rounded-rectangle-btn.soft a {
  width: 300px;
  padding: 10px 20px;
  letter-spacing: 0;
  border-radius: 10px;
  font-size: 16px;
}

.white-btn {
  border: 1px solid #181977;
  background: white;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  color: #181977 !important;
  font-size: 14px;
  position: relative;
}

.white-btn.download::after {
  content: "";
  background: url(../common/img/parts/icon-download.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto 3px;
  position: absolute;
}

.blue-btn {
  margin: 0 auto;
  padding: 10px 50px;
  background: #181878;
  border-radius: 7px;
  display: table;
  font-size: 16px;
  color: white !important;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}

.blue-btn.edit {
  padding: 10px 70px 10px 60px;
}

.blue-btn.edit::after {
  content: "";
  background: url(../common/img/parts/icon-edit.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto 3px;
  position: absolute;
}

.blue-btn.download {
  background: #fff;
}

.dotted-box {
  border: 2px dotted #ddd;
  margin: 30px 0;
  padding: 10px 15px;
}

.dotted-box .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.dotted-box .text {
  font-size: 14px;
}

.entry-box {
  z-index: 0;
  background-color: #f5f5f5;
  margin: 30px 0;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.entry-box .text {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.entry-box .text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: -4px;
  bottom: 3px;
  background-color: #ffe603;
  z-index: -1;
}

.entry-box::before, .entry-box::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
}

.entry-box::before {
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/bgr-apply1.png) no-repeat;
  top: 0;
  left: 0;
}

.entry-box::after {
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/bgr-apply2.png) no-repeat;
  bottom: 0;
  right: 0;
}

.entry-box a {
  margin: 0 auto 30px;
  padding: 0 50px;
  font-size: 16px;
}

.entry-box .blue-btn {
  max-width: 600px;
}

.entry-box .white-btn {
  padding: 10px 70px 10px 60px;
}

.next-post {
  text-align: right;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 60px 0 30px;
  min-height: 25px;
}

.next-post a {
  color: #181a77 !important;
  letter-spacing: 2px;
  border-bottom: 1px solid #3b5898;
  transition: all 200ms ease;
  margin-right: 25px;
  position: relative;
}

.next-post a::after {
  position: absolute;
  content: "";
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/arrow-right-pc-19.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  transition: all 200ms ease;
}

.next-post a:hover::after {
  transform: translateX(5px);
}

.next-post a:hover {
  opacity: 0.6;
}

.sort-tag-list {
  margin-bottom: 50px;
}

.sort-tag-list__title {
  margin: 40px auto 30px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  background: none !important;
  border: none !important;
  color: black !important;
  text-align: center !important;
}

.sort-tag-list__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.sort-tag-list__links .item {
  margin: 0 5px 15px;
  padding: 5px 0 3px;
  color: black;
  background: #ddd;
  border-radius: 5px;
  width: 18%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.sort-tag-list__links .item:hover {
  color: inherit;
}

.sort-tag-list__links input {
  display: none;
}

.sort-tag-list__links input[type="checkbox"]:checked + .item {
  background: #171179;
  color: white;
}

/* =============================================
 Shortcodes
============================================= */
/* ショートコード 記事画像 */
.article-image {
  margin: 20px 0;
  max-width: 100%;
  display: table;
}

.article-image img {
  max-width: 100%;
}

.article-image__caption {
  display: table-caption;
  caption-side: bottom;
  text-align: left;
  clear: both;
  padding: 10px 0;
}

.article-image__caption__heading {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}

.article-image__caption__body {
  font-size: 11px;
}

.article-image__caption__heading, .article-image__caption__body {
  line-height: 1.2;
}

.article-image__caption--bg-gray {
  background: #eee;
  padding: 10px;
}

.article-image__caption--heading-none {
  padding-top: 8px;
  padding-bottom: 8px;
}

.article-image--left {
  float: left;
  margin-right: 2em;
}

.article-image--right {
  float: right;
  margin-left: 2em;
}

.article-image--center {
  text-align: center;
  margin: 20px auto;
}


[id="toc_container"] {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px 30px;
}

[id="toc_container"] .toc_title {
  margin-bottom: 8px 0 11px;
  font-size: 18px;
  font-weight: 700;
}

[id="toc_container"] li {
  margin-bottom: 10px;
  font-size: 0;
}

[id="toc_container"] a {
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/tit.png) no-repeat 0 8px;
  background-size: 5px;
  padding-left: 15px;
  display: inline-block;
  font-size: 16px;
  color: #000 !important;
}

[id="toc_container"] a:hover {
  opacity: 0.6;
}

.profile-box {
  background-size: contain;
  border: 2px dotted #ddd;
  margin: 20px 0;
  padding: 20px;
  display: flex;
}

.profile-box__img {
  margin-right: 35px;
}

.profile-box span {
  display: block;
}

.profile-box .name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  text-shadow: 0 0.1px #000;
}

.profile-box .shoulder {
  color: #b5b5b5;
  font-size: 14px;
}

.profile-box .text {
  margin-top: 10px;
}

.speech p {
  position: relative;
  min-height: 93px;
  border: 2px solid #dedede;
  border-radius: 8px;
  width: calc(100% - 138px);
  padding: 10px 20px;
  float: left;
  background-color: #f2f2f2;
}

.speech p::before, .speech p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 25px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.speech p::before {
  right: -20px;
  border-left: 20px solid #dedede;
}

.speech p::after {
  right: -17px;
  border-left: 20px solid #f2f2f2;
}

.speech img {
  float: right;
}

.speech.boss p {
  float: right;
  background-color: white;
}

.speech.boss p::before {
  left: -22px;
  border-right: 20px solid #dedede;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.speech.boss p::before, .speech.boss p::after {
  border-left: none;
}

.speech.boss p::after {
  left: -19px;
  border-right: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.speech.boss img {
  float: left;
}

.three-images {
  display: flex;
  margin: 15px 0;
}

.three-images li {
  width: 165px;
  margin-right: 50px;
}

.three-images li:last-child {
  margin-right: 0;
}

.three-images li p {
  margin-top: 10px;
  font-size: 12px;
}

.text-frame {
  padding: 0 20px;
  margin-bottom: 35px;
}

.text-frame p {
  width: 100%;
  border: 1px solid #181879;
  border-radius: 3px;
  padding: 17px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.faq {
  border-radius: 3px;
  border: 1px solid #181978;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  margin: 30px 0;
}

.faq span {
  float: left;
}

.faq .question {
  border-radius: 3px 3px 0 0;
  padding: 10px;
}

.faq .question p, .faq .question span {
  color: white;
}

.faq .answer {
  background-color: #f5f5f5;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}

/* 青/角丸テキストリンク */
.blue_round_button {
  min-width: 345px;
  font-weight: bold;
  color: #fff !important;
  margin: 0 0 20px !important;
  padding: 10px 65px 10px 40px;
  display: inline-block;
  position: relative;
  background-color: #171179;
  border-radius: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 200ms ease;
}

.blue_round_button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  right: 35px;
  top: 14px;
  font-size: 20px;
  z-index: 10;
}

/* 囲みテキスト(書類のポイント用途) */
.resume_pointbox {
  width: 100%;
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
}

.resume_pointbox p:last-child {
  margin-bottom: 0;
}

.resume_pointbox .title {
  font-weight: bold;
  position: absolute;
  font-size: 18px;
  left: 10px;
  top: -18px;
  padding: 0 9px;
  background: white;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  color: inherit;
}

.resume_pointbox .title::before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.resume_pointbox.write {
  color: #638c0b;
  border: 3px solid #638c0b;
}

.resume_pointbox.write .title::before {
  background-image: url(../common/img/layout/write.png);
}

.resume_pointbox.write_off {
  color: #da5353;
  border: 3px solid #da5353;
}

.resume_pointbox.write_off .title::before {
  background-image: url(../common/img/layout/write_off.png);
}

.resume_pointbox.talks {
  color: #004986;
  border: 3px solid #004986;
}

.resume_pointbox.talks .title::before {
  background-image: url(../common/img/layout/talks.png);
}

/* 囲みテキスト(Before＆After) */
.before_after {
  margin: 50px 20px 45px 30px;
  padding: 40px;
  position: relative;
}

.before_after.before {
  border: 2px solid #da5353;
}

.before_after.after {
  border: 2px solid #004986;
}

.before_after img {
  width: 75px;
  height: auto;
  position: absolute;
  top: -35px;
  left: -35px;
}

.before_after p:last-child {
  margin-bottom: 0;
}

.file-download-box {
  text-align: center;
}

.file-download-box .white-btn {
  margin: 20px auto;
  padding: 10px 28px 10px 18px;
}

.pr-parts {
  margin: 25px 20px;
  letter-spacing: 0;
}

.pr-parts__example-area {
  width: 100%;
  min-height: 83px;
  border: 1px solid #181879;
  border-radius: 3px;
  padding: 17px;
  font-size: 16px;
  line-height: 1.7;
}

.pr-parts__commentary {
  font-size: 16px;
}

.pr-parts__copy-btn-area {
  padding: 0 20px 20px;
  text-align: center;
  position: relative;
}

.pr-parts__copy-btn-area .blue-btn {
  border-radius: 3px;
  padding: 6px 45px 4px 35px;
}

.pr-parts__copy-btn-area p {
  font-size: 16px;
}

.pr-parts__copy-btn-area .copy-msg {
  position: absolute;
  top: 0;
  left: calc((100% - 378px) / 2);
  background: #919191;
  padding: 10px 0;
  display: none;
  width: 378px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

.pr-parts__textarea {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  letter-spacing: 0;
}

.pr-parts__textarea textarea {
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 328px;
  padding: 17px;
  font-size: 16px;
  line-height: 1.7;
  outline: none;
}

.pr-parts__textarea .text-count {
  border-top: 1px solid #d2d2d2;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 33px;
  text-align: right;
}

.pr-parts__notes {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 20px;
}

.tweet_area {
  border: 1px solid #999ea2;
  border-radius: 10px;
  background-color: #ecf6ff;
  padding: 25px;
  margin-bottom: 50px;
}

.tweet_area .title_area {
  display: flex;
  margin-bottom: 20px;
}

.tweet_area .title_area h2 {
  color: #222;
  width: 30%;
  font-size: 16px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.tweet_area .title_area .line_block {
  width: 70%;
  border-top: 1px dashed #999ea2;
  margin: 0.5em 0 0 10px;
}

.tweet_area p {
  margin: 0;
}

.book-review {
  border-top: none;
  padding: 30px 40px 30px 55px;
  background: #fef6e5;
  margin: 20px 0;
  border-radius: 8px;
}

.book-review__imgBox {
  width: 133px;
  height: 201px;
  position: relative;
  margin-right: 30px;
  flex-shrink: 0;
}

.book-review__imgBox img {
  position: absolute;
  top: 0;
}

.book-review__info .data {
  margin: 0;
  display: flex;
}

.book-review__info .data span:first-of-type {
  width: 66px;
  flex-shrink: 0;
}

.book-review__info .data span:nth-of-type(2) {
  text-indent: -7px;
  padding-left: 7px;
}

.book-review__head {
  width: 100%;
  padding-right: 30px;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: -20px 0 15px;
  border-bottom: 2px solid #000;
  text-align: right !important;
}

.entry-image {
  position: relative;
}

.entry-image .text {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
}

.entry-image .text p {
  padding: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  vertical-align: bottom;
}

.image_float_left {
  float: left;
  margin: 4px 30px 15px 0;
}

.image_float_left img {
  width: 298px;
  height: auto;
}

.su-table td, th {
  font-size: 13px;
}

/* =============================================
 Page / Single 固有
============================================= */
.post-container h2 {
  font-size: 26px;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/icon-h2.png) no-repeat;
  padding: 15px 25px;
  background-position: left;
  vertical-align: middle;
  line-height: 1.2;
  color: #181977;
  border-bottom: 2px solid;
  margin: 62px 0 35px;
  width: 100%;
  clear: both;
}

.post-container h3 {
  font-size: 18px;
  color: #000;
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr-section.png) repeat;
  border-left: 4px solid #181977;
  padding: 12px;
  margin: 42px 0 30px;
  width: 100%;
}

.post-container h4 {
  font-size: 18px;
  border-left: 4px solid #06c;
  padding-left: 12px;
  margin: 20px 0;
  width: 100%;
  font-weight: normal;
}

.post-container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #000;
  text-align: justify;
  margin-bottom: 14px;
}

.post-container p img {
  display: block;
  margin: 0 auto;
}

.post-container > p {
  margin-bottom: 14px;
}

.post-container b {
  font-size: 14px;
  color: black;
  font-weight: 700;
}

.post-container a {
  color: #06c;
}

.post-container a:hover {
  color: #e94e30;
}

.post-container .section {
  padding: 20px 0 !important;
}

.post-container .font-bad {
  color: #da5353;
  font-weight: 700;
}

.post-container .font-good {
  color: #004986;
  font-weight: 700;
}

.post-container .left-img {
  float: left;
}

.post-container .right-img {
  float: right;
}

.post-container .point-list li {
  margin-bottom: 4px;
  padding-left: 22px;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/detail_check_icon01.png) left no-repeat;
  font-size: 16px;
}

.post-container .point-list li .pull-none {
  float: none !important;
}

.post-container .interview-des {
  text-align: center;
}

.post-container .section-interview-manual {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.post-container .section-interview-manual p {
  margin: 0;
}

.post-container .b_navy {
  color: #181977;
  font-weight: bold;
  font-size: 16px;
}

.samplemail-area {
  border: 1px solid #dedede;
  width: 90%;
  margin: 15px 5%;
}

.samplemail-area .samplemail {
  padding: 15px;
  font-size: 14px;
}

/* ---------------------
 SNS埋め込み
---------------------- */
.fb_bigbox {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 20px 0 30px 0;
  width: 100%;
}

.fb_bigbox .fbbox_l {
  width: 37.3%;
  height: auto;
  padding: 0;
  float: left;
}

.fb_bigbox .fbbox_l img {
  width: 100%;
  height: auto;
  margin: 0;
}

.fb_bigbox .fbbox_r {
  display: flex;
  width: 62%;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.fb_bigbox .fbbox_r div {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.fb_bigbox .fbbox_r div .title {
  font-size: 16px;
  color: #181878;
  font-weight: 500;
}

.fb_bigbox .fbbox_r div .socialmediabottan {
  margin: 10px;
  height: 20px;
}

.fb_bigbox .socialmediabottan {
  display: block !important;
}

.fb_iframe_widget span {
  height: 20px;
}

mark.mark-yellow {
  font-weight: inherit;
  color: #000;
  background: linear-gradient(transparent 62%, #fee504 38%);
}

.list_style {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 -20px;
}

.list_style.ul:last-of-type {
  margin: -15px 0 60px;
}

.list_style > li {
  font-size: 14px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 12px;
  text-indent: -10px;
  padding-left: 20px;
  flex-shrink: 0;
}

.list_style > li a {
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/tit.png) no-repeat;
  background-size: 5px;
  background-position-y: center;
  padding-left: 9px;
  display: inline;
}

.sns_share_list {
  list-style: none;
  height: 28px;
  padding: 0 100px;
  margin-bottom: 20px;
  width: 100%;
}

.sns_share_list .share_list {
  margin: 14px 5px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}

.sns_share_list .share_item {
  width: 24%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 1;
}

.sns_share_list .share_item a {
  background: none no-repeat scroll 0.8rem center;
  border-radius: 5px;
  color: #fff !important;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
}

.page-navi {
  display: flex;
  text-align: center;
  margin: 50px auto 0;
}

.page-navi h2 {
  display: none !important;
}

.page-navi .post-navigation {
  text-align: center;
  float: left;
}

.page-navi .post-navigation img {
  vertical-align: middle;
  margin: 7px;
  height: auto;
  width: 20px;
}

.page-navi .screen-reader-text {
  margin: 0 auto;
}

.page-navi .screen-reader-text > span {
  display: block;
  width: 26px;
  height: 32px;
  border: 1px solid #181a77;
  background: #181a77;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  padding-top: 4px;
  color: #fff;
}

.page-navi .screen-reader-text a {
  display: block;
  width: 26px;
  height: 32px;
  color: #181a77;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.page-navi .screen-reader-text a span {
  display: block;
  width: 26px;
  height: 32px;
  color: #181a77;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  padding-top: 4px;
  border: 1px solid #181a77;
}

.page-navi .screen-reader-text a img {
  margin-top: 6px;
}

.page-navi .current {
  background: #181b76;
  color: #fff;
}

.page-home .kv {
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr-banner.jpg) repeat;
  position: relative;
}

.page-home .kv__title {
  text-align: center;
}

.page-home .kv__text {
  position: absolute;
  top: 187px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.page-home .inav {
  margin-bottom: 60px;
}

.has-balloon-tail {
  position: relative;
}

.has-balloon-tail::after {
  content: "";
  width: 38px;
  height: 25px;
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/bottom_banner.png) no-repeat;
}

.page-cattop .row {
  justify-content: space-between;
}

.page-cattop .kv {
  margin-bottom: 85px;
  padding: 40px 0;
  height: 306px;
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr_banner2.png) repeat;
  border-bottom: 3px solid #181978;
}

.page-cattop .kv::before {
  content: "";
  width: 285px;
  height: 272px;
  position: absolute;
  top: 31px;
  right: 0;
  left: 615px;
  margin: auto;
}

.page-cattop .kv.part1::before {
  background: url(https://knowhow.typemag.jp/common/img/layout/top-junbi_pc.png) no-repeat;
}

.page-cattop .kv.part2::before {
  background: url(https://knowhow.typemag.jp/common/img/layout/top-technique_pc.png) no-repeat;
}

.page-cattop .kv.part3::before {
  background: url(https://knowhow.typemag.jp/common/img/layout/top-skill-up.png) no-repeat;
}

.page-cattop .kv h1 {
  margin-bottom: 30px;
}

.page-cattop .kv h1 .shoulder {
  font-size: 20px;
  color: #181978;
  letter-spacing: 1px;
}

.page-cattop .kv h1 .num {
  float: left;
  margin-right: 9px;
}

.page-cattop .kv h1 .body {
  font-size: 56px;
  color: #fff;
  line-height: 79px;
}

.page-cattop .kv h1 .body span:not(.dot) {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-left: 2px;
  padding-top: 5px;
  background: #181878;
  vertical-align: middle;
  text-align: center;
}

.page-cattop .kv h1 .body .dot {
  color: #3b3b70;
  letter-spacing: -33px;
  display: inline-block;
  transform: translate(-15px, 3px);
}

.page-cattop .kv__text {
  line-height: 1.7;
  width: 61%;
  font-size: 16px;
  float: left;
  position: relative;
  text-align: justify;
}

.page-cattop .cattop-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}

.page-cattop .cattop-links .cattop-link {
  padding: 20px 0;
  width: 470px;
  height: 165px;
  border-bottom: 1px dotted #ccc;
  display: flex;
}

.page-cattop .cattop-links .cattop-link__img {
  flex-shrink: 0;
  border: 1px solid #ccc;
  margin-right: 22px;
}

.page-cattop .cattop-links .cattop-link__text .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0 0.1px #000;
}

.page-cattop .cattop-links .cattop-link__text .excerpt {
  color: #787878;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.page-cattop h2 {
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  border-top: 1px solid #181a77;
  border-bottom: 1px solid #181978;
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr_banner2.png) repeat;
  text-align: center;
  position: relative;
}

.page-cattop h2::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/bottom_tit.png) no-repeat;
}

.page-cattop h2 img {
  margin: 20px 0;
}

.page-cattop .wrap {
  width: 470px;
  justify-content: space-between;
}

.page-cattop .wrap .section-heading__title {
  margin: 0;
  position: relative;
  overflow: visible;
}

.page-cattop .wrap .section-heading__title::after {
  width: 120px;
  height: 121px;
  top: -41px;
  right: 5px;
  background-size: 100%;
}

.page-cattop .wrap .content-link {
  height: 62px;
  font-size: 16px;
}

.single-book-summary .postAside {
  margin-top: 30px;
  padding: 0 20px;
  background: #f9f9f9;
}

.single-book-summary .postAside__head {
  margin: 0 0 10px;
  padding: 20px 25px 15px;
  width: 100%;
  border-bottom: 2px solid;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/icon_author.png) no-repeat;
  background-position: left;
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  line-height: 1;
}

.single-book-summary .postAside__item {
  display: block;
  float: initial;
  padding: 20px 0;
}

.single-book-summary .postAside__item .name {
  font-weight: bold;
  margin-bottom: 15px;
}

.single-book-summary .postAside__item.is-pr {
  border-top: 1px dotted #999;
  display: flex;
}

.single-book-summary .postAside__item.is-pr .thumb {
  width: 150px;
  height: 150px;
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
}

.single-book-summary .postAside__item.is-pr .thumb img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.single-book-summary .postAside p {
  margin: 0;
}

.single-book-summary .recommended__title {
  padding: 4px 0 6px 27px;
  color: #000;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/icon_summary_color.png) no-repeat left center;
  background-size: 21px auto;
  border-bottom: solid 2px #f6ab00;
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.single-book-summary .recommended__list {
  display: flex;
}

.single-book-summary .recommended__item {
  width: 193px;
  margin: 10px 0 0 25px;
  font-size: 1.4rem;
  margin-right: 15px;
}

.single-book-summary .recommended__imgBox {
  margin: 0 auto 10px;
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
}

.single-book-summary .recommended__imgBox img {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  left: 0;
  margin: auto;
}

.single-book-summary .recommended__text .title {
  height: 3.4em;
  margin: 10px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-book-summary .recommended__text .info {
  margin: 0;
  font-size: 1.2rem;
  overflow: hidden;
  line-height: 1.5;
}

.single-book-summary .recommended__text .info.excerpt {
  font-size: 13px;
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-vote h1, .single-vote h1 {
  margin-bottom: 30px;
}

.page-vote .lead, .single-vote .lead {
  padding-bottom: 20px;
}

.page-vote > p, .single-vote > p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 14px;
}

.page-vote .accept_vote, .single-vote .accept_vote {
  width: 635px;
  margin: 5px auto 30px auto;
}

.page-vote .accept_vote p, .single-vote .accept_vote p {
  color: #d30100;
  font-weight: bold;
  margin-bottom: 0;
}

.page-vote .accept_vote li, .single-vote .accept_vote li {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
}

.page-vote .accept_vote li a:hover, .single-vote .accept_vote li a:hover {
  text-decoration: none;
}

.page-vote .head, .single-vote .head {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #747474;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.page-vote .head .title, .single-vote .head .title {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 45px;
  background-color: #ffe603;
  border-radius: 10px;
}

.page-vote .head .title.accept, .single-vote .head .title.accept {
  background-color: #d30100;
  color: #fff;
}

.page-vote .head .limit, .single-vote .head .limit {
  color: #d30100;
  margin-right: 20px;
}

.page-vote .head .period, .single-vote .head .period {
  float: right;
  margin-top: 10px;
}

.page-vote ul.target, .single-vote ul.target {
  margin-bottom: 10px;
}

.page-vote ul.target li, .single-vote ul.target li {
  display: inline;
  width: 120px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
  padding: 1px 10px;
  margin-right: 15px;
}

.page-vote ul.target li.all, .single-vote ul.target li.all {
  background: #ed7d31;
}

.page-vote ul.target li.engineer, .single-vote ul.target li.engineer {
  background: #3e3fbe;
}

.page-vote ul.target li.sales, .single-vote ul.target li.sales {
  background: #df4f64;
}

.page-vote ul.target li.job_change_exp, .single-vote ul.target li.job_change_exp {
  background: #7022bf;
}

.page-vote ul.target li.job_change_noexp, .single-vote ul.target li.job_change_noexp {
  background: #0090e6;
}

.page-vote ul.target li.old_20_30, .single-vote ul.target li.old_20_30 {
  background: #31a92f;
}

.page-vote ul.target li.middle, .single-vote ul.target li.middle {
  background: #002755;
}

.page-vote h1.recent, .single-vote h1.recent {
  font-size: 24px;
  text-align: center;
}

.page-vote h2.vote-title, .single-vote h2.vote-title {
  font-size: 24px;
  background: none;
  margin: 0 0 30px 0;
  padding: 0;
  color: #000;
  border: none;
}

.page-vote img.center, .single-vote img.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 445px;
  height: 275px !important;
}

.page-vote img.center.result_img, .single-vote img.center.result_img {
  width: 355px;
  height: 220px !important;
}

.page-vote h3.recent, .single-vote h3.recent {
  text-align: center;
  margin: 5px 0;
  font-size: 24px;
  background: none;
  padding: 0;
  border: none;
}

.page-vote p.lead, .single-vote p.lead {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
}

.page-vote .mod-pagination p, .single-vote .mod-pagination p {
  margin-bottom: 0;
  font-size: 14px;
}

.page-vote .mod-pagination p.head, .single-vote .mod-pagination p.head {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
}

.page-vote .mod-pagination > ol > li, .single-vote .mod-pagination > ol > li {
  margin-top: 3px;
}

.page-vote .mod-pagination > ol > li > a, .single-vote .mod-pagination > ol > li > a {
  color: #000;
  font-size: 11px;
  border: 1px solid #000;
  background-color: #fff;
}

.page-vote .mod-pagination > ol > li > .current, .single-vote .mod-pagination > ol > li > .current {
  color: #fff;
  font-size: 11px;
  border: 1px solid #000;
  background-color: #06c;
}

.page-vote .mod-pagination > ol > li > a:hover, .single-vote .mod-pagination > ol > li > a:hover {
  color: #fff;
  font-size: 11px;
  border: 1px solid #000;
  background-color: #06c;
  opacity: 1;
}

.page-vote #hash_tags li.hash_tag, .single-vote #hash_tags li.hash_tag {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  letter-spacing: 0;
}

.page-vote #result_boxes, .single-vote #result_boxes {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-vote #result_boxes a, .single-vote #result_boxes a {
  margin-bottom: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #b5b5b5;
  width: 32%;
  color: #000;
}

.page-vote #result_boxes a:hover, .single-vote #result_boxes a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: inherit;
}

.page-vote #result_boxes a p, .single-vote #result_boxes a p {
  margin-bottom: 10px;
}

.page-vote #result_boxes a .vote_title, .single-vote #result_boxes a .vote_title {
  font-size: 14px;
  font-weight: bold;
  width: 192px;
  height: 63px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
}

.page-vote #result_boxes a .vote_span, .single-vote #result_boxes a .vote_span {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
}

.page-vote #result_boxes a .tag_area, .single-vote #result_boxes a .tag_area {
  line-height: 1;
  width: 192px;
  height: 38px;
}

.page-vote #result_boxes a .tag_area li, .single-vote #result_boxes a .tag_area li {
  font-size: 12px;
  display: inline-block;
}

.page-vote #result_boxes a h2::before, .single-vote #result_boxes a h2::before {
  content: "";
}

.page-vote #result_boxes a img, .single-vote #result_boxes a img {
  width: 192px;
  height: 138px !important;
}

.page-vote .sns_share_list, .single-vote .sns_share_list {
  margin-top: 35px;
  margin-bottom: 35px;
}

.page-vote .caution, .single-vote .caution {
  font-size: 10px;
  text-align: center;
}

.page-vote .container.has-sidebar > .wrap, .single-vote .container.has-sidebar > .wrap {
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #747474;
}

.page-vote .mod-pagination li a, .page-vote .mod-pagination li .current, .single-vote .mod-pagination li a, .single-vote .mod-pagination li .current {
  padding-bottom: 7px;
  padding-left: 2px;
}

.page-vote .wp-polls.question .wp-polls-ul, .single-vote .wp-polls.question .wp-polls-ul {
  background-image: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr_banner2.png);
  background-size: cover;
  border-radius: 20px;
  margin: 0 0 20px 0;
  padding: 15px 30px;
}

.page-vote .wp-polls.question li, .single-vote .wp-polls.question li {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.page-vote .wp-polls.question li:last-child, .single-vote .wp-polls.question li:last-child {
  margin-bottom: 0;
}

.page-vote .wp-polls.question input[type="radio" i], .single-vote .wp-polls.question input[type="radio" i] {
  min-width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
}

.page-vote .wp-polls.question label, .single-vote .wp-polls.question label {
  font-weight: bold;
  margin-left: 32px;
  font-size: 16px;
  left: 30px;
}

.page-vote .wp-polls.question p.button_area, .single-vote .wp-polls.question p.button_area {
  text-align: center;
  position: relative;
  width: 335px;
  height: 65px;
  margin: 0 auto 15px auto;
}

.page-vote .wp-polls.question p.vote.button_area::after, .single-vote .wp-polls.question p.vote.button_area::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 210px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #ffe603;
  border-bottom: 3px solid #ffe603;
  transform: rotate(-40deg);
}

.page-vote .wp-polls.question .Buttons:focus, .single-vote .wp-polls.question .Buttons:focus {
  outline: none;
}

.page-vote .wp-polls.question .Buttons.for_vote, .single-vote .wp-polls.question .Buttons.for_vote {
  width: 100%;
  line-height: 65px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #171179;
  border: none;
  border-radius: 10px;
  padding-right: 30px;
}

.page-vote .wp-polls.question .Buttons.for_vote:hover, .single-vote .wp-polls.question .Buttons.for_vote:hover {
  cursor: pointer;
  opacity: 0.8;
}

.page-vote .wp-polls.question .Buttons.after_voted, .single-vote .wp-polls.question .Buttons.after_voted {
  width: 100%;
  line-height: 65px;
  color: #b5b5b6;
  font-size: 20px;
  font-weight: bold;
  background-color: #f0f0f0;
  border: none;
  border-radius: 10px;
}

.page-vote .wp-polls .wp-polls-ans .wp-polls-ul, .single-vote .wp-polls .wp-polls-ans .wp-polls-ul {
  width: 580px;
  margin: 0;
}

.page-vote .wp-polls .wp-polls-ans li, .single-vote .wp-polls .wp-polls-ans li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  padding: 10px 0;
  border-bottom: 1px dashed #d3d3d3;
}

.page-vote .wp-polls .wp-polls-ans li:last-child, .single-vote .wp-polls .wp-polls-ans li:last-child {
  border-bottom: none;
}

.page-vote .wp-polls .wp-polls-ans li .select, .single-vote .wp-polls .wp-polls-ans li .select {
  font-size: 12px;
  width: 135px;
  font-weight: bold;
  margin: 0 15px 0 0;
}

.page-vote .wp-polls .wp-polls-ans li .pollbar, .single-vote .wp-polls .wp-polls-ans li .pollbar {
  position: relative;
  height: 20px;
  margin: 1px 0;
}

.page-vote .wp-polls .wp-polls-ans li .pollbar::before, .single-vote .wp-polls .wp-polls-ans li .pollbar::before {
  content: "";
  position: absolute;
  border-right: 1px solid #d3d3d3;
  width: 0;
  height: 30px;
  top: -5px;
}

.page-vote .wp-polls .wp-polls-ans li .vote, .single-vote .wp-polls .wp-polls-ans li .vote {
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 0 15px;
}

.page-vote .wp-polls .wp-polls-ans li:nth-child(4n-3) .pollbar, .single-vote .wp-polls .wp-polls-ans li:nth-child(4n-3) .pollbar {
  background-color: #00a7ea;
}

.page-vote .wp-polls .wp-polls-ans li:nth-child(4n-2) .pollbar, .single-vote .wp-polls .wp-polls-ans li:nth-child(4n-2) .pollbar {
  background-color: #54c3f1;
}

.page-vote .wp-polls .wp-polls-ans li:nth-child(4n-1) .pollbar, .single-vote .wp-polls .wp-polls-ans li:nth-child(4n-1) .pollbar {
  background-color: #9fd9f6;
}

.page-vote .wp-polls .wp-polls-ans li:nth-child(4n) .pollbar, .single-vote .wp-polls .wp-polls-ans li:nth-child(4n) .pollbar {
  background-color: #d3edfb;
}

.page-vote .wp-polls .bar, .single-vote .wp-polls .bar {
  width: 345px;
  height: 20px;
  margin: 1px;
  font-size: 6px;
  line-height: 8px;
}

.page-vote .about_quote, .single-vote .about_quote {
  border: 1px solid #b5b5b5;
  background-color: #efefef;
  padding: 20px 15px;
  margin-bottom: 80px;
}

.page-vote .about_quote p, .single-vote .about_quote p {
  margin-bottom: 14px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

.page-vote .about_quote p:last-child, .single-vote .about_quote p:last-child {
  margin-bottom: 0;
}

.single-vote .pie-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto 20px auto;
}

.single-vote .pie-area .select-area {
  width: 160px;
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-vote .pie-area .select-area p {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-left: 30px;
}

.single-vote .pie-area .select-area p:last-child {
  margin-bottom: 0;
}

.single-vote .pie-area .select-area p::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -25px;
}

.single-vote .pie-area .select-area p#select_1::before {
  background-color: #00afec;
}

.single-vote .pie-area .select-area p#select_2::before {
  background-color: #9fd9f6;
}

.single-vote .pie-area .select-area p#select_3::before {
  background-color: #d3edfb;
}

.single-vote #pie-chart {
  width: 255px !important;
  height: 255px !important;
}

.page-vote-list h1 {
  position: relative;
  padding: 51px 0 21px;
  font-size: 24px;
  text-align: center;
  margin: -23px auto 15px;
}

.page-vote-list h1::before {
  content: url(../common/img/vote/arch_top_PC.png);
  top: 0;
}

.page-vote-list h1::after {
  content: url(../common/img/vote/arch_bottom_PC.png);
  bottom: -12px;
}

.page-vote-list h1::before, .page-vote-list h1::after {
  position: absolute;
  left: 0;
}

.page-skill-up .content-links.small {
  margin-bottom: 80px;
}

.page-step .checklist {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.9;
  font-weight: 300;
  padding: 10px 20px;
  margin: 10px 0;
  color: black !important;
}

.page-step .checklist.red {
  border: 3px solid #da5353;
  background: #f2dcdc;
}

.page-step .checklist.green {
  border: 3px solid #638c0b;
  background: #e5eada;
}

.page-step .checklist.blue {
  border: 3px solid #004986;
  background: #e0ebf5;
}

.page-step .checklist .container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.page-step .checklist input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.page-step .checklist input:checked ~ .checkmark {
  background-color: #0f68c9;
  border-radius: 3px;
}

.page-step .checklist input:checked ~ .checkmark::after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-step .checklist input:checked ~ .checkmark::after, .page-step .checklist .sections-new .meta-title {
  display: block;
}

.page-step .checklist .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 17px;
  width: 17px;
  background: #fff;
  border: 1px solid #ccc;
}

.page-step .checklist .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.page-step .result {
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 40px 0;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.page-step .result span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.page-step .result .count, .page-step .result .black {
  margin-right: 20px;
}

.page-step .box-edit {
  margin: 30px auto;
  text-align: center;
}

.page-step .box-edit .text {
  font-size: 16px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.page-step .red {
  color: #da5353;
}

.page-step .blue {
  color: #004986;
}

.page-step .green {
  color: #638c0b;
}

.page-contents-sitemap .kv {
  background: url("../common/img/layout/bgr-banner.jpg") repeat;
}

.page-contents-sitemap .kv h1 {
  width: 100%;
  padding: 30px 0;
  font-size: 56px;
  color: #181878;
  text-align: center;
}

.page-contents-sitemap .section-heading__title {
  margin-top: 60px;
}

.page-contents-sitemap .section-heading__title::after {
  content: none !important;
}

.page-contents-sitemap h3 {
  font-size: 26px;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/icon-h2.png) no-repeat;
  padding: 15px 25px;
  background-position: left;
  vertical-align: middle;
  line-height: 1.2;
  color: #181977;
  border-bottom: 2px solid;
  margin: 62px 0 35px;
  width: 100%;
  clear: both;
}

.page-contents-sitemap h4:not(.other-header) {
  font-size: 18px;
  color: #000;
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr-section.png) repeat;
  border-left: 4px solid #181977;
  padding: 12px;
  margin: 42px 0 30px;
  width: 100%;
}

.page-contents-sitemap a {
  color: #000;
}

.page-contents-sitemap a:hover {
  opacity: 0.6;
}

.page-contents-sitemap ul {
  margin-left: 35px;
}

.page-contents-sitemap ul:last-of-type {
  margin-bottom: 70px;
}

.page-contents-sitemap ul li {
  font-size: 16px;
}

.page-career-movie .post-link, .page-career-lectureship .post-link {
  width: 222px;
}

.page-career-movie .post-link .title, .page-career-lectureship .post-link .title {
  -webkit-line-clamp: 3;
  height: 69px;
}

.page-career-movie article > img, .page-career-lectureship article > img {
  margin-bottom: 30px;
}

.page-interview .next-post {
  margin: 10px 0 20px !important;
}

.page-interview .manner-flow {
  display: flex;
  flex-wrap: wrap;
}

.page-interview .manner-flow .left-main {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-interview .manner-flow .right {
  width: 530px;
}

.page-interview .manner-flow .right h3 {
  background-image: none;
  background-color: #171179;
  border-left: 4px solid #ffe603;
  color: #fff;
}

.page-interview .interview-flow {
  width: 100%;
  height: 50px;
  background: #171179;
  display: flex;
}

.page-interview .interview-flow li {
  width: 20%;
  color: #fff;
  position: relative;
  line-height: 50px;
  text-align: center;
}

.page-interview .interview-flow li::before {
  content: url("/tensyoku-knowhow/static/common/img/parts/interview_flow_arrow.png");
  position: absolute;
  left: -10px;
}

.page-interview .interview-flow li:nth-child(1)::before {
  content: "";
}

.page-interview .interview-flow-detail {
  width: 100%;
}

.page-interview .interview-flow-detail p {
  width: 20%;
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 0 1%;
  vertical-align: top;
  border-right: 2px solid #e5e5e5;
}

.page-interview .interview-flow-detail.question p {
  border-right: none;
}

.page-interview .interview-flow-detail p:nth-child(5) {
  border: none;
}

.page-interview .interview-question-flow {
  width: 100%;
  height: 50px;
  display: flex;
  counter-reset: questionFlow;
}

.page-interview .interview-question-flow li {
  width: 20%;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #171179;
  padding-left: 30px;
  border-bottom: 1px solid #000;
  position: relative;
  line-height: 50px;
  counter-increment: questionFlow;
}

.page-interview .interview-question-flow li::before {
  content: counter(questionFlow);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 12.5px;
  text-align: center;
  font-weight: bold;
  color: #ffe603;
  background-color: #171179;
}

.page-interview .interview-balloon {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #171179;
  position: relative;
}

.page-interview .interview-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #171179;
}

.page-404 h1 {
  margin: 36px 0 40px;
  font-size: 33px;
  letter-spacing: 0;
}

.page-404 h2 {
  margin: 70px calc(50% - 50vw);
  width: 100vw;
  height: 60px;
  border-top: 1px solid #181a77;
  border-bottom: 1px solid #181978;
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr_banner2.png) repeat;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #181878;
  line-height: 62px;
  letter-spacing: 0;
}

.page-404 h2::after {
  content: "";
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/bottom_tit.png) no-repeat;
}

.page-404 h2 img {
  margin: 20px 0;
}

.page-404 main p {
  margin: 0 0 20px 20px;
  font-size: 16px;
  letter-spacing: 0;
}

.page-404 .joblink {
  font-size: 14px;
}

.page-404 .joblink a {
  color: #06c;
}

.page-404 .joblink a:hover {
  color: #e94e30;
  text-decoration: underline;
}

.page-404 .row {
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-404 .wrap {
  width: 470px;
  justify-content: space-between;
}

.page-404 .wrap .section-heading__title {
  margin: 0;
  position: relative;
  overflow: visible;
}

.page-404 .wrap .section-heading__title::after {
  width: 120px;
  height: 121px;
  top: -41px;
  right: 5px;
  background-size: 100%;
}

.page-404 .wrap .content-link {
  height: 62px;
  font-size: 16px;
}

.page-404 .rounded-rectangle-btn {
  justify-content: center;
  gap: 35px;
  font-weight: bold;
  margin-bottom: 100px;
}

.page-tanaoroshi .kiji-list {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

.page-tanaoroshi .kiji-list li {
  font-size: 16px;
}

.page-rirekisyo {
  counter-reset: rirekisyo;
}

.page-rirekisyo .rireki-num-list {
  display: flex;
  flex-wrap: wrap;
}

.page-rirekisyo .rireki-num-list > li {
  counter-increment: rirekisyo;
  width: 340px;
  padding: 10px 10px 10px 50px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #e9e9e9;
}

.page-rirekisyo .rireki-num-list > li::before {
  content: counter(rirekisyo);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  padding-left: 2px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0699fa;
  border-radius: 30px;
}

.page-rirekisyo .rireki-num-list > li:nth-child(odd) {
  margin-right: 20px;
}

.page-rirekisyo .rireki-num-list > li > a {
  display: block;
  color: #000 !important;
  font-size: 16px;
  line-height: 30px;
}

.page-rirekisyo .related-list {
  border: 1px solid #a5a5a5;
  width: 580px;
  margin: 20px 0 0 50px;
}

.page-rirekisyo .related-list h3 {
  background: url(https://type.jp/tensyoku-knowhow/common/img/layout/bgr_banner2.png) repeat;
  border: none;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  border-bottom: 2px solid #a5a5a5;
}

.page-rirekisyo .related-list ul {
  padding: 5px 0;
}

.page-rirekisyo .related-list li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 15px;
  line-height: 1.5;
}

.page-rirekisyo .related-list li::before {
  content: "";
  background: url(https://type.jp/tensyoku-knowhow/common/img/parts/tit.png) no-repeat;
  background-size: 8px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
}

.page-rirekisyo .related-list a {
  color: #000;
  font-size: 14px;
}

.page-knowledge .white-btn {
  font-size: 14px !important;
  margin: 30px auto;
  width: 160px;
  text-align: center !important;
  padding: 8px 30px;
  cursor: pointer;
}

.single-knowledge-items__date, .single-knowledge-items__tags {
  display: block;
  color: #747474;
}

.single-knowledge-items__tags {
  margin-bottom: 10px;
}
