@charset "utf-8";
/*-----------------------------------------------------
	style-lounge.css
	独自のスタイル
------------------------------------------------------*/
/*イベント詳細ページ*/
.bgYellow {background-color: #fcffd2;}
.bgWhite {background-color: #fff;}
.taCpc { text-align: center;}
section#secTitle {
  padding-top: 120px;
}
section#secTitle div.mainVisual {
  margin-bottom: 50px;  
}
section#secInfo h1.eventTitle {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff8100;
  color: #ff8100;
  font-size: 3rem;
  text-align: center;
}
section#secInfo div.check {
  width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
section#secInfo div.check div.checkImg {
  width: 250px;
}
section#secInfo div.check div.checkTxt {
  width: calc( 100% - 250px);
  padding: 20px;
  border: 1px solid #ff8100;
  border-radius: 10px;  
}
section#secInfo div.check div.checkTxt > p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
section#secInfo dl.information01,
section#secInfo dl.information02 {
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section#secInfo div.informationWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section#secInfo div.informationWrap dl.information02 {
  width: 50%;
}
section#secInfo dl.information01 > dt,
section#secInfo dl.information02 > dt{
  width: 100px;
  height: 38px;
  padding: 5px 15px;
  border: 1px solid #ff8100;
  border-radius: 4px;
  color: #ff8100;
  text-align: center;
  display: block;
  font-weight: bold;
}
section#secInfo dl.information01 > dd,
section#secInfo dl.information02 > dd{
  width: calc( 100% - 100px);
  padding: 5px 15px;
  font-weight: bold;
}
section#secInfo dl.information02 dd a {
  color: #0083c9;
  text-decoration: underline; 
}
section#secInfo dl.information01 dl.schedule {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
}
section#secInfo dl.information01 dl.schedule > dt {
  width: 180px;
  text-align: left;
  border: none;
  color: #000;
  font-size: 1.8rem;
}
section#secInfo dl.information01 dl.schedule dd {
  display: flex;
  flex-wrap: wrap;
}
section#secInfo dl.information01 dl.schedule dd div.time {
  width: 160px;
  text-align: left;
  font-size: 1.8rem;
}
section#secInfo dl.information01 dl.schedule dd div.program {
  width: calc( 100% - 160px );
  font-size: 1.8rem;
}
.fcBlue { color: #117cba;}
.fcOrange { color: #ff6a00;}

/*お申し込みボタン*/
.btnEntry a {
  width:250px;
  margin: 50px auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ff6a00;
  border-radius: 4px;
}
.btnWrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.btnEntryBlue a {
  width:240px;
  margin: 50px 20px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #117cba;
  border-radius: 4px;
}
.btnEntryOrg a {
  width:340px;
  margin: 50px 20px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ff6a00;
  border-radius: 4px;
}
.mrlAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*お申し込み終了ボタン*/
.btnGray {
  width:250px;
  margin: 50px auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #999;
  border-radius: 4px;
}
/*内容*/
section#secContent {
  margin: 0;
  padding: 50px 0;
}
section#secContent h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 40px;
}
section#secContent h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

section#secContent div.thinkingBrock {
  background-color: #dcf6ff;
  padding: 20px;
  margin-bottom: 30px;
}
section#secContent div.thinkingBrock > h3 {
  color: #117cba;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
section#secContent div.communicationBrock {
  background-color: #fcffd2;
  padding: 20px;
  margin-bottom: 30px;
}
section#secContent div.communicationBrock > h3 {
  color: #ff6a00;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
section#secContent div.thinkingBrock > p,
section#secContent div.communicationBrock > p{
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
section#secContent div.setProgram {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px dashed #bcbcbc;
  align-items: center;
}
section#secContent div.setProgram.bdsolid {
  border-bottom: 1px solid #bcbcbc !important;
}
section#secContent div.setProgram div.setProgramTxt {
  width: calc( 100% - 330px);
  padding-right: 30px;
}
section#secContent div.setProgram div.setProgramTxt.thinking h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #117cba;
  line-height: 1.8;
}
section#secContent div.setProgram div.setProgramTxt.thinking h4 span {
  padding: 2px 10px;
  color: #fff; 
  background-color: #117cba;
  border-radius: 4px;
  font-size: 2rem;
}
section#secContent div.setProgram div.setProgramTxt.communication h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #ff8100;
  line-height: 1.8;
}
section#secContent div.setProgram div.setProgramTxt.communication h4 span {
  padding: 2px 10px;
  color: #fff; 
  background-color: #ff8100;
  border-radius: 4px;
  font-size: 2rem;
}
section#secContent div.setProgram div.setProgramImg > img {
  max-width: 300px;
  width: 100%;
  height: auto;  
}

/*スタッフ紹介*/
section#secStaff {
  margin: 0;
  padding: 50px 0;
}
section#secStaff h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 40px;
}
section#secStaff figure {
  text-align: center;
}
section#secStaff figure figcaption {
  max-width: 300px;
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  background-color: #FFFBD2;
  border-radius: 4px;
}
section#secStaff figure figcaption p ruby {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5B463C;
}
section#secStaff figure figcaption p rt {
  font-size: 0.8rem;
  margin-bottom: 2px;
}
section#secStaff figure figcaption ul {
  margin: 0 0 0 15px;
  padding: 0;
  text-align: left;
  padding-inline-start: 0;
}

/*インバスアカデミーの様子*/
section#secRoom {
  margin: 0;
  padding: 50px 0;
}
section#secRoom h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 40px;
}
section#secRoom figure {
  text-align: center;
}

/*ラウンジ用お申し込みボタン*/
.btnEntry input {
  width:250px;
  margin: 10px auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ff6a00;
  border-radius: 4px;
  border: none;
  cursor:pointer;
}
.btnEntry input:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.btnEntry input:disabled {
  background-color: #999999;
  color: #fff;
  opacity: 1;
}
p.chk-entry {
  text-align: center;
}
p.chk-entry label {
  font-size: 1.8rem;
}

/*注意事項*/
section#secCaution {
  margin: 0 0 200px;
  padding: 50px 0;
}
section#secCaution h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 10px;
}
section#secCaution div.entryArea {
  background-color: #FFFDCC;
  padding: 30px 20px;
  margin-bottom: 50px;
}
section#secCaution div.caution {
  margin: 0;
  padding: 20px;
  border: 1px solid #ff8100;
}
section#secCaution div.caution ul {
  list-style-type: square;
  line-height: 1.8;
}
section#secCaution div.caution ul li a,
section#secCaution p.pdfLink a {
  color: #3D8FFF;
  text-decoration: underline;
}

/*PC画面調整*/
@media (max-width: 1700px) {
}

@media (max-width: 1024px) {
}


@media (max-width: 768px) {
  section#secTitle {
    padding-top: 75px;
  }
  section#secTitle div.mainVisual {
    margin-bottom: 20px;  
  }
  section#secInfo div.check div.checkImg {
    width: 200px;
  }
  section#secInfo div.check div.checkTxt {
    width: calc( 100% - 200px);
    padding: 20px;
  }
  section#secInfo div.informationWrap dl.information02 {
    width: 100%;
  }
  section#secContent div.setProgram div.setProgramImg {
    width: 250px;
  }
  section#secContent div.setProgram div.setProgramTxt {
    width: calc( 100% - 250px);
    padding-right: 30px;
  }
  section#secInfo dl.information01 dd,
  section#secInfo dl.information02 dd{
    padding: 5px 10px;
  }
  section#secInfo dl.information01 dl.schedule dt {
    width: 100%;
    padding: 5px 10px;
  }
	
}
@media (max-width: 575px) {
  .taCpc { text-align: left;}
  section#secInfo h1.eventTitle {
    font-size: 2.4rem;
  }
  section#secInfo div.check {
    display: block;
  }
  section#secInfo div.check div.checkImg {
    width: 160px;
    margin: 0 auto 10px;
  }
  section#secInfo div.check div.checkTxt {
    width: 100%;
    padding: 20px;
  }
  section#secInfo dl.information01 > dt,
  section#secInfo dl.information02 > dt{
    margin-right: calc(100% - 100px);
  }
  section#secInfo dl.information01 > dd,
  section#secInfo dl.information02 > dd{
    width: 100%;
  }
  section#secInfo dl.information01 dl.schedule {
    border-bottom: 1px dashed #bcbcbc;
  }
  section#secInfo dl.information01 dl.schedule dt {
    font-size: 2rem;
  }
  section#secInfo dl.information01 dl.schedule dd {
    display: block;
  }
  section#secInfo dl.information01 dl.schedule dd div.time {
    width: 160px;
    text-align: left;
    font-size: 1.8rem;
  }
  section#secInfo dl.information01 dl.schedule dd div.program {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 0 10px 15px;
  }
  .btnWrap {
    margin: 0 auto;
    display: block;
  }
  .btnWrap > div a {
    margin-left: auto;
    margin-right: auto;
  }
  section#secContent div.setProgram {
    display: block;
  }
  section#secContent div.setProgram div.setProgramTxt {
    width: 100%;
    padding-right:0;
  }
  section#secContent div.setProgram div.setProgramImg {
    margin: 10px auto;
  }
  section#secVoice div.voiceBrock {
    display: block;
  }
  section#secVoice div.voiceBrock div.voiceImg {
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  section#secVoice div.voiceBrock div.voiceTxt {
    width: 100%;
  }
  section#secVoice div.voiceBrock div.voiceTxt h3 {
    padding-top: 20px;
  }
  section#secVoice div.voiceBrock div.voiceTxt p {
    clear: both;
  }
  section#secCaution div.caution ul {
    padding-inline-start:20px;
  }
}






/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



