@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 54px;
  letter-spacing: 0.02em;
}

input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 0;
  background: none;
  font-size: 16px;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block;
}

p {
  margin: 0;
  padding: 0;
  line-height: 170%;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

ol, ul, li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  outline: none;
  vertical-align: middle;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #FFFFFF;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"] {
  outline: none;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #4D5BC6;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  background: #FCFCFC;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.0em;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.02em;
  text-align: left;
  width: 100%;
  padding-left: 25px;
  border-radius: 40px;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]:checked + .radio-btn::after,
input[type=checkbox]:checked + .radio-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #4D5BC6;
  border-radius: 50%;
}

input[type=radio]:checked + .checkbox-square::after,
input[type=checkbox]:checked + .checkbox-square::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 4px solid #4D5BC6;
  border-left: 4px solid #4D5BC6;
  height: 11px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
  left: 7px;
  opacity: 1.0;
}

.label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

.label .require {
  height: 18px;
  background-color: #FF0000;
  border-radius: 30px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 8px;
}

.radio-btn {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  margin-right: 15px;
  padding-top: 3px;
  position: relative;
  margin-bottom: 12px;
  font-size: 15px;
}

.radio-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #4D5BC6;
  border-radius: 50%;
}

::-webkit-input-placeholder {
  color: #888888;
}

:-ms-input-placeholder {
  color: #888888;
}

::-ms-input-placeholder {
  color: #888888;
}

::placeholder {
  color: #888888;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #888888;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #888888;
}

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

h2 {
  font-size: 18px;
  color: #4D5BC6;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 3px solid #4D5BC6;
  display: inline-block;
  letter-spacing: 0.09em;
  font-weight: bold;
}

p.title-sub {
  font-size: 12px;
}

h3 {
  color: #4D5BC6;
  font-size: 15px;
  line-height: 1.55;
  padding-left: 22px;
  background-image: url(/wp-content/themes/kato/assets/images/h2-bulb.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left top 3px;
  margin-bottom: 15px;
  margin-top: 15px;
}

h4 {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 15px;
  color: #404040;
}

.common-btn {
  width: calc(100% - 15px * 2);
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  position: relative;
  background-color: #7E63D9;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  border: 1px solid transparent;
  background-image: url(/wp-content/themes/kato/assets/images/arrow-w.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #7E63D9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-btn a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  padding-left: 24px;
}

.common-btn.inactive {
  background-color: #C6C6C6 !important;
  border: none !important;
  color: #FFF !important;
  background-image: url(/wp-content/themes/kato/assets/images/arrow-w.png) !important;
}

.common-margin {
  height: 15px;
}

.common-margin.s {
  height: 5px;
}

.common-margin.m {
  height: 12px;
}

.common-margin.l {
  height: 16px;
}

.common-margin.ll {
  height: 20px;
}

.common-margin.lll {
  height: 30px;
}

.flex-wrapper {
  padding: 0 15px;
}

.flex-wrapper .box {
  width: 100%;
  margin-bottom: 20px;
}

.flex-wrapper .box.course {
  margin-bottom: 15px;
  padding: 8px 12px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.flex-wrapper .box .course-thumb {
  width: 100%;
  padding-top: 47.8%;
  margin-bottom: 15px;
}

.flex-wrapper .box .p-thumb {
  position: relative;
  float: left;
  margin-right: 18px;
}

.flex-wrapper .box .course-title {
  padding-top: 5px;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.57;
  margin-bottom: 10px;
}

.flex-wrapper .box .wrapper {
  width: 100%;
  margin-top: -5px;
}

.flex-wrapper .box .wrapper .p-name {
  font-size: 12px;
  margin-bottom: 0px;
}

.flex-wrapper .box .wrapper .p-name:after, .flex-wrapper .box .wrapper .p-name:before {
  content: "";
  display: block;
  clear: both;
}

.flex-wrapper .box .wrapper .p-name .title {
  color: #7c7c7c;
  font-weight: bold;
  padding-right: 10px;
  width: 70px;
  float: left;
}

.flex-wrapper .box .wrapper .p-name .value {
  color: #4D5BC6;
  width: calc(100% - 70px);
  float: right;
}

.flex-wrapper .box .wrapper .p-name .value.normal {
  color: #000;
}

.common-header .error-box,
section .column-wrapper .r-col .error-box {
  width: 100%;
  background-color: #ffebeb;
  padding: 10px 12px;
  font-size: 13px;
  border: 2px solid red;
  color: red;
  margin-bottom: 15px;
}

.common-header {
  padding: 14px 15px 25px;
}

.common-header .error-box {
  margin-top: 22px;
  margin-bottom: 8px;
}

.common-header .announce-box {
  border: 2px solid #4D5BC6;
  background-color: #F8FFF2;
  padding: 12px 16px;
  margin-top: 25px;
}

.common-header .announce-box .title {
  font-weight: bold;
  font-size: 15px;
  color: #4D5BC6;
  margin-bottom: 6px;
}

.common-header .announce-box .desc {
  font-size: 13px;
}

.common-header .announce-box .desc a {
  text-decoration: underline;
  color: #4D5BC6;
}

.common-header .breadcrumb {
  font-size: 11px;
  margin-bottom: 10px;
}

.common-header .breadcrumb li {
  display: inline;
}

.common-header .breadcrumb img {
  width: 5px;
  vertical-align: middle;
  margin: 0 3px 2px 4px;
}

.common-header h1 {
  font-size: 20px;
}

.common-header .h1-sub {
  margin-top: 12px;
  font-size: 13px;
}

.common-header .h1-sub span {
  color: #4D5BC6;
  margin-right: 3px;
}

.column-wrapper .l-col {
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.column-wrapper .l-col ul li {
  background-image: url(/wp-content/themes/kato/assets/images/arrow-sub-rgb.png);
  background-position: left 5px center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1;
}

.column-wrapper .l-col ul li.current {
  color: #4D5BC6;
}

.column-wrapper .r-col {
  padding: 20px 15px 0;
}

section .main-wrapper.content .underline {
  text-decoration: underline;
  color: #4D5BC6;
}

section .main-wrapper.content img {
  max-width: 100%;
  height: auto;
  display: block;
}

section .main-wrapper.content img.aligncenter {
  margin: 0 auto 0px auto;
}

section .main-wrapper.content img.alignleft {
  margin: 0 auto 0px 0;
}

section .main-wrapper.content img.alignright {
  margin: 0 0 0px auto;
}

section .main-wrapper.content ul {
  margin: 15px 0;
  padding-left: 20px;
}

section .main-wrapper.content ul li {
  list-style: disc;
  font-size: 14px;
}

section.news {
  background-color: #F8F8F8;
  padding-top: 30px;
}

section.news .main-wrapper .common-btn.small {
  display: none;
}

section.news .main-wrapper .flex-wrapper .box:after, section.news .main-wrapper .flex-wrapper .box:before {
  content: "";
  display: block;
  clear: both;
}

section.news .main-wrapper .flex-wrapper .box .news-thumb {
  display: block;
  width: 100px;
  height: 62px;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 15px;
}

section.news .main-wrapper .flex-wrapper .box .news-thumb a {
  display: block;
  height: 100%;
}

section.news .main-wrapper .flex-wrapper .box .right-wrapper {
  width: calc(100% - 100px - 20px);
  float: right;
}

section.news .main-wrapper .flex-wrapper .box .date {
  color: #5F5F5F;
  font-size: 12px;
  margin-bottom: 4px;
}

section.news .main-wrapper .flex-wrapper .box .title {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

section.voice .main-wrapper .flex-wrapper {
  margin-bottom: 30px;
}

section.voice .main-wrapper .flex-wrapper .box {
  border: 1px solid #7E63D9;
  padding: 15px 17px 20px;
  position: relative;
  margin-bottom: 0;
}

section.voice .main-wrapper .flex-wrapper .box:not(:first-of-type) {
  margin-top: -1px;
}

section.voice .main-wrapper .flex-wrapper .box a .name {
  font-size: 12px;
  color: #4D5BC6;
  margin-bottom: 8px;
}

section.voice .main-wrapper .flex-wrapper .box a .content {
  font-size: 14px;
  line-height: 1.5;
}

.news-detail p,
.course-detail p,
.course-detail-applybox p {
  font-size: 14px;
  line-height: 1.64;
  margin-bottom: 10px;
  text-align: justify;
}

.news-detail p a,
.course-detail p a,
.course-detail-applybox p a {
  text-decoration: underline;
  color: #4D5BC6;
}

.news-detail iframe,
.course-detail iframe,
.course-detail-applybox iframe {
  max-width: 100%;
}

.news-detail .iframe-wrapper,
.course-detail .iframe-wrapper,
.course-detail-applybox .iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.news-detail .iframe-wrapper iframe,
.course-detail .iframe-wrapper iframe,
.course-detail-applybox .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blue-summary {
  border: 1px solid #4D5BC6;
  padding: 12px 16px;
  color: #4D5BC6;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.46;
}

.red-summary {
  font-size: 13px;
  color: #FF0000;
  padding: 12px 16px;
  border: 1px solid #FF0000;
  line-height: 1.53;
}

.scroll {
  overflow: auto;
}

.news-detail table,
.course-detail table,
.course-detail-applybox table {
  font-size: 14px;
  border-collapse: collapse;
  width: 594px;
  margin-bottom: 30px;
}

.news-detail table th,
.course-detail table th,
.course-detail-applybox table th {
  background: #F8F8F8;
  border: 1px solid #4D5BC6;
  text-align: left;
  line-height: 160%;
}

.news-detail table td,
.course-detail table td,
.course-detail-applybox table td {
  border: 1px solid #4D5BC6;
  line-height: 160%;
}

.news-detail table th, .news-detail table td,
.course-detail table th,
.course-detail table td,
.course-detail-applybox table th,
.course-detail-applybox table td {
  padding: 8px 12px;
  word-break: break-word;
}

table.common-table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

table.common-table th {
  background: #F8F8F8;
  border: 1px solid #4D5BC6;
  text-align: left;
  line-height: 160%;
}

table.common-table td {
  border: 1px solid #4D5BC6;
  line-height: 160%;
}

table.common-table th, table.common-table td {
  padding: 8px 12px;
  word-break: break-word;
}

/*********
サムネ系
*********/
.p-thumb {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-thumb a {
  height: 100%;
  display: block;
}

.course-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

.course-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.box_list_link {
  width: 100%;
}

.box_list_link:after, .box_list_link:before {
  content: "";
  display: block;
  clear: both;
}

.box_list_link .box_list_link_child {
  width: 100%;
  height: auto;
  float: none;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #ccc;
  text-align: center;
}

.box_list_link .box_list_link_child h3 {
  color: #000;
  font-size: 20px;
  line-height: 1.55;
  padding-left: 0;
  background-image: none;
  margin-bottom: 10px;
}

.box_list_link .box_list_link_child .common-btn {
  width: 100%;
  background-image: none;
  text-align: left !important;
}

.box_list_link .box_list_link_child .common-btn:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  content: url(https://kato-seminar.jp/wp-content/uploads/2021/05/arrow-w.png);
}

section.news {
  background: #ffffff !important;
  padding: 0 15px !important;
}

section.news .flex-wrapper {
  padding: 0;
}

section.news .flex-wrapper .box {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7E63D9;
}

section.news .flex-wrapper .box:last-of-type {
  border-bottom: none;
}

section.news .flex-wrapper .box .news-thumb {
  border: 1px solid #CCCCCC;
}

section.news-detail {
  padding: 0 15px 30px 15px !important;
}

section.news-detail .news-date {
  color: #4D5BC6;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 22px;
}

section.news-detail .voice-row-wrapper {
  margin-bottom: 30px;
}

section.news-detail .voice-row-wrapper p {
  margin-bottom: 0;
  line-height: 150%;
}

section.news-detail .voice-row-wrapper .thumbnail {
  width: 70px;
  height: 70px;
  background-size: cover;
  border-radius: 60px;
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}

section.news-detail .voice-row-wrapper .voice-row {
  font-size: 13px;
  margin-top: 0px;
  color: #4D5BC6;
}
/*# sourceMappingURL=news.css.map */