@charset "utf-8";

/* CSS Document */

.noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
}
.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}

body {
    padding: 3% 5% 0;
    display: block;
}
/*****************************************************

	login

*****************************************************/
h1 {
    font-size: 3rem;
    line-height: 90%;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
h1 span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    border-top: 1px solid #141E3F;
    border-bottom: 1px solid #141E3F;
}
h1 img {
    vertical-align: middle;
}
h1 + h2 {
    text-align: center;
    margin-top: 1rem;
}
h2 + ul {
    max-width: fit-content;
    font-size: 1.3rem;
    margin: 2rem auto;
    width: 96%;
}
h2 + ul li {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-shadow: 0 0 4px #ffffffa3, /* 現在のシャドウ */
    -1px -1px 0 #ffffff84, 
    1px -1px 0 #ffffff84, 
    -1px 1px 0 #ffffff84, 
    1px 1px 0 #ffffff84;
}
h2 + ul li:first-of-type {
    text-align: center;
}
#catch {
    font-size: 3.5rem;
    letter-spacing: -2px;
    color: #FFF;
    text-align: center;
    font-weight:600;
    text-shadow: 0 0 3px #141E3F;
    font-family: "Noto Serif JP", serif;

}
.barRed a {
    width:90%;
    max-width: 550px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #FF0000;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    border-radius: 10px;
    margin-top: 5rem;
}
.barRed {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
}
.disallowed {
    color: #FFC000;
    font-size: 20px;
    padding: .5rem;
    border: 2px solid #FFC000;
    width:90%;
    max-width: 520px;
    margin: 5rem auto 0;
    text-align: center;
	white-space: nowrap;
}

input[type="button"],
input[type="submit"],
button {
 background: #2E49FA;
 color: #fff;
 font-weight: bold;
 border: none;
 width: 100%;
 position: relative;
 bottom: 0;
 cursor: pointer;
 max-width: 460px;
 font-size: 16px;
 margin: 8px auto 0;
 padding: 8px;
}

@media (max-width: 844px) {
    h1 {
      font-size: 22px;
      letter-spacing: 0;

    } 
    h1 + ul {
        font-size: 17px;
        letter-spacing: 0;
        margin-bottom: .3rem;
    }
    .barRed {
        font-size: 14px;
        padding: .5rem 0;
    }
    .barRed a {
        font-size: 1.25rem;
    }
  }

@media screen and (max-width:480px){
    aside {
        width: 100%;
        margin-top: 1.5rem;
        font-size: 1rem;
/*        padding: 1rem 1.5rem; */
    }
    aside h4 {
        font-size: 1.2rem;
    }
	
	aside > div {
		padding: .5rem;
	}
	
	#catch {
		font-size: 2rem;
		white-space: nowrap;
	}
}



@media screen and (max-width:480px) {

}