/* CSS Document */
html {
  font-size: 14px;
}
body {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2e3136;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}
.clearfix { display: block; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a, button {
  cursor: pointer;
  transition: 0.3s all ease;
}
a {
  color: #039;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #039;
  text-decoration: none;
}
a.top_search_icon:hover, a.top_search_icon:focus, a.top_search_icon:active {
  color: #fff;
}
img {
  border: 0;
}
input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
  display: inline-block;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input {
  vertical-align: middle;
}
.mb20 {
  margin-bottom: 20px;
}


/* ========== header ========== */
#header {
  /* display: flex;
   flex-wrap: wrap;
   position: relative;*/
  padding: 11px 0 12px;
  box-shadow: 0 1px 3px #d3d6dd;
  border-bottom: 1px solid #d3d6dd;
}
#header h1{
  font-size:24px;
  font-size: 1.714rem;
  font-weight:bold;
  line-height: 1.5;
  max-width:700px;
}
#header .header_innder {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.header_innder__left {
  /*display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;*/
  float: left;
}
.header_innder__left p {
  margin-top: 0;
}
.m-headerLogo {
  display: flex;
  flex-wrap: nowrap;
  /*justify-content: center;*/
  align-items: center;
}
.m-headerLogo a {
  padding-bottom: 6px;
}
.m-headerHome {
  width: 90px;
  height: 36px;
  margin: 0 0 0 45px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 0 #ccc;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #0650cb;
  background: #0650cb;
  vertical-align:middle;
  text-align:center;
  font-size: 14px;
}
.m-headerHome:hover, .m-headerHome:focus, .m-headerHome:active {
  border-color: #333;
  background: #333;
  color: #fff;
  text-decoration: none;
}
.top_search_icon{
  display:none;
  position:absolute;
  right:10px;
  top:7px;
  width:36px;
  height:36px;
  color:#fff;
  text-align:center;
  line-height:36px;
  background-color:#0650cb;
  border-radius:100%;
  box-shadow: 0 2px 0 #ccc;
}
/*.header_innder__right {
  padding: 1.3em 0 0;
  float: right;
}*/

.m-headerLink {
  position: absolute;
  top: 5px;
  right: 15px;
}

.m-headerLink li {
  margin: 0 0 0 20px;
  line-height: 1;
  float: left;
}

.m-headerLink li:first-child {
  margin-left: 0;
}

.m-headerLink a {
  padding: 0 0 0 15px;
  text-decoration: none;
  position: relative;
  display: block;
}

.m-headerLink a:before {
  display: inline-block;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  width: 6px;
  height: 9px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
}

.m-headerLink a:hover, .m-headerLink a:focus, .m-headerLink a:active {
  text-decoration: underline;
}

.m-headerLink--main::before {
  transform: rotate(90deg);
}
#header .m-headerSearch {
  /*width: 510px;*/

  /* display: flex;
   flex-wrap: nowrap;*/
  position:absolute;
  top:30px;
  right:10px;
}
.m-headerSearch {
  /*width: 510px;*/

  /*display: flex;
  flex-wrap: nowrap;*/
}
#header .m-headerSearch label {
  display: inline;
  font-weight: normal;
}
input[type="text"].m-headerSearch__textbox {
  width: 418px;
  height: 36px;
  padding: 2px 0 0 18px;
  border-radius: 30px 0 0 30px;
  border: 1px solid #bbbfca;
  border-right: none;
  float: left;
}
.m-headerSearch__button {
  min-width: 92px;
  height: 36px;
  padding: 0 15px 0 38px;
  color: #fff;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: left;
  position: relative;
  border-radius: 0 30px 30px 0;
  border: 1px solid #0650cb;
  background: #0650cb;
}
.m-headerSearch__button::before {
  display: inline-block;
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  width: 17.02px;
  height: 17.02px;
  margin-top: -11.5px;
  position: absolute;
  top: 50%;
  left: 13px;
}

p.pageTop {
  position:fixed;
  right:10px;
  bottom:110px;
  z-index:10;
  display:none;
}
p.pageTop a {
  /*background: #4cb1c0 url(/user/images/arrow_top_white.png) no-repeat center 5px;
  background-size:18px auto;*/
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  color:#333;
  opacity:0.7;
  font-size:40px;
  font-size: 2.857rem;
}
p.pageTop a img {
  height: 44px;
  width: auto;
}

#container{
  margin-top: 10px;
}
.content__inner{
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}
#footer {
  margin:30px 0 0;
  border-top:3px solid #e0e4ec;
}
.l-footerInner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-footerNav {
  padding: 28px 0 40px;
  background: #eceff4;
}

.l-footerUtil {
  padding: 30px 0;
  background: #e0e4ec;
}
.l-footerInfo {
  padding: 17px 0 17px;
  background: #fff;
}
.m-footerLink {
  display: flex;
  flex-wrap: wrap;
}

.m-footerLink li {
  margin: 0 20px 0 0;
}

.m-footerLink li:last-child {
  margin-right: 0;
}

.m-footerLink a {
  padding: 0 0 0 15px;
  text-decoration: none;
  position: relative;
}

.m-footerLink a::before {
  display: inline-block;
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight:900;
  width: 6px;
  height: 9px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  left: 0;
}

.m-footerLink a:hover, .m-footerLink a:focus, .m-footerLink a:active {
  text-decoration: underline;
}

.m-footerText {
  margin: 5px 0 0;
  font-size: 85.7%;
}
.m-footerInfo {
  margin: 24px 0 0;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 200px;
  position: relative;
}
.m-footerInfo__address {
  margin: 0 0 0 18px;
}
.m-footerInfo__rosai, .m-footerInfo__hw {
  position: absolute;
  top: -25px;
  right: 0;
}
.m-footerInfo__logo img, .m-footerInfo__rosai img, .m-footerInfo__hw img {
  height: 54px;
}
.m-footerInfo__hw {
  top: 34px;
}
.m-footerCopy {
  margin: 10px 0 0;
  font-family: Arial;
  font-size: 85.7%;
  word-break: normal !important;
  display: block;
}


.error-breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.857rem;
}
.titleLv1 {
  margin: 20px 0 20px;
  position: relative;
  border-bottom: 3px solid
  #ced1d9;
  padding-bottom: 5px;
}
.titleLv1__hdg{
  font-size: 20px;
  font-size: 1.429rem;
  font-weight: bold;
  line-height:40px;
}
.titleLv1::before{
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #0650cb;
  content: '';
}


@media screen and (min-width: 768px) and (max-width: 991px){ /* ipad */
  .m-headerHome{
    margin-left:20px;
  }
  input[type="text"].m-headerSearch__textbox{
    width:300px;
  }


}
@media screen and (max-width: 767px){ /* sp */
  .titleLv1__hdg{
    font-size:20px;
    font-size: 1.429rem;
    line-height:24px;
  }
  #header .header_innder {
    padding:19px 10px 0;
  }
  .header_innder__left{
    float:none;
  }
  .m-headerLogo img{
    width:150px;
  }
  #header h1{
    font-size:18px;
    font-size: 1.286rem;
  }
  .header_font_adjust{
    display:none;
  }
  .m-headerLink{
    /*display:none;*/
    top:0;
  }
  .top_search_icon{
    display:block;
  }
  #header .m-headerSearch {
    position:static;
    display:none;
  }
  .m-headerSearch__button{
    float:right;
  }
  input[type="text"].m-headerSearch__textbox{
    width: calc(100% - 92px);
  }
  .content__inner{
    padding:0 10px;
  }
  .m-footerLink {
    margin: 0 0 0 -15px;
  }
  .m-footerLink li {
    width: 50%;
    margin: 12px 0 0;
    padding: 0 0 0 15px;
  }
  .m-footerLink li:nth-child(-n+2) {
    margin-top: 0;
  }
  .m-footerLink a {
    display: block;
  }
  .m-footerInfo {
    margin-top: 19px;
    display: block;
    padding-right: 0;
  }
  .m-footerInfo p {
    text-align: center;
  }
  .m-footerInfo__logo {
    padding-bottom: 6px;
  }
  .m-footerInfo__address {
    margin-top: 12px;
    margin-left: 0;
  }
  .m-footerInfo__rosai, .m-footerInfo__hw {
    margin-top: 12px;
    position: relative;
    top: 0;
    right: 0;
  }
  .m-footerCopy {
    text-align: center;
  }
}

@media screen and (max-width: 413px){
  .m-headerLogo img {
    width: 120px;
  }
  #header h1{
    font-size: 16px;
    font-size: 1.143rem;
  }
}

@media screen and (max-width: 374px){
  #header h1{
    font-size:15px;
    font-size: 1.071rem;
  }
}

.header_font_adjust{
  position: absolute;
  bottom: 5px;
  right: 10px;
  padding-left: 20px;
  /*border-left: 1px solid #bbbfca;*/
}
.m-headerUtil__support {
  line-height: 24px;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.m-headerUtil__tool {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}
.m-headerUtil__fontsize, .m-headerUtil__color {
  font-size: 85.7%;
  display: flex;
}
.m-headerUtil__fontsize dt, .m-headerUtil__color dt {
  margin: 0 10px 0 0;
  font-weight: bold;
  line-height: 24px;
}
.m-headerUtil__fontsize dd:first-of-type, .m-headerUtil__color dd:first-of-type {
  border-radius: 15px 0 0 15px;
}
.m-headerUtil__fontsize dd, .m-headerUtil__color dd {
  min-width: 44px;
  min-height: 24px;
  display: table-cell;
  border: 1px solid #bbbfca;
}
.m-headerUtil__fontsize dd a.is-current, .m-headerUtil__color dd a.is-current {
  color: #fff;
  cursor: default;
  text-decoration: none;
  background: #6e7380;
}
.m-headerUtil__fontsize dd:first-of-type a, .m-headerUtil__color dd:first-of-type a {
  border-radius: 15px 0 0 15px;
}
.m-headerUtil__fontsize dd:first-of-type + dd, .m-headerUtil__color dd:first-of-type + dd {
  border-left: none;
}
.m-headerUtil__fontsize dd + dd, .m-headerUtil__color dd + dd {
  border-left: none;
}

.m-headerUtil__fontsize dd a, .m-headerUtil__color dd a {
  height: 100%;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}
.m-headerUtil__fontsize dd:last-child, .m-headerUtil__color dd:last-child {
  border-radius: 0 15px 15px 0;
  border-left: none;
}

.m-headerUtil__fontsize dd:last-child a, .m-headerUtil__color dd:last-child a {
  border-radius: 0 15px 15px 0;
}
.w_130{
  width: 130px;
}


input[type="text"], input[type="password"], input[type="email"], textarea, .uneditable-input {
  color: #2e3136;
}


/* ---------------------------------------------------------------------- */
/*  404 and 500 error
/* ---------------------------------------------------------------------- */
.btn {
  transition: all 0.3s ease 0s !important;
}
.btn-red {
  background-color: #e66b6b;
  border-color: #e25555;
  color: #ffffff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
  background-color: #e25555;
  border-color: #df3f3f;
  color: #ffffff;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
  background-color: white;
  border-color: white;
  color: #ffffff;
}
.text-azure {
  color: #00BDCC;
}
.text-orange {
  color: #F58A5C;
}
.text-red {
  color: #e66b6b;
}
body.error-full-page .page-error {
  margin-top: 60px;
}
.page-error {
  text-align: center;
}
.page-error .error-number {
  display: block;
  font-size: 158px;
  /*font-size: 11.286rem;*/
  font-weight: 300;
  letter-spacing: -10px;
  line-height: 128px;
  margin-top: 0;
  text-align: center;
}
.page-error .error-details {
  display: block;
  padding-top: 0;
  text-align: center;
}
.page-error .error-details .btn-return {
  margin: 10px 0;
}
.page-error .error-details h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-error .error-details a {
  text-decoration: none;
}