@charset "utf-8";
/*-----------------------------------------------------
	style-thinking.css
	独自のスタイル
------------------------------------------------------*/
main {
  margin-top:120px;
  position: relative;
}
section {
	padding-top: 120px;
	margin-top:-120px;/*固定ヘッダーのアンカーリンクずれ対策*/
	padding-bottom: 100px;
}
.bgBlue {
  background-color: #ebfaff;
}

/*h1タイトル*/
section#secTitle {
  background-image: url("../images/inbasket/bg-h1.png");
  background-repeat:no-repeat;
  background-position: top center;
  width: 100%;
  max-width: 1920px;
  max-height: 533px;
  margin:0 auto 80px;
  border-bottom: 10px solid #003b7a;
}
section#secTitle h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
/*h3タイトル*/
div.h3Wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
div.h3Wrap div.h3-img {
  width: 140px;
}
div.h3Wrap h3 {
  width: calc( 100% - 140px );
  color: #003b7a;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.8;
}
    section#secResult div.h3Wrap h3 {
      font-size: 20px;
    }
div.h3Wrap h3 span {
  color: #303030;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}
.fz18 {
  font-size: 18px;
}

/*インバスケットとは*/
section#secOutline {
  margin-bottom: 70px;
}
section#secOutline div.qaBox {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  border-top: 1px dashed #303030;
}
section#secOutline div.qaBox:last-of-type {
  border-bottom: 1px dashed #303030;
}
section#secOutline div.qaBox dl {
  width: calc(100% - 280px);
}
section#secOutline div.qaBox div.qaImg {
  width: 280px;
  text-align: center;
}
section#secOutline div.qaBox dl dt {
  color: #303030;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 20px 60px;
}
section#secOutline div.qaBox dl dt::before {
  position: absolute;
  content: url("../images/inbasket/icon-q.png");
  left: 0;
  top:0;
}
section#secOutline div.qaBox dl dd {
  position: relative;
  padding: 10px 0 20px 60px;
}
section#secOutline div.qaBox dl dd::before {
  position: absolute;
  content: url("../images/inbasket/icon-a.png");
  left: 0;
  top:0;
}
section#secOutline div.qaBox dl dd a {
  color: #0083c9;
  text-decoration: underline;
}
section#secOutline p.pOutline {
  padding: 20px; 
  font-size: 18px;
  line-height: 1.8;
}

/*実際にインバスケット問題を解いてみる*/
section#secExample {
  margin-bottom: 70px;
}
section#secExample p {
  line-height: 1.8;
}
section#secExample div.caseBox {
  width: 100%;
  display: flex;
  align-items: top;
  margin-top: 30px;
  padding: 0 15px;
}
section#secExample div.caseBox div.caseImg {
  width: 120px;
  padding-top: 20px;
}
section#secExample div.caseBox dl {
  width: calc(100% - 120px);
}
section#secExample div.caseBox dl dt {
  color: #0083c9;
  font-weight: bold;
  font-size: 18px;
}
section#secExample div.caseBox dl dd {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  min-height: 130px;
  display: flex;
  align-items: center;
}
section#secExample dl.caseDl {
  width: 100%;
  margin-top: 35px;
  padding: 15px;
  border: 1px solid #0083c9;
  background: #fff;
}
section#secExample dl.caseDl dt {
  color: #0083c9;
  border-bottom: 1px solid #0083c9;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
section#secExample dl.caseDl dt ul {
  margin: 0;
  padding: 0;
}

/*具体的にどんなことがわかるのか*/
section#secResult { 
  padding-bottom: 200px;
}
section#secResult p {
  line-height: 1.8;
}
.fcOrg {
  color: #ff6a00;
}
section#secResult div.point {
  width: 100%;
  margin: 0 auto 150px;
}
section#secResult div.point h4 {
  margin: 0;
  padding: 0;
}
section#secResult div.point p {
  width: 100%;
  padding: 20px;
  border: 1px solid #ff6a00;
  line-height: 1.8;
}


section#secDimension {
  
}
section#secDimension div.titleDimension {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 20px;  
  text-align: center;
}
section#secDimension div.titleDimension > p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #0083c9;
}

section#secDimension div.dlDimensionWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section#secDimension div.dlDimensionWrap dl {
  width: 50%;
  margin: 0;
  padding: 15px 5px;
  display: flex;
  align-items: center;
}
section#secDimension div.dlDimensionWrap dl dt {
  width: 180px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  background:#0083c9;
  border-radius: 4px;
  text-align: center;
  padding: 10px 0;
  margin-right: 10px;
}
section#secDimension div.dlDimensionWrap dl dd {
  width: calc(100% - 200px);
}


section#secDimension div.effect {
  width: 100%;
  margin: 50px 0;
  padding: 50px 30px;
  border-top:1px dashed #303030;
  border-bottom:1px dashed #303030;
}
.fcBlue {
  color: #0083c9;
}
.fcBlue2 {
  color: #003b7a;
}
section#secDimension div.effect dl {
  margin: 50px 0;
  padding: 0;
}
section#secDimension div.effect dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section#secDimension div.effect dl dd {
  margin-bottom: 30px;
}

section#secDimension div.bottomBtn {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 130px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
section#secDimension div.bottomBtn div.btnBlue a {
  width: 300px;
  margin: 0 auto 15px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background: #0083c9;
  display: block;
}




/*PC画面調整*/
@media (max-width: 1024px) {
  /*h1タイトル*/
  section#secTitle {
    background-size: cover;
  }
  section#secTitle h1 img{
    height: 100px;
    width: auto;
  }
}


@media (max-width: 768px) {
  main {
    margin-top:75px;
  }
  section {
    padding-top: 75px;
    margin-top:-75px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  /*h1タイトル*/
  section#secTitle h1 img{
    height: 80px;
    width: auto;
  }
  /*h2タイトル*/
  .h2Img {
    height: 36px;
    width: auto;
  }
  /*h3タイトル*/
  div.h3Wrap div.h3-img {
    width: 120px;
    text-align: center;
  }
  div.h3Wrap h3 {
    width: calc( 100% - 130px );
    font-size: 22px;
  }
  section#secResult div.h3Wrap h3 {
      font-size: 20px;
    }
  div.h3Wrap h3 span {
    font-size: 17px;
  }
  .h3Img {
    height: 30px;
    width: auto;
  }
  /*インバスケットとは*/
  section#secOutline div.qaBox dl {
    width: calc(100% - 180px);
  }
  section#secOutline div.qaBox div.qaImg {
    width: 180px;
    text-align: center;
  }
  /*あなたならどうする*/
  section#secExample div.caseBox {
    padding: 0;
  }
  /*10のマネジメント能力*/
  section#secDimension div.dlDimensionWrap dl {
    width: 100%;
    margin: 0;
    padding: 5px;
    display: flex;
  }
  section#secDimension div.dlDimensionWrap dl dt {
    width: 180px;
  }
  section#secDimension div.dlDimensionWrap dl dd {
    width: calc(100% - 200px);
  }
  section#secDimension div.effect {
    width: 100%;
    margin: 50px 0;
    padding: 50px 15px;
  }  
	
}
@media (max-width: 575px) {
  main {
    margin-top:72px;
  }
  section {
    padding-top: 72px;
    margin-top:-72px;/*固定ヘッダーのアンカーリンクずれ対策*/
    padding-bottom: 50px;
  }
  /*h1タイトル*/
  section#secTitle {
    background-size: 100%;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 7px solid #003b7a;
  }
  section#secTitle h1 {
    margin: 4vh 0;
    padding: 0;
    text-align: center;  
  }
  section#secTitle h1 > img {
    height: 40px;
    width: auto;
  }
  /*h2タイトル*/
  .h2Img {
    height: 25px;
    width: auto;
  }
  /*h3タイトル*/
  div.h3Wrap div.h3-img {
    width: 70px;
    margin-right: 10px;
    text-align: center;
  }
  div.h3Wrap h3 {
    width: calc( 100% - 90px );
    font-size: 20px;
  }
  section#secResult div.h3Wrap h3 {
      font-size: 18px;
    }
  div.h3Wrap h3 span {
    font-size: 15px;
  }
  .h3Img {
    height: 22px;
    width: auto;
  }
  /*インバスケットとは*/
  section#secOutline div.qaBox {
    display: block;
    padding: 20px 15px;    
  }
  section#secOutline div.qaBox dl {
    width: 100%
  }
  section#secOutline div.qaBox div.qaImg {
    width: 230px;
    text-align: center;
    margin: 0 auto;
  }
  /*実際にインバスケット問題を解いてみる*/
  section#secExample div.caseBox div.caseImg {
    width: 80px;
  }
  section#secExample div.caseBox div.caseImg > img {
    width: 70px;
    height: auto;
  }
  section#secExample div.caseBox dl {
    width: calc(100% - 80px);
  }
  section#secExample div.caseBox dl dd {
    padding: 12px;
  }
  /*10のマネジメント能力*/
  section#secDimension div.dlDimensionWrap dl {
    display: block;
  }
  section#secDimension div.dlDimensionWrap dl dt {
    width: 180px;
  }
  section#secDimension div.dlDimensionWrap dl dd {
    width: 100%;
  }
  /*ディメンション*/
  section#secDimension div.bottomBtn {
    width: 100%;
    margin: 0 auto 130px;
    padding: 0;
    display: block;
    text-align: center;
  }
  
}






/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



