@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Thin.otf);
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Light.otf);
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Regular.otf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Medium.otf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Bold.otf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Noto Sans JP;
  src: url(../../font/Member/NotoSansJP/NotoSansJP-Black.otf);
  font-display: swap;
  font-weight: 900;
}


a[href$=".pdf"] {
  position: relative;
}
a[href$=".pdf"]:not(.not-icon):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1" !important;
  font-size: 11px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #f00 !important;
}

a[href$=".doc"],
a[href$=".docx"] {
  position: relative;
}
a[href$=".doc"]:not(.not-icon):after,
a[href$=".docx"]:not(.not-icon):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2" !important;
  font-size: 11px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #2b579a !important;
}

a[href$=".xls"],
a[href$=".xlsx"] {
  position: relative;
}
a[href$=".xls"]:not(.not-icon):after,
a[href$=".xlsx"]:not(.not-icon):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3" !important;
  font-size: 11px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #007233 !important;
}

a[href$=".ppt"],
a[href$=".pptm"],
a[href$=".pptx"] {
  position: relative;
}
a[href$=".ppt"]:not(.not-icon):after,
a[href$=".pptm"]:not(.not-icon):after,
a[href$=".pptx"]:not(.not-icon):after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c4" !important;
  font-size: 11px !important;
  margin-left: 7px !important;
  font-weight: 400;
  color: #f5624a !important;
}

a[target$="_blank"]:not(.banner) {
  position: relative;
}
a[target$="_blank"]:not(.banner):not(.not-icon):after {
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-size: 11px;
  margin-left: 7px;
  font-weight: 400;
  color: #004BB1;
}

a {
  text-decoration: none;
  color: #004BB1;
}
a:visited {
  color: #551b8c;
}

.bNone {
  border: none !important;
}

.bgWhite {
  background-color: #fff;
}

body {
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: "Hiragino Sans";
}
body.overflow{
  overflow: hidden;
  width: 100%;
}

/* -------------------------------header----------------------------------- */

header {
  background-color: transparent;
  height: 160px;
  background-image: url(../../img/Member/mainvisual.jpg);
}
header .overwidth{
  background-color: #E3EFB0;
  padding: 2px 30px;
  font-size: 10px;
  font-weight: 600;
}
.kumamoto header .overwidth{
  background-color: #faebd7;
}
.saga header .overwidth{
  background-color: #faebd7;
}
.oita header .overwidth{
  background-color: #faebd7;
}
header .overwidth a{
  color: #333;
}

header .head {
  width: 100%;
  position: relative;
  height: 100%;
}
header .main_top{
  width: 1150px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}


header .head .logo {
  max-width: 330px;
  margin: 20px 0 0 10px;
  display: block;
}
header .head .logo .lead {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
header .head .logo a {
    text-decoration: none;
}
.logo a {
    display: inline-block;
}
.logo img {
    display: block;
    max-width: 100%;
    height: 100px;
}
/* ----------------------------------ログイン--------------------------------- */
.login{
  width: 265px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.login input[type=text],
.login input[type=password] {
  background: #fff;
  padding: 6px;
  margin-bottom: 5px;
  box-sizing: border-box;
  width: 130px;
  font-size: 12px;
  font-weight: 500;
}
.login input::-webkit-input-placeholder{
  font-size: 12px;
  font-weight: 500;
  color: #6F6F6F;
  text-align: center;
}

#log_check{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
}
#log_check #check{
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 25px;
}
.login input[type=checkbox]{
  visibility: hidden;
}
.checkmark{
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  left: 0; 
  top: 0; 
  width: 10px; 
  height: 5px; 
  border-left:2px solid #36BBE3;
  border-bottom: 2px solid #36BBE3;
  transform: rotate(-45deg);
  opacity: 0; 
}
#check input:checked + .checkmark:after {
  opacity: 1; 
}
.login #log{
  position: relative;
}
.submit{
  background-color: #535353;
  color: #fff;
  font-family: "Agrandir Variable";
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px 4px 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.submit:visited {
  color: #fff;
}
.submit:hover, .submit:focus{
  opacity: 0.5;
}

.login .submit {
  width: 130px;
  text-align: center;
}
.login_link {
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.login .login_link a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.login_btn {
  background-color: #36bbe3;
  padding: 2px 15px;
  width: 156px;
  box-sizing: border-box;
  cursor: pointer;
}
.login_btn:hover, .login_btn:focus{
  opacity: 0.8;
}

.login_link_app {
  background-color: #df783a;
  padding: 5px 15px 4px 15px;
  width: 130px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
}
.login_link_app:hover, .login_link_app:focus{
  opacity: 0.8;
}
.login .login_link a.login_link_contact {
  color: black;
  font-weight: 600;
}

.login_link_contact {
  background-color: #fff;
  padding: 4px 15px 4px 15px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #7d7d7d;
}
.login_link_contact:hover, .login_link_contact:focus{
  opacity: 0.8;
}

.login_item_group {
  display: flex;
  justify-content: space-between;
}
.login_user {
  font-size: 10px;
  margin-bottom: 10px;
}

.wrapper_element {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.phone_icon_position {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 122px;
  margin-bottom: 5px;
}
.phone_icon {
  font-size: 20px;
  color: #fff;
  margin-bottom: 3px;
}
.phone_icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1e4";
  font-weight: 900;
  margin-right: 7px;
  color: #fff;
  font-size: 18px;
}
.top_banner a {
  background-color: #132b88;
  padding: 2px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #fff;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  font-size: 15px;
}
.top_banner a:hover {
  opacity: 0.8;
}

/* ---------------------------------ハンバーガーメニュー----------------------------- */
.hbg_menu{
  text-align: center;
  background-color: #535353;
}
.hbg_menu .menu_open{
  padding: 13px 0;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  display: none;
}
.navi_hbg.opened .hbg_menu .menu_open{
  display: none;
}
.hbg_menu .menu_open span{
  position: relative;
}
.hbg_menu .menu_open span::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 43%;
  right: -38px;
  transform: translateY(-50%);
  background-image: url(../../img/Member/sp_menu.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hbg_menu .menu_close{
  padding: 13px 0;
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #535353;
}
.navi_hbg.opened .hbg_menu .menu_close{
  display: block;
}
.hbg_menu .menu_close span{
  position: relative;
}
.hbg_menu .menu_close span::after{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 45%;
  transform: translateY(-50%);
  right: -35px;
  background-image: url(../../img/Member/sp_menu_close.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hbg_overwidth{
  display: none;
  width: 100%;
  height: 100vh;
  padding: 40px 11% 80px;
  background-color: #0057B8;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  overflow: auto;
}
.navi_hbg.opened .hbg_overwidth{
  display: flex;
}
.hbg_overwidth .login{
  margin-bottom: 45px;
}
.hbg_list{
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  margin-bottom: 24px;
}
.hbg_list a{
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 5px;
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid #fff;
}
.hbg_list a::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../../img/Member/chervon_wh.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media screen and (max-width:1200px) {
  .navi_hbg .hbg_menu .menu_open{
    display: block;
  }
  .navi_hbg{
    width: 100%;
    position: fixed; 
    bottom: -1px;
    z-index: 99;
  }
  .hbg_bannner{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .hbg_bannner a{
    margin-bottom: 11px;
    margin-right: 10px;
  }
}




/* --------------------------------グローバルナビ----------------------------------- */

.navigation {
  background-color: #535353;
  width: 100%;
}
.navigation nav{
  padding: 15px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.navigation .nav_link{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  font-family: "Noto Sans JP";
  text-align: center;
  position: relative;
  flex-grow: 1;
}

.navigation .nav_link + .nav_link {
  border-left: 1px solid #fff;
}


/* ---------------------------news list------------------------------------- */
.news_list{
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.news_list .list_item{
  width: 100%;
  padding: 5px 0;
  border-bottom: 2px solid #D6E3E5;
  position: relative;
}
.news_list .list_item:hover{
  text-decoration: none;
}
.news_list .list_item:last-of-type{
  border-bottom: none;
}
.news_list .item_head{
  margin-bottom:5px;
}
.news_list .item_date{
  margin-right: 25px;
  color: #333;
}
.news_list .item_link{
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding-right: 70px;
  color: #0057B8;
}
.news_list .list_item:visited .item_link {
  color: #551b8c;
}

.news_list .item_text{
  width: calc(100% - 21px);
  font-size: 14px;
  font-family: "Hiragino Sans";
  color: #000;
}
.news_list .list_item::after{
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../img/Member/chervon_circle.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top:50%;
  transform: translateY(-50%);
  right: 0;
  transition: all .3s ease;
}
.news_label{
  padding: 2px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.news_label.area_35{
  background-color: #9fa0a0;
}
.news_label.area_40{
  background-color: #f39700;
}
.news_label.area_41{
  background-color: #b6007a;
}
.news_label.area_42{
  background-color: #522886;
}
.news_label.area_43{
  background-color: #bb641d;
}
.news_label.area_44{
  background-color: #00bb85;
}
.news_label.area_45{
  background-color: #7ba3ed;
}
.news_label.area_46{
  background-color: #d7c447;
}
.news_label.area_47{
  background-color: #00abab;
}

.news_background{
  font-size: 18px;
  background: #cccccc;
  color: #000;
  padding: 15px 15px;
  margin-bottom: 10px;
}
.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title1{
  font-size: larger;
}
.title2{
  font-size: smaller;
}
.news_date{
  font-size: 14px;
  text-align: right;
  padding: 12px 0;
}

/* -----------------------------------Nyusatsu--------------------------------- */
.nyusatsu_sekk{
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #f6ae54;
}

/* --------------------info list----------------------------- */

.info_list{
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.info_list .info_item{
  width: 100%;
  padding: 15px 0;
  border-bottom: 2px solid #D6E3E5;
  position: relative;
}
.info_list .info_item:hover, .info_list .info_item:focus{
  text-decoration: none;
}
.info_list .info_item:last-of-type{
  border-bottom: none;
}
.info_list .item_head{
  margin-bottom:8px ;
}
.info_list .item_date{
  margin-right: 25px;
  color: #333;
}
.info_list .info_txt{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.info_label{
  padding: 2px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.defect_label {
  padding: 2px 30px;
  color: #CC0000;
  border: 1px solid #CC0000;
}


/* -----------------------------------banner foot--------------------------------- */
.banner_foot{
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #D6E3E5;
  position: -webkit-sticky; 
  position: sticky; 
  bottom: -1px;
  z-index: 99;
}
.banner_foot .inner{
  width: 1046px;
  padding: 13px 0 0 0;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}
.banner_foot a{
  margin-bottom: 13px;
  margin-right: 10px;
}
.banner_foot a:last-of-type{
  margin-right: 0;
}
@media screen and (max-width:1200px) {
  .banner_foot{
    position: static;
  }
}
@media screen and (max-width:1080px) {
  .banner_foot .inner{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:460px) {
  .banner_foot{
    display: flex;
    justify-content: center;
  }
  .banner_foot .inner{
    margin-left: -1%;
    margin-right: -1%;
  }
  .banner_foot a{
    width: 48%;
    margin-left: 1%;
    margin-right:1%;
  }
  .banner_foot a img{
    transition: all .5s ease;
    width: 100%;
  }
}
/* 印刷時にフッターバナーをフッターに固定しておく。 */
@media print {
  .banner_foot{
    position: static;
  }
}


/* -------------------------footer------------------------------ */
footer{
  width: 100%;
  background-color: #fff;
}
.foot_link{
  padding: 5px 0;
  border-top: 1px solid #D6E3E5;
  border-bottom: 1px solid #D6E3E5;
  display: flex;
  justify-content: center;
  flex-wrap: rwap;
}
.foot_link a{
  font-size: 12px;
  font-weight: 500;
  color: #0057B8;
  margin: 5px;
}
.foot_link .col-12 a:visited{
  color: #551b8c;
}
.foot_company{
  padding: 10px 80px;
  background-color: #0057B8;
}
.foot_company .company_logo{
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.company_link{
  text-align: center;
  padding: 10px 0;
  background-color: #ebfcff;
}
.company_link a{
  color: #0057B8;
  font-size: 12px;
  margin-right: 30px;
  position: relative;
  transition: all .3s ease;
  font-family: "Noto Sans JP";
}
.company_link a:visited{
  color: #551b8c;
}
.foot_company .company_link a::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../../img/Member/chervon_bl.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.copyright{
  font-size: 10px;
  color: #fff;
  padding: 16px 0;
  text-align: center;
  background-color: #333;
  margin-bottom: 0;
}



/* --------------------font----------------------------- */
h1{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
h2{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #004BB1;
  margin-bottom: 15px;
}
h3{
  font-size: 21px;
  font-weight: 600;
  padding: 20px;
  background-color: #EAEDF2;
  border-radius: 10px;
  margin-bottom: 24px;
}
h4{
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}
h4::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #172349;
}
h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}


/* ----------------main_inner--------------------- */
.main_inner{
  width: 100%;
  padding: 16px 5% 100px;
  margin: auto;
}

/* iframe */
.sekisan_iframe{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}
.sekisan_iframe iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.latest_news_iframe{
  position:relative;
  width:100%;
  height:0;
  padding-top:75%;
}
.latest_news_iframe iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* ------------------page_navi------------------------ */
.page_navi{
  margin-bottom: 15px;
  font-size: 12px;
  font-family: "Noto Sans JP";
}
.page_navi a{
  font-size: 12px;
  font-family: "Noto Sans JP";
  text-decoration: underline;
  margin-right:23px ;
  color: #0057B8;
  position: relative;
}
.page_navi a:visited{
  color: #551b8c;
}
.page_navi a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-image: url(../../img/Member/chervon_bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



/* ---------------table---------------- */
table{
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
.scroll{
  margin-bottom: 20px;
}
.scroll table{
  margin-bottom: 5px;
}
table th{
  text-align: center;
  background-color: #F9FAFB;
}
table th,
table td{
  padding: 5px;
}
table,
table th,
table td{
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table tr.bg-th{
  background-color: #F9FAFB;
}
.left_is_th th{
  font-weight: 600;
}
.top_is_th{
  font-size: 14px;
}
.top_is_th th{
  font-weight: 700;
}
.link_underline a{
  text-decoration: underline;
}
.top_is_th .td_right{
  text-align: right;
  word-break: break-all;
}
.top_is_th td{
  word-wrap: break-word;
}

.border_none td {
  border:none;
}

.fixed_w45 {
  display: block;
  width: 45px;
}

/* 社名色用設定 */
#criteria_list,
#criteria_list th,
#criteria_list td {
  width: 1150px;
  font-size: 14px;
  border: none;
}

/* 入札結果一覧　落札延期区分の文字色 */
.tokushu_array {
  color: #f00;
}

/* --------------------list----------------- */
.list_disc{
  margin-left: 16px;
  margin-bottom: 25px;
}
.list_disc li{
  margin-top: 0;
  margin-bottom: 15px; 
  font-size: 16px;
}
.list_decimal{
  margin-left: 16px;
  margin-bottom: 25px;
}
.list_decimal li{
  list-style: decimal;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
}


/* ------------------link_list---------------- */
.link_list{
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
}
.link_list a{
  margin-bottom: 15px;
  font-size: 14px;
}

.link_list_td{
  display: flex;
  flex-direction: column;
}
.link_list_td a{
  font-size: 14px;
}

/* ---------------------------------------ボタン----------------------------- */

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

.btn {
  padding: 15px 45px;
  text-align: center;
  min-width: 180px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "Agrandir Variable";
  font-weight: bold;
  border-radius: 24px;
  position: relative;
  background-color: #555;
}
.btn:hover, .btn:focus{
  text-decoration: none;
  opacity: 0.5;
}

.btn:after{
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background-image: url(../../img/Member/chervon_wh.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.submit_gray{
  background-color: #999;
  color: #333;
  font-family: "Agrandir Variable";
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
  cursor: pointer;
}
.submit_gray:visited {
  color: #333;
}
.submit_gray:hover, .submit_gray:focus{
  opacity: 0.5;
}

.submit_primary{
  background-color: #36BBE3;
  color: #fff;
  font-family: "Agrandir Variable";
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
  cursor: pointer;
}
.submit_primary:visited {
  color: #fff;
}
#submit_primary_contact{
  max-width: 400px;
}
.submit_primary:hover, .submit_primary:focus{
  opacity: 0.5;
}

.button_gray_mini{
  background-color: #696969;
  color: #fff;
  font-family: "Agrandir Variable";
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-flex;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
}
.button_gray_mini:hover, .button_gray_mini:focus{
  opacity: 0.5;
}

.button_nav_group{
  display: flex;
  margin-bottom: 15px;
}

.button_nav_group a:last-child{
  border-right: 1px solid;
}

.button_nav{
  background-color: #1e71c1;
  color: #FFF;
  font-family: "Agrandir Variable";
  font-size: 18px;
  padding: 8px 36px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #1e71c1;
  text-align: center;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
.button_nav:hover, .button_nav:focus{
  opacity: 0.5;
  text-decoration: none;
}
.button_nav.unselected{
  background-color: #FFF;
  color: #1e71c1;
}
.button_nav.unselected:hover, .button_nav.unselected:focus{
  opacity: 0.5;
  text-decoration: none;
}


/* -----------------------form---------------------- */
.form{
  margin-bottom: 5px;
}
.form_item{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}
.form_item {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.form_item input:not(.submit_primary) {
  background-color: #fff;
}
.form_item select {
  background-color: #fff;
}
.form_item input::placeholder {
  font-size: 12px;
}
.item_title{
  width: 200px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.item_title_two_row{
  width: 200px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 500;
}
.form_item .item_tips{
  color: #CC0000;
  margin-left: 8px;
  font-size: 12px;
}
.form_item .item_text{
  width: calc(100% - 21px);
  font-size: 18px;
  border: 1px solid #ccc;
  padding: 5px 9px;
  font-family: "Hiragino Sans";
}
.form_item .item_text.others{
  padding: 4px 0 6px 20px;
  max-width: 300px;
}
.form_item .item_text_short{
  width: 150px;
  font-size: 15px;
  border: 1px solid #CDD6DD;
  padding: 7px 10px;
  font-family: "Hiragino Sans";
}
.form_item .item_text_middle{
  width: 500px;
  font-size: 18px;
  border: 1px solid #CDD6DD;
  padding: 12px 0 14px 20px;
  font-family: "Hiragino Sans";
}
.form_item input::-webkit-input-placeholder{
  color: #CDD6DD;
  font-size: 18px;
  font-family: "Hiragino Sans";
}
.form_item textarea::-webkit-input-placeholder{
  color: #CDD6DD;
  font-size: 18px;
  font-family: "Hiragino Sans";
}
.form_item input[type=checkbox]{
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
}
.form_item input[type=radio]{
  -webkit-appearance: radio;
  appearance: radio;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #CDD6DD;
}
.form_item.check,
.form_item.radio,
.form_item_group{
  display: flex;
}
.form_item_group{
  justify-content: space-between;
}

.form_item_group .check label{
  display: inline-block;
}
.check_btn {
  min-width: 190px;
  max-width: 190px;
}
.check_btn button {
  margin-left: 0px;
}

.form_item label{
  font-size: 14px;
  font-weight: 400;
  margin-right: 13px;
  display: flex;
  align-items: center;
}
.form_item.form_select{
  width: 414px;
  position: relative;
}
.form_item.form_select_short{
  width: 172px;
  position: relative;
}
.form_item.form_select::after,
.form_item.form_select_short::after{
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(../../img/Member/chervon_bk.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
.form_item.form_select.on::after,
.form_item.form_select_short.on::after{
  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
}
.form_item .item_select{
  border: 1px solid #ccc;
  padding: 8px 15px;
  width: 100%;
  font-size: 14px;
  font-family: "Hiragino Sans";
}
.form_item .item_group,
.form_item .item_group_inline{
  display: flex;
  align-items: center;
}
.form_item .item_group_inline{
  white-space: nowrap;
}

.item_group_text {
  font-size: 16px;
  font-weight: 400;
}

.form_item .item_group .item_group_text,
.form_item .item_group_inline .item_group_text{
  margin:10px;
}
.form_item .item_group .item_group_label,
.form_item .item_group_inline .item_group_label{
  font-size: 14px;
  margin-right:10px;
  font-weight: normal;
}

.form_item .item_group_text_notice{
  color: #f00;
  font-size: 12px;
}

.form_item label.item_kanzen{
  margin-right:0px;
}

.item_check {
  vertical-align: middle;
}

.item_check.item_check_center{
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
}

#chk-privacy-policy-error {
  text-align: center;
}

.form_item .item_outline{
  display:flex;
}

.form_item_nl{
  width: 100%;
  margin-bottom: 20px;
}
.form_item_nl .item_title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
}
.form_item_nl .item_outline{
  display: block;
}
.form_item_nl .item_group{
  display: inline-block;
  align-items: center;
}
.form_item_nl input[type=checkbox]{
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #CDD6DD;
  border-radius: 4px;
}
.form_item_nl label{
  font-size: 16px;
  margin-right: 24px;
  align-items: center;
}
.search_item {
  width: 940px;
}
.search_item_2col {
  width: 445px;
}
.search_item_kakuzuke {
  width: 421px;
}
.select_item_txt {
  font-weight: 400;
  padding: 5px 15px;
  margin-right: -1px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.w100{
  width: 100%;
  padding-left: 10px;
}
.annotation {
  display: block;
  line-height: 17px;
}
.list_annotation {
  width: 58%;
  margin: 0 0 0 auto;
  text-align: left;
  font-size: 13px !important;
}
.vertically_centered {
  align-items: center;
  display: flex;
}

/* --------------------pager---------------------- */
.pager{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.pager .arrow_pre,
.pager .arrow_next{
  width: 50px;
  height: 50px;
  background-color:#FAFAFA ;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
  position: relative;
}
.pager .arrow_pre::after,
.pager .arrow_next::after{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pager .arrow_pre::after{
  background-image: url(../../img/Member/arrow_pre.png);
}
.pager .arrow_next::after{
  background-image: url(../../img/Member/arrow_next.png);
}
.pager_list{
  margin: 0 31px;
  overflow: hidden;
  white-space: nowrap;
}
.pager_list a{
  margin-right: 22px;
  font-size: 18px;
}
.pager_list a:last-of-type{
  margin-right: 0;
}
.pager_list .notcurrent{
  color: #98A6B5;
}
.pager_list .current{
  color: #171C9B;
}

/* -------------------無料体験申し込み-------------------- */
.trial_title {
  background-color: #f00;
  padding: 5px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom:-5px;
}
.trial_link {
  text-decoration: none;
  width: 100%;
  color: #fff;
  text-align: center;
}
.trial_link:visited {
  color: #fff;
}
.trial_txt {
  font-size: 20px;
  font-weight: 450;
  text-align: center;
  padding: 10px;
  border: 5px solid #f00;
  background-color: #fff;
  margin-bottom: 15px;
}

/* -----------------正会員申し込み------------------ */
#regular textarea {
/*  height: 293px;*/
  background-color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.members_terms_link {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
#regular .members_terms_area .error {
  margin:auto !important;
}

/* -------------------お問合せ-------------------- */
#contact .contact_textarea {
  background-color: #fff;
  font-size: 18px;
}
#contact .contact_textarea::placeholder {
  font-size: 12PX;
}


/* -------------------企業情報-------------------- */
.gyosya_table_group {
  display:flex;
  justify-content: space-between;
}
.gyosya_table .gyosya_table_thead th {
  background-color: #ffdab9 !important;
}
.gyosya_table .gyosya_table_tbody tr,
.gyosya_table .gyosya_table_tbody th,
.gyosya_table .gyosya_table_tbody td {
  background-color: #e6e6fa !important;
}
.gyosya_text::after {
  content: "、";
}
.gyosya_kizyun_label {
  font-size: 14px;
  font-weight: normal;
}



/* --------------------共通---------------------- */
/* フラッシュメッセージ */
.message-top {
  margin: 1rem;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 400px;
}

.message {
  padding: 10px;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: .25rem;
}
.message.error {
  color: #ff0000;
  background-color: #ffffff;
  border-color: #ff0000;
}
/* エラーメッセージ */
.error-message {
  color: #f00 !important;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
}

/* ページネーション */
ul.pagination {
    list-style: none;
}
.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.pagination > * + * {
  margin-left: 12px;
}
.pagination a {
    display: inline-block;
    color: black;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 2px #111;
}

.pagination a:hover, .pagination a:focus {
    background-color: gray;
    color: white;
}

.pagination i {
    line-height: 40px;
}

.pagination .active a {
    background-color: gray;
    color: white;
}

.pagination .disabled a {
    pointer-events: none;
    color: #ccc;
}

.pagination .disabled a:hover, .pagination .disabled a:focus {
    background-color: initial;
    color: #ccc;
}

/* 発注形態アイコン */
.hkeitai-icon {
  font-size: 11px !important;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #00a1e9;
  margin: 0 !important;
  padding: 3px;
}
.hkeitai-icon:visited {
  color: #fff;
}

/* dislay */
.display-flex {
  display: flex;
}

/* 高さ */
.height-86 {
  height: 86px;
}
.line-height-44 {
  line-height: 44px;
}

/* 幅 */
.width-49 {
  width: 49px !important;
}
.width-54 {
  width: 54px !important;
}
.width-100 {
  width: 100px !important;
}
.width-124 {
  width: 124px !important;
}
.width-242 {
  width: 242px !important;
}
.width-290 {
  width: 290px !important;
}
.width-300 {
  width: 300px !important;
}
.width-390 {
  width: 390px !important;
}
.width-310 {
  width: 310px !important;
}
.width-443 {
  width: 443px !important;
}
.width-470 {
  width: 470px !important;
}
.width-538 {
  width: 538px !important;
}
.width-575 {
  width: 575px !important;
}
.width-580 {
  width: 580px !important;
}
.width-593 {
  width: 593px !important;
}
.width-620 {
  width: 620px !important;
}
.width-700 {
  width: 700px !important;
}
.width-760 {
  width: 760px !important;
}
/* マージン */
.m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top:10px;
}
.mt-15 {
  margin-top:15px;
}
.mt-20 {
  margin-top:20px;
}
.mb-0 {
  margin-bottom:0px;
}
.mb-5 {
  margin-bottom:5px;
}
.mb-10 {
  margin-bottom:10px;
}
.mb-15 {
  margin-bottom:15px;
}
.mb-20 {
  margin-bottom:20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-12p {
  margin-bottom: 12%;
}
.ml-10 {
  margin-left:10px;
}
#ml-10_gyosha {
  width: 25%;
}
.ml-20 {
  margin-left:20px;
}
.ml-25 {
  margin-left:25px;
}
.m-10 {
  margin:10px;
}
.mr-0 {
  margin-right:0px;
}
.mr-5 {
  margin-right:5px;
}
.mr-10 {
  margin-right:10px;
}
.mr-15 {
  margin-right:15px;
}
.mr-20 {
  margin-right:20px;
}
.mr-25 {
  margin-right:25px;
}

/* パディング */
.p-0 {
  padding: 0;
}
.pt-5 {
  padding-top: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-30 {
    padding-right: 30px;
}
/* 線 */
.border-t {
  border-top: 1px solid #E2E2E3 !important;
}
.border-r {
  border-right: 1px solid #E2E2E3 !important;
}
.border-b {
  border-bottom: 1px solid #E2E2E3 !important;
}
.border-l {
  border-left: 1px solid #E2E2E3 !important;
}
.border {
  border: 1px solid #E2E2E3 !important;
}

.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.text_notice{
  color: #f00;
  font-size: 14px;
}
.text_tips{
  font-size: 11px;
  font-weight: 400;
}
.checkPre :nth-of-type(7n)::after {
  content: '\A';
  white-space: pre;
}
.alter tr:nth-child(2n+1){
	background:#eee;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.item_hplink {
  padding: 10px 10px 0px 5px;
  width: 25%;
}

/* 2行で省略 */
.towline_omit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 1行で省略 */
.one_omit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.item_text:focus,
.item_text_middle:focus,
.item_text_short:focus,
.item_select:focus,
.item_check:focus,
.item_radio:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  color: #212529;
  background-color: #fff;
  border-radius: 2px;
}
.arrow_next:focus, .arrow_pre:focus {
  opacity: 0.5;
}
.nav_link:focus,
.pickup_title a:focus,
.sec_title_link a:focus,
.foot_link a:focus,
.company_link a:focus {
  text-decoration: underline;
}

.page_link {
  font-size: 13px;
  color: #004BB166;
}
