@charset "UTF-8";
/*reset
--------------------------------*/
/*GC0002 修正　min-width: 122px;　=>min-width: 140px;
--------------------------------*/
/* Update Start 2021/04/21 [UI0027] フォントの外部リソース化 */
/*
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype'),
        url('../fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype'),
        url('../fonts/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
*/

body {
   font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
}

/* Update End   2021/04/21 [UI0027] フォントの外部リソース化 */

.l-main {
    background-color: #fff;
}
/* Add Start 2021/03/16[UN0010] UI刷新対応(課題No250対応) */
.itsmoNaviDomContainer{
	position: absolute;
    right: 10px;
}
.collectPointPopup{
	text-align:center !important;
}
.collectMap_button{
	float: right;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
/* Add End 2021/03/16[UN0010] UI刷新対応(課題No250対応) */
.l-header__top .button {
    min-width: 140px;
    margin: auto 0 10px 0;
    padding: 10px 14px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
}

.c-label--submit, .c-label--back {
    line-height: 2.5rem;
    text-align: center;
}

.c-label--submit::after{
    top: 0px;
}

.c-label--btn {
    display: block;
    opacity: 0;
    border: 0px;
    width: 0px;
    height: 0px;
}

.selectbox select {
    -moz-appearance: none;
    padding-right: 2rem;
}

select {
    -moz-appearance: none;
}

.c-box--2column__content__item__datail a {
    text-decoration: underline;
    color: #2E66FF;
}
.collectMap_box{
	margin-bottom:20px;
}
.collectMap_box_title{
    margin: 10px 10px 10px 10px;
/* Add Start 2021/03/11[UI0057] UI刷新対応 */
        text-align: left;
/* Add End   2021/03/11[UI0057] UI刷新対応 */
}
.collectMap_table{
    margin: 0 auto !important;
    width:100% !important
}
/* Update Start 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
.goodsSearchTable_th{
	padding:5px !important;
}
.recommendUpdBottom{
	padding-bottom: 30px !important;
}
/* Update End 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
.textSize {
    font-size: 1.125rem;
    text-align: left;
}
.overflow_table_x{
	overflow: auto;
    width: 100%;
}
.font-nodefinded {
    font-family: no-definded;
}

.c-box--2column__content__item__datail a:hover {
    text-decoration: none;
}

.c-btn--margin {
    margin-bottom: 20px;
}

.time--margin {
    margin: 20px 0 20px 50px;
}

/*GC0002 追加　Start
--------------------------------*/
.c-box--3column__content {
    width: 100%;
}

.bread_crumb_area {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E9E9E9;
    margin-bottom: 10px;
}

.c-box--procedure__div {
    margin: 0 auto 19px;
    max-width: 1024px;
    border: 1px solid #006FBC;
}

.c-box--procedure__error {
    color: #B20000;
    padding-left: 0px;
    margin: 0 auto 19px;
    max-width: 1024px;
}

.flex_wrap_row {
    flex-wrap: wrap;
}

.bread_crumb_area ul {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.bread_crumb_area ul li {
    display: inline;
}

.bread_crumb_area a {
    text-decoration: underline;
}

.bread_crumb_area a:hover {
    text-decoration: none;
}
/* Add Start 2021/03/08[GC0002] UI刷新対応（課題No.268対応） */
.btn_width{
    width: 450px;
}
/* Add End 2021/03/08[GC0002] UI刷新対応（課題No.268対応） */
.isNotClick {
    border-radius: 5px;
    border: 1px solid #575757;
    padding: 20px 20px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    /*background-color: #DFE1E2;*/
}
.main2{
	background-color:#fff;
}
.addressSearchForSmp_box{
    max-width: 100%;
    padding: 15px 15px !important;
}
.addressSearch_box{
    display: flex;
    flex-wrap: nowrap;
}
.addressSearchForSmp_box_child_1{
    position: relative;
    margin-bottom: 30px;
    width: 100%;

}
.addressSearch_box_child_1{
    margin-bottom: 30px;
    max-width:25%;
    padding:2px;
    width: 100%;
}
.addressSearch_wrap_boottom{
	padding-bottom:40px !important;
}
.addressSearch_box_child_1_960{
    margin-bottom: 30px;
    max-width:100%;
    padding:2px;
    width: 100%;
}
.addressSearch_box_960{
    display: flex;
    flex-wrap: wrap;
}
.selectbox_address {
  width: 100%;
}
.addressSearchForSmp_title_1{
    display: block;
    margin-bottom:20px;
    padding: 5px 1px 5px 15px;
}
.addressSearch_titleBox{
	height:115px;
}
.addressSearch_titleBox_960{
    height:auto !important;
}    
.addressSearchForSmp_input_text{
    margin-top: 15px;
    margin-left: 15px;
    width: 100px;
    margin-bottom: 16px;
}
.addressSearchTop{
	margin-top:0px !important;
	margin-bottom:30px !important;
}
.addressSearchTop_child{
    margin-top:0px !important;
}
.addressSearchForSmp_select{
    width:100%;
}
/* Update Start 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
.addressMl{
	margin-left:40px;
}
.select-addressSearch{
	width: 450px !important;
    margin-right: 20px;
}
.select-addressSearch_pc select{
	width:100% !important;
	height:300px !important;
}

.address_box{
	min-width:320px !important;
}
.addressTitle{
	font-weight:700 !important;
}
/* Update End 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
.title_box{
    height:135px;
}
.c-box--cardList__item a {
    min-height: auto;
}

.c-pager .first.isNotHref {
    background-color: #E1E1E1;
}

.c-pager .last.isNotHref {
    background-color: #E1E1E1;
}

.errorMessage {
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  /* color: #FF2800; */
  color: #E12800;
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
    list-style-type: none;
}

/* Add Start 2022/01/20 [UI0086] ecolife2021年下期対応 */
.errorMessage p {
    margin-left: 1.8em;
}
/* Add End   2022/01/20 [UI0086] ecolife2021年下期対応 */
.td-align-right {
    text-align: right;
}

.div_margin_20 {
    margin-bottom: 20px;
}

.div_defaultFooter_detail {
    padding-top: 40px;
}

.offerYakkan_div {
    margin-left: 50px;
    margin-right: 50px;
}

/* Delete Start 2021/03/15 [UN0032] UI刷新対応（課題No.274対応） */
/* .errorMessage li::before{
  content: "";
  background: url(../img/icon_error.svg) no-repeat top center/cover;
  display: inline-block;
  margin-right: .3em;
  width: 1.4125rem;
  height: 1.25rem;
  position: relative;
  top: -.15rem;
} */
/* Delete End 2021/03/15 [UN0032] UI刷新対応（課題No.274対応） */

/* Add Start 2021/03/15 [UN0032] UI刷新対応（課題No.274対応） */
.errorMessage img {
    display: inline-block;
    margin-right: .3em;
    width: 1.4125rem;
    height: 1.25rem;
    position: relative;
    top: 0.20rem;
}
/* Add End   2021/03/15 [UN0032] UI刷新対応（課題No.274対応） */

.cofrimOffer_pdfOut {
    algin: center;
    margin-left: 50px;
    margin-top: -20px;
    margin-right: 0px;
}

.csv_right {
    margin-top: -15px;
    margin-right: 50px;
    display: flex;
    justify-content: flex-end;
}

.cofrimConsign_pdfOut {
    algin: center;
    margin-left: 0px;
    margin-top: -20px;
    margin-right: 0px;
}

.c-box--3column__content__item__datail {
    font-size: 0.875rem;
    line-height: 1.5;
}

.divCenter {
    display: flex;
    justify-content: center;
}

.divFill {
    padding-top: 5rem;
}

.padding-none {
    padding: 0 0 0;
}

.divFill_little {
    padding-top: 1rem;
}

.divFill-paddingTop {
    padding-top: 19px;
}

.hasCondition::after {
    content: "選択肢の結果によって入力条件が変わります";
    display: inline-block;
    background: #575757;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 12px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-left: 8px;
}

.font-weight-bold {
    padding: 3px;
    border: .125rem solid #006FBC;
    text-align: center;
    font-weight: bold !important;
    vertical-align: middle;
    width: 5%;
}

.font-width-tableList {
    width: 20% !important;
}

.font-width-tableList_column1 {
    width: 10% !important;
}

.font-width-tableList_detail {
    width: 5% !important;
    padding: 3px;
    border: .125rem solid #790C8D;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}

.errorMessage--line {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.visuallyhidden {
    width: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
}

.c-btn--submit--large_login {
    display: inline-block;
    vertical-align: middle;
    padding: 0.8rem 2.5rem;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 1.375rem;
    width: auto;
/* Update Start 2022/09/22[UI0040] GC0003様向け機能追加対応(第2弾) */
    /*height: 3.75rem;*/
    height: auto;
/* Update End   2022/09/22[UI0040] GC0003様向け機能追加対応(第2弾) */
}

.hide {
    display: none;
}

.consignReceiptEndTime br, .transferTime br {
    display: none;
}

.js-acContent a {
    text-decoration: underline;
}

.js-acContent a:link {
    color: #0033CC;
}

.js-acContent a:visited {
    color: #0033CC;
}

.js-acContent a:active {
    color: #FF0000;
}

.js-acContent a:hover {
    color: #FF0000;
}

input[type="submit"].button, .ui-datepicker-trigger {
    border: 1px solid #575757;
    background: #DFE1E2;
/* Update Start 2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
/*    height: 40px; */
    min-height:40px;
    white-space: normal;
/* Update End   2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
    border-radius: 5px;
    font-size: 0.875rem;
}

/* Add Start 2021/04/16 [UI0090] UI刷新対応 */
input[type="submit"].button2 {
    border: 1px solid #575757;
    background: #DFE1E2;
/* Update Start 2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
/*    height: 40px; */
    min-height:40px;
    white-space: normal;
/* Update End   2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
    border-radius: 5px;
    font-size: 0.82rem;
}
/* Add End   2021/04/16 [UI0090] UI刷新対応 */

.c-table__body dd {
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: .94em;
    padding-right: .94em;
}

.c-table__body dt {
    padding-top: .51em;
    padding-bottom: .51em;
}

/* --- 項目タイプ「タイトル」のサイズ「小」 --- */
.offerItemTitleSize_2 {
    font-size: 1.2rem !important; /*x-small(0.6rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「中」 --- */
.offerItemTitleSize_3 {
    font-size: 1.6rem !important; /*small(0.8rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「大」 --- */
.offerItemTitleSize_6 {
    font-size: 3.0rem !important; /*x-large(1.5rem)*/
}

.l_table table {
    border: 1px solid #CCCCCC;
}

.l_table th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #999999;
    border-left-color: #999999;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999999;
    width: 180px;
    padding: 5px;
    border: 1px solid #999999;
    text-align: left;
}

.l_table td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 5px;
    border: 1px solid #999999;
}

.note {
/* Update Start 2021/07/17 [UN0032] UI刷新対応（アクセシビリティ診断対応） */
  /* color: #FF2800; */
  color: #E12800;
/* Update Start 2021/07/17 [UN0032] UI刷新対応（アクセシビリティ診断対応） */
}

.note_box {
    border: 1px solid #000000;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    text-align: center;
}

.note_box_none {
    border: 1px solid #000000;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    text-align: center;
}

.note_box_small {
    border: 1px solid #000000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
}

.note_box_border_none {
    border: none;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    text-align: center;
}

.note_box span {
    color: #0164CC;
    padding: 1rem;
    margin: 1rem;
}

.note_box span.confirm {
    color: #0164CC;
}

.note_box span.errorMessage {
    color: #FF0000;
}
/* Add Start 2021/03/04[UI0022] UI刷新対応 */
.inquiryDetailHistory {
  -webkit-appearance: none;
  border: 1px solid #575757;
  background: #DFE1E2;
  border-radius: 5px;
  width: 12rem !important;
}
/* Add End 2021/03/04[UI0022] UI刷新対応 */
/*
.blueText {
    color: #0164CC;
}

.inquiryDetailHistory {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
    border: 1px solid #575757;
    background: #DFE1E2;
    border-radius: 5px;
    width: 12rem !important;
}

.titleErrorColor {
    color: #FFFFFF;
    background-color: #B20000;
}
*/
/*  Add Start 2021/03/05[GC0002] UI刷新対応（課題No.254対応）  */
.inquiryDetailHistory {
  -webkit-appearance: none;
  border: 1px solid #575757;
  background: #DFE1E2;
  border-radius: 5px;
  width: 12rem !important;
}
/*  Add End 2021/03/05[GC0002] UI刷新対応（課題No.254対応）  */
.wrap {
    width: auto;
    margin: 0 auto;
    max-width: 1000px;
}

.wrap1 {
    width: auto;
    margin: 0 auto;
}

.wrap2 {
    max-width: 550px;
    margin: 0 auto;
}

.wrap3 {
    max-width: 350px;
    margin: 0 auto;
}

.wrap4 {
    display: flex;
    margin: 0 auto;
    max-width: 900px;
}

.checkbox-input+label {
    display: none;
}

.sub_btn_width1 {
    width: 350px !important;
}

.sub_btn_width2 {
    width: 250px;
}

.sub_btn_width3 {
    width: 150px;
}

.sub_btn_width4 {
    width: 500px;
}

.sub_btn_width45 {
    width: 450px;
}

.sub_btn_width5 {
    width: auto;
}

.sub_btn_width6 {
    width: 370px;
}

.sub_btn_width7 {
    width: 400px;
}
.recommendUpd_btn{
/* Delete Start [UN0032]2021/03/24 UI刷新対応(課題No278対応) */
    /* width: auto !important; */
/* Delete End   [UN0032]2021/03/24 UI刷新対応(課題No278対応) */
    min-width: 475px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.roll {
    height: 290px;
    max-height: 290px;
    overflow-y: auto;
}

.checkboxTable {
    height: auto;
    position: relative;
}

.checkboxTable_title {
    font-weight: 700;
    font-size: 1.125rem;
    width: 100px;
    position: absolute;
    display: inline-block;
}

.checkboxTable_content {
    margin-top: 5px;
    height: auto;
    margin-left: 100px;
    display: inline-block;
}

.checkboxTable_content_right {
    width: 200px;
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

.display_inline {
    display: inline !important;
}

.display_inline_block {
    display: inline-block;
}

.procedure__title {
    font-size: 1.375rem;
    margin-bottom: -15px;
}

.procedure_top__text {
    margin-top: -25px;
}

.c-bottom-mainImg__text {
    padding: 25px 30px 5px;
    font-weight: 700;
    line-height: 1.75rem;
}
/* --- テーブル見出し --- */
.c-box--search__item dl dd .btn--search__padding {
    padding: 0;
    margin: 0 10px 0 0;
    position: relative;
    width: 200px;
}

.c-box--cardList__height {
    height: 100%
}

.c-box--procedure__margin {
    margin-top: 30px;
}

.goju_box {
    border: 1px solid #000000;
    text-align: left
}

.goju_box__title {
    font-size: 0.875rem;
    margin: 20px 0;
}

.goju_box__title__name {
    font-weight: 700;
    margin-right: 10px;
}

.goju_box__detail {
    background: #fff;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.goju_box__detail__top {
    border-top: 1px solid #000000;
}

.goju_box__detail__display {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.goju_box__detail__display dt {
    border: 1px solid #000000;
    border-top: 0;
    padding: 0.5rem 1rem;
    width: 10%;
}

.goju_box__detail__display dd {
    border: 1px solid #000000;
    border-left: 0;
    border-top: 0;
    padding: 0.5rem 1rem;
    width: 10%;
}

.classify_box__title {
    font-size: 0.875rem;
    margin: 10px 0;
}

.classify_box__detail {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.goju_box__title__name__son {
    margin-right: 10px;
}

.classify_box__margin {
    margin-bottom: .1rem;
}

.classify_box__detail__open {
    width: 5.25rem;
    display: inline-block;
    margin-right: .5rem;
    min-width: 5.25rem;
}

.classify_box__detail__open a {
    font-size: 0.875rem;
    text-decoration: none;
    background: #fff;
    color: currentColor;
    padding: 0 10px 0 30px;
}

.classify_detail__icon {
    display: inline-block;
    vertical-align: top;
}

.classify_detail__icon svg {
    fill: currentColor;
    stroke: currentColor;
}

.classify_box__detail a {
    color: currentColor;
    text-decoration: none;
}

.login_info__padding {
    padding: 10px 37px;
}

.c-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.logo_img {
    height: 95px;
    width: 820px;
    max-width: 820px;
    max-height: 95px;
}

.l-header__logo {
    /*padding-top: 0;
    padding-bottom: 20px;*/
    padding-left: 0;
    min-height: 125px;
}

.tooltip-bottom__30:before, .tooltip-bottom__30:after {
    top: 100%;
    bottom: auto;
    left: 30px;
}

/*  Add Start 2021/01/23 [UI0027] UI刷新対応 */
@media only screen and (max-width: 960px) {
/* Add Start   [UN0010]2021/04/01 UI刷新対応(課題No311対応)*/
.tooltip-bottom:before, 
.tooltip-bottom:after {
    white-space: normal !important;
    width: max-content;
    max-width: 255px;
}
/* Add End   [UN0010]2021/04/01 UI刷新対応(課題No311対応)*/
/* Add Start [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/
  .c-btn--submit_2{
  margin-bottom: 10px !important;
  }
  .c-btn--submit_3{
  margin-bottom: 20px !important;
  }
  .new_btn_width_310 {
    width: 280px !important;
  }
  .new_btn_width_340 {
    width: 280px !important;
  }
  .new_btn_width_390 {
/* Update Start 2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾) 
    width: 280px !important;
*/
    width: 300px !important;
/* Update End   2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾) */
  }
/* Add End   [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/
  .c-input__item .tooltip-bottom__30:before
   , .c-input__item .tooltip-bottom__30:after {
    left: 60%;
  }
  [class*="tooltip-bottom__30"]:before {
    margin-left: -20%;
  }
}
/*  Add End   2021/01/23 [UI0027] UI刷新対応 */

.c-btn--close::before {
    content: "";
}

.div-padding {
    padding-top: 1.5rem;
}

.default-backgroud {
    background-color: #fff;
}

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

.hide_line {
    display: inline;
}

.zeroMargin_bottom {
    margin-bottom: 0px;
}
/* PC */
@media only screen and (min-width: 961px) {
/* Add Start [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/
    .new_btn_width_310 {
        width: 310px !important;
    }
    .new_btn_width_340 {
        width: 340px !important;
    }
    .new_btn_width_390 {
        width: 390px !important;
    }
/* Add End   [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/
    .c-box--check__list_notop {
        border-top: 0px;
        margin-bottom: 0px;
    }
    .c-box--check__list_notop dd:first-of-type {
        border-top: 1px solid #000;
    }
    .c-box--check__list_notop dt:first-of-type {
        border-top: 1px solid #000;
    }
    .c-box--check__list_notop dd:last-of-type {
        margin-bottom: 26px;
    }
    .c-box--check__list_notop dt:last-of-type {
        margin-bottom: 26px;
    }
    .c-table__body, .c-table__th {
        display: flex;
    }
    .c-table__th {
        text-align: center;
        font-weight: 700;
        border: 1px solid #000;
    }
    .c-table__th dt {
        padding: .3125rem;
        width: 30%;
    }
    .c-table__th dd {
        padding: .3125rem;
        width: 70%;
        border-right: 1px solid #000;
    }
    .c-table__body {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
    }
    .c-table__body dt {
        width: 30%;
        text-align: center;
    }
    .c-table__body dd {
        width: 70%;
        border-right: 1px solid;
    }
    .c-wrap__col {
        display: flex !important;
    }
    .m-input-470 {
        width: 470px;
    }
    .m-input-660 {
        width: 660px;
    }
    .m-input-200 {
        width: 200px;
    }
    .m-input-120 {
        width: 120px;
    }
    .c-btn__wrap__top {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .c-btn__wrap__margin {
        margin-top: 1.5rem;
    }
    .c-btn__margin {
        margin: 15px auto 15px;
    }
    .c-btn__signDeviceCheck {
        margin: 30px auto 0px !important;
    }
    .c-btn__wrap--740 {
        width: 740px !important;
    }
    /* jmj start*/
    .width100 {
        width: 100% !important;
    }
    .div-date {
        display: flex;
        flex-wrap: nowrap;
    }
    .div-date div {
        display: flex;
        flex-wrap: nowrap;
        width: 100% !important;
    }
    .div-date button {
        white-space: nowrap;
    }
    .div-date label {
        line-height: 45px !important;;
        margin-left: 10px !important;
    }
    .input-date {
        width: 200px;
        !
        important;
    }
    .items_div {
        padding: 0 !important;
        border: 1px solid #857300;
    }
    .padding_common {
        padding: 0 50px !important;
    }
    .padl0 {
        padding-left: 0 !important;
    }
    .padr50 {
        padding-right: 50px !important;
    }
    .items_div_row {
        display: flex;
        flex-wrap: nowrap;
    }
    .items_div_row .dt_child {
        width: 100px !important;
        margin-right: -75px;
    }
    .ml15 {
        margin-left: 15px !important;
    }
    .ml50 {
        margin-right: 0 !important;
        margin-left: 50px !important;
    }
    .mt30 {
        margin-top: 30px;
    }
    .dt_common {
        width: 160px !important;
    }
    .yakkan_dd_width {
        width: 118px !important;
    }
    .fw {
        flex-wrap: wrap;
    }
    .fw label {
        white-space: nowrap;
    }
    /* jmj end */
    .order--margin--left {
        margin-left: 9px;
    }
    .yakkan_dd_width_1 {
        width: 140px !important;
    }
    .dt_child_1 {
        width: 100px !important;
        min-width: 160px !important;
        margin-right: -40px !important;
    }
    .dt_child_2 {
        margin-right: 0px !important;
        min-width: 125px !important;
    }
    .dd_child_310 {
        width: 310px !important;
    }
    .dd_child_220 {
        width: 220px !important;
    }
}
/* SP */
@media only screen and (max-width: 960px) {
/* Add Start 2021/03/09[UN0010] UI刷新対応(課題No250対応)  */
/* Update Start 2021/03/18 [UI0027] UI刷新対応（アイコンの説明の微調整） */
/*
    .collectMapButton_Sp{
       margin-left:-20px;
    }
*/
    .collectMapButton_Sp {
       font-size: 0.75rem;
       background-color : #D3D3D3 !important;
    }
/* Update End   2021/03/18 [UI0027] UI刷新対応（アイコンの説明の微調整） */
/* Add End 2021/03/09[UN0010] UI刷新対応(課題No250対応)  */
/* Update Start 2021/03/09[UN0010] UI刷新対応(課題No250対応) */
    .collectMap_font_size{
        font-size:0.75rem;
    }
/* Update End 2021/03/09[UN0010] UI刷新対応(課題No250対応) */
/* Add Start 2021/03/04 UI刷新対応 課題No266 */
    .button--extension {
        -webkit-appearance: none;
        border: none;
        background: none;
        color: #fff;
        cursor: pointer;
        font-size: 24px;
        text-decoration: underline;
        text-align: center;
   }
/* Add End 2021/03/04 UI刷新対応 課題No266 */
    /*GC0002 修正　height: 60px;　=>height: auto;
--------------------------------*/
    /* jmj start*/
/* Update Start 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
    .addressMl{
        margin-left:15px;
    }
/* Update End   2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
    .input-date {
        width: 55% !important;
    }
    .wrap {
        width: auto;
        padding-left: 33px;
        padding-right: 33px;
        max-width: 500px;
    }
    .wrap2 {
        width: auto;
        padding-left: 33px;
        padding-right: 33px;
    }
    .sub_btn_width1 {
        width: auto !important;
        min-width: 325px !important
    }
    .sub_btn_width6 {
        width: auto;
    }
    .sub_btn_width7 {
        width: auto;
    }
    .offerYakkan_div {
        margin: auto;
    }
    .table_lineHight_2 {
        line-height: 2px;
    }
    .table_lineHight_20 {
        line-height: 20px;
    }
    .csv_right {
        margin-top: -15px;
        margin-right: 33px;
        display: flex;
        justify-content: flex-end;
    }
    .c-btn--submit--large_login {
        padding: 1.05rem 2.5rem;
        width: auto;
/* Update Start 2022/09/22[UI0040] GC0003様向け機能追加対応(第2弾) */
        /*height: 3rem;*/
        height: auto;
/* Update End   2022/09/22[UI0040] GC0003様向け機能追加対応(第2弾) */
        font-size: 0.7rem;
    }
    /* jmj end*/
    .l-header {
        height: auto;
        box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
        overflow-x: visible;
    }
    .div_margin_20 {
        margin-bottom: 30px;
    }
    .div_defaultFooter_detail {
        padding-top: 0px;
    }
    .c-table__body, .c-table__th {
        display: auto;
    }
    .sub_btn_width4 {
        width: auto;
    }
    .sub_btn_width45 {
        width: auto
    }
    .cofrimOffer_pdfOut {
        align: center;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .cofrimConsign_pdfOut {
        algin: center;
        margin-top: 0px;
    }
    .checkboxTable_title {
        font-weight: 700;
        font-size: 1.125rem;
        width: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        display: inline-block;
    }
    .checkboxTable_content {
        height: auto;
        margin-left: 70px;
        margin-right: 70px;
        display: inline-block;
    }
    .checkboxTable_content_right {
        width: 160px;
        vertical-align: top;
        display: inline-block;
        margin-right: 50px;
        margin-bottom: 20px;
    }
    .c-table__th {
        text-align: initial;
        border: 1px solid #000;
        padding-left: .94em;
        padding-top: .75em;
        font-weight: 700;
    }
    .hrSolid {
        border: 1px solid #C0C0C0;
    }
    .c-table__th dt {
        text-align: right;
        padding-right: .94em;
        padding-top: .75em;
        padding-bottom: .75em;
    }
    .c-table__body dt {
        text-align: right;
        padding-right: .94em;
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
    }
    .c-table__body dd {
        border-right: 1px solid;
        border-left: 1px solid;
    }
    .c-wrap__col {
        display: block !important;
    }
    .time--margin {
        margin: 20px 0;
    }
    .c-box--search__item__width {
        width: auto
    }
    .goju_box__detail__display {
        display: flex;
        margin: 0 auto;
        text-align: center;
    }
    .goju_box__detail__display dt {
        border: 1px solid #000000;
        border-top: 0;
        padding: 0.5rem;
        width: 20%;
    }
    .goju_box__detail__display dd {
        border: 1px solid #000000;
        border-left: 0;
        border-top: 0;
        padding: 0.5rem;
        width: 20%;
    }
    .classify_box__detail__open {
        display: block;
        margin-bottom: .5rem;
    }
    .classify_box__detail dd {
        padding: .5rem 0 !important;
    }
    .l-header__logo {
/* Update Start 2021/07/06 [UI0022] 画面UI刷新S後修正対応
        padding-left: 0; */
        margin-left: auto;
        margin-right: auto;
/* Update End   2021/07/06 [UI0022] 画面UI刷新S後修正対応 */
        padding-top: 2.5px;
        min-height: 60px;
    }
    .logo_img {
        height: 55px;
        width: 310px;
        max-width: 310px;
        max-height: 55px;
        　　
    }
    .time--table.time--th {
        width: 20px ! important;
    }
    .time--table.time--th--date {
        padding: 0px ! important;
        width: auto ! important;
        white-space: nowrap;
        font-size: 0.8rem;
    }
    .time--table.time--th--yakkanList {
        padding: 21px ! important;
        width: auto ! important;
        white-space: nowrap;
        font-size: 0.8rem;
    }
    .m-input-470 {
        width: 100%;
    }
    .m-input-660 {
        width: 100%;
    }
    .m-input-200 {
        width: 100%;
    }
    .m-input-120 {
        width: 100%;
    }
    .c-btn__wrap__top {
        display: block;
        width: auto;
        height: auto;
    }
    .c-btn__wrap__margin {
        margin-top: 0;
    }
    .c-box--search__item {
        padding: 15px 15px !important;
    }
    .l-main {
        padding-bottom: 40px !important;
    }
    .login_info__sp__padding {
        padding: 10px 37px !important;
    }
    .c-box--procedure__title {
        padding-left: 37px !important;
        padding-right: 37px !important;
    }
    .order-parent-margin {
        margin-bottom: 0px;
    }
    .order-child--margin {
        margin-top: 7px;
    }
    .order-flexwrap {
        flex-wrap: wrap;
    }
    .span-display-block-sp {
        display: block !important;
    }
    .textbox_login {
        ime-mode: disabled;
    }
    .textbox_password {
        ime-mode: disabled;
    }
    .textbox_withdrawal {
        ime-mode: active;
    }
    .textbox_mail {
        ime-mode: disabled;
    }
    .textbox_corporateName {
        ime-mode: disabled;
    }
    .textbox_userAddress {
        ime-mode: active;
    }
    .table_c-btn--back {
        margin-right: 0px !important;
    }
    .u-mr0-sp {
        margin-right: 0px !important;
    }
    .c-box--save {
        padding-left: 37px !important;;
        padding-right: 37px !important;;
    }

/* Add Start 2021/03/18 [UI0027] UI刷新対応（アイコンの説明の微調整） */
    .itsmoNaviDomContainer {
       right: 13px;
    }
/* Add End   2021/03/18 [UI0027] UI刷新対応（アイコンの説明の微調整） */
}

.dowdloadButton {
  appearance:none;
  -webkit-appearance: none;
  moz-appearance:none;
  -o-apperance:none;
    height: 40px;
    line-height: 40px;
    min-width: 300px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.125rem;
    margin-top: 10px;
    display: inline-block;
}

.h4_hide {
    display: none;
}

.blue_highlight {
    color: #0164CC;
}

.field_error dt {
    background-color: #fffa00 !important;
}

.c-btn__w15r {
    width: 15rem !important;
}

.c-box--cardList__item__b {
    margin-top: 5px;
}

.inner_overflow {
    overflow-x: auto;
}

.c-box--search__item {
    padding: 15px 50px;
    border-width: 2px;
}

.c-box--search__item dl {
    background: #fff;
    padding: 0px;
    text-align: left;
}

.search__lineheight {
    line-height: normal;
}

.c-btn__margin {
    magrin-bottom: 15px;
}

.c-pager .first, .c-pager .last {
    width: 3.5rem;
    font-size: 0.75rem;
}

.c-pager .pre, .c-pager .next {
    width: 3.125rem;
    font-size: 0.75rem;
}

.border_left {
    border-left: 1px solid #000 !important;
}

.border_left_radius {
    border-left: 1px solid #000 !important;
    border-radius: 5px 0 0 5px;
}

.border_right_radius {
    border-right: 1px solid #000 !important;
    border-radius: 0 5px 5px 0;
}

.border_radius {
    border: 1px solid #000 !important;
    border-radius: 5px 5px 5px 5px;
}

.l-header {
    z-index: 9999;
}

.input-120_important {
    width: 120px !important;
}

@media print {
    .c-btn__wrap__top {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .c-box--cardList__height {
        height: 100% !important;
        min-height: 100% !important;
    }
    .c-box--cardList__item a {
        min-height: 100%;
    }
    .c-box--cardList__item h3 {
        height: 100% !important;
    }
    .c-box--cardList__item__b {
        height: 100% !important;
    }
}

/*print FF*/
@media print { @
    -moz-document url-prefix (){ .c-box--cardList { display:inline-block;
        margin: 20px 50px;
        list-style-type: none;
        justify-content: space-between;
        max-width: 924px;
    }
    .c-box--cardList__item {
        display: inline-block;
        margin-right: 5px;
        width: 48.5%;
        margin-right: 8px;
        vertical-align: top;
    }
    .c-box--check__list {
        display: inline-block;
        width: 100%;
        max-width: 924;
    }
    .c-box--check__list dt {
        display: inline-block;
        width: 24.41406%;
    }
    .c-box--check__list dd {
        width: 75%;
        display: inline-block !important;
        vertical-align: top;
    }
}

}

/*print EDGE*/
@media print { @
    supports (-ms-ime-align : auto ) { .c-box--cardList { display:inline-block;
        margin: 20px 50px;
        list-style-type: none;
        justify-content: space-between;
        max-width: 924px;
    }
    .c-box--cardList__item {
        display: inline-block;
        margin-right: 5px;
        width: 48.5%;
        margin-right: 8px;
        vertical-align: top;
    }
    .c-box--check__list {
        display: inline-block;
        width: 100%;
        max-width: 924;
    }
    .c-box--check__list dt {
        display: inline-block;
        width: 24.41406%;
    }
    .c-box--check__list dd {
        width: 75%;
        display: inline-block !important;
        vertical-align: top;
    }
}

}

/*print IE*/
@media print and (-ms-high-contrast: none) {
    .c-box--cardList__item a {
        height: auto !important;
    }
    .c-box--cardList__item h3 {
        height: auto !important;
    }
    .c-box--cardList__item__b {
        min-height: auto !important;
    }
    .c-box--cardList {
        display: inline-block;
        margin: 20px 50px;
        list-style-type: none;
        justify-content: space-between;
        max-width: 924px;
    }
    .c-box--cardList__item {
        display: inline-block;
        margin-right: 5px;
        width: 48.5%;
        margin-right: 8px;
        vertical-align: top;
    }
    .c-box--check__list {
        display: inline-block;
        width: 100%;
        max-width: 924;
    }
    .c-box--check__list dt {
        display: inline-block;
        width: 24.41406%;
    }
    .c-box--check__list dd {
        width: 75%;
        display: inline-block !important;
        vertical-align: top;
    }
/* Add Start 2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */
    /* 印刷時にタイトル下に空白が入るので対策 */
    div.c-box--check .c-box--check__list--color > .c-box--procedure__title,
    div.ireko .c-box--check__list--color > .c-box--procedure__title {
       display: block;
    }
/* Add Start 2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */

}

@media all and (-ms-high-contrast: none) {
    .c-box--cardList__item a {
        height: auto;
    }
    .c-box--cardList__height {
        height: 100% !important;
    }
}

.c-div_dd--sub {
    width: 90%;
    margin: 10px auto;
}

.c-settingBtn__list:hover {
    outline: none !important;
}

.dl--border_tn {
    border-top: solid 0px !important;
}

.blue_verifysignature {
    color: #0000ff;
}

.c-box--procedure__title {
    padding-right: 50px;
}

.l-main {
/* Update Start [UN0010]2021/03/24 UI刷新対応(課題No278対応) */
    /* padding-bottom: 0px; */
    padding-bottom: 25px;
/* Update End   [UN0010]2021/03/24 UI刷新対応(課題No278対応) */
}

.l-main_bottom {
    padding-bottom: 50px;
}

.l-main_bottom_errJspe {
    padding-bottom: 3px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.c-btn--disable {
    background: #fff;
    color: #ada8a8;
    text-shadow: 1px 1px 1px #dfe1e2;
    border-color: #575757;
    cursor: default !important;
}

.nooutline {
    outline: none;
}

.c-pager {
    max-width: 100%;
}

.padding-lr--none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.space--nowrap {
    white-space: nowrap !important;
}

.select--sort {
    width: 250px !important;
}

.select--sort_2 {
    width: 280px !important;
}

.select--sort_3 {
    width: 300px !important;
}

.span-display-flex {
    display: flex;
}

.span-flex--center {
    align-items: center;
}

.div-algin--right {
    text-align: right;
}

.span_block {
    display: block;
}

.c-box--search__item dl dt {
    min-width: 200px;
}

.inline-block-dt--100 {
    width: 100% !important;
}

.inline-block-dd--100 {
    width: 100% !important;
}

.dl_margin-border {
    margin-bottom: 0px;
    border-top: 0px;
}

.dl_margin-border-top dl:first-of-type {
    border-top: 1px solid #000;
}

.c-box--search__item__1 dl dt {
    width: 100px;
    min-width: 100px;
}

.div-align-center {
    text-align: center;
}

.div-align-left {
    text-align: left;
}

.div-align-right {
    text-align: right;
}

.tooltip-bottom_1:before, .tooltip-bottom_1:after {
    top: 85%;
}

.table-cellpadding {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacint: 0;
}

.table-cellpadding td {
    padding: 0;
}

.u-pt15 {
    padding-top: 15px;
}

/* --- 入力モードIME-mode --- */
.active {
    ime-mode: active;
}

.disabled {
    ime-mode: disabled;
}

.inactive {
    ime-mode: inactive;
}

.table_noborder {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.table_noborder_bottom {
    border-bottom: 0px !important;
}

.table_fontbold {
    font-weight: bold !important;
}

.table_padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table_head_padding {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.table_align_left {
    text-align: left !important;
}

.table_head_width_10 {
    width: 10% !important;
    white-space: nowrap !important;
}

.table_head_width_13 {
    width: 13% !important;
    white-space: nowrap !important;
}

.table_head_width_15 {
    width: 15% !important;
    white-space: nowrap !important;
}

.table_head_width_20 {
    width: 20% !important;
    white-space: nowrap !important;
}

.table_head_width_25 {
    width: 25% !important;
    white-space: nowrap !important;
}

.table_head_width_30 {
    width: 30% !important;
    white-space: nowrap !important;
}

.table_h1 {
    font-size: 1.375rem;
    line-height: 1.5;
}

.table_h2 {
    font-size: 1rem;
    line-height: 1.5;
}

.table_h3 {
    font-size: 0.875rem;
    line-height: 1.5;
}

.sub_btn_width80 {
    width: 5rem !important;
}

.sub_btn_width120 {
    width: 120px !important;
}

.table_c-btn--back {
    border-color: #575757;
    color: #575757;
    background: #fff;
    margin: auto;
    line-height: 2rem;
    height: 2rem;
}

.table_c-btn--back::after {
    content: ">";
    font-weight: 700;
    position: absolute;
    right: 10px;
}

.table--sp {
    padding: 20px 37px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    width: 100% !important;
    text-align: left !important;
}

.table_noborder_top {
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.card_min_width {
    width: 20%;
}


/*GC0002 追加　End
--------------------------------*/

/*DRJ 環境クラウド追加
--------------------------------*/
[tabindex="-1"]:focus {
    outline: 0 !important
}

a:not ([href] ):not ([tabindex] ):focus, a:not ([href] ):not ([tabindex]
    ):hover {
    color: inherit;
    text-decoration: none
}

a:not ([href] ):not ([tabindex] ):focus {
    outline: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,
        border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.c-btn:hover {
    text-decoration: none
}

.c-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.c-btn.disabled, .btn:disabled {
    opacity: .65
}

.c-btn:not (:disabled ):not (.disabled ) {
    cursor: pointer
}

a.c-btn.disabled, fieldset:disabled a.c-btn {
    pointer-events: none
}
/*
.c-btn:focus{
    border: 3px solid #006FBC;
}*/

/*ログイン　利用者ボタン 　バグ修正*/
.l-header__top .button--login a {
    color: #fff;
    text-decoration: none;
}

.l-header__top .button--register a {
    color: #000000;
    text-decoration: none;
}
/*スマホ 　バグ修正*/
@media only screen and (max-width: 960px) {
    .l-header .gNav a {
        background: none;
    }
    .l-header .c-settingBtn .button--register {
        background: #DFE1E2;
        color: black;
    }
    .c-top-mainImg {
        height: 100%;
        padding-bottom: 0;
    }
    .l-header .c-settingBtn__item--hidden {
        width: 260px;
    }
    .c-box {
        width: 100%;
    }
}

.c-box--check__list .c-input__title {
    width: 100%;
    margin-bottom: 0px;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

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

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.width50 {
    width: 50% !important;
}

.border-right {
    border-right: 1px solid #000;
}

.margin-left {
    margin-left: auto !important;
}

.margin37 {
    margin-left: 37px;
    margin-right: 37px;
}

.margin37-2 {
    margin: 5px 37px;
}

.u-pt30 {
    padding-top: 30px;
}

.margin5 {
    margin: 5px 0;
}

/* Add Start 2021/04/23 [UI0065] UI刷新対応 */
.padding37 {
    padding-left: 37px !important;
    padding-right: 37px !important;
}
/* Add End   2021/04/23 [UI0065] UI刷新対応 */

.u-mb0 {
    margin-bottom: 0 !important;
}

.a-none {
    color: black !important;
    text-decoration: none !important;
}

.c-title--system {
    color: #000000;
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.l-application .c-title {
    margin: 0;
}

/* 汎用ボックス*/
.c-box {
    padding: 10px 0;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.c-box--smp {
    padding: 10px 0;
    max-width: 1024px;
    margin-left: 37px;
    margin-right: 37px;
}

.c-box--note {
    border: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.c-box--note2 {
    border: 1px solid #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 37px;
    padding-right: 37px;
}

.c-box--message {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    /* Update Start 2021/02/08[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
    background-color: #fff;
    /* Update End   2021/02/08[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
    color: #0164CC;
    padding: 2.2rem;
}
.c-box--message_text {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    color: #0164CC;
}
.c-box--message_m_p{
	padding: 1.2rem;
    font-size: 1rem;
} 
.c-box--message p {
    font-size: 1.125rem;
    font-weight: normal;
}

.c-box--info {
    border: 1px solid #006FBC;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
}

.c-box--check--system {
    
}

.c-box--check--user {
    
}
/* actionエラー表示用*/
.c-box--error {
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
  /* color: #FF2800; */
  color: #E12800;
/* Update Start 2021/03/12 [UN0032] UI刷新対応（課題No.275対応） */
}

.info_date {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.info_text {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

/* Add Start 2021/02/15 [UI0057] UI新対応*/

.info_text a {
	color: #2E66FF;
	text-decoration:underline;
}

.info_text a:hover {
    color: #FF0000;
}

/* Add End 2021/02/15 [UI0057] UI新対応*/

.border {
    border-color: #000 !important;
}

/* Add Start 2022/12/08 [UI0071] GC0003様向け機能追加対応(第2弾) PMWB-2722 */
.border_agreement {
    border: 1px solid #000 !important;
    padding: 10px;
}
#agreement:focus {
    border: 3px solid #000 !important;
    background: #DFE1E2;
}
/* Add End   2022/12/08 [UI0071] GC0003様向け機能追加対応(第2弾) PMWB-2722 */

.no-border {
    border: none !important;
}


input[type="button"].button-s {
    border: 1px solid #575757;
    background: #DFE1E2;
/* Update Start 2021/04/14 [UI0065] UI刷新対応 */
/*    height: 30px; */
    height: 1.9rem;
/* Update End   2021/04/14 [UI0065] UI刷新対応 */
    width: 30px;
/* Add Start 2021/03/29 [UI0057] UI刷新対応 */
    padding-left:0px;
    padding-right:0px;
/* Add End 2021/03/29 [UI0057] UI刷新対応 */
    border-radius: 5px;
    font-size: 0.875rem;
}

input[type="text"].input-s {
    padding: .25rem .5re,;
    line-height: 1.5;
}
/* INPUT */
.input-60 {
    width: 3.75rem;
}
.input-300 {
    width: 300px;
}
.input-255 {
    width: 255px;
}
/* Add Start 2022/09/28 [UI0003] GC0003様向け機能追加対応(第2弾) */
.input-250 {
    width: 250px;
}
/* Add End   2022/09/28 [UI0003] GC0003様向け機能追加対応(第2弾) */
.input-150 {
    width: 150px;
}
/* 汎用テーブル*/
table {
    border-collapse: collapse
}

th {
    text-align: inherit
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: nowrap;
}

.table thead th {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 1px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th,
    .table-borderless thead th {
    border: 0
}
.table_good_SearchForSmp {
    width:100% !important;
    padding-left:2px;
    padding-right:2px;
}
.table_good_SearchForSmp th,table_good_SearchForSmp td{
    padding-left:2px !important;
    padding-right:2px !important;
}
.goodSearch_div{
    display: flex;
    flex-wrap:wrap;
    max-width: 1024px;
    margin: 0 auto;
    padding-left:15px;
}
/* Update Start 2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
/*
.goodSearch_box{
    max-width: 70%;
    width: auto;
    max-width: 70%;
    min-width: 465px;
    margin-right: 50px;
}
*/
.goodSearch_box{
    width: auto;
/* Update Start 2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾)
    max-width: 540px;*/
    max-width: 650px;
/* Update End   2022/06/29 [UI0025] GC0003様向け機能追加対応(第2弾) */
    min-width: 441px;
    margin-right: 50px;
}
/* Update End   2021/02/05[UI0002] UI刷新対応(GC0002様修正資産をマージ) */
.goodSearch_table{
    min-width: 465px;
    max-width: 90%;
}
.goodSearch_search_class{
    display: flex;
    flex-wrap:wrap;
    max-width: 1024px;
    margin: 0 auto;
    padding-left:15px
}
.goodSearch_search_search{
    width: 315px;
}
.goodSearch_searchNum{
    margin-top: 25px;
    width: 55%;
}
.goodSearch_search_class_box{
    width: 300px;
    margin-right: 50px;
}
.good_search_title{
    font-size:16px;
    padding:3px;
    font-weight:700;
    width:300px;
}
.goodSearch_table_2{
    width: auto;
    min-width: 440px;
}
/* Add Start 2024/01/11 [U-IP0017] 画像認識 一覧デザイン調整 */
@media only screen and (max-width: 960px) {
    .table_goods_image {
        min-width: initial; 
    }
    .table_goods_image td, .table_goods_image th {
        white-space: initial;
    }
}
/* Add End   2024/01/11 [U-IP0017] 画像認識 一覧デザイン調整 */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table.table-system thead th {
    background-color: #DFE1E2 !important;
    border-color: transparent !important;
    color: #000;
}

.table.table-system th, .table.table-system td {
    border-color: transparent !important;
    border-bottom-color: #000 !important;
}

.table-simple {
    border: none;
}

.table-simple td, .table-simple th {
    border-bottom: 1px solid #dee2e6;
}

.table-simple thead td, .table-simple thead th {
    border-bottom-width: 1px
}

.table-responsive>.table-bordered {
    border: 0
}

thead {
    display: table-header-group
}

.table {
    border-collapse: collapse !important
}

.table td, .table th {
    background-color: #fff !important
}
/* Add Start 2023/07/05 [UI0017] GG0028各区様要望対応  */
.item_tbl_out .table td, .table th {
	/* 申込不可品目のグレー背景のため */
    background-color: transparent !important
}
/* Add End   2023/07/05 [UI0017] GG0028各区様要望対応  */
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
}

.goodssmp {
	
/* Update Start 2021/02/15[UI0020] UI刷新対応 */
    /*
    width: 100vw;
    */
/* Update End   2021/02/15[UI0020] UI刷新対応 */
    
    position: relative;
    
/* Update Start 2021/02/09[UI0020] UI刷新対応 */
    /*
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    */
/* Update End   2021/02/09[UI0020] UI刷新対応 */
    
    overflow-x: auto;
    
}

.goodssmp th {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.goodssmp td {
    vertical-align: middle;
    padding: 5px;
}

/*ボタンをカーソルに*/
.button, .button-s {
    cursor: pointer;
}
/* ボタン大*/
.c-btn {
    /*  min-width: 280px !important;
  width: auto !important;*/
    margin-left: 20px;
    margin-right: 20px;
}

.c-input__item p.description {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 0.875rem;
}

.c-input__item label {
    display: inline-block;
}

.c-input__item label label.radio-input {
    display: none;
}

@
keyframes onAutoFillStart {from {
    
}

to {
    
}

}
input:-webkit-autofill {
    /*-webkit-box-shadow:0 0 0px 1000px white inset;*/
    animation-name: onAutoFillStart;
    /*-webkit-transition:background-color 9999s;*/
    transition: background-color 99999s ease-in-out 0s;
}

.c-title--page {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.375rem;
}

.u-text-normal {
    color: #000 !important;
}

.u-text-alert {
    color: #ff0000 !important;
}

.u-text-info {
    color: #0164CC !important;
}
.span_block{
	display:block !important;
}
.u-text-left {
    text-align: left;
}


.c-btn-mini {
    display: inline-block;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 12px;
    font-size: 0.875rem;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

.c-btn-mini::after {
    content: "＞";
    margin-left: 2px;
}
/*テスト用
.c-settingBtn__list--color {
    width: 450px;
    right: -360px;
}
*/
html,body {
    height:100%;
}

body {
    min-height: 100%;
/* Update Start 2021/02/04[UI0097] UI刷新対応 */
/*    display: flex; */
    display: block;
/* Update End   2021/02/03[UI0097] UI刷新対応 */
    flex-direction: column;
}

/**
2021/01/28 GC0002 IphoneSE対応
 main {
    flex: 1 0 auto;
    min-height:1px;
} **/


.c-btn--submit--large,.c-btn--back--large  {
  min-width:280px;
}
.c-label--submit--large::after {
    top: 0px;
}

/**
2021/01/28 GC0002 IphoneSE対応
.c-btn{
    width:auto;
    min-width:300px;
}

**/
@media only screen and (max-width: 960px) {
    .c-btn--submit--large,.c-btn--back--large{
        display: inline-block;
        vertical-align: middle;
        padding: 1.05rem 2.5rem;
        width:100%;
        font-size: 0.875rem;
        line-height: 0.5;
        max-width:300px;
    }
    .c-btn--submit--large::after {
        top: 16px;
    }

}

@media (max-width: 960px) {
    
    .table-responsive{
        display:block;
        width:100%;
        overflow-x:auto;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        -webkit-overflow-scrolling:touch;
    }
    .recommendUpd_btn {
/* Update Start [UN0010]2021/03/24 UI刷新対応(課題No278対応) */
        width: 280px !important;
        min-width: 290px !important;
/* Update End   [UN0032]2021/03/24 UI刷新対応(課題No278対応) */
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .wrap_recommendUpd {
        width: auto;
        margin-left:0px;
    }
    .sub_btn_width1 {
        width: auto !important;
        min-width: 330px !important;
    }
    
    /* Add Start 2021/03/08[GC0002] UI刷新対応（課題No.268対応） */
        .btn_width{
            width: 280px;
            }
        .margin_none{
            margin-left: 0px;
            margin-right: 0px;
            }
    /* Add End 2021/03/08[GC0002] UI刷新対応（課題No.268対応） */
}
@media (min-width: 961px) {
    .table-responsive{
        display:block;
        width:100%;
        overflow-x:auto;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        -webkit-overflow-scrolling:touch;
    }
}

/*DRJ 環境クラウド追加 End
--------------------------------*/

/*2021/01/28 GC0002 IphoneSE対応
--------------------------------*/
@media (max-width: 480px) {
.select-addressSearch{
    width: auto !important;
    margin-right: 20px;
    }
}
@media (min-width: 321px) {
	.c-btn_addressSearch{
	    width:auto !important;
        min-width:260px !important;
	}
   /*  Delete Start 2021/03/08[GC0002] UI刷新対応（課題No.268対応）
   .c-btn{
        width:auto;
        min-width:300px;
    }
    
    .sub_btn_width45_imp {
        width: auto;
        min-width: 450px;
    } 
    Delete End 2021/03/08[GC0002] UI刷新対応（課題No.268対応）
    */ 
    .paddding{
        padding-left:8.9372%;
        padding-right:8.9372%;
    }
    .u-ml15-320{
        margin-left : 15px!important;
    }
}
@media (max-width: 320px) {  

	.wrap_recommendUpd {
	    width: auto;
	    max-width: 320px;
	}
	.sub_btn_width45_imp {
        width: auto !important;
        min-width: 243px !important;
    }
	.recommendUpd_btn{
        width: auto !important;
        min-width: 300px!important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
	.sub_btn_width1 {
        width: auto !important;
        min-width: 270px !important;
    }
    /* Update Start 2021/02/03[UI0002] UI刷新対応 */
    /*
    .c-btn{
        width:auto;
        min-width:280px;
    }
    */
    .c-btn{
        width:auto;
        min-width:260px;
        /* Add Start 2021/02/17[UI0002] UI刷新対応 */
        margin-left: 0px !important;
        margin-right: 0px !important;
        /* Add End   2021/02/17[UI0002] UI刷新対応 */
    }
    /* Update End   2021/02/03[UI0002] UI刷新対応 */
    /* Delete Start 2021/02/03[UI0002] UI刷新対応 */
    /*
    .c-btn{
        width:auto;
        min-width:280px;
    }
    */
    /* Delete End   2021/02/03[UI0002] UI刷新対応 */
    .u-ml15-320{
        margin-left : 15px!important;
    }
    


}
/*2021/01/28 GC0002 IphoneSE対応
--------------------------------*/

/*UI刷新対応 追加 Start
--------------------------------*/
#mapContainer img{
/* --- 地図画像表示用の設定 --- */
    max-width: none;
}

#sel_hinmoku_list tr.error_goods_category td {
/* --- ごみ持込の持込不可能なごみ品目のエラー表示設定 --- */
    background-color:#ffe4e1 !important;
}

/*UI刷新対応 追加 End
--------------------------------*/
/* Add Start 2021/02/04 [UI0027] UI刷新対応 */
@media only screen and (max-width: 370px) {
    .logo_img {
        width: 260px;
        height: 46px;
        margin-top: 5px;
    }
}
/* Add End   2021/02/04 [UI0027] UI刷新対応 */
/* Add Start 2021/02/25[UI0097] UI刷新対応 */
@media (min-width: 961px) {
/* Add End   2021/02/25[UI0097] UI刷新対応 */
/* Add Start 2021/02/22[UI0097] UI刷新対応 */
/* Delete Start 2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */
/* 印刷時に罫線がずれて2重に表示されたため、対応削除 */
/*
div.c-box--check .c-box--check__list,
div.ireko .c-box--check__list {
  border-top: none;
}
div.c-box--check .c-box--check__list dt,
div.ireko .c-box--check__list dt {
  border-top: 1px solid #000;
  margin-top: -1.2px;
}
div.c-box--check .c-box--check__list dd,
div.ireko .c-box--check__list dd {
  border-top: 1px solid #000;
  margin-top: -1.2px;
}
*/
/* Delete End   2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */
div.c-box--check .c-box--check__list--color > .c-box--procedure__title,
div.ireko .c-box--check__list--color > .c-box--procedure__title {
  border-top: none;
}
/* Add End   2021/02/22[UI0097] UI刷新対応 */
/* Add Start 2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */
.c-box--check__list_offerDetail {
  border-top: none;
}
/* Add End   2021/04/19 [UI0027] UI刷新対応（IE印刷時に不要な罫線が表示される） */
/* Add Start 2021/02/25[UI0097] UI刷新対応 */
}
/* Add End   2021/02/25[UI0097] UI刷新対応 */
/* Add Start [UN0010]2021/03/15 UI刷新対応（課題No313対応）*/
input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
}
/* Add End   [UN0010]2021/03/15 UI刷新対応（課題No313対応）*/
/* Add Start [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/
.c-btn_2 {
  border-radius: 30px;
  width: 280px;
/* Update Start 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  /*height: 2.5rem;*/
  min-height: 2.5rem;
/* Update End 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  font-size: 1rem;
  cursor: pointer;
/* Add Start 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  white-space: normal;
  padding-inline: 35px;
/* Add End 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
}
.c-btn_2_timeBtn {
  border-radius: 30px;
  border: 1px solid #575757;
  background: white;
  color: #575757;
  width: 280px;
  height: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
}

.c-btn--submit_2 {
  line-height: 2.5rem;
  text-align: center;
  width: 280px;
  height: 2.5rem;
  margin: 10px 15px 25px 20px;
  vertical-align: middle;
  position: relative;
  display:inline-block;
  border-radius: 30px;
}

.c-btn--submit_2::after {
  top: 0px;
}

.c-label--submit_2::after {
  content: "＞";
  font-weight: 700;
  position: absolute;
  right: 10px;
  top:3px;
  pointer-events: none;
}

.c-label--submit_2:hover {
  color: white;
}

.c-div_back_2 {
  line-height: 2.5rem;
  text-align: center;
  width: 280px;
  height: 2.5rem;
  margin: 15px 15px 20px 15px;
  vertical-align: center;
  position: relative;
  display:inline-block;
}

.c-btn_back_2 {
  border-radius: 30px;
  border: 1px solid #575757;
  background: #fff;
  color: #575757;
  width: 280px;
/* Update Start 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  /*height: 2.5rem;*/
  min-height: 2.5rem;
/* Update End 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  font-size: 1rem;
  cursor: pointer;
/* Add Start 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
  white-space: normal;
  padding-inline: 35px;
/* Add End 2022/09/26[UI0040] GC0003様向け機能追加対応(第2弾) */
}
/* Add Strat [UI0025]2022/03/29 GC0003様向け機能追加対応*/
.c-btn_disabled_2 {
  border-radius: 30px;
  border: 1px solid #575757;
  background: #fff;
  width: 280px;
  height: 2.5rem;
  font-size: 1rem;
}
/* Add End   [UI0025]2022/03/29 GC0003様向け機能追加対応*/
.c-label--back_2::before {
  content: "＜";
  font-weight: 700;
  position: absolute;
  left: 10px;
  top:3px;
  color:#575757;
}
.addressSearch_wrap{
	display: flex;
    flex-wrap: wrap;
}
.l-header__inner li{
	
}

/* Add End   [UN0010]2021/03/19 UI刷新対応(課題No278対応)*/

/* Add Start 2021/03/18 [UI0069] UI刷新対応 */
.table-fixed {
  table-layout:fixed;
}
.u-text-wordwrap {
  /* word-break : break-word; */ /* Delete 2021/04/20 [UI0090] UI刷新対応 */
  word-break : break-all;
  white-space: normal !important;
}
/* Delete Start 2021/04/20 [UI0090] UI刷新対応 */
/*
.u-th-wordwrap {
  word-break : break-all;
  white-space: normal !important;
}
*/
/* Delete End   2021/04/20 [UI0090] UI刷新対応 */
/* Add End   2021/03/18 [UI0069] UI刷新対応 */

/*  Add Start   2021/03/26 UN0032   UI刷新対応(課題281) */
.visuallyhidden_Time {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*  Add End   2021/03/26 UN0032   UI刷新対応 (課題281)*/
/* Add Start [UN0010]2021/04/06 UI刷新対応 (課題No258対応)*/
.u-mb1{
	margin-bottom:1px;
}
.u-mb3{
	margin-bottom:3px;
}
.radio-input {
    display: none;
}
.radio-outline{
	display:inline-block !important;
    padding: 7px !important;
}
.checkbox-parts{
	display:inline-block !important;
	white-space: normal !important;
}
.radio-parts{
    display:inline-block !important;
    white-space: normal !important;
}
@media all and (-ms-high-contrast: none){
    .checkbox-parts{
        display:block !important;
    }
    .radio-parts{
        display:block !important;
    }
  
}
.checkbox-parts::before{
	top:0px !important;
}
.checkbox-input:checked ~ .checkbox-parts::before{
    top:0px !important;
}
.checkbox-input:checked ~ .checkbox-parts::after{
	top:1px !important;
}
.radio-parts::before{
    top:0px !important;
}
.radio-input:checked ~ .checkbox-parts::before{
    top:0px !important;
}
.radio-input:checked ~ .checkbox-parts::after{
    top:1px !important;
}
/* Add End   [UN0010]2021/04/06 UI刷新対応 (課題No258対応)*/

/* Update Start 2021/04/22 UN0001  アクセシビリティ診断対応(PMWB No2035) */
.c-box--cardList__item_h4 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5;
}
.u-mb15_new {
    margin-bottom: 15px !important;
    font-weight: 400;
}
.u-mb20_new {
    margin-bottom: 20px !important;
    font-size: 1.375rem;
}
.c-box--cardList__item_h1 {
    font-weight: 400;
}
.c-box--cardList__item_h2 {
    font-size: 16px;
    padding: 3px;
    font-weight: 700;
    line-height: 1.5;
}
.c-box--list__item_h2 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}
.c-box--list_li {
    list-style:none;
    font-weight: bold;
}
.square {
    width:13px;
    height:13px;
    background:#000000;
}
.square_size {
	font-weight: bold;
    font-size: 16px;
    margin-top: -28px;
    margin-left: 30px;
}
.square_size_p {
	font-weight: bold;
}
.c-box--list-forh4 {
    border: none !important;
}
.c-box--list__item_h4 {
	font-weight: 400;
	margin-top: 26px !important;
	margin-bottom: 26px !important;
    padding: 12px 60px 12px 50px;
    background: #00855C;
    line-height: 1.9rem;
    color: #fff;
    font-weight: normal;
    font-size: 1.375rem;
    padding-left: 50px;
    margin: 0 auto 19px;
    max-width: 1024px;
    width: 100%;
    margin-top: -1px;
    border-bottom: none;
}
.c-box--list-forh3 {
    margin-bottom: -26px;
}
.c-box--list-toph3 {
    margin-top: -26px;
}
.c-box--list-newToph3 {
    margin-top: 26px;
}
.c-box--list-forh4 .flex-wrap:first-of-type dd:first-of-type {
    border-top: 1px solid #000;
}
.c-box--list-forh4 .flex-wrap:first-of-type dt:first-of-type {
    border-top: 1px solid #000;
}
.c-box--list-newh4 {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5;
}
.c-box--list-h5 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}
@media only screen and (max-width: 960px) {
    .c-box--cardList__item_h4 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }
    .c-box--cardList__item_h1 {
        font-weight: 400;
    }
    .c-box--list-forh3 {
        margin-bottom: -26px;
    }
    .c-box--list-forh4 .flex-wrap:first-of-type dd:first-of-type {
    border-top: none;
    }
    .c-box--list-forh4 .flex-wrap:first-of-type dt:first-of-type {
    border-top: none;
    }
}
/* Update End   2021/04/22 UN0001  アクセシビリティ診断対応(PMWB No2035) */

/* Add Start [UN0018]2021/04/22 UI刷新対応 (PMWB No.2036対応)*/
.relative
{
/* Delete Start [UN0032]2021/05/24 UI刷新対応 (PMWB No.対応)*/
    /*position: relative;*/
/* Delete End [UN0032]2021/05/24 UI刷新対応 (PMWB No.対応)*/
}

.tooltip_new
{
    position: relative;
}


.tooltip_new:before
{
    position: absolute;
    z-index: 10000;

    display: none;

    width: 0;
    height: 0;

    content: '';

    opacity: 0;
    color: #333;
    color: rgba(0, 0, 0, .8);
    border: 5px solid transparent;
}

.tooltip_new:hover:before,
.tooltip_new:hover:after,
.tooltip_new:active:before,
.tooltip_new:active:after,
.tooltip_new:focus:before,
.tooltip_new:focus:after
{
    display: inline-block;

    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    text-decoration: none;

    opacity: 1;
}
select + .tooltip_new[role='tooltip'],
input + .tooltip_new[role='tooltip']
{
    position: absolute;
    z-index: 9999;
    line-height: 1.2;
    padding: 7px;

    text-align: center;
    white-space: pre;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: break-word;

    color: #fff;
    background-color: rgba(51, 51, 51, 0.9);
    text-shadow: none;

    font-smoothing: subpixel-antialiased;
}
select + .tooltip_new[role='tooltip'],
input + .tooltip_new[role='tooltip']
{
    position: absolute;
    z-index: 9999;
    font-size: 0.875rem;
    display: none;
    line-height: 1.2;
    padding: 7px;

    content: attr(aria-label);
    text-align: center;
    white-space: pre;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: break-word;

    opacity: 0;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.9);
    text-shadow: none;

    font-smoothing: subpixel-antialiased;
}
select:focus + .tooltip_new[role='tooltip'],
input:focus + .tooltip_new[role='tooltip']
{
    /* top: 100%; */

    display: block;

    margin-top: 4px;

    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    text-decoration: none;

    opacity: 1;
}
select:focus + .tooltip_new[role='tooltip']:before,
select:hover + .tooltip_new[role='tooltip']:before,
input:focus + .tooltip_new[role='tooltip']:before,
input:hover + .tooltip_new[role='tooltip']:before
{
    border-right-color: transparent;
    margin-bottom: 0;
    border-bottom-color: transparent;
    border-top-color: rgba(51, 51, 51, 0.9);
    border-left-color: rgba(51, 51, 51, 0.9);
    transform: rotate(45deg);
    margin-top: -10px;
    display: block;

    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    text-decoration: none;

    opacity: 1;
}
select + .tooltip_new.bottom[role='tooltip']:before,
input + .tooltip_new.bottom[role='tooltip']:before
{
    bottom: 100%;
}
select:hover + .tooltip_new[role='tooltip'],
input:hover + .tooltip_new[role='tooltip']
{
    /* top: 100%; */

    display: block;

    margin-top: 4px;

    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    text-decoration: none;

    opacity: 1;
}
.tooltip_new {
  position: relative;
  cursor: pointer;
/* Add Start [UN0032]2021/05/24 UI刷新対応 (PMWB No対応)*/
  margin-right: 5px;
/* Add End   [UN0032]2021/05/24 UI刷新対応 (PMWB No対応)*/
}
.selectbox--for_tooltip{
  overflow:visible!important;
}
.tooltip_marginTop_15 {
  margin-top: 15px !important;
}
.tooltip_display_block{
    display:block !important;
}
.tooltip_display_inline_block{
    display:inline-block !important;
}
@media only screen and (max-width: 960px) {
.tooltip_size960_marginTop_-5 {
  margin-top: -5px !important;
}
.tooltip_new {
    white-space: normal !important;
}
}
/* Add End   [UN0018]2021/04/22 UI刷新対応 (PMWB No.2036対応)*/
/* Add Start [UN0018]2021/04/23 UI刷新対応 (PMWB No.2038対応)*/
.required_span {
  display: inline-block;
  color: #fff;
  background: #E12800;
  padding: 0 12px;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-left: 8px;
  vertical-align: middle;
}
.black_square_before_h3 {
  font-size: 1rem;
  font-weight: bold;
}
.black_square_before_h3::before {
  display: inline-block;
  content: '';
  background :#000;
  margin-right: 3px;
  margin-left: 3px;
  bottom: 1px;
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
}
/* Add End   [UN0018]2021/04/23 UI刷新対応 (PMWB No.2038対応)*/
/* Add Start 2021/04/27[UN0010]UI刷新対応 (PMWB2046対応) */
.radio-input:checked:disabled ~ .radio-parts::before {	
  border: 0px solid rgb(158, 158, 153);
}
.radio-input:disabled ~ .radio-parts::before {
  background: rgb(158, 158, 153);
  border: 0px solid;
}
.radio-outline-disabled {
  padding: 7px !important;
  border:none !important;
}
/* Add End   2021/04/27[UN0010]UI刷新対応 (PMWB2046対応) */
/* Add Start [UN0018]2021/04/28 UI刷新対応 (PMWB No.2040対応)*/
.sr-only-forTable{
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.date_table_month_margin{
  margin :0px 31.5% 0px 31.5% !important;
}
.date_table_month_margin_smp{
  margin :0px 23% 0px 23% !important;
}
.table td.date_table_background_gray{
  background-color: #F0F0F0 !important;
}
.date_table_fontColor_red{
/* Add Start [UN0032]2021/07/20 アクセシビリティ診断 (PMWB2107対応)*/
  /*color: #D71114 !important;*/
  color: #DA1212 !important;
/* Add End   [UN0032]2021/07/20 アクセシビリティ診断 (PMWB2107対応)*/
}
.date_table_fontColor_blue{
  color: #096ACC !important;
}
.date_table_fontWeight_700{
  font-weight: 700 !important;
}
.date_tableSmp_maru_fontSize27{
  font-size: 27pt !important;
}
/* Add End   [UN0018]2021/04/28 UI刷新対応 (PMWB No.2040対応)*/
/* Add Start [UN0018]2021/04/29 UI刷新対応 (PMWB No.2036追加対応)*/
@-moz-document url-prefix(){
    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner{
        padding: 0;
        border-style: none;
    }
    .button:focus{
        outline-color: black;
        outline-width: 1px;
        outline-style: dotted;
    }
    .ui-datepicker-trigger:focus{
        outline-color: black;
        outline-width: 1px;
        outline-style: dotted;
    }
    .inquiryDetailHistory:focus{
        outline-color: black;
        outline-width: 1px;
        outline-style: dotted;
    }
    select:-moz-focusring{
    color:transparent;
    text-shadow: 0 0 0 #000;
    }
    .c-pager li a:focus{
        outline-color: black;
        outline-width: 1px;
        outline-style: dotted;
        outline-offset: -1px;
    }
}
.inline-block{
    display: inline-block;
}
/* Add End   [UN0018]2021/04/29 UI刷新対応 (PMWB No.2036追加対応)*/
/* Add Start [UN0032]2021/05/06 UI刷新対応 (PMWB No.2040対応)*/
.padding_left_smp_link{
  padding-left: 130px;
}
.width_smp_link{
/* Update Start 2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
/*   width: 100px !important; */
  width: auto !important;
  min-width: 100px;
/* Update End   2022/07/29 [UI0073] GC0003様向け機能追加対応(第2弾) */
}
.padding_left_pc_link{
  padding-left: 200px;
}
/* Add End   [UN0032]2021/05/06 UI刷新対応 (PMWB No.2040対応)*/
/* Add Start [UN0032]2021/05/08 UI刷新対応 (PMWB No.2035対応)*/
.bor-top{
	border-top:1px solid #000 !important;
}
/* Add End [UN0032]2021/05/08 UI刷新対応 (PMWB No.2035対応)*/
/* Add Start [UN0001]2021/05/10 UI刷新対応 (PMWB No.2035対応)*/
@media only screen and (max-width: 960px) {
    .bor-top{
        border-top:none !important;
    }
}
/* Add End   [UN0001]2021/05/10 UI刷新対応 (PMWB No.2035対応)*/
/* Add Start [UN0032]2021/08/18 UI刷新対応 (アクセシビリティ診断)*/
.table-bordered-white thead th ,.table-bordered-white tfoot th {
    background-color: #FFFFFF !important;
}
/* Add Start [UN0032]2021/08/18 UI刷新対応 (アクセシビリティ診断)*/
/* Add Start 2022/08/22 [UI0038] GC0003様向け機能追加対応(第2弾) */
.address_inp_select_format {
  display: flex;
  flex-wrap:wrap;
  gap: 5px 10px;
}

.address_base{
  text-align:center;
  height:40px;
  line-height:40px;
 white-space: nowrap;
}
/* Add End    2022/08/22 [UI0038] GC0003様向け機能追加対応(第2弾) */
/* Add Start 2023/07/05 [UI0017] GG0028各区様要望対応  */
.item_tbl_in tr.item_not_offer {
    /* 申込不可品目のグレー背景のため */
    background-color: #CCCCCC;
}
/* Add End   2023/07/05 [UI0017] GG0028各区様要望対応  */
/* Add Start 2024/06/06 [U-IP0097] A-0003-IP */
.addressloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  background-image:url(../image/loading.gif);
  background-repeat:  no-repeat;
  background-position:center center;
  background-size:auto;
  background-color:rgba(255,255,255,0.8);
/* Add End   2024/06/06 [U-IP0097] A-0018-IP */
}