@charset "UTF-8";
/* MEDIA QUERIES
 * * -----------------------------------------------*/
p.entry-close {
  text-align: center;
  padding: 1rem;
  margin-top: 0rem;
  font-weight: 500;
  background-color: #e5e5e5;
}
p.entry-close.-bottom {
  margin-top: 4rem;
}

@media print, (min-width: 768px) {
  main.news {
    margin-top: calc(5rem + 3px);
  }
}
@media only screen and (max-width: 767.98px) {
  main.news {
    margin-top: calc(0.65rem + 3px);
  }
  p.entry-close {
    padding: 0.15rem;
  }
  p.entry-close.-bottom {
    margin-top: 0.5rem;
  }
}
.section-news-detail .detail-tag {
  background-color: #005ead;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
.section-news-detail .detail-title,
.section-news-detail .detail-tag,
.section-news-detail .item-title,
.section-news-detail .list-detail,
.section-news-detail .detail-title-blue {
  font-weight: bold;
}
.section-news-detail .detail-title {
  line-height: 1.5;
}
.section-news-detail .detail-time {
  color: #777;
  font-weight: 500;
}
.section-news-detail .detail-list-number,
.section-news-detail .item-list {
  counter-reset: number;
}
.section-news-detail .detail-list-dot,
.section-news-detail .detail-list-number,
.section-news-detail .item-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.section-news-detail .item-title::before,
.section-news-detail .list-detail:before {
  counter-increment: number;
}
.section-news-detail .item-title::before {
  content: counter(number) "．";
}
.section-news-detail .list-detail:before {
  content: "（ " counter(number) " ）";
}
.section-news-detail .detail-title-blue {
  color: #005ead;
}
.section-news-detail .detail-list-dot > li {
  padding-left: 1em;
  position: relative;
}
.section-news-detail .detail-list-dot > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.section-news-detail .detail-image img {
  display: block;
  width: 100%;
}

.post-news-detail {
  *zoom: 1;
}
.post-news-detail:after {
  content: "";
  display: table;
  clear: both;
}
.post-news-detail a {
  color: #005ead;
  font-weight: bold;
}
.post-news-detail img {
  width: 100%;
  display: block;
}
.post-news-detail p + p {
  margin-top: 1em;
}
.post-news-detail h1 {
  font-size: 1.5em;
}
.post-news-detail h3 {
  font-size: 1.2em;
}
.post-news-detail h4 {
  font-size: 1.1em;
}
.post-news-detail h5 {
  font-size: 1.05em;
}
.post-news-detail h1,
.post-news-detail h3,
.post-news-detail h4,
.post-news-detail h5 {
  font-weight: bold;
  margin: 1em 0;
}
.post-news-detail table th,
.post-news-detail table td {
  padding: 0.5em;
  border: 1px solid #ccc;
}
.post-news-detail ul,
.post-news-detail ol {
  margin-bottom: 3em;
  padding-left: 1.5em;
}
.post-news-detail ol {
  list-style: decimal;
}
.post-news-detail ul {
  list-style: disc;
}
.post-news-detail b,
.post-news-detail strong {
  font-weight: bold;
}
.post-news-detail i,
.post-news-detail em {
  font-style: italic;
}
.post-news-detail figcaption,
.post-news-detail small,
.post-news-detail cite {
  font-size: 0.9em;
}
.post-news-detail blockquote {
  padding: 1.5em 2em;
  margin: 1.5em 0;
  background: #f8f8f8;
  position: relative;
}
.post-news-detail blockquote:before, .post-news-detail blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-news-detail blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
.post-news-detail blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-news-detail hr {
  border: none;
  border-bottom: 1px solid #ccc;
  *zoom: 1;
  margin: 1em 0;
}
.post-news-detail hr:after {
  content: "";
  display: table;
  clear: both;
}
.post-news-detail .top-img {
  margin-bottom: 1em;
}
.post-news-detail .button-primary.-link-btn {
  min-height: 30px;
  height: 43px;
  border-radius: 30px;
  background: #fff;
  border-color: #6EB92B;
  color: #6EB92B;
  width: 23%;
  margin-top: 1em;
}
.post-news-detail .button-primary.-contact-btn {
  min-height: 65px;
  height: 65px;
  border-radius: 100px;
  background: #F6ED36;
  border-color: #F6ED36;
  width: 528px;
  margin-top: 4em;
  font-size: 20px;
  color: #000;
}
.post-news-detail .button-primary.-contact-btn.-seminar-top {
  margin-top: 1.7em;
  margin-bottom: 2.4em;
}
.post-news-detail .button-primary.-contact-btn:hover {
  background: #fff;
  border-color: #000;
}
.post-news-detail .lead-title {
  margin-top: 1em;
}
.post-news-detail h2.text-seminar-lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  margin: 1em 0em;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .post-news-detail h2.text-seminar-lead.-long {
    font-size: 0.18rem;
    text-align: left;
  }
}
.post-news-detail .post-news-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.post-news-detail .post-news-inner .seminar-clm-first {
  width: 100%;
}
.post-news-detail .post-news-inner .seminar-clm {
  width: 50%;
}
.post-news-detail .post-news-inner .seminar-clm.-left {
  padding-right: 1em;
}
.post-news-detail .post-news-inner .seminar-clm.-right {
  padding-left: 1em;
}
.post-news-detail .post-news-inner h1 {
  margin-bottom: 0.5em;
}
.post-news-detail .post-news-inner .clm-text.-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.post-news-detail .post-news-inner .clm-text.-indent.-mt0 {
  margin-top: 0px;
}
.post-news-detail .post-news-inner .clm-text.-line-height {
  line-height: 1.5;
}
.post-news-detail .post-news-inner .clm-text span.clm-text-name {
  display: block;
  font-size: 1.5em;
  padding-top: 0.3em;
}
.post-news-detail .post-news-inner .clm-text.-mt0 {
  margin-top: 0px;
}
.post-news-detail .post-news-inner .clm-text.important-text {
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
}
.post-news-detail .post-news-inner .clm-text.important-text > img.inline-star {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  margin-top: -0.3em;
}

@media print, (min-width: 768px) {
  .post-news-inner .clm-text.important-text {
    font-size: 1.1em;
    letter-spacing: 0px;
  }
  .post-news-inner .clm-text.important-text > img.inline-star {
    width: 1.1em;
  }
  .post-news-inner .clm-text > span.clm-text {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-news-inner .clm-text.important-text {
    font-size: 1.1em;
    letter-spacing: 0px;
  }
  .post-news-inner .clm-text.important-text > img.inline-star {
    width: 1.1em;
  }
  .post-news-inner .clm-text.-re_size {
    font-size: 0.15rem;
    line-height: 1.5;
    margin-top: 0.1rem;
  }
  .post-news-inner .clm-text > span.clm-text {
    font-weight: normal;
  }
  .post-news-inner .clm-text.important-text {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 20px;
  }
  .section-news-detail {
    margin-bottom: 100px;
    font-size: 18px;
  }
  .section-news-detail .wrapper {
    width: 896px;
  }
  .section-news-detail a {
    transition: 0.26s ease;
  }
  .section-news-detail a:hover {
    opacity: 0.8;
  }
  .section-news-detail .detail-heading {
    margin-bottom: 27px;
  }
  .section-news-detail .detail-tag {
    min-width: 100px;
    margin-bottom: 7px;
    font-size: 19px;
    padding: 3px 10px 5px;
    border-radius: 16px;
  }
  .section-news-detail .detail-title {
    font-size: 32px;
  }
  .section-news-detail .detail-title.-middle {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  .section-news-detail .detail-time {
    margin-left: 4px;
    font-size: 14px;
  }
  .section-news-detail .detail-image {
    margin: 0 -92px 100px;
  }
  .section-news-detail .detail-list-number {
    margin-bottom: 28px;
  }
  .section-news-detail .detail-list-number > li:not(:last-child) {
    margin-bottom: 60px;
  }
  .section-news-detail .item-title,
  .section-news-detail .detail-title-blue {
    font-size: 24px;
  }
  .section-news-detail .item-title {
    margin-bottom: 20px;
  }
  .section-news-detail .item-text {
    margin-bottom: 60px;
  }
  .section-news-detail .item-text.img-top-text {
    margin-bottom: 1em;
  }
  .section-news-detail .item-text.link-text {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .section-news-detail .item-text.new-line {
    margin-bottom: 1em;
  }
  .section-news-detail .item-text.-attention_text {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
  }
  .section-news-detail .item-text span.list {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-news-detail .item-list {
    margin-bottom: 8px;
  }
  .section-news-detail .list-detail {
    font-size: 20px;
  }
  .section-news-detail .detail-title-blue {
    margin-bottom: 4px;
  }
  .section-news-detail .detail-list-dot time {
    margin-right: 18px;
  }
  .section-news-detail .text-mt {
    margin-top: 1.5em;
  }
  .borderbox-w90 {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #f2f2f2;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-news-detail {
    margin-bottom: 1.5rem;
    font-size: 0.18rem;
    text-align: justify;
    letter-spacing: 0.05em;
  }
  .section-news-detail .detail-tag {
    min-width: 1rem;
    margin-bottom: 0.07rem;
    font-size: 0.19rem;
    padding: 0.03rem 0.05rem 0.05rem;
    border-radius: 0.16rem;
  }
  .section-news-detail .detail-heading {
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
  }
  .section-news-detail .detail-title {
    margin-bottom: 0.05rem;
    font-size: 0.22rem;
  }
  .section-news-detail .detail-title.-middle {
    font-size: 0.2rem;
  }
  .section-news-detail .detail-time {
    margin-left: 0.04rem;
    font-size: 0.14rem;
  }
  .section-news-detail .detail-image {
    margin-bottom: 0.5rem;
  }
  .section-news-detail .detail-image img {
    height: 2rem;
    object-fit: cover;
  }
  .section-news-detail .detail-list-number {
    margin-bottom: 0.28rem;
  }
  .section-news-detail .detail-list-number > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .section-news-detail .item-title,
  .section-news-detail .detail-title-blue {
    font-size: 0.24rem;
  }
  .section-news-detail .item-title {
    margin-bottom: 0.15rem;
  }
  .section-news-detail .item-text {
    margin-bottom: 0.5rem;
  }
  .section-news-detail .item-text.img-top-text {
    margin-bottom: 1em;
    letter-spacing: 0.03em;
  }
  .section-news-detail .item-text.link-text {
    margin-bottom: 0px;
    margin-top: 1em;
  }
  .section-news-detail .item-text.-attention_text {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0px;
  }
  .section-news-detail .item-text span.list {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .section-news-detail .item-list {
    margin-bottom: 0.08rem;
  }
  .section-news-detail .list-detail {
    font-size: 0.2rem;
  }
  .section-news-detail .detail-title-blue {
    margin-bottom: 0.04rem;
  }
  .section-news-detail .detail-title-blue.contact-text {
    margin-bottom: 0.1rem;
    line-height: 1.5em;
  }
  .section-news-detail .detail-list-dot time {
    margin-right: 0.18rem;
  }
  .section-news-detail .number-text {
    margin-bottom: 0.28rem;
  }
  .section-news-detail .text-mt {
    margin-top: 2em;
  }
  .section-news-detail .company-text {
    letter-spacing: 0em;
    text-align: left;
  }
  .section-news-detail .font-bold {
    font-weight: bold;
  }
  .section-news-detail .button-primary.-link-btn {
    width: 80%;
    margin: 1em auto;
  }
  .borderbox-w90 {
    width: 100%;
    margin-top: -0.2rem;
    border: 2px solid #f2f2f2;
  }
  .breadcrumb-list > li:nth-child(3) {
    width: 1rem;
  }
  .post-news-detail .post-news-inner .seminar-clm {
    width: 100%;
  }
  .post-news-detail .post-news-inner .seminar-clm.-left {
    padding-right: 0em;
  }
  .post-news-detail .post-news-inner .seminar-clm.-right {
    padding-left: 0em;
  }
  .post-news-detail .post-news-inner h1.clm-title {
    font-size: 1.3em;
    margin-bottom: 0em;
  }
  .post-news-detail .button-primary.-contact-btn {
    width: 100%;
    margin-top: 2em;
  }
}
.movies {
  margin: 50px auto 16px auto;
  width: 816px;
  border: 1px solid #ddd;
  position: relative;
}
.movies .text-box {
  margin: 0 0 12px 0;
}
.movies .text-box .title-movie, .movies .text-box .title-date {
  text-align: left;
}
.movies .text-box .title-movie {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.movies .text-box .title-date {
  line-height: 1.3;
  font-size: 13px;
  color: #333;
}
.movies .movie-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.movies .movie-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movies .movie-box {
  display: flex;
  flex-direction: column;
  padding: 36px 0;
  width: 555px;
  margin: 0 auto;
}
.movies .movie-tag {
  font-size: 13px;
  padding: 10px 15px 10px 20px;
  min-width: 166px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: #fbf67c;
  color: #333;
  font-weight: 600;
  display: inline-block;
  pointer-events: none;
}
.movies .ribbon13 {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  right: 0;
  top: 0;
  padding: 4px 0;
  margin: 11px -20px 0 0;
  width: calc(30% + 20px);
  color: #333;
  background: #fbf67c;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.movies .ribbon13 h3 {
  margin: 0;
  padding: 0 20px 0 30px;
  border-top: dashed 1px #fbf67c;
  border-bottom: dashed 1px #fbf67c;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0.1em;
}
.movies .ribbon13:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #686868;
}
.movies .ribbon13:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: -1px;
  width: 0px;
  height: 0px;
  border-width: 22px 0px 22px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

@media only screen and (max-width: 767.98px) {
  .movies {
    margin: 0.5rem auto 0 auto;
    width: 100%;
  }
  .movies .text-box {
    margin: 0.16rem 0 0.12rem 0;
  }
  .movies .text-box .title-movie {
    font-size: 0.18rem;
  }
  .movies .text-box .title-date {
    font-size: 0.13rem;
  }
  .movies .movie-box {
    width: 100%;
    margin: 0 auto;
    padding: 0.36rem 0.15rem 0.26rem 0.15rem;
  }
  .movies .movie-tag {
    font-size: 0.13rem;
    padding: 0.06rem 0.13rem 0.06rem 0.22rem;
    min-width: 1.6rem;
  }
}
ul.detail-list {
  list-style: none;
  padding-left: 0;
}
ul.detail-list li:first-child {
  padding-bottom: 2rem;
  margin-top: -1rem;
}
ul.detail-list li:last-child {
  margin-bottom: -3em;
}
ul.detail-list li .detail-text {
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  ul.detail-list li:first-child {
    padding-bottom: 0.5rem;
    margin-top: 0;
  }
}
table.voucher {
  border-collapse: collapse;
  margin: 24px auto 30px auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.voucher th, table.voucher td {
  padding: 1em;
  border-right: 1px solid #bbb;
}
table.voucher tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
  background-color: #fff;
}
table.voucher th {
  background-color: #eee;
  font-size: 0.9em;
  width: 25%;
  text-align: center;
  font-weight: 500;
}

tbody .txt {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
  table.voucher {
    margin: 0.2rem auto 0.2rem auto;
    border: 0;
    width: 100%;
  }
  table.voucher th {
    background-color: #eee;
    display: block;
    padding: 1em;
    width: 100%;
    border: none;
    padding: 1em;
    font-size: 1em;
  }
  table.voucher thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.voucher tr {
    display: block;
    margin-bottom: 0.625em;
    padding: 0;
  }
  table.voucher td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 0.9em;
    position: relative;
    padding: 0.625em 1em;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  table.voucher td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  table.voucher td:last-child {
    border-bottom: 0;
  }
  tbody .txt {
    text-align: justify;
  }
}
ul.clm_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
ul.clm_wrap li.clm_box {
  width: calc(50% - 30px);
}
ul.clm_wrap li.clm_box:nth-of-type(-n+2) {
  margin-bottom: 35px;
}
ul.clm_wrap li.clm_box:nth-last-of-type(-n+2) {
  margin-top: 35px;
}
ul.clm_wrap li.clm_box .detail-title {
  font-size: 22px;
  margin-top: 0;
  height: 4.5em;
  margin-bottom: 14px;
  font-feature-settings: "palt";
}
ul.clm_wrap li.clm_box p.item-text {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767.98px) {
  ul.clm_wrap {
    flex-direction: column;
    padding-left: 0;
  }
  ul.clm_wrap li.clm_box {
    padding-top: 16px;
    width: 100%;
  }
  ul.clm_wrap li.clm_box:nth-of-type(-n+2) {
    margin-bottom: 60px;
  }
  ul.clm_wrap li.clm_box:nth-last-of-type(-n+2) {
    margin-top: 0;
    margin-bottom: 60px;
  }
  ul.clm_wrap li.clm_box:nth-of-type(2), ul.clm_wrap li.clm_box:nth-of-type(3) {
    border-top: 1px solid #777;
  }
  ul.clm_wrap li.clm_box:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #777;
  }
  ul.clm_wrap li.clm_box .detail-title {
    font-size: 0.2rem;
    height: auto;
  }
}
.top-img.-text_bottom span.credit-text {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
}/*# sourceMappingURL=news-detail.css.map */