/*-------------------------------------------------------------------------------------------*/
/* Google Noto Fonts
---------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: 400;
  src: url("/slink/assets/webfonts/NSJP-L.woff") format("woff");
}

@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: 700;
  src: url("/slink/assets/webfonts/NSJP-R.woff") format("woff");
}

@font-face {
  font-family: "NSJP";
  font-style: normal;
  font-weight: 900;
  src: url("/slink/assets/webfonts/NSJP-B.woff") format("woff");
}

/*-------------------------------------------------------------------------------------------*/
/* Fontawesome */
/*-------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/slink/assets/webfonts/fa-brands-400.eot");
  src: url("/slink/assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/slink/assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/slink/assets/webfonts/fa-brands-400.woff") format("woff"), url("/slink/assets/webfonts/fa-brands-400.ttf") format("truetype"), url("/slink/assets/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/slink/assets/webfonts/fa-regular-400.eot");
  src: url("/slink/assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/slink/assets/webfonts/fa-regular-400.woff2") format("woff2"), url("/slink/assets/webfonts/fa-regular-400.woff") format("woff"), url("/slink/assets/webfonts/fa-regular-400.ttf") format("truetype"), url("/slink/assets/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/slink/assets/webfonts/fa-solid-900.eot");
  src: url("/slink/assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/slink/assets/webfonts/fa-solid-900.woff2") format("woff2"), url("/slink/assets/webfonts/fa-solid-900.woff") format("woff"), url("/slink/assets/webfonts/fa-solid-900.ttf") format("truetype"), url("/slink/assets/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*-------------------------------------------------------------------------------------------*/
/* misc
---------------------------------------------------------------------------------------------*/
.flexbox {
  display: flex;
}

.flexbox > ul {
  display: flex;
}

.flexbox > ul li {
  display: block;
}

#wrap_header {
  height: auto;
}

.atten {
  margin-top: 12px;
}

/*-------------------------------------------------------------------------------------------*/
/* header
---------------------------------------------------------------------------------------------*/
#header {
    margin: 0 auto;
    padding: 6px 12px 0 12px;
    width: calc(818px - 12px * 2);
    min-height: 110px;
    /* border-bottom: 1px solid #fff; */
    background: rgb(36,163,26);
    background: -moz-linear-gradient(top,  rgb(36,163,26) 0%, rgb(15,116,7) 100%);
    background: -webkit-linear-gradient(top,  rgb(36,163,26) 0%,rgb(15,116,7) 100%);
    background: linear-gradient(to bottom,  rgb(36,163,26) 0%,rgb(15,116,7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a31a', endColorstr='#0f7407',GradientType=0 );
}

#header h1 {
    padding: 0 0 0 2px;
    font-family: 'NSJP';
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    text-align: left;
}

#header > .flexbox {
    padding-bottom: 8px;
}

#header_logo {
    width: 232px;
}

#header_logo div:first-child a {
    display: block;
    margin-top: 6px;
    width: 206px;
}

#header_logo a img {
    margin-top: 4px;
    width: 100%;
}

#header_logo #welcome_name {
    margin: 0;
    padding: 0;
    color: #fff;
}

/*
#header_logo div:first-child p {
  padding-top: 2px;
  border-top: 1px solid #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-justify: inter-character;
}
*/

#header_logo #welcome_name,
#header_logo #welcome-name {
    margin: 10px 0 0 0;
    padding: 0;
}

#header_logo #welcome_name p,
#header_logo #welcome-name p {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'NSJP';
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

#header_logo #welcome-name {
  display: flex;
  align-items: center;
  height: auto;
}

#header_logo #welcome-name p {
  flex-basis: 170px;
}

#header_logo #welcome-name em {
  font-style: normal;
}

#header_logo #welcome-name .btn_logout {
    display: block;
    flex-basis: 72px;
    padding-left: 6px;
}

#header_logo #welcome-name .btn_logout a {
    display: block;
    border: 2px solid #b1b1b1;
    background-color: #747574;
    color: #fff;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border-radius: 20px;
    font-family: 'NSJP';
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}

#header_logo #welcome-name .btn_logout a:hover {
    background-color: #b1b1b1;
}

#header_nav {
    padding-left: 16px;
    width: 439px;
}

#header_nav nav {
    text-align: right;
}

#header_nav ul {
    justify-content: flex-end;
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
}

#header_nav li {
    display: inline-block;
    margin-left: 6px;
    width: auto;
    list-style-type: none;
}

#header_nav li a {
    position: relative;
    display: block;
    padding:  6px 12px 6px 36px;
    border-radius: 6px;
    color:#fff;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background-color: #254F23;
}

#header_nav li a:hover {
  opacity: .8;
}

#header_nav li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 12px;
    margin: -0.55rem 0 0 0;
}

#header_nav #header_request a:before {
    font-weight: 400;
    content: "\f0e0";
} 

#header_nav #header_qa a:before {
    content: "\f059";
} 

#header_nav #header_otoiawase a:before {
    content: "\f108";
} 


#header_nav li a:hover:before {
  opacity: 1;
}

#header_nav dl {
    margin: 9px 0 0 0px;
    padding: 6px 0px 0px 0px;
    border-radius: 12px;
    color: #fff;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.02rem;
}

#header_nav dd {
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
}

#header_nav strong {
    font-size: 16px;
    font-weight: 900;
}

#header_btn {
    padding-left: 16px;
    width: 93px;
}

#header_btn ul {
    margin: -7px 0 0 0;
    padding: 0;
}

#header_btn ul li {
    display: block;
    margin: 8px 0 0 0;
    padding: 0;
    width: 100%;
}

#header_btn ul li:first-child {
    margin-top: 0;
}

#header_btn ul li a {
    position: relative;
    display: block;
    padding: 6px 2px 6px 20px;
    border-radius: 6px;
    font-family: 'NSJP';
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}

#header_btn #btn_login a {
    border: 2px solid #fff;
    background-color: #E20707;
    color: #fff;
}

#header_btn #btn_jikouke a {
    border: 2px solid #d6ff59;
    background-color: #fff;
    color: #333;
}

#header_btn ul li a:hover {
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.6));
}

#header_btn #btn_login a:hover {
    background-color: #ea5454;
}

#header_btn #btn_jikouke a:hover {
    background-color: #f8ffe3;
}

#header_btn li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 6px;
    margin: -0.55rem 0 0 0;
}

#header_btn #btn_login a:before {
    content: "\f023";
}

#header_btn #btn_jikouke a:before {
    content: "\f095";
    color: #93c50d;
}

/*-------------------------------------------------------------------------------------------*/
/* go top
---------------------------------------------------------------------------------------------*/
#go_top_bottom {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 40px;
    z-index: 1000;
}

#go_top_bottom a {
    position: relative;
    display: block;
    width: 80px;
    height: 60px;
    padding-top: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 5px 5px 10px 0px rgba(131,131,131,0.5);
    background-color: rgba(26, 43, 249, 0.9);
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.3;
    overflow: hidden;
    font-family: Helvetica, Arial, sans-serif;
}

#go_top_bottom a:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -0.4rem;
    margin-left: -1rem;
    width: 30px;
    height: 30px;
    content: '';
    background: url(/images/img_arrow_go_top.png) center center no-repeat;
    background-size: 100%;

/*  content: "\f139";*/
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

#go_top_bottom a:hover {
    opacity: 0.9;
    box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

#go_top_bottom a:hover:after {
    margin-top: -0.5rem;
}

/* go index
--------------------------------------------------------------- */
.go_index {
  clear: both;
  margin-top: 40px;
  text-align: center;
}

.go_index a {
    display: inline-block;
    padding: 6px 2px 1px 2px;
    border-bottom: 1px solid #2c34b7;
    color: #2c34b7;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}

.go_index a:before {
    margin-right: 6px;
    color: #2c34b7;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1rem;
    content: "\f015";
}

.go_index a:hover {
  opacity: .8;
  border-bottom: 1px solid #c00101;
  color: #c00101;
}

.go_index a:hover:before {
  color: #c00101;
}
