@charset "utf-8";

/*----------------------------------------------------
  基本のレイアウト
----------------------------------------------------*/
.header,
.footer {
  min-width: 1120px; /* タブレット端末対策 */
}
body {
  color: #222;
  font-size:1.6rem;
}
.container {
  width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.page-wrapper {
  background: url(../images/common/bg_contents.png) bottom left no-repeat;
  padding-bottom: 70px;
  padding-top: 10px;
}
.page-wrapper-blank {
  padding-bottom: 70px;
  padding-top: 10px;
}
.contents-wrapper {
  border-radius: 0.5rem;
  background-color: #DFF2FF;
  padding: 1rem 3rem;
  margin-top: 1rem;
}
.contents-block {
  background-color: #fff;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.contents-wrapper .contents-block:last-of-type {
  margin-bottom: 0;
}
/*汎用クラス*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-center {
  text-align: center;
}
/*----------------------------------------------------
  リンク色
----------------------------------------------------*/
a:link {
  color:#06c;
  text-decoration: none;
}
a:visited {
  color:#06c;
  text-decoration: none;
}
a:hover {
  color:#222;
  text-decoration: underline;
}
a:active {
  color:#222;
  text-decoration: underline;
}
/*----------------------------------------------------
  タイトル
----------------------------------------------------*/
.contents-title {
  font-weight: bold;
  font-size: 2.2rem;
  color: #222;
  border-left:  6px solid #1D417A;
  line-height: 1.4;
  padding: 0.7rem 1.2rem;
  margin: 2.5rem 0;
}
.contents-sub-title {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #ddd;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}
.contents-sub-title:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  content: '';
  background: #1D417A;
}
/*----------------------------------------------------
  ヘッダー
----------------------------------------------------*/
.header {
  border-bottom: 3px solid #1D417A;
  background-color: #fff;
}
.header-left {
  float:left;
  padding:0.8rem 0 0.6rem;
}
.header-left a,
.header-left span {
  display: block;
  float: left;
}
.header-left a .logomark,
.header-left span .logomark {
  width: 125px;
  height: 45px;
  margin-left: -10px;
}
.header-left a .logo,
.header-left span .logo {
  padding-top: 0px;
}
.header-right {
  float:right;
}
/*----------------------------------------------------
  ナビゲーション
----------------------------------------------------*/
ul.sub-nav {
  padding:0;
  list-style:none;
  font-size:1.4rem;
}
.sub-nav li {
  display: inline-block;
  margin-right: 2rem;
  padding-left: 1.2rem;
  position: relative;
}
.sub-nav li::before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 1;
  color: #06c;
}
.sub-nav a {
  color: #222;
}
.header-right .sub-nav {
  display: inline-block;
  margin-top: 0.8rem;
}
/*ユーザーナビ*/
ul.user-nav {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  vertical-align: top;
}
.user-nav li {
  float: left;
  margin-left: 1.5rem;
}
.user-nav a {
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: relative;
}
.user-nav a svg {
  width: 18px;
  height: 18px;
  fill: #999;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3rem;
}
/*グローバルナビ*/
.global-nav-area {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #B8E2FF 30%, #B8E2FF 100%);
}
.global-nav-area .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.global-nav {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.global-nav li {
  display:inline-block;
  position:relative;
  vertical-align: bottom;
}
.global-nav a {
  display: block;
  padding:1.1rem 1rem 0.8rem;
  color: #444;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  width: 250px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
}
.global-nav a svg {
  width: 24px;
  height: 24px;
  fill: #999;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3rem;
}
.global-nav .global-nav-search a {
  font-size: 2.2rem;
  padding-top:1.1rem;
  padding-bottom:0.7rem;
}
.global-nav a:hover,
.user-nav a:hover,
.global-nav a.active,
.user-nav a.active {
  text-decoration:none;
  background-color: #1D417A !important;
  border-color: #1D417A !important;
  color: #fff !important;
}
.global-nav a:hover svg,
.user-nav a:hover svg,
.global-nav a.active svg,
.user-nav a.active svg {
  fill: #fff;
}
ul.global-sub-nav {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.global-sub-nav li {
  float: left;
  margin-left: 1.5rem;
}
.global-sub-nav a {
  display: inline-block;
  color: #222;
  padding-left:2rem;
  padding-top: 4px;
  padding-right:0.5rem;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), -1px -1px 0px rgba(255, 255, 255, 0.4),
  -1px 1px 0px rgba(255, 255, 255, 0.4),  1px -1px 0px rgba(255, 255, 255, 0.4),
   1px 0px 0px rgba(255, 255, 255, 0.4), -1px  0px 0px rgba(255, 255, 255, 0.4),
   0px 1px 0px rgba(255, 255, 255, 0.4),  0px -1px 0px rgba(255, 255, 255, 0.4);
   font-weight: bold;
}
.global-sub-nav a::before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-shadow: none;
}
.global-sub-nav a:hover::before {
  color: #1D417A;
}
.global-sub-nav a.active:hover::before {
  color: #fff;
}
.global-sub-nav a:hover {
  text-decoration: underline;
}
.global-sub-nav li a.active {
  text-decoration: none;
  background-color: #1D417A !important;
  border-color: #1D417A !important;
  color:#fff;
  text-shadow:none;
}
/*----------------------------------------------------
  パンクズメニュー
----------------------------------------------------*/
ul.breadcrumb {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.breadcrumb li {
  display: inline;
  font-size: 1.4rem;
}
.breadcrumb li.none::after {
  content: none;
}
.breadcrumb li::after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 1rem;
  padding-right: 0.5rem;
  color: #999;
}
.breadcrumb li:last-child {
  font-weight: bold;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a img {
  width: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.3rem;
  margin-top: -0.2rem;
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  border-top: 2px solid #1D417A;
  padding:1rem 0;
  background-color: #DFF2FF;
}
.footer-left {
  float:left;
}
.footer-right {
  float:right;
  text-align: right;
  font-size:1.2rem;
}
.copyright {
  font-size:1.2rem;
}
.page-top {
  position: fixed;
  bottom:25px;
  right:15px;
  z-index:2;
}
.page-top a {
  background: #666;
  border-radius: 0.7rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height:40px;
  padding-top: 22px;
  text-align: center;
  display: block;
  font-size:1rem;
  position: relative;
}
.page-top a:before,
.page-top a:after {
  content: "";
  width: 17px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 12px;
}
.page-top a:before {
  transform: rotate(-45deg);
  left: 6px;
}
.page-top a:after {
  transform: rotate(45deg);
  right: 6px;
}
.page-top a:hover {
  text-decoration: none;
  opacity: 0.75;
}

/*----------------------------------------------------
  共通部品
----------------------------------------------------*/
/*フォーム*/
input[type="text"],
textarea,
select {
  font-size: 1.6rem;
}
.label-radio {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.label-radio input {
  margin-right: 0.5rem;
}
.label-radio span {
  font-size: 1.2rem;
  color: #666;
  padding-left: 0.5rem;
}
/*ボタン*/
.btn-area {
  text-align: center;
  margin-top: 2rem;
}
.btn-area .btn {
  min-width: 160px;
  text-align: center;
  margin: 0 0.5rem;
}
.btn {
  background-color: #fff;
  border: 2px solid #06c;
  padding: 1rem 2rem;
  color: #06c;
  font-size: 1.6rem;
  border-radius: 0.7rem;
  display: inline-block;
}
a.btn {
  text-decoration: none;
}
.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.btn-primary,
a.btn-primary {
  background-color: #06c;
  color: #fff;
  font-weight: bold;
}
.btn-disabled {
	background-color: #808080 !important;
	color: #C0C0C0 !important;
	border: 2px !important;
	opacity: 1.0 !important;
	cursor: default !important;
}
.btn-back,
a.btn-back {
  border: 2px solid #ccc;
}
.btn-back:hover,
a.btn-back:hover {
  border: 2px solid #06c !important;
}
/*検索*/
.input-search-wrapper {
  margin-bottom: 1rem;
}
input.inqut-search {
  width: 500px;
  margin-top: 0;
  padding:7px 10px;
}
.btn-search {
  border: none;
  background-color: #06c;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 2.4rem 0.8rem;
  border-radius: 0.3rem;
  line-height: 1.4;
  vertical-align: top;
  margin-left: 1rem;
  font-weight: bold;
}
.btn-search svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
/*テーブル*/
table.tbl-list {
  width: 100%;
  font-size: 1.4rem;
}
.tbl-list tr {
  border-bottom: 1px solid #b6b6b6;
}
.tbl-list tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
.tbl-list th {
  background-color: #666;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.tbl-list thead th {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-right: 1px solid #fff;
}
/*番号テーブル*/
.tbl-number-list {
  margin-top: 0.5rem;
}
.tbl-number-list tr {
  border-color: #999;
}
.tbl-number-list th,
.tbl-number-list td {
  padding: 0.5rem 0.8rem;
}
.tbl-number-list td {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
.tbl-number-list td:last-child {
  border-right: none;
}
.tbl-number-list .th-num {
  width: 60px;
}
.tbl-number-list .th-request-num {
  width: 130px;
}
.tbl-number-list .th-format {
  width: 300px;
}
.tbl-number-list .th-date {
  width: 120px;
}
.tbl-number-list .th-datetime {
  width: 190px;
}
/*ページネーション*/
.pagination {
  text-align: right;
  margin-top: 1rem;
  margin-right: 1rem;
}
.pagination a {
  display: inline-block;
  margin-left: 2rem;
}
.pagination a.next:after,
.pagination a.back:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.2em;
}
.pagination a.next:after {
  content: "\f101";
  margin-left: 0.5rem;
}
.pagination a.back:before {
  content: "\f100";
  margin-right: 0.5rem;
}
.pagination a:hover {
  color: #222;
}
/*件数*/
.request-num-page > p {
  float: left;
}
.request-num-page .pagination {
  float: right;
  margin-top: 0;
}
/*文字*/
.txt-attention {
  color: #c00;
}
/*エラー*/
.err {
  color: #c00;
  font-weight: bold;
}

/*----------------------------------------------------
  出力地域プレビュー画面
----------------------------------------------------*/
.contents-title span.label-output {
  font-size: 1.5rem;
  padding-left: 1rem;
}
.preview-area {
  margin-top: 2rem;
}
.preview-left {
  float: left;
  width: 510px;
}
.preview-right {
  float: right;
  width: 550px;
}
.preview-area .txt-preview-result {
  margin-bottom: 1.5rem;
}
/*同意事項*/
p.policy-link {
  text-align: right;
  margin-top: 1.5rem;
}
.agreement-block {
  margin-top: 1rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  height: 295px;
  overflow: auto;
  font-size: 1.4rem;
}
.agreement-title {
  font-weight: bold;
  display: block;
  margin-top: 1.5rem;
}
.agreement-block ol {
  margin: 1rem 0;
}
.agreement-block ol li {
  padding-bottom: 1em;
}
/*出力方法：ダウンロード*/
.dowmload-about {
  padding: 1.5rem;
  border: 1px solid #1D417A;
  margin: 2.5rem 0 1.5rem;
  font-size: 1.5rem;
}
.dowmload-about h3 {
  color: #1D417A;
}
.dowmload-about h3 i {
  margin-right: 0.5rem;
  font-size: 1.2em;
}
.dowmload-about p {
  margin-bottom: 1.5rem;
}
.dowmload-about p:last-child {
  margin-bottom: 0;
}