/* Unchanged */
@charset "UTF-8";
/* CSS Document */

/*　ブラウザのデフォルトスタイルを初期化
----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
	color: #333333;
}
/*
	font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W4", "ヒラギノ角ゴ Std", Hiragino Kaku Gotdic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif; 
*/

/*　初期値
----------------------------------------------*/
html {
	height: 100%;
}

body {
     margin: 0px;
     padding: 0px;
	 height: 100%;
}
p {
	font-weight: normal;
}
a {
	color: #356cb4;
	font-size: 1.0em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
} 
img{
	border: 0;
	margin: 0;
	vertical-align: bottom;
}
ul li {
	list-style: none;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/*　ヘッダー
----------------------------------------------*/
#wrapper {
	background-image: url("../img/bg.jpg")!important;
	background-size: cover;
	display: flex;
    align-items: center;
	height: 100%;
	overflow: auto!important;
	overflow-y: auto!important;
	padding-bottom: 50px;
	padding-top: 50px;
}
#login_bg {
	max-width: 866px;
	width: 100%;
	height:auto;
	margin: auto;
	background:rgba(255,255,255,0.7);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	position: relative;
	border-radius: 20px;
	padding: 100px 0 50px; 
}
#login_bg #login {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 0 15px;
	width: 100%;
}
.title {
	margin: 0 auto 50px;
	max-width: 618px;
	width: 100%;
}
.attention {
	max-width: 660px;
	width: 100%;
	padding: 50px 0 0 0;
	border-top: 1px solid #d9636f;
	margin: 0px auto 0 auto;
	font-size: 18px;
	line-height: 2em;
	display: inline-block;
}
.button {
	position: relative;
	max-width: 517px;
	width: 100%;
	display:block;
	margin: 70px auto 0 auto;
}
.bottom {
	font-size: 15px;
	color:#ff0000;
	text-align:center;
	margin: 10px auto 0 auto;
}

/*           モバイル向けここから　　　　　　　　　　　　 */

@media screen and (max-width: 866px) {
	body {
		background-image: url("../img/bg.jpg");
	}
	#wrapper {
		padding-bottom: min(13.333333333333334vw, 50px);
		padding-top: min(13.333333333333334vw, 50px);
	}
	#login_bg {
		max-width: 500px;
		width: 93%;
		height:auto;
		margin: auto;
		padding: 15px;
		background:rgba(255,255,255,0.7);
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
		position: relative;
		border-radius: 10px;
	}
	.title {
		margin: 20px 0 0 0;
		max-width: 300px;
	}
	.attention {
		width: 100%;
		padding: 20px 0 0 0;
		border-top: 1px solid #d9636f;
		margin: 20px auto 0 auto;
		font-size: 14px;
		line-height: 2em;
	}
	.button {
		position: relative;
		width: 100%;
		height:auto;
		display:block;
		margin: 30px auto 0 auto;
	}
	.bottom {
		font-size: 13px;
		color:#ff0000;
		text-align:center;
		margin: 10px auto 0 auto;
	}

}

.wpo365-mssignin-wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
}
.wpo365-mssignin-spacearound {
	display: inline-block;
}
.wpo365-mssignin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.wpo365-mssignin-logo {
	display: flex;
	justify-content: center;
}