@charset "utf-8";
/* CSS Document */
/*第4回css
**********************/

/* Animation */
.inviewfadeIn {
	opacity: 0;
	transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
	transition: 1s;
}
.fadeIn {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
#topics04 .viewEf{
	opacity: 1.0 !important;
}
.modalInner.modalOpen{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
.modalInner .btnArea dl dt.answerAni{
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}


/* 共通 */
.scrollLock{
    overflow: hidden;
}
#topics04{
	width: 1100px;
	min-height: 1000px;
	margin: 40px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* レイアウト */
#illust{
    display: blo;
    position: absolute;
    top: 380px;
    left: 50%;
    margin-left: -490px;
}
#mainBox{
    display: block;
    width: 100%;
    height: 1300px;
    background:
    url(/image/jp/science-edu/micro/content4/index_05.png) no-repeat left 470px top 70px,
    url(/image/jp/science-edu/micro/content4/index_06.png) no-repeat left  bottom 320px,
    url(/image/jp/science-edu/micro/content4/index_07.png) no-repeat right 83px top 147px ;
    position: relative;
}
.view01,
.view02,
.view03,
.view04,
.view05,
.view06{
    display: block;
    width: 240px;
    height: 200px;
    position: absolute;
}
.view01:hover,
.view02:hover,
.view03:hover,
.view04:hover,
.view05:hover,
.view06:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.view01{
    top: 70px;
    left: 502px;
}
.view02{
    top: 284px;
    left: 802px;
}
.view03{
    top: 613px;
    left: 856px;
}
.view04{
    top: 900px;
    left: 730px;
}
.view05{
    top: 1027px;
    left: 391px;
}
.view06{
    top: 906px;
    left: 12px;
}
.view01 a,
.view02 a,
.view03 a,
.view04 a,
.view05 a,
.view06 a{
    display: block;
    width: 100%;
    height: 100%;
}
.view01 a{background: url(/image/jp/science-edu/micro/content4/index_09.png) no-repeat center top;}
.view02 a{background: url(/image/jp/science-edu/micro/content4/index_10.png) no-repeat center top;}
.view03 a{background: url(/image/jp/science-edu/micro/content4/index_11.png) no-repeat center top;}
.view04 a{background: url(/image/jp/science-edu/micro/content4/index_12.png) no-repeat center top;}
.view05 a{background: url(/image/jp/science-edu/micro/content4/index_13.png) no-repeat center top;}
.view06 a{background: url(/image/jp/science-edu/micro/content4/index_14.png) no-repeat center top;}

/*  モーダル */
.hidden{
    display: none;
}
#modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
}
.modalBg{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1006;
}
.modalInner{
    display: block;
    width: 965px;
    background: #FFF;
    height: auto;
    max-height: 96%;
    position: absolute;
    top: 5%;
    left: 50%;
    overflow-y: auto;
    margin-left: -482px;
    z-index: 1007;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    transform-origin: center center;
}
.modalInner .closeBtn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1012;
    cursor: pointer;
}
.modalInner .closeBtn:hover{
    opacity: 0.65;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.modalInner .imgArea{
    display: block;
    width: 100%;
    height: 380px;
    position: relative;
    box-sizing: border-box;
}
.modalInner .imgArea img{
    max-height: 100%;
}
.modalInner .imgArea ul{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.modalInner .imgArea li{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.modalInner .imgArea li:nth-child(1){
    z-index: 1011;
}
.modalInner .imgArea li:nth-child(2){
    z-index: 1010;
}
.modalInner .imgArea li:nth-child(3){
    z-index: 1009;
}
.modalInner .imgArea li:nth-child(4){
    z-index: 1008;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modalInner .imgArea li:nth-child(-n+3){
    background: #454545;
    text-align: center;
}
.modalInner .imgArea .skipBtn{
    display: none;
    background: #E95900;
    color: #FFF;
    padding: 10px 6px;
    line-height: 100%;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1012;
}
.modalInner .imgArea .loading{
    display: none;
    width: 36px;
    height: 36px;
    background: url(/image/jp/science-edu/micro/content4/index_04.gif) #FFF no-repeat center center;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    z-index: 1012;
}
.modalInner .imgArea .skipBtn::after{
    content: "SKIP";
}
.modalInner .imgArea .skipBtn:hover{
    background: #FF8F4D;
}
.modalInner .titleArea{
    display: block;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: url(/image/jp/science-edu/micro/content4/index_15.png) no-repeat center top -8px;
}
.modalInner .titleArea::after{
    content: "これは何でしょう？";
}
.modalInner .btnArea{
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 16px auto;
}
.modalInner .btnArea ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 10px;
}
.modalInner .btnArea ul li{
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(#EB9F00, #E95900);
    padding-top: 11px;
    font-weight: bold;
    font-size: 16px;
    border: #E95900 solid 1px;
    border-radius: 8px;
    color: #FFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    margin-right: 10px;
    cursor: pointer;
}
.modalInner .btnArea ul li:last-child{
    margin-right: 0;
}
.modalInner .btnArea ul.active li{
    background: #DDD;
    color: #999;
    border: none;
    box-shadow: none;
    cursor: default;
}
.modalInner .btnArea ul:not(.active) li:hover{
    opacity: 0.65;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.modalInner .btnArea dl{
    display: block;
    position: relative;
}
.modalInner .btnArea dl dt{
    display: none;
    text-align: center;
    width: 80px;
    height: 80px;
    color: #FF0000;
    font-weight: bold;
    z-index: 1012;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -40px;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    transform-origin: center center;
}
.modalInner .btnArea dl.ans0 dt{ margin-left: -245px;}
.modalInner .btnArea dl.ans1 dt{ margin-left: -40px;}
.modalInner .btnArea dl.ans2 dt{ margin-left: 175px;}
.modalInner .btnArea dl dt:nth-child(1){
    background: url(/image/jp/science-edu/micro/content4/index_02.png) no-repeat center center / contain;
}
.modalInner .hintArea{
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 16px auto;
    padding: 12px 25px 12px 25px;
    background: #FFFFB4;
    box-sizing: border-box;
}
.modalInner .hintArea{
    display: block;
    width: 100%;
    max-width: 830px;
    background: #FFFFB4;
    box-sizing: border-box;
}
.modalInner .hintArea .hint{
    display: flex;
    width: 100%;
}
.modalInner .hintArea .hint li{
    display: block;
    width: 100%;
    height: 53px;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: #A9D84C solid 1px;
}
.modalInner .hintArea .hint li:last-child{
    margin-right: 0;
}
.modalInner .hintArea .hint li:nth-child(1){
    background: url(/image/jp/science-edu/micro/content4/index_16.png) #D4EF70 no-repeat center center;
}
.modalInner .hintArea .hint li:nth-child(2){
    background: url(/image/jp/science-edu/micro/content4/index_17.png) #D4EF70 no-repeat center center;
}
.modalInner .hintArea .hint li:nth-child(3){
    background: url(/image/jp/science-edu/micro/content4/index_18.png) #D4EF70 no-repeat center center;
}
.modalInner .hintArea .hint li:nth-child(1) b::after{
    content: "ヒント1";
}
.modalInner .hintArea .hint li:nth-child(2) b::after{
    content: "ヒント2";
}
.modalInner .hintArea .hint li:nth-child(3) b::after{
    content: "ヒント3";
}
.modalInner .hintArea .hint li div{
    display: none;
    background: #FFF;
    text-align: center;
    border-radius: 8px;
}
.modalInner .hintArea .hint li div b{
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    line-height: 100%;
    background: #2B7C21;
}
.modalInner .hintArea .hint li div span{
    display: block;
    font-weight: bold;
    padding: 8px 0;
    font-size: 13px;
}
.modalInner .hintArea .seekBar{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 14px;
}
.modalInner .hintArea .seekBar ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.modalInner .hintArea .seekBar li{
    display: block;
    width: 60px;
    font-weight: bold;
    color: #959953;
    font-size: 12px;
    background: #D8D58F;
    padding: 6px 0;
    text-align: center;
    position: relative;
    z-index: 1005;
}
.modalInner .hintArea .seekBar li.active{
    color: #FFF;
    background: #2B7C21;
}
.modalInner .hintArea .seekBar li:nth-child(1)::after{ content: "スタート";}
.modalInner .hintArea .seekBar li:nth-child(2)::after{ content: "ヒント１";}
.modalInner .hintArea .seekBar li:nth-child(3)::after{ content: "ヒント２";}
.modalInner .hintArea .seekBar li:nth-child(4)::after{ content: "ヒント３";}
.modalInner .hintArea .seekBar li:nth-child(5)::after{ content: "ゴール";}
.modalInner .hintArea .seekWork{
    display: block;
    width: 0;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #2B7C21;
    z-index: 1004;
}
.modalInner .hintArea .seekBg{
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #D8D58F;
    z-index: 1003;
}
.modalInner .questionAllQWrap{
    display: block;
    position: absolute;
    width: 100%;
    top: 380px;
    left: 0;
    z-index: 1003;
}
.modalInner .answerText{
    display: block;
    opacity: 0;
    height: 260px;
    text-align: center;
    padding: 55px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    line-height: 180%;
    z-index: 1002;
}
.modalInner .answerText strong{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}






/*
モーダル関連
#topics04 .modalbox{
	display: none;
}
#topics04 #topics04 a.inline_box{
	display: block;
}
a.inline_box img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#topics04 a.inline_box img:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.modalInner{
    display: block;
    width: 100%;
    height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: hidden;
}
.questionAllWrapBox{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.questionAllWrapBox .mainBox{
    display: block;
    width: 100%;
	height:70%;
	height:-webkit-calc(100% - 180px);
	height:-moz-calc(100% - 180px);
	height:calc(100% - 180px);
    max-height: 576px;
    background: #F2F2F2;
    position: relative;
}
.questionAllWrapBox .mainBox::after{
    content: "";
    display: block;
    clear: both;
}
.questionAllWrapBox .questionTextBox{
    display: block;
    width: 25%;
    height: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background: #DFDFDF;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
}
.questionAllWrapBox .questionTextBox p.caption{
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
}
.questionAllWrapBox .hintBox{
    display: block;
    margin-top: 60px;
}
.questionAllWrapBox .hintBox li{
    display: none;
    font-size: 13px;
    background: #FFF;
    margin-bottom: 12px;
    padding: 8px 8px 12px 8px;
    border-radius: 3px;
    border: #CCC solid 1px;
    box-sizing: border-box;
}
.questionAllWrapBox .hintBox li span{
    display: inline-block;
    font-weight: bold;
    background: #000;
    color: #FFF;
    padding: 2px 0.5em;
    line-height: 120%;
    margin-bottom: 8px;
}
.questionAllWrapBox .imgArea{
    display: block;
    width: 100%;
	height:100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.questionAllWrapBox .imgArea ul{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.questionAllWrapBox .imgArea li{
    display: block;
    width: 75%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: contain;
}
.questionAllWrapBox .imgArea li:nth-child(1){
    width: 100%;
    background-color: #FFF;
    background-size: cover;
}
.questionAllWrapBox .statusBox{
    display: block;
    width: 100%;
    height: 180px;
    padding: 50px 0 15px 0;
    box-sizing: border-box;
    position: relative;
}
.radioArea ul{
    display: flex;
    display: -ms-flex;
    flex-wrap: nowrap;
    flex-wrap: -ms-nowrap;
    flex-direction: row;
    flex-direction: -ms-row;
    justify-content: space-around;
    justify-content: -ms-space-around;
}
.radioArea ul li{
    display: block;
    width: 100%;
    font-weight: bold;
    color: #121212;
    border: #999 solid 2px;
    background: #FFF;
	background:linear-gradient(#FFFFFF, #DE0E0E0DD);
	background:-moz-linear-gradient(top, #FFFFFF, #E0E0E0);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0E0E0));
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    max-width: 260px;
    cursor: pointer;
}
.radioArea ul li.end{
    box-shadow: none;
    color: #666;
    border-color: #CCC;
    background: #F0F0F0;
    cursor: default;
}
.radioArea ul li.active,
.radioArea ul li:not(.end):hover{
    border-color: #E60027;
    color: #E60027;
}
.seekBar{
    display: block;
    width: 90%;
    height: 20px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.seekBarBg{
    display: block;
    height: 10px;
    width: 0;
    position: absolute;
    top: 6px;
    left: 0;
    background: #FFB7C4;
}
.seekBarDecBg{
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.seekBarPoint{
    display: block;
    width: 100%;
    position: relative;
}
.seekBarPoint li{
    display: block;
    width: 5em;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 6px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -2.5em;
    background: #333333;
}
.seekBarPoint li.now{
    background: #E60027;
}
.seekBarPoint li:nth-child(1){ left: 0; }
.seekBarPoint li:nth-child(2){ left: 25%; }
.seekBarPoint li:nth-child(3){ left: 50%; }
.seekBarPoint li:nth-child(4){ left: 75%; }
.seekBarPoint li:nth-child(5){ left: 100%; }
.radioArea{
    display: block;
    width: 90%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 35px auto;
    box-sizing: border-box;
}
.answerEnd{
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
}
.answerEnd p.caption{
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    
}
.questionAllWrapBox .answerArea li{
    display: none;
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 14%;
    left: 50%;
    margin-left: -50px;
    background-position: center center;
    background-repeat:  no-repeat;
    background-size: contain;
    z-index: 10;
}
.skipBtn{
    display: none;
    max-width: 180px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #E60027;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}









*/
