@charset "UTF-8";

body{
	margin: 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000000;
}

div{
margin: 0px;
	
}

.top{
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #30364A;
	margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#title{
	margin: auto;
}

.title1{
	color: #5DF3FF;
	text-align: center;
	font-weight: 200;
	font-size: large;
	letter-spacing: 2px;
}

.title2{
	color: #FF9FE5;
	text-align: center;
	font-weight: 600;
	font-size: large;
	letter-spacing: 2px;
}

.title3{
	color: #30364A;
	text-align: center;
	font-weight: 1000;
	font-size: 60px;
	letter-spacing: 6px;
	padding-left: 30px;
	padding-right: 25px;
	margin: 30px auto;
	text-shadow: 2px 2px #EAEAEA;
	background-color: #ffffff;
}

.title4{
	color: #F2F251;
	text-align: center;
	font-weight: 200;
	font-size: large;
	letter-spacing: 2px;
}

#topsita{
	text-align: center;
	margin-top: 100px;
}

.dounyu{
	width: 100vw;
	padding-top: 180px;
	padding-bottom: 180px;
	background-color: #EAEAEA;
}

.honbun{
	font-size: large;
	font-weight: 600;
	line-height: 200%;
	width: 77%;
	margin: 0 auto;
	max-width: 600px;
}

.setumeibun{
	font-size: medium;
	font-weight: 500;
	line-height: 200%;
	width: 77%;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}

.midashi{
	text-align: center;
	font-size: x-large;
	font-weight: bold;	
}

.obi{
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #6588CC;	
}

.yazirusi{
    width: 30px;
}

.yazirusiici{
	text-align: center;
	margin-top: 20px;
}

.obi2{
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #EAEAEA;
}

.iro{
	width: 30px;
	height: 30px;
}

.irosetumei{
	text-align: center;	
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 40px;
}

h1{
	font-size: x-large;
	width: 120px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	font-weight: bold;
	/*
	border: 3px solid #000000;
	*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
}

.nen1{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #FF9FE5;
}

.nen2{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #5DF3FF;
}

.nen3{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #FDA641;
}

.nen4{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #6BFA81;
}

/*ボタン
.btn-primary{
    color: #000000;
    background-color: #5DF3FF;
    border-color: #000000;
}*/

.akodion{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.accordion-button {
    padding: 1.7rem 2.2rem;
    font-size: large;
	font-weight: bold;
    color: #000000;
    background-color: none;
	border: 3px solid #000000;
}

.accordion-button:not(.collapsed){
    color: #000000;
    background-color: none;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.ka-dozentai{
	padding-top: 20px;
	padding-bottom: 30px;
}

.zikannwaricard{
	border: 3px solid #000000;
	border-radius: 35px;
	background-color: #EAEAEA;
	margin-top: 10px;
	margin-bottom: 20px;
}

.profile{
	width: 100px;
	height: 100px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
	border: 2px solid #000000;
}

.flex {
    display: flex; /*横並び*/
}

.yoko{
	margin-top: 30px;
	margin-right: 10px;
}

.name{
	font-size: large;
	font-weight: 600;
}

.san{
	font-size: small;
	font-weight: 400;
	margin-left: 10px;
	display: flex;
	align-items: flex-end;
}

.sita{
	font-weight: 500;
	font-size: small;
}

hr{
	border: 1.5px solid #000000;
	margin: 0;
	opacity: 100;
}

.zikannwarihyou{
	margin-bottom: 30px;
	background-color: #ffffff;
}

table{
    width: 100%;
	height: 100px;
}


th{
	text-align: center;
}

td{
	width: 19%;
	height: 50px;
	font-size: 90%;
	font-weight: 500;
	border: 2px solid #000000;
	line-height: 120%;
}

.hissyuu{
	background-color: #F26A51;
}
.sentakuhissyuu{
	background-color: #F2F251;
}
.sentaku{
	background-color: #9BFFF0;
}

.sakuhinbotan{
	width: 250px;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
	border: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	box-shadow: 3px 3px;
}

.zyugyouitiran{
	padding-top: 100px;
	padding-bottom: 80px;
}

.zyugyouitiran-botan{
	font-size: large;
	width: 300px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: 3px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	box-shadow: 3px 3px;
	color: #000000;
	text-decoration: none;
}

#nen1{
	background-color: #FF9FE5;
}
#nen2{
	background-color: #5DF3FF;
}
#nen3{
	background-color: #FDA641;
}
#nen4{
	background-color: #6BFA81;
}


footer{
	background-color: #EAEAEA;
	padding-top: 50px;
	padding-bottom: 60px;
}