* {
	font-family: 
    "Hiragino Kaku Gothic ProN",
	"Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.navbar img{
	width: 100%;
}

.navs img{
    height: 40px;
    width: auto;
}
.navs {
	/* border-bottom: 2px solid #0072bc; */
	border-bottom: 2px solid #0072bc;
}
.navright p{
    line-height: 50px;
    margin-bottom: 0px;
    padding-left: 20px;
    background: url(../angle.png)no-repeat;
    background-position: center left;
}
.navright a{
	color:#3f3f3f;
	text-decoration: none;
}

.navright a:hover{
	color:#000;
}
.login_text{
	margin-top: 24px;
}
.login_text h3{
	font-weight: bold;
	letter-spacing: 1px;
}
.login_text h5{
	margin-top: 20px;
	font-weight: normal;
	font-size: 1.2em;
	letter-spacing: 1px;
}
.h3num{
	margin:0px 10px ;
	color:#0072bc;
	font-size: 1.6em;
	font-weight: normal;
}
.mt10{
	margin-top: 50px;
}
.login_box,.login_box_live{
	text-align: center;
    padding: 30px 100px;
    background: #f3f3f3;
    margin: 50px 0px;
    border-radius: 4px;
}
.login_box_live{
	padding:0px;
	border-radius: 0px;
	background: none;
}
.login_box_live video{
	width: 600px;
}
.login_box p{
/*
    position: relative;
    top: -20px;*/
    margin-bottom: 30px;
    line-height: 2.2em;
    font-size: 0.9em;
}
.form-mini {
	margin:0 auto;
	width: 70%;
}
.err{
    color: #0072bc;
    font-size: 0.9em;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.btn-docomo{

    background: #0072bc;
    color: white;
    margin-top: 20px;
    width: 20%;
}
.btn-docomo:hover{
	background: blue;
	color:white;
}
.border{
	border:1px solid #9f9f9f;
	padding:30px;
}
.border p{
	font-size: 0.9em;
}
.btn-q {
	margin-bottom: 20px;
	width: 50%;
}
.btn-live{
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto;
	color: #0072bc;
	border: solid 1px #0072bc;
	padding: 8px;
}
.btn-live p{
	margin:auto;
}
.btn-live:hover{
	color: #fff;
	background: #0072bc;
}
p.sml{
	font-size: .8em;
}
.attention h5{
	font-weight: bold;
	margin-bottom: 30px;
}
.attention ul{
	list-style:none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.8em;
}
.attention ul li {
	text-align: left;
}
.container{
	min-height: 100vh;
}

#footer{
	/*margin-top: -70px;*/
	height: 70px;
	padding-top: 10px;
	padding-right: 1rem;
	text-align: right;
	border-top: 2px solid #0072bc;
}
.teisi{
  /* padding:80px; */
  text-align: center;
  /* background: #e5f4ff; */
}
.cover-img img{
	width: 100%;
	border: solid 1px #f2f2f2;

}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.text-red{
	color:#0072bc;
	text-decoration: underline;
}

.t-left{
  text-align: left;
}
/* 動画調整 */
video#vid1 {
  width: 100% !important;
  height: auto !important;
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 499px) { 
	.login_box, .login_box_live{
		padding: 8px 0px;
		margin: 16px 0px;
	}
	.login_text{
		margin-top: 8px;
	}
  .w100{
    width: 100%;
  }
  .h216{
    height: 216px;
  }
  .btn-q {
		width: 80%;
  }
  .attention{
		padding: 0px;
  }
  .qu{
		padding:20px 0px;
		margin-bottom: 20px;
	}
	.qu p{
		font-size: 0.8em;
	}
	#footer {
		font-size: 0.8em;
		padding-top:0px;
		margin-bottom: 10px;
		height: 40px;
	}
	.hdnav{
  		/* display: none; */
	}
    /* .teisi{
      padding:55px 10px;
    } */
	.blk_sm{
		display: block;
		line-height: 2em;
  }
  }
  @media screen and (min-width: 500px) and (max-width: 999px) {
	.navbar-expand-lg .navbar-collapse{
		display: none!important;
	}
	.login_box, .login_box_live{
		padding: 20px 0px;
	}
  .btn-q {
		width: 60%;
	}

	.hdnav{
  		/* display: none; */
	}
	.btn-docomo {
    background: #0072bc;
    color: white;
    margin-top: 20px;
    width: 30%;
}
  }
  @media screen and (min-width:1000px) {
	.attention{
		margin:30px;
	}
  .w740{
    width: 740px;
  }
	.navbtn{
		display: none;
	}
	.navbar-expand-lg .navbar-collapse{
		display: none!important;
	}
  }
