
body{
    background-color: #00000095;
    /* background-color: #fff; */
    /* background-color: #1c1c23; */
    font-family: "Poppins", sans-serif;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    background-image: url("https://static.igem.wiki/teams/5140/backgraund-space.png");
    background-blend-mode: overlay;
}

#temp-bar{
    background-color: #0097f2;
    position: fixed;
    top: 3.5rem;
    left: 0;
    height: 7px;
    /* border-radius: 2.5px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

img{
    width: 80%;
    /* height: 300px; */
}

.temp-img-p-box{
    width: 80%;
}

.temp-img-1{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.temp-img-title{
    margin-bottom: 0;
    /* margin-top: 1rem; */
    font-style: italic;
    /* font-weight: 600; */
    line-height: 1.4rem;
}

.temp-img-cap{
    font-style: italic;
    font-size: 1rem;
    line-height: 1.4rem;
}

p#heading{
    font-size: 50px;
}

h2.home-h2{
    color: aqua;
}

.header-self{
    /* padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important;
    margin-bottom: 4.5rem!important; */
    background-color: #00000040;
    background-image: url(https://static.igem.wiki/teams/5140/head2.webp);
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-blend-mode: overlay;
}

.header-h1{
    font-size: 5rem;
    text-align: center;
    margin-top: 0!important;
}

.header-des-p{
    text-align: center;
}

.flex{
    display: flex;
}

.temp-flex-serif{
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}

/* 横のナビゲーション */
.temp-stick{
    width: 24%;
    /* margin-left: 4%; */
    position: sticky;
    top: 1rem;
}

.temp-side-nav{
    /* background-color: #f2bc00; */
    /* width: 22%; */
    /* color: #fff; */
    position: sticky;
    top: 6rem;
}

.temp-menu-h3{
    color: #fff;
    /* color: #000; */
    margin-bottom: 1rem;
}

a.temp-menu-a{
    text-decoration: none;
    color: #fff;
    /* color: black; */
    /* padding-left: 1rem; */
    font-size: 1.4rem;
}

.model-menu-a-cover{
    color: #0097f2!important;
    font-weight: bold;
    font-size: 1.7rem!important;
}

a.self-active{
    /* color: #333333!important; */
    /* background-color: #0097f2!important; */
    text-decoration-line: underline;
    text-decoration-color: #0097f2;
    font-weight: bold;
}

.temp-flex-nav-serif{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.temp-nav{
    margin-bottom: 0;
    line-height: 1;
    font-size: 1.5rem;
}

.temp-nav-l-serif{
    width: 10px;
    height: 1rem;
    margin-left: 1rem;
    background-color: #0097f2;
    border-radius: 5px;
    margin-right: 1rem;
}

/* メインコンテンツ */
.temp-main-contents{
    /* background-color: #0f0; */
    margin-left: 1%;
    width: 70%;
    height: 100%;
    /* color: #000; */
}

.temp-h2{
    /* display: block; */
    margin-bottom: 0.4rem;
    color: #f2bc00;
    /* color: #e5b200; */
    padding-top: 5.7rem;
    margin-top: -5.7rem;
    /* text-decoration-line: underline;
    text-decoration-thickness: 3.5px;
    text-underline-position: under; */
    font-size: 2.5rem;
}

.temp-hr{
    margin: 0;
    color: #f2bc00;
    opacity: 1;
    margin-bottom: 2.2rem;
}

.temp-h3{
    /* color: #0097f2; */
    /* color: #008ee3; */
    color: #fff;
    font-size: 1.7rem;
    /* font-weight: bold; */
    margin-bottom: 0;
}

.temp-h3-l-serif{
    width: 10px;
    height: 1.5rem;
    margin-right: 1rem;
    background-color: #f2c730;
    border-radius: 2.5px;
}

p{
    color: #f0f0f0;
    /* color: #000; */
    /* font: Arial; */
    margin-bottom: 1rem;
    line-height: 1.75rem;
    font-size: 1.15rem;
}
.temp-p-final{
    margin-bottom: 4rem;
}

p.temp-p-semifinal {
    margin-bottom: 1.7rem;
}

.temp-back{
    width: 10%;
    /* height: 10%; */
    position: fixed;
    left: 90%;
    bottom: 15%;
}

.temp-img-back{
    width: 100%;
}


/* -------modal windowのCSS--------- */
.temp-modal-open {
    margin-left: 50%;
    transform: translateX(-50%);
    background: #0097f2;
    /* border: 3px solid #f2c730; */
    border-radius: .5rem;
    /* padding: 1rem 2rem; */
    border: none;
    cursor: pointer;
    margin-bottom: 1.7rem;
    width: 30%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.temp-modal-close {
    margin-left: 50%;
    transform: translateX(-50%);
    border: none;
    background: #f2c730;
    border-radius: .5rem;
    padding: 1rem 2rem;
    cursor: pointer;
    color: #000;
}
.temp-modal-mask {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.temp-modal {
    display: none;
    background: #101010;
    /* background-image: url("https://static.igem.wiki/teams/5140/backgraund-space.png"); */
    /* background-blend-mode: overlay; */
    border: 1.5px solid #f0f0f0;
    max-width: 100%;
    height: 80vh;
    padding: 2rem;
    border-radius: .5rem;
    position: fixed;
    /* inset: 10rem 0 auto; */
    left: 0;
    top: 0;
    transform: translateX(-50%);
    /* margin: auto; */
    margin-top: 10vh;
    margin-left: 50%;
    z-index: 9999;
    /* opacity: 0; */
    /* visibility: hidden; */
    overflow-y: scroll;
}
.temp-modal-hr{
    color: #0097f2;
    opacity: 1;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.temp-modal-li{
    color: #fff;
    font-size: 1.15rem;
}

/*------ その他 -------*/
.hp-img{
    width: 50%;
}

.hp-h4{
    /* color: #0097f2; */
    /* color: #008ee3; */
    color: #fff;
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 0;
}

td {
    color: white;
}

ul, ol{
    color: #f0f0f0;
    font-size: 1.15rem;
}

.temp-p-semifinal {
    margin-bottom: 1.7rem;
}

.edu-modal{
    background: none;
    padding: 0;
    width: 80%;
}

.edu-bg-gray{
    background-color: #D9D9D9CC;
    border-radius: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.edu-bg-yellow{
    background-color: #FECB45CC;
    border-radius: 2rem;
    padding-top: 1.5rem;
    /* padding-bottom: 1.5rem; */
    /* margin-top: 1.5rem; */
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.edu-bg-blue{
    background-color: #5B9BD5CC;
    border-radius: 2rem;
    /* padding-top: 1.5rem; */
    padding-bottom: 1.5rem;
    margin-bottom: 4rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.edu-bg-contentsg{
    background: none;
    border-radius: 2rem;
    border-color: #000;
    border-style: solid;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 80%;
    /* margin-top: 1.5rem;
    margin-bottom: 1.5rem; */
    /* display: flex;
    align-items: center;
    justify-items: center; */
    padding: 1.5rem;
}

.edu-bg-contentsy{
    background: none;
    /* border-radius: 2rem; */
    border-color: #000;
    border-style: solid;
    border-bottom: none;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 1.5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.edu-bg-contentsb{
    background: none;
    /* border-radius: 2rem; */
    border-color: #000;
    border-style: solid;
    border-top: none;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 80%;
    padding: 1.5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.edu-bg-p{
    color: #000;
    /* width: 80%; */
}