/*-----------------------------------------------
	#general
-----------------------------------------------*/

#general {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
	#main
-----------------------------------------------*/

#main {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: -webkit-linear-gradient(top left, #899AA1, #FFFFFF, #F7CEC0);
	background: -o-linear-gradient(top left, #899AA1, #FFFFFF, #F7CEC0);
	background: linear-gradient(to bottom right, #899AA1, #FFFFFF, #F7CEC0);   
	}

#main h1 {
	margin-bottom: 30px;
}
#main h1 img {
	width: 100%;
	
}
@media screen and (max-width: 991px) {
	#main h1 {
		margin-bottom: 15px;
	}
}

#main h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 400%;
	font-weight: 700;
	color: #1D5AA9;
	letter-spacing: 2px;
	line-height: 1.4em;
	
}
@media screen and (max-width: 680px) {
	#main h2 {
		font-size: 148%;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}
}

#main h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 88%;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
	
	
}
@media screen and (max-width: 680px) {
	#main h3 {
		font-size: 78%;
		margin-bottom: 15px;
	}
}
#main h3 span {
	background-color: #1D5AA9;
	padding: 5px 10px;
	border-radius: 10px;
}

#main h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 218%;
	font-weight: 700;
	text-align: center;
	color: #1D5AA9;
	line-height: 1.4em;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
@media screen and (max-width: 680px) {
	#main h4 {
		font-size: 128%;
		margin-bottom: 10px;
	}
}
#main h4 span {
	font-size: 88%;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#main h4 span {
		font-size: 100%;
	}
}
#main h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: center;
	color: #FF1F00;
	line-height: 1.6em;
}
@media screen and (max-width: 680px) {
	#main h5 {
		font-size: 100%;
	}
}

#main .maindit {
	margin: 0 auto;
	padding: 60px 0 30px 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#main .maindit {
		padding: 30px 0;
	}
}

#main .mainarea {
	margin: 0;
	padding: 30px 0 0 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	#main .mainarea {
		flex-flow: column wrap;
		padding: 0;
		box-sizing: border-box;
	}
}

#main .maindata {
	flex: 3;
	padding: 0 60px 0 0;
}
@media screen and (max-width: 991px) {
	#main .maindata {
		padding: 0 10px;
		margin-bottom: 15px;
	}
}

#main .mainnews {
	flex: 2;
	
}


/*-----------------------------------------------
	#flowdit
-----------------------------------------------*/

#flowdit {
	margin: 0 auto;
	padding: 90px 0;
}
@media screen and (max-width: 991px) {
	#flowdit {
		padding: 30px 15px;
	}
}

#flowdit h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 218%;
	font-weight: 700;
	color: #1D5AA9;
	letter-spacing: 2px;
	line-height: 1.4em;
	margin-bottom: 30px;

}
@media screen and (max-width: 680px) {
	#flowdit h2 {
		font-size: 128%;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
}

#flowdit h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#flowdit h3 {
		font-size: 114%;
		margin-bottom: 15px;
	}
}

#flowdit p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 500;
	text-align: left;
	line-height: 1.8em;
	color: #1D5AA9;
}
#flowdit p span {
	color: #CC0000;
}
#flowdit p.day {
	text-align: center;
	color: #0DB97A;
}
#flowdit p.day a:link{
	text-decoration:underline;
	color: #D20035;
}
#flowdit p.day a:visited {
	text-decoration:underline;
	color: #1D5AA9;
}
#flowdit p.day a:hover{
	text-decoration:none;
	color: #1D5AA9;
}
#flowdit p.day a:active {
	text-decoration:underline;
	color: #D20035;
}
@media screen and (max-width: 680px) {
	#flowdit p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#flowdit .flowdittxt {
	margin: 0 auto 60px auto;
	padding: 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#flowdit .flowdittxt {
		margin: 0 auto 30px auto;
	}
}

#flowdit .flowditarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#flowdit .flowditarea {
		margin: 0 auto;
	}
}

#flowdit .flowditul {
	margin: 30px auto 60px auto;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content:center;
	align-items:center;
}
#flowdit .flowditul li {
	flex: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	color: #0DB97A;
	margin: 0 60px 0 0;
	padding: 30px 0;
	background-color: #1D5AA9;
	border-radius: 15px;
}
#flowdit .flowditul li:last-child {
	margin: 0 0 0 0;
}
#flowdit .flowditul li span {
	color: #1D5AA9;
	font-weight: 600;
}
#flowdit .flowditul li p {
	text-align: center;
	color: #FFFFFF;
}
#flowdit .flowditul li img {
	width: 30%;
	margin: 30px 0 0 0;
}
#flowdit .arrow_r {
  position: relative;
  display: inline-block;
	padding-left: 0;
  color: #1D5AA9;
  text-decoration: none;
}
#flowdit .arrow_r:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 2px #1D5AA9;
  border-right: solid 2px #1D5AA9;
  position: absolute;
  top: 40%;
  left: -60px;
  margin-top: -2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 680px) {
	#flowdit .flowditul {
		flex-flow: column wrap;
		margin: 15px auto 30px auto;
	}
	#flowdit .flowditul li {
		font-size: 88%;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 15px 0;
	}
	#flowdit .flowditul li:last-child {
		margin: 0 0 0 0;
	}
	#flowdit .flowditul li img {
		margin: 10px 0 0 0;
	}
}

/*-----------------------------------------------
	#info
-----------------------------------------------*/

#info {
	margin: 0 auto;
	padding: 60px 0 60px 0;
	background-color: #1D5AA9;
	background-image: url("../img/bg_info.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
@media screen and (max-width: 680px) {
	#info {
		padding: 30px 0 10px 0;
		background-position: center center;
	}
}

#info h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 218%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
	#info h2 {
		font-size: 168%;
		margin-bottom: 15px;
	}
}
#info h2.ft {
	color: #1D5AA9;
}

#info h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#info h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#info h5.btn-account a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
    background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
    background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); 
}
@media screen and (max-width: 680px) {
	#info h5.btn-account a:link {
		margin: 15px auto 0 auto;
	}
}
#info h5.btn-account a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#info h5.btn-account a:active {
	text-decoration:none;
	color: #FFFFFF;
}
#info h5.btn-account a:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
    background: -o-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
    background: linear-gradient(to bottom right, #0DB97A, #1378B1, #5620A9); 
}

#info .btn-entry {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 15px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: -o-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: linear-gradient(to bottom right, #FF4000, #FF8000, #FFBF00); 
}

#info .btn-entry:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: -o-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: linear-gradient(to bottom right, #FFBF00, #FF8000, #FF4000); 
}

#info h5.btn-group {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 2px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 15px auto;
    max-width: 550px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: -o-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
    background: linear-gradient(to bottom right, #FF4000, #FF8000, #FFBF00);
}

#info h5.btn-group:hover {
    color: #CCCCCC;
    background: -webkit-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: -o-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
    background: linear-gradient(to bottom right, #FFBF00, #FF8000, #FF4000); 
}

#info h5.btn-group a:link {
    text-decoration:none;
    color: #FFFFFF;
}

#info h5.btn-group a:visited {
    text-decoration:none;
    color: #FFFFFF;
}

#info h5.btn-group a:hover {
    text-decoration:none;
    color: #FFFFFF;
}

#info h5.btn-group a:active {
    text-decoration:none;
    color: #FFFFFF;
}

@media screen and (max-width: 680px) {
    #info h5.btn-group {
        padding: 10px 25px;
        font-size: 100%;
        max-width: 300px;
    }
}

#info p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: center;
	line-height: 2.2em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	#info p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}
#info p.ft {
	color: #1D5AA9;
	font-weight: 500;
}
#info p.forget {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 88%;
}
#info p.forget a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#info p.forget a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#info p.forget a:hover{
	text-decoration:none;
	color: #FFBF00;
	transition: color 0.3s ease 0s;
}
#info p.forget a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#info p.mypage {
	color: #FFFFFF;
	font-weight: 400;
}
#info p.mypage a:link{
	text-decoration: underline;
	color: #FF4876;
}
#info p.mypage a:visited {
	text-decoration: underline;
	color: #FF4876;
}
#info p.mypage a:hover{
	text-decoration:none;
	color: #FFFFFF;
	transition: color 0.3s ease 0s;
}
#info p.mypage a:active {
	text-decoration: underline;
	color: #FF4876;
}


#info .infoarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	#info .infoarea {
		flex-flow: column wrap;
		margin: 0 10px;
		box-sizing: border-box;
	}
}

#info .infodata {
	margin: 0;
	padding: 60px 30px;
	flex: 1;
	text-align: left;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
}
@media screen and (max-width: 991px) {
	#info .infodata {
		padding: 30px;
	}
}

#info .infosc {
	margin: 0 auto;
	padding: 60px 0 60px 90px;
	box-sizing: border-box;
	flex: 2;
}

@media screen and (max-width: 991px) {
	#info .infosc {
		width: 100%;
		padding: 30px;
	}
}

#info .logintbl {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 100%;
}
#info .logintbl th {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 2.2em;
	color: #FFFFFF;
	word-break: keep-all;
	box-sizing: border-box;
	padding: 0px 30px 15px 0;
	width: 100px;
}
#info .logintbl td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 2.2em;
	color: #FFFFFF;
	padding: 0px 0 15px 0;
}
@media screen and (max-width: 680px) {
	#info .logintbl th,#info .logintbl td {
		width: 100%;
		display: block;
		line-height: 1.6em;
		font-size: 100%;
	}
	#info .logintbl th {
		width: 100%;
		padding: 0;
	}
	#info .logintbl td {
		padding: 10px 0 15px 0;
	}
}

#info form {
	border: 1px solid #FFFFFF;
	padding: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

#info input[type="text"] {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#info input[type="text"]:focus
{
	background-color: #FFFFFF;
}
#info input[type="password"] {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
#info input[type="password"]:focus
{
	background-color: #FFFFFF;
}

/*-----------------------------------------------
	#flow
-----------------------------------------------*/

#flow {
	margin: 0 auto;
	padding: 120px 0 120px 0;
	background-color: #0DB97A;
}
@media screen and (max-width: 991px) {
	#flow {
		padding: 30px;
	}
}

#flow h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#flow h3 {
		font-size: 128%;
		margin-bottom: 15px;
		text-align: left;
	}
}

#flow h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#flow h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#flow h5.btn-exam a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
    transition: 0.3s ease-in-out;
/*	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); */
}
@media screen and (max-width: 680px) {
	#flow h5.btn-exam a:link {
		margin: 10px auto 20px auto;
	}
}
#flow h5.btn-exam a:visited {
	text-decoration:none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#flow h5.btn-exam a:active {
	text-decoration:none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#flow h5.btn-exam a:hover {
    color: #0DB97A;
	background: -webkit-linear-gradient(top left, #93FF26, #FFFF4D, #C9FF26);
	background: -o-linear-gradient(top left, #93FF26, #FFFF4D, #C9FF26);
	background: linear-gradient(to bottom right, #93FF26, #FFFF4D, #C9FF26); 
}

#flow h5.btn-day a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
    transition: 0.3s ease-in-out;
/*	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); */
}
@media screen and (max-width: 680px) {
	#flow h5.btn-day a:link {
		margin: 10px auto 0 auto;
	}
}
#flow h5.btn-day a:visited {
	text-decoration:none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#flow h5.btn-day a:active {
	text-decoration:none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#flow h5.btn-day a:hover {
    color: #0DB97A;
	background: -webkit-linear-gradient(top left, #93FF26, #FFFF4D, #C9FF26);
	background: -o-linear-gradient(top left, #93FF26, #FFFF4D, #C9FF26);
	background: linear-gradient(to bottom right, #93FF26, #FFFF4D, #C9FF26); 
}

#flow p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: center;
	line-height: 2.2em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	#flow p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#flow .flowarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:flex-end;
}
@media screen and (max-width: 991px) {
	#flow .flowarea {
		flex-flow: column wrap;
		align-items:stretch;
	}
}

#flow .flowarea article {
	flex: 1;
}

#flow .hide-area{
  display: none;
}

.examarea {
	margin: 0 auto;
	padding: 60px 10px;
	background-color: #0DB97A;
	background-image: url("../img/bg_exam.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media screen and (max-width: 991px) {
	.examarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.examarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 186%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.examarea h3 {
		font-size: 144%;
		margin-bottom: 15px;
		text-align: center;
	}
}

.examarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #C9FF26;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.examarea h4 {
		font-size: 114%;
		font-weight: 700;
		margin-bottom: 15px;
		text-align: center;
	}
}

.examarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.examarea h5 {
		font-size: 88%;
		text-align: center;
		line-height: 1.6em;
	}
}

.examarea h5.btn-account a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
	background: -o-linear-gradient(top left, #FF4000, #FF8000, #FFBF00);
	background: linear-gradient(to bottom right, #FF4000, #FF8000, #FFBF00); 
}
@media screen and (max-width: 680px) {
	.examarea h5.btn-account a:link {
		margin: 15px auto 0 auto;
	}
}
.examarea h5.btn-account a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-account a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-account a:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
	background: -o-linear-gradient(top left, #FFBF00, #FF8000, #FF4000);
	background: linear-gradient(to bottom right, #FFBF00, #FF8000, #FF4000); 
}

.examarea h5.btn-entry a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); 
}
@media screen and (max-width: 680px) {
	.examarea h5.btn-entry a:link {
		margin: 15px auto 0 auto;
	}
}
.examarea h5.btn-entry a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-entry a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-entry a:hover {
	color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: -o-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: linear-gradient(to bottom right, #0DB97A, #1378B1, #5620A9); 
}

.examarea h5.btn-mypage a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 30px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: -o-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: linear-gradient(to bottom right, #D20035, #FF3366, #FF4876); 
}
@media screen and (max-width: 680px) {
	.examarea h5.btn-mypage a:link {
		margin: 15px auto 15px auto;
	}
}
.examarea h5.btn-mypage a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-mypage a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.examarea h5.btn-mypage a:hover {
	color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: -o-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: linear-gradient(to bottom right, #FF4876, #FF3366, #D20035); 
}

.examarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	.examarea p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

.examdata {
	margin: 0 auto 30px auto;
	padding: 0;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 991px) {
	.examdata {
		flex-flow: column wrap;
		margin: 0 auto 30px auto;
	}
}

.examdata article {
	flex: 1;
	border-right: 5px dotted #C9FF26;
	padding: 30px;
	margin: 0 10px;
	box-sizing: border-box;
}
.examdata article:last-child {
	border-right:none;
}
@media screen and (max-width: 991px) {
	.examdata article {
		padding: 0 15px 30px 15px;
		margin: 0 0 30px 0;
		border-right: none;
		border-bottom: 5px dotted #C9FF26;
	}
	.examdata article:last-child {
		margin: 0;
	}
}

.flowul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

.flowul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 88%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	.flowul {
		margin: 0;
	}
	.flowul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

.dayarea {
	margin: 0 auto;
	padding: 60px 10px;
	background-color: #85B200;
	background-image: url("../img/bg_day.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@media screen and (max-width: 991px) {
	.dayarea {
		padding: 30px 10px;
		background-repeat: repeat;
	}
}

.dayarea h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 186%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.dayarea h3 {
		font-size: 144%;
		margin-bottom: 15px;
		text-align: center;
	}
}

.dayarea h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 128%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #FBFE6D;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.dayarea h4 {
		font-size: 114%;
		margin-bottom: 15px;
		text-align: center;
	}
}

.dayarea h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	.dayarea h5 {
		font-size: 88%;
		text-align: center;
		line-height: 1.6em;
	}
}

.dayarea h5.btn-operation a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 15px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5); 
}
@media screen and (max-width: 680px) {
	.dayarea h5.btn-operation a:link {
		margin: 15px auto 15px auto;
	}
}
.dayarea h5.btn-operation a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-operation a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-operation a:hover {
    color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: -o-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: linear-gradient(to bottom right, #50F1B5, #0DB97A, #0A7E53); 
}

.dayarea h5.btn-manual a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5); 
}
@media screen and (max-width: 680px) {
	.dayarea h5.btn-manual a:link {
		margin: 15px auto 0 auto;
	}
}
.dayarea h5.btn-manual a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-manual a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-manual a:hover {
	color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: -o-linear-gradient(top left, #50F1B5, #0DB97A, #0A7E53);
	background: linear-gradient(to bottom right, #50F1B5, #0DB97A, #0A7E53); 
}

.dayarea h5.btn-mypage a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 30px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
	background: -webkit-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: -o-linear-gradient(top left, #D20035, #FF3366, #FF4876);
	background: linear-gradient(to bottom right, #D20035, #FF3366, #FF4876); 
}
@media screen and (max-width: 680px) {
	.dayarea h5.btn-mypage a:link {
		margin: 15px auto 15px auto;
	}
}
.dayarea h5.btn-mypage a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-mypage a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.dayarea h5.btn-mypage a:hover {
	color: #CCCCCC;
	background: -webkit-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: -o-linear-gradient(top left, #FF4876, #FF3366, #D20035);
	background: linear-gradient(to bottom right, #FF4876, #FF3366, #D20035); 
}

.dayarea p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	.dayarea p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

.dayarea p span.envi {
	font-size: 88%;
	background-color: #FFFFFF;
	color: #85B200;
	border-radius: 10px;
	padding: 1px 10px;
	font-weight: 500;
}

.daydata {
	margin: 0 auto;
	padding: 0;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 991px) {
	.daydata {
		flex-flow: column wrap;
		margin: 0 auto 0 auto;
	}
}

.daydata article {
	flex: 1;
	border-right: 5px dotted #FBFE6D;
	padding: 30px;
	margin: 0 10px;
	box-sizing: border-box;
}
.daydata article:last-child {
	border-right:none;
}
@media screen and (max-width: 991px) {
	.daydata article {
		padding: 0 15px 30px 15px;
		margin: 0 0 30px 0;
		border-right: none;
		border-bottom: 5px dotted #FBFE6D;
	}
	.daydata article:last-child {
		margin: 0;
	}
}

.dayul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dayul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 88%;
	font-weight: 400;
	text-align: left;
	line-height: 1.6em;
	color: #FFFFFF;
}
@media screen and (max-width: 680px) {
	.dayul li {
		font-size: 88%;
		text-align: left;
		line-height: 1.6em;
	}
}

/*-----------------------------------------------
	#official
-----------------------------------------------*/

#official {
	margin: 0 auto;
	padding: 0;
	background-image: url("../img/bg_official.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 991px) {
	#official {
		padding: 30px;
		background-size: auto 100%;
	}
}

#official .officialarea {
	margin: 0 auto;
	padding: 90px 0;
	max-width: 1140px;
}
@media screen and (max-width: 991px) {
	#official .officialarea {
		margin: 0 auto;
	}
}

#official a:link {
	text-decoration:none;
}
#official a:visited {
	text-decoration:none;
}
#official a:hover{
	text-decoration:none;
}
#official a:active {
	text-decoration:none;
}

#official h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 218%;
	font-weight: 700;
	text-align: left;
	color: #1D5AA9;
	line-height: 1.4em;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
	#official h2 {
		font-size: 188%;
		margin-bottom: 30px;
	}
}

#official h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
	#official h3 {
		font-size: 114%;
		margin-bottom: 15px;
		text-align: left;
	}
}

#official p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 2.2em;
	color: #FFFFFF;
	letter-spacing: 2px;
}
@media screen and (max-width: 680px) {
	#official p {
		font-size: 100%;
		text-align: left;
		line-height: 1.8em;
	}
}

#official h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 40px;
}
#official h5:last-child {
	margin-right: 0;
}
@media screen and (max-width: 680px) {
	#official h5 {
		font-size: 88%;
		text-align: center;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
	
}
#official h5.btn-official a:link {
	text-decoration: none;
    border-radius: 5px;
    align-items: center;
    max-width: 300px;
    padding: 7px 13px;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
    transition: 0.3s ease-in-out;
}
#official h5.btn-official a:visited {
	text-decoration:none;
	color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
#official h5.btn-official a:active {
	text-decoration:none;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#official h5.btn-official a:hover {
    color: #FFFFFF;
	background: -webkit-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: -o-linear-gradient(top left, #0DB97A, #1378B1, #5620A9);
	background: linear-gradient(to bottom right, #0DB97A, #1378B1, #5620A9); 
}

#official .official_btn {
	margin: 30px 0 0 0;
	padding: 0;
	max-width: 991px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:left;
}
@media screen and (max-width: 680px) {
	#official .official_btn {
		/*flex-flow: column wrap;*/
/*		justify-content: center;
		align-items:center;*/
		
	}
}

/*-----------------------------------------------
	#inquiry
-----------------------------------------------*/

#inquiry {
	margin: 0 auto;
	padding: 120px 0 120px 0;
	background: -webkit-linear-gradient(top left, #EFEFEF, #FFFFFF);
	background: -o-linear-gradient(top left, #EFEFEF, #FFFFFF);
	background: linear-gradient(to bottom right, #EFEFEF, #FFFFFF); 
	background-image: url("../img/bg_inq.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
@media screen and (max-width: 991px) {
	#inquiry {
		padding: 30px;
	}
}

#inquiry h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 168%;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#inquiry h3 {
		font-size: 128%;
		margin-bottom: 15px;
		text-align: left;
	}
}

#inquiry h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#inquiry h5 {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}

#inquiry h5.btn-faq a:link {
	text-decoration: none;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 120px auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #333333;
	border: 1px solid #333333;
	box-sizing: border-box;
    transition: 0.3s ease-in-out;
/*	background: -webkit-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: -o-linear-gradient(top left, #5620A9, #1378B1, #0DB97A);
	background: linear-gradient(to bottom right, #5620A9, #1378B1, #0DB97A); */
}
@media screen and (max-width: 991px) {
	#inquiry h5.btn-faq a:link {
		margin: 0 auto 30px auto;
	}
}
#inquiry h5.btn-faq a:visited {
	text-decoration:none;
	color: #333333;
	border: 1px solid #333333;
}
#inquiry h5.btn-faq a:active {
	text-decoration:none;
	color: #333333;
	border: 1px solid #333333;
}
#inquiry h5.btn-faq a:hover {
    color: #FFFFFF;
	background: -webkit-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: -o-linear-gradient(top left, #0A7E53, #0DB97A, #50F1B5);
	background: linear-gradient(to bottom right, #0A7E53, #0DB97A, #50F1B5); 
}

#inquiry p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #333333;
}
@media screen and (max-width: 680px) {
	#inquiry p {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}
#inquiry p.attend {
	font-size: 100%;
	line-height: 1.6em;
	color: #FF1F00;
}
@media screen and (max-width: 680px) {
	#inquiry p.attend {
		font-size: 88%;
	}
}
#inquiry p.jdla {
	margin-top: 30px;
}
@media screen and (max-width: 680px) {
	#inquiry p.jdla {
		margin-top: 15px;
	}
}

#inquiry .inquiryarea {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
	display: flex;
    justify-content:center;
	align-items:stretch;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea {
		flex-flow: column wrap;
	}
}

#inquiry .inquiryarea article.data1 {
	flex: 2;
	padding: 0 60px 0 0;
	border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea article.data1 {
		padding: 30px 0;
		margin-bottom: 30px;
		border-right: none;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
}
#inquiry .inquiryarea article.data2 {
	flex: 3;
	padding: 0 0 0 60px;
}
@media screen and (max-width: 991px) {
	#inquiry .inquiryarea article.data2 {
		padding: 0;
	}
}

#inquiry .inquiryarea article.data3 {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

@media screen and (max-width: 991px) {
    #inquiry .inquiryarea article.data3 {
        border-top: 1px solid #CCCCCC;
    }
}


#inquiry .inqul a {
    background: url('img/icon3.png') no-repeat right transparent;
    padding-right: 16px;
}


#inquiry .inqul {
	margin: 0 0 30px 25px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:left;
}
#inquiry .inqul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 114%;
	font-weight: 400;
	text-align: left;
	line-height: 1.8em;
	color: #0DB97A;
	list-style-type: circle;
	margin-right: 50px;
	letter-spacing: 1px;
}
#inquiry .inqul li span {
	color: #333333;
}
#inquiry .inqul li a:link {
	text-decoration: none;
    color: #333333;
    transition: 0.3s ease-in-out;
}
#inquiry .inqul li a:visited {
	text-decoration:none;
	color: #333333;
}
#inquiry .inqul li a:active {
	text-decoration:none;
	color: #333333;
}
#inquiry .inqul li a:hover {
	text-decoration: underline;
    color: #0DB97A;
}
@media screen and (max-width: 680px) {
	#inquiry .inqul li {
		font-size: 100%;
		text-align: left;
		line-height: 1.6em;
	}
}
