/** ----- common-element ----- */
body {
	font-size: 87.5%;
	print-color-adjust: exact;
}
/** ----- icon ----- */
a i.fa {
	color: #185a9b;
}
a.button i.fa {
	color: #ffffff;
}
/** ----- Logout ----- */
a.logout {
	
}

a.logout i.fa {
	
}
/** ----- Go to MyPage Top ----- */
a.go-mypage-top {
	
}

a.go-mypage-top i.fa {
	
}
/** ----- Go to Login ----- */
a.go-login {
	
}

a.go-login i.fa {
	
}
/** ----- Go Page Top ----- */
a.go-page-top {
	
}

a.go-page-top i.fa {
	
}
/** ----- External link ----- */
a.external {
	
}

a.external i.fa {
	
}
/** ----- Title ----- */
h2 {
	background-color: white;
	margin-bottom: 1rem;
	text-align: center;
	color: #333;
	border-bottom: 3px solid #1761A9;
}
/** ----- Section Title ----- */
h3 {
	background-color: #ffffff;
	padding: 0 0 0 1rem;
	margin: 0 0 1rem 0;
	border-bottom: 1px solid #1761A9;
	color: #1761A9;
	font-wight: bold;
}

h3 .button {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
}
/** ----- Steps ----- */
.step {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #1761A9;
}

.step .cell {
	text-align: center;
	padding-bottom: 0.2ex;
	padding-top: 0.2ex;
}

.step .cell:first-child {
	
}

.step .current {
	background-color: #1761A9;
	color: #ffffff;
}
/** ----- Horizontal Radiobox ----- */
/** ----- Horizontal Checkbox ----- */
/** ----- Textbox ----- */
input.imeon {
	ime-mode: active;
}

input.imeoff {
	ime-mode: disabled;
}
/** ----- textarea ----- */
textarea.imeon {
	ime-mode: active;
}
/** ----- Select ----- */
select.caution {
	-webkit-appearance: none;
	color: #333333;
	background-color: #ffff80;
}
/** ----- Required Label ----- */
span.required {
	background-color: #d9534f;
	color: #ffffff;
	border: 1px solid #d9534f
}
/** ----- Keiyaku Status shinki ----- */
span.shinki {
	background-color: #006cb4;
	color: #ffffff;
}
/** ----- Keiyaku Status henkou ----- */
span.henkou {
	background-color: #00a9b4;
	color: #ffffff;
}
/** ----- Keiyaku Status koushin ----- */
span.koushin {
	background-color: #face00;
	color: #ffffff;
}
/** ----- Keiyaku Status kaiyaku ----- */
span.kaiyaku {
	background-color: #fa3b00;
	color: #ffffff;
}
/** ----- Keiyaku Status torikeshi ----- */
span.torikeshi {
	background-color: #fa3b00;
	color: #ffffff;
}
/** ----- Kanyu Plan Label ----- */
span.plan {
	background-color: red;
	color: #ffffff;
}
/** ----- table.vertical ----- */
table.list-table {
	border-collapse: collapse;
}

table.list-table>thead>tr>th {
	border: 1px solid #ffffff;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
}

table.list-table>tbody>tr>td {
	background-color: #ffffff;
	border: 1px solid #e9ebf8;
	vertical-align: top;
}
/** ----- table.form-table ----- */
table.form-table {
	border-collapse: collapse;
}

table.form-table>tbody>tr>td, table.form-table>tbody>tr>th {
	border-style: solid;
}

table.form-table>tbody>tr>th {
	border: 1px solid #ffffff;
	text-align: left;
	font-weight: normal;
}

table.form-table>tbody>tr>td {
	background-color: #ffffff !important;
	border: 1px solid #e9ebf8;
}

table.form-table {
	display: block;
}

table.form-table colgroup {
	display: block;
}

table.form-table colgroup col {
	display: block;
}

table.form-table thead,
table.form-table tbody,
table.form-table tfoot {
	display: block;
}

table.form-table thead tr,
table.form-table tbody tr,
table.form-table tfoot tr {
	display: block;
	border-width: 0;
	margin-top: -1px;
}

table.form-table thead tr th,
table.form-table tbody tr th,
table.form-table tfoot tr th {
	display: block;
	border-width: 1px;
	margin-top: -1px;
}

table.form-table thead tr td,
table.form-table tbody tr td,
table.form-table tfoot tr td {
	display: block;
	border-width: 1px;
	margin-top: -1px;
}

@media print , screen and (min-width: 40em) {
	table.form-table {
		display: table;
	}
	table.form-table colgroup {
		display: table-column-group;
	}
	table.form-table colgroup col {
		display: table-column;
	}
	table.form-table thead,
	table.form-table tbody,
	table.form-table tfoot {
		display: table-row-group;
	}
	table.form-table thead tr,
	table.form-table tbody tr,
	table.form-table tfoot tr {
		display: table-row;
		margin-top: 0;
	}
	table.form-table thead tr th,
	table.form-table tbody tr th,
	table.form-table tfoot tr th {
		display: table-cell;
		margin-top: 0;
	}
	table.form-table thead tr td,
	table.form-table tbody tr td,
	table.form-table tfoot tr td {
		display: table-cell;
		margin-top: 0;
	}
}

div.grid-x>div.cell {
	height: 100%;
}

table.vertical thead th {
	text-align: center;
}
/** ----- header ----- */
header {
	padding: 1rem 1rem 0.5rem 1rem;
	margin-bottom: 1rem;
	border-top:2.25rem solid #1761a9;
}

header h1 {
	font-size: 1.5rem;
}

/** ----- article ----- */
div.area, article {
	max-width: 55rem;
	margin-left: auto;
	margin-right: auto;
}

article {
	min-height: 35rem;
	padding-right: 1rem;
	padding-left: 1rem;
}
/** ----- area ----- */
div.action-area {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
/** ----- footer ----- */
footer {
	background-color: #DEDFDF;
	padding: 2rem 1rem 3rem 1rem;
	margin-top: 3rem;
	color: #ffffff;
}

footer nav>ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer nav>ul>li {
	display: inline-block;
	padding-left: 0.1rem;
	font-size: 0.8rem;
}

footer nav>ul>li>a {
	padding-right: 0.1rem;
}

.pagetop {
	
}

.copyright {
	font-size: 0.75rem;
	margin-bottom: 0.1rem;
}

.form-table-border {
}

.confirm-label {
  font-wight: bold;
  font-size: 1.2rem;
  color: #1761A9; }

/** ----- other ----- */
[type='file'],[type='checkbox'],[type='radio'] {
    margin: 0 !important;
}

span.margin-top-8 {
	margin-top: 8px !important;
}

.button-no-margin {
	margin: 0 !important;
}
/** info message color */
#info-callout{
    background-color: #ECCA5C;
    color: #0a0a0a;
    font-weight:bold;
}

.note-label-color {
	color:#0070c0;
}

.comment-lacel-color-red {
    color: #ec0000;
}
