@charset "UTF-8";
/* ==========================================================================
        BF追加スタイル
        -2025.02.14        sbym
========================================================================== */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* 共通設定
======================================================= */
/* 汎用スタイル
--------------------------------------------------------*/
/* margin*/
.mauto {
  margin: 0 auto;
}

.mt-1em {
  margin-top: 1em;
}

.mt-0 {
  margin-top: 0;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-48 {
  margin-top: 4.8rem;
}

.mt-64 {
  margin-top: 6.4rem;
}

.mt-72 {
  margin-top: 7.2rem;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

/* background */
.bg_pink {
  background-color: #FBF2F2;
}

.bg_light-blue {
  background-color: #eaf4fc;
}

.bg_light-green {
  background-color: #f3fff0;
}

.bg_light-yellow {
  background-color: #fdffdd;
}

.bg-red {
  background-color: #C21C29;
  color: #fff;
}

.bg-blue {
  background-color: #0068b7;
  color: #fff;
}

.bg-grenn {
  background-color: #00885a;
  color: #fff;
}

.bg-yellow {
  background-color: #ffdc00;
}

.bg-violet {
  background-color: #4d4398;
  color: #fff;
}

.bg-orange {
  background-color: #f39800;
}

.bg-monotone {
  background-color: #eee;
}

.bg-border {
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
}

.align-indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* list style */
ul.disc {
  list-style-position: inside;
  text-indent: calc(-7px - 1em);
  padding-left: calc(1em + 14px);
}
ul.disc li {
  list-style-type: disc;
}
ul.disc li ul {
  list-style-position: inside;
  text-indent: 0.5em;
  padding-left: 1em;
}
ul.disc li ul li {
  list-style: "‐";
}

ol.decimal {
  list-style-position: inside;
  text-indent: calc(-7px - 1em);
  padding-left: calc(1em + 14px);
}
ol.decimal li {
  list-style-type: decimal;
}

/*--------- fit-content ----------*/
.fit-content-l {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

/* タグ・マーク関連-
--------------------------------------------------------*/
/*同時通訳*/
.interpreter {
  padding: 0.2rem 0.5rem;
  margin-right: 1em;
  font-weight: bold;
  font-size: 0.8em;
  color: #C21C29;
  background: transparent;
  border: solid 1px #C21C29;
  border-radius: 4px;
  line-height: 1.6;
  display: inline-block;
}

/*角丸タグ*/
.session_tag {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.6;
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 4px;
}
.session_tag.red {
  background-color: #C21C29;
}
.session_tag.blue {
  background-color: #0068b7;
}
.session_tag.yellow {
  background-color: #ffdc00;
  color: #000;
}
.session_tag.green {
  background-color: #00885a;
}
.session_tag.violet {
  background-color: #4d4398;
}
.session_tag.pink {
  background-color: #FF6F7A;
  color: #000;
}
.session_tag.gray {
  background-color: #8E8E8E;
}
.session_tag.orange {
  background-color: #f39800;
}
.session_tag.border {
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
}
.session_tag.border-red {
  border: 1px solid #C21C29;
  color: #C21C29;
}

/* text */
.texts {
  font-size: 0.85em;
}

.textn {
  font-size: 1em;
}

.textl {
  font-size: 1.24em;
}

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

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

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

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-color_red {
  color: #C21C29;
}

/* Display */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

/* Position */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fix {
  position: fixed;
}

/* float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix :after {
  content: "";
  display: table;
}

/* == 装飾 */
/* テキストの左右に水平線*/
.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before, .text-divider::after {
  content: "";
  height: 1px;
  background-color: #4A4A4A;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: 1rem;
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: 1rem;
  margin-left: var(--text-divider-gap);
}

/* テキストの左右に斜め線 (JP1572)*/
.text-aslant-line {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.text-aslant-line .text-aslant-line::before,
.text-aslant-line .text-aslant-line::after {
  position: absolute;
  top: 1rem;
  height: 2rem;
  content: "";
}
.text-aslant-line .text-aslant-line::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.text-aslant-line .text-aslant-line::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}

/*蛍光マーカー*/
.marker.blue {
  background: linear-gradient(rgba(162, 194, 230, 0) 60%, rgba(162, 194, 230, 0.5) 60%);
}
.marker.pink {
  background: linear-gradient(rgba(231, 53, 98, 0) 60%, rgba(231, 53, 98, 0.4) 60%);
}
.marker.yellow {
  background: linear-gradient(rgba(255, 243, 82, 0) 60%, rgba(255, 243, 82, 0.7) 60%);
}
.marker.green {
  background: linear-gradient(rgba(159, 194, 77, 0) 60%, rgba(159, 194, 77, 0.7) 60%);
}
.marker.violet {
  background: linear-gradient(rgba(166, 136, 189, 0) 60%, rgba(166, 136, 189, 0.7) 60%);
}

/* modal window */
.modal-seminar__wrap {
  display: inline-block;
}

.modal-seminar__wrap input {
  display: none;
}

.modal-seminar__open-label,
.modal-seminar__close-label {
  cursor: pointer;
}

.modal-seminar__open-label {
  font-size: 0.95em;
}

.modal-seminar__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #C21C29;
}

.modal-seminar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-seminar__open-input:checked + label + input + .modal-seminar {
  display: block;
  animation: modal-seminar-animation 0.6s;
}

.modal-seminar__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-seminar__close-label {
  color: #666;
  width: 36px;
  height: 36px;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 99999;
  font-size: 1.8em;
}

.modal-seminar__content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px 44px;
}

.modal-seminar__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@keyframes modal-seminar-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 520px) {
  .modal-seminar__open-label {
    max-width: 90%;
    padding: 0.94em 2.1em 0.94em 2.6em;
  }
  .modal-seminar__close-label {
    top: -17px;
    right: -4%;
  }
  .modal-seminar__content-wrap {
    width: 90vw;
  }
  .modal-seminar__content {
    padding: 33px 21px 35px;
    max-width: 100%;
  }
}
/*----- アコーディオン -----*/
.seminar-parts_accordion {
  margin-inline: 0;
}
.seminar-parts_accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.seminar-parts_accordion .accordion_content {
  padding: 0 2em 0 3em;
}
.seminar-parts_accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
.seminar-parts_accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding: 0 0 0.8em;
  line-height: 1.6em;
}

summary.accordion_title::-webkit-details-marker {
  display: none;
}
summary.accordion_title:before {
  font-family: "bootstrap-icons" !important;
  content: "\f285";
  vertical-align: -2px;
  padding-right: 0.5em;
}

.seminar-parts_accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.seminar-parts_accordion[open] .accordion_content {
  padding: 0;
}
.seminar-parts_accordion[open] .accordion_title:before {
  font-family: "bootstrap-icons" !important;
  content: "\f282";
  vertical-align: -2px;
  padding-right: 0.5em;
}

/*----- ボタン ----*/
.seminar-parts_Btn_cv .btn {
  color: #fff;
  display: block;
  background-color: #c21c29;
  margin: 12px;
}
.seminar-parts_Btn_cv .btn::after {
  content: "\e900";
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "icomoon";
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.seminar-parts_Btn_cv .btn:hover {
  color: #c21c29;
  background-color: #fff;
  opacity: 1;
}
.seminar-parts_Btn_cv .btn:hover::after {
  color: #c21c29;
  color: currentcolor;
}

/*----- box ----*/
.seminar-parts_box.seminar_info {
  border: 1px solid #ddd;
  padding: 50px 20px;
}

/* == Seminar - LP*/
.row.session_box.program_box-2col div.col:nth-child(n+2) {
  margin-top: initial; /*確認する*/
}

h4.program_ttl {
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}
h4.program_ttl:before {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
h4.program_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #C21C29;
  bottom: -8px;
  width: 5em;
}
h4.program_ttl.blue:after {
  border-bottom: solid 2px #0068b7;
}
h4.program_ttl.green:after {
  border-bottom: solid 2px #00885a;
}
h4.program_ttl.yellow:after {
  border-bottom: solid 2px #ffdc00;
}

.session_box .program_item_summary {
  margin-top: 32px;
  font-size: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
.session_box .program_item_summary ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
.session_box .program_item_summary ul li::before {
  font-family: "bootstrap-icons" !important;
  content: "\f309";
  position: absolute;
  left: 0;
}
.session_box .program_item_summary ol {
  list-style-type: decimal;
  padding-inline-start: 1.25em;
  margin-bottom: 0.5em;
}
.session_box .speaker_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 20px;
  border-top: initial; /*確認*/
}
.session_box .speaker_box .speaker_item_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-right: 32px;
  background: #eee;
}
.session_box .speaker_box .speaker_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.session_box .speaker_box .speaker_item_profile {
  width: calc(100% - 152px);
}
.session_box .speaker_box .speaker_item_position {
  font-size: 14px;
}
.session_box .speaker_box .speaker_item_position span {
  font-weight: 700;
}
.session_box .speaker_box .speaker_item_biography {
  font-size: 12px;
  margin-top: 16px;
  margin-left: 0;
}
.session_box .speaker_box + .speaker_box {
  margin-top: 16px;
}

.program_box-3col .profile__item__detail p {
  font-size: 0.8em;
}

.row-cols-1.row-cols-md-1.session_box .speaker_box {
  font-size: 16px;
}
.row-cols-1.row-cols-md-1.session_box .speaker_box .speaker_item_profile .speaker_item_position {
  font-size: 16px;
}
.row-cols-1.row-cols-md-1.session_box .speaker_item_biography {
  margin-left: 152px;
}
.row-cols-1.row-cols-md-1.session_box .speaker_item_biography.no-speaker_item_image {
  margin-left: initial;
}

.program_box-2col h4.program_ttl,
.program_box-3col h4.program_ttl {
  font-size: 22px;
}

.program_box-3col .profile__item__detail p {
  font-size: 0.8em;
}

#event_program div.program-item_info p.title {
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}
#event_program div.program-item_info p.title:before {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
#event_program div.program-item_info p.title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #C21C29;
  bottom: -8px;
  width: 5em;
}
#event_program div.program-item_info p.title.blue:after {
  border-bottom: solid 2px #0068b7;
}
#event_program div.program-item_info p.title.green:after {
  border-bottom: solid 2px #00885a;
}
#event_program div.program-item_info p.title.yellow:after {
  border-bottom: solid 2px #ffdc00;
}
#event_program div.program-item_info p.text {
  margin-top: 32px;
  font-size: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
#event_program div.program-item_info p.text ul li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
#event_program div.program-item_info p.text ul li::before {
  font-family: "bootstrap-icons" !important;
  content: "\f309";
  position: absolute;
  left: 0;
}
#event_program div.program-item_info p.text ol {
  list-style-type: decimal;
  padding-inline-start: 1.25em;
  margin-bottom: 0.5em;
}
#event_program div.program-item_info p.speaker {
  padding-top: 20px;
}
#event_program div.program-item_info p.remarks {
  padding-top: 20px;
}

/*セッション選択*/
.session_heading_room {
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-bottom: 8px;
}

.session_tag_area {
  margin-bottom: 8px;
}

/* 講演のポイント */
.session_point {
  background-color: #fbf2f2;
  margin-top: 40px;
  padding: 20px;
}
.session_point .text {
  margin-top: 14px;
}
.session_point p {
  font-size: 14px;
}
.session_point p span.heading {
  padding: 0.28em;
  color: #C21C29;
  border: 1px solid #C21C29;
  border-radius: 4px;
}
.session_point p span.heading.blue {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.session_point p span.heading.green {
  color: #00885a;
  border: 1px solid #00885a;
}
.session_point p span.heading.yellow {
  color: #ffdc00;
  border: 1px solid #ffdc00;
}
.session_point p span.heading.violet {
  color: #4d4398;
  border: 1px solid #4d4398;
}
.session_point p span.heading.orange {
  color: #f39800;
  border: 1px solid #f39800;
}
.session_point.light-blue {
  background-color: #eaf4fc;
}
.session_point.light-green {
  background-color: #f3fff0;
}
.session_point.light-yellow {
  background-color: #fdffdd;
}
.session_point.sticky {
  background-color: #fbfbfb;
  border-top: 3px solid #C21C29;
  box-shadow: 0 2px 8px 0 rgba(108, 108, 108, 0.35);
}
.session_point.sticky.blue {
  border-top: 3px solid #0068b7;
}
.session_point.sticky.green {
  border-top: 3px solid #00885a;
}
.session_point.sticky.yellow {
  border-top: 3px solid #ffdc00;
}
.session_point.sticky.violet {
  border-top: 3px solid #4d4398;
}
.session_point.sticky.orange {
  border-top: 3px solid #f39800;
}

/*Guest speakers
	------------------------------*/
.seminar_item.guestspeakers .seminar_item_img {
  margin: 0 auto 20px;
  text-align: center;
}
.seminar_item.guestspeakers .seminar_item_img img {
  width: 80%;
  height: 80%;
  aspect-ratio: 1/1;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.seminar_item.guestspeakers .seminar_item_info-box {
  margin-bottom: 20px;
}
.seminar_item.guestspeakers .seminar_item_info-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.seminar_item.guestspeakers .seminar_item_info-box p span.name {
  font-weight: 700;
}
.seminar_item.guestspeakers .seminar_item_info-box.text_6col p {
  font-size: 14px;
}
.seminar_item.guestspeakers .seminar_item_info-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.seminar_item.guestspeakers .seminar_item_info-box p span.name {
  font-weight: 700;
}

/*.seminar__item__detail p {
		font-size: 12px;
		font-size: 1.2rem;
		color: #555;
		line-height: 1.5;
		letter-spacing: -0.3px;
	}
		*/
/*---- Modal window -----*/
.modal-seminar__content-wrap {
  width: 80%;
  max-width: 880px;
}

/* Seminar - LP ==*/
/** 汎用スタイル 背景色 /
/* レポート
--------------------------------------------------------*/
#page #reports-page .reportsCont .blog-content p {
  font-size: 16px;
}
#page #reports-page .reportsCont .blog-content li {
  font-size: 16px;
}
#page #reports-page .reportsCont .blog-content .report_main_ttl p {
  font-weight: 700;
}
#page #reports-page .reportsCont .blog-content .report_main_ttl p .textl {
  font-size: 32px;
}
#page #reports-page .reportsCont .blog-content .report_main_ttl p .textn {
  font-size: 24px;
}
#page #reports-page .reportsCont .blog-content .report_main_ttl p .texts {
  font-size: 20px;
}
#page #reports-page .reportsCont .blog-content .report_outline p {
  font-weight: 700;
  margin-bottom: 0 !important;
}
#page #reports-page .reportsCont .blog-content .report_heading {
  padding: 0 0 8px;
  margin-bottom: 24px;
  background-image: linear-gradient(990deg, #C21C29 0% 100%);
  background-repeat: no-repeat;
  background-size: 32px 3px;
  background-position: left bottom;
  font-weight: bold;
  font-size: 26px;
}
#page #reports-page .reportsCont .blog-content h2 {
  font-size: 20px;
  font-weight: 700;
  background-color: initial;
  color: initial;
  padding: 0;
}
#page #reports-page .reportsCont .blog-content h3 {
  background-image: initial;
  color: initial;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  margin-bottom: 40px;
}
#page #reports-page .reportsCont .blog-content h3:before {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
#page #reports-page .reportsCont .blog-content h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #C21C29;
  bottom: -8px;
  width: 5em;
}
#page #reports-page .reportsCont .blog-content h4 {
  font-size: 20px;
  font-weight: bold;
  color: initial;
  padding-top: 1em;
  margin-bottom: 1em;
}
#page #reports-page .reportsCont .blog-content div.reports_h2 {
  font-size: 20px;
  font-weight: 700;
  background-color: initial;
  color: initial;
  padding: 0;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box p {
  font-size: 14px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box span.name {
  font-weight: 700;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 4px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer p {
  margin-bottom: initial;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer .report_speaker_item_biography {
  margin-top: 20px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer .report_speaker_item_biography p {
  font-size: 12px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box ul li {
  font-size: 16px; /*確認*/
}
#page #reports-page .reportsCont .blog-content .report_speaker_box + .report_speaker_box.footer {
  margin-top: 16px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box span.name {
  font-weight: 700;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 4px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer p {
  margin-bottom: initial;
  color: #666;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer .report_speaker_item_biography {
  margin-top: 20px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box.footer .report_speaker_item_biography p {
  font-size: 12px;
}
#page #reports-page .reportsCont .blog-content .report_speaker_box + .report_speaker_box.footer {
  margin-top: 16px;
}
#page #reports-page .reportsCont .blog-content .report_voc_box {
  width: 96%;
  box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
  padding: 32px;
  background-color: #fff;
  margin: 64px auto;
  border-radius: 8px;
}
#page #reports-page .reportsCont .blog-content .report_voc_box h4.report_voc_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #1e1e1e;
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
}
#page #reports-page .reportsCont .blog-content .report_voc_box h4.report_voc_ttl:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 52px;
  height: 2px;
  content: "";
  background: #C21C29;
}
#page #reports-page .reportsCont .blog-content .report_voc_box ul.report_voc_text {
  margin-top: 40px;
}
#page #reports-page .reportsCont .blog-content .report_voc_box ul.report_voc_text li {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 4px 100%, 100% 4em;
  line-height: 4em;
  margin: 0;
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
  /*
  	&:first-of-type {
  		background-image: none;
  	}
  		*/
}
#page #reports-page .reportsCont .blog-content .report_voc_box ul.report_voc_text li::before {
  font-family: "bootstrap-icons" !important;
  content: "\f26a";
  color: #C21C29;
  position: absolute;
  left: 0;
}
#page #reports-page .reportsCont .blog-content .report_voc_box ul.report_voc_text li:last-of-type {
  padding-bottom: 1px;
  margin-bottom: 8px;
}

/* Corporate - Service
--------------------------------------------------------*/
ul.service_flow li.service_flow_box {
  width: 350px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 16px 1px rgba(108, 108, 108, 0.35);
  padding: 1.5em;
}
ul.service_flow .service_flow_box_title {
  color: #1E1E1E;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.6rem;
}
ul.service_flow .service_flow_box_icon {
  padding: 2rem;
}
ul.service_flow .service_flow_box_icon img {
  height: 96px;
  width: auto;
}
ul.service_flow .service_flow_box_text {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* =======================================================
     PC設定ここから
======================================================= */
/*@include sp {}*/
@media (768px <= width) {
  /* text */
  .text-left-l {
    text-align: left;
  }
  .text-center-l {
    text-align: center;
  }
  .text-right-l {
    text-align: right;
  }
  /* Display */
  .d-none-l {
    display: none;
  }
  .d-block-l {
    display: block;
  }
  .d-inline-l {
    display: inline;
  }
  .d-inline-block-l {
    display: inline-block;
  }
  /* Position */
  .position-relative-l {
    position: relative;
  }
  .position-absolute-l {
    position: absolute;
  }
  .position-fix-l {
    position: fixed;
  }
  /* float */
  .float-left-l {
    float: left;
  }
  .float-right-l {
    float: right;
  }
  /* == Seminar - LP*/
  /* Seminar - LP==*/
}
/* =======================================================
     スマホ設定ここから
======================================================= */
/*@include sp-s {}*/
@media (360px <= width < 768px) {
  /* text */
  .texts {
    font-size: 0.85em;
  }
  .textn {
    font-size: 1em;
  }
  .textl {
    font-size: 1.24em;
  }
  .text-left-s {
    text-align: left;
  }
  .text-center-s {
    text-align: center;
  }
  .text-right-s {
    text-align: right;
  }
  /* Display */
  .d-none-s {
    display: none;
  }
  .d-block-s {
    display: block;
  }
  .d-inline-s {
    display: inline;
  }
  .d-inline-block-s {
    display: inline-block;
  }
  /* Position */
  .position-relative-s {
    position: relative;
  }
  .position-absolute-s {
    position: absolute;
  }
  .position-fix-s {
    position: fixed;
  }
  /* float */
  .float-left-s {
    float: left;
  }
  .float-right-s {
    float: right;
  }
  /* == Seminar - LP*/
  .row.session_box.program_box-2col div.col:nth-child(n+2) {
    margin-top: 24px;
  }
  h4.program_ttl {
    font-size: 22px;
  }
  .session_box .program_item_summary {
    margin-top: 24px;
    font-size: 14px;
    border-bottom: 0;
  }
  .session_box .speaker_box {
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
  }
  .session_box .speaker_box .speaker_item_image {
    margin-right: 24px;
  }
  .session_box .speaker_box .speaker_item_profile {
    width: calc(100% - 144px);
  }
  .session_box .speaker_box .speaker_item_biography {
    margin: 16px 0 0 0; /*確認*/
  }
  #event_program div.program-item_info p.title {
    font-size: 22px;
  }
  #event_program div.program-item_info p.text {
    margin-top: 24px;
    font-size: 14px;
    border-bottom: 0;
    padding-bottom: initial;
  }
  /*Guest speakers
  ------------------------------*/
  .seminar_item.guestspeakers .seminar_item_img img {
    width: 88%;
    height: 88%;
  }
  /*---- Modal window -----*/
  .modal-seminar__content-wrap {
    width: 90%;
    max-width: 90vw;
  }
  /* Seminar - LP ==*/
  /* レポート --------------------------------------------------------*/
  #page #reports-page .reportsCont .blog-content h3 {
    font-size: 28px;
  }
  /* --report ==*/
}/*# sourceMappingURL=function.css.map */