@charset "utf-8";
/*-----------------------------------------------------
	style-monitor.css
	独自のスタイル
------------------------------------------------------*/
main {
  margin-top:120px;
  position: relative;
}
/*サイド背景*/
div.mainBg {
  background-image: url("../images/event/monitor20260626/bg-sideL.png"),url("../images/event/monitor20260626/bg-sideR.png");
  background-repeat: repeat-y,repeat-y;
  background-position: left -100px top, right -100px top;
}
section {
	padding-bottom: 100px;
}
p {
  font-size: 18px;
  line-height: 1.8;
}
li {
  font-size: 18px;
}

.bgYellow {background-color: #fcffd2;}
.bgWhite {background-color: #fff;}
.bgBlue {background: #e5fcfb;}


/*h1タイトル*/
section#secTitle {
  background-image: url(../images/event/monitor20260626/bg-main.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  width: 100%;
  max-width: 1920px;
  max-height: 590px;
  margin: 0 auto 30px;
  padding-top: 100px;
}
section#secTitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

/*h5タイトル　ここがポイント*/
h5.h5Point {
  font-size: 1.8rem;
  font-weight: bold;
  background:linear-gradient(transparent 70%, #ff6 30%);
  display: inline-block;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h5.h5Point::before {
  content: url("../images/event/monitor20260626/point.png"); 
}

/*お申し込みボタン*/
.btnEntry a {
  width:300px;
  margin: 50px auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff6a00;
  border-radius: 4px;
}
.btnWrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btnEntryGreen a {
  width:300px;
  margin: 50px 20px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #70AD47;
  border-radius: 4px;
}
.btnEntryBlue a {
  width:300px;
  margin: 50px 20px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #117cba;
  border-radius: 4px;
}
.btnEntryOrg a {
  width:300px;
  margin: 50px 20px;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #ff6a00;
  border-radius: 4px;
}
.mrlAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*お申し込み終了ボタン*/
.btnGray {
  width:300px;
  margin: 50px auto;
  padding: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background-color: #999;
  border-radius: 4px;
}

/*このプログラムで身に付く力*/
section#secProgram ul li {
  font-size: 18px;
  line-height: 1.8;
}

/*こんな成長を期待される方に*/
section#secFit ul li {
  font-size: 18px;
  line-height: 1.8;
}

/*レッスン内容*/
section#secLesson div.lessonWrap {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
section#secLesson div.lessonWrap h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px;  
}
section#secLesson div.lessonWrap.lesson01 h3 {
  color: #ed4029;
  background: #ffe4dc;
}
section#secLesson div.lessonWrap.lesson02 h3 {
  color: #ff7c1d;
  background: #ffe7d9;
}
section#secLesson div.lessonWrap.lesson03 h3 {
  color: #e8ab49;
  background: #fff3c2;
}
section#secLesson div.lessonWrap.lesson04 h3 {
  color: #4ca854;
  background: #e9f4df;
}
section#secLesson div.lessonWrap.lesson05 h3 {
  color: #17a3ba;
  background: #dff0f2;
}
section#secLesson div.lessonImg {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  align-items:flex-end;
  justify-content: space-around;
}
section#secLesson div.btn4koma {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
section#secLesson div.btn4koma a {
  width: 100%;
  border: 1px dotted;
  margin: 0;
  padding: 15px;
  border-radius: 4px;
  font-weight: bold;
  background: #fff;
}
div.lessonWrap.lesson01 div.btn4koma a {
  color: #ed4029;
  border-color: #ed4029;
}
div.lessonWrap.lesson02 div.btn4koma a {
  color: #ff7c1d;
  border-color: #ff7c1d;
}
div.lessonWrap.lesson03 div.btn4koma a {
  color: #e8ab49;
  border-color: #e8ab49;
}
div.lessonWrap.lesson04 div.btn4koma a {
  color: #4ca854;
  border-color: #4ca854;
}
div.lessonWrap.lesson05 div.btn4koma a {
  color: #17a3ba;
  border-color: #17a3ba;
}



/*お客様の声*/
section#secVoice {
  margin: 0;
  padding: 50px 0;
}
section#secVoice h2 {
  font-size: 3rem;
  color: #ff8100;
  margin-bottom: 40px;
}
section#secVoice div.voiceBrock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #bcbcbc;
}
.bdnone {border: none !important;}
section#secVoice div.voiceBrock div.voiceImg {
  width: 200px;
  text-align: center;
}
section#secVoice div.voiceBrock div.voiceTxt {
  width: calc( 100% - 200px );
}
section#secVoice div.voiceTxt h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section#secVoice div.voiceTxt p {
  font-size: 1.8rem;
}

/*参加者特典*/
section#secBenefit div.communicationBrock {
  display: flex;
  flex-wrap: wrap;
  background-color: #dcf6ff;
  padding: 20px;
  margin-bottom: 50px;
}
section#secBenefit div.benefitTxt > h3 {
  color: #117cba;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
section#secBenefit div.reportImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#secBenefit div.befit02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
section#secBenefit div.befit02 h4 {
  font-size: 2rem;
  font-weight: bold;
}
section#secBenefit div.befit02 div.benefit02-01,
section#secBenefit div.befit02 div.benefit02-03 {
  width: 42%;
  background: #fff;
  border: 2px solid #117cba;
  border-radius: 8px;  
  padding: 20px 20px 10px;

}
section#secBenefit div.befit02 div.benefit02-02 {
  color: #999;
  font-size: 80px;
  font-weight: bold;
  margin: 0 20px;
}
section#secBenefit div.process {
    padding-bottom: 40px;
    margin-bottom: 30px;
    /*border-bottom: 1px dashed #70ad47;*/
}
section#secBenefit div.consultation {
  padding-left: 45px;
}
section#secBenefit div.consultation > h3 {
  color: #70AD47;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;  
}
section#secBenefit div.discount {
  margin-top: 50px;
  padding-left: 45px;
}
section#secBenefit div.discount > h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;  
}
section#secBenefit div.discount p span {
  font-size: 1.8rem;
}


/*プログラム概要*/
section#secInfo {
  padding-top: 70px;
}
section#secInfo h2.eventTitle {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ff8100;
  color: #ff8100;
  font-size: 3rem;
  text-align: center;
}
section#secInfo div.check {
  margin-bottom: 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: 140px;
  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% - 140px);
  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;
}
/*概要内の注意事項*/
div.cautionWrap {
  margin: 30px 0;  
}
div.cautionWrap h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 10px;
}
div.cautionWrap div.caution {
  margin: 0;
  padding: 20px;
  border: 1px solid #ff8100;
}
div.cautionWrap div.caution ul {
  list-style-type: square;
  line-height: 1.8;
}
div.cautionWrap div.caution ul li {
  font-size: 1.6rem;
}


/*お申し込み・お支払いにあたって*/
section#secPaymentInfo {
  margin: 0 0 200px;
  padding: 70px 0;
}
section#secPaymentInfo h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #117cba;
  font-size: 3rem;
  text-align: center;
}
section#secPaymentInfo div.payment {
  width: 100%;
  height: 100%;
  margin: 0;
}
section#secPaymentInfo div.paymentTitle h3 {
  border: 1px solid #117cba;
  padding: 10px;
  color: #117cba; 
  background-color: #fff;
  border-radius: 4px;
  font-size: 2rem;
}
section#secPaymentInfo div.payment p {
  line-height: 1.8;
}


/*PC画面調整*/
@media (max-width: 1024px) {
}


@media (max-width: 768px) {
  main {
    margin-top:75px;
  }
  section {
    padding-top: 75px;
    margin-top:-75px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  .btnWrapTop {
    margin-top: 30px;
  }
  .btnWrapTop .btnEntryBlue a{
    width: 200px;
    margin: 0 10px 20px;
  }
 .btnWrapTop .btnEntryOrg a{
    width: 200px;
    margin: 0 10px 20px;
  }
 .btnWrapTop .btnEntryGreen a{
   width: 200px;
	 margin: 0 10px 20px;
  }
  section#secLesson div.lessonWrap div.lessonImg img {
    width: 30%;
    height: auto;
  }
  section#secLesson div.btn4koma {
    margin-top: 30px;
  }
  section#secBenefit {
    padding-bottom: 100px;
  }
  section#secBenefit div.befit02 h4 {
    font-size: 1.8rem;
  }
  section#secBenefit div.befit02 div.benefit02-01,
  section#secBenefit div.befit02 div.benefit02-03 {
    padding: 15px 15px 10px;
  }
  section#secInfo div.informationWrap dl.information02 {
    width: 100%;
  }  
  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) {
  main {
    margin-top:72px;
  }
	div.mainBg {
  background-image: none;
	}
  section {
    padding-top: 72px;
    margin-top:-72px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  p,li {
    font-size: 16px;
  }
  .img-sp9 {
    width: 90%;
    height: auto;
  }
  h3 > img {
    height: 21px;
    width: auto;
  }
 .btnWrap a {
	  font-size: 16px;
  }
 .btnWrapTop .btnEntryBlue a,
 .btnWrapTop .btnEntryOrg a,
 .btnWrapTop .btnEntryGreen a{
   width: 330px;
	 margin: 0 0 20px;
  }
	section#secLesson div.lessonWrap {
    display: block;
  }
  section#secLesson div.lessonWrap div.lessonImg {
    justify-content: space-around;
  }
  section#secLesson div.lessonWrap div.lessonImg img {
    width: 45%;
  }
  section#secLesson div.btn4koma {
    width: 100%;
    margin: 30px auto;
  }
  section#secLesson div.btn4koma a {
    font-size: 1.5rem;
  }
  section#secFit ul li {
      font-size: 16px;
  }
  
  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#secBenefit div.benefitTxt > h3 {
    font-size: 2rem;
  }
  section#secBenefit div.befit02 {
    display: block;
  }
  section#secBenefit div.befit02 div.benefit02-01,
  section#secBenefit div.befit02 div.benefit02-03 {
    width: 100%;
  }
  section#secBenefit div.befit02 div.benefit02-02 {
    text-align: center;
    margin: 0 0 10px;
    line-height: 1;
  }
  section#secBenefit div.consultation {
    padding-left: 30px;
  }
  section#secBenefit div.consultation > h3 {
    font-size: 2rem;
  }
  section#secCaution div.caution {
    margin-bottom: 30px;
  }
  section#secBenefit div.discount {
    padding-left: 30px;
  }
  section#secBenefit div.discount > h3 {
    font-size: 2rem;
  }
  section#secInfo h2.eventTitle,
  section#secInfoB h2.eventTitle{
    font-size: 2.4rem;
  }
  section#secInfo div.check,
  section#secInfoB 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% - 140px);
  }
  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;
  }
  section#secPaymentInfo {
	  margin: 0 0 150px;
  }  
  section#secPaymentInfo div.paymentall {
	  display: block;
  }
  section#secPaymentInfo h2 {
    font-size: 2.4rem;
  }
}






/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/
