/*各イベントの色

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

ロサンゼルスキャリアフォーラム
RGB:231, 165, 35
Hex:e7a523


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

東京サマーキャリアフォーラム
RGB:80, 24, 21
Hex:50a135

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


東京ウインターキャリアフォーラム
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: 1.6;
}

.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: 8px 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: #89ABE3;
  /*点の色*/
}

.cf-custom-content-02 .eventcolor {
  color: #002e6a;
}

.cf-custom-content-02 .eventbgcolor {
  background-color: #002e6a;
}

.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 {
  background: rgba(0, 46, 106, 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 {
  position: relative;
  padding: 12px 3px 12px 12px;
  margin: 20px 0 40px 0;
  background-color: #eaeff8;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.cf-custom-content-02 h1::before,
.cf-custom-content-02 h1::after {
  position: absolute;
  bottom: 8px;
  z-index: -1;
  content: '';
  width: 20%;
  height: 30%;
  box-shadow: 0 7px 10px rgba(0, 0, 0, .2);
}

.cf-custom-content-02 h1::before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: .2em;
}

.cf-custom-content-02 h1::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: .2em;
}

.cf-custom-content-02 h2 {
  padding: 12px 3px 12px 12px;
  margin: 60px 0 20px 0;
  border-top: 1px solid #002e6a;
  border-bottom: 1px solid #ccc;
  border-left: 12px solid #002e6a;
  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;
  padding: 0 0;
  margin: 40px 0 20px 0;
  text-align: left;
}

.cf-custom-content-02 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #89ABE3;
}

.cf-custom-content-02 h3 span {
  position: relative;
  padding: 0 1em;
  background: #89ABE3;
  color: #fff;
}



.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;
  line-height: 20px;

}



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

.cf-custom-content-02 .event-info-main th {
  background: #002e6a;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 1px solid #002e6a;
  border-right: 1px solid #002e6a;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
}

.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: #002e6a;
  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: #89ABE3;

  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 .event-info-note {
  padding: 0;
  font-size: 12px;
  line-height: 16px !important;
}

.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 .bnr-mgt {
  margin-top: 40px !important;
}

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

.cf-custom-content-02 .eventimg {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
}

.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, 46, 106, 0.7);
  text-align: center;
  padding: 8px;
  color: #fff;
  text-shadow: 0 0 10px #002e6a;
  font-size: 32px;
  line-height: 1.2;
  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: #89ABE3;
  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 .pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(137, 171, 227, 0.6);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(137, 171, 227, 0);
  }
}

/*blink*/
.cf-custom-content-02 .blink {
  animation: blink-animation 2s infinite;
}

@keyframes blink-animation {
  0% {
    text-shadow: 0px 0px 0px rgba(137, 171, 227, 0);
    opacity: 0.7;
  }




  50% {
    text-shadow: 0px 0px 10px rgba(137, 171, 227, 1);
    opacity: 1;
  }

  100% {
    text-shadow: 0px 0px 0px rgba(137, 171, 227, 0);
    opacity: 0.7;
  }

}


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

.cf-custom-content-02 .button-inner-button-outer {
  padding: 0 20px;
}

.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, 46, 106, 1);
  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";
  transition: .3s;
}

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

.cf-custom-content-02 .button-inner-button:hover::after {
  right: 5px;
}

.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: 0 0 20px 0;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: #f2f2f2;
}

.cf-custom-content-02 .button-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 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ーー {

  position: relative;
  padding-left: 20px;
  text-indent: 0;
  margin: 5px 0px;
}

.cf-custom-content-02 ol.event-list-num {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: test02_number;
}

.cf-custom-content-02 ol.event-list-num li {
  padding-left: 20px;
  text-indent: 0;
  margin: 8px 0px;
  position: relative;
}

.cf-custom-content-02 ol.event-list-num li:before {
  position: absolute;
  counter-increment: test02_number;
  /*「test02_number」は任意の物でOK*/
  content: counter(test02_number)".";
  left: 0;
  top: 0;
  color: #89ABE3;
  font-weight: 700;
}

.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-outer {
  display: flex;
  flex-direction: column;
}

.cf-custom-content-02 .voice {
  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 {
  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: #89ABE3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2rem;
  font-size: 12px;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 2rem auto !important;
}

.cf-custom-content-02 .balloon:after {
  border-top: 12px solid #89ABE3;
  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 0 0;
  padding: 10px 20px 5px 20px;
  /* 文章色 */
  background-color: #fff;
  /* 背景色 */
  border: 1px solid #89ABE3;
  /* 枠線の太さ・色 */
  width: 100%;
}

.cf-custom-content-02 .topsem-title {
  position: absolute;
  padding: 0 10px;
  left: -1px;
  top: -15px;
  font-weight: bold;
  background-color: #89ABE3;
  /* タイトル背景色 */
  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: 12px 0;
  border-top: 1px solid #89ABE3;
  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% - 120px);
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 20px;
}

.cf-custom-content-02 .topsem-pout2 {
  margin-top: 1rem;
  border-top: 1px solid #002e6a;
  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: #002e6a;
}

.cf-custom-content-02 .sp-bnr {
  width: 100%;
  margin: 20px 0;
  border: none;
}


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

.sem-headimg {}

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

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

.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: #002e6a;
  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 #002e6a;
  display: inline-block;
  background-color: #f9f9f9;
}

.cf-custom-content-02 .sem-school .material-icons {
  color: #002e6a;
  font-size: 28px !important;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

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


.cf-custom-content-02 .sem-hplink a {
  width: 100%;
  display: inline-block;
  background: rgba(0, 46, 106, 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(0, 46, 106, 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 #002e6a;
  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: #002e6a;
  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 #002e6a 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: #002e6a;
  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(27, 54, 93, 0.2)
}

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



/*FAQ*/
.cf-custom-content-02 .switchbox {
  padding: 12px 3px 12px 12px;
  margin: 40px 0 40px 0;
  border-top: 1px solid #002e6a;
  border-bottom: 1px solid #ccc;
  border-left: 12px solid #002e6a;
  border-right: 1px solid #ccc;

  background: #fff;
  width: 100%;
  position: relative;
}


/*ラベル*/
.cf-custom-content-02 .switchbox label {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  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);
}




.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: -37px;
  padding: 0 15px 0px 45px;
}

.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 0;
  line-height: 1.2em;
}

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

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

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

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

dl.qa dd:first-letter {
  color: #89ABE3;
}

.cf-custom-content-02 dl.qa dd li {
  text-indent: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 20px;
}

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

.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;
  width: 140px;
  display: flex;
  flex-wrap: nowrap;
}

.cf-custom-content-02 .scholar-tbl-2 {
  padding: 3px 5px;
  width: calc(100% - 140px);
}

.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: #89ABE3;
}

.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 #002e6a;
  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 .top-con-outer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;

}

.cf-custom-content-02 .top-con-inner1 {
  width: 25%;
  order: 2;
}

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

.cf-custom-content-02 .top-con-inner2 {
  width: 75%;
  order: 1;
}

/*事前準備コンテンツコンテンツリンクボタン*/

.cf-custom-content-02 .button-contents-pre {
  position: relative;
  box-sizing: border-box !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  text-align: left;
  margin: 40px 0;
  padding: 20px 30px 20px 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: .3s;
  background-color: rgba(0, 46, 106, 1);
  border-radius: 34px;
  color: #fff;

}

.cf-custom-content-02 .button-contents-pre::after {
  display: block;
  position: absolute;
  color: #eaeff8;
  top: 18px;
  right: 10px;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Material Icons';
  content: "arrow_forward";
  transition: .3s;
  transform: rotate(90deg);
}

.cf-custom-content-02 .button-contents-pre:hover {
  background-color: rgba(0, 46, 106, 0.8);
}

.cf-custom-content-02 .button-contents-pre:hover::after {
  top: 23px;
}


.cf-custom-content-02 .sem-header {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #002e6a;
}

.cf-custom-content-02 .sem-ev-tit {
  position: relative;
  box-sizing: border-box !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  align-self: stretch;
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 20px 30px 20px 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  transition: .3s;
  background-color: rgba(0, 46, 106, 1);
  border-radius: 0px;
  color: #fff;
}

.cf-custom-content-02 .sem-ev-tit-feature {
  margin: 100px 0 20px 0;
}

.cf-custom-content-02 .sem-lbl span.material-symbols-outlined {
  font-size: 20px !important;
  padding: 0 2px 0 0;
}

.cf-custom-content-02 .sem-step {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  margin: 0 8px 0 0;
  font-weight: 700;
  background-color: #eaeff8;
  border-radius: 20px;
  color: #002e6a;
}

.cf-custom-content-02 .sem-lbl-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cf-custom-content-02 .sem-lbl {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 4px 12px 4px 10px;
  color: #002e6a;
  background: #f6ff5f;
  white-space: nowrap;
}

.cf-custom-content-02 .sem-lbl:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '';
  border-width: 14px 10px 14px 0;
  border-style: solid;
  border-color: transparent #f6ff5f transparent transparent;
}

.cf-custom-content-02 .sem-lbl:after {
  position: absolute;
  top: calc(50% - 3px);
  left: -1px;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #002e6a;
}

.cf-custom-content-02 .special-balloon {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 20px;
  width: 100%;
  color: #000;
  font-size: 16px;
  background: #eaeff8;
}

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


.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: 49%;
  box-sizing: border-box;
}

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

.cf-custom-content-02 .last-winner-inner-r img {
  width: 100%;

}


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

#sem .back {
  display: inline-block !important;
  width: 100%;
  padding: 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 #002e6a !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: 60px;
}

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

/*リアルタイム社数*/
.cf-custom-content-02 .com-number {
  width: 100%;
  height: 80px !important;
  border: none;
  overflow: visible;
  margin-top: -20px;
}

.cf-custom-content-02 .com-number::-webkit-scrollbar {
  display: none !important;
}

.scraped-com {
  width: auto;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 52px;
  line-height: 52px;
  align-content: flex-end;
  margin: 0;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Noto Sans Japanese', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.scraped-com .txt-empnum {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.scraped-com .num {
  line-height: 16px;
  font-size: 16px;
  margin: 0 4px 4px 4px;
}

.cf-custom-content-02 .num-sub {
  text-align: center;
  margin: 28px 0 0 0;
  font-size: 14px;
}

.cf-custom-content-02 .gaia {
  margin: 40px 0 0 0;
}

.cf-custom-content-02 .gaia a {
  display: block;
  margin: 10px 0;
}

@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 .bnr-mgt {
    margin-top: 80px !important;
  }

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

  .cf-custom-content-02 .eventimg {
    height: 180px;
  }

  .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: 60px 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(0, 46, 106, 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;
  }

  .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: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-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: 50px;

  }

  .cf-custom-content-02 .button-inner-button::after {
    top: 30px;
    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 .sem-ev-tit,
  .cf-custom-content-02 .button-contents-pre {
    flex-direction: column;
    align-items: flex-start;
  }




  .cf-custom-content-02 .sem-step {
    margin: 0 8px 12px 0;
  }

  .cf-custom-content-02 .sem-lbl-outer {
    margin: 12px 0 0 0;
  }

  .cf-custom-content-02 .button-contents-pre::after {
    top: 50px;
  }

  .cf-custom-content-02 .button-contents-pre:hover:after {
    top: 55px;
  }

  .cf-custom-content-02 .top-con-outer {
    flex-direction: column;

  }

  .cf-custom-content-02 .top-con-inner1 {
    width: 100%;
    order: 1;
    text-align: center;
    padding-bottom: 8px;
  }

  .cf-custom-content-02 .top-con-inner1 img {
    width: 60%;
    height: auto
  }

  .cf-custom-content-02 .top-con-inner2 {
    width: 100%;
    order: 2;
  }
}




/* セミナーテーブル*/
.cf-custom-content-02 .tb01 .head {
  background: rgba(0, 46, 106, 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-r06 {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #d8d8d8;
}

.cf-custom-content-02 .tbl-r06 th,
.cf-custom-content-02 .tbl-r06 tr,
.cf-custom-content-02 .tbl-r06 td {
  border: 1px solid #d8d8d8;
  padding: 10px;
}

.cf-custom-content-02 .tbl-r06 th {
  background: rgba(27, 54, 93, 0.7);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.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(0, 46, 106, 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;
}

@media screen and (max-width: 599px) {
  .cf-custom-content-02 .tbl-r05 td:first-child {
    background: rgba(27, 54, 93, 0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
  }


  .cf-custom-content-02 table.tbl-r04,
  .cf-custom-content-02 table.tbl-r04>tbody {
    padding: 0;
  }

  .cf-custom-content-02 table.tbl-r04>tbody>tr {
    border: none !important;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .cf-custom-content-02 table.tbl-r04>tbody,
  .cf-custom-content-02 table.tbl-r04>tbody>tr>td,
  .cf-custom-content-02 table.tbl-r04>tbody>tr>th {
    border: none !important;

  }

  .cf-custom-content-02 .tbl-r04 th:last-child {
    display: none;
  }

  .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-top: 1px solid #d8d8d8;
    border-right: none;
    border-left: none;
    border-bottom: none;

  }

  .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(27, 54, 93, 0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }



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

  .tbl-r05-l td {
    text-align: left !important;
  }

  .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(27, 54, 93, 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%;
  }

  .cf-custom-content-02 .tbl-r06 th:last-child {
    display: none;
  }

  .cf-custom-content-02 table.tbl-r06>tbody>tr {
    border: none !important;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .cf-custom-content-02 .tbl-r06>tbody {
    border: none !important;

  }

  .cf-custom-content-02 .tbl-r06 th {
    border: none !important;
  }

  .cf-custom-content-02 .tbl-r06 td {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
  }

  .cf-custom-content-02 .tbl-r06 td:last-child {
    border-top: none !important;

  }

  .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 .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 .pie-chart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  justify-content: space-between;
}

.cf-custom-content-02 .box {

  min-width: 170px;
  width: 33.3333333333%;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;

}

.cf-custom-content-02 .box2 {
  width: 49%;
  margin: 20px 0 20px 0;
}

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

.cf-custom-content-02 .chart-tit-text-outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 10px 0;
  border-top: 1px dotted #ccc;
}

.cf-custom-content-02 .chart-tit-text {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  line-height: 2rem;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #002e6a;
  border: 3px solid #002e6a;
  z-index: 0;
  margin: 40px 0 20px 0;
  border-radius: 0.5rem;
}

.cf-custom-content-02 .chart-tit-text:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #002e6a transparent transparent transparent;
  z-index: 0;
}

.cf-custom-content-02 .chart-tit-text: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: #002e6a transparent transparent transparent;
  z-index: -1;
}

.cf-custom-content-02 .chart-tit-img {
  width: 120px;
  text-align: center;
  margin: 10px 0 0 10px;
}

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

.cf-custom-content-02 .box .percent {
  position: relative;
  width: 150px;
  height: 120px;
  background-color: #fff !important;
}

.cf-custom-content-02 .box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cf-custom-content-02 .box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 220;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.cf-custom-content-02 .box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  color: #111;
  background: none;
}


.cf-custom-content-02 .box .percent .number .title {
  font-size: 40px;
  line-height: 40px;
}

.cf-custom-content-02 .box .percent .number .title span {
  font-size: 18px;
}

.cf-custom-content-02 .yes {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;

}

.cf-custom-content-02 .col1 {
  color: #002e6a;
}

.cf-custom-content-02 .col2 {
  color: #ff6f3c;
}

.cf-custom-content-02 .col3 {
  color: #1fd26c;
}

.cf-custom-content-02 .col4 {
  color: #70a1d7;
}

.cf-custom-content-02 .col5 {
  color: #ff9de2;
}

.cf-custom-content-02 .col6 {
  color: #B693FE;
}

.cf-custom-content-02 .col7 {
  color: #99ddcc;
}

.cf-custom-content-02 .col8 {
  color: #BAD7DF;
}

.cf-custom-content-02 .col9 {
  color: #999;
}


.cf-custom-content-02 .bcol1 {
  background-color: #03bcf4;
}

.cf-custom-content-02 .bcol2 {
  background-color: #ff6f3c;
}

.cf-custom-content-02 .bcol3 {
  background-color: #1fd26c;
}

.cf-custom-content-02 .bcol4 {
  background-color: #70a1d7;
}

.cf-custom-content-02 .bcol5 {
  background-color: #ff9de2;
}


.cf-custom-content-02 .box .percent .line {
  stroke-dasharray: 220;
}

.cf-custom-content-02 .box.blue .percent .line {

  stroke: #002e6a;
  animation: circleAnim1 1s forwards;

}

.cf-custom-content-02 .box.blue .percent .line1-2 {

  stroke: #002e6a;
  animation: circleAnim1-2 1s forwards;

}

.cf-custom-content-02 .box.red .percent .line {

  stroke: #ff6f3c;
  animation: circleAnim2 1s forwards;
}

.cf-custom-content-02 .box.green .percent .line {

  stroke: #1fd26c;
  animation: circleAnim3 1s forwards;
}

.cf-custom-content-02 .box.blue2 .percent .line {

  stroke: #03a9f4;
  animation: circleAnim4 1s forwards;

}

.cf-custom-content-02 .box.red2 .percent .line {

  stroke: #ff6f3c;
  animation: circleAnim5 1s forwards;
}

/*求職者は事前に企業に応募している？*/

@keyframes circleAnim1 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 197 440;
  }
}

@keyframes circleAnim1-2 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 116 440;
  }
}

@keyframes circleAnim2 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 156 440;
  }
}

@keyframes circleAnim3 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 132 440;
  }
}

@keyframes circleAnim4 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 132 440;
  }
}

@keyframes circleAnim5 {
  0% {
    stroke-dasharray: 0 440;

  }

  99.9%,
  to {
    stroke-dasharray: 156 440;
  }
}

/*------------------------------------
  bar graph
------------------------------------*/
.bar-graph {
  width: 49%;
  margin: 20px 0;

}



.graph-out {
  display: flex;

  align-items: center;
  height: 30px;
  width: 100%;
  margin: 10px 0;
}

.bar-graph-wrap {
  height: 30px;
  width: calc(100% - 70px);
  background-color: #f3f3f3;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-wrap: nowrap;
  color: #002e6a;
  font-size: 18px;
  font-weight: 700;
}

.graph-out .graph-txt {
  width: 70px;
  font-size: 12px;
  line-height: 14px;
}

.bar-graph-wrap .graph {
  height: 30px;

  left: 0;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
  padding: 0px 8px;
  margin: 0 8px 0 0;
  overflow: hidden;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  display: flex;

}



.bar-graph-wrap .graph span,
.bar-graph-wrap span {
  font-size: 12px;
  line-height: 32px;
}

.bar-graph-wrap .graph.col1 {
  background: #03a9f4;
  width: 73.9%;
}

.bar-graph-wrap .graph.col2 {
  background: #ff6f3c;
  width: 54.7%;
}

.bar-graph-wrap .graph.col3 {
  background: #1fd26c;
  width: 44.9%;
}

.bar-graph-wrap .graph.barg-col {
  background: #002e6a;
}



.bar-graph-wrap .baranim {
  animation: graphAnim 1s forwards;
}

@keyframes graphAnim {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}


/*========= 円グラフ ===============*/

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

.cf-custom-content-02 .chart-block-outer-forone {
  width: 100%;
  display: flex;
  justify-content: center;
}


.cf-custom-content-02 .chart-block-inner {
  width: 48%;
  display: flex;
  flex-direction: column;
}


.cf-custom-content-02 .one-chart-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0 20px 0;
}

.cf-custom-content-02 .chart-txt-area {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0 20px 0;
}

.cf-custom-content-02 .one-chart-area-mida {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0 0 12px 0px;
}

.cf-custom-content-02 .one-chart-area-mida span {
  background: linear-gradient(transparent 60%, #e1ff00 60% 100%);
}

.cf-custom-content-02 .chart-outer {
  width: 100%;
  display: flex;
  justify-content: center;

}

.cf-custom-content-02 .chart-outer img {
  width: 70%;

}

.cf-custom-content-02 .chart-txt {
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  padding: 0 0 0 12px;
}

.cf-custom-content-02 .chart-txt-one {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.cf-custom-content-02 .chart-txt-one-in1 {
  width: 20px;
  flex-shrink: 0;
}

.cf-custom-content-02 .chart-txt-one-in2 {
  padding: 8px 4px;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  flex-shrink: 2;
}


.cf-custom-content-02 .chart-txt-one-in1.col1 {
  background-color: #03a9f4;
}

.cf-custom-content-02 .chart-area {
  /*円グラフがスマホでつぶれないようにする*/
  position: relative;
  width: 270px;
  height: 270px;
}

#chart01,
#chart02 {
  height: 270px
}

@media screen and (max-width: 1239px) {

  .cf-custom-content-02 .chart-txt-area,
  .cf-custom-content-02 .chart-txt-area2 {
    width: 100%;
    margin: 12px 0 32px 0;
  }

  .cf-custom-content-02 .chart-txt {
    width: auto;

  }

  .cf-custom-content-02 .chart-txt-one {
    width: auto;
  }

  .cf-custom-content-02 .chart-area {
    /*円グラフがスマホでつぶれないようにする*/
    position: relative;
    width: 100%;
    height: 270px;
    margin: 0 0 12px 0;
  }
}

@media screen and (max-width: 599px) {
  .bar-graph {
    width: 100%;

  }

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

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


}


.fadeUpTrigger {
  opacity: 0;
}


@media screen and (max-width: 599px) {

  .cf-custom-content-02 .sp-logo {
    flex-direction: column;
  }

  .cf-custom-content-02 .top-add-blk-in1-flx {
    flex-direction: column;
  }

  .cf-custom-content-02 .top-add-blk-in1 {
    padding: 20px 20px;
  }

  .cf-custom-content-02 .top-add-blk-in1-flx-in1 {
    width: 100%;
    align-items: center;
  }

  .cf-custom-content-02 .top-add-blk-in1-flx-in1-2 img {
    width: 50%;
    text-align: center;
  }

  .cf-custom-content-02 .top-add-blk-in1-flx-in2 {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .cf-custom-content-02 .top-add-blk-in2 {

    padding-top: 46px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -46px;
  }

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

  .cf-custom-content-02 .box {
    width: 100%;
    margin-bottom: 32px;
  }
}