/*各イベントの色

大阪キャリアフォーラム  
RGB:190, 211, 0
Hex:bed300

ロサンゼルスキャリアフォーラム
RGB:237, 108, 0
Hex:ed6c00


ロンドンキャリアフォーラム
RGB:198, 29, 9
Hex:c61d09

東京サマー
キャリアフォーラム
RGB:80, 161, 53
Hex:50a135
// Color2
Hex:bbdbb0

ボストンキャリアフォーラム
RGB:0, 46, 106
Hex:ed6c00
// Color2
Hex:89ABE3


東京ウインターキャリアフォーラム
RGB:130, 24, 21
Hex:823200

*/

.button {
  -background-color: #ff9100;
  font-weight: 700;
  border-radius: 10px;
}

.button::before {
  background-color: #f8b61c !important;
}



.cf-custom-content-02 {
  font-size: 16px;
  line-height: 180%;
  color: #000;
}

.cf-custom-content-02 {
  font-size: 16px;
  line-height: 180%;
}

.cf-detail .cf-custom-content-02 p {
  font-size: inherit;
}

.cf-custom-content-02 .reg-list ul {

  margin: 5px 0px 5px 10px;

}

.cf-custom-content-02 .reg-list li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 20px;
  text-indent: 0;
  margin: 5px 0px;
}

.cf-custom-content-02 .reg-list li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 7px;
  /*点の幅*/
  height: 7px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.7em;
  /*点の位置*/
  content: "";
  background: #00b3d6;
  /*点の色*/
}

.cf-custom-content-02 .eventcolor {
  /* eventcolor */
  color: #00b3d6;
}

.cf-custom-content-02 .eventbgcolor {
  /* eventcolor */
  background-color: #00b3d6;
}

.cf-custom-content-02 .txt-bold {
  font-weight: 700;
}

.cf-custom-content-02 .txt-emp {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f6ff5f 60%);

}

.cf-custom-content-02 .eventtitle {
  /* eventcolor */
  background: rgba(80, 161, 53, 0.7);
}

.cf-custom-content-02 .eventname {
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  color: #fff;
  right: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 3px;
  font-size: 32px;
  line-height: 32px;
}


.cf-custom-content-02 .header-icon {
  font-size: 30px;
  vertical-align: middle;
  opacity: 0.5;
  margin-right: 5px;
}

.cf-custom-content-02 .note-red {
  color: #e00000;
}


.cf-custom-content-02 .clear {
  margin: 0 0 2rem 0;
  padding: 0;
  clear: both;
}

.cf-custom-content-02 {
  padding-bottom: 2rem;
}

.cf-custom-content-02 .sml {
  font-size: 80%;
}

.cf-custom-content-02 h1 {
  font-size: 28px;
  line-height: 1.6;
  margin: 20px 0;
  font-weight: 700;
}

.cf-custom-content-02 h2 {
  padding: 12px 3px 12px 12px;
  margin: 80px 0 40px 0;
  border-top: 1px solid #00b3d6;
  border-bottom: 1px solid #ccc;
  border-left: 12px solid #00b3d6;
  border-right: 1px solid #ccc;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
}


.cf-custom-content-02 h3 {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: 1rem;
  margin: 2rem 0 1rem 0;
  border-top: 1px solid #ccc;
}

.cf-custom-content-02 h3::after {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #ccc;
}


.cf-custom-content-02 .event-catch {
  font-size: 24px;
  line-height: 1.2;
  margin: 20px 0;
}

.cf-custom-content-02 table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.cf-custom-content-02 .event-info-main {
  padding: 0;
  margin: 0 0 20px 0;
}

.cf-custom-content-02 .event-info-main th {
  background: #00b3d6;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #00b3d6;
  border-right: 1px solid #00b3d6;
  color: #fff;
  padding: 5px;

  font-size: 14px;
}

.cf-custom-content-02 .event-info-main td {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px;
  font-weight: 700;
}

.cf-custom-content-02 .event-info-main .material-symbols-outlined {
  display: inline-flex;
  vertical-align: middle;
}

.cf-custom-content-02 .event-info-b {
  font-size: 160%
}

.cf-custom-content-02 .event-info-timetable {
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: #f2f2f2;
  margin: 32px 0;
}

.cf-custom-content-02 .event-info-timetable-tit {
  position: absolute;
  padding: 8px 12px;
  top: 0;
  left: 0;
  background-color: #00b3d6;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}

.cf-custom-content-02 .event-info-sub {
  padding: 0;
  border: 5px solid #f2f2f2;
}

.cf-custom-content-02 .event-info-sub th {
  background: #00b3d6;

  border-top: 0px solid #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
  border-right: 0px solid #fff;
  border-left: 15px solid #f2f2f2;
  color: #fff;
  padding: 4px 20px;
  text-align: right;
  min-width: 94px;
}

.cf-custom-content-02 .event-info-sub td {
  background: #fff;
  border-top: 5px solid #f2f2f2;
  border-bottom: 8px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #fff;
  padding: 4px 20px;
  font-weight: 400;
  line-height: 20px;
}



.cf-custom-content-02 .event-info-sub-day {
  margin: 10px 0 0 0;
  font-weight: 700;
}

.cf-custom-content-02 .sns-outer {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.cf-custom-content-02 .sns-inner {
  margin: 10px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .cf-custom-content-02 .event-info-main .last td:last-child {
    border-bottom: solid 1px #fff;
    width: 100%;
  }

  .cf-custom-content-02 .event-info-main {
    width: 100%;
  }

  .cf-custom-content-02 .event-info-main th,
  .cf-custom-content-02 .event-info-main td {
    border: 1px solid #fff;
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .cf-custom-content-02 .event-info-main td {
    padding: 10px 0 15px 0;
  }

  .cf-custom-content-02 .event-info-main th {
    padding: 2px
  }

  .cf-custom-content-02 .event-info-main tr {
    border: 1px solid #fff;
    padding: 0;
  }
}

.cf-custom-content-02 .event-info-main dl {
  display: flex;
  flex-wrap: nowrap;
}

.cf-custom-content-02 .event-info-main dt {
  background-color: #999;
  color: #fff
}

.cf-custom-content-02 time {
  display: inline;
}

.cf-custom-content-02 .mgt20 {
  margin-top: 20px !important;
}

.cf-custom-content-02 .pgt20 {
  padding-top: 32px !important;
}

.cf-custom-content-02 .eventimg {
  display: block;
  position: relative;
  overflow: hidden;
}

.cf-custom-content-02 .eventimg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cf-custom-content-02 .eventimg .eventdate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 179, 214, 0.7);
  text-align: center;
  padding: 8px;
  color: #fff;
  text-shadow: 0 0 10px #00b3d6;
  font-size: 32px;
  font-weight: 700;
}

.cf-custom-content-02 .eventtitle-date {
  font-size: 18px;
  line-height: 22px;
  padding-top: 5px;
  box-sizing: border-box;
}

.cf-custom-content-02 .event-badge {
  position: absolute !important;
  opacity: 0.8 !important;
  top: 5px;
  left: 10px !important;
  width: 100px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2)) !important;
}


/*トップー３ポイント*/


.cf-custom-content-02 .point-list {
  margin: 28px 0 0 0;
}

.cf-custom-content-02 .point-list li {
  list-style-type: none;
  /*点を非表示*/
  position: relative;
  /*基準位置*/
  padding-left: 30px;
  text-indent: 0;
  margin: 5px 0px;
}

.cf-custom-content-02 .point-list li:before {
  font-family: 'Material Icons';
  content: "task_alt";
  font-size: 1.6em;
  color: #00b3d6;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 0.1em;
}

/*トップー参加予定企業*/

.cf-custom-content-02 .com-list-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cf-custom-content-02 .com-list-logo-in {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 150px;
  padding: 10px;
}

.cf-custom-content-02 .com-list-logo-in img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.cf-custom-content-02 .com-list-logo-txt {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

/*トップーコンテンツリンクボタン*/

.cf-custom-content-02 .button-inner-button {
  position: relative;
  box-sizing: border-box !important;
  display: inline-block;
  width: 100%;
  align-self: stretch;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 20px 30px 20px 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: .3s;
  /* background-color: rgba(0, 179, 214, 1); */
  background-color: rgb(255, 134, 0);
  border-radius: 30px;
  color: #fff;

}

.cf-custom-content-02 .button-inner-button::after {
  display: block;
  position: absolute;
  color: #fff;
  top: 13px;
  right: 10px;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Material Icons';
  content: "arrow_forward";
}

.cf-custom-content-02 .button-inner-button:hover {
  background-color: rgba(0, 179, 214, 0.8);
}

.cf-custom-content-02 .button-inner-button-in-img {
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 120px;
}

.cf-custom-content-02 .button-inner-button-in-img img {
  width: 100%;
}

.cf-custom-content-02 .comingsoon {
  pointer-events: none;
  opacity: 0.8;
  position: relative;
}

.cf-custom-content-02 .comingsoon::before {
  display: inline-block;
  background-color: #f70000;
  color: #fff;
  content: 'Coming Soon!';
  position: absolute;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  top: calc(50% - 10px);
  left: calc(50% - 54px);
  transform: rotate(-3deg);
  opacity: 0.8;
  width: auto;
}

.cf-custom-content-02 .ended {
  pointer-events: none;
  opacity: 0.8;
  position: relative;
}

.cf-custom-content-02 .ended::before {
  display: inline-block;
  background-color: #000;
  color: #fff;
  content: '終了しました';
  position: absolute;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
  top: calc(50% - 10px);
  left: calc(50% - 54px);
  transform: rotate(-3deg);
  opacity: 0.8;
  width: auto;
}

.cf-custom-content-02 .button-balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 20px;
  width: calc(100% - 40px) !important;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  background: #f2f2f2;
  ;
}

.cf-custom-content-02 .button-balloon:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f2f2f2;
  ;
}



.cf-custom-content-02 .font140 {
  font-size: 20px;
  line-height: 24px;
}

.cf-custom-content-02 .font120 {
  font-size: 16px;

}

.cf-custom-content-02 .fontred {
  color: #fa4141;
}

.cf-custom-content-02 .fontbold {
  font-weight: bold;
}

.cf-custom-content-02 .forpc {
  display: block;
}

.cf-custom-content-02 .forsp {
  display: none;
}

.cf-custom-content-02 .event-head {
  color: #FFF;
  float: left;
  padding: 0.1rem;
  margin-right: 0.5rem;
  text-align: center;
  width: 11.5rem;
}

.cf-custom-content-02 .event-list {
  padding-left: 2rem;
  list-style-type: circle;
}

.cf-custom-content-02 .event-list-num {
  padding-left: 2rem;
  list-style-type: decimal;
}

.cf-custom-content-02 .event-list-num {
  padding-left: 2rem;
}

.cf-custom-content-02 .event-list-ol {
  padding-left: 2rem;
  list-style-type: decimal;
}

.cf-custom-content-02 .event-timetable {
  margin-top: 0.3rem;
}

.cf-custom-content-02 .event-time {
  color: #999;
  font-weight: bold;
  float: left;
  padding: 0.1rem;
  margin-right: 0.5rem;
  text-align: left;
  width: 6rem;
}

.cf-custom-content-02 .prc {
  color: #39F;
}

.cf-custom-content-02 .map {
  margin: 2rem 0;
}

.cf-custom-content-02 .event-timetable-note {
  display: inline-block;
  background-color: #fa4141;
  color: #fff;
  padding: 0 0.7rem;
}

.cf-custom-content-02 .scholor-p {
  overflow: auto;
  margin-bottom: 0;
  text-align: left;
}

.cf-custom-content-02 .click1 {
  display: inline-block;
  background-color: #fa4141;
  border: 2px solid #fa4141;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  cursor: pointer;
  font-size: 2.1rem;
  width: 100%;
  background-color: #fa4141;
  border: 2px solid #fa4141;
  color: #fff;
  font-size: 1.9rem;
  padding: 0.5em 0.3em;
}

.cf-custom-content-02 .click1:hover {
  color: #fa4141;
  transition: 0.3s;
  background-color: #fff;
}



.cf-custom-content-02 .question {
  float: left;
  order: 1;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  line-height: 2rem;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #eee;
  border: 3px solid #eee;
  z-index: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
}



.cf-custom-content-02 .question:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eee transparent transparent transparent;
  z-index: -1;
}

.cf-custom-content-02 .voice {
  float: left;
  order: 1;
  position: relative;
  display: inline-block;
  padding: 0.7rem;
  color: #000;
  text-align: left;
  background: #fff;
  border: 3px solid #9CF;
  z-index: 0;
  margin-bottom: 2rem;
  border-radius: 2rem;
}

.cf-custom-content-02 .voice:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 70%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #FFF transparent transparent transparent;
  z-index: 0;
}

.cf-custom-content-02 .voice:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 70%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #9CF transparent transparent transparent;
  z-index: -1;
}

.cf-custom-content-02 .voice2 {
  float: left;
  order: 1;
  position: relative;
  display: inline-block;
  padding: 0.7rem;
  color: #000;
  text-align: left;
  background: #fff;
  border: 3px solid #9CF;
  z-index: 0;
  margin-bottom: 2rem;
  border-radius: 2rem;
}

.cf-custom-content-02 .voice2:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #FFF transparent transparent transparent;
  z-index: 0;
}

.cf-custom-content-02 .voice2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 25%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #9CF transparent transparent transparent;
  z-index: -1;
}

.cf-custom-content-02 .top-mov {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  /* margin-top: 20px; */
}

.cf-custom-content-02 .top-mov-in {
  width: 49%;
  text-align: center;
  margin: 10px 0;
}

.cf-custom-content-02 .top-mov-in iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 220px;
}

.cf-custom-content-02 .balloon {
  display: inline-block;
  background: #00b3d6;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2rem;
  font-size: 12px;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 2rem !important;
}

.cf-custom-content-02 .balloon:after {
  border-top: 12px solid #00b3d6;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.cf-custom-content-02 .balloon-txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1.5px 1.5px 0 #fff;
  -webkit-text-stroke: 1px #444;
  text-stroke: 1px #444;
}

/* スポンサー*/
.cf-custom-content-02 .sp-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-custom-content-02 .sp-logo-in {
  padding: 15px;
  width: 25%
}

.cf-custom-content-02 .sp-logo-in img {

  width: 100%
}

/* top semminar*/
.cf-custom-content-02 .topsem {
  position: relative;
  margin: 32px 0 32px 0;
  padding: 10px 20px 5px 20px;
  /* 文章色 */
  background-color: #fff;
  /* 背景色 */
  border: 1px solid #00b3d6;
  /* 枠線の太さ・色 */
  width: 100%;
}

.cf-custom-content-02 .topsem {
  max-width: 720px;
}

.cf-custom-content-02 .topsem .extra {
  text-align: right;
  color: #f00;
  font-size: 16px;
  margin-bottom: 0;
}

.cf-custom-content-02 .topsem-title {
  position: absolute;
  padding: 0 10px;
  left: -1px;
  top: -15px;
  font-weight: bold;
  background-color: #00b3d6;
  /* タイトル背景色 */
  color: #fff;
  /* タイトル文字色 */
  font-size: 14px;
  line-height: 30px;
}

.cf-custom-content-02 .topsem-title2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 10px 0;
}

.cf-custom-content-02 .mark2 {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.cf-custom-content-02 .topsem-pout {
  /* margin-top: 12px; */
  padding: 0 0 12px 0;
  /* border-top: 1px solid #00b3d6; */
  display: flex;
  flex-wrap: wrap;
}

.cf-custom-content-02 .topsem-name {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.cf-custom-content-02 .topsem-name-b {
  background: #eee;
}

.cf-custom-content-02 .topsem-pin1 {
  width: 120px;
  min-width: 120px !important;
  text-align: center;
  padding: 0;
}

.cf-custom-content-02 .topsem-pin1 img {
  width: 100%;
  max-width: 300px;

}


.cf-custom-content-02 .topsem-pin2 {
  width: calc(100%);
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}


.cf-custom-content-02 .topsem-pin2 p {
  font-size: 16px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  border-left:solid 3px #00b3d6;
}

.cf-custom-content-02 .topsem-pout2 {
  margin-top: 1rem;
  border-top: 1px solid #00b3d6;
  display: flex;
  flex-wrap: wrap;
}



.cf-custom-content-02 .topsem-pin2-1 {
  width: 50%;
  min-width: 120px !important;
  text-align: center;
  padding: 10px 10px 10px 0;
}

.cf-custom-content-02 .topsem-pin2-1 img {
  width: 100%;

}


.cf-custom-content-02 .topsem-pin2-2 {
  width: 50%;
  text-align: left;
  font-size: 14px;
  padding: 10px 0;
}

/* SNS*/
.cf-custom-content-02 .top-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-custom-content-02 .top-logo-in {
  width: 17%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;

}

.cf-custom-content-02 .top-logo-in a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.cf-custom-content-02 .top-logo-in a img {
  width: 60%;
}


.cf-custom-content-02 .sem-header {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #00b3d6;
}

.sem-headimg {}

.sem-headimg img {
  width: 100%;
}

.cf-custom-content-02 .sem-detail {
  padding: 15px 0 15px 15px;
  font-weight: 700;
  display: inline-block;
}

.cf-custom-content-02 .sem-detail ul {
  list-style: none;
}

.cf-custom-content-02 .sem-detail li {
  padding: 0 !important;
  font-weight: 400;
  text-indent: -15px !important;
  padding-left: 15px !important;
}

.cf-custom-content-02 .sem-detail li:before {
  font-family: 'Material Icons';
  content: 'arrow_forward';
  color: #00b3d6;
  padding-right: 5px;
  font-size: 16px;
}

.cf-custom-content-02 .txt-note {
  color: rgb(245, 80, 80);
}

.cf-custom-content-02 .sem-school {
  padding: 15px;
  margin: 15px 0;
  border: 3px solid #00b3d6;
  display: inline-block;
  background-color: #f9f9f9;
}

.cf-custom-content-02 .sem-school .material-icons {
  color: #00b3d6;
  font-size: 28px !important;
}

.cf-custom-content-02 .sem-school .one-voice {
  color: #00b3d6;
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 10px;
}


.cf-custom-content-02 .sem-hplink a {
  width: 100%;
  display: inline-block;
  background: rgba(80, 161, 53, 1);
  border-radius: 10px;
  padding: 10px 25px;
  margin: 7px 0;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-out;
  cursor: pointer;
  position: relative;
}

.cf-custom-content-02 .sem-hplink a::after {
  position: absolute;
  top: 10px;
  right: 5px;
  font-family: 'Material Icons';
  content: 'arrow_forward';
  color: #fff;
  padding-right: 5px;
  font-size: 16px;

}

.cf-custom-content-02 .sem-hplink a:hover {
  background: rgba(80, 161, 53, 0.8);
}

.cf-custom-content-02 .cf-top-bnr {
  width: 100%;
  margin: 40px 0;
}

.cf-custom-content-02 .cf-top-bnr img {
  width: 100%;
  height: auto;
}

/* web semminar*/
.cf-custom-content-02 .websem-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.cf-custom-content-02 .websem-each {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.cf-custom-content-02 .websem-img img {
  height: 50px;
  margin-bottom: 1rem;
}

.cf-custom-content-02 .websem-img {
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
  text-align: center;
}

.cf-custom-content-02 .websem-com {
  font-size: 130%;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0 0 0;
  text-align: center;
  border-top: 1px solid #ddd;
  width: 100%;
}

.cf-custom-content-02 .websem-inds {
  color: #999;
  font-size: 80%;
  margin-bottom: 1rem;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
}

.cf-custom-content-02 .websem-info {
  font-size: 80%;
  margin-top: 1rem;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  border;
  none;
  cursor: pointer;
}

.cf-custom-content-02 .websem-view {
  background: #f3f8ff;
  border: 1px solid #3a50c9;
  width: 100%;
  padding: 0.5em 0.3rem;
  text-align: center;
  cursor: pointer;
}

.cf-custom-content-02 .websem-view img {
  width: 20px;
  margin-right: 1rem;
}

/* リボン */
.cf-custom-content-02 .event-catch-rib-outer {
  width: 100%;
  text-align: center;
}

.cf-custom-content-02 .event-catch-rib {
  display: inline-block;
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 15px auto 0 auto;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #fa4141;
}

.cf-custom-content-02 .event-catch-rib:before,
.cf-custom-content-02 .event-catch-rib:after {
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  content: '';
  border: 20px solid #fa4141;
}

.cf-custom-content-02 .event-catch-rib:before {
  left: -25px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.cf-custom-content-02 .event-catch-rib:after {
  right: -25px;
  border-right-width: 15px;
  border-right-color: transparent;
}


.cf-custom-content-02 .event-catch-rib span {
  position: relative;
  display: block;
}


/* LA紹介　*/
.cf-custom-content-02 .la-block {
  border: 3px solid #00b3d6;
  padding: 20px;
  margin: 20px 0;
}

.la-block-bln {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.la-block-bln-in1 {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  background: #00b3d6;
  padding: 7px 7px 7px 10px;
  margin: 0 0 10px 15px;
  transform: rotate(-2deg);
}



.la-block-bln-in1:before {
  position: absolute;
  top: 0;
  left: -12px;
  content: '';
  border-width: 13px 12px 13px 0;
  border-style: solid;
  border-color: transparent #00b3d6 transparent transparent;
}

.la-block-bln-in1:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -2px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: #fff;
}



.la-block-bln-in2 {
  color: #00b3d6;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 10px;
}

.la-block-bln-in3 {
  padding: 10px 0;
}

.la-block-bln-in3 img {
  width: 100%;
}

.la-block-bln-in4 {
  width: 100%;
}

.la-block-bln-in5 {
  width: 100%;
  padding: 10px;
  margin: 10px 0 0 0;
  background: rgba(231, 165, 35, 0.2)
}

.la-block-bln-in5 span {
  color: #00b3d6;
  font-weight: 700;
}



/*ボックス全体*/
.cf-custom-content-02 .switchbox {
  border: solid 1px #ccc;
  background: #f2f2f2;
  padding: 10px 20px 10px 10px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-left: solid 7px #00b3d6;
  width: 100%;
  position: relative;
}


/*ラベル*/
.cf-custom-content-02 .switchbox label {
  display: block;
  font-weight: bold;
  cursor: pointer;


}

/*チェックボックスを非表示にする*/
.cf-custom-content-02 .switchbox input {
  display: none;
}

/*中身を非表示にしておく*/
.cf-custom-content-02 .switchbox-show {
  height: 0;
  overflow-y: hidden;
  transition: 0.8s;
  /*ゆっくり表示させる*/
  opacity: 0;
}

/*クリックで中身を表示*/
.cf-custom-content-02 .switchbox input:checked+label+div {
  height: auto;
  opacity: 1;
}

/*アイコン*/
.cf-custom-content-02 .switchbox label::before {
  position: absolute;
  top: 12px;
  right: 3px;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 26px;
  transform: rotate(90deg);
}

/*クリックでアイコン入れ替え*/
.cf-custom-content-02 .switchbox input:checked+label::before {
  transform: rotate(-90deg);
}

/* FAQ */


.cf-custom-content-02 dl.qa {
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
  _zoom: 1;
}

.cf-custom-content-02 dl.qa dd,
.cf-custom-content-02 dl.qa dt {
  text-indent: -3.1em;
  padding: 0 15px 0px 50px;
}

.cf-custom-content-02 dl.qa dt {
  margin: 15px 15px 0 0;
}

.cf-custom-content-02 dl.qa dd:first-letter,
.cf-custom-content-02 dl.qa dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  line-height: 1.2em;
}

.cf-custom-content-02 dl.qa dd {
  margin: 20px 0 -1px 0;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.cf-custom-content-02 dl.qa dt:first-letter {
  color: #f08fc3;
}

.cf-custom-content-02 dl.qa dd:first-letter {
  color: #00b3d6;
}

dl.qa dt:first-letter {
  color: #cf7ca8;
}

dl.qa dd:first-letter {
  color: #00b3d6;
}

/* スカラーシップチャート */

.cf-custom-content-02 .scholar-tbl {
  display: flex;
  flex-wrap: nowrap;
  margin: 5px 0;
  align-items: center;
}

.cf-custom-content-02 .scholar-tbl-1 {
  padding: 3px 10px;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
}

.cf-custom-content-02 .scholar-tbl-2 {
  padding: 3px 5px
}

.cf-custom-content-02 .scholar-tbl-z {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  padding: 3px 10px;
  margin: 0 10px 0 0;
}

/* FAQ */


dl.qa {
  border-top: 1px solid #000;
  overflow: hidden;
  _zoom: 1;
}

dl.qa dd,
dl.qa dt {
  text-indent: -3.1em;
  padding: 0 15px 0px 50px;
}

dl.qa dt {
  margin: 15px 15px 0 0;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1.6em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  line-height: 1.2em;
}

dl.qa dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 15px;
}

dl.qa dt:first-letter {
  color: #cf7ca8;
}

dl.qa dd:first-letter {
  color: #00b3d6;
}

.oneqa {
  border: solid 1px #d8d8d8;
  margin: 1em 0;
}


.hidden_box label {
  border: solid 1px #d8d8d8;
  background: #f9f9f9;
  padding: 1em;
  font-weight: bold;
  border-left: solid 7px #00b3d6;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.hidden_box label::after {
  position: absolute;
  top: 15px;
  right: 3px;
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 26px;
  transform: rotate(90deg);
}


.hidden_box label:hover {
  background: #fff;
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  margin: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.hidden_box input:checked+.hidden_show {
  padding: 0 0 1.5em 0;
  height: auto;
  opacity: 1;
}

.hidden_box .hidden_show2 {
  margin: 0;
  overflow: hidden;
  transition: 0.8s;
  padding: 0 0 1.5em 0;
  height: auto;
  opacity: 1;
}

.hidden_box input:checked+.hidden_show2 {
  padding: 0;
  height: 0;
  opacity: 0;
}

.hidden_box input:checked+label::after {
  transform: rotate(-90deg);
}




.cf-custom-content-02 .sem-header {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #00b3d6;
}

.cf-custom-content-02 .txt-note {
  color: rgb(245, 80, 80);
}

.tbl-r05 td:first-child {}

/* ステッカー*/
.cf-custom-content-02 .last-winner-outer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0;
  box-sizing: border-box;
}

.cf-custom-content-02 .last-winner-inner {
  width: 31%;
  box-sizing: border-box;
}

.cf-custom-content-02 .last-winner-inner iframe {
  width: 100%;
  min-width: 310px !important;
  box-sizing: border-box;
}

#sem {
  max-width: 960px;
  margin: 0 auto 50px;
}

#sem .back {
  display: block;
  width: 100%;
  margin: 20px;
  text-align: center;
}

#sem .material-icons {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle
}

.cf-custom-content-02 .sem-headimg {
  margin: 20px 0;
  ;
}

.cf-custom-content-02 .sem-headimg img {
  width: 100%;
  border: 1px solid #00b3d6 !important;
}

.cf-custom-content-02 .sns-tit {
  width: 100%;
  font-size: 120%;
  font-weight: 700;
  padding: 30px 0 0 0;
  text-align: center;
}

.cf-custom-content-02 .sns {
  width: 100%;
  padding: 10px 0 30px 0;
  display: flex;
  justify-content: center;
}

.cf-custom-content-02 .sns-in {
  width: 90px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-custom-content-02 .sns-in1 {
  padding: 3px 0;

  text-align: center;

}

.cf-custom-content-02 .sns-in1 img {

  width: 90px;
}

.cf-custom-content-02 .sns-in2 {
  text-align: center;
  font-size: 5px;
}

@media only screen and (max-width: 1022px) {
  .cf-custom-content-02 .eventname {
    box-sizing: border-box;
    font-size: 34px;
    line-height: 34px;
  }

  .cf-custom-content-02 .eventtitle-date {
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
  }

  .cf-custom-content-02 .direction-map {
    width: 600px;
    height: 450px;
  }



  .cf-custom-content-02 .websem-each {
    width: 32%;
  }
}

@media only screen and (max-width: 959px) {
  #sem {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 599px) {
  .cf-custom-content-02 .forpc {
    display: none;
  }

  .cf-custom-content-02 .forsp {
    display: block;
  }

  .cf-custom-content-02 .pgt20 {
    padding-top: 40px !important;
  }

  .cf-custom-content-02 .eventimg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .cf-custom-content-02 .eventimg .eventdate {
    padding: 5px;
    font-size: 26px;
    line-height: 26px;
  }

  .cf-custom-content-02 .eventtitle-date {
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
    box-sizing: border-box;
  }

  .cf-custom-content-02 .event-catch {
    font-size: 20px;
    line-height: 1.3em;
  }

  .cf-custom-content-02 .event-info-b {
    font-size: 140%
  }

  .cf-custom-content-02 .event-head {
    font-size: 12px;
    line-height: 20px;
    color: #FFF;
    margin: 0 5px 3px 0;
    padding: 0 3px;
    text-align: center;
    width: 180px;
  }

  .cf-custom-content-02 .event-info-txt {
    line-height: 22px;
    padding: 0 3px;
  }

  .cf-custom-content-02 .eventtitle-date {
    font-size: 14px;
    line-height: 14px;
    box-sizing: border-box;
  }


  .cf-custom-content-02 .event-info-timetable {
    position: relative;
    padding: 20px 20px 20px 20px;
    background-color: #f2f2f2;
  }

  .cf-custom-content-02 h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .cf-custom-content-02 h2 {
    padding: 12px 12px;
    margin: 80px 0 20px 0;
    font-size: 20px;
    line-height: 26px;
  }

  .cf-custom-content-02 .sp-logo-in {
    padding: 15px;
    width: 50%
  }

  .cf-custom-content-02 .top-logo-in {
    width: 25%;
    padding: 20px 0 40px 0;
  }

  .cf-custom-content-02 .top-logo-in a img {
    width: 80%;
  }

  .cf-custom-content-02 .event-catch-rib {
    font-size: 12px;
    padding: 0 5px;
  }

  .cf-custom-content-02 .event-catch-rib:before {
    left: -25px;
    border-left-width: 10px;
    border-left-color: transparent;
  }

  .cf-custom-content-02 .event-catch-rib:after {
    right: -25px;
    border-right-width: 10px;
    border-right-color: transparent;
  }

  .la-block-bln-in2 {
    width: 100%;
  }

  .cf-custom-content-02 .tb01,
  .cf-custom-content-02 .tb01 tbody,
  .cf-custom-content-02 .tb01 tr {
    border: none !important;
  }

  .cf-custom-content-02 .tb01 {
    border-bottom: solid 1px #ccc !important;
  }

  .cf-custom-content-02 .tb01 .head {
    display: none;
  }

  .cf-custom-content-02 .tb01 th {
    background: rgba(80, 161, 53, 0.4);
  }

  .cf-custom-content-02 .cl1 {
    width: 100%;
    font-weight: 700;
  }

  .cf-custom-content-02 .cl2 {
    width: 100%;
  }

  .cf-custom-content-02 .cl3 {
    white-space: normal;
  }

  .cf-custom-content-02 .tb01 td,
  .cf-custom-content-02 .tb01 th {
    display: block;
    width: 100%;
    border: none;
    font-size: 3.7vw;
    padding: 0.4em 1em !important;
  }

  .cf-custom-content-02 .tb01 td {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 1.8;
    text-align: left;
    border-top: none !important;
    /* border-bottom: none !important; */
  }

  .cf-custom-content-02 .tb01 td.cl2 {
    font-weight: bold;
  }

  .cf-custom-content-02 .tb01 td.spflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .cf-custom-content-02 .tb01 td.spflex:before {
    width: 5em;
    color: #999;
    margin-right: 0.5em;
    display: block;
    line-height: 1.4em;
  }

  .cf-custom-content-02 .tb01 td.room {
    background: #f5f5f5;
  }

  .cf-custom-content-02 .tb01 td.room:before {
    content : "Room";
  }

  .cf-custom-content-02 .tb01 td.name:before {
    content : "企業名";
  }

  .cf-custom-content-02 .tb01 td.name.en:before {
    content : "Company";
  }

  .cf-custom-content-02 .tb01 td.seminar:before {
    content : "セミナー\Aタイトル";
  }

  .cf-custom-content-02 .tb01 td.seminar.en:before {
    content : "Seminar\ATitle";
  }

  .cf-custom-content-02 .tb01 td:before {
    content: attr(data-label);
    font-weight: bold;
    padding: 0px;
    display: inline;
    font-size: 80%;
    color: #999;
  }

  .cf-custom-content-02 .topsem-pin1 {
    width: 100%;
  }

  .cf-custom-content-02 .topsem-pin2 {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .cf-custom-content-02 .topsem-pin2 p {
    font-size: 3.5vw;
    line-height: 1.6em;
  }

  .cf-custom-content-02 .topsem-pin2-1 {
    width: 100%;
    padding: 10px 0 10px 0;
  }

  .cf-custom-content-02 .topsem-pin2-1 img {
    width: 100%;

  }


  .cf-custom-content-02 .topsem-pin2-2 {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px 0;
  }

  .cf-custom-content-02 .top-mov {
    flex-direction: column;
  }

  .cf-custom-content-02 .top-mov-in {
    width: 100%;

  }

  .cf-custom-content-02 .last-winner-outer {
    flex-direction: column;
  }

  .cf-custom-content-02 .last-winner-inner {
    width: 100%;
    margin: 10px 0;
  }

  .cf-custom-content-02 .bos-top-sp {
    flex-direction: column;

  }

  .cf-custom-content-02 .button-inner-button {
    width: 100%;

  }

  .cf-custom-content-02 .com-list-logo-in {
    width: 23%;
  }

  .cf-custom-content-02 .button-inner-button {
    margin: 20px 0 0 0;
    padding: 10px 30px 10px 60px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 40px;

  }

  .cf-custom-content-02 .button-inner-button::after {
    top: 17px;
    right: 7px;
  }

  .cf-custom-content-02 .button-inner-buttonver2 {
    padding: 20px 30px 20px 10px !important;
    line-height: 18px !important;

  }

  .cf-custom-content-02 .button-inner-buttonver2::after {
    top: 13px !important;
    right: 10px !important;
  }


  .cf-custom-content-02 .button-inner-button-in-img {
    bottom: 4px;
    left: 3px;
    width: 100px;
  }

  .cf-custom-content-02 .button-inner-button-in-img img {}

}




/* セミナーテーブル*/
.cf-custom-content-02 .tb01 .head {
  background: rgba(80, 161, 53, 0.4) !important;
  font-weight: 700 !important;
}

.cf-custom-content-02 .tb01 {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 30px 0;
}

.cf-custom-content-02 .cl1 {
  width: 170px;
  font-weight: 700;
}

.cf-custom-content-02 .cl2 {}

.cf-custom-content-02 .cl3 {
  white-space: nowrap;
}

.cf-custom-content-02 .tb01 th,
.cf-custom-content-02 .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}




/* リンクボタン */
.cf-custom-content-02 .btn,
.cf-custom-content-02 a.btn,
.cf-custom-content-02 button.btn {
  font-weight: 700;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  text-decoration: none;
  color: #000;
  border-radius: 0.5rem;

}

.cf-custom-content-02 a.btn-radius-solid {
  position: relative;
  border: 1px solid #ccc;
  background: #3559b5;
  color: #fff;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
  width: 650px;
  font-size: 15px;
  line-height: 20px;
  overflow-wrap: break-all;
  word-break: break-all;
  white-space: normal !important;
  padding: 10px 70px 10px 10px;
  margin: 10px 0;

  box-sizing: border-box;
}



.cf-custom-content-02 .sem-ttl {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}


.cf-custom-content-02 .top-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cf-custom-content-02 .flex-outer-in {
  margin: 10px 0;
  color: #fff;
  text-align: center;
}

.cf-custom-content-02 .flex-outer-in a {
  display: inline-block;
  background-image: linear-gradient(to right, #ed6ea0 0%, #e7a523 70%);
  border-radius: 30px;
  padding: 10px 15px;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.cf-custom-content-02 .flex-outer-in a:hover {
  opacity: 0.8;
}

.cf-custom-content-02 .flex-outer-in-over {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(to right, #897a80 0%, #989794 70%);
  border-radius: 30px;
  padding: 10px 15px;
  height: 100%;
  width: 100%;
  color: #ddd;
  font-size: 120%;
  font-weight: 700;
}

.cf-custom-content-02 .tbl-r04 tbody,
.cf-custom-content-02 .tbl-r04,
.cf-custom-content-02 .tbl-r04 tr {
  border: none !important;
  padding: 0 !important;
}

.cf-custom-content-02 .tbl-r04,
.cf-custom-content-02 .tbl-r05 {
  width: 100%;
  margin-top: 20px;
}

.cf-custom-content-02 .tbl-r04 th,
.cf-custom-content-02 .tbl-r05 th {
  background: rgba(80, 161, 53, 0.7);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.cf-custom-content-02 .tbl-des {
  margin: 20px 0 40px 0;
}

.cf-custom-content-02 .tbl-des th {
  background: #f2f2f2;
  border: solid 1px #ccc;
  padding: 10px;
}

.cf-custom-content-02 .tbl-des td {
  border: solid 1px #ccc;
  padding: 10px;
}

.cf-custom-content-02 .tbl-des th,
.cf-custom-content-02 .tbl-des td {
  text-align: left;
}

.cf-custom-content-02 .banner-img,
.cf-custom-content-02 .banner-img1,
.cf-custom-content-02 .banner-img-l {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}

.cf-custom-content-02 .banner-img img {
  width: 80%;
  height: auto;
}

.cf-custom-content-02 .banner-img1 img {
  width: 78%;
  height: auto;
}

.cf-custom-content-02 .banner-img-l img {
  width: 100%;
  height: auto;
}

.cf-custom-content-02 .comsem-ent {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cf-custom-content-02 .comsem-ent a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70%;
  height: auto;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  background-color: #f7db53;
  transition: 0.3s;
}

.cf-custom-content-02 .comsem-ent a:hover {
  color: #fff;
}

.cf-custom-content-02 .comsem-ent a span {
  z-index: 2;
  display: flex;
  align-items: center;
}

.cf-custom-content-02 .comsem-ent a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #d7d0a4, #d7d0a4 3px, transparent 0, transparent 6px);
  z-index: 1;
}

.cf-custom-content-02 .comsem-ent a:hover span {}

.cf-custom-content-02 .balloon1-right {
  position: relative;

  margin: 15px;
  padding: 7px 15px;
  color: #555;
  font-size: 16px;
  background: #fff;
  z-index: 2;
  border-radius: 5px;
}

.cf-custom-content-02 .balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  margin-left: -6px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.cf-custom-content-02 .balloon1-right .highlighter {
  display: inline-block;
  padding: 0 2px 2px 2px;
  margin: 0 1px;
  background: linear-gradient(transparent 60%, #94ff5f 60% 90%, transparent 90%);
}

.cf-custom-content-02 .forcomsem {
  z-index: 2;
  font-size: 36px;
  color: #fff;
  margin: 0 0 0 5px;
}

/* データページ*/
.cf-custom-content-02 .anc-d {
  display: inline-block;
  height: 1px;
  margin-bottom: 40px;
}

.cf-custom-content-02 .mainlink-outer {
  display: flex;
  justify-content: space-between;
}

.cf-custom-content-02 .mainlink-outer a {
  display: inline-block;
  position: relative;
  width: 30%;
  padding: .5em .7em;
  border: 2px solid #00b3d6;
  box-shadow: 5px 5px #00b3d6;
  color: #00b3d6;
  font-size: 18px;
  font-weight: 700;
  background-color: #f4dcff;
  margin-bottom: 20px;
}

.cf-custom-content-02 .mainlink-outer a::after {
  position: absolute;
  font-family: 'Material Icons';
  content: 'arrow_circle_down';
  font-size: 26px;
  top: 7px;
  right: 5px;
}

.cf-custom-content-02 .data-mida {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: .5em .7em;
  border: 2px solid #00b3d6;
  box-shadow: 5px 5px #00b3d6;
  color: #00b3d6;
  font-size: 18px;
  font-weight: 700;
  background-color: #f4dcff;
  margin: 0 0 20px 0;
}

.cf-custom-content-02 .q-outer {

  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 20px 0;
}

.cf-custom-content-02 .chart-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.cf-custom-content-02 .chart-block1 {
  width: 230px;
  height: auto;
}

.cf-custom-content-02 .chart-block4 {
  width: 230px;
  height: auto;
  padding: 0 0 0 20px;
}

.cf-custom-content-02 .chart-block2 {
  width: calc(100% - 230px);
}

.cf-custom-content-02 .chart-block3 {
  width: 50%;
}

.cf-custom-content-02 .chart-block4 {
  width: 230px;
}

.cf-custom-content-02 .pie-chart {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.cf-custom-content-02 .chart-tbl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin: 10px 0;
  position: relative;
  height: 30px;
}

.cf-custom-content-02 .chart-tbl::before {
  border-bottom: 3px dotted #ccc;
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.cf-custom-content-02 .chart-tbl1 {
  font-size: 16px;
  display: flex;
  background-color: #fff;
  padding: 0 10px 0 0;
}

.cf-custom-content-02 .chart-tbl2 {
  width: 30px !important;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  flex-shrink: 0;
}

.cf-custom-content-02 .chart-tbl2s {
  width: 30px !important;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 3px;
  flex-shrink: 0;
}

.cf-custom-content-02 .chart-tbl3 {
  font-size: 14px;
  background-color: #fff;
  padding: 0 0 0 10px;
}

.cf-custom-content-02 .chart-tbl3 span {
  font-size: 18px;

}

.cf-custom-content-02 .data-divider {
  position: relative;
  width: 100%;
  color: #00b3d6;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 0px;
  margin: 10px 0 20px 0;
}

.cf-custom-content-02 .data-divider:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #00b3d6, #00b3d6 1px, #f4dcff 2px, #f4dcff 5px);
  background-image: repeating-linear-gradient(-45deg, #00b3d6, #00b3d6 1px, #f4dcff 2px, #f4dcff 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cf-custom-content-02 .bar-chart {

  width: 200px;
  margin: 0;
}

.cf-custom-content-02 .bar-chart-m {
  width: 100% !important;
}

.cf-custom-content-02 .bar-chart>div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.cf-custom-content-02 .bar-chart dt {
  width: 40px;
  min-width: 40px;
}

.cf-custom-content-02 .bar-chart dd {
  white-space: nowrap;
  margin: 0;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.cf-custom-content-02 .bar-chart-m dd {
  color: #00b3d6;
  background-color: #f4dcff;
}

.cf-custom-content-02 .bar-chart-m dd {
  color: #00b3d6;
  font-weight: 700;
  background-color: #f4dcff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
}

.cf-custom-content-02 .bar-chart span {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
  border-radius: inherit;
  color: #00b3d6;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  white-space: nowrap;
}

.cf-custom-content-02 .bar-chart-m span {
  color: #f4dcff;
  font-weight: 700;
}

/* データページ-rev*/

.cf-custom-content-02 .detaimgouter1,
.cf-custom-content-02 .detaimgouter2 {
  width: 100%;
  text-align: center;
}

.cf-custom-content-02 .detaimgouter2 {
  padding: 30px 0;
}

.cf-custom-content-02 .detaimgouter1 img {
  width: 66%;
  height: auto;
}

.cf-custom-content-02 .detaimgouter2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .tbl-r05 {
    width: 100%;
  }

  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 tr {
    width: 100%;
  }

  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
    border: none !important;
  }

  .tbl-r05 td:first-child {
    background: #999;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .cf-custom-content-02 .tbl-r05 td:first-child {
    background: rgba(80, 161, 53, 0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .tbl-r04 .thead {
    display: none;
  }

  .tbl-r04 tr,
  .tbl-r04 td {
    display: block;
    width: 100%;
    position: relative;
    margin-top: -1px;
    border-top: 1px solid #fff;
  }

  .tbl-r04 td:first-child:before {
    content: "日程";
    background: rgba(80, 161, 53, 0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }

  .tbl-r04 tr {
    margin: 40px 0 20px 0;
  }



  .cf-custom-content-02 .tbl-des tr:last-child {
    border-bottom: solid 2px #ccc;
  }

  .cf-custom-content-02 .tbl-des {
    width: 100%;
  }

  .cf-custom-content-02 .tbl-des th,
  .cf-custom-content-02 .tbl-des td {
    border-bottom: none;
    display: block;
    width: 100%;
  }

  .cf-custom-content-02 .top-outer-in1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .cf-custom-content-02 .top-outer-in1 img {
    width: 60%;
  }

  .cf-custom-content-02 .top-outer-in2 {
    width: 100%;
  }



  .cf-custom-content-02 .top-mov-in iframe {
    min-height: 240px;
  }

  .cf-custom-content-02 .banner-img img,
  .cf-custom-content-02 .banner-img-l img {
    width: 100%;
    height: auto;
  }

  .cf-custom-content-02 .banner-img1 img {
    width: 100%;
    height: auto;
  }

  .cf-custom-content-02 .comsem-ent a {
    flex-direction: column;
    padding-bottom: 5px;
  }

  .cf-custom-content-02 .balloon1-right:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    margin-top: -5px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

  .cf-custom-content-02 .comsem-ent a {
    width: 100%;
  }

  .cf-custom-content-02 .chart-block {
    flex-direction: column;
  }

  .cf-custom-content-02 .chart-block1 {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .cf-custom-content-02 .chart-block4 {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .cf-custom-content-02 .chart-block2 {
    width: 100%;
  }

  .cf-custom-content-02 .chart-tbl3 span {
    font-size: 22px;

  }

  .cf-custom-content-02 .bar-chart {
    width: 100%;
  }

  .cf-custom-content-02 .bar-chart span {
    padding-right: 5px;
  }

  .cf-custom-content-02 .bar-chart dt {
    width: 30px;
    min-width: 30px;
    font-size: 12px;
  }

  .cf-custom-content-02 .bar-chart-m dd {
    font-size: 12px;
    padding: 0 5px 0 0;
  }

  .cf-custom-content-02 .detaimgouter1 img {
    width: 80%;
    height: auto;
  }
}



.cf-custom-content-02  .company-list {
  margin-bottom: 50px;
}

.cf-custom-content-02  .company-list figure {
  display: block;
  text-align: center;
}

.cf-custom-content-02  .company-list p {
  text-align: center;
  font-weight: bold;
  padding-top: 0.5em;
}

.cf-custom-content-02 .company-list p strong {
  color: #f70000;
  font-size: 32px;
}


.cf-custom-content-02 div.strong {
  border:solid 1px #00b3d6;
  border-right-width:10px;
  border-left-width:10px;
  font-weight: bold;
  background: #fff;
  font-size: 20px;
  padding: 0.5em 1.5em;
  color: #00b3d6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}


.cf-custom-content-02 .ribbon {
  font-size: 1.7rem;
  font-weight: bold;
  width: 170px;
  padding: 3px 10px;
  background: rgba(194, 4, 4, 0.7);
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -35px;
  text-transform: uppercase;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  z-index: 5; }
