@import url(./icons/style.css);
@media only screen and (max-width: 640px) {
  h1.pageTitle {
    border-top: none !important;
  }
}

#main {
  width: auto !important;
  float: none !important;
}

#main a:hover {
  text-decoration: none;
}

/*
#tabStage{
    .main{
        li{
            @include item($main_color);
        }
    }
    .special{
        li{
            @include item($special_color);
        }
    }
}
*/
.none {
  display: none !important;
}

#fromCode a.bt {
  color: white;
  background-color: #2f5189;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 0.4em;
}

#fromCode a.bt.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#fromCode a.bt:hover {
  opacity: 0.5;
}

#fromCode #searchUnit#searchUnit#searchUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #dfdfdf;
  padding: 3.5em 1em;
  background: #fbfbfb url(../images/from_code_back.png);
}

@media only screen and (max-width: 640px) {
  #fromCode #searchUnit#searchUnit#searchUnit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 1em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#fromCode #searchUnit#searchUnit#searchUnit * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fromCode #searchUnit#searchUnit#searchUnit #codeSelect, #fromCode #searchUnit#searchUnit#searchUnit #codeInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  #fromCode #searchUnit#searchUnit#searchUnit #codeSelect, #fromCode #searchUnit#searchUnit#searchUnit #codeInput {
    margin-bottom: 0.5em;
  }
}

#fromCode #searchUnit#searchUnit#searchUnit #codeSelect input, #fromCode #searchUnit#searchUnit#searchUnit #codeInput input {
  width: 6em;
  text-align: left;
  font-weight: bold;
}

#fromCode #searchUnit#searchUnit#searchUnit #codeSelect > a, #fromCode #searchUnit#searchUnit#searchUnit #codeInput > a {
  margin: 0.5em;
  width: 4.7em;
  font-size: 9px;
}

#fromCode #searchUnit#searchUnit#searchUnit ul {
  position: absolute;
  left: -1px;
  border: 1px solid #dfdfdf;
  border-bottom-width: 0;
  top: 100%;
  width: calc( 100% + 2px);
  font-size: 16px;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
  overflow: hidden;
  max-height: 50vh;
  overflow-y: scroll;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#fromCode #searchUnit#searchUnit#searchUnit ul li a {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  background-color: white;
  text-align: left;
  padding: 0.3em 0.5em;
  cursor: pointer;
}

#fromCode #searchUnit#searchUnit#searchUnit ul li a:hover {
  background-color: #2f5189;
  color: white;
}

@media only screen and (max-width: 640px) {
  #fromCode #searchUnit#searchUnit#searchUnit ul {
    max-height: 30vh;
  }
}

#fromCode #searchUnit#searchUnit#searchUnit #codeInput {
  position: relative;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}

#fromCode #searchUnit#searchUnit#searchUnit #codeInput input {
  width: calc(100% - 2em);
}

@media only screen and (max-width: 640px) {
  #fromCode #searchUnit#searchUnit#searchUnit #codeInput {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    width: auto;
  }
  #fromCode #searchUnit#searchUnit#searchUnit #codeInput input {
    width: calc(100% - 2em);
    text-overflow: ellipsis;
  }
}

#fromCode #searchUnit#searchUnit#searchUnit span {
  margin: 0 0.5em;
  font-size: 30px;
  line-height: 0;
  padding-top: 0.7em;
}

#fromCode #searchUnit#searchUnit#searchUnit input {
  border: none;
  color: #333;
  font-size: 16px;
  padding: 0.5em;
  outline: none;
}

#fromCode #searchUnit#searchUnit#searchUnit #searchButton {
  width: 6em;
  font-size: 18px;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media only screen and (max-width: 640px) {
  #fromCode #searchUnit#searchUnit#searchUnit #searchButton {
    width: 4.5em;
  }
}

#fromCode #searchUnit#searchUnit#searchUnit #codeSelect, #fromCode #searchUnit#searchUnit#searchUnit #codeInput {
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

#fromCode #searchUnit#searchUnit#searchUnit #codeSelect {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}

#fromCode #exSection {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #fromCode #exSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#fromCode #exSection p {
  font-size: 13px;
}

#fromCode #exSection .outline {
  padding: 1em;
  border: 1px dotted #666;
  font-size: 12px;
}

#fromCode #exSection > div {
  -webkit-box-flex: 48%;
  -ms-flex: 48% 0 0px;
  flex: 48% 0 0;
}

@media only screen and (max-width: 640px) {
  #fromCode #exSection > div {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
  }
}

#fromCode #exSection img {
  width: 100%;
}

.option-trans-enter, .option-trans-leave-to {
  max-height: 0px !important;
}

.option-trans-enter-to, .option-trans-leave {
  max-height: 150px  !important;
}

.htmlPopup {
  height: 100vh;
  overflow: hidden;
}

#popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#popup .popupWrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
}

#popup .popupWrapper > div {
  pointer-events: auto;
}

#popup .background {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

#popup .panel {
  background-color: #fff;
  text-align: center;
  margin: 10em auto 0;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  padding: 2em 2em;
  max-width: 60vw;
  padding: 2em;
}

#popup .panel h2 {
  border: none;
  background: transparent !important;
  font-size: 21px;
  margin: 0;
}

#popup .panel p.res {
  border: 2px solid #ecd9e3;
  color: #c73677;
  width: 80%;
  text-align: center;
  margin: 0.5em auto 0.5em;
  padding: 1em 0;
  font-size: 21px;
  background-color: #fff;
}

#popup .panel p.text {
  font-size: 21px;
}

@media only screen and (max-width: 640px) {
  #popup .panel {
    max-width: 97vw;
  }
}

#popup .panel .colord {
  background-color: #fdf3f8;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}

#popup .buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#popup .bt {
  padding: 1em 0em;
  width: 110px;
  margin: 0 1em;
  font-weight: bold;
}

#popup a.bt {
  color: white;
  background-color: #2f5189;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4em;
  text-indent: 0;
}

#popup a.bt.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#popup a.bt:hover {
  opacity: 0.5;
}

aside.headerContent {
  border-top: 0;
}

@media only screen and (max-width: 640px) {
  aside.headerContent {
    border-top: 3px solid #2f5189;
  }
}

aside.headerContent p {
  border: 3px solid #f0f0f0;
  padding: 0.5em 1em;
  font-size: 14px;
  margin: 1em 0;
}

#tabs#tabs {
  border-bottom: 3px solid #2f5189;
}

#tabs#tabs li {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tabs#tabs a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: #96b5ea;
  color: #333;
  padding: 11px 1em;
  padding-right: 0;
  width: calc(85% - 1em);
  border-top-left-radius: 0.5em;
  position: relative;
  -webkit-transition: background-color, color .3s ease;
  transition: background-color, color .3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tabs#tabs a i {
  font-size: 25px;
  display: block;
}

#tabs#tabs a span {
  margin: 0 0.7em;
  margin-right: 0;
}

#tabs#tabs a i + span {
  border-left: 1px dotted #333;
  padding-left: 0.7em;
}

@media only screen and (max-width: 640px) {
  #tabs#tabs a {
    width: 80%;
    font-size: 12px;
    padding-left: .5em;
  }
  #tabs#tabs a i {
    font-size: 12px;
  }
  #tabs#tabs a span {
    margin-left: .3em;
  }
}

#tabs#tabs a:after {
  content: "";
  border: 100px solid transparent;
  border-width: 100px 0 0 35px;
  border-left-color: #96b5ea;
  position: absolute;
  top: 0;
  right: -35px;
  width: 0;
  height: 0;
}

@media only screen and (max-width: 640px) {
  #tabs#tabs a:after {
    border-width: 100px 0 0 35px;
    right: -34px;
  }
}

#tabs#tabs a:hover, #tabs#tabs a.active {
  text-decoration: none;
  color: white;
  background-color: #2f5189;
}

#tabs#tabs a:hover:after, #tabs#tabs a.active:after {
  border-left-color: #2f5189;
}

#tabs#tabs a:hover span, #tabs#tabs a.active span {
  border-color: white;
}

#tabs#tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}

#tabs#tabs li {
  -webkit-box-flex: 33.333%;
  -ms-flex: 33.333% 0 0px;
  flex: 33.333% 0 0;
}

#tabs#tabs .isolated {
  text-align: center;
  padding: 0.3em;
  -ms-flex-line-pack: center;
  align-content: center;
}

#tabs#tabs .isolated a {
  margin: 0 auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.3em !important;
  padding: 0.4em 1em;
  min-width: 90%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
}

#tabs#tabs .isolated a i {
  margin-right: 0.3em;
}

#tabs#tabs .isolated a:after {
  content: none;
}

#tabs#tabs .isolated a span {
  border: none;
  padding-left: 0.7em;
}

#tabStage {
  padding: 12px 0 0;
}

#tabStage section {
  min-height: 0 !important;
}

#tabStage > section:first-child {
  display: block;
}

#tabStage > section h5 {
  font-weight: normal;
  font-size: 15px;
  padding-left: 0.3em;
}

#tabStage > section .main, #tabStage > section .special {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #dfdfdf;
}

#tabStage > section .main > li, #tabStage > section .special > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tabStage > section .main > li:nth-child(2n-1) a, #tabStage > section .special > li:nth-child(2n-1) a {
  border-right: 1px solid #dfdfdf;
}

@media only screen and (max-width: 640px) {
  #tabStage > section .main > li:nth-child(2n-1) a, #tabStage > section .special > li:nth-child(2n-1) a {
    border-right: none;
  }
}

@media only screen and (max-width: 640px) {
  #tabStage > section .main > li, #tabStage > section .special > li {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }
}

#tabStage > section .main {
  border-top-color: #436ac4;
}

#tabStage > section .main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #436ac4;
  padding: 0.5em;
  -webkit-transition: background-color, color .3s ease;
  transition: background-color, color .3s ease;
}

#tabStage > section .main a:hover {
  background-color: #436ac4;
  color: white;
}

#tabStage > section .main a:hover i {
  border-color: white;
}

#tabStage > section .main a.firstKana i {
  visibility: visible;
}

#tabStage > section .main a i {
  visibility: hidden;
  display: inline-block;
  border: 1px solid #436ac4;
  padding: 0em 0.3em;
  border-radius: 0.3em;
  margin-right: 0.5em;
}

#tabStage > section .main a span.code {
  display: inline-block;
  text-align: right;
  font-size: 70%;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -ms-flex-preferred-size: 4.5em;
  flex-basis: 4.5em;
}

#tabStage > section .main a span.name {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 0.5em;
}

#tabStage > section .special {
  border-top-color: #35882a;
}

#tabStage > section .special a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #35882a;
  padding: 0.5em;
  -webkit-transition: background-color, color .3s ease;
  transition: background-color, color .3s ease;
}

#tabStage > section .special a:hover {
  background-color: #35882a;
  color: white;
}

#tabStage > section .special a:hover i {
  border-color: white;
}

#tabStage > section .special a.firstKana i {
  visibility: visible;
}

#tabStage > section .special a i {
  visibility: hidden;
  display: inline-block;
  border: 1px solid #35882a;
  padding: 0em 0.3em;
  border-radius: 0.3em;
  margin-right: 0.5em;
}

#tabStage > section .special a span.code {
  display: inline-block;
  text-align: right;
  font-size: 70%;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -ms-flex-preferred-size: 4.5em;
  flex-basis: 4.5em;
}

#tabStage > section .special a span.name {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 0.5em;
}

#tabStage > section a {
  width: 100%;
  text-indent: 0 !important;
  margin-left: 0;
  padding-left: 0.7em;
}

#tabStage > section a img {
  display: none;
}

#tabStage > section a .none {
  display: none;
}

#searchFromKanaButtons ul, #searchFromCategButtons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #searchFromKanaButtons ul, #searchFromCategButtons ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#searchFromKanaButtons ul li, #searchFromCategButtons ul li {
  -webkit-box-flex: 10%;
  -ms-flex: 10% 0 0px;
  flex: 10% 0 0;
}

@media only screen and (max-width: 640px) {
  #searchFromKanaButtons ul li, #searchFromCategButtons ul li {
    -webkit-box-flex: 20%;
    -ms-flex: 20% 0 0px;
    flex: 20% 0 0;
    margin-bottom: 4px;
  }
}

#searchFromKanaButtons ul a, #searchFromCategButtons ul a {
  -webkit-transition: background-color, color .3s ease;
  transition: background-color, color .3s ease;
  text-align: center;
  background-color: #96b5ea;
  font-size: 15px;
  color: #2f5189;
  display: inline-block;
  padding: 0.3em 0;
  width: calc(100% - 4px);
}

#searchFromKanaButtons ul a.disabled, #searchFromCategButtons ul a.disabled {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #c2c2c2;
}

#searchFromKanaButtons ul a:hover, #searchFromCategButtons ul a:hover, #searchFromKanaButtons ul a.active, #searchFromCategButtons ul a.active {
  background-color: #2f5189;
  color: white;
}

#searchFromCategButtons ul li {
  -webkit-box-flex: 20%;
  -ms-flex: 20% 0 0px;
  flex: 20% 0 0;
}

@media only screen and (max-width: 640px) {
  #searchFromCategButtons ul li {
    -webkit-box-flex: 33.3333%;
    -ms-flex: 33.3333% 0 0px;
    flex: 33.3333% 0 0;
  }
}

.component-fade-enter-active, .component-fade-leave-active {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}

#fromKana {
  position: relative;
}

.tabJumpButton.affix {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 1em;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  margin-left: -10px;
  z-index: 100;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.tabJumpButton.affix ul {
  padding: 0 10px;
  width: auto !important;
}

.tabJumpButton.affix p {
  padding: 5px 10px 0;
}

.is-scroll-back .tabJumpButton.affix {
  -webkit-transform: translateY(66px);
  transform: translateY(66px);
}

#betsuhyouSection #tabStage ul {
  border-top: 1px solid #dfdfdf;
}

#betsuhyouSection #tabStage li {
  border-bottom: 1px solid #dfdfdf;
}

#betsuhyouSection #tabStage li a {
  display: block;
  color: #2f5189;
  padding: 0.5em .5em;
}

#betsuhyouSection #tabStage li a:hover {
  color: white;
  background-color: #2f5189;
}

#betsuhyouSection #tabStage p {
  padding: 0;
  margin: 0;
}

h1.pageTitle a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #2f5189;
  padding-top: 1em;
  width: auto !important;
}

h1.pageTitle:after {
  content: "";
  display: block;
  clear: both;
}

#tabStage .helpPageWrapper h2, #helpContainer .helpPageWrapper h2 {
  background-color: transparent;
  border: none;
  font-size: 21px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 0;
}

#tabStage .helpPageWrapper .bold, #helpContainer .helpPageWrapper .bold {
  margin-top: 1em;
  font-weight: bold;
}

#tabStage .helpPageWrapper dl.ope, #helpContainer .helpPageWrapper dl.ope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}

#tabStage .helpPageWrapper dl.ope dt, #helpContainer .helpPageWrapper dl.ope dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  padding: 0.5em 0.8em;
  border: 1px solid #dfdfdf;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  #tabStage .helpPageWrapper dl.ope dt, #helpContainer .helpPageWrapper dl.ope dt {
    font-size: 80%;
    padding: 0.3em;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
  }
}

#tabStage .helpPageWrapper dl.ope dd, #helpContainer .helpPageWrapper dl.ope dd {
  margin-left: 1em;
  font-size: 12px;
}

#tabStage .helpPageWrapper h3, #helpContainer .helpPageWrapper h3 {
  background-color: transparent;
  border: none;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1em 0;
}

#tabStage .helpPageWrapper h3 i.circle, #helpContainer .helpPageWrapper h3 i.circle {
  color: white;
  background-color: #436ac4;
  border-radius: 100px;
  border: 10px solid #436ac4;
  font-size: 16px;
  margin-right: 0.5em;
  line-height: 100%;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

#tabStage .helpPageWrapper ul, #helpContainer .helpPageWrapper ul {
  border-top: 1px dotted #bbb;
}

#tabStage .helpPageWrapper li, #helpContainer .helpPageWrapper li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #bbb;
}

#tabStage .helpPageWrapper li p, #helpContainer .helpPageWrapper li p {
  font-size: 13px;
}

#tabStage .helpPageWrapper span.circle, #helpContainer .helpPageWrapper span.circle {
  color: white;
  background-color: #436ac4;
  border-radius: 100px;
  border: 1px solid #436ac4;
  padding: 0.5em 0.6em;
  font-size: 12px;
  margin-right: 0.5em;
}

#tabStage .helpPageWrapper .text-right, #helpContainer .helpPageWrapper .text-right {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #tabStage .helpPageWrapper .text-right, #helpContainer .helpPageWrapper .text-right {
    text-align: left;
  }
}

#tabStage .helpPageWrapper .flex, #helpContainer .helpPageWrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tabStage .helpPageWrapper .flex i, #helpContainer .helpPageWrapper .flex i {
  background-color: #436ac4;
  color: white;
  font-weight: bold;
  padding: 0.3em;
  margin-right: 1em;
  font-size: 16px;
  text-align: center;
}

#tabStage .helpPageWrapper .flex i[class^="icon"], #helpContainer .helpPageWrapper .flex i[class^="icon"] {
  background-color: #2f5289;
  border-radius: 0.4em;
  font-size: 12px;
  padding: .7em .4em;
  margin-left: .5em;
  margin-right: .5em;
}

#tabStage .helpPageWrapper .flex i.icon-display, #helpContainer .helpPageWrapper .flex i.icon-display {
  margin-left: 0;
  padding-left: 1em;
  padding-right: 1em;
}

#tabStage .helpPageWrapper .flex p, #helpContainer .helpPageWrapper .flex p {
  padding-top: 0.5em;
}

.helpSection {
  top: 0;
  padding: 1em;
  padding-top: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1005;
  left: 3em;
  right: 3em;
}

.l-wrapper .helpSection {
  position: absolute;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 640px) {
  .helpSection {
    width: auto;
    left: 0.5em;
    right: 0.5em;
  }
}

.helpSection img {
  width: 100%;
}

.helpSection .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.helpSection .header h3 {
  font-weight: normal;
  font-size: 120% !important;
}

.helpSection .closeButton {
  padding: .3em 0.9em;
  background-color: #436ac4;
  margin-right: 0.5em;
  color: white;
  display: inline-block;
  width: auto;
  font-size: 20px;
}

#contents {
  position: relative;
}

html {
  min-height: 100%;
}

#page.bgc {
  position: relative;
}

#page.bgc:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
}

.pageTop {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 940px;
  min-width: 940px;
  margin: 0 auto;
  padding: 10px 0px 0;
  font-size: 108%;
}

@media only screen and (max-width: 640px) {
  .pageTop {
    max-width: none;
    min-width: 310px;
    width: calc( 100vw - 9px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.pageTop.affix {
  position: fixed;
  bottom: 10px;
}

.pageTop a {
  margin-right: 20px;
}

noscript, .noscript {
  position: absolute;
  top: 0;
  z-index: 1000;
}

noscript .background, .noscript .background {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
}

noscript #attention, .noscript #attention {
  margin: 0 auto;
  width: 770px;
  background-color: white;
  padding: 20px;
  border: 2px solid #0487b6;
  margin-bottom: 10px;
  margin-top: 20px;
}

noscript #attention h2, .noscript #attention h2 {
  border-bottom: 2px solid #0487b6;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em;
}

noscript #attention h3, .noscript #attention h3 {
  background-color: #0487b6;
  text-align: center;
  font-size: 1.3em;
  color: white;
  padding: 3px;
  margin-top: 10px;
}

noscript #attention h4, .noscript #attention h4 {
  border: 2px solid #0487b6;
  text-align: center;
  font-size: 1.3em;
  padding: 3px;
}

noscript #attention p, .noscript #attention p {
  padding: 5px 20px;
}

noscript #attention .confirm ul, noscript .confirm ul p, .noscript #attention .confirm ul, .noscript .confirm ul p {
  margin-bottom: 0;
  padding-bottom: 0;
}

noscript #attention .confirm ul li, .noscript #attention .confirm ul li {
  margin-top: 15px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px;
}

noscript #attention .confirm ul ol li, .noscript #attention .confirm ul ol li {
  margin: auto;
  margin-left: 30px;
  list-style-type: decimal;
}

noscript #attention #linkStaff, .noscript #attention #linkStaff {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}

noscript #attention #caption, .noscript #attention #caption {
  padding-top: 10px;
}

noscript #attention .confirm, .noscript #attention .confirm {
  padding-left: 30px;
  background: url(../images/noscript/yaji01.gif) repeat-y left;
  padding: 15px 25px;
}

noscript #attention .confirm p, .noscript #attention .confirm p {
  margin-top: 0;
  margin-bottom: 3px;
  padding: 0;
  margin-bottom: 0;
}

noscript #attention .appendix, .noscript #attention .appendix {
  font-size: 0.8em;
  margin-top: 15px;
  margin-left: 15px;
  width: 90%;
  height: 40px auto;
}

noscript #attention .appendix img, .noscript #attention .appendix img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

noscript #attention .confirm-end, .noscript #attention .confirm-end {
  background: url(../images/noscript/yaji02.gif) no-repeat left top;
  height: 16px;
}

noscript #attention .important, .noscript #attention .important {
  color: #CC0000;
}

noscript #attention .case, .noscript #attention .case {
  color: green;
}

noscript #attention .apply, .noscript #attention .apply {
  font-size: 0.8em;
  border-top: 1px solid #0487b6;
  padding-top: 20px;
}

noscript #attention strong, .noscript #attention strong {
  font-weight: bold;
}

noscript #attention .errorImg, .noscript #attention .errorImg {
  border: 1px solid #ccc;
  width: 100%;
}
