body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: max(1vw,14px);
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
	line-height: 150%;
}

.bg{
	background:#ffffff url(../img/bg.webp) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	transition: 1s;
}
.bg.hover{
	background:#ffffff url(../img/bghover.webp) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	transition: 1s;
}

* {
  box-sizing: border-box;
}

.icon{
	font-size: max(1.1vw,15px);
	line-height: 100%;
}


p{
	margin: 0;
	padding: 0;
}

#linkbox{
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 100%;
}

#container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

#mainout{
	display: table;
	width: 100%;
	margin-top: 30px
}

#mainin{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	text-align: center;

}

img.logo{
	display: block;
	width: 23vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	min-width: 200px;
}

#loginwindow{
	display:inline-block;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	padding: 20px;
	transition: 1s;
}

#loginwindow:hover{
	background-color: rgba(255,255,255,.7);
}

h1{
	font-family:"Century Gothic", Arial, Sans-Serif;
	font-size: max(2vw,20px);
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	text-align: center;
	color: #273242;
}



.formbox{
	width: 100%;
	text-align: left;
}


input.txt{
	font-size: max(1vw,14px);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","Noto Sans CJK", sans-serif;
	background-color: #ffffff;
	border: 2px #cccccc solid;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}

input.txt:focus{
	outline: 2px #dddddd solid;
}

input.sbmt{
	background-color: #273242;
	border: 0;
	width: 100%;
	color: #ffffff;
	font-size: max(1vw,14px);
	border-radius: 5vw;
	padding: 10px;
	font-weight: normal;
	transform: scale(1);
	transition: .5s;
	cursor: pointer;
}

input.sbmt:hover{
	transform: scale(1.05);
	transition: .5s;
}


.hover-underline-animation {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #273242;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #273242;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

p.h3{
	height: 3px;
}


p.h5{
	height: 5px;
}


p.h10{
	height: 10px;
}

p.h20{
	height: 20px;
}

br.break{
	display: none;
}


#copy{
	position: absolute;
	left: 0;
	bottom: 0;
	font-family:"Century Gothic", Arial, Sans-Serif;
	font-size: 16px;
	color: #000;
}
