@charset "UTF-8";
header.producer {
  background-color: #B14685;
}
header.producer .logo {
  width: 84px;
  height: 44px;
  top: 4px;
  left: 1.5rem;
}
header.producer .user {
  width: 180px;
  top: 1.5rem;
  left: 115px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

body.producer nav#header-menu .nav-wrap .global li a::after {
  background-image: url("../images/nav_icon_arrow_producer.svg");
}

body.producer .calender .month {
  background-color: #6666FF;
}
body.producer .calender .day li.horiday {
  color: #FFF;
  background-color: #6666FF;
}
body.producer .calender .caption dt.horiday {
  background-color: #6666FF;
}
body.producer .calender .caption a {
  background-color: #6666FF;
}

.footerBox {
  background-color: #B14685;
}

.footerBox2 {
  background-color: #69BD83;
}

body.producer main .parent_link ul li.active {
  color: #10A3A0;
}
body.producer main .parent_link ul li.active::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 54px;
  background-image: url("../images/icon_flower_active.svg");
  background-repeat: no-repeat;
  background-position: center left;
}

main .mente_link {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
main .mente_link ul {
  width: 96%;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #10A3A0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
main .mente_link ul li {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
}
main .mente_link ul li dt {
  text-align: left;
  margin-bottom: 3px;
}
main .mente_link ul li dt::before {
  content: "最終更新日：";
}
main .mente_link ul li a {
  width: 90px;
  height: 32px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #FFFAC6 0%, #FCCF00 100%);
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

body.producer .slide-dots li button::before {
  background-color: rgba(16, 163, 160, 0.35);
}
body.producer .slide-dots li.slick-active button::before {
  background-color: #10A3A0;
}

body.producer main .slider li span {
  background-image: linear-gradient(to right, #86C9AB 0%, #009EA7 100%);
}

body.producer main .inner_link ul li {
  background-image: linear-gradient(to bottom, #fff 0%, #D4EAE0 100%);
}
body.producer main .inner_link ul li a {
  color: #009844;
  background-repeat: no-repeat;
  background-position: 17% center;
  padding-left: 40%;
}
body.producer main .inner_link ul li a.order {
  background-image: url("../images/producer/icon_order.svg");
}
body.producer main .inner_link ul li a.market {
  background-image: url("../images/producer/icon_market.svg");
}
body.producer main .inner_link ul li a.shipment {
  background-image: url("../images/producer/icon_shipment.svg");
}
body.producer main .inner_link ul li a.mailbox {
  background-image: url("../images/producer/icon_mailbox.svg");
}
body.producer main .inner_link ul li a.invoice {
  background-image: url("../images/producer/icon_invoice.svg");
}

.title {
  background-color: #BBE1E8;
  border: 1px solid #BBE1E8;
}

body.producer .ac_wrap .ac_item .ac_btn, .ac_wrap .ac_item .no_close {
  background-color: #10A3A0;
}

input[type=button].general {
  background-image: linear-gradient(to bottom, #D2DDF0 0%, #009EA7 100%);
}

body.producer .pager ul li a span.prev {
  border-width: 6px 9px 6px 0;
  border-color: transparent #10A3A0 transparent transparent;
}

body.producer .pager ul li a span.next {
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #10A3A0;
}

.list {
  padding: 0 2%;
}
.list dl {
  position: relative;
  border-top: 1px solid #D8D8D8;
  padding-top: 6px;
  padding-bottom: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.list dl:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.list dl dt {
  width: 23.5%;
}
.list dl dt img {
  width: 100%;
}
.list dl dd {
  width: 75%;
  font-size: 1.5rem;
  line-height: 1.5;
}
.list dl dd span {
  display: inline;
  margin-right: 1em;
}
.list dl dd span::before {
  font-weight: bold;
  color: #10A3A0;
}
.list dl dd span.color, .list dl dd span.class, .list dl dd span.floor, .list dl dd span.standard, .list dl dd span.form, .list dl dd span.number {
  display: inline-block;
}

.list_btn {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.list_btn input {
  width: 80px;
}
.list_btn input + input {
  margin-top: 10px;
}

body.producer .radio {
  margin-top: 25px;
  padding-bottom: 0;
  border-top: 1px solid #B4B4B5;
}

body.producer .radio.sort {
  margin-top: 0;
  border-top: none;
}

dl.image_read {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
dl.image_read dt {
  width: 60%;
}
dl.image_read dd {
  padding-top: 10px;
}
dl.image_read dd .general {
  width: 110px;
  margin-bottom: 10px;
}

table.category {
  width: 100%;
}
table.category th {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  padding: 5px 0 5px 10px;
  vertical-align: middle;
}
table.category td {
  font-size: 1.2rem;
  text-align: right;
  vertical-align: middle;
}
table.category td span:last-child::before {
  content: "〜";
  margin: 0 .25em;
}

.confirm {
  width: 100%;
  padding: 0 2%;
}
.confirm .multi {
  margin-top: 10px;
}
.confirm .multi dl, .confirm .cat dl {
  width: 100%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.confirm .multi dl dt, .confirm .multi dl dd, .confirm .cat dl dt, .confirm .cat dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 8px 1.5rem;
  line-height: 1;
  display: table-cell;
}
.confirm .multi dl dt, .confirm .cat dl dt {
  width: 35%;
  background-color: #BBE1E8;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm .multi dl dd, .confirm .cat dl dd {
  width: 60%;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm .multi dl dd span:last-child::before, .confirm .cat dl dd span:last-child::before {
  content: "〜";
  margin: 0 .25em;
  font-size: 1.2rem;
}
.confirm .read ul {
  width: 100%;
}
.confirm .read ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.confirm .read ul li:first-child {
  padding-top: 0;
}
.confirm .read ul li:last-child {
  border-bottom: none;
}
.confirm .read ul li img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.confirm .config ul {
  width: 100%;
}
.confirm .config ul li {
  font-size: 1.5rem;
  padding: 10px 8px;
  border-bottom: 1px solid #D8D8D8;
}
.confirm .config ul li:first-child {
  padding-top: 0;
}
.confirm .config ul li:last-child {
  border-bottom: 0;
}
.confirm .config ul li span {
  display: inline-block;
  margin-right: 1em;
}
.confirm .config ul li span::before {
  color: #10A3A0;
  font-weight: bold;
}
.confirm .cat {
  width: 100%;
}
.confirm .cat .wrap {
  padding: 0 8px 5px;
}
.confirm .cat .wrap dl {
  margin-bottom: 5px;
}
.confirm .cat .wrap dl dt {
  border: 1px solid #D8D8D8;
  background-color: #fff;
  font-size: 1.2rem;
}
.confirm .cat .wrap dl dd {
  padding-left: 0;
  border: none;
  font-size: 1.2rem;
}
.confirm .pr p {
  font-size: 1.5rem;
  padding: 0 8px;
}

.confirm2 {
  width: 50%;
  padding: 0 2%;
}
.confirm2 .multi {
  margin-top: 15px;
}
.confirm2 .multi dl, .confirm2 .cat dl {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.confirm2 .multi dl dt, .confirm2 .multi dl dd, .confirm2 .cat dl dt, .confirm2 .cat dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 8px 1.5rem;
  line-height: 1;
  display: table-cell;
}
.confirm2 .multi dl dt, .confirm2 .cat dl dt {
  width: 35%;
  background-color: #BBE1E8;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm2 .multi dl dd, .confirm2 .cat dl dd {
  width: 60%;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm2 .multi dl dd span:last-child::before, .confirm2 .cat dl dd span:last-child::before {
  content: "〜";
  margin: 0 .25em;
  font-size: 1.2rem;
}
.confirm2 .read ul {
  width: 100%;
}
.confirm2 .read ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.confirm2 .read ul li:first-child {
  padding-top: 0;
}
.confirm2 .read ul li:last-child {
  border-bottom: none;
}
.confirm2 .read ul li img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.confirm2 .config ul {
  width: 100%;
}
.confirm2 .config ul li {
  font-size: 1.5rem;
  padding: 10px 8px;
  border-bottom: 1px solid #D8D8D8;
}
.confirm2 .config ul li:first-child {
  padding-top: 0;
}
.confirm2 .config ul li:last-child {
  border-bottom: 0;
}
.confirm2 .config ul li span {
  display: inline-block;
  margin-right: 1em;
}
.confirm2 .config ul li span::before {
  color: #10A3A0;
  font-weight: bold;
}
.confirm2 .cat {
  width: 100%;
}
.confirm2 .cat .wrap {
  padding: 0 8px 5px;
}
.confirm2 .cat .wrap dl {
  margin-bottom: 5px;
}
.confirm2 .cat .wrap dl dt {
  border: 1px solid #D8D8D8;
  background-color: #fff;
  font-size: 1.2rem;
}
.confirm2 .cat .wrap dl dd {
  padding-left: 0;
  border: none;
  font-size: 1.2rem;
}
.confirm2 .pr p {
  font-size: 1.5rem;
  padding: 0 8px;
}
.confirm3 {
  width: 95%;
  padding: 0 2%;
}
.confirm3 .multi {
  margin-top: 15px;
}
.confirm3 .multi dl, .confirm3 .cat dl {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 1.2rem;
}
.confirm3 .multi dl dt, .confirm3 .multi dl dd, .confirm3 .cat dl dt, .confirm3 .cat dl dd {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 8px 1.5rem;
  line-height: 1;
  display: table-cell;
}
.confirm3 .multi dl dt, .confirm3 .cat dl dt {
  width: 35%;
  background-color: #BBE1E8;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm3 .multi dl dd, .confirm3 .cat dl dd {
  width: 60%;
  border: 1px solid #BBE1E8;
  font-size: 1.2rem;
}
.confirm3 .multi dl dd span:last-child::before, .confirm3 .cat dl dd span:last-child::before {
  content: "〜";
  margin: 0 .25em;
  font-size: 1.2rem;
}
.confirm3 .read ul {
  width: 100%;
}
.confirm3 .read ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
.confirm3 .read ul li:first-child {
  padding-top: 0;
}
.confirm3 .read ul li:last-child {
  border-bottom: none;
}
.confirm3 .read ul li img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.confirm3 .config ul {
  width: 100%;
}
.confirm3 .config ul li {
  font-size: 1.5rem;
  padding: 10px 8px;
  border-bottom: 1px solid #D8D8D8;
}
.confirm3 .config ul li:first-child {
  padding-top: 0;
}
.confirm3 .config ul li:last-child {
  border-bottom: 0;
}
.confirm3 .config ul li span {
  display: inline-block;
  margin-right: 1em;
}
.confirm3 .config ul li span::before {
  color: #10A3A0;
  font-weight: bold;
}
.confirm3 .cat {
  width: 100%;
}
.confirm3 .cat .wrap {
  padding: 0 8px 5px;
}
.confirm3 .cat .wrap dl {
  margin-bottom: 5px;
}
.confirm3 .cat .wrap dl dt {
  border: 1px solid #D8D8D8;
  background-color: #fff;
  font-size: 1.2rem;
}
.confirm3 .cat .wrap dl dd {
  padding-left: 0;
  border: none;
  font-size: 1.2rem;
}
.confirm3 .pr p {
  font-size: 1.5rem;
  padding: 0 8px;
}
.history {
  padding: 15px 2% 0;
}
.history ul {
  width: 100%;
  border: 1px solid #BBE1E8;
}
.history ul li {
  border-bottom: 1px solid #BBE1E8;
}
.history ul li:last-child {
  border-bottom: none;
}
.history ul li a {
  width: 100%;
  height: 44px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.history ul li a::after {
  width: 16px;
  height: 44px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/nav_icon_arrow_footer.svg");
  position: absolute;
  top: 0;
  right: 20px;
}

/*　品名検索 */
.item_list {
  padding: 15px 2% 0;
}
.item_list ul {
  width: 100%;
  border: 1px solid #BBE1E8;
}
.item_list ul li {
  border-bottom: 1px solid #BBE1E8;
  padding: 8px;
}
.item_list ul li:last-child {
  border-bottom: none;
}
.item_list ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.item_list ul li a::after {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/nav_icon_arrow_footer.svg");
  position: absolute;
  top: 25%;
  right: 0;
}
.item_list ul li a dl {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.item_list ul li a dl dt {
  width: 35%;
}
.item_list ul li a dl dd {
  width: 65%;
  padding-left: 10px;
  font-size: 1.5rem;
}
.item_list ul li a dl dd span {
  display: block;
}
.item_list ul li a dl dd span::before {
  font-weight: bold;
  color: #10A3A0;
}
/* 品名検索 */

.detail .title_L {
  width: 100%;
  height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  background-color: #10A3A0;
  margin-top: 15px;
  padding-left: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.detail dl {
  width: 100%;
  padding: 15px 23px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.detail dl dt {
  width: 42%;
}
.detail dl dd {
  width: 58%;
  padding-left: 10px;
  font-size: 1.5rem;
}
.detail dl dd span {
  display: block;
}
.detail dl dd span::before {
  font-weight: bold;
  color: #10A3A0;
}
.detail .wrap {
  padding: 0 2%;
}
.detail .wrap .title {
  margin-top: 5px;
  padding-right: 1.5rem;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.detail .wrap .title span {
  height: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 .5em;
  color: #FFF;
  background-color: #10A3A0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.detail .wrap ul {
  width: 100%;
  padding-left: 1.5rem;
}
.detail .wrap ul li {
  font-size: 1.5rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8D8D8;
}
.detail .wrap ul li:last-child {
  border-bottom: 0;
  padding-top: 5px;
}
.detail .wrap ul li:only-child {
  padding-top: 0;
}
.detail .wrap ul li span {
  display: inline-block;
  margin-right: 1em;
}
.detail .wrap ul li span::before {
  color: #10A3A0;
  font-weight: bold;
}
.box_contents {
  border: 1px solid #D8D8D8;
  padding: 8px;
  font-size: 1.5rem;
  margin-top: 2px;
}
.box_contents dl dt {
  font-weight: bold;
  color: #6666FF;
}
.box_contents dl dd span:before {
  font-weight: normal;
  color: #000;
}
p.executeResultNG {
  color: #FF3333;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2px;
}
p.executeResultOK {
  color: #0033FF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
}
p.warning {
  color: #0033FF;
  font-size: 1.5rem;
  margin-top: 0px;
}
p.commentConfirmation {
  color: #EF845C;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2px;
}
.center{
	text-align: center;
}
.comment {  
    width: 100%;  
    border: 0px solid #000;  
}
.comment div   {  
    width: 95%;  
    border: 1px solid #FFFFFF;  
    margin: 0 auto;
    text-align: left;
}

/*受注状況*/
/* ①セリ日一覧*/
.order_list {
  padding: 0 2%;
}
.order_list ul {
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
.order_list ul li {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 6px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.order_list ul li::after {
  font-size: 1.5rem;
  font-weight: bold;
  content: "＞";
}
.order_list ul li a {
  width: 100%;
  display: block;
}
.order_list ul li span {
  display: block;
  margin-right: 1em;
}
.order_list ul li span::before {
  font-weight: bold;
  color: #5A0D15;
}
.order_list ul li:nth-child(even) {
  background-color: #C5DDEB;
}
/* ②商品一覧　*/
.order_item {
  padding: 15px 2% 0;
}
.order_item ul {
  width: 100%;
  border: 1px solid #ccd1ff;
}
.order_item ul li {
  border-bottom: 1px solid #ccd1ff;
  padding: 8px;
}
.order_item ul li:last-child {
  border-bottom: none;
}
.order_item ul li a {
  width: 100%;
  display: block;
  position: relative;
}
.order_item ul li a::after {
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/nav_icon_arrow_footer.svg");
  position: absolute;
  top: 50%;
  right: 0;
}
.order_item ul li a dl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order_item ul li a dl dt {
  width: 35%;
}
.order_item ul li a dl dd {
  width: 65%;
  padding-left: 10px;
  font-size: 1.5rem;
}
.order_item ul li a dl dd span {
  display: block;
}
.order_item ul li a dl dd span::before {
  font-weight: bold;
  color: #6666FF;
}
.order_item ul li a dl dd span.sales_period::before {
  display: block;
}
.order_item ul li a dl .ordered {
  line-height: 1;
  font-size: 1.2rem;
  //font-weight: bold;
  padding: .5em;
  color: #FFF;
  background-color: red;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
.order_item ul li:nth-child(even) {
  background-color: #C5DDEB;
}
/* ③受注一覧*/
.data_box {
  margin-top: 5px;
}
.data_box .box {
  color: #000000;
  width: 98%;
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  border: 1px solid #A6A6FF;
}
.data_box .box span {
  margin-right: 1em;
  font-size: 1.5rem;
}
.data_box .box span:before {
  font-weight: bold;
  color: #6666FF;
}
.data_box .box dl.data{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.data_box .box dl.data dt {
  width: 28%;
}
.data_box .box dl.data　dd {
  width: 70%;
  text-align: left;
}

.order_per_item {
  padding: 15px 2% 0;
}
.order_per_item ul {
  width: 100%;
  border: 1px solid #ccd1ff;
}
.order_per_item ul li {
  border-bottom: 1px solid #ccd1ff;
  padding: 8px;
  width: 100%;
  display: block;
  position: relative;
}
.order_per_item ul li.sum {
  background-color: #E8F2D9;
}
.order_per_item ul li:last-child {
  border-bottom: none;
}
.order_per_item ul li dl {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order_per_item ul li dl dt {
  width: 60%;
  padding-left: 10px;
  font-size: 1.5rem;
}
.order_per_item ul li dl dd {
  width: 35%;
}
.order_per_item ul li dl dd span {
  font-size: 1.5rem;
  display: block;
}
.order_per_item ul li dl dd span::before {
  font-weight: bold;
  color: #6666FF;
}
.order_per_item ul li dl dt span {
  font-size: 1.5rem;
  display: flex;
}
.order_per_item ul li dl dt span::before {
  font-weight: bold;
  color: #6666FF;
}
/*受注状況*/


