/* イベント共通パーツ */
body {
    background-attachment:fixed;

    /** ページ全体の背景色 **/
    background-color: #ECE9E4;

}

/* メイン領域の背景色 */
#pageW1 {
    /* メイン領域の背景色の透明度を加え、rgba()で指定する */
    background-color:rgba(236,233,228,0.5);



    /* 透明度をOpacityに変換するサンプル
    {Opacity} = (100 - {透明度})/100;
    */
}

/* ヘッダー領域*/
#SDEventHeadBody {
    /** ヘッダー背景色 **/
    background-color:#FFFFFF;
}

#SDEventHeadBody h2,
#SDEventHeadBody h3,
#SDEventHeadBody p {
    color:#000000;
}

/* 文字色 */
.CL1 .ticket_type,
.CL1 .ticket_type div,
.SDEvent1,
.SDEvent1 .CD1,
.SLEv1,
.SDEventContact1 .CL1,
.SLSocialForm1 li .ttl,
.SLSocialForm1 li .question,
.SLSocialForm1 li .ttl.required,
.SLSocialForm1 li .question.required,
#section .SDEvent1 .CDallR,
.CD1.eventDetailBlock,
.erInquiryBlockBody,
.SDEvent1 .CD1 .newsBlock,
.user_organization_description,
input.strA
.SLSocialForm1 .data .notein,
.SLSocialForm1 li .ttl,
.SLSocialForm1 li .question,
.includeTerm.noborder,
.inquiryCheckBox
 {
    color:#000000;
}

.SDEvent1 .CD1 a,
input.strB {
    color:#42B4FF;
}

.SDEvent1 .CH1,
.SDEventContact1 .CH1 {
    color:#333333;
}

/* ボーダー */
#promotionCodeBLock.typeB,
.eventListA li,
.eventListB li,
.SLEv1 li .CLHead1,
.SLEv1 li .CL1,
.SLSocialImport1,
.SDEventContact1 .CL1 li.heading {
    border-bottom-color:#CCCCCC;
}

#promotionCodeBLock,
.CDSubmit1 {
    border-top-color:#CCCCCC;
}

.SDEvent1,
.boxC,
.boxC .bbA,
.inputBoxB,
.inputBoxB h3,
.heading h3,
.selectSessionBlock .selectSessionBody,
.selectSessionBlock .selectSessionBody table,
.selectSessionBlock .selectSessionBody table th,
.selectSessionBlock .selectSessionBody table td,
#section .SDEvent1 .CDallR table,
.CD1.eventDetailBlock table,
.erInquiryBlockBody table,
.SDEvent1 .CD1 .newsBlock table,
#privacyBodyArea table,
.user_organization_description table,
#section .SDEvent1 .CDallR table td,
.CD1.eventDetailBlock table td,
.erInquiryBlockBody table td,
.SDEvent1 .CD1 .newsBlock table td,
#privacyBodyArea table td,
.user_organization_description table td,
#section .SDEvent1 .CDallR table th,
.CD1.eventDetailBlock table th,
.erInquiryBlockBody table td,
.SDEvent1 .CD1 .newsBlock table th,
#privacyBodyArea table th,
.user_organization_description table th,
.SDEventContact1,
.SDEvent1.mobileQRBlock,
.ticketSelectBlock {
    border-color:#CCCCCC;
}

#section .SDEvent1 .CDallR hr,
.CD1.eventDetailBlock hr,
.erInquiryBlockBody hr,
.SDEvent1 .CD1 .newsBlock hr,
#privacyBodyArea hr,
.user_organization_description hr {
    background-color:#CCCCCC;
}

/* 「枠線なし」の場合、以下を指定する */
.SDEvent1,
.SDEventContact1 {
    border:none !important;
}

/* 背景色 */
.SDEvent1 .CH1,
.SDEventContact1 .CH1 {
    background-color:#FFFFFF;
}

.SDEvent1 .CD1,
.fb-like-box,
.fb-comments,
input.strA,
.SDEventContact1,
.SDEventRt1,
.SDEvent1.mobileQRBlock {
    background-color:#FFFFFF;
}

/****************************************************

*** 区画 ++*
&gt; wrapper
&gt;&gt; section
&gt;&gt;&gt; (blocks-wrapper) &gt; block

*** テキスト ***
&gt; (texts-wrapper) &gt; text - large, middle, small

*** 注意事項 ***
EventRegist の SP画面(768px以下) では、強制的に
width: auto, box-sizing: content-box
が効くため、min-width, max-width を指定して調整するしかない。

****************************************************/

:root {
  /* スケジュール */
  --schedule-line-height: 60px;

  /* SPのサイズ変数 */
  --sp-er-wrapper-pd: 5px;
  --sp-wrapper-pd: 10px;
}

/****************************************************
 * EventRegist のスタイルを上書き &gt; PC
 ****************************************************/

/* トップ画像下のタイトル */
#SDEventHeadBody .title {
  padding-top: 20px !important;
  padding-right: 25px !important;
  padding-bottom: 25px !important;
  padding-left: 25px !important;
}

#SDEventHeadBody .title h2 {
  border-bottom: 1px solid #333333 !important;
  line-height: 2 !important;
}

#SDEventHeadBody .title h3 {
  margin-top: 25px !important;
}

/* イベント概要のラッパー */
.CD1.eventDetailBlock {
  padding-top: 10px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}

/* ボックス */
.SDEvent1 {
  background-color: #ffffff !important;
}

/* ボックスタイトル */
.CH1 {
  position: relative;
  font-size: 19px !important;
  font-weight: bold !important;
  padding: 1em 1em 0.2em 1em !important;
  width: max-content !important;
  border-bottom: 5px solid #e27510;
}

/* .CH1::after {
  content: linear-gradient(#e27510, #e27510);
  position: absolute;
  bottom: 1em;
  left: 0;
  height: 5px;
  width: 100%;
} */

/************************************
 * EventRegist のスタイルを上書き &gt; SP
 ************************************/

@media screen and (max-width: 768px) {
  /* トップ画像下のタイトル */
  #SDEventHeadBody .title h2 {
    border-bottom: 0px !important;
    line-height: 1.5 !important;
  }

  /* イベント概要のラッパー */
  .CD1.eventDetailBlock {
    padding-top: 10px !important;
    padding-right: var(--sp-er-wrapper-pd) !important;
    padding-bottom: 10px !important;
    padding-left: var(--sp-er-wrapper-pd) !important;
  }
}

/****************************************************
 * 共通
 ****************************************************/

.wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
}

.wrapper * {
  box-sizing: border-box;
  display: block;
  padding: 0 auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #333333;
  letter-spacing: 0.01em;
}

/************************************
 * 共通 &gt; SP
 ************************************/

@media screen and (max-width: 768px) {
  .wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px var(--sp-wrapper-pd);
    margin: 0;
    background-color: #ffffff;
  }
}

/*-------------------------
 * section &gt; PC
 -------------------------*/
.section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}

.section-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}

.section-title .line {
  display: block;
  width: 100%;
  max-width: 100px;
  height: 3px;
  background-color: #333333;
}

.section-title .text {
  display: block;
  text-align: center;
  color: #333333;
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0px 1em;
}

/*-------------------------
 * section &gt; SP
 -------------------------*/

@media screen and (max-width: 768px) {
  .section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }

  .section-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .section-title .line {
    display: block;
    width: auto;
    min-width: 40px;
    max-width: 50px;
    height: 3px;
    background-color: #333333;
  }

  .section-title .text {
    display: block;
    text-align: center;
    color: #333333;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0px 0.5em;
  }
}

/*-------------------------
 * block
 -------------------------*/
.blocks-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border: 3px solid #ece9e4;
  padding: 20px;
  margin-bottom: 30px;
}

.block-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 0.8em 1em;
  margin: 0;
  background-color: #ffffff;
  width: auto;
  font-size: 16px;
}

.detailBlock-image {
  display: block;
  width: 100%;
  margin: auto auto;
}

/*-------------------------
 * block &gt; SP
 -------------------------*/

@media screen and (max-width: 768px) {
  .blocks-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
  }

  .block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: calc(100% - 40px);
    border: 3px solid #ece9e4;
    padding: 20px;
    margin-bottom: 25px;
  }

  .block-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding: 0.8em 1em;
    margin: 0;
    background-color: #ffffff;
    width: auto;
    font-size: 14px;
  }

  .detailBlock-image {
    width: auto;
    height: 180px;
    margin: auto;
    padding: 0;
    min-width: calc(100% - 40px);
  }
}

/*-------------------------
 * text
 -------------------------*/
.texts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.text {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

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

.text.large {
  font-size: 18px;
}

.text.middle {
  font-size: 16px;
}

.text.small {
  font-size: 14px;
}

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

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

/*-------------------------
 * text &gt; SP
 -------------------------*/
@media screen and (max-width: 768px) {
  .texts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
  }

  .text.large {
    font-size: 16px;
  }

  .text.middle {
    font-size: 14px;
  }

  .text.small {
    font-size: 12px;
  }
}

/****************************************************
 * イントロダクション
 ****************************************************/
.section.introduction .block {
  border: 0px;
  padding: 0;
}

/************************************
 * イントロダクション &gt; SP
 ************************************/
@media screen and (max-width: 768px) {
  .section.introduction .block {
    border: 0px;
    padding: 0;
    width: auto;
    min-width: 100%;
  }
}

/****************************************************
 * こんな方におすすめ &gt; PC
 ****************************************************/
.section.recommend .section-title {
  margin-bottom: 60px;
}

.section.recommend .block {
  padding: 40px 20px 20px 20px;
  margin-bottom: 50px;
}

.section.recommend .block-title {
  font-size: 18px;
  border: 3px solid #fa8689;
  word-break: keep-all;
  padding: 0.6em 1em;
}

.section.recommend .detailBlock-image {
  width: 400px;
  height: 250px;
  margin: auto;
  padding: 0;
}

.section.recommend .block:nth-of-type(1) .detailBlock-image {
  background: url(https://er-static.s3.amazonaws.com/uploads/event_image/c37282fcf7efb32b07653526a7f302ca/5d3193063bd277b2ea9999120a1a69f814d50f05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section.recommend .block:nth-of-type(2) .detailBlock-image {
  background: url(https://er-static.s3.amazonaws.com/uploads/event_image/c37282fcf7efb32b07653526a7f302ca/8b414ab9744577e441a890b0fe84547ad8e31db7.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section.recommend .block:nth-of-type(3) .detailBlock-image {
  background: url(https://er-static.s3.amazonaws.com/uploads/event_image/c37282fcf7efb32b07653526a7f302ca/13f875435f7a4b3045f6477980d530049c9ee3cb.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/************************************
 * こんな方におすすめ &gt; SP
 ************************************/

@media screen and (max-width: 768px) {
  .section.recommend .section-title {
    margin-bottom: 45px;
  }

  .section.recommend .block {
    padding: 30px 10px 20px 10px;
    margin-bottom: 50px;
    min-width: calc(100% - 40px);
  }

  .section.recommend .block-title {
    font-size: 13px;
    border: 3px solid #fa8689;
    word-break: keep-all;
    padding: 0.6em 1em;
  }

  .section.recommend .detailBlock-image {
    width: auto;
    height: 180px;
    margin: 0 auto;
    padding: 0;
    min-width: calc(100% - 40px);
  }
}

/****************************************************
 * タイムスケジュール
 ****************************************************/

.section.schedule .section-title {
  margin-bottom: 50px;
}

.section.schedule .block-title {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #fc8587;
  border-radius: 1.5em;
  padding: 0.5em 1em;
  width: 200px;
  font-size: 16px;
}

.section.schedule .block {
  position: relative;
  padding: 40px 20px 30px 20px;
  margin-bottom: var(--schedule-line-height);
}

.schedule-line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: var(--schedule-line-height);
  border-left: 5px dotted #ece9e2;
  transform: translate(-2.5px, 7px);
}

.section.schedule .block:last-of-type .schedule-line {
  display: none;
}

.section.schedule .block .texts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section.schedule .block.announce .text {
  width: auto;
}

.section.schedule .block.lecture .text {
  width: 100%;
}

.section.schedule .block .text {
  margin-bottom: 20px;
}

.section.schedule .block .text:last-of-type {
  margin-bottom: 0px;
}

/************************************
 * タイムスケジュール &gt; SP
 ************************************/
@media screen and (max-width: 768px) {
  .section.schedule .section-title {
    margin-bottom: 50px;
  }

  .section.schedule .block-title {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #fc8587;
    border-radius: 1.5em;
    padding: 0.5em 1em;
    width: auto;
    min-width: 140px;
    font-size: 14px;
  }

  .section.schedule .block {
    position: relative;
    padding: 35px 15px 20px 15px;
    margin-bottom: calc(var(--schedule-line-height) * 0.8);
  }

  .schedule-line {
    position: absolute;
    top: 100%;
    left: 50%;
    width: auto;
    min-width: 4px;
    height: calc(var(--schedule-line-height) * 0.8);
    border-left: 4px dotted #ece9e2;
    transform: translate(-2px, 7px);
  }

  .section.schedule .block .texts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
  }

  .section.schedule .block.lecture .announce {
    width: auto;
  }

  .section.schedule .block.lecture .text {
    width: auto;
    min-width: 100%;
  }

  .section.schedule .block .text {
    margin-bottom: 15px;
  }
}

/****************************************************
 * プロフィール
 ****************************************************/

.section.profile .block {
  padding: 40px 20px;
}

.section.profile .block .texts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section.profile .text.speaker-name {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  width: auto;
}

.section.profile .detailBlock-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.section.profile .detailBlock-image.moneyAndYou {
  width: 300px;
}

.section.profile .detailBlock-image.chebu {
  width: 200px;
}

.section.profile .detailBlock-image.horii {
  width: 200px;
}

.section.profile .detailBlock-image.sonobe {
  width: 200px;
}

.section.profile .detailBlock-image.sudoh {
  width: 200px;
}

.section.profile .detailBlock-image img {
  display: block;
  width: 100%;
}

/************************************
 * タイムスケジュール &gt; SP
 ************************************/
@media screen and (max-width: 768px) {
  .section.profile .block {
    padding: 35px 15px;
  }

  .section.profile .block .texts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
  }

  .section.profile .text.speaker-name {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    width: auto;
  }

  .section.profile .detailBlock-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 240px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .section.profile .detailBlock-image.moneyAndYou {
    width: auto;
    min-width: 270px;
  }

  .section.profile .detailBlock-image.chebu {
    width: auto;
    min-width: 180px;
  }

  .section.profile .detailBlock-image.horii {
  width: auto;
  max-width: 50px;
}

.section.profile .detailBlock-image.sonobe {
width: auto;
  max-width: 50px;
}

.section.profile .detailBlock-image.sudoh {
width: auto;
  max-width: 50px;
}

  .section.profile .detailBlock-image img {
    display: block;
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .section.profile .detailBlock-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 180px;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .section.profile .detailBlock-image.moneyAndYou {
    width: auto;
    min-width: 200px;
  }

  .section.profile .detailBlock-image.chebu {
    width: auto;
    min-width: 150px;
  }

  .section.profile .detailBlock-image.horii {
  width: auto;
  max-width: 50px;
}

.section.profile .detailBlock-image.sonobe {
width: auto;
  max-width: 50px;
}

.section.profile .detailBlock-image.sudoh {
width: auto;
  max-width: 50px;
}

}

/****************************************************
 * 協賛企業
 ****************************************************/
.section.sponsor .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section.sponsor .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  margin: 0px 20px 30px 20px;
}

.section.sponsor .logo img {
  display: block;
  width: 100%;
}

/************************************
 * 協賛企業 &gt; SP
 ************************************/
@media screen and (max-width: 768px) {
  .section.sponsor .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
  }

  .section.sponsor .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 220px;
    max-width: 220px;
    height: auto;
    margin: 0px 20px 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .section.sponsor .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 100%;
  }

  .section.sponsor .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 200px;
    max-width: 200px;
    height: auto;
    margin: 0px 0px 30px 0px;
  }
}

/****************************************************
 * 参加案内
 ****************************************************/
.section.navigation .block.description {
  border: 0px;
  padding: 0;
  margin-bottom: 20px;
}