@charset "utf-8";
/*-----------------------------------------------------
	style-monitor.css
	独自のスタイル
------------------------------------------------------*/
main {
  margin-top:120px;
  position: relative;
  background: #fffae6;  
}
div.mainBg {
  background-image: url("../images/lp/monitor/bg-sideL.png"),url("../images/lp/monitor/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;
}

/*h1タイトル*/
section#secTitle {
  background-image: url("../images/event/monitor20260327/bg-main.png");
  background-repeat:no-repeat;
  background-position: center 20px;
  width: 100%;
  max-width: 1920px;
  max-height: 590px;
  margin:0 auto 80px;
  padding-top: 100px;
}
section#secTitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

/*お申し込みボタン*/
.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;
}
.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#secLesson details {
  margin-bottom: 50px;  
}
section#secLesson details summary {
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
}
section#secLesson details summary h3 {
  display: inline;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
section#secLesson details summary h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  position: absolute;
  width: 400px;
  top: 3px;
  left: 250px;
}
section#secLesson details summary::marker {
  font-size: 20px;
}

section#secLesson div.lessonWrap {
  display: flex;
  flex-wrap: wrap;
}
section#secLesson div.lessonWrap div.lessonImg {
  width: 300px;
  padding: 20px;
}
section#secLesson div.lessonWrap div.lessonTxt {
  width:calc( 100% - 300px );
  padding: 20px;
}
section#secLesson div.lessonWrap div.lessonTxt h4 {
  font-weight: bold;
  font-size: 18px;
}
section#secLesson div.lessonWrap div.lessonTxt p {
  font-size: 16px;
}
section#secLesson div.lessonWrap div.btn4koma a {
  display: inline-block;
  padding: 5px;
  margin: 20px 0;
  border: 1px dotted;  
}
section#secLesson div.lessonWrap div.lessonScene {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
section#secLesson div.lessonWrap div.lessonScene dl {
  width: 25%;  
  padding: 0 10px;
}

section#secLesson details.lessonA summary {
  background: #ffe4dc;
}
section#secLesson details.lessonA summary h3,
section#secLesson details.lessonA summary::marker {
  color: #ed4029;
}
section#secLesson details.lessonA div.lessonWrap div.btn4koma a {
  border-color: #ed4029;
  color: #ed4029;
}
section#secLesson details.lessonB summary {
  background: #ffe7d9;
}
section#secLesson details.lessonB summary h3,
section#secLesson details.lessonB summary::marker {
  color: #ff7c1d;
}
section#secLesson details.lessonB div.lessonWrap div.btn4koma a {
  border-color: #ff7c1d;
  color: #ff7c1d;
}
section#secLesson details.lessonC summary {
  background: #fff3c2;
}
section#secLesson details.lessonC summary h3,
section#secLesson details.lessonC summary::marker {
  color: #e8ab49;
}
section#secLesson details.lessonC div.lessonWrap div.btn4koma a {
  border-color: #e8ab49;
  color: #e8ab49;
}
section#secLesson details.lessonD summary {
  background: #e9f4df;
}
section#secLesson details.lessonD summary h3,
section#secLesson details.lessonD summary::marker {
  color: #4ca854;
}
section#secLesson details.lessonD div.lessonWrap div.btn4koma a {
  border-color: #4ca854;
  color: #4ca854;
}
section#secLesson details.lessonE summary {
  background: #dff0f2;
}
section#secLesson details.lessonE summary h3,
section#secLesson details.lessonE summary::marker {
  color: #17a3ba;
}
section#secLesson details.lessonE div.lessonWrap div.btn4koma a {
  border-color: #17a3ba;
  color: #17a3ba;
}

/*こんな方にぴったり*/
section#secFit ul li {
  font-size: 18px;
  line-height: 1.8;
  
}

/*モニター条件*/
section#secRequirements {
  padding-bottom: 0;
}
section#secRequirements ul {
  list-style: none;
  margin-bottom: 30px;
  padding-inline-start: 0;
}
section#secRequirements ul li {
  line-height: 1.8;
  font-size: 18px;  
}
section#secRequirements h3.h3-dot {
  background: url("../images/lp/monitor/dotline.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section#secRequirements dl.requirements {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section#secRequirements dl.requirements dt {
  margin: 0;
  padding: 0;
  width: 130px;
  height: 30px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background: #755239;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#secRequirements dl.requirements dd {
  width: calc( 100% - 150px );
  margin:0 0 30px 20px;
  padding: 0;
  line-height: 1.8;
}
section#secRequirements dl.requirements dd a {
  color: #0083c9;
  text-decoration: underline;
  word-break:break-all;
}
section#secRequirements div.aboutAcademy {
  margin-top: 80px;
}
section#secRequirements div.aboutAcademy p {
  margin-bottom: 30px;
  line-height: 1.8;
}

/*注意事項*/
section#secCaution {
  margin: 0;
  padding: 0 0 50px;
}
section#secCaution h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8100;
  margin-bottom: 10px;
}
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;
}

/*Q&A*/
section#secQa {
  margin: 0;
  padding: 0 0 200px;
}
section#secQa h3.h3-dot {
  background: url("../images/lp/monitor/dotline.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section#secQa dl {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #755239;
}
section#secQa dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
section#secQa dl dt::before {
  content: "■";
  padding-right: 5px;
}
section#secQa dl dd {
  margin-bottom: 30px;
}



/*PC画面調整*/
@media (max-width: 1024px) {
  /*h1タイトル*/
  section#secTitle {
    padding-top:80px;
    background-size: 150%;
  }
  section#secTitle h1 > img {
    width: 60%;
    height: auto;
  }
  div.mainBg {
    background-image: none;
  }
}


@media (max-width: 768px) {
  main {
    margin-top:75px;
  }
  section {
    padding-top: 75px;
    margin-top:-75px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  /*h1タイトル*/
  section#secTitle {
    padding-top:80px;
    background-size: 150%;
  }
  section#secTitle h1 > img {
    width: 60%;
    height: auto;
  }
  section#secLesson details summary h3 span {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    margin-top: 15px;
  }
  section#secLesson div.lessonWrap div.lessonScene {
    flex-wrap: wrap;
  }
  section#secLesson div.lessonWrap div.lessonScene dl {
    padding: 0 10px;
    width: 50%;
  }  
	
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  section#secLesson div.lessonWrap {
    display: block;
  }
  section#secLesson div.lessonWrap div.lessonImg {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  section#secLesson div.lessonWrap div.lessonTxt {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  main {
    margin-top:72px;
  }
  section {
    padding-top: 72px;
    margin-top:-72px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  p,li {
    font-size: 16px;
  }
  /*h1タイトル*/
  section#secTitle {
    margin-bottom: 30px;
    padding-top:30px;
    background-size: 150%;
  }
  section#secTitle h1 > img {
    width: 80%;
    height: auto;
  }
  
  h3 > img {
    height: 21px;
    width: auto;
  }
  .btnEntryOrg a {
    margin: 30px auto;
  }
  .btnWrap .btnEntryOrg a{
    margin: 0 auto 30px;
  }
  section#secLesson div.lessonWrap {
    display: block;
  }
  section#secLesson div.lessonWrap div.lessonImg {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  section#secLesson div.lessonWrap div.lessonTxt {
    width: 100%;
    padding: 20px;
  }
  section#secLesson details {
      margin-bottom: 30px;
  }
  section#secFit ul li {
      font-size: 16px;
  }
  /*モニター条件*/
  section#secRequirements ul li {
      font-size: 16px;
  }
  section#secRequirements dl.requirements {
    display: block;
  }
  section#secRequirements dl.requirements dt {
    margin: 0;
    padding: 0;
    width: 130px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #755239;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#secRequirements dl.requirements dd {
    width: 100%;
    margin:0 0 30px 0;
  }
  section#secCaution div.caution {
    margin-bottom: 30px;
  }
}






/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



