﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* =========================================================
  site layout
========================================================= */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1e51a2;
  opacity: 0.6;
  /*text-decoration: underline;*/
}

#container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
}

#pageHeader {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
  padding: 25px 0;
}

#main {
  flex-grow: 1;
  width: 100%;
  max-width: var(--site-width);
  margin: 20px auto;
}

#wrapper {
  display: flex;
  margin-bottom: 30px;
}

#content {
  flex-basis: 100%;
}

@media only screen and (max-width: 1200px) {
  /*
  #pageHeader {
    padding: 20px 20px 30px;
  }

  #main {
    padding: 0 20px;
  }

  #smart-menu {
    display: none;
  }
  */
}

@media only screen and (max-width: 1060px) {
  #pageHeader {
    padding: 0 20px;
    transform: 0;
    flex-wrap: wrap;
  }

  #pageNav {
    margin-bottom: 0;
  }

  #main {
    margin-bottom: 40px;
    padding: 0 10px;
  }

  #wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

/* body
----------------------------------------------- */
#main {
  max-width: 100%;
  margin: 0;
  background-color: #eff0f4;
  font-size: 116%;
}

@media only screen and (max-width: 1200px) {
  #main {
    padding: 0;
  }
}

#wrapper {
  margin: 0 auto;
}

.contentPage {
  line-height: 1.8;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 45px 80px;
}

.body p,
.summary p {
  margin: 0 0 1rem;
}

.body table {
  margin-bottom: 1rem;
  border: 1px solid var(--mono-color-3);
}

@media only screen and (max-width: 959px) {
  #main {
    font-size: 100%;
  }

  .contentPage {
    max-width: 100%;
    padding: 20px 20px 0;
  }
}

/* button
----------------------------------------------- */
#back a,
.back a,
a[href].more,
.more a[href] {
  display: block;
  margin: 20px 0 0;
  padding: 8px;
  border: 1px solid var(--mono-color-3);
  border-radius: 6px;
  color: var(--mono-color-1);
  text-align: center;
  text-decoration: none;
}

#back a:hover,
.back a:hover,
a[href].more:hover,
.more a[href]:hover {
  background-color: var(--mono-color-4);
}

/* pageTop
----------------------------------------------- */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  width: 44px;
  height: 44px;
  padding-top: 20px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--mono-color-5);
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}

#pageTop a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent var(--mono-color-5) transparent;
}

#pageTop a:hover,
#pageTop a:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pageFooter
----------------------------------------------- */
#pageFooter.noLink {
  width: 100%;
  position: fixed;
  bottom: 0 ;
  left: 0 ;
  z-index:10;
}

/* smart-menu
----------------------------------------------- */
#smartMenu {
  display: none;
}

/*
@media only screen and (max-width: 959px) {
  #smartMenu {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #smartMenu li {
    list-style: none;
  }

  #smartMenu li:not(:first-child) {
    margin-left: 8px;
  }

  #smartMenu button {
    display: block;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
}*/

/* accessibility-tool
----------------------------------------------- */
#accessibilityTool {
  width: 100%;
}

#accessibilityTool .pieceContainer {
  background-color: #e6e6e6;
  font-size: 0.875rem;
}

#accessibilityTool .pieceBody {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 5px 0;
}

#accessibilityTool ul,
#accessibilityTool li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

#accessibilityTool ul ul {
  flex-wrap: wrap;
}

#accessibilityTool .pieceBody>ul {
  justify-content: flex-start;
}

#accessibilityTool .pieceBody>ul>li:not(:first-child):not(:nth-child(2)) {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #bbb;
}

#accessibilityTool a,
#accessibilityTool span {
  display: inline-block;
  line-height: 1;
}

#accessibilityTool a {
  padding: 3px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: var(--mono-color-5);
  color: var(--mono-color-1);
  text-decoration: none;
}

#accessibilityTool a:hover {
  text-decoration: underline;
}

#accessibilityTool .nocssread {
  margin-right: auto;
}

#accessibilityTool .nocssread a {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
}

#accessibilityTool .nocssread a:hover {
  text-decoration: none;
}

#accessibilityTool span {
  margin-right: 0.25rem;
}

#accessibilityTool li li:not(:first-child) {
  margin-left: 4px;
}

#accessibilityTool #navigationRuby {
  margin-right: 4px;
}

#accessibilityTool #navigationRuby:not(.rubyOn) {
  border-color: transparent;
  background-color: transparent;
}

#accessibilityTool a.rubyOff {
  margin-right: -4px;
}

#accessibilityTool a.rubyOn {
  margin-right: 4px;
}

#accessibilityTool #navigationTalkPlayer {
  position: absolute;
  top: 74px;
}

#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  position: relative;
  width: 450px;
  padding: 4px;
  background-color: var(--mono-color-5);
}

#navigationNotice {
  padding: 6px 10px;
  background-color: #ddd;
  font-weight: bold;
}

#accessibilityTool #themeYellow,
#accessibilityTool #themeBlue,
#accessibilityTool #themeBlack {
  border-color: transparent;
}

#accessibilityTool #themeYellow {
  background-color: #ff0;
}

#accessibilityTool #themeBlue {
  background-color: #00f;
  color: var(--mono-color-5);
}

#accessibilityTool #themeBlack {
  background-color: var(--mono-color-1);
  color: var(--mono-color-5);
}

@media only screen and (max-width: 1200px) {
  #accessibilityTool .pieceBody {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 959px) {
  #accessibilityTool .pieceContainer {
    background-color: transparent;
  }

  #container.head-menu1 #accessibilityTool .pieceBody {
    display: block;
  }

  #accessibilityTool .pieceBody {
    display: none;
    position: absolute;
    top: 66px;
    z-index: 9999;
    padding: 0;
    background-color: var(--mono-color-4);
  }

  #accessibilityTool ul,
  #accessibilityTool li {
    justify-content: center;
  }

  #accessibilityTool .pieceBody>ul {
    border-bottom: 1px solid var(--mono-color-3);
  }

  #accessibilityTool .pieceBody>ul>li {
    width: 100%;
    padding: 10px;
    border-top: 1px solid var(--mono-color-3);
  }

  #accessibilityTool li.nocssread {
    display: none;
  }

  #accessibilityTool li li {
    margin: 0 2px;
  }

  #accessibilityTool .pieceBody>ul>li:not(:first-child):not(:nth-child(2)) {
    margin-left: 0;
    border-left: none;
  }

  #accessibilityTool span {
    margin-right: 0.25rem;
  }
}

/* site-logo
----------------------------------------------- */
#siteLogo {
  margin-right: auto;
}

#siteLogo h1 a {
  display: block;
  color: inherit;
  font-size: 1.5rem;
  text-decoration: none;
}

#siteLogo h1 a:hover,
#siteLogo h1 a:focus {
  opacity: 0.75;
}

#siteLogo h1 img {
  height: 30px;
  width:249px;
  background: #fff !important;
  align-items: center;
  display: flex;
}

#siteLogo h1 img.logotop {
  height: 50px !important;
  width: auto !important;
}

@media only screen and (max-width: 1060px) {
  #siteLogo {
    /* max-width: calc(100% - 156px); */
    padding: 14px 0;
  }

  #siteLogo h1 img {
    height: 30px;
  }

  #siteLogo h1 img.logotop {
    height: 35px !important;
  }
}

/* head-menu-pc
----------------------------------------------- */
#head-menu-pc {
  margin-right: 30px;
  padding-right: 27px;
  border-right: 2px solid #e6e8ec;
}
#head-menu-pc ul {
  display: flex;
  justify-content: flex-end;
}
#head-menu-pc ul.upperMenu {
  margin-bottom: 15px;
}
#head-menu-pc ul.upperMenu li {
  margin-left: 30px;
  position: relative;
}
#head-menu-pc ul.upperMenu li a {
  display: flex;
  align-items: center;
  color: #828899;
  font-size: 90%;
  text-decoration: none;
}
#head-menu-pc ul.upperMenu li a:hover {
  color: #1e51a2;
  opacity: 1;
  /*text-decoration: underline;*/
}
#head-menu-pc ul.upperMenu li img {
  width: auto;
  height: 16px;
  margin-right: 7px;
}
#head-menu-pc ul.lowerMenu li {
  margin-left: 40px;
}
#head-menu-pc ul.lowerMenu li a {
  color: #000;
  font-size: 105%;
  font-weight: bold;
  text-decoration: none;
}
#head-menu-pc ul.lowerMenu li a:hover {
  color: #1e51a2;
  opacity: 1;
  /*text-decoration: underline;*/
}
#head-menu-pc #navigationTalkPlayer {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 9999;
}
#head-menu-pc #navigationTalkCreatingFileNotice,
#head-menu-pc #navigationTalkPlayer audio {
  width: 450px;
  background-color: #fff;
}
@media only screen and (max-width: 1060px) {
  #head-menu-pc {
    display: none;
  }
}



/* login-btn
----------------------------------------------- */
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes move {
  0% {
    top: -200px;
  }
  100% {
    top: 10px;
  }
}

#login-btn .login-btn1,
#login-btn .login-btn2 {
  display: none;
  position: relative;
}
#login-btn .login-btn1 a {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 15px;
  border-radius: 40px;
  background: #1e51a2;
  color: #fff;
  text-decoration: none;
}
#login-btn .login-btn1 a:hover {
  opacity: 0.6;
  /*text-decoration: underline;*/
}
#login-btn .login-btn1 a img {
  width: 16px;
  margin-right: 10px;
}
#login-btn .login-btn2 .flex {
  display: flex;
  justify-content: flex-end;
  color: #828899;
}
#login-btn .login-btn2 .flex .left > span {
  display: block;
  text-align: right;
  line-height: 1.2;
}
#login-btn .login-btn2 .flex .left .welcome {
  margin-bottom: 5px;
  font-size: 90%;
}
#login-btn .login-btn2 .flex .left .name {
  font-size: 115%;
}
#login-btn .login-btn2 .flex .left .name span {
  margin-left: 7px;
  font-size: 80%;
}
#login-btn .login-btn2 .flex .thumb {
  position: relative;
  width: 50px;
  margin-left: 10px;
}
#login-btn .login-btn2 .flex .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cc4444;
}
#login-btn .login-btn2 .member-menu {
  display: none;
}
#login-btn .login-btn2:hover .member-menu {
  display: block;
}

body[class^="dir-docs-20"]  #login-btn .login-btn1 .message {
  display: block;
}
#login-btn .login-btn1 .message {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 135%;
  padding: 10px;
  border-radius: 4px;
  background: rgba(39,39,39,0.8) !important;
  color: #fff;
  font-size: 90%;
  z-index: 9999;
}
#login-btn .login-btn1 .message::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 11px;
  background: none !important;
}
#login-btn .login-btn1 .message::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(39,39,39,0.8);
}
#login-btn .login-btn1 .message span {
  display: block;
  width: 80%;
  margin: 10px auto 0;
  padding: 5px;
  background: #fff;
  color: #000;
  cursor: pointer;
  text-align: center;
}
#login-btn .login-btn1 .message span:hover {
  opacity: 0.6;
  /*text-decoration: underline;*/
}
#login-btn .login-btn1 .message:not(.fixed) {
  animation: flash 0.5s linear;
}
#login-btn .login-btn1 .message.fixed {
  position: fixed;
  top: 10px;
  right: 10px;
  width: auto;
  max-width: 350px;
  animation: move 0.5s linear;
}
#login-btn .login-btn1 .message.fixed::after {
  display: none;
}
#login-btn .login-btn1 .message.fixed a {
  display: block !important;
  margin-top: 10px;
  text-align: center;
}

#login-btn .login-btn2 .member-menu {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  min-width: 200px;
  padding: 20px 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 5px #c3c3c3;
  text-align: center;
  z-index:1;
}
#login-btn .login-btn2 .member-menu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  background: none !important;
}
#login-btn .login-btn2 .member-menu a {
  color: #5f6c7b;
}
#login-btn .login-btn2 .member-menu a.account-info {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}
#login-btn .login-btn2 .member-menu a.logout-btn {
  display: inline-block;
  min-width: 160px;
  padding: 2px;
  border: 1px solid #95989a;
  border-radius: 4px;
  text-decoration: none;
}
@media only screen and (max-width: 1060px) {
  #login-btn {
    width: 100%;
    order: 2;
    font-size: 80%;
  }
  #login-btn .login-btn1 > a,
  #login-btn .login-btn2 {
    display: none !important;
  }
  #login-btn .login-btn1 .message::before,
  #login-btn .login-btn1 .message::after {
    display: none !important;
  }
  #login-btn .login-btn1 .message:not(.fixed) {
    position: relative;
    width: auto;
    top: auto;
    margin-bottom: 10px;
    z-index: 999;
  }
  #login-btn .login-btn1 .message a {
    display: block !important;
    min-height: auto;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
  }
  #login-btn .login-btn1 .message.fixed {
    max-width: 100%;
    left: 10px;
  }
  #container.head-menu1 #login-btn,
  #container.head-menu2 #login-btn {
  }
}

/* sitebridge-search-box
---------------------- */
/*
.criteriaBox .criteriaBasic {
  width: 340px;
}

.criteriaBox .criteriaBasic,
.criteriaBox .criteriaKeyword {
  background: none;
}

.criteriaBox .criteriaKeyword {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.criteriaBox .criteriaKeyword>*+* {
  margin-left: 12px;
}

.criteriaBox .criteriaKeyword .keyword {
  width: 100%;
  border: none;
}

.criteriaBox .criteriaKeyword .keyword:focus {
  outline: none;
}

.criteriaBox .criteriaKeyword input[type="submit"] {
  flex-basis: 48px;
  height: 40px;
  padding: 0;
  background-color: var(--main-color-1);
  color: var(--mono-color-5);
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.criteriaBox .criteriaKeyword input[name="clear"] {
  flex-basis: 32px;
  height: 38px;
  font-weight: bold;
  background-color: var(--mono-color-5);
  border-style: none;
  color: var(--main-color-3);
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="clear"]:hover {
  color: var(--main-color-1);
}

.criteriaBox .criteriaKeyword .keywordDescription {
  display: none;
}

.criteriaBox .criteriaKeyword .keywordField {
  flex-basis: calc(100% - 48px);
  height: 40px;
  display: inherit;
  background-color: var(--mono-color-5);
  border: 1px solid var(--mono-color-2);
  border-radius: 0;
}

.criteriaBox #criteria_keyword {
  border-style: none;
  border-radius: 0;
}

.criteriaBox #criteria_keyword:focus {
  outline: none;
}

@media only screen and (max-width: 959px) {
  .criteriaBox {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px;
    background-color: var(--mono-color-5);
    border-top: 1px solid var(--mono-color-3);
    border-bottom: 1px solid var(--mono-color-3);
  }

  .criteriaBox .criteriaBasic {
    width: 100%;
  }
}
*/

/* custom-search
----------------------------------------------- */
#customSearch fieldset {
  margin: 0 0 3px;
  padding: 0;
  border: 0;
}

#customSearch fieldset::after {
  content: "";
  clear: both;
  display: block;
}

#customSearch fieldset legend,
#customSearch fieldset label {
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0 0;
}

#customSearch fieldset legend {
  float: left;
}

#search-box {
  width: calc(100% - 70px);
  height: 40px;
  border: 1px solid var(--mono-color-3) !important;
}

#search-button {
  height: 40px;
  margin-left: -4px;
  padding: 8px 20px;
  background-color: var(--main-color-1);
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #customSearch .pieceBody {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 16px 20px;
    background-color: var(--mono-color-5);
    border-bottom: 1px solid var(--main-color-1);
  }
}

/* login
----------------------------------------------- */
#login {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px dotted var(--mono-color-3);
}

#login a {
  display: block;
  min-height: 68px;
  padding: 8px 6px 4px;
  border-radius: 6px;
  background-color: var(--main-color-4);
  color: var(--mono-color-1);
  text-decoration: none;
}

#login a img {
  display: block;
  margin: 0 auto;
}

#login a:hover {
  background-color: var(--main-color-5);
}

@media only screen and (max-width: 959px) {
  #login {
    display: none;
  }
}

/* head-menu
----------------------------------------------- */
#head-menu {
  display: none;
}
#head-menu ul {
  display: flex;
}

#head-menu ul li {
  margin-left: 15px;
}

#head-menu ul li a {
  display: block;
  width: 45px;
  height: 0;
  padding-top: 45px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

#head-menu ul li.head-menu2 a {
  background-image: url(../img/hamburger_menu@2x.png);
}

#head-menu ul li.current a {
  background-image: url(../img/menu_close@2x.png);
}

@media only screen and (max-width: 1060px) {
  #head-menu {
    display: block;
  }
  #head-menu ul {
    /*
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    */
  }

  #head-menu ul li {
    margin-left: 10px;
  }

  #head-menu ul li.head-menu1 {
    display: block;
  }

  #head-menu ul li a {
    width: 40px;
    padding-top: 40px;
    background-size: 23px auto;
  }

  #head-menu ul li.current a {
    background-size: 18px auto;
  }
}

/* head-login
----------------------------------------------- */
#container.head-menu2 #head-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
  height: 100%;
  background: inherit;
  box-shadow: 0 5px 5px #dedede;
  z-index: -1;
}

#head-login {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px 20px 40px;
  background: #fff;
  text-align: center;
  z-index: 99999;
}

#head-login.login .login-ok {
  display: block !important;
  margin-bottom: 20px;
}
#head-login .login-ok .flex {
  display: flex;
  justify-content: center;
  color: #828899;
}
#head-login .login-ok .flex .left > span {
  display: block;
  text-align: right;
  line-height: 1.2;
}
#head-login .login-ok .flex .left .welcome {
  margin-bottom: 5px;
  font-size: 80%;
}
#head-login .login-ok .flex .left .name {
  font-size: 95%;
}
#head-login .login-ok .flex .left .name span {
  margin-left: 7px;
  font-size: 80%;
}
#head-login .login-ok .flex .thumb {
  position: relative;
  width: 50px;
  margin-left: 10px;
}

#head-login .login-ok .flex .thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cc4444;
}


#head-login a.login {
  display: block;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #2455a3;
  background-color: #2455a3;
  color: #fff;
  font-size: 110%;
  text-decoration: none;
}

#head-login a.login:hover {
  opacity: 0.8;
}

#head-login ul.upperMenu {
  /*display: flex;*/
  flex-wrap: wrap;
  margin-top: 10px;
}

#head-login ul.upperMenu li {
  flex-basis: calc((100% - 10px) / 2);
  margin-top: 15px;
  margin-right: 10px;
}

#head-login ul.upperMenu li:nth-child(even) {
  margin-right: 0;
}

#head-login ul.upperMenu li a {
  display: block;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #3da9fc;
  background: #3da9fc;
  color: #fff;
  font-size: 110%;
  text-decoration: none;
}

#head-login ul.upperMenu li a:hover {
  opacity: 0.8;
}

#head-login ul.lowerMenu {
  margin-top: 20px;
  border-top: 2px solid #ececec;
}

#head-login ul.lowerMenu li a {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #ececec;
  color: #000;
  text-align: left;
  text-decoration: none;
}

#head-login ul.lowerMenu li a:hover {
  opacity: 0.8;
}

#head-login a.logout {
  display: none;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  padding: 10px;
  border: 2px solid #95989a;
  border-radius: 2px;
  color: #000;
  font-size: 110%;
  text-decoration: none;
}

#head-login.login a.logout {
  display: inline-block;
}

#head-login a.logout:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1060px) {
    #container.head-menu2 #head-login {
        display: block;
    }
}

@media only screen and (max-width: 959px) {
  #head-login {
    top: 58px;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  border-top: 2px solid #eff0f4;
  border-bottom: 1px solid #fff;
}
#globalNavi .pieceContainer {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
}
#globalNavi ul {
  display: flex;
  justify-content: center;
}
#globalNavi ul li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  max-width: 270px;
}
#globalNavi ul li a {
  position: relative;
  display: block;
  padding: 20px 0;
  color: #828899;
  font-size: 120%;
  text-decoration: none;
  text-align: center;
}
#page-index #globalNavi ul li.top a,
body[id^="page-category"] #globalNavi ul li.category a/*,
#globalNavi ul li a:hover*/ {
  color: #000;
  font-weight: bold;
}
#page-index #globalNavi ul li.top a::before,
body[id^="page-category"] #globalNavi ul li.category a::before/*,
#globalNavi ul li a:hover::before*/ {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 6px;
  background: #518be6;
}
#globalNavi ul li a:hover {
  color: #1e51a2;
  opacity: 1;
}
@media only screen and (max-width: 1060px) {
  #globalNavi {
    display: none;
  }
}

/* page-title
----------------------------------------------- */
#pageTitle {
  padding: 12px 0;
  border-top: 1px solid #518be6;
  border-bottom: 1px solid #518be6;
  background-color: #518be6;
}

#pageTitle .pieceBody {
  /*
  max-width: var(--site-width);
  */
  max-width: 1060px;
  margin: 0 auto;
}

#pageTitle h1 {
  line-height: 1;
  margin: 0;
  padding: 0 10px;
  border: none !important;
  border-left: 5px solid #fff !important;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 1060px) {
  #pageTitle {
    padding: 12px;
  }

  #pageTitle h1 {
    line-height: normal;
    font-size: 1rem;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceBody {
  /*
  max-width: var(--site-width);
  */
  max-width: 1060px;
  margin: 0 auto 45px;
  padding: 10px 0;
  color: #2455a3;
  font-size: 85%;
  font-weight: 500;
}

#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}

#breadCrumbs li {
  display: inline-block;
}

#breadCrumbs li:not(:first-child)::before {
  content: "/";
  margin: 0 5px;
}

#breadCrumbs a {
  text-decoration: none;
}

#breadCrumbs a:hover,
#breadCrumbs a:focus {
  opacity: 0.6;
}

@media only screen and (max-width: 1060px) {
  #breadCrumbs .pieceContainer {
    padding: 10px 15px;
  }
  #breadCrumbs .pieceBody {
    margin: 0;
    padding: 0;
  }

  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 10px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
  }
  #breadCrumbs .pieceBody ol {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #breadCrumbs .pieceBody ol li:last-child {
    padding-right: 10px;
  }


}

/* footerNavi
----------------------------------------------- */
#footerNavi .pieceContainer {
  padding: 10px 0;
  background-color: var(--mono-color-4);
}

#footerNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}

#footerNavi li:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid var(--mono-color-1);
}

@media only screen and (max-width: 959px) {
  #footerNavi ul {
    justify-content: flex-start;
    line-height: normal;
    padding: 0 20px;
  }

  #footerNavi li:not(:last-child) {
    padding-right: 0;
    border: 0;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 5px 0;
  background-color: #eff0f4;
  font-size: 0.875rem;
  color: #002d76;
}

#commonFooter .pieceContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--site-width);
  padding-bottom: 10px;
  text-align: center;
}

#commonFooter b {
  margin-right: 0.5rem;
}

#commonFooter ul {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: 500;
}

#commonFooter li {
  margin-right: 1em;
}

#commonFooter li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 12px;
  color: #000;
  text-decoration: none;
}

#commonFooter li a::before,
#commonFooter li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#commonFooter li a::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#commonFooter a.city {
  display: block;
  padding-right: 22px;
  background: url("../img/link_icon_01@2x.png") right 0.5em / auto 11px no-repeat;
  color: #002d76;
  text-decoration: none;
}

#commonFooter a:hover,
#commonFooter a:focus {
  color: #1e51a2;
  opacity: 0.6;
  /*text-decoration: underline;*/
}

#commonFooter span {
  display: inline-block;
}

#commonFooter p span:not(:last-child) {
  margin-right: 1rem;
}

#commonFooter address span {
  display: inline-block;
  margin-right: 1em;
}

#commonFooter .note {
  margin-left: 5rem;
}

#commonFooter .copyright {
  color: #000;
  font-size: 90%;
}

@media only screen and (max-width: 1200px) {
  #commonFooter {
    /*padding: 20px 20px 10px;*/
    padding: 5px 5px 10px;
  }
}

@media only screen and (max-width: 959px) {
  #commonFooter {
    flex-direction: column;
    align-items: baseline;
    /*padding: 20px 4px;*/
    padding: 5px 0;
  }

  #commonFooter .pieceContainer {
    background: none;
  }

  #commonFooter address {
    padding: 10px 0;
    background: none;
  }

  #commonFooter ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  #commonFooter .copyright {
    align-self: center;
  }
}

/* recentDocsTab
----------------------------------------------- */
#recentDocsTab .wrapper {
  position: relative;
  padding: 0 20px 20px;
  border: 1px solid var(--mono-color-3);
  border-top: 0;
  background-color: var(--mono-color-5);
}

.tabs ul {
  display: flex;
}

.tabs li {
  flex: 1;
}

.tabs a {
  display: block;
  padding: 10px 0;
  background-color: var(--main-color-3);
  color: var(--mono-color-1);
  text-align: center;
  text-decoration: none;
}

.tabs .current a,
.tabs a:hover,
.tabs a:focus {
  background-color: var(--main-color-1);
  color: var(--mono-color-5);
}

.tabs li:first-child a {
  border-radius: 6px 0 0 0;
}

.tabs li:last-child a {
  border-radius: 0 6px 0 0;
}

.tabs li:not(:last-child) a {
  margin-right: 1px;
}

/* feedDocs
----------------------------------------------- */
#feedDocs .feedBlock {
  display: flex;
  flex-basis: 100%;
}

#feedDocs .feedBlock:not(:last-child) {
  margin-bottom: 4px;
}

#feedDocs .category {
  min-width: 6rem;
  padding: 0 6px;
  background-color: #e5f2ff;
  text-align: center;
}

.new {
  height: 1.4rem;
  padding: 0 4px;
  background-color: #fbc93b;
}

/* ranking
----------------------------------------------- */
#ranking .pieceBody {
  padding: 12px;
}

#ranking li {
  display: flex;
  margin-bottom: 6px;
}

#ranking li span,
#ranking li a {
  display: inline-block;
  vertical-align: top;
}

#ranking li .rank {
  flex-basis: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
  background-color: #bfe4f3;
  font-size: 0.875rem;
  text-align: center;
}

#ranking li a {
  flex: 1;
}

#ranking li .count {
  margin-left: auto;
}

#ranking .ranking1 .rank {
  background-color: #fbc93b;
}

#ranking .ranking2 .rank {
  background-color: var(--mono-color-3);
}

#ranking .ranking3 .rank {
  background-color: #c7b299;
}

/* relation-word
----------------------------------------------- */
#relationWord .pieceBody {
  padding: 12px;
}

#relationWord .pieceBody ul li {
  margin-left: 1.5rem;
  list-style-type: disc;
}

/* calendar
----------------------------------------------- */
#calendar .pieceContainer {
  position: relative;
  padding: 15px 12px 12px;
  border: 1px solid var(--mono-color-3);
  border-top: 4px solid var(--main-color-1);
  background-color: var(--mono-color-5);
}

#calendar .pieceContainer::after {
  background-image: none;
  background-color: var(--main-color-1);
}

#calendar .pieceHeader {
  padding: 0;
  background: none;
}

#calendar h2 {
  text-align: center;
}

#calendar h3 {
  margin-bottom: 8px;
  text-align: center;
}

#calendar table {
  width: 100%;
  margin-bottom: 10px;
}

#calendar th,
#calendar td {
  padding: 2px 0;
  text-align: center;
}

#calendar table a {
  display: block;
  width: 1.6rem;
  line-height: 1.6rem;
  margin: 0 auto;
  background-color: var(--main-color-1);
  color: var(--mono-color-5);
  border-radius: 50%;
  text-decoration: none;
}

#calendar table a:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 959px) {
  #calendar .pieceContainer {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* simple_tabs(todaysEvent)
----------------------------------------------- */
#simple_tabs {
  display: flex;
  flex-wrap: nowrap;
}

#simple_tabs li {
  flex-grow: 1;
  flex-basis: 0;
  padding: 8px 4px 7px;
  border-top: 1px solid var(--main-color-3);
  border-right: 1px solid var(--main-color-3);
  border-bottom: 1px solid var(--main-color-1);
  background: linear-gradient(to bottom, var(--mono-color-5), var(--main-color-4));
  color: var(--mono-color-1);
  font-weight: bold;
  text-align: center;
}

#simple_tabs li:first-child {
  border-left: 1px solid var(--main-color-3);
}

#simple_tabs li.current {
  padding-top: 7px;
  border-top: 2px solid var(--main-color-1);
  border-bottom: 0;
  background: linear-gradient(to bottom, var(--main-color-4), var(--mono-color-5));
}

#simple_tabs li:not(.current) {
  cursor: pointer;
}

#simple_tabs li:first-child.current {
  border-left: 1px solid var(--main-color-1);
}

#simple_tabs li:last-child.current {
  border-right: 1px solid var(--main-color-1);
}

#simple_tab_panels>div {
  padding: 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--main-color-1);
}

#simple_tab_panels ul {
  list-style: inside disc;
}

#simple_tab_panels li {
  padding-left: 10px;
}

#simple_tab_panels li:not(:last-child) {
  margin: 0 0 5px;
}

/* category, category-guide
----------------------------------------------- */
div[id^="category"] ul {
  display: flex;
  flex-direction: column;
}

div[id^="category"] .pieceBody {
  padding: 12px;
}

div[id^="category"] li {
  width: 100%;
  padding: 0;
}

div[id^="category"] li:not(:last-child) {
  margin: 0 0 4px;
}

div[id^="category"] a {
  display: inline-block;
}

div[id^="category"] a img {
  width: 32px;
  margin-right: 4px;
}

div[id^="category"] a span {
  line-height: 32px;
}

@media only screen and (max-width: 959px) {
  div[id^="category"] .pieceBody {
    padding: 0;
  }

  div[id^="category"] li {
    padding: 8px 12px;
  }

  div[id^="category"] li:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid var(--mono-color-3);
  }

  div[id^="category"] a {
    display: flex;
  }
}

/* advertisement
----------------------------------------------- */
#advertisement .pieceContainer {
  padding-top: 30px;
  border-top: 1px dotted var(--mono-color-2);
}

#advertisement .upper_text {
  display: flex;
  flex-wrap: wrap;
}

#advertisement h2 {
  margin-right: 1em;
  font-size: 100%;
}

#advertisement .upper_text>span {
  display: inline-block;
  margin-left: 1rem;
}

#advertisement ul {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}

#advertisement li {
  margin: 0 20px 20px 0;
}

@media only screen and (max-width: 959px) {
  #advertisement ul {
    justify-content: center;
  }

  #advertisement li {
    margin: 0 12px 20px;
  }
}

@media only screen and (max-width: 559px) {
  #advertisement li {
    margin: 0 12px 12px;
  }
}

/* feedback
----------------------------------------------- */
#feedback {
  max-width: var(--site-width);
  margin: 40px auto;
  padding: 0 20px;
}

#feedback .pieceContainer {
  background: #fff !important;
}

#feedback .pieceHeader h2 {
  min-height: 0;
  padding: 5px 15px;
  border-color: var(--mono-color-3);
  background-color: var(--mono-color-3);
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
}

#feedback .pieceHeader h2::before {
  display: none;
}

#feedback .pieceBody {
  padding: 15px;
  border: 1px solid var(--mono-color-3);
}

#feedback .pieceBody iframe {
  border: none;
}

@media only screen and (max-width: 959px) {
  #feedback {
    max-width: 100%;
  }

  #feedback .pieceHeader h2 {
    font-size: 1rem;
  }

  #feedback .pieceBody {
    padding: 10px;
  }
}

/* archive
----------------------------------------------- */
#archive .pieceBody {
  padding: 12px;
}

#archive .pieceBody ul {
  margin-bottom: 4px;
}

#archive .pieceBody ul li {
  margin-left: 1.5rem;
  list-style-type: disc;
}

#archive .pieceBody ul li li {
  list-style-type: circle;
}

/* sns parts
----------------------------------------------- */
#snsParts {
  margin: 1rem 0;
}

#snsParts .pieceBody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#snsParts .pieceBody>*:not(:first-child) {
  margin-left: 1rem;
}

#snsParts .fb-wrapper,
#snsParts .pocket-wrapper {
  margin-top: 1px;
}

/* articleHeader
----------------------------------------------- */
/*
.articleHeader h2 {
  position: relative;
  padding: 7px 15px 2px 22px;
  min-height: 40px;
  background-color: var(--ac-color-4);
  font-size: 1.125rem;
  font-weight: bold;
}

.articleHeader h2::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 24px;
  border-left: 8px solid var(--ac-color-3);
}

@media only screen and (max-width: 959px) {

  .contentOrganizationGroupDepartment .articleHeader h2,
  .contentOrganizationGroupUnit .articleHeader h2 {
    margin: 0;
  }
}
*/

/* =========================================================
  docs
========================================================= */
.docs-all li,
.docs li,
.content li,
#feedDocs li,
.entries li,
.dir-tags #contentBody li,
.contentTagTag li,
.contentGpCategoryCategory ul:not(.feed) li,
.contentOrganizationGroupDepartment ul:not(.feed) li,
.contentOrganizationGroupUnit ul:not(.feed) li {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid var(--mono-color-3);
}

#topicsDocs .docs li:first-child,
#feedDocs li:first-child {
  padding: 0 0 15px;
}

li span[class$="date"]:first-child {
  flex-basis: 9rem;
}

li span[class^="title"]:nth-child(2) {
  flex-basis: calc(100% - 9rem);
}

.links>div {
  display: flex;
}

.links>div .feed {
  flex-basis: auto;
  margin-top: calc(20px + 0.35rem);
}

.links>div .more {
  flex-basis: calc(100% - 7.5rem);
  margin-left: auto;
}

.articleHeader+ul+.more,
.articleHeader+ul+div .more {
  margin: 20px 0 0 auto;
}

.contentGpArticleDocs,
.contentGpCategory,
.contentOrganization,
.contentPortalEntries {
  position: relative;
}

.feed {
  display: flex;
  align-items: center;
}

.feed li {
  border: 0;
}

.feed a {
  color: var(--mono-color-1);
}

@media only screen and (max-width: 559px) {

  .docs li,
  .content li {
    flex-direction: column;
    flex-wrap: wrap;
  }

  li span[class$="date"]:first-child {
    flex-basis: 100%;
  }

  li span[class^="title"]:nth-child(2) {
    flex-basis: 100%;
  }

  .tabs ul {
    flex-wrap: wrap;
  }

  .tabs li {
    flex: none;
    width: 50%;
  }

  .tabs li:first-child a,
  .tabs li:last-child a {
    border-radius: 0;
  }

  .tabs li:not(:last-child) a {
    margin: 0;
  }

  .tabs li:nth-child(-n + 2) a {
    margin-bottom: 1px;
  }

  .tabs li:nth-child(odd) a {
    margin-right: 1px;
  }
}

/* contentGpArticleDocs, contentPortalEntries
----------------------------------------------- */
.contentGpArticleDocs .feed,
.contentPortalEntries .feed {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.contentGpArticleDocs h2.date,
.contentPortalEntries h2.date {
  margin: 1.5rem 0 0;
  padding: 0;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--main-color-1);
  color: var(--main-color-1);
  font-size: 1.25rem;
}

/* sample site
----------------------------------------------- */

/* annotation */
#annotation {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto 2rem;
  border: 1px solid var(--ac-color-1);
  padding: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

/* select color */
#selectColor {
  margin: 0 1rem 0 0;
}

#selectColor .pieceContainer {
  display: flex;
  align-items: center;
}

#selectColor h2 {
  margin-right: 0.5rem;
  font-weight: normal;
  font-size: 0.8125rem;
}

#selectColor select {
  padding: 8px;
}

@media only screen and (max-width: 959px) {
  #selectColor {
    margin: 0 0 1rem 0;
  }
}

/* topRanking
----------------------------------------------- */
#topRanking {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 15px 20px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: #fff;
}
#topRanking h2 {
  margin-bottom: 10px;
  border: none;
  color: #2455a3;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
#topRanking .pieceBody {
  text-align: center;
}
#topRanking li {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f5f7fb;
  text-align: left;
}
#topRanking li span.rank {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 0.25em;
  margin-right: 10px;
  padding: 4px 12px;
  border: 1px solid #2455a3;
  background-color: #fff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
}
#topRanking li span.rank1,
#topRanking li span.rank2,
#topRanking li span.rank3 {
  background-color: #2455a3;
  color: #fff;
}
#topRanking li a {
  color: inherit;
  font-size: 85%;
  line-height: 1.5;
  text-decoration: none;
}
#topRanking li:hover {
  opacity: 0.6;
}
#topRanking li:hover a {
  color: #2b519d;
  opacity: 1;
}
@media only screen and (min-width: 1061px) {
  #topRanking {
    margin-bottom: 50px;
    padding: 20px;
  }
  #topRanking h2 {
    text-align: left;
  }
  #topRanking li {
    align-items: flex-start;
  }
}

/* page-mypage-registration
----------------------------------------------- */
#page-mypage-registration .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
}
#page-mypage-registration .overlay div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 1200px;
  max-height: calc(100vh - 160px);
  margin: 0 auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: auto;
  text-align: center;
}
#page-mypage-registration .overlay div p {
  margin: 20px;
  font-size: 120%;
}
#page-mypage-registration .overlay div a {
  display: inline-block;
  margin: 20px;
  padding: 10px 40px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 1060px) {
  #page-mypage-registration .overlay {
    padding: 40px 30px;
  }
  #page-mypage-registration .overlay div {
    width: 100%;
    max-width: calc(100vw - 60px);
    max-height: calc(95vh - 80px);
  }
  #page-mypage-registration .overlay div p,
  #page-mypage-registration .overlay div a {
    margin: 10px;
    font-size: 80%;
  }
}

/* test-mode
----------------------------------------------- */
.test-mode {
    margin-top: 4px;
    padding: 4px 12px;
    border: 2px solid #2455a3;
    border-radius: 20px;
    font-size: 95%;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: space-between;
}
.test-mode-span {
    color: #2455a3;
}
.test-mode-a {
    color: #000;
    text-decoration: underline;
}

.applyContent {
    word-break: break-all;
}