@charset "utf-8";
/* CSS Document */
/*第8回css
**********************/
body{
  min-width:1150px;
}
#main {
  background: url(/image/global/science-edu/micro_zh-CN/content8/index_02.png) #eee repeat left top;
}
#main * {
  font-family: "微软雅黑","宋体",'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  box-sizing: border-box;
}
#main.index .content-wrap {
    width: 1100px;
    margin: 0 auto;
}
/*--タイトル--*/
#pageTitle {
  margin-top: 60px;
  margin-bottom: 15px;
}
#pageTitle p.label {
  background: #E60027;
  color: #FFF;
  font-size: 13px;
  display: inline-block;
  border-radius: 50px;
  padding: 3px 15px;
  text-align: center;
  min-width: 68px;
  margin-bottom: 8px;
}
#pageTitle div p {
  font-weight: 700;
  font-size: 28px;
}
/*--コンテンツ--*/
.padWrap {
  width: 1119px;
  height: 619px;
  margin: 0 auto;
  background: url(/image/global/science-edu/micro_zh-CN/content8/index_01.png) repeat-x left top;
  position: relative;
}
.padWrap .postLink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto 0;
}
.padWrap .postLink a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.padWrap .postLink.next {
  right: -30px;
}
.padWrap .postLink.next a {
  display: inline-block;
}
.padWrap .postLink.prev {
  left: -20px;
}
.padWrap .postLink.prev a {
  display: inline-block;
}

.padWrap .pager {
  position: absolute;
  right: 40px;
  bottom: 35px;
  font-size: 10px;
  color: #FFF;
}
/*最初の紹介ページ
--------------------*/
.padWrap .introBox {
  display: flex;
  flex-wrap: wrap;
  padding: 75px 40px 30px 40px;
  background: url("/image/global/science-edu/micro_zh-CN/content8/index_09.png") no-repeat right 70px top 50px;
}
.padWrap .introBox .item {
  width: 50%;
}
.padWrap .introBox .item:nth-of-type(1) {
  padding: 0 20px 0 40px;
}
.padWrap .introBox .item:nth-of-type(2) {
  padding: 0 40px 0 20px;
}
.padWrap .introBox .item h3 {
  margin-bottom: 12px;
  text-align: center;
}
#main.index .padWrap .introBox .item p.explanation {
  font-size: 15px;
  line-height: 1.8;
  color: #ebf8e2;
  margin-bottom: 25px;
}
#main.index .padWrap .introBox .item p.explanation ruby rt{
  font-size: 10px;
}
#main.index .padWrap .introBox .item p.explanation sup{
  font-size: 70%;
	vertical-align: top;
	position: relative;
}
#main.index .padWrap .introBox .item p.notes{
  font-size: 12px;
  margin-top: 5px;
  color: #ebf8e2;
}
#main.index .padWrap .introBox .item p.notes rt{
  font-size: 60%;
}
#main.index .padWrap .introBox .item .eximage{
  text-align: center;
}
/*クイズ
--------------------*/
.quizBox {
  padding: 35px 40px 40px 40px;
}
.quizBox .qArea {
  display: flex;
  flex-wrap: wrap;
}
.quizBox .qArea .qImg {
  width: 333px;
  margin-left: 57px;
}
.quizBox .qArea .qText {
  width: 565px;
  margin-left: 25px;
  padding-top: 20px;
}
#main.index .quizBox .qArea .qText p.explanation {
  color: #ebf8e2;
  margin-top: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
}
#main.index .quizBox .qArea .qText ruby rt {
  font-weight: 500;
  font-size: 0.45em;
}
#main.index .quizBox .qArea .qText p.explanation span {
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_03.png") repeat-x left bottom;
  padding-bottom: 7px;
  display: inline-block;
}
#main.index .quizBox .qArea .qText p.hint {
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_04.png") no-repeat left 10px;
  padding-top: 12px;
  padding-left: 66px;
  min-height: 60px;
  color: #ebf8e2;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}
#main.index .quizBox .qArea .qText p.hint ruby rt {
  font-weight: 500;
  font-size: 0.45em;
}
.quizBox #photoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  margin-top: 20px;
}
.quizBox #photoList li {
  width: 220px;
  height: 127px;
  overflow: hidden;
  border-radius: 5px;
  border: solid #FFF 3px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quizBox #photoList li:hover {
  cursor: pointer;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.quizBox #photoList li.crr{
  border: solid #bf1330 3px;
}
.quizBox #photoList li.crr::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_16.png") no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.quizBox #photoList li img {
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.quizBox #photoList li .falseMsg2{
  position: absolute;
  left: 0;
  top: 0;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_11.png") rgba(255,255,255,.7) no-repeat center center;
  width: 100%;
  height: 100%;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  z-index: 100;
}
.modalBg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.modalCont {
  display: block;
  width: 80%;
  height: 80%;
  max-width: 820px;
  max-height: 490px;
  background: #FFF;
  border-radius: 5px;
  padding: 25px 5px 30px 20px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 101
}
.modal .modal_sc{
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
#successModal .modalCont .modal_sc{
  height: 86%;
}
#whitchModal .modalCont{
  max-height: 600px;
}
#main.index .modalCont p.correct{
  color: #bf1330;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  font-size: 33px;
  letter-spacing: .1em;
}
#main.index .modalCont p.correct span{
  display: inline-block;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_15.png") no-repeat left 80% / 40px auto;
  padding-left: 55px;
}

#main.index .modalCont p.correct ruby rt{
  font-size: 10px;
  font-weight: 500;
}
.modalCont .what{
  background: #bf1330;
  color: #FFF;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}
.modalCont .what span{
  display: inline-block;
  padding: 0 15px 10px 15px;
  margin-top: 10px;
}
.modalCont .what ruby > rt{
  font-size: 10px;
  line-height: 1.5;
}
.modalCont .imgselcText{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modalCont .imgselcText .s_img{
  border-radius: 5px;
  overflow: hidden;
  width: 270px;
}
.modalCont .comp{
  margin-bottom: 20px;
  font-weight: 700;
  width: 460px;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
}
.modalCont .comp span{
  font-size: 22px;
  display: inline-block;
  margin: 0 3px;
  color: #bf1330;
  font-weight: 700;
}
.falseWrap{
  padding: 0 105px;
}
#falseMsg{
  margin-top: 15px;
  background: #eaf329;
  border-radius: 5px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  color: #355840;
}
#secondPhotoList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#secondPhotoList li{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 243px;
  width: -webkit-calc((100% - 30px) / 3);
  width: -moz-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
}
#secondPhotoList li .imgclip{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#secondPhotoList li img{
  max-width: 100%;
}
#secondPhotoList li:hover{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
#secondPhotoList li .cap{
  margin-top: 5px;
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 700;
}
/*
#secondPhotoList li .cap.rubynone{
  margin-top: 24px;
}
*/
#secondPhotoList li .cap ruby rt{
  font-size: 10px;
}
#secondPhotoList .falseMsg{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_11.png") rgba(255,255,255,.7) no-repeat center center;
  font-size: 18px;
  z-index: 101;
}
.modalCont #closeBtn{
  background: #ffffff; 
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  width: 150px;
  padding: 10px;
  border-radius: 50px;
  border: #ededed solid 2px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto 0 auto;
}
.modalCont #closeBtn:hover{
  cursor: pointer;
  background: #ededed;
}
.modalCont #closeBtn span{
  display: inline-block;
  padding-left: 24px;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_12.png") no-repeat left 55% / 14px auto;
}
/*正解*/
#successModal .modalCont{
  max-height: 666px;
  min-height: 570px;
}
#main.index #successModal .modalCont p.feature{
  background: #bf1330;
  padding: 0 18px 10px 18px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFF;
}
#main.index #successModal .modalCont p.feature ruby rt{
  font-size: 10px;
  font-weight: 500;
}
#main.index #successModal .modalCont p.feature span.name{
  display: inline-block;
  font-size: 24px;
  margin: 0 3px 0 0;
}
#main.index #successModal .modalCont p.feature sup{
  font-size: 50%;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  top: 10px;
}
#main.index #successModal .modalCont p.feature .inner{
  padding: 15px 0 0 0;
  display: inline-block;
}
#main.index #successModal .modalCont p.detail{
  margin-bottom: 40px;
  line-height: 1.8;
}
#successModal .modalCont .correctImg{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content:space-between;
}
#successModal .modalCont .correctImg li .imgclip{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#successModal .modalCont .correctImg li{
  width: 243px;
  width: -webkit-calc((100% - 30px) / 3);
  width: -moz-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
}
#successModal .modalCont .correctImg li.only{
  width: auto;
}
#successModal .modalCont .correctImg li img{
  max-width: 100%;
}
#successModal .modalCont .att{
  font-size: 12px;
  margin-top: 15px;
}
#successModal .modalCont .nextquiz{
  width: 200px;
  margin: 15px auto 0 auto;
}
#successModal .modalCont .nextquiz a{
  display: block;
  background: #ef1746; 
  background: -moz-linear-gradient(top,  #ef1746 0%, #ef1746 50%, #d81536 53%, #e51635 71%, #e51635 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ef1746 0%,#ef1746 50%,#d81536 53%,#e51635 71%,#e51635 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ef1746 0%,#ef1746 50%,#d81536 53%,#e51635 71%,#e51635 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px 15px 10px 25px;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border: #d81536 solid 2px;
}
#successModal .modalCont .nextquiz a span{
  display: inline-block;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_14.png") no-repeat 95% 55% / 12px auto;
  padding-right: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
#successModal .modalCont .nextquiz a:hover span{
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_14.png") no-repeat 100% 55% / 12px auto;
}
#successModal .modalCont #restartBtn{
  background: #ffffff; 
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  width: 120px;
  padding: 8px;
  border-radius: 50px;
  border: #ededed solid 2px;
  text-align: center;
  font-weight: 700;
  margin: 8px auto 0 auto;
  font-size: 13px;
}
#successModal .modalCont #restartBtn:hover{
  cursor: pointer;
  background: #ededed;
}
#successModal .modalCont #restartBtn span{
  display: inline-block;
  padding-left: 18px;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_13.png") no-repeat left 55% / 10px auto;
}

/*動画
--------------------*/
.summaryBox{
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_01.png") no-repeat right 40px top 35px;
  padding: 60px 80px 40px 80px;
}
.summaryBox .read{
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
}
.summaryBox .read a{
  color: #FFF;
}
.summaryBox .read a:hover{
  text-decoration: none;
}
#main.index .summaryBox .read p{
  font-size: 18px;
  font-weight: 700;
}
.summaryBox .youtubeList{
  margin-bottom: 50px;
}
.summaryBox .youtubeList li{
  margin-bottom: 15px;
  font-size: 14px;
  background: url("/image/global/science-edu/micro_zh-CN/content8/quizall_14.png") no-repeat left 3px / 13px auto;
  padding-left: 25px;
  line-height: 1;
}
.summaryBox .youtubeList li a{
  color: #FFF!important;
  text-decoration: underline!important
}
.summaryBox .youtubeList li:hover{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
#main.index .summaryBox .summaryText{
  color: #FFF;
  margin-bottom: 45px;
  line-height: 1.8;
}
#main.index .summaryBox .summaryText ruby rt{
  font-size: 10px;
}
#main.index .summaryBox .otherTitle{
  color: #FFF;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
#main.index .summaryBox .otherTitle ruby rt{
  font-size: 10px;
}
#main.index .summaryBox .otherTitle::after{
  content: '';
  display: block;
  background: #8eb396;
  height: 2px;
  width: 62%;
  position: absolute;
  right: 0;
  top: 58%;
}
#main.index .summaryBox .otherRead{
  color: #FFF;
  margin-bottom: 20px;
  font-size: 14px;
}
.summaryBox .backBtn{
  width: 200px;
  margin: 0 auto;
}
.summaryBox .backBtn a{
  display: block;
  background: #ffffff; 
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
  padding: 10px;
  border-radius: 50px;
  border: #ededed solid 2px;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.summaryBox .backBtn a:hover{
  cursor: pointer;
  background: #ededed;
}
.summaryBox .backBtn span{
  display: inline-block;
  padding-left: 28px;
  background: url("/image/global/science-edu/micro_zh-CN/content8/summary_01.png") no-repeat 5% 55% / 14px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.summaryBox .backBtn a:hover span{
  background: url("/image/global/science-edu/micro_zh-CN/content8/summary_01.png") no-repeat left 55% / 14px auto;
}
