@charset "euc-jp";

/* global */
html {
  font-family: meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  background: #f4f3f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  font-size: 100%;
}

p {
  margin: 0;
}

img {
  vertical-align: top;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

em {
  font-style: normal;
}

strong {
  color: #ff0000;
  font-weight: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

a {
  word-wrap: break-word;
}

a:link {
  color: #0077cc;
  text-decoration: none;
}

a:visited {
  color: #551a8b;
  text-decoration: none;
}

a:hover,
a:active {
  color: #0077cc;
  text-decoration: underline;
}

dl {
  margin: 0;
}

/* utility */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.emendation {
  padding: 5px 20px;
  border: 2px dotted #f00;
  background: rgba(191, 0, 0, 0.1) !important;
  color: #f00;
}

.marker {
  background: #ffff00;
}

.marker-active {
  background: #ffbb7a;
}

.return-menu {
  margin: 20px 0;
  text-align: right;
  /*width: 1100px;*/
}

/* font size */
.title-h1 {
  position: relative;
  line-height: 54px;
  border-bottom: 2px solid #102040;
  height: 54px;
  font-size: 3.0rem;
  font-weight: normal;
}

.title-h1.small {
  font-size: 2.6rem;
}

.title-h1 > span {
  display: inline-block;
  height: 54px;
  margin: 0 25px 0 0;
  padding: 0 25px;
  background: #102040;
  color: #ffffff;
  font-size: 3rem;
}

.title-h1.label > span {
  margin: 0 110px 0 0;
}

.title-h1.label span::after {
  display: inline-block;
  position: absolute;
  left: 182px;
  top: 10px;
  top: calc(50% - 16px);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 2.0rem;
}

.title-h1.label.required span::after {
  content: "\5fc5\9808";
  background: #bf0000;
}

.title-h1.label.option span::after {
  content: "\4efb\610f";
  background: #696969;
}

.title-h1 em {
  padding: 0 0 0 10px;
  font-size: 3.6rem;
  font-weight: normal;
}

.title-h2 {
  margin: 40px 0 30px 0;
  padding: 7px 0 4px 15px;
  border-left: 6px solid #102040;
  background: #f1f6ff;
  font-size: 2.0rem;
  font-weight: normal;
  text-align: left;
}

.title-h2 span {
  display: block;
  color: #9a9a9a;
  font-weight: normal;
}

.title-h2 span.related {
  display: block;
  color: #9a9a9a;
  margin: 0 0 5px 0;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
}

.title-h3 {
  margin: 0 0 30px 0;
  padding: 0 0 9px 0;
  border-bottom: 1px solid #c8c8c8;
  font-size: 2.0rem;
  font-weight: normal;
}

.title-h3 span {
  display: block;
  padding: 0 0 0 10px;
  border-left: 6px solid #102040;
}

.title-h3 span .icon-new {
  top: -4px;
}

.title-h4 {
  margin: 30px 0 0 0;
  padding: 5px 8px;
  background: #008d3e;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
}

.title-h5 {
  margin: 30px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-h5:before {
  content: "\25a0";
}

.title-h5.none:before {
  content: "";
}

.small {
  font-size: 1.4rem;
}

.annotation {
  font-size: 1.2rem;
}

.figure {
  display: block;
  margin: 10px 0;
}

.ls14 {
  letter-spacing: 1.4px;
}

/* table */
table {
  margin: 1em 0 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
  word-break: break-all;
}

table caption {
  text-align: left;
}

table th,
table td {
  vertical-align: top;
  border: 1px solid #545454;
  background: #ffffff;
  font-weight: normal;
  text-align: left;
}

table.center th,
table.center td {
  text-align: center;
  vertical-align: middle;
}

table thead th {
  padding: 15px 10px;
  background: #dadada;
}

table tbody th {
  background: #f0f0f0;
}

table tbody th,
table tbody td {
  padding: 10px 10px;
}

.scroll-up {
  position: fixed;
  bottom: 90px;
  right: 0;
}

.scroll-up a {
  position: relative;
  display: block;
  width: 40px;
  padding: 19px 0 0 0;
  background: #102040;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: opacity 0.15s ease-in-out;
}

.scroll-up a i {
  position: absolute;
  top: 5px;
  left: 12px;
}

/* global header */
.g-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.g-header .enclose {
  background: #102040;
}

.g-header .g-header-main {
  display: table;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.g-header .g-header-main > div {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.g-header .g-header-main .logo {
  width: 438px;
  padding-left: 50px;
  background: #ffffff;
  text-align: left;
}

.g-header .g-header-main .logo a {
  color: #102040;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
}

.g-header .g-header-main .logo a img:first-child {
  margin: 0 10px 0 0;
}

.g-header .g-header-main .logo a img {
  vertical-align: middle;
}

.g-header .g-header-main .nav > ul {
  display: table;
  width: 100%;
  border-right: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.g-header .g-header-main .nav > ul > li {
  display: table;
  position: relative;
  float: left;
  width: 25%;
  height: 60px;
  border-left: 1px solid #ffffff;
  box-sizing: border-box;
  font-size: 1.2rem;
  vertical-align: middle;
}

.g-header .g-header-main .nav > ul > li:first-child {
  border-left: none;
}

.g-header .g-header-main .nav > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.g-header .g-header-main .nav > ul > li > a {
  display: table-cell;
  position: relative;
  padding-top: 3px;
  border-bottom: 3px solid #000000;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.g-header .g-header-main .nav > ul > li.navi-icon > a::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 29px;
  height: 29px;
  background: url(../img/common/icon_header.png) no-repeat;
  transform: scale(0.8);
  vertical-align: middle;
}

.g-header .g-header-main .nav > ul > li:nth-child(3) > a::before {
  background-position: -43px -5px;
}

.g-header .g-header-main .nav > ul > li:nth-child(4) > a::before {
  background-position: -5px -43px;
}

/* global footer */
.footer {
  position: relative;
  margin: 50px 0 0 0;
}

.footer .enclose {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  font-size: 1.4rem;
}

.footer .enclose .copyright {
  margin: 100px 0 0 0;
}

.footer .enclose .copyright ul {
  float: left;
  width: 870px;
}

.footer .enclose .copyright ul li {
  display: inline-block;
}

.footer .enclose .copyright ul li a {
  color: #333333;
}

.footer .enclose .copyright ul li:before {
  padding: 0 5px 0 0;
  content: "\ff5c";
}

.footer .enclose .copyright ul li:first-child:before {
  content: "";
}

.footer .enclose .copyright small {
  float: right;
  font-size: 1.4rem;
}

/* dropdown menu */
.dropdown-menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 70px;
  padding: 10px 0;
  border: 1px solid #dadada;
  border-right-color: #dadada;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 3px 0 0 3px;
}

.dropdown-menu::before {
  display: block;
  position: absolute;
  top: -16px;
  left: 136px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dadada;
  border-left: 8px solid transparent;
}

.dropdown-menu > .about {
  margin-bottom: 15px;
}

.dropdown-menu > .about a {
  font-weight: bold;
}

.dropdown-menu > li > a {
  padding: 4px 37px 4px 20px;
}

.dropdown-menu a {
  color: #000000;
  font-size: 1.3rem;
  font-weight: normal;
}

.dropdown-menu li a {
  position: relative;
  text-decoration: none;
}

.dropdown-menu > li,
.dropdown-menu > li > a {
  display: block;
}

.dropdown-menu > li > a {
  position: relative;
  border-left: 6px solid #ffffff;
}

.dropdown-menu > li.all {
  margin: 1em 0 0 0;
}

.dropdown-menu > li.all > a::after {
  display: none;
}

.dropdown-menu > li > a.maintainHover {
  border-left: 6px solid #102040;
  color: #102040;
  font-weight: bold;
}

.dropdown-menu > li > a.maintainHover::after {
  background-position: -27px -5px;
}

.dropdown-menu li .category {
  display: block;
  margin: 5px 35px 5px 20px;
  padding: 10px 0 0;
  border-top: 1px solid #dadada;
  color: #7f7f7f;
  font-size: 1.2rem;
  font-weight: bold;
}

.dropdown-menu li .category.empty {
  margin-bottom: 0;
}

.dropdown-menu li:first-child .category {
  padding: 0;
  border: none;
}

.dropdown-menu .popover {
  display: none;
  position: absolute;
  top: -1px;
  z-index: -10;
  padding: 20px 20px 25px 20px;
  border: 1px solid #dadada;
  border-left: none;
  background: #ffffff;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 610px;
  color: #333333;
  font-size: 1.4rem;
  opacity: 0;
}

.dropdown-menu .popover .column2 {
  width: 590px;
}

.dropdown-menu .popover .column2 .column {
  width: 285px;
}

.dropdown-menu .popover .column2 .floatR {
  margin: 0 0 0 20px;
}

.dropdown-menu .popover:hover {
  opacity: 1.00 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
}

.dropdown-menu .popover dl dt {
  margin: 20px 0 0 0;
  color: #102040;
  font-size: 1.8rem;
  font-weight: bold;
}

.dropdown-menu .popover .floatL dl:first-child dt {
  margin: 0;
}

.dropdown-menu .popover dl dt a {
  color: #102040;
  font-size: 1.8rem;
  font-weight: bold;
}

.dropdown-menu .popover dl dt a:hover {
  text-decoration: underline;
}

.dropdown-menu .popover dl dd {
  margin: 8px 0 0 0;
  /*padding: 0 0 0 40px;*/
}

.dropdown-menu .popover dl .sub-title {
  margin: 20px 0 0 0;
}

.dropdown-menu .popover dl .sub-title + dd {
  margin: 8px 0 0 0;
}

.dropdown-menu .popover dl .sub-title,
.dropdown-menu .popover dl .sub-title a {
  font-weight: bold;
}

.dropdown-menu .popover dl .hidden-title {
  visibility: hidden;
  margin: 0;
}

.dropdown-menu .popover dl dd,
.dropdown-menu .popover dl dd a {
  display: block;
  position: relative;
  padding: 0 25px 0 0;
  font-size: 1.2rem;
}

.dropdown-menu .popover dl dd a:hover {
  color: #102040;
  text-decoration: underline;
}

.dropdown-menu .popover dl dd ul li {
  margin: 8px 0 0 0;
}

.dropdown-menu .popover dl dd ul li a {
  display: inline-block;
  padding: 0 2em 0 1em;
}

.dropdown-menu .popover dl dd ul li a::before {
  display: inline-block;
  left: -51px;
  content: "\30fb";
  text-indent: -1em;
}

.dropdown-menu .popover dl dt + dd {
  margin: 20px 0 0 0;
}

.over a:hover {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/* aside */
.aside {
  margin: 1em 0 0 0;
}

.aside .enclose {
  line-height: 1.6;
  padding: 18px;
  box-sizing: border-box;
}

.aside .enclose .icon {
  top: 4px;
}

.aside .enclose .small {
  margin: 1em 0 0 8px;
}

.aside .enclose.attention {
  background: #fff2ea;
  border-radius: 8px;
}

.aside .enclose.attention > p {
  margin-top: 0;
  color: #ff6801;
  font-weight: bold;
}

.aside .enclose.attention ul {
  margin: 1em 0;
}

/* print */
@media print {

  .g-header,
  .recent-views,
  .footer,
  .function-nav,
  .function-menu,
  .scroll-up,
  .concierge,
  .container {
    margin-top: 0 !important;
  }

  .underlayer .nav {
    margin: 0 !important;
  }

  .column > .contents,
  .column > .floatR {
    float: none !important;
    display: table-cell;
  }

  .column > .floatR {
    padding: 0 0 0 15px;
  }

  table thead {
    break-inside: auto;
  }
}

@page {
  size: A4;
  margin: 15mm 8mm;
}