@charset "utf-8";

.logo {
	margin: 100px auto;
	width: 270px;
}
.logo img {
	width: 270px;
}

/* GENERAL BUTTON STYLING */
button,
button::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

button {
  background: none;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em auto;
  padding: 1em 1em;
  width: 300px;
  position: relative;
}
button a {
	text-decoration: none;
	color: #fff;
}
button a:hover {
	text-decoration: none;
	color: #021565;
}

button:before,
button:after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: #021565;
}
.btn:after {
	text-decoration: none;
border-radius: 5px;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn:hover:after {
	text-decoration: none;
border-radius: 25px;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}


.mbmb,
.mbmb:after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mbmb {
  background: none;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.5em 0.5em;
  width: 170px;
  position: relative;
	float: left;
	margin: 0 5px;
}

.mbmb:before,
.mbmb:after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.mbmb:hover {
  color: #021565;
}
.mbmb a {
	text-decoration: none;
	color: #fff;
}
.mbmb a:hover {
	text-decoration: none;
	color: #021565;
}
.btn:after {
border-radius: 5px;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn:hover:after {
border-radius: 25px;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}


/* 見出し */
h2 {
font-size:2em;
  margin: 1em auto;
  padding: 1.5em 1.5em;
  font-weight: bold;
  }
h5 {
	text-align: left;
	font-size: 1.2em;
	color: #0049BF;
	font-weight: bold;
	margin: 30px 0 5px;
}



#head {
	width: 1000px;
	margin: 0 auto;
}
#head img {
	width: 1000px;
}
.menuM {
	margin: 0 auto;
	width: 900px;
	height: 80px;
}
.menuBottom {
	margin: 80px auto;
	width: 550px;
	height: 50px;
}
.base {
	background-color:#fff;
  border-radius: 15px;
  color: #021565;
	width: 900px;
	margin: 10px auto;
	padding: 30px;
}
#title {
	margin-bottom: 30px;
}
#title img {
	width: 40%;
}

.copy {
	font-size: 0.9em;
	margin-top: 100px;
	height: 100px;
}
.stxt {
	margin: 10px auto 50px;
}
.simg {
	margin: 10px auto 50px;
	width: 600px;
}
.bannerBox{
	width: 630px;
	margin: 50px auto 120px;
	padding-top:1px;
	clear: both;
}
.banner {
	float: left;
	width: 295px;
	margin: 10px;
}
/*追加20200702*/
.nextlogin {
	width:180px;
	margin:100px auto;
}
.nextlogin a{
	display:block;
	padding: 10px 0px;
	text-align:center;
	color:#021565;
	text-decoration: none;
	font-weight: bold;
	background-color:#89c6f3;
	border-radius: 10px;
	font-family: 'M PLUS 1p', sans-serif;
}
.nextlogin a:hover{
	background-color:#fff;
	opacity: 0.5;
	border-radius: 10px;
}