@charset "utf-8";
/* ------------------------------------------------------------------
  INDEX
  -Reset
  -Webfont
  -Common
  -Link
  -Layout
  -Text
  -List
  -Table
  -Annotation
  -Block
  -Page
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  -Reset (External:reset.css)
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  -Web font import
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* ------------------------------------------------------------------
  -Common
------------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.75;
  background: #fff;
}
img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mt60 {
  margin-top: 60px!important;
}


/* ------------------------------------------------------------------
  -Link
------------------------------------------------------------------ */
a {
  color: #003F90;
  text-decoration: none;
}
a:hover {
  color:#003F90;
}

/* ------------------------------------------------------------------
  -Layout
  breakpoint max-width:767px
------------------------------------------------------------------ */
.inner {
  width: 1300px;
  margin: 30px auto;
  padding: 0 10px;
}
.h-inner {
  width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.singleColumn {
}
.contents {
  order: 2;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.leftnav {
  order: 1;
  width: 300px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1300px) {
  .inner {
  width: 100%;
  margin: 30px auto;
  padding: 0 10px;
}
.h-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
}
@media screen and (max-width: 930px) {
.contents {
  width: 100%;
}
}
@media screen and (max-width: 767px) {
/*
  body {
    min-width: initial;
  }
  .multiColumn {
    flex-wrap: wrap;
  }
  .contents {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  .leftnav {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
*/
}


/* ------------------------------------------------------------------
  -Text
------------------------------------------------------------------ */
p {
  font-size: 1.6rem;
}
.account-name {
  font-size: 28px;
}
/* 全制度概要ページ共通Hタグスタイル&レイアウト
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  line-height: 1.4;
  font-weight: 400;
}
h1 {
  color: #000;
  font-size: 16px;
}
h2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  background-color: #2A6590;
  color: #ffffff;
  padding: 13px 0px 14px 16px;
}
.txt {
  margin: 20px 0 20px;
  line-height: 2;
  font-size: 16px;
  color: #222;
}
.txt_large {
  margin: 20px 0 20px;
  line-height: 2;
  font-size: 17px;
  color: #222;
}
.lead-txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.75;
}

/* ------------------------------------------------------------------
  -List
------------------------------------------------------------------ */

/* ------------------------------------------------------------------
  -Table
------------------------------------------------------------------ */
.table01 {
  margin-top: 40px;
  width: 100%;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.table01 th {
  width: 30%;
  padding: 5px;
  background: #F8F8F8;
  color: #333;
  font-weight: bold;
  text-align: left;
  padding: 0 10px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.table01 td {
  padding: 5px 10px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: relative;
}
.table01 td a {
  position: relative;
  padding: 0 20px 0 15px;
}
.table01 td a::before {
  content: '';
  border: 0;
  border-top: solid 4px transparent;
  border-left: solid 6px #A64448;
  border-bottom: solid 4px transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.table01 td a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
}
.table01 td a.xlsx::after {
  background-image: url(../img/icon/icon_excel.svg);
  margin-left: 10px;
}
.table01 td a.pdf::after {
  background-image: url(../img/icon/icon_pdf.svg);
  margin-left: 10px;
}
.table01 td a:hover {
  text-decoration: underline;
  background: #EDF3F8;
}

/* ------------------------------------------------------------------
  -Annotation
------------------------------------------------------------------ */
._red {
  color: #EB3223;
}

/* ------------------------------------------------------------------
  -Block
------------------------------------------------------------------ */
/* header */
header {
  border-bottom: 1px solid #ccc;
}
.h-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-logo_wrap {
  display: flex;
  align-items: center;
}
.h-logo {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 78px;
}
.h-logo_wrap .h-ttl {
  font-weight: 500;
  margin-left: 10px;
}

/* footer */
.footer {
  margin-top: 100px;
  padding: 10px;
  color: ##393939;
  background: #F7F8F9;
}
.copyright {
  font-size: 12px;
  text-align: center;
  font-size: 12px;
}

/* ページタイトル */
.pagettl {
  font-weight: 500;
  border-left: 7px solid #2A6590;
  padding-left: 15px;
  margin-bottom: 20px;
}

/* レフトナビ */
.leftnav {
  margin-bottom: 100px;
}
.leftnav-wrap {
  margin-top: 30px;
}
.leftnav-wrap:first-of-type {
  margin-top: 0;
}
.leftnav-head {
  position: relative;
  padding: 5px 0 5px 24px;
  background-color: #003F90;
}
.leftnav-head_ttl {
  color: #fff;
  line-height: 1.4;
}
.leftnav-list {
  border: 1px solid #ccc;
  background: #EDF3F8;
  padding:5px 0 10px;
}
.leftnav-item {
  padding: 5px 10px 5px 12px;
}
.leftnav-item span {
  position: relative;
  padding: 0 20px 0 12px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #999;
}
.leftnav-item span::before {
  content: '';
  border: 0;
  border-top: solid 4px transparent;
  border-left: solid 6px #999;
  border-bottom: solid 4px transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.leftnav-item span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  opacity: 0.5
}
.leftnav-item span.pdf::after {
  background-image: url(../img/icon/icon_pdf.svg);
  margin-left: 10px;
}
/*
.leftnav-item a {
  display: inline-block;
  width: 100%;
  padding: 12px 10px 12px 7px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #242752;
}
.leftnav-item a:hover {
  text-decoration: underline;
}
*/

/*------------------------------------------------------*/
/* Page
/*------------------------------------------------------*/
.dx-backend .dx-preparation-files-content-renewal .dx-form-label {
  font-size: 1rem;
  font-weight: bold;
  background-color: #f8f8f8;
}

.dx-backend .dx-preparation-files-content-renewal .dx-form-input {
  padding-top: 6px;
  font-size: 1rem;
}

.dx-backend .dx-preparation-files-content-renewal .dx-form-input img {
  margin-top: -4px;
}

.dx-backend .dx-preparation-files-content-renewal .unnecessary .dx-form-label {
  background-color: #e8e8e8;
}

.dx-backend .dx-preparation-files-content-renewal .unnecessary .dx-form-input {
  background-color: #e8e8e8;
  pointer-events: none;
}

.dx-backend .preparation-files-renewal-table {
  table-layout: auto;
  margin-top: 1.5em;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

.dx-backend .preparation-files-renewal-table .preparation-files-renewal-table-header {
  line-height: 2em;
  background: #ffebc5;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.dx-backend .preparation-files-renewal-table .preparation-files-renewal-table-header td {
  padding: 0 5px;
  border: 1px solid #cccccc;
}

.dx-backend .preparation-files-renewal-table tr:not(:first-child) td {
  padding: 5px;
  border: 1px solid #cccccc;
}

.dx-backend .preparation-files-renewal-table tr:not(:first-child) td:first-child {
  background: #edf3f8;
  white-space: nowrap;
  font-weight: bold;
}

.dx-backend .preparation-files-renewal-table tr:not(:first-child) td:nth-child(2) {
  text-align: center;
}
