<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">

@charset "UTF-8";


/* Template by Sicknecks */
/* https://sicknecks.lovesick.jp/ */

@font-face {
    font-display: swap;
}


body {
    width: 100%;
    margin: 0 auto;
font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: justify;
    word-break: break-all;
    color: #ffffff;
    background-color: #2213B4;
    font-size: 15px;
    line-height: 180%;
}
@media screen and (max-width:1024px) {
body#kopeji{
background: #000;
}
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: justify;
    word-break: break-all;
}


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Hina+Mincho&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

a {
    color:#fff;
    text-decoration: none;
    padding: 1em 0;
}
a:hover{
    color: rgb(187, 211, 255);
    color: #4DB4B3;
}
footer a, top a{
    color: rgb(0, 196, 196);
    font-weight:bold;
}
footer a:hover, top a:hover{
    color: #0c86dd;
}


/* メインページボックス */
.box{
    text-align:left;
    max-width: 100%;
    z-index:100;
    padding:0;
}
namae{
    background-color: #000;
    display:block;
    font-weight:bold;
    font-size:40px;
    text-align:left;
    padding: 1em 0 0.5em 0.5em;
}

.box2{
    padding:2em 1em 0 1em;
}




/* フレックス */
.flex{
    display: flex;
    justify-content: space-evenly;
}
sec{
    width: 100%;
}
sec#hidari{
    width: 50%;
    height: 350px;
    margin: 0 0 0 1em;
}
nakami, .tate{
    width: 23%;
    height: 170px;
    border: solid 2px #fff;
    display: block;
}
@media screen and (min-width:1024px) {
.tate#iti{
    margin:0 0 1em 0;
}
}
nakami#hidari {
    border: solid 4px #000;
    height: 90%;
    width: 100%;
    margin: -1em auto;
}



/* 右カラムの中身 */
sya {
    width: 100%;
    height: 116px;
    position: relative;
    display: block;
    border: solid 1px #000;
    padding: 1px 3px;
}
sya#ima{
    padding:0;
}
sya, nakami#hidari{
    background: #fff;
    color: #000;
    font-size:9px;
    font-family: 'Noto Serif JP', serif;
    line-height:20px;
    overflow: hidden;
}
nakami#hidari{
    padding:0 0;
}
te {
    position: relative;
    display: block;
    height: 50px;
    background: #000;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding: 3px 0;
    font-family: 'M PLUS 1p', sans-serif;
}
te#hidari{
    height:100%;
}
te#hidari a{
    top: 40%;
    position: relative;
    font-size:20px;
    line-height:200%;
    letter-spacing: 5px;
    color: #4DB4B3;
}



footer, top{
    color: #4f4f4f;
}
footer {
    top: 2.5em;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 2em;
    padding: 0.5em 1em;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
top{
    bottom: 10px;
    position: absolute;
    margin: 0 auto;
    left: 3em;
    background: #fff;
    width: 100px;
    text-align: center;
}










/* 子ページ */
h1 {
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 190%;
    background: #fff;
    color: #000;
    padding: 1em;
    height:75vh;
    border: solid 1px #000;
}

@media screen and (min-width:1024px) {
    h1{
    margin: 0 0 0 1em;
        overflow-y: scroll;
    }
    h1::-webkit-scrollbar{
        width: 8px;
        height:200px;
     }
     h1::-webkit-scrollbar-track{
        background-color: #c8c8c8;
     }
     h1::-webkit-scrollbar-thumb{
        background-color: #4DB4B3;
     }
}

@media screen and (max-width:1024px) {
h1 {
    font-size: 13px;
    line-height: 200%;
    height:100%;
    border-bottom: solid 2px #000000;
    margin: 0 0 5em 0;
}
}












@media screen and (max-width:1024px) {
sec#hidari {
    width: 70%;
}
html#top{
    overflow-y:hidden;
    position: absolute;
    height:100%;
    max-width: 200%;
    width: 200%;
}
a{
        padding: 0 0;
}
body {
    font-size: 13px;
    line-height: 200%;
    position: relative;
}
.flex{
    flex-direction: row;
    overflow-x:scroll;
}
namae {
    font-size: 30px;
}
nakami, .tate {
    width: 30%;
}
te {
    font-size: 11px;
}
.box2 {
    padding: 2em 0;
}
nakami#hidari {
    width: 100%;
    height: 80%;
    margin: 0 auto;
}
body::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: solid 1px #8f8f8f;
}
body::-webkit-scrollbar-track {
    background-color: rgb(240 240 240);
}
footer{
    right:1em;
}
top{
    left: 1em;
}
}

/* 小ページ　レスポンシブ */
@media screen and (max-width:1024px) {
    su {
        display: block;
        position: relative;
        font-size: 18px;
        line-height: 15px;
        padding: 1em;
        background: #4DB4B3;;
        color: #000;
        border-right: solid 1px #000;
        font-family: 'Noto Serif JP', serif;
    }
    html#kopeji sec#hidari {
        display: none;
    }
    .flex#kopeji{
        display:block;
    }
    footer#kopeji{
    bottom: 0;
    top: unset;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin: 1em auto;
    }
    .box2#kopeji{
    padding:0 0;
    }
}

/*
@media screen and (max-width:1024px) {
    a{
        padding: 0 0;
    }
body {
    width:100%;
    font-size: 13px;
    line-height: 200%;
}
namae {
    font-size: 27px;
    padding: 1em 10px 1em 10px;
    width: 100%;
    display: block;
    text-align: justify;
    text-align-last: justify;
}
footer{
    display:none;
}
ta{
    margin: 1em 0;
}
nakami#hidari {
    height: 100%;
    width: 100%;
    margin: 0;
}
sec#hidari {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
}
te {
    font-size: 16px;
    padding: 5px;
    height: 65px;
    line-height: 28px;
    font-family: 'Noto Serif JP', serif;
font-size: 17px;
    padding: 12px;
    text-align: left;
}
te a br{
    display:none;
}
te a{
    top: 8px;
    position: relative;
}
nakami, .tate {
    width: 100%;
    height: auto;
    margin: 0 auto 1em auto;
    border:none;
}
sya {
    display: none;
}
.flex#suma{
    margin: -2em auto 0 0;
}
sec#hidari {
    display: none;
}
.box2 {
    border-left: solid 30px #4DB4B3;
    padding: 0em 0em 0 0em;
    background: #000;
}
top a {
    width: 30px;
    position: fixed;
    left: -1em;
bottom: 0;
text-align:center;
font-weight:bold;
    background: #fff;
    padding: 1em;
    z-index: 10000;
}
footersu {
    margin: 10px 0 0 0;
    display: block;
    position: absolute;
    left: 3px;
    top: 6em;
    text-orientation: sideways;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: blue;
}
.tate#sita{
    margin: 0 auto 0;
}
su {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 15px;
    padding: 12px;
    background: #4DB4B3;;
    color: #000;
    border-right: solid 1px #000;
    font-family: 'Noto Serif JP', serif;
}
}
*/


@media screen and (min-width:1024px) {
    footersu{
        display:none;
    }
    su{
        display:none;
    }
}




img {
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 100%;
    height: auto;
}
@media screen and (min-width:1024px) {
html {
    overflow: hidden;
}
}


/*
/* 仕様 */
/* 名前変換 */
form {
    text-align: center;
    margin: 1em auto -3em auto;
    display: inline-block;
    padding: 0 0;
    color: #4f4f4f;
}
input[type="text"], input[type="submit"] {
    color: #4f4f4f;
    width: 80px;
    text-shadow: none;
    border: solid 1px #fff;
    border-right: solid 1px #818181;
    padding: 0.5em;
text-align: center;
}

input[type="submit"]{
    cursor: pointer;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0 0.5em;
    border-radius: 100px;
}
input[type="submit"]:hover{
background: rgb(0, 196, 196);
}

@media screen and (max-width:1024px) {
form {
    line-height: 15px;
    background: #4DB4B3;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    top: 9em;
    font-size: 9px;
    display: block;
    text-align: left;
    margin: 0 auto;
border-top: 1px solid #4DB4B3;
}
input[type="text"] {
display:inline-block;
    text-shadow: none;
padding: 18px;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Noto Serif JP', serif;
}
}


top{
    background: unset;
    position: relative;
    bottom: 1em;
    left: 1em;
}
top a, form {
background: #fff;
padding: 0.5em 2em;
display: inline-block;
}
form{
padding: 0 0;
}

@media screen and (max-width:1024px) {
sec{
margin: 0 0 3em 0;
}
paso{
display:none;
}
sumaho footer {
    position: absolute;
    top: unset;
    bottom: unset;
    margin: -1em 0 0 0;
}
h1{
    margin: 0 0 3em 0;
}
}
@media screen and (min-width:1024px) {
sumaho{
display:none;
}
}
*/

/* Template by Sicknecks */
/* https://sicknecks.lovesick.jp/ */
</style>
