/* css 2022 */

/* common */

:root {


	--bgcolor: #ECE7E0;

    --red: #ff2525;
    --green: #00ff00;
    --yellow: #ff9e03;
    --white: #FFFFFF;


    --green-dark: #3e5353;
    --blue: #009dff;
    --gray-backup: #44595a;
    --gray: #414141;
    --gray0: #747373;

    --on: #00FFFF;
    --button-on: #1d3539;
    --selected: #396e71;

    --text: #ffe4c4;
    --brown-light: #c68d33;
    --sky: #00ffff;
    --shadow: rgba(80, 80, 80, 0.85);

    --d_1: #396e71;     /*8198AB;*/
    --d_2: #D74645;

    --theme:  #ECE7E0;
}

body{
	margin: 0;
    font-family:'Merriweather', sans-serif;
    font-weight: 18px;
    background-color: white;
}
.container{
	width: 1080px;
	background-color: var(--bgcolor);
	margin: 0 auto;
    position: relative;
}
#parrotLogo{
	width: 260px;
	margin-left: 20px;
}


/* inside container */

#topNavi{
    width: 840px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 360px; /* 460  */
}
.navi{
    width: 80px;
    float: left;
    cursor: pointer;
}
.navi:hover{
    color: var(--d_2);
}
.lNavi{
    width: 120px;
}
._on{
    color: var(--d_2);
    font-weight: bold;
}
#div1{
	height: 2800px;
}
#div11{
    position: absolute;
    top: 900px;
    margin-left: 100px;
}
.copy1{
    text-align: center;
    line-height: 1.3em;
    font-size: 2.4em;
    margin-top: 0px;
}
.copy2{
    font-size: 1.6em;
    line-height: 1.6em;
}
.copy21{
    margin-left: 40px;
}
#hs0{
    position: absolute;
    top: 260px;
    left: 240px;
    width: 700px;
}
#hs1{
    position: absolute;
    height: 300px;
    left: 140px;
    top: 540px;
}
#hs2{
    position: absolute;
    top: 850px;
    left: 140px;
}
/*
#div10{
    position: absolute;
    top: 900px;

}*/
.arrow{
    width: 120px;
    float: left;
    margin-left: 40px;

}


#p200{
    position: absolute;
    top: 1200px;
    left: 300px;
}
#p300{
    position: absolute;
    top: 1700px;
    left: 300px;
}
#p400{
    position: absolute;
    top: 2200px;
    left: 400px;
}
#div3{
    position: absolute;
    top: 1300px;
}
#div4{
    position: absolute;
    top: 1800px;
}
#div5{
    position: absolute;
    top: 2300px;
    width: 100%;
    height: 500px;
}

#div30{
    position: absolute;
    width: 450px;
    top: 0px;
    left: 550px;
}
#div40{
    position: absolute;
    width: 450px;
    top: 0px;
    left: 50px;
}
.copy3{
    font-size: 2em;
    line-height: 1.6em;
}
#div31{
    position: absolute;
    width: 400px;
    top: 180px;
    left: 600px;
}
#div41{
    position: absolute;
    width: 400px;
    top: 140px;
    left: 100px;
}
#screen{
    width: 485px;
    margin-left: 30px;
}
#screen2{
    width: 485px;
    margin-left: 530px;
}

#require{
    position: absolute;
    /*left:  calc((100% - 547px) / 2);*/
    left: 250px;
    border: 1px solid gray;
}
.answer{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-top: 180px;
}
.button{
    position: absolute;
    width: 200px;
    left: 440px;
    height: 40px;
    text-align: center;
    font-size: 1.6em;
    color: white;
    background-color: var(--d_1);
    margin-top: 30px;
    padding-top: 10px;
    border-radius: 4px;
    cursor: pointer;
}
.w300{
	width: 300px;
}
.button:hover{
    background-color: var(--d_2);
}



/* footer */

#fLogo{
	width: 120px;
}
.footer{

	padding-bottom: 40px;
	border-top: 1px solid white;
	text-align: center;
}
#cr {

}
