@charset "utf-8";

html {
	min-height: 100%;
	position: relative;
	font-size: 80%;
	-webkit-appearance: none;
}
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffff;
	line-height: 1.8em;
	background-size: 100% auto;
	text-align: center;
	min-width: 100%;
	margin-bottom: 108px;
}

/* font */
.f-bold{
	font-weight: bold;
}
main.contents {
    width: 100%;
}
/* 内容 */
main.contents .form-inner {
    width: 100%;
    margin: auto;
    text-align: left;
}
.txtC{
    text-align:center;
}
main.contents h2 {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 0.85rem;
    color: #fff;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
main.contents .form-inner h2 {
    background-color: #6892ff;
    width: auto;
    margin: 8px 0 8px;
    padding: 8px 8px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}
.compBox{
    margin: 0 16% 50px;
    padding: 15px 20px 5px 20px;
    border: 4px solid #0000ff;
}

.compBox p{
    margin: 0 0 10px;
    color: #0000ff;
    font-size:112.5%; /* 18px */
    font-weight: bold;
    text-align: left;
}

.compBox ul{
    margin: 0 0 0 2em;;
}

.compBox ul li{
    color: #0000ff;
    list-style: outside disc;
}

/* header */
header {
    min-height: 40px;
    padding: 5px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #00008b;
    color: #fff;
}
header_nml {
	min-height: 40px;
	padding: 5px 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: #00008b;
	color: #fff;
}
header #logo {
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.6rem;
}
header #logo-space {
    width: 0px;
}
header #title {
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.8rem;
}
header #title_nml {
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.8rem;
}
header #subtitle {
    padding-top: 10px;
    padding-right: 5px;
    text-align: right;
    font-size: 1.5rem;
}
header #control {
    text-align : right;
    width: 0px;
    padding-top: 0px;
}

/* footer */
footer {
    width: 100%;
    height: 16px;
    padding: 0 0 14px;
    font-size: 0.2rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}
/* ログイン画面 */
main a.btn-hitachi span {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
}

/* main */
main {
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
}
main.w666 {
	width: 666px;
}
h1 {
	margin-bottom: 10px;
	
	/* 
	-webkit-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-o-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	*/
}
h1 span {
	margin: auto;
	line-height: 30px;
	position: relative;
}
h1 span::after {
	content: "";
	/* background-color: #000; */
	width: 78px;
	height: 2px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}
.select-default{
	border: solid 1px black;
	border-radius: 5px;
	padding: 4px;
}
.row-block{
	display: block;
	width: 860px;
	padding: 0 30px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.in-block{
	display: inline-block;
}
.flex{
	display: flex;
}
.flex-between{
	display: flex;
	justify-content: space-between;
}
.flex-around{
	display: flex;
	justify-content: space-around;
}
main .card {
	background-color: #eae5e3;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
	height: 100%;
}
main .card .card-header {
	background-color: #6892ff;
	padding: 5px;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
main .card .card-body {
	padding: 10px 10px;
	height: 75px;
}
main .card h2 {
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 100%;
	margin: auto;
}
main .cardTop {
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
	width: 200px;
}


.char-2 { width: 128px !important; }

/* link */
main .btn-style01 {
	display: block;
	position: relative;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #0000ff !important;
	border-radius: 5px;
	text-decoration: none;
	font-size: 140%;
	color: #fff;
	height: 75px
}
main .btn-style01:hover {
	background-color: #ffb745 !important;
}
main a.btn-style01 span {
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
 
main .small {
	font-size:0.8em;
}

/* エラー画面 */
main.main-error .row {
	width: 100%;
	padding: 0 2px;
	font-size: large;
	font-weight: bold;
	line-height: 27px;
	display: block;
	position: absolute;
	top: 36%;
}
main.main-error .row2 {
	width: 100%;
	padding: 0 2px;
	font-size: large;
	font-weight: bold;
	line-height: 27px;
	display: block;
	position: absolute;
}
main .exclamation {
	margin: 80px auto 50px auto;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: #7ba0ff;
}
main.main-error .mark{
	color: white;
	font-size: 175px;
	line-height: 255px;
	font-weight: 800;
}

/* 出現エラー */
.errorBox{
	margin: 0 16% 50px;
	padding: 15px 20px 5px 60px;
    background: #fff url(../image/icon_error.png) no-repeat 10px 10px;
	border: 4px solid #f00;
}

.errorBox p{
	margin: 0 0 10px;
	color: #cd0100;
	font-size:112.5%; /* 18px */
	font-weight: bold;
	text-align: left;
}

.errorBox ul{
	margin: 0 0 0 2em;;
}

.errorBox ul li{
	color: #cd0100;
	list-style: outside disc;
}

/* 個別認証 */
.floatL{
  float:left;
  margin:0 5px 5px 0;
}

.ninshoTable th,
.ninshoTable td{
  padding:10px;
  border:1px solid #fff;
  font-size:87.5%;
}

.ninshoTable{
  border:none;
  margin:25px auto 25px;
}

.ninshoTable th{
  width:35%;
  border:none;
  border-top:2px solid #fff;
  background-color: #fff;
  color: #000;
  text-align: right;
  font-weight: bold;
}

.ninshoTable td{
  border:none;
  border-top:2px solid #fff;
  text-align: left;
}
th.selectColum{
  width: 30px;
  padding : 3px;
}
td.breakAll{
  word-break : break-all;
}
.tableStyle01{
  width:100%;
  margin:0 auto 25px;
  border:none;
}

.tableStyle01 th,
.tableStyle01 td{
  padding:10px;
  border:1px solid #fff;
  font-size:87.5%;
}

.tableStyle01 th{
  background:#bdd7ee;
  color: #000;
  vertical-align: middle;
}

.tableStyle01 td{
  background:#ecf3fb;
}

.tableStyle01 td p:last-child{
  margin-bottom:0;
}
main.contents .form-inner input.btn-application {
    display: block;
    -webkit-appearance: none;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #0000ff;
    width: 285px;
    height: 50px;
    margin: 30px auto 30px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    border-color: #000;
    cursor: pointer;
}
main.contents .form-inner input.btn-application:hover {
    background-color: #ffb745;
}
.form-inner input.btn-entry {
    display: block;
    -webkit-appearance: none;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #0000ff;
    width: 250px;
    height: 50px;
    margin: 30px auto 30px;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border: 2px solid;
    border-radius: 5px;
    border-color: #000;
    cursor: pointer;
}
.form-inner input.btn-entry:hover {
    background-color: #ffb745;
}

main.contents .form-inner .text-box{
    width: 156px;
    padding: 5px 8px;
    border: 1px solid #000;
    border-radius: 5px;
}
main .small {
    font-size:0.8em;
}

.alert {
  max-width: 400px;
  padding-left: 20px;
}

.alert p {
  display: inline-block;
  text-align: left;
}
.wid240 { width: 240px !important; }
.wid270 { width: 240px !important; }
.wid400 { width: 240px !important; }

