@charset "UTF-8";

html {
    font-size: 100%;
}

body {
    max-width: 800px;
    min-width: 800px;
    margin: 0 auto;
    color: #333;
    font-size: 1rem;
    font-family: "Noto Sans Japaneze" ,"游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
    background-color: #CCC;
}

a {
    color: #229;
    text-decoration: none;
    text-decoration-skip-ink: none;
}



li {
    list-style: none;
}

/*
コンテンツ全体を中央に
*/

body >.wrapper {
    margin: 0 auto;
    background-color: #EEE;

    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
    box-sizing: border-box;
    
}

/*
ここから
サイトタイトルのデザイン
*/

header h1 {
    font-size: 2.5rem;
    line-height: 180%;
    text-align: center;
    background-color: #f3f3f3;
}

/*
ここから
ナビゲーションウィンドウのデザイン
*/

header nav {
    background-color: #666;
    border-radius: 3px;
    border: 1px solid #777;
}

header nav >.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



header nav >.wrapper li a {
    color: #DDD;
    font-size: 1.2rem;
}


/*
ここから
セクションタイトルデザイン
*/

section h2 {
    color: #DDD;
    font-size: 1.85rem;
    line-height: 150%;
    padding-left: 1%;
    background-color: #666;
    border-radius: 3px;
    border-bottom: 1px solid #777;
}


/*
セクション内要素のデザイン
*/

main {
    margin-bottom: 3%;
}

section >.wrapper {
    margin: 1% 1% 3% 1%;
}

/*
ここから
サイト更新情報のデザイン
*/

section#news div.wrapper {
    margin: 1%;
    overflow: auto;
    max-height: 170px;
}

section#news table {
    border-radius: 5px;
    padding-bottom: 5%;
    width: 100%;
    line-height: 150%;
    background-color: #f3f3f3;
}

section#news td {
    border-bottom: 2px solid #999;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

section#news th {
    top: 0;
    left: 0;
    position: sticky;

    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin: 0 auto;

    background-color: #f3f3f3;
}

section#news button {
    position: relative;
    left: 88%; 

    padding: 0.5rem 0.5rem 0.5rem 0.5rem;

    font-size: 0.9rem;
}

#exbtn:hover {
    opacity: 0.6;
}

#exbtn.is-close {
    left: 92%;
}

/*
ここから
updateセクションデザイン
*/

#releasenote {
    margin-bottom: 3%;
}

#releasenote table {
    border-radius: 5px;
    padding-bottom: 5%;
    width: 100%;
    line-height: 150%;
    background-color: #f3f3f3;
}

#releasenote td {
    border-bottom: 2px solid #999;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

#releasenote th {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

#dlfile {
    margin-bottom: 2%;
}

#dlfile table {
    width: 100%;
    background-color: #f3f3f3;
    border-collapse: separate;
    border-spacing: 1rem 1rem;
}

#dlfile td {
    width: 50%;
    border: 2px solid #999;
}

#dlfile td .wrapper {
    align-items: center;
    margin: 1% 10% 1% 10%;
    line-height: 150%;
}


#day {
    font-size: 0.8rem;
}

#subtitle {
    font-size: 1rem;
}

#title {
    font-size: 1.4rem;
}

#update span {
    font-size: 0.6rem;
}

#update a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

#update a:active {
    color: rgb(153, 34, 117);
}

#update a:visited {
    color: rgb(153, 34, 117);
}



/*
ここから
informationセクションデザイン
*/

#information .wrapper {
    background-color: #f3f3f3;    
    border-radius: 5px;
}

#information ul {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

#information ul li {
    list-style-type: square;
    line-height: 150%;
    padding: 0.2em 0;
    margin-left: 0.5rem;
}

#information ul li a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

#information ul li a:active {
    color: rgb(153, 34, 117);
}

#information ul li a:visited {
    color: rgb(153, 34, 117);
}


/*
ここから
accessセクションデザイン
*/

#access table {
    width: 100%;
    background-color: #f3f3f3;
}

#access td {
    width: 50%;
}

#access tr#office{
    border-bottom: 2px solid #DDD;
}

#access tr#office td{
    padding: 1% 0 1% 0;
}

#access td #wrappertx {
    line-height: 150%;
    margin: 5% 10%;
}

#access td #wrappermap {
    border: 2px solid #999;
    margin: 1% 3% 1% 0%;
}

#company {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 1rem 1rem;
}

h4#office {
    font-size: 1.4rem;
    border-bottom: 1px solid #777;
}

/*
ここから
contactセクションデザイン
*/

#contact table {
    border-radius: 5px;
    padding-bottom: 5%;
    width: 100%;
    line-height: 150%;
    background-color: #f3f3f3;
}

#contact td {
    border-bottom: 2px solid #999;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}


#contact td a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

#contact td a:active {
    color: rgb(153, 34, 117);
}

#contact td a:visited {
    color: rgb(153, 34, 117);
}




/*
フッターのデザイン
*/

footer {
    color: #CCC;
    padding: 3% 0 3% 0;
    text-align: center;
    background-color: #666;
    border-radius: 3px;
    border: 1px solid #777;

    
    width: 100%;
    position: absolute;
    bottom: 0;

}

a:hover {
    opacity: 0.7;
}


@media screen and (max-width: 1280px) {
    h1 {
        margin-bottom: 0.5%;
    }

    
}

/*
ここから目安
*/

/*
div .wrapper{
    border: red solid 1px;
}



div .container{
    border: green solid 1px;
}
*/