@media only screen and (max-width: 575px){
	table{
		table-layout: fixed;
	}

	input{
		max-width:100%;
	}

    input.select_file{
        display:block;
        margin-bottom:1rem;
    }
}

@media only screen and (max-width: 991px){
    input.select_file{
        display:block;
        margin-bottom:1rem;
    }
}

.l-breadcrumb{
    background-color: #fce8e9;
    padding:1rem 0;
}

.p-breadcrumb {
    margin-bottom: 0;
}

.error-message{
	color:#D00;
	font-weight: bold;
}

/*色の修正*/
.p-login {
    background-color: #fce8e9;
}

.l-header__top{
    background-color: #fce8e9;
}

.l-header__menu {
    background-color: #eb463c;
}

.p-sub-menu__item > a > span::before {
    border-top: 1px solid #eb463c;
    border-right: 1px solid #eb463c;
}

.p-article-list__item > a {
    background-color: #fce8e9;
}

.p-article-list__item>a:hover {
    background-color:#fbd6d7;
}

.p-main-menu__list {
    display: flex;
    border-left: 1px solid #fce8e9;
}

.p-main-menu__item {
    border-right: 1px solid #fce8e9;
}

.p-main-menu__item > a {
    background-color: #eb463c;
    min-height: 75px;
    padding: 0 0.5rem;
}

.p-main-menu__item>a:hover {
    background-color:#ff6a61;
}


.c-btn-primary {
    background-color: #eb463c;
}

.c-btn-primary:hover {
    background-color:#ff6a61;
}

.c-btn-outlined {
    border: 1px solid #333 !important;
}

.p-main__header {
    border-bottom: 2px solid #eb463c;
}

.c-user-content h2:not([class])::after,
.c-user-content h2[class^="u-"]::after,
.p-heading01::after {
    background-color: #eb463c;
}

.c-user-content h3:not([class]), 
.c-user-content h3[class^="u-"], 
.p-heading02 {
    color: #eb463c;
    border-bottom: 2px solid #eb463c;
}

.c-user-content h4:not([class])::before,
.c-user-content h4[class^="u-"]::before,
.p-heading05::before {
    background-color: #eb463c;
}

.c-user-content a {
    color: #eb463c;
}

.p-article-list__item > a span::after {
    border-top: 2px solid #eb463c;
    border-right: 2px solid #eb463c;
}

table th,
table td{
    vertical-align: top;
}

.c-user-content .c-form table tbody th{
    width:25%;
}

@media only screen and (max-width: 575px) {
    .c-user-content .c-form table tbody th{
        width:100%;
    }
}

.nowrap{
    white-space: nowrap;
}

#select_buyer_name_box{
    position:relative;
}

#select_buyer_name{
    position:absolute;
    left:0;
    top:40px;
    border-top:solid 1px #ea463c;
    z-index: 999;
    max-height:300px;
    overflow-y:scroll;
    display: none;
}

#select_buyer_name a{
    display:block;
    background-color: #fce8e9;
    border:solid 1px #ea463c;
    border-top:none;
    padding:10px 10px;
    font-size:14px;
}

#selected_ow_buyer_accounts{
    border:solid 2px #ea463c;
    margin-top:10px;
    padding:10px;
}

.c-user-content .note {
    color:#777;
}

.c-alert p {
    font-size: 2.1rem !important;
}

.c-alert.-success {
    background-color: #daebfa;
    color: #1763a4;
}

.p-article-list[class*="-01"] .p-card__btn > a {
    font-size: 1.5rem;
}

.p-search-result-table__item .p-card__category{
    display: inline-block;
    width:8em;
    text-align: center;
    margin-bottom:0.5rem;
    border-radius: 4px;
    color:#FFF;
}

.p-card__category.-btob{
    background-color: #eb463c;
}

.p-card__category.-buyer{
    background-color: #f77c1e;;
}

@media only screen and (max-width: 575px) {
    .p-search-result-table__item-inner{
        display:block;
    }

    .p-search-result-table__item-text{
        margin-top:1rem;
    }

    .p-search-result-table__item-text.u-ml-3{
        margin-left:0 !important;
    }
}

th.pc,
td.pc {
    display: table-cell;
}

@media only screen and (max-width: 991px){
    th.pc,
    td.pc {
        display: none;
    }
}

.p-article-list__item > a.for-overseas{
    background-color:#e8ecfc;
}

.p-article-list__item > a.for-overseas span::after {
    border-top: 2px solid #3c51eb;
    border-right: 2px solid #3c51eb;
}

/*サジェスト*/
#select_for_overseas_maker_name_box{
    position:relative;
}

#select_for_overseas_maker_name{
    position:absolute;
    left:0;
    top:0;
    border-top:solid 1px #eb463c;
    z-index: 999;
    max-height:300px;
    overflow-y:scroll;
    display: none;
}

#select_for_overseas_maker_name a{
    display:block;
    background-color: #fce8e9;;
    border:solid 1px #eb463c;
    border-top:none;
    padding:10px 10px;
    font-size:14px;
}

@media only screen and (max-width: 575px) {
    .c-user-content table th, .c-user-content table td {
        padding: 0.5em;
        font-size:1.2rem;
    }
}

@media only screen and (max-width: 575px) {
    .block-table input[type=text]{
        width:100%;
    }
}


@media only screen and (max-width: 575px){
	table{
		table-layout: fixed;
	}

	input{
		max-width:100%;
	}

    input.select_file{
        display:block;
        margin-bottom:1rem;
    }
}

@media only screen and (max-width: 991px){
    input.select_file{
        display:block;
        margin-bottom:1rem;
    }
}

.l-breadcrumb{
    background-color: #fce8e9;
    padding:1rem 0;
}

.p-breadcrumb {
    margin-bottom: 0;
}

.error-message{
	color:#D00;
	font-weight: bold;
}

/*色の修正*/
.p-login {
    background-color: #fce8e9;
}

.l-header__top{
    background-color: #fce8e9;
}

.l-header__menu {
    background-color: #eb463c;
}

.p-sub-menu__item > a > span::before {
    border-top: 1px solid #eb463c;
    border-right: 1px solid #eb463c;
}

.p-article-list__item > a {
    background-color: #fce8e9;
}

.p-article-list__item>a:hover {
    background-color:#fbd6d7;
}

.p-main-menu__list {
    display: flex;
    border-left: 1px solid #fce8e9;
}

.p-main-menu__item {
    border-right: 1px solid #fce8e9;
}

.p-main-menu__item > a {
    background-color: #eb463c;
    min-height: 75px;
    padding: 0 0.5rem;
}

.p-main-menu__item>a:hover {
    background-color:#ff6a61;
}


.c-btn-primary {
    background-color: #eb463c;
}

.c-btn-primary:hover {
    background-color:#ff6a61;
}

.c-btn-outlined {
    border: 1px solid #333 !important;
}

.p-main__header {
    border-bottom: 2px solid #eb463c;
}

.c-user-content h2:not([class])::after,
.c-user-content h2[class^="u-"]::after,
.p-heading01::after {
    background-color: #eb463c;
}

.c-user-content h4:not([class])::before,
.c-user-content h4[class^="u-"]::before,
.p-heading05::before {
    background-color: #eb463c;
}

.c-user-content a {
    color: #eb463c;
}

.p-article-list__item > a span::after {
    border-top: 2px solid #eb463c;
    border-right: 2px solid #eb463c;
}

table th,
table td{
    vertical-align: top;
}

.c-user-content .c-form table tbody th{
    width:25%;
}

@media only screen and (max-width: 575px) {
    .c-user-content .c-form table tbody th{
        width:100%;
    }
}

.nowrap{
    white-space: nowrap;
}

#select_buyer_name_box{
    position:relative;
}

#select_buyer_name{
    position:absolute;
    left:0;
    top:40px;
    border-top:solid 1px #ea463c;
    z-index: 999;
    max-height:300px;
    overflow-y:scroll;
    display: none;
}

#select_buyer_name a{
    display:block;
    background-color: #fce8e9;
    border:solid 1px #ea463c;
    border-top:none;
    padding:10px 10px;
    font-size:14px;
}

#selected_ow_buyer_accounts{
    border:solid 2px #ea463c;
    margin-top:10px;
    padding:10px;
}

.c-user-content .note {
    color:#777;
}

.c-alert p {
    font-size: 2.1rem !important;
}

.c-alert.-success {
    background-color: #daebfa;
    color: #1763a4;
}

.p-article-list[class*="-01"] .p-card__btn > a {
    font-size: 1.5rem;
}

.p-search-result-table__item .p-card__category{
    display: inline-block;
    width:8em;
    text-align: center;
    margin-bottom:0.5rem;
    border-radius: 4px;
    color:#FFF;
}

.p-card__category.-btob{
    background-color: #eb463c;
}

.p-card__category.-buyer{
    background-color: #f77c1e;;
}

@media only screen and (max-width: 575px) {
    .p-search-result-table__item-inner{
        display:block;
    }

    .p-search-result-table__item-text{
        margin-top:1rem;
    }

    .p-search-result-table__item-text.u-ml-3{
        margin-left:0 !important;
    }
}

.c-form__common {
    background: #007d5a;
    margin-left: 8px;
    padding: 3px 5px;
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
}

th.pc,
td.pc{
    display:table-cell;
}

th.sp,
td.sp{
    display:none;
}

@media only screen and (max-width: 991px){
    th.pc,
    td.pc{
        display:none;
    }

    th.sp,
    td.sp{
        display:table-cell;
    }
}

@media only screen and (max-width: 575px) {
    .c-user-content table th, .c-user-content table td {
        padding: 0.5em;
        font-size:1.2rem;
    }
}

@media only screen and (max-width: 575px) {
    .block-table input[type=text]{
        width:100%;
    }
}

.development .l-header__siteID a:after{
    content: "(テスト環境)";
}

.development .l-header__siteID a{
    color:#DD0000;
}