
/* lecture/lec01.html
-----------------------------------------------------------*/
#lec01 .g-contents #svgChart{
    width: 100%;
    height: 450px;
	padding: 8px;
	background: #fff;
}
#lec01 .g-contents #svgChart img{
	display: block;
}
#lec01 .g-contents #svgChart #svgChartInner {
    width: 100%;
    height: 100%;
	position: relative;
    overflow: hidden;
}
#lec01 .g-contents #svgChart #figBg img {display: block;}

#lec01 .g-contents #svgChart #sun{
	position: absolute;
    z-index: 8;
    top: 138px;
    left: 184px;
    width: 96px;
    height: 96px;
}
#lec01 .g-contents #svgChart #circleGry{
	position: absolute;
    z-index: 1;
    top: 202px;
    left: 230px;
    width: 447px;
    height: 447px;
	-webkit-animation-name: circleGry;
    animation-name: circleGry;
	animation-duration: 9s;
	animation-delay: 0;
    animation-fill-mode: forwards;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
	opacity: 1;
    /*display: none;*/
}
@keyframes circleGry {
    0% {transform:scale(1);}
	77% {transform:scale(1); opacity: 1;}
	78% {transform:scale(1); opacity: 0.3;}
	80% {transform:scale(1); opacity: 1;}
	82% {transform:scale(1); opacity: 0.3;}
	84% {transform:scale(1); opacity: 1;}
	86% {transform:scale(1); opacity: 0.3;}
	88% {transform:scale(1); opacity: 1;}
	90% {transform:scale(1); opacity: 1;}
    94% {transform:scale(1);}
    100% {transform:scale(1.1);}
}
#lec01 .g-contents #svgChart #circleGry #circleGryIn{
    width: 100%;
    height: 100%;
    border-radius: 50%;
	-webkit-animation-name: circleGryIn;
    animation-name: circleGryIn;
	animation-duration: 0.5s;
	animation-delay: 8.5s;
    animation-fill-mode: forwards;
	background: #e8e8e8;
	opacity: 1;
}
@keyframes circleGryIn {
    0% {
		background: #e8e8e8;
	}
    100% {
		background: #dadada;
	}
}
#lec01 .g-contents #svgChart #circleOrg{
	position: absolute;
    z-index: 2;
    top: 215px;
    left: 243px;
    width: 421px;
    height: 421px;
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
}
.circleOrgSVG {
	-webkit-animation-name: circleOrg;
    animation-name: circleOrg;
	animation-duration: 1.5s;
	animation-delay: 12s;
    animation-fill-mode: forwards;
	opacity:0.2;
}
@keyframes circleOrg {
    0% {
		opacity: 0.2;
	}
    100% {
		opacity: 1;
	}
}
#lec01 .g-contents #svgChart #earth{
	position: absolute;
    z-index: 3;
    top: 284px;
    left: 311px;
    width: 283px;
    height: 283px;
    /*display: none;*/
}
.earthSVG path,
.earthSVG polygon,
.earthSVG circle{
	-webkit-animation-name: earth;
    animation-name: earth;
	animation-duration: 1s;
	animation-delay: 11.5s;
    animation-fill-mode: forwards;
	opacity: 1;
	stroke: #09c;
}

@keyframes earth {
    0% {
		opacity: 1;
	}
    100% {
		opacity: 1;
		stroke: #ffae05;
	}
}

#lec01 .g-contents #svgChart #arw01{
	position: absolute;
	z-index: 5;
	top: 192px;
	left: 240px;
	width: 118px;
	height: 118px;
	animation-duration: 0.5s;
	animation-delay: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#lec01 .g-contents #svgChart #arw02{
	position: absolute;
	z-index: 5;
	top: 131px;
	left: 358px;
	width: 122px;
	height: 176px;
	-webkit-animation-name: arw02;
    animation-name: arw02;
	animation-duration: 7.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes arw02 {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}
#lec01 .g-contents #svgChart #arw02 img#arw02-1{
	width: 73px;
	height: 175px;
	animation-duration: 0.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
	opacity: 0;
}
#lec01 .g-contents #svgChart #arw02 img#arw02-2{
	position: absolute;
	top: 90px;
	left: 19px;
	width: 86px;
	height: 61px;
	animation-duration: 0.5s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
	opacity: 0;
}
#lec01 .g-contents #svgChart #arw03{
	position: absolute;
	z-index: 5;
	top: 131px;
	left: 358px;
	width: 116px;
	height: 176px;
	-webkit-animation-name: arw03;
    animation-name: arw03;
    animation-duration: 0.5s;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes arw03 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#lec01 .g-contents #svgChart #text00{/*CO2などの温室効果ガス*/
	position: absolute;
    z-index: 7;
    top: 211px;
    left: 644px;
    width: 91px;
    height: 132px;
	font-size: 0.9375rem;
    line-height: 1.05rem;
}
#lec01 .g-contents #svgChart #text00:after{
	position: absolute;
    bottom: 0.6em;
    left: 0.65em;
	width: 1px;
    height: 80px;
	content: "";
	border-left: 1px solid #000;
}

#lec01 .g-contents #svgChart #text01{/*太陽光*/
	position: absolute;
    z-index: 7;
    top: 240px;
    left: 200px;
    width: 100px;
    height: 21px;
	font-size: 0.95rem;
	animation-duration: 0.5s;
	animation-delay: 2.5s;
    animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes textFadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#lec01 .g-contents #svgChart #text01:after{
	position: absolute;
	top: 0.55em;
	right: 0.5em;
	content: "";
	border-top: 1px solid #000;
	width: 2.8em;
}
#lec01 .g-contents #svgChart #text02{/*赤外線(熱)*/
	position: absolute;
    z-index: 7;
    top: 162px;
    left: 303px;
    width: 108px;
    height: 21px;
	font-size: 0.95rem;
	animation-duration: 0.5s;
	animation-delay: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#lec01 .g-contents #svgChart #text02:after{
	position: absolute;
	top: 0.65em;
	right: 0;
	content: "";
	border-top: 1px solid #000;
	width: 30px;
}
#lec01 .g-contents #svgChart #text03{/*宇宙へ放出*/
	position: absolute;
    z-index: 7;
    top: 111px;
    left: 383px;
    width: 91px;
    height: 25px;
	font-size: 1.125rem;
	font-weight: bold;
	animation-duration: 0.5s;
	animation-delay: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#lec01 .g-contents #svgChart #text04{/*熱を吸収*/
	position: absolute;
    z-index: 7;
    top: 232px;
    left: 485px;
    width: 86px;
    height: 48px;
	font-size: 1.125rem;
	font-weight: bold;
    -webkit-animation-name: text04;
    animation-name: text04;
	animation-duration: 6.5s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes text04 {
    0% {opacity: 0;}
    10% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

#lec01 .g-contents #svgChart #text04-2{/*熱をもっと吸収*/
	position: absolute;
    z-index: 7;
    top: 232px;
    left: 485px;
    width: 96px;
    height: 48px;
	font-size: 1.125rem;
    line-height: 1.25rem;
	font-weight: bold;
	animation-duration: 0.5s;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    opacity: 0;
}

#lec01 .g-contents #svgChart #explainArea{
	position: absolute;
	top: 8px;
	left: 184px;
	width: 600px;
}
#lec01 .g-contents #svgChart #explain01,
#lec01 .g-contents #svgChart #explain02,
#lec01 .g-contents #svgChart #explain03{
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.28;
	display: inline-block;
	color: #09c;
}
#lec01 .g-contents #svgChart #explain01,
#lec01 .g-contents #svgChart #explain02{
    -webkit-animation-name: explain;
    animation-name: explain;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes explain {
    0% {opacity: 0; color: #09c;}
    10% {opacity: 1; color: #09c;}
    90% {opacity: 1; color: #09c;}
    100% {opacity: 1; color: #d1d1d1;}
}
#lec01 .g-contents #svgChart #explain01 img,
#lec01 .g-contents #svgChart #explain02 img{
	position: absolute;
	top: 30px;
	right: 0px;
	width: 28px;
	height: 13px;
    -webkit-animation-name: explainArw;
    animation-name: explainArw;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes explainArw {
    0% {opacity: 0; right: 28px}
    100% {opacity: 1; right: 0px}
}

#lec01 .g-contents #svgChart #explain01{/*太陽の熱を適度に宇宙に放出し気温は適温に保たれる*/
	padding-right: 25px;
    animation-duration: 4.5s;
	animation-delay: 2s;
}
#lec01 .g-contents #svgChart #explain01 img{
	animation-delay: 6s;
	right: -3px;
}
#lec01 .g-contents #svgChart #explain02{/*大気中の温室効果ガスが増える*/
	padding-right: 35px;
    animation-duration: 4.5s;
	animation-delay: 6s;
}
#lec01 .g-contents #svgChart #explain02 img{
	animation-delay: 10s;
}
#lec01 .g-contents #svgChart #explain03{/*温室効果が高まり気温が上昇する*/
	-webkit-animation-name: explain03;
    animation-name: explain03;
    animation-duration: 1s;
	animation-delay: 10s;
    animation-fill-mode: forwards;
	vertical-align: 12px;
	color: #09c;
    opacity: 0;
}
@keyframes explain03 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


#lec01 .g-contents #svgChart #explain03 span{
	font-size: 1.6875rem;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablets
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 959px) {
    #lec01 .g-contents #svgChart{
/*	    border: 2px solid #f00;*/
    }
    #lec01 .g-contents #svgChart #svgChartInner{
		margin-left: -5%;
		width: 110%;
	}
    #lec01 .g-contents #svgChart #figBg img{
		width: 110%;
        height: auto;
	}

}
@media screen and (max-width: 768px) {
    #lec01 .g-contents #svgChart #svgChartInner{
		margin-left: -15%;
		width: 115%;
	}
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767px) {

    #lec01 .g-contents #svgChart{
		height: auto;
		padding: 4px;
    }
    #lec01 .g-contents #svgChart #svgChartInner{
		margin-left: -20%;
		width: 120%;
	}
    #lec01 .g-contents #svgChart #figBg img{
		width: 120%;
        height: auto;
		/*margin-left: -25%;*/
	}
    
    
	#lec01 .g-contents #svgChart #sun{
        top: calc(138 / 944 * 130vw);
        left: calc(184 / 944 * 130vw);
        width: calc(96 / 944 * 127vw);
        height: calc(96 / 944 * 127vw);
	}
    #lec01 .g-contents #svgChart #circleGry{

        top: calc(202 / 944 * 130vw);
        left: calc(230 / 944 * 130vw);
        width: calc(447 / 944 * 127vw);
        height: calc(447 / 944 * 127vw);
		
    }
    #lec01 .g-contents #svgChart #circleOrg{
        top: calc(215 / 944 * 130vw);
        left: calc(243 / 944 * 130vw);
        width: calc(421 / 944 * 127vw);
        height: calc(421 / 944 * 127vw);
        /*display: none;*/
    }
    #lec01 .g-contents #svgChart #earth{
        top: calc(284 / 944 * 130vw);
        left: calc(311 / 944 * 130vw);
        width: calc(283 / 944 * 127vw);
        height: calc(283 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #arw01{
    	top: calc(192 / 944 * 130vw);
	    left: calc(240 / 944 * 130vw);
	    width: calc(118 / 944 * 127vw);
	    height: calc(118 / 944 * 127vw);
	}
	#lec01 .g-contents #svgChart #arw02{
    	top: calc(131 / 944 * 130vw);
	    left: calc(358 / 944 * 130vw);
	    width: calc(122 / 944 * 127vw);
	    height: calc(176 / 944 * 127vw);
    }
    
    #lec01 .g-contents #svgChart #arw02 img#arw02-1{
	    width: calc(73 / 944 * 127vw);
	    height: calc(175 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #arw02 img#arw02-2{
	    top: calc(90 / 944 * 130vw);
	    left: calc(19 / 944 * 130vw);
        width: calc(86 / 944 * 127vw);
        height: calc(61 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #arw03{
    	top: calc(131 / 944 * 130vw);
	    left: calc(358 / 944 * 130vw);
	    width: calc(116 / 944 * 127vw);
	    height: calc(176 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #text00{/*CO2などの温室効果ガス*/
        top: calc(211 / 944 * 130vw);
        left: calc(644 / 944 * 130vw);
        width: 7.5em;
        height: calc(132 / 944 * 130vw);
	    display: block;
		font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
        line-height: 1.25;
    }
    #lec01 .g-contents #svgChart #text00:after{
        top: 3em;
        left: 0.35em;
	    width: 1px;
        height: calc(140 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #text01{/*太陽光*/
        top: calc(240 / 944 * 130vw);
        left: calc(200 / 944 * 130vw);
        width: calc(100 / 944 * 127vw);
        height: calc(21 / 944 * 127vw);
	    display: block;
		font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
    }
    #lec01 .g-contents #svgChart #text01:after{
	    top: calc(14 / 944 * 100vw);
	    right: calc(-50 / 944 * 100vw);
	    border-top: 1px solid #000;
	    width: 2.8em;
    }
    #lec01 .g-contents #svgChart #text02{/*赤外線(熱)*/
        top: calc(162 / 944 * 130vw);
        left: calc(303 / 944 * 130vw);
        width: 6em;
        height: 1.5em;
        display: block;
		font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
    }
    #lec01 .g-contents #svgChart #text02:after{
	    top: 0.65em;
        left: 5em;
	    width: 20px;
    }
    #lec01 .g-contents #svgChart #text03{/*宇宙へ放出*/
        top: calc(111 / 944 * 130vw);
        left: calc(383 / 944 * 130vw);
        width: 5.5em;
        height: 1.25em;
		font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
    }
    #lec01 .g-contents #svgChart #text04{/*熱を吸収*/
        top: calc(232 / 944 * 130vw);
        left: calc(485 / 944 * 130vw);
        width: 4.5em;
        height: 2.5em;
		font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
    }
    #lec01 .g-contents #svgChart #text04-2{/*熱をもっと吸収*/
        top: calc(232 / 944 * 130vw);
        left: calc(485 / 944 * 130vw);
        width: 5.5em;
        height: 2.5em;
        font-size: 10px;
		transform: scale(0.75);
		transform-origin:0 0;
        line-height: 1.25;
    }
    #lec01 .g-contents #svgChart #explainArea{
    	top: calc(8 / 944 * 130vw);
	    left: calc(184 / 944 * 130vw);
	    width: calc(600 / 944 * 127vw);
    }
    #lec01 .g-contents #svgChart #explain01,
    #lec01 .g-contents #svgChart #explain02,
    #lec01 .g-contents #svgChart #explain03{
		display: inline-block;
		font-size: 10px;
    	line-height: 1.25;
    }
    #lec01 .g-contents #svgChart #explain01 img,
    #lec01 .g-contents #svgChart #explain02 img{
    	top: calc(30 / 944 * 130vw);
	    right: 0;
	    width: calc(28 / 944 * 127vw);
	    height: calc(13 / 944 * 127vw);
    }
    
    
    
    
    #lec01 .g-contents #svgChart #explain01{/*太陽の熱を適度に宇宙に放出し気温は適温に保たれる*/
	    padding-right: 1em;
    }
    #lec01 .g-contents #svgChart #explain01 img{
    	right: -3px;
    }
    #lec01 .g-contents #svgChart #explain02{/*大気中の温室効果ガスが増える*/
	    padding-right: 1.5em;
    }
    #lec01 .g-contents #svgChart #explain03{/*温室効果が高まり気温が上昇する*/
	    vertical-align: 7px;
    }


    #lec01 .g-contents #svgChart #explain03 span{
        font-size: 12px;
        line-height: 1.25;
    }








}
