@charset "utf-8";
/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * Common
 * Header
 * Contents
 * Footer
 * Modules
 * Clearfix
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100px;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/contents-bg-01.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.site-header {
  position: relative;
  background-color: #004e99;
  color: #fff;
  z-index: 2;
}
.site-header::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
}
.header-body {
  width: 1020px;
  margin: 0 auto;
  padding: 0 13px;
}
.header-identity {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 16px 0;
}
.site-name {
  margin-left: 25px;
  font-size: 2.2rem;
  font-weight: bold;
}
.header-utility {
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.lang-menu {
  position: relative;
  margin-right: 10px;
}
.lang-selecter {
  position: relative;
  padding: 26px 30px 26px 44px;
  padding-top: calc(26px + 0.6em);
  padding-bottom: calc(26px + 0.6em);
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out 0s;
  transition: background-color .2s ease-out 0s;
}
.lang-selecter:hover {
  background-color: rgba(255,255,255,0.2);
}
.lang-selecter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background-image: url(/img/common-spritesheet.png);
  background-position: 0 0;
}
.lang-selecter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s;
}
.lang-selecter.is-active::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.lang-menu form {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
}
.lang-menu form input[type="radio"] {
  display: none;
}
.lang-menu form label {
  display: block;
  padding: 17px 20px;
  background-color: #00316c;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  cursor: pointer;
}
.lang-menu form label:hover {
  opacity: 0.8;
}
.header-buttons {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 26px 0;
}
.header-buttons .button {
  min-width: auto;
  margin-bottom: 0;
  padding: 0.6em 22px 0.6em 30px;
}
.header-buttons > * {
  padding: 0 7px;
}
.header-buttons .button::before {
  left: 5px;
}
.header-buttons .button.mail-button::before {
  left: 8px;
}

/* ------------------------------------------------------
 * Contents
------------------------------------------------------ */
.contents {
  position: relative;
  z-index: 1;
}
.contents-body {
  width: 1020px;
  margin: 0 auto;
  padding: 50px 0px 85px;
}
.contents-body > *:last-child {
  margin-bottom: 0 !important;
}
.screen-container,
.contents .unauthenticated {
  width: 500px;
  margin: 50px auto 0;
  background-color: #fff;
}
.contents .unauthenticated > *:first-child,
.contents .authenticated > *:first-child {
  margin-top: 0 !important;
}
.contents .unauthenticated > *:last-child,
.contents .authenticated > *:last-child {
  margin-bottom: 0 !important;
}
.contents .unauthenticated {
  position: relative;
  padding: 288px 40px 60px;
  text-align: center;
}
.contents .unauthenticated::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 204px;
  height: 204px;
  margin-left: -102px;
  background-image: url(/img/common-spritesheet.png);
  background-position: -38px 0;
}
.contents .unauthenticated .back-to-login {
  margin-top: 25px;
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00316c;
  color: #fff;
}
.footer-body {
  width: 1020px;
  margin: 0 auto;
  padding: 18px 13px;
}
.footer-utility {
  float: left;
  display: table;
}
.footer-utility > li {
  display: table-cell;
  padding: 2px 23px 1px;
  border-left: 1px solid #fff;
  line-height: 1.2;
}
.footer-utility > li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-utility a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer-utility a:hover {
  text-decoration: underline;
}
.footer-copyright {
  float: right;
  padding: 2px 0 1px;
  font-size: 1.2rem;
}

/* ------------------------------------------------------
 * Modules
------------------------------------------------------ */
/* ----- heading ----- */
.heading-2 {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: ;
  color: #686868;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.heading-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.heading-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 2px;
  background-color: #4081b8;
}

/* ----- paragraph ----- */
.paragraph {
  margin-bottom: 1.45em;
}

/* ----- section-panel ----- */
.section-panel {
  margin-bottom: 30px;
  padding: 40px 60px;
  background-color: #fff;
}
.section-panel > *:first-child {
  margin-top: 0 !important;
}
.section-panel > *:last-child {
  margin-bottom: 0 !important;
}

/* ----- button ----- */
.button,
.back-to-login {
  position: relative;
  display: inline-block;
  min-width: 264px;
  margin-bottom: 1.45em;
  padding: 1.3em 34px;
  background-color: #4081b8;
  border: none;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
  cursor: pointer;
}
.button:hover,
.back-to-login:hover {
  opacity: 0.7;
  text-decoration: none;
}
.button::before,
.back-to-login::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.mail-button::before {
  width: 14px;
  height: 12px;
  background-image: url(/img/common-spritesheet.png);
  background-position: -20px 0;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ----- link-text ----- */
.link-text {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

/* ----- row ----- */
.row {
  margin: 0 -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* ----- column ----- */
.column,
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  padding: 0 10px;
}
.column > .button,
.column-1 > .button,
.column-2 > .button,
.column-3 > .button,
.column-4 > .button,
.column-5 > .buttonv,
.column-6 > .button,
.column-7 > .button,
.column-8 > .button,
.column-9 > .button,
.column-10 > .button,
.column-11 > .button,
.column-12 > .button {
  min-width: auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  vertical-align: middle;
}
.column-1 {
  width:8.33%
}
.column-2 {
  width:16.66%
}
.column-3 {
  width:25%
}
.column-4 {
  width:33.33%
}
.column-5 {
  width:41.66%
}
.column-6 {
  width:50%
}
.column-7 {
  width:58.33%
}
.column-8 {
  width:66.66%
}
.column-9 {
  width:75%
}
.column-10 {
  width:83.33%
}
.column-11 {
  width:91.66%
}
.column-12 {
  width:100%
}

/* ----- even-columns ----- */
.section-panel > .row.even-columns-2:last-child,
.section-panel > .row.even-columns-3:last-child {
  margin-bottom: -1.45em !important;
}
.row.even-columns-2 > .column,
.row.even-columns-3 > .column {
  margin-bottom: 1.45em;
}
.row.even-columns-2 > .column > *:last-child,
.row.even-columns-3 > .column > *:last-child {
  margin-bottom: 0 !important;
}
.row.even-columns-2 > .column {
  width: 50%;
  padding: 0 10px;
}
.row.even-columns-3 {
  margin: 0 -15px;
}
.even-columns-3 > .column {
  width: 33.33%;
  padding: 0 15px;
}

/* ----- account-information ----- */
.account-information {
  margin-bottom: 1em;
  display: table;
}
.account-information > dt {
  display: table-cell;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
.account-information > dd {
  display: table-cell;
  width: 100%;
  padding-left: 20px;
  vertical-align: top;
}
.account-information #email {
  display: inline-block;
  word-break: break-all;
}

/* ----- divider ----- */
.divider {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid #dedede;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.header-body::after,
.footer-body::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * JS Suport
------------------------------------------------------ */
.authenticated {
  display: none;
}
.unauthenticated {
  display: none;
}
#snow-top {
  display: none;
}
#snow-mss {
  display: none;
}
#snow-lsb {
  display: none;
}
#mss-desk {
  display: none;
}
#mss {
  display: none;
}
#mss-eu {
  display: none;
}
#administrator-menu {
  display: none;
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  body::before {
    content: inherit;
    display: none;
  }
  body {
    background-image: url(/img/contents-bg-01.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}