@charset "utf-8";
/*-----------------------------------------------------
	style-expo.css
	独自のスタイル
------------------------------------------------------*/
main {
	margin: 100px auto 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 1920px;
  width: 100%;
  position: relative;
}
main .bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fz15 {
  font-size: 15px;
}
.taCPc {
  text-align: center;
}

/*PCコンテンツ幅1165*/
.w1165 {
  width: 1165px;
  margin: auto;
}
.w1070Pc {
  width: 1070px;
  margin: auto;
}

/*タイトル*/
h3.puzzle {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 40px;
  display: block;
}
h3.puzzle::after {
  content: url("../images/special/expo/2025/title_mark.png");
  vertical-align: middle;
  padding-left: 10px;
}
h3.puzzle::before {
  content: url("../images/special/expo/2025/title_mark.png");
  vertical-align: middle;
  padding-right: 10px;
}
h3.puzzle_w {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  padding: 5px 40px;
  display: block;
  color: #fff;
}
h3.puzzle_w::after {
  content: url("../images/special/expo/2025/title_mark_w.png");
  vertical-align: middle;
  padding-left: 10px;
}
h3.puzzle_w::before {
  content: url("../images/special/expo/2025/title_mark_w.png");
  vertical-align: middle;
  padding-right: 10px;
}
h4.h4Try {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: left;
}
h4.h4Try span.bold {
  font-weight: bold;
  font-size: 2rem;
}

.bgGray {
  background: #ebeff2;
}
.br1024 {
    display: none;
  }

/*-----------------------------------------------------
	メインビジュアル
------------------------------------------------------*/
section#secMainVisual {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  max-height: 870px;  
  margin: 0 auto !important;
  padding: 70px 0 !important;
  background-image:url("../images/special/expo/2025/bg_main.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section#secMainVisual div.mainTItle {
  display: flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  height: 310px;
  background-image: url("../images/special/expo/2025/bg_mainTitle.webp");
  background-repeat: repeat-x;
}
section#secMainVisual div.mainInfo {
  width: 100%;
  text-align: center;
  height: 205px;
  background-image: url("../images/special/expo/2025/bg_mainInfo.webp");
  background-repeat: repeat-x;
}
section#secMainVisual div.mainInfo h1 {
  padding: 15px 0;
}

section#secMainVisual img.slideIn.is-animated {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}

section#secMainVisual div.mainTheme {
  margin-top: 35px;
  text-align: center;
}
section#secMainVisual div.btnEntryTop a {
  font-size: 36px;
  color: #00569b;
  width: 490px;
  margin: 80px auto 0;
  padding: 0 15px 15px;
  text-align: center;
  display: block;
  background: #fce437;
  letter-spacing:0.2em;
  font-weight: 700;
  box-shadow: 5px 5px 0px #00569b;
  text-decoration: none;
}

section#secMainVisual div.btnEntryTop.gray {
  font-size: 26px;
  color: #00569b;
  width: 490px;
  margin: 80px auto 0;
  padding: 15px 15px;
  text-align: center;
  display: block;
  background: #f2f2f2;
  letter-spacing:0.2em;
  font-weight: 700;
  box-shadow: 5px 5px 0px #00569b;
  text-decoration: none;
}

/*-----------------------------------------------------
	お申し込みボタン
------------------------------------------------------*/
div.btnEntry a {
  font-size: 30px;
  color: #00569b;
  width: 440px;
  margin: 60px auto 0;
  padding: 0 15px 15px;
  text-align: center;
  display: block;
  background: #fce437;
  letter-spacing:0.2em;
  font-weight: 700;
  text-decoration: none;
}

div.btnEntry.gray {
  font-size: 26px;
  color: #00569b;
  width: 490px;
  margin: 60px auto 0;
  padding: 15px 15px;
  text-align: center;
  display: block;
  background: #f2f2f2;
  letter-spacing:0.2em;
  font-weight: 700;
  text-decoration: none;
}

/*2つ並びブルーボタン*/
div.btn2Box {
  display: flex;
  flex-wrap: wrap;
  gap:50px;
  justify-content: center;
  margin-bottom: 70px;
}
div.btnBlue a {
  font-size: 24px;
  color: #fff;
  width: 280px;
  margin: 0 auto 30px;
  padding: 15px 10px;
  text-align: center;
  display: block;
  background: #00569b;
  letter-spacing:0.2em;
  text-decoration: none;
}

div.btnWhite a {
  font-size: 30px;
  font-weight: bold;
  color: #00569b;
  width: 400px;
  margin: 50px auto 0;
  padding: 0 10px 15px 10px;
  text-align: center;
  display: block;
  background: #fff;
  letter-spacing:0.2em;
  text-decoration: none;
}

div.btnEntryBlue a {
  font-size: 30px;
  color: #fff;
  width: 440px;
  margin: 10px auto 70px;
  padding: 15px 15px;
  text-align: center;
  display: block;
  background: #00569b;
  letter-spacing:0.2em;
  font-weight: 700;
  text-decoration: none;
}

div.btnEntryBlue.gray {
  font-size: 26px;
  color: #00569b;
  width: 490px;
  margin: 10px auto 70px;
  padding: 15px 15px;
  text-align: center;
  display: block;
  background: #ccc;
  letter-spacing:0.2em;
  font-weight: 700;
  text-decoration: none;
}

/*-----------------------------------------------------
	概要
------------------------------------------------------*/
section#secOutLine {
  padding: 120px 0 100px;
  background: #00569b;
  color:#fff;
  position: relative;
}
section#secOutLine h2 {
  text-align: center;
  margin-bottom: 70px;
}
section#secOutLine p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
section#secOutLine p.fz25 {font-size: 25px;}
/*サイドメニュー*/
div.sideMenu {
  position: sticky;
  float: right;
  top: 100px;
  margin-top: 150px;
  z-index: 10;
}
div.sideMenu div a {
  background: #ebf0f2;
  color: #00569b;
  writing-mode: vertical-rl;
  padding: 15px 11.5px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
div.sideMenu div.btnSideEntry a {
  background: #fce437;
  color: #00569b;
  writing-mode: vertical-rl;
  padding: 15px 10px;
  font-size: 16px;
  text-decoration: none;
}
div.sideMenu div.btnSideEntry.gray {
  background: #ccc;
  color: #00569b;
  writing-mode: vertical-rl;
  padding: 15px 10px;
  font-size: 16px;
  text-decoration: none;
}

/*-----------------------------------------------------
	What's Inbasket
------------------------------------------------------*/
section#secWhats {
  padding: 50px 0 100px;
  background: #f9f9f9;
  color:#00569b;
  position: relative;
}
section#secWhats p {
  line-height: 1.8;
}
section#secWhats h2 {
  text-align: center;
  margin-bottom: 15px;
}
section#secWhats p.tool {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
section#secWhats div.fukidashi01 {
  position: relative;
  width: 90%;
  max-width: 900px;
  display: block;
  margin: 40px auto 20px;
  padding: 16px;
  background-color: #b2cde2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

section#secWhats div.fukidashi01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #b2cde2 transparent transparent;
  translate: -50% 100%;
}

/*-----------------------------------------------------
	How to INBASKET
------------------------------------------------------*/
section#secHowto {
  padding: 70px 0 100px;
  background: #f9f9f9;
  color:#00569b;
  position: relative;
}
section#secHowto p {
  line-height: 1.8;
}
section#secHowto h2 {
  text-align: center;
  margin-bottom: 40px;
}
section#secHowto h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
section#secHowto div.tryib {
  padding: 50px 40px;
  margin-bottom: 70px;
}
section#secHowto div.tryib div.caseBox {
  display: flex;
  margin-bottom: 30px;
}
section#secHowto div.tryib div.caseBox div.caseImg {
  width: 90px;
}
section#secHowto div.tryib div.caseBox dl.caseTxt {
  width: calc( 100% - 90px );
}
section#secHowto div.tryib div.caseBox dl.caseTxt dt {
  font-weight: normal;
}
section#secHowto div.tryib div.caseBox dl.caseTxt dd {
  font-size: 1.8rem;
  padding: 15px;
  background: #fff;
}
section#secHowto div.tryib div.caseInfo {
  background: #fff;
  padding: 20px 20px 15px;
  margin-bottom: 20px;
  border: 1px solid #00569b;
}
section#secHowto div.tryib div.caseInfo dl dt {
  font-weight: normal;
  font-size: 1.8rem;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00569b;
}
section#secHowto div.tryib div.caseInfo dl dd ul {
  padding-inline-start: 20px !important;
  margin-bottom: 0;
}
section#secHowto div.tryib div.caseInfo dl dd ul li {
      margin-bottom: 5px;
}
section#secHowto p.toKnow {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 30px;
  padding: 10px;
  background: #ebeff2;
}
section#secHowto div.judgment {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 70px;
}
section#secHowto div.pointWrap {
  width: 100%;
  max-width: 1070px;
  margin: 30px auto 100px; 
  
}
section#secHowto h5.h5point {
  font-weight: bold;
  font-size: 2rem;
}
section#secHowto div.point{ 
  padding: 15px;
  background: #ebeff2;  
}
section#secHowto div.exampleAnswerWrap {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#secHowto div.exampleAnswerWrap div.examA {
  width: 500px;
  padding: 10px;
  display: flex;
  background: #ebeff2;
}
section#secHowto div.exampleAnswerWrap div.examA div.examImg {
  width: 110px;
  display: flex;
  align-items: center;
}
section#secHowto div.exampleAnswerWrap div.examA div.examTxt {
  width: calc( 100% - 110px);
  background: #fff;
  padding: 15px;
}
/*10の能力*/
section#secHowto div.ability {
  background: #ebeff2;
  margin-bottom: 70px;
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#secHowto div.ability dl {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}
section#secHowto div.ability dl dt {
  width: 140px;
  height: 45px;
  color: #fff;
  background: #00569b;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  font-weight: normal;
}
section#secHowto div.ability dl dd {
  width: calc(100% - 150px);
  font-size: 1.4rem;
}
/*インバスケットの効果*/
section#secHowto div.effectWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
section#secHowto div.effectWrap div.effect {
  width: 31%;
}
section#secHowto div.effectWrap div.effect dl dt {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #606060;
  font-size: 1.8rem;
  font-weight: bold;
}
section#secHowto div.effectWrap div.effect dl dd {
  line-height: 1.6;
}
section#secHowto p.used {
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 30px;
  padding: 10px;
  background: #ebeff2;
}
h4.h4Line {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #00569b;
}
div.usageExam {
  width: 100%;
  margin-bottom: 70px;
  padding: 15px;
  border: 1px solid #00569b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


/*-----------------------------------------------------
	プログラム
------------------------------------------------------*/
section#secProgram {
  padding: 120px 0 100px;
  background:url("../images/special/expo/2025/bg_program.webp");
  background-size: cover;
  color:#fff; 
}
section#secProgram h2 {
  text-align: center;
  margin-bottom: 70px;
}
section#secProgram div.highlights {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap:20px;
}
section#secProgram div.programInfo {
  width: 100%;
  max-width: 1070px;
  margin: 50px auto 50px;
  padding: 20px 30px;
  background:rgba(0,86,155,0.8);
  border: 1px solid #fff;
  text-align: left;
}
section#secProgram div.programInfo p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.fcY {
  color: #fce437;
}

section#secProgram div.highlights div > img {

}

/*アニメーション*/
.js-scroll-fadeIn-1.fadeIn {  
  animation: fadeIn 1.4s ease-out;
}
.js-scroll-fadeIn-2.fadeIn {  
  animation: fadeIn 1.4s ease-out;
}
.js-scroll-fadeIn-3.fadeIn {  
  animation: fadeIn 1.4s ease-out;
}
@keyframes fadeIn {
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}

/*-----------------------------------------------------
	プログラム02
------------------------------------------------------*/
section#secProgram02 {
  padding: 120px 0 100px;
  background: #00569b;
  color:#fff;
}
section#secProgram02 div.specialLectureBox {
  margin: 0 auto;
  max-width: 506px;
  width: 100%;
}
section#secProgram02 div.specialLectureBox h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
section#secProgram02 div.specialLectureBox dl.time01 {
  margin: 0;
  padding: 0;
}
section#secProgram02 div.specialLectureBox dl.time01_line {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
}
section#secProgram02 div.specialLectureBox dl.time01 dt {
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
}
section#secProgram02 div.specialLectureBox dl.time01 dt span {
  width: 80px;
  text-align: center;
  font-size: 1.5rem;
  color: #00569b;
  padding: 2px 10px;
  margin-right: 5px;
  background: #fff;
  display: inline-block;
}
section#secProgram02 div.specialLectureBox dl.time01 dt span.bgBlue {
  color: #fff;
  background: #328ff1;  
}
section#secProgram02 div.specialLectureBox dl.time01 dd {
  width: 100%;
  font-size: 1.8rem;
  padding: 15px;
  background: rgba(255,255,255,0.2);
}
section#secProgram02 div.specialLectureBox dl.time01 dt.time01_yellow {
  color: #fce437;
}
section#secProgram02 div.specialLectureBox dl.time01 dd.timeLogo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#secProgram02 div.specialLectureBox dl.time01 dd.timeLogo div.timeLogoTxt {
  width: calc( 100% - 130px );
  font-size: 1.8rem;
}
section#secProgram02 div.specialLectureBox dl.time01 dd.timeLogo div.timeLogoImg {
  width: 120px;
  margin-left: 10px;
}
section#secProgram02 div.specialLectureBox dl.time02 {
  margin: 0;
  padding: 0;
}
section#secProgram02 div.specialLectureBox dl.time02 dt {
  font-weight: normal;
  color: #fce437;
  margin-bottom: 0;
}
section#secProgram02 div.specialLectureBox dl.time02 dt span,
section#secProgram02 div.specialLectureBox dl.time01 dt.time01_yellow span{
  width: 80px;
  text-align: center;
  font-size: 1.5rem;
  color: #00569b;
  padding: 2px 10px;
  margin-right: 5px;
  background: #fce437;
  display: inline-block;
}
section#secProgram02 div.specialLectureBox dl.time02 dd {
  font-size: 2rem;
  font-weight: bold;
  padding: 15px;
  background: rgba(255,255,255,0.2);
}
section#secProgram02 div.specialLectureBox dl.time01 dd.fz2 {
  font-size: 2rem;
  font-weight: bold;
}
section#secProgram02 div.specialLectureBox h5 {
  margin-bottom: 15px;
}
section#secProgram02 div.specialLectureBox div.specialLecture {
  margin-top: 35px;
  margin-bottom: 15px;
}
section#secProgram02 div.specialLectureBox div.lecture {
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  background: #edfdff;
  color: #00569b;
}
section#secProgram02 div.specialLectureBox div.lecture.bgY {
  background: #feffe7;
}
section#secProgram02 div.specialLectureBox div.lecture h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #00569b;
}
section#secProgram02 div.specialLectureBox div.lecture p {
  font-size: 1.4rem;
  font-weight: normal;
}
/*ゲストプロフィール*/
section#secProgram02 dl.guestProfile {
  margin: 30px;
  padding: 20px 30px;
  background: rgba(255,255,255,0.1);
}
section#secProgram02 dl.guestProfile dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  
}
section#secProgram02 dl.guestProfile dt span.guestTitle {
  font-size: 1.6rem;
  margin-left: 30px;
}
section#secProgram02 dl.guestProfile dd {
  display: flex;
}
section#secProgram02 dl.guestProfile dd div.guestImg {
  display: flex;
  align-items: center;
  width: 140px;
}
section#secProgram02 dl.guestProfile dd div.guestTxt {
  width: calc(100% - 140px);
  font-size: 1.4rem;
  line-height: 1.8;
}
section#secProgram02 dl.guestProfile dd div.guestTxt p {
  font-size: 1.4rem;
  line-height: 1.8;
}
section#secProgram02 div.boothBox {
  display: flex;
  margin: 0 20px 20px;  
}
section#secProgram02 div.boothBox div.boothIcon {
  width: 100px;
}
section#secProgram02 div.boothBox dl.boothTxt {
  width: calc(100% - 100px);
}
section#secProgram02 div.boothBox dl.boothTxt dt {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
section#secProgram02 div.boothBox dl.boothTxt dt span {
  font-size: 1.4rem;
  margin-left: 15px;
}
section#secProgram02 div.boothBox dl.boothTxt dd {
  line-height: 1.6;
  font-size: 1.4rem;
}

/*-----------------------------------------------------
	お申し込みの流れ
------------------------------------------------------*/
section#secFlow {
  padding: 120px 0 100px;
  background: #00569b;
  color:#fff; 
}
section#secFlow h2 {
  text-align: center;
  margin-bottom: 70px;
}
section#secFlow div.flowWrap {
  display: flex;
  align-items: top;
  justify-content: center;
}
section#secFlow div.flowWrap div.arrow {
  margin-right: 4%;
}
section#secFlow div.flowWrap div.flowInner {
  margin: 0 0 0 15%;
}
section#secFlow div.flowWrap div.flowInner h3 {
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
}
section#secFlow div.flowWrap div.flowInner p {
  font-size: 14px;
}

/*-----------------------------------------------------
	アクセス
------------------------------------------------------*/
section#secAccess {
  padding: 120px 0 100px;
  background: #00569b;
  color:#fff; 
}
section#secAccess h2 {
  text-align: center;
  margin-bottom: 70px;
}
section#secAccess p.mapUlr a {
  color: #fff;
  word-break: break-all;
  font-size: 15px;
}
section#secAccess div.gmap {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
section#secAccess dl,section#secAccess dl + p {
  margin-left: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  section#secProgram div.img-kuruL{
    text-align: left;
    padding-left: 50px;
  }
  section#secProgram div.img-kuruR{
    text-align: right;
    padding-right: 50px;
  }
  section#secProgram02 div.specialLectureBox {
    max-width: 490px;
    overflow: hidden;
  }
  .br1024 {
    display: block;
  }

}

@media (max-width: 1250px) {
  /*PCコンテンツ幅1165*/
  .w1165 {
    width: 100%;
    margin: auto;
  }
  .w1070Pc {
    width: 95%;
    margin: auto;
  }
  h2 img {
    width: 90%;
    height:80px;
    object-fit: cover;
  }
  section#secMainVisual div.mainTItle img.imgmainTitle01 {
    width: 31.3%;
    height: auto;
  }
  section#secMainVisual div.mainTItle img.imgmainTitle02 {
    width: 27.2%;
    height: auto;
  }
  section#secMainVisual div.mainTItle img.imgmainTitle03 {
    width: 41.4%;
    height: auto;
  }
  section#secMainVisual div.mainTItle {
    height: auto;
    background-size: contain;
  }
  section#secMainVisual div.mainInfo img {
    width: 90%;
    height: auto;
  }
  section#secMainVisual div.mainTheme img {
    width: 90%;
    height: auto;
  }
  section#secMainVisual div.mainInfo {
    height: auto;
    background-size: contain;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  main {
        margin-top: 65px;
        overflow: hidden;
    }  
  section#secMainVisual {
    height: auto;
    min-height: auto;
  }
  h2 img {
    width: 100%;
    height:60px;
    object-fit: cover;
  }
  section#secMainVisual div.btnEntryTop a {
    font-size: 24px;
    width: 340px;
    padding-top: 10px
  }
  section#secMainVisual div.btnEntryTop.gray {
    font-size: 20px;
    width: 340px;
  }
  div.btnEntry a {
    font-size: 18px;
    width: 300px;
    padding-top: 10px
  }
  div.btnEntry.gray {
    font-size: 18px;
    width: 300px;
  }
  section#secOutLine p {
    font-size: 16px;
  }
  div.usageExam > img{
    width: auto;
    height: 120px;
  }
  section#secProgram div.highlights {
    gap:20px;    
  }
  section#secProgram02 div.specialLectureBox {
    max-width: auto;
    overflow: hidden;
    margin-bottom: 50px;
  }
  section#secProgram02 div.boothBox {
    margin: 0 0 20px;
  }
  section#secProgram02 div.boothBox div.boothIcon {
    width: 90px;
    height: auto;
  }
  section#secProgram02 div.boothBox div.boothIcon > img {
    width: 70px;
    height: auto;
  } 
  section#secProgram02 div.boothBox dl.boothTxt {
    width: calc(100% - 90px);
  }
    .br1024 {
    display: none;
  }
  section#secFlow div.flowWrap div.flowInner {
    margin: 0 0 0 3%;
  }
  /*サイドメニュー*/
  div.sideMenu {
    position: fixed;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    margin: 0;
    float: none;
  }
  div.sideMenu div a {
    background: #ebf0f2;
    color: #00569b;
    writing-mode: horizontal-tb;
    padding: 15px 5px;
    font-weight: 700;
    font-size: 15px; 
    width: 100%;
    display: grid;
    border: 1px solid #ccc;  
  }
  div.sideMenu div.btnSideEntry a {
    background: #fce437;
    color: #00569b;
    writing-mode: horizontal-tb;
    padding: 15px 5px;
    font-size: 15px;
    width: 100%;
    display: grid;
    border: 1px solid #ccc;
  }
  div.sideMenu div.btnSideEntry.gray {
    background: #f2f2f2;
    color: #00569b;
    writing-mode: horizontal-tb;
    padding: 15px 5px;
    font-size: 15px;
    width: 34%;
    display: grid;
    border: 1px solid #ccc;
  }
  div.sideMenu div.btnSideAbout,div.sideMenu div.btnSideExpo{
    width: 33%;
    text-align: center;
  }
  div.sideMenu div.btnSideEntry {
    width: 34%;
    text-align: center;
  }
  section#secHowto div.exampleAnswerWrap div.examA {
      width: 100%;
      margin-bottom: 15px;
  }
  section#secHowto div.ability dl dd {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 428px) {
  section {
    padding: 30px 0 !important;
  }
  .w1070Pc {
    width: 100%;
  }
  .br1024 {
    display: block;
  }
  h2 img {
    width: 100%;
    height:40px;
    object-fit: cover;
  }
  h3.puzzle {
    padding: 5px 0;
    font-size: 1.8rem !important;
  }
  h3.puzzle::after {
    padding-left: 3px;
  }
  h3.puzzle::before {
    padding-right: 3px;
  }
  .taCPc {
    text-align: left;
  }
  .img-sp7 {
    width: 70%;
    height: auto;
  }
  .img-sp5 {
    width: 50%;
    height: auto;
  }
  .img-sp3 {
    width: 30%;
    height: auto;
  }
  div.sideMenu div a {
    font-size: 13px;
    padding: 15px 3px;
  }
  div.sideMenu div.btnSideEntry a {
    font-size: 13px;
    padding: 15px 3px;
  }
  div.sideMenu div.btnSideEntry.gray {
    font-size: 13px;
    padding: 15px 3px;
    width: 30%;
  }
  div.btnEntryBlue a {
    font-size: 20px;
    width: 280px;
    margin: 10px auto 70px;
    padding: 15px 15px;
  }
  div.btnEntryBlue.gray {
    font-size: 18px;
    width: 280px;
  }
  div.btnWhite a {
    font-size: 20px;
    width: 280px;
    margin: 50px auto 70px;
    padding: 15px 15px;
  }
  section#secMainVisual {
    padding: 50px 0 !important;
  }
  section#secMainVisual div.mainTItle {
    padding: 0 10px;
  }
  section#secMainVisual div.mainInfo {
    height: 100px;
  }
  section#secMainVisual div.mainInfo h1 {
    margin: 0;
    padding: 10px 0;
  }  
  section#secMainVisual div.btnEntryTop a {
    margin-top: 50px;
    font-size: 20px;
    width: 300px;
  }
  section#secMainVisual div.btnEntryTop.gray {
    font-size: 18px;
    width: 300px;
  }
  div.btnEntry a {
    font-size: 18px;
    width: 300px;
  }
  div.btnEntry.gray {
    font-size: 18px;
    width: 300px;
  }
  section#secOutLine img.img-80 {
    width: 180px;
    height: auto;
  }  
  section#secWhats p.tool {
    font-size: 1.8rem;
  }
  section#secHowto div.tryib {
    padding: 20px 10px;
    margin-bottom: 40px;
  }
  section#secHowto p.toKnow {
    text-align: left;
  }
  section#secHowto div.judgment {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 70px;
  }
  section#secHowto div.judgment > div {
    width: 100%;
    text-align: center;
  }
  section#secHowto div.exampleAnswerWrap div.examA {
    width: 100%;
    margin-bottom: 15px;
  }
  section#secHowto div.ability {
    padding: 10px 10px 0;
  }
  section#secHowto div.effectWrap div.effect {
    width: 100%;
    margin-bottom: 20px;
  }
  section#secHowto p.used {
    text-align: left;
  }
  div.usageExam > img {
        width: auto;
        height: 100px;
  }
  section#secProgram div.highlights {
    display: block;    
  }
  section#secProgram img.img-80 {
    width: 80%;
    height: auto;
  }
  section#secProgram div.programInfo p.fzLL {
    font-size: 120%;
  }
  section#secProgram02 dl.guestProfile {
    margin: 0 0 30px;
    padding: 15px;
  }
  section#secProgram02 dl.guestProfile dd {
    display: block;
  }
  section#secProgram02 dl.guestProfile dd div.guestImg {
    width: 100%;
    justify-content: center;
  }
  section#secProgram02 dl.guestProfile dd div.guestTxt {
    width: 100%;
  }
  section#secProgram02 div.boothBox div.boothIcon {
    width: 65px;
    height: auto;
  }
  section#secProgram02 div.boothBox div.boothIcon > img {
    width: 50px;
    height: auto;
  } 
  section#secProgram02 div.boothBox dl.boothTxt {
    width: calc(100% - 65px);
  }
  section#secFlow div.flowWrap {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  section#secFlow div.flowWrap div.arrow {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  section#secFlow div.flowWrap div.arrow img {
    transform: rotate(90deg);
    width: 30px;
    height: auto;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  section#secAccess p.mapUlr a {
    font-size: 12px;
  }
  
  
}









/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



