@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .prinOrder {
    margin-bottom: 100px;
  }
  .prinOrder.test .bInfo .quotation__list {
    display: block;
  }
  .prinOrder.test .bConfirm__inner__info .price {
    display: block;
  }
  .prinOrder .row {
    max-width: 1200px;
  }
  .prinOrder h3 {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
  }
  .prinOrder .OA_ttl {
    font-weight: bold;
    font-size: 3.4rem;
    text-align: center;
    background: #e74291;
    color: white;
    padding: 15px 0;
    margin: 30px 0;
  }
  .prinOrder .stepBar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prinOrder .stepBar li {
    padding-bottom: 40px;
    position: relative;
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  .prinOrder .stepBar li.active::before {
    border-color: #2b9ecf;
  }
  .prinOrder .stepBar li.active::after {
    background-color: #2b9ecf !important;
  }
  .prinOrder .stepBar li.active span {
    color: #2b9ecf;
  }
  .prinOrder .stepBar li.complete span {
    color: #afafaf;
  }
  .prinOrder .stepBar li.complete::before {
    background-color: #2b9ecf;
    border-color: #2b9ecf;
    background-image: url("../img/print-order/check.png");
    background-repeat: no-repeat;
    -moz-background-size: 14px;
         background-size: 14px;
    background-position: center;
  }
  .prinOrder .stepBar li.complete::after {
    background-color: #2b9ecf !important;
  }
  .prinOrder .stepBar li::before, .prinOrder .stepBar li::after {
    content: "";
    position: absolute;
  }
  .prinOrder .stepBar li::before {
    width: 30px;
    height: 30px;
    border-width: 3px;
    border-style: solid;
    border-color: #c2c2c2;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
  }
  .prinOrder .stepBar li:not(:first-child)::after {
    width: 100%;
    height: 2px;
    background-color: #afafaf;
    left: -50%;
    bottom: 14px;
  }
  .prinOrder .stepBar li span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .prinOrder .stepBar li span:first-child {
    font-size: 1.5rem;
  }
  .prinOrder .bSubmisson__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .prinOrder .bSubmisson__content > div {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .prinOrder .bSubmisson__content > div p {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .prinOrder .bSubmisson__content.onside {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prinOrder .bSubmisson__content.onside p {
    display: none;
  }
  .prinOrder .bInfo__subBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prinOrder .bInfo__subBtn a,
  .prinOrder .bInfo__subBtn button {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .bInfo__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .prinOrder .bInfo table {
    width: 100%;
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
    position: relative;
  }
  .prinOrder .bInfo table.white {
    background-color: #ffffff;
  }
  .prinOrder .bInfo table tr {
    text-align: left;
    width: 100%;
  }
  .prinOrder .bInfo table tr.d-none {
    display: none;
  }
  .prinOrder .bInfo table tr th,
  .prinOrder .bInfo table tr td {
    border: 1px solid #b6b6b6;
    font-size: 1.8rem;
    padding: 15px;
    vertical-align: top;
  }
  .prinOrder .bInfo table tr th.must,
  .prinOrder .bInfo table tr td.must {
    position: relative;
    padding-right: 65px;
  }
  .prinOrder .bInfo table tr th.must::after,
  .prinOrder .bInfo table tr td.must::after {
    content: "必須";
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 8px 6px;
    line-height: 1;
    -moz-border-radius: 6px;
         border-radius: 6px;
    position: absolute;
    right: 10px;
    top: 15px;
    color: white;
    background: #2b9ecf;
    white-space: nowrap;
    font-weight: normal;
  }
  .prinOrder .bInfo table tr .align-center {
    vertical-align: middle;
  }
  .prinOrder .bInfo table tr .text-center {
    text-align: center;
  }
  .prinOrder .bInfo table tr .text-right {
    text-align: right;
  }
  .prinOrder .bInfo table tr th {
    background: #ebebeb;
    width: 250px;
    padding-right: 65px;
    font-weight: 700;
    position: relative;
  }
  .prinOrder .bInfo table tr td.gray {
    background-color: #f7f7f7;
  }
  .prinOrder .bInfo table tr .note {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .prinOrder .bInfo table tr .note a {
    text-decoration: underline;
  }
  .prinOrder .bInfo table tr .print-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .prinOrder .bInfo table tr .print-number > span {
    font-size: 2rem;
    line-height: 1;
    margin-left: 10px;
  }
  .prinOrder .bInfo table tr .print-number-modal {
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 5px solid transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .prinOrder .bInfo table tr .print-number-modal.show {
    opacity: 1;
    visibility: visible;
  }
  .prinOrder .bInfo table tr .print-number-modal__content {
    padding: 30px;
    background-color: #eeeeee;
  }
  .prinOrder .bInfo table tr .print-number-modal dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .prinOrder .bInfo table tr .print-number-modal dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .prinOrder .bInfo table tr .print-number-modal dl dt {
    font-weight: 700;
    width: 120px;
    padding-right: 30px;
    border-right: 1px solid #000000;
    text-align: right;
    white-space: nowrap;
  }
  .prinOrder .bInfo table tr .print-number-modal dl dd {
    padding-left: 30px;
  }
  .prinOrder .bInfo table tr .print-number-modal dl dd span {
    text-decoration: underline;
    cursor: pointer;
  }
  .prinOrder .bInfo table tr .print-number-modal dl dd span:not(:last-child) {
    margin-right: 25px;
  }
  .prinOrder .bInfo table tr .insertion__address p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .prinOrder .bInfo table tr .insertion__address input {
    height: 35px;
    font-size: 1.6rem;
    display: block;
  }
  .prinOrder .bInfo table tr .insertion__address .add01 {
    width: 200px;
    margin-bottom: 10px;
  }
  .prinOrder .bInfo table tr .insertion__address .add02 {
    width: 400px;
  }
  .prinOrder .bInfo table tr .insertion__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prinOrder .bInfo table tr .insertion__inner p {
    font-size: 1.6rem;
    margin-right: 50px;
  }
  .prinOrder .bInfo table tr .insertion__inner .print-number > span {
    font-size: 1.6rem;
  }
  .prinOrder .bInfo table tr .insertion__inner .print-number input {
    height: 35px;
    font-size: 1.6rem;
  }
  .prinOrder .bInfo table tr .insertion__inner .print-number .input {
    width: 120px;
  }
  .prinOrder .bInfo table tr .insertion__inner .print-number .input__dropdown {
    width: 25px;
    -moz-background-size: 12px;
         background-size: 12px;
  }
  .prinOrder .bInfo table tr .lineGray {
    font-size: 4rem;
    color: #b6b6b6;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin: 0 15px 8px;
  }
  .prinOrder .bInfo .tableHead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    background-color: #008bd4;
  }
  .prinOrder .bInfo .tableHead h3 {
    font-size: 2.2rem;
    color: #ffffff;
  }
  .prinOrder .bInfo .tableHead > a {
    color: #ffffff;
    font-size: 1.8rem;
  }
  .prinOrder .bInfo .d-none {
    display: none;
  }
  .prinOrder .bInfo .w-200 {
    width: 200px !important;
  }
  .prinOrder .bInfo .w-300 {
    width: 300px !important;
  }
  .prinOrder .bInfo input[type="text"],
  .prinOrder .bInfo input[type="number"],
  .prinOrder .bInfo input[type="email"] {
    line-height: 2;
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 45px;
    font-size: 1.8rem;
    width: 100%;
  }
  .prinOrder .bInfo input[type="text"]::-webkit-input-placeholder,
  .prinOrder .bInfo input[type="number"]::-webkit-input-placeholder,
  .prinOrder .bInfo input[type="email"]::-webkit-input-placeholder {
    font-size: 1.8rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo input[type="text"]::-moz-placeholder,
  .prinOrder .bInfo input[type="number"]::-moz-placeholder,
  .prinOrder .bInfo input[type="email"]::-moz-placeholder {
    font-size: 1.8rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo input[type="text"]:-ms-input-placeholder,
  .prinOrder .bInfo input[type="number"]:-ms-input-placeholder,
  .prinOrder .bInfo input[type="email"]:-ms-input-placeholder {
    font-size: 1.8rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo input[type="text"]::placeholder,
  .prinOrder .bInfo input[type="number"]::placeholder,
  .prinOrder .bInfo input[type="email"]::placeholder {
    font-size: 1.8rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo input[type="text"]:disabled,
  .prinOrder .bInfo input[type="number"]:disabled,
  .prinOrder .bInfo input[type="email"]:disabled {
    background-color: #ffffff;
  }
  .prinOrder .bInfo label {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .prinOrder .bInfo .input {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
  }
  .prinOrder .bInfo .input__dropdown {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cccccc;
    border-left: 0;
    width: 30px;
    background: url("../img/print-order/down.png") no-repeat center #b6b6b6;
    -moz-background-size: 15px;
         background-size: 15px;
    cursor: pointer;
  }
  .prinOrder .bInfo .input input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    border-right: 0;
  }
  .prinOrder .bInfo .select {
    position: relative;
    display: inline-block;
  }
  .prinOrder .bInfo .select::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    background: url("../img/print-order/down.png") no-repeat center #b6b6b6;
    -moz-background-size: 15px;
         background-size: 15px;
    cursor: pointer;
    z-index: 2;
  }
  .prinOrder .bInfo .select input {
    z-index: 1;
  }
  .prinOrder .bInfo .select select {
    height: 45px;
    padding: 0 40px 0 10px;
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #cccccc;
    z-index: 3;
    min-width: 150px;
  }
  .prinOrder .bInfo textarea {
    border: 1px solid #cccccc;
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    padding: 5px 10px;
    font-size: 1.6rem;
    display: block;
    resize: none;
  }
  .prinOrder .bInfo textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo textarea::-moz-placeholder {
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo textarea::placeholder {
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .prinOrder .bInfo .filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*display: none;*/
  }
  .prinOrder .bInfo .filter.none {
    display: none;
  }
  .prinOrder .bInfo .filter.--white > p {
    color: #ffffff;
  }
  .prinOrder .bInfo .filter.--white button {
    color: #000000;
    background-color: #ffffff;
  }
  .prinOrder .bInfo .filter > P {
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 10px;
  }
  .prinOrder .bInfo .filter select {
    font-size: 1.8rem;
    border: 1px solid #ccc;
    color: #c2c2c2;
    font-weight: 400;
    padding: 3px 5px;
    margin-right: 15px;
    height: 30px;
  }
  .prinOrder .bInfo .filter__btn {
    color: #ffffff;
    border: #000000;
    width: 60px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #000000;
    height: 30px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .prinOrder .bInfo .submit-btn {
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    background-color: #000000;
    height: 90px;
    padding: 0 100px;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
  }
  .prinOrder .bInfo .submit-btn:hover {
    opacity: 0.9;
  }
  .prinOrder .bInfo .submit-btn.--sm {
    height: 60px;
    font-size: 2.4rem;
    padding: 0 50px;
  }
  .prinOrder .bInfo .download-btn {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 2.8rem;
    background-color: #ffffff;
    height: 90px;
    width: 650px;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 2px solid #afafaf;
    cursor: pointer;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prinOrder .bInfo .download-btn span {
    font-size: 4rem;
    margin-right: 10px;
  }
  .prinOrder .bInfo .radio {
    position: relative;
    display: inline-block;
  }
  .prinOrder .bInfo .radio input {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .prinOrder .bInfo .radio label {
    cursor: pointer;
    line-height: 1;
    display: block;
    padding: 5px 0 5px 30px;
  }
  .prinOrder .bInfo .radio label span {
    display: block;
  }
  .prinOrder .bInfo .show-modal {
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
  }
  .prinOrder .bInfo .show-modal.--underline span {
    width: auto;
    white-space: nowrap;
    text-decoration: underline;
  }
  .prinOrder .bInfo .show-modal:not(.--underline) span {
    border: 1px solid #000000;
    color: #000000;
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .prinOrder .bInfo .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prinOrder .bInfo .flex.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prinOrder .bInfo .flex.--align-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .prinOrder .bInfo .fs-12 {
    font-size: 1.2rem;
  }
  .prinOrder .bInfo .fs-14 {
    font-size: 1.4rem;
  }
  .prinOrder .bInfo .fs-16 {
    font-size: 1.6rem;
  }
  .prinOrder .bInfo .lh-18 {
    line-height: 1.8;
  }
  .prinOrder .bInfo .desired {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prinOrder .bInfo .desired label {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }
  .prinOrder .bInfo .desired label.must {
    position: relative;
  }
  .prinOrder .bInfo .desired label.must::after {
    content: "必須";
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 8px 6px;
    line-height: 1;
    -moz-border-radius: 6px;
         border-radius: 6px;
    color: white;
    background: #2b9ecf;
    white-space: nowrap;
    font-weight: normal;
    margin-left: 10px;
  }
  .prinOrder .bInfo .desired__input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .prinOrder .bInfo .desired__input input {
    height: 40px;
    width: 150px;
    margin-right: 5px;
    font-size: 1.6rem;
  }
  .prinOrder .bInfo .desired__input > span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .prinOrder .bInfo .desired__txt {
    font-size: 1.5rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 20px;
  }
  .prinOrder .bInfo .coupons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrder .bInfo .coupons__left .flex {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prinOrder .bInfo .coupons__left__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .prinOrder .bInfo .coupons__right .flex {
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .prinOrder .bInfo .coupons__right input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .bInfo .coupons__right button {
    background-color: #000000;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 90px;
    margin-left: 10px;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .prinOrder .bInfo .coupons > div {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    border: 1px solid #c2c2c2;
    padding: 20px;
  }
  .prinOrder .bInfo .coupons > div > p {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .prinOrder .bInfo .payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrder .bInfo .payment__head {
    padding: 10px;
    background-color: #afafaf;
  }
  .prinOrder .bInfo .payment__head .radio {
    display: block;
  }
  .prinOrder .bInfo .payment__head label {
    color: #ffffff;
    font-size: 2rem;
    display: block;
  }
  .prinOrder .bInfo .payment__head input {
    top: 9px;
  }
  .prinOrder .bInfo .payment__body {
    padding: 20px 25px;
  }
  .prinOrder .bInfo .payment__body > p {
    font-size: 1.8rem;
  }
  .prinOrder .bInfo .payment__body img {
    margin-top: 20px;
  }
  .prinOrder .bInfo .payment__body__gray {
    padding: 10px;
    background-color: #ececec;
  }
  .prinOrder .bInfo .payment__body__gray p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .prinOrder .bInfo .payment > div {
    border: 2px solid #c2c2c2;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .prinOrder .bInfo .quotation {
    background-color: #ececec;
    padding: 30px 60px 40px;
    /*display: none;*/
  }
  .prinOrder .bInfo .quotation__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
    margin: 20px auto;
  }
  .prinOrder .bInfo .quotation__btn a,
  .prinOrder .bInfo .quotation__btn button {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    padding: 10px 0;
    cursor: pointer;
  }
  .prinOrder .bInfo .quotation__btn__white {
    color: #000000;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
  }
  .prinOrder .bInfo .quotation__btn__black {
    color: #ffffff;
    background-color: #000000;
  }
  .prinOrder .bInfo .quotation h4 {
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .prinOrder .bInfo .quotation > p {
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: center;
  }
  .prinOrder .bInfo .quotation > p.sm {
    font-size: 1.6rem;
  }
  .prinOrder .bInfo .quotation__list {
    max-width: 700px;
    margin: 0 auto;
    display: none;
  }
  .prinOrder .bInfo .quotation__list__info {
    background-color: #ffffff;
    padding: 30px 40px;
  }
  .prinOrder .bInfo .quotation__list__info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2rem;
  }
  .prinOrder .bInfo .quotation__list__info dl.lg dd {
    font-size: 2.4rem;
  }
  .prinOrder .bInfo .quotation__list__info hr {
    border-color: #afafaf;
    margin: 20px 0;
  }
  .prinOrder .bInfo .quotation__list > p {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 10px;
  }
  .prinOrder .bInfo .quotation__list__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .prinOrder .bInfo .quotation__list__btn > a,
  .prinOrder .bInfo .quotation__list__btn button,
  .prinOrder .bInfo .quotation__list__btn input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 300px;
    cursor: pointer;
    line-height: 1;
    margin: 0 10px;
    border: 2px solid #c2c2c2;
    font-size: 2.2rem;
    padding: 20px 5px;
    text-align: center;
    background-color: #ffffff;
  }
  .prinOrder .bConfirm__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrder .bConfirm__inner > div {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .prinOrder .bConfirm__inner__img > div:last-child {
    margin-top: 40px;
  }
  .prinOrder .bConfirm__inner__img > div p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .prinOrder .bConfirm__inner__info {
    padding-top: 45px;
  }
  .prinOrder .bConfirm__inner__info > div {
    background-color: #ececec;
  }
  .prinOrder .bConfirm__inner__info > div dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2rem;
    line-height: 1;
  }
  .prinOrder .bConfirm__inner__info > div dl.lg dd {
    font-size: 2rem;
  }
  .prinOrder .bConfirm__inner__info > div hr {
    border-color: #afafaf;
    margin: 20px 0;
  }
  .prinOrder .bConfirm__inner__info .price {
    padding: 30px;
    display: none;
  }
  .prinOrder .bConfirm__inner__info .price > p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .prinOrder .bConfirm__inner__info .total {
    margin-top: 5px;
    padding-bottom: 20px;
  }
  .prinOrder .bConfirm__inner__info .total__inner {
    padding: 20px 30px;
  }
  .prinOrder .bConfirm__inner__info .total p.lg {
    font-size: 2rem;
  }
  .prinOrder .bConfirm__inner__info .total p.sm {
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .prinOrder .bComplete__payment {
    padding: 10px 20px;
    width: 400px;
    background-color: #ececec;
  }
  .prinOrder .bComplete__detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #c2c2c2;
    padding: 20px;
    position: relative;
  }
  .prinOrder .bComplete__detail .show-modal {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .prinOrder .bComplete__detail__img {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .prinOrder .bComplete__detail__text {
    padding-left: 30px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .bComplete__detail__text p {
    line-height: 2;
  }
  .prinOrder .bComplete__block h3 {
    margin-bottom: 20px;
  }
  .prinOrder .bComplete__block p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .prinOrder .bComplete__notification {
    background-color: #ececec;
    padding: 40px;
  }
  .prinOrder .bComplete__notification__content {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
  }
  .prinOrder .bComplete__notification__content h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .prinOrder .bComplete__notification__content p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .prinOrder .bComplete__notification__content a {
    font-size: 1.6rem;
  }
  .prinOrder .bDataConfirm .text_red {
    color: #c40000;
  }
  .prinOrder .bDataConfirm .underline {
    text-decoration: underline;
  }
  .prinOrder .bDataConfirm__btn {
    margin-top: 20px;
  }
  .prinOrder .bDataConfirm__btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    background-color: #c40000;
    width: 450px;
    padding: 30px 0;
    margin: 0 auto;
  }
  .prinOrder .bDataConfirm__ttl {
    font-size: 2.2rem;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prinOrder .bDataConfirm__ttl > span {
    margin: 0 20px;
    font-size: 3rem;
  }
  .prinOrder .bDataConfirm__data {
    background-color: #eeeeee;
    padding: 20px 40px 30px;
  }
  .prinOrder .bDataConfirm__data > p {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .prinOrder .bDataConfirm__txt p {
    text-align: center;
    font-size: 1.8rem;
  }
  .prinOrder .bDataConfirm__inner {
    background-color: #ffffff;
    padding: 20px 30px 40px;
    margin-bottom: 15px;
  }
  .prinOrder .bDataConfirm__inner > a {
    width: 380px;
    color: #ffffff;
    font-size: 2rem;
    background-color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    margin: 0 auto;
  }
  .prinOrder .bDataConfirm__inner > a span {
    margin-right: 5px;
    font-size: 2.8rem;
  }
  .prinOrder .bDataConfirm__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .prinOrder .bDataConfirm__flex__item {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .prinOrder .bDataConfirm__flex__item > p {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .prinOrder .bDataConfirm__date {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 1px solid #000000;
    padding: 20px;
    margin: 30px 0;
  }
  .prinOrder .bDataConfirm__date h4,
  .prinOrder .bDataConfirm__date p {
    font-size: 2rem;
  }
  .prinOrder .bDataConfirm__date h4 {
    margin-bottom: 10px;
  }
  .prinOrder .bDataConfirm__info__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .prinOrder .bDataConfirm__info__block h4 {
    font-size: 2.3rem;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .prinOrder .bDataConfirm__info__block p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .prinOrder .bDataConfirm__info__phone {
    background-color: #eeeeee;
    padding: 10px 20px 20px;
    margin-top: 15px;
  }
  .prinOrder .bDataConfirm__info__phone > p {
    font-size: 1.8rem;
  }
  .prinOrder .bDataConfirm__info__phone > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 5px;
  }
  .prinOrder .bDataConfirm__info__phone > div a {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
  .prinOrder .bDataConfirm__info__phone > div p {
    line-height: 1;
    font-size: 1.5rem;
    margin-left: 20px;
  }
  .prinOrder .address_item {
    margin-bottom: 30px;
  }
  .prinOrder .add_address_btn {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
  }
  .prinOrderModal {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .prinOrderModal.show {
    opacity: 1;
    visibility: visible;
  }
  .prinOrderModal__inner {
    background-color: #ffffff;
    margin: auto;
    padding: 25px 20px;
    width: 950px;
    position: relative;
  }
  .prinOrderModal__inner__close {
    position: absolute;
    right: 0;
    top: -35px;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/print-order/close.png") no-repeat center/100%;
    width: 28px;
    height: 29px;
    cursor: pointer;
  }
  .prinOrderModal__inner__head {
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.9rem;
    padding: 10px 20px;
  }
  .prinOrderModal__inner__body {
    padding: 20px 0 10px;
  }
  .prinOrderModal__inner__body p {
    font-size: 1.8rem;
  }
  .prinOrderModal.--type p {
    font-size: 1.8rem;
  }
  .prinOrderModal.--type p:not(:last-child) {
    margin-bottom: 20px;
  }
  .prinOrderModal.--type p span {
    display: block;
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  .prinOrderModal.--thickness img {
    margin: 0 auto;
    display: block;
    width: 615px;
  }
  .prinOrderModal.--thickness p:not(:last-child) {
    margin-bottom: 15px;
  }
  .prinOrderModal.--cutting .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrderModal.--cutting .flex > div {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .prinOrderModal.--cutting .flex > div h3 {
    font-weight: 700;
    font-size: 1.8rem;
  }
  .prinOrderModal.--cutting .flex > div p {
    font-size: 1.6rem;
    margin: 10px 0 20px;
  }
  .prinOrderModal.--service p.sm {
    font-size: 1.6rem;
  }
  .detail_popup {
    width: 800px;
    padding: 20px 0;
    display: none;
  }
  .detail_popup__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .detail_popup__top.--one {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_popup__top.--one > div {
    max-width: 380px;
    width: 100%;
  }
  .detail_popup__top > div {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .detail_popup__top > div p {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
  }
  .detail_popup__content p {
    font-size: 1.8rem;
  }
  .detail_popup__content p a {
    color: #2b9ecf;
    margin-left: 5px;
  }
  .detail_popup__content hr {
    margin: 10px 0;
  }
  .detail_popup__btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail_popup__btn.--align-center {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_popup__btn > * {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    font-size: 2rem;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
  }
  .detail_popup__btn > * span {
    margin-right: 5px;
    font-size: 3rem;
  }
  .detail_popup__btn > *.gray {
    background-color: #b6b6b6;
  }
  .detail_popup__btn > *.black {
    background-color: #000000;
  }
  .modal {
    /*display: none;*/
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
         box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  .modal.modal_pr {
    padding: 35px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    text-align: center;
    width: 350px;
    height: 210px;
  }
  .modal.modal_change {
    padding: 35px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    text-align: center;
    width: 415px;
    height: 265px;
  }
  .modal.modal_corona {
    width: 490px;
    height: 400px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    padding: 35px;
  }
  .modal.modal_corona .b_crn h3 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .modal.modal_corona .b_crn p {
    font-size: 1.6rem;
    line-height: 26px;
  }
  .modal.modal_corona .b_crn .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
  .modal.modal_corona .b_crn .flx em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 26px;
    margin-right: 50px;
  }
  .modal.modal_corona .b_crn .flx span {
    background-color: #fbc604;
    display: block;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
  }
  .modal.modal_corona .btn_cp {
    height: 32px;
    font-size: 1.4rem;
    width: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    background-color: #2c6fbb;
    cursor: pointer;
  }
  .modal.modal_gotCp {
    width: 490px;
    height: 250px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    padding: 35px;
  }
  .modal.modal_gotCp p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .modal.modal_draw {
    padding: 35px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    width: 530px;
    height: 620px;
  }
  .modal.modal_draw .b_crn h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .modal.modal_draw .b_crn p {
    font-size: 1.6rem;
    line-height: 26px;
  }
  .modal.modal_draw .b_crn .frm_draw {
    margin: 20px 0 30px;
  }
  .modal.modal_draw .b_crn .frm_draw .frm_dr_check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal.modal_draw .b_crn .frm_draw .frm_dr_check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 5px;
  }
  .modal.modal_draw .b_crn .frm_draw .frm_dr_check label {
    font-size: 1.6rem;
    line-height: 26px;
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    width: calc(100% - 18px);
  }
  .modal.modal_draw .b_crn .frm_draw .sub_check {
    margin-left: 20px;
    margin-top: 5px;
  }
  .modal.modal_draw .b_crn .frm_draw .frm_textarea {
    margin-top: 5px;
  }
  .modal.modal_draw .b_crn .frm_draw .frm_textarea .frm_textarea {
    border: 1px solid #2c6fbb;
    width: 100%;
    height: 100px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    resize: vertical;
  }
  .modal.modal_draw .btn_next {
    width: 92px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    background-color: #2c6fbb;
  }
  .modal.modal_thanks {
    padding: 35px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #2c6fbb;
    background-color: #fff;
    width: 480px;
    height: 280px;
  }
  .modal.modal_thanks p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .modal.modal_thanks .btn_df {
    width: 92px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
    background-color: #2c6fbb;
  }
  .modal .modal__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal .ttl_md {
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .modal .ttl_md_change {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .modal .frm_edit .frm_ctn {
    width: 253px;
    height: 36px;
    padding: 0 10px;
    border: 2px solid #2c6fbb;
    -moz-box-shadow: none;
         box-shadow: none;
    margin: 0 auto 25px;
  }
  .modal .list_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal .list_btn .btn_df {
    width: 92px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.5rem;
  }
  .modal .list_btn .btn_df:not(:last-child) {
    margin-right: 20px;
  }
  .modal .list_btn .close_md {
    background-color: #498ee2;
  }
  .modal .list_btn .btn_sb {
    background-color: #2c6fbb;
    width: 110px;
  }
  .modal.md_delete .close_md {
    background-color: #ff9a3f;
  }
  .modal.md_delete .btn_sb {
    background-color: #ee7222;
  }
  .bContact a.submit_btn.gray {
    background: #4C4C4C !important;
    padding: 4px 30px 9px !important;
    /* height: 40px !important; */
  }
  .tbl_popup .preview_img.onside {
    width: 50%;
    margin: 0 auto;
  }
  .align-center {
    vertical-align: middle;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .bTemplateList__design__left .content__list .add {
    min-height: 400px;
  }
  .my_page_notice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFEA80;
    padding: 10px 20px;
    font-size: 1.6rem;
  }
  .my_page_notice p {
    color: #000;
    /*padding-left: 20px;*/
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .my_page_notice p:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/notice_ic.svg);
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .my_page_notice a {
    position: relative;
    /*padding: 5px 20px;*/
    padding: 5px 20px 5px 40px;
    background: #BE0000;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .my_page_notice a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/pdf_ic.svg);
  }
}

@media screen and (max-width: 768px) {
  .prinOrder {
    margin-bottom: 13.02083vw;
  }
  .prinOrder h3 {
    font-weight: bold;
    font-size: 3.90625vw;
    text-align: left;
  }
  .prinOrder .OA_ttl {
    font-weight: bold;
    font-size: 4.42708vw;
    text-align: center;
    background: #e74291;
    color: white;
    padding: 1.95313vw 0;
    margin: 3.90625vw 0;
  }
  .prinOrder .stepBar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prinOrder .stepBar li {
    padding-bottom: 5.20833vw;
    position: relative;
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  .prinOrder .stepBar li.active::before {
    border-color: #2b9ecf;
  }
  .prinOrder .stepBar li.active::after {
    background-color: #2b9ecf !important;
  }
  .prinOrder .stepBar li.active span {
    color: #2b9ecf;
  }
  .prinOrder .stepBar li.complete span {
    color: #afafaf;
  }
  .prinOrder .stepBar li.complete::before {
    background-color: #2b9ecf;
    border-color: #2b9ecf;
    background-image: url("../img/print-order/check.png");
    background-repeat: no-repeat;
    -moz-background-size: 1.82292vw;
         background-size: 1.82292vw;
    background-position: center;
  }
  .prinOrder .stepBar li.complete::after {
    background-color: #2b9ecf;
  }
  .prinOrder .stepBar li::before, .prinOrder .stepBar li::after {
    content: "";
    position: absolute;
  }
  .prinOrder .stepBar li::before {
    width: 3.90625vw;
    height: 3.90625vw;
    border-width: 0.39063vw;
    border-style: solid;
    border-color: #c2c2c2;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -1.95313vw;
    z-index: 1;
  }
  .prinOrder .stepBar li:not(:first-child)::after {
    width: 100%;
    height: 0.26042vw;
    background-color: #afafaf;
    left: -50%;
    bottom: 1.82292vw;
  }
  .prinOrder .stepBar li span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 2.08333vw;
  }
  .prinOrder .stepBar li span:first-child {
    font-size: 1.95313vw;
  }
  .prinOrder .bSubmisson__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.90625vw;
  }
  .prinOrder .bSubmisson__content > div {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .prinOrder .bSubmisson__content > div p {
    font-size: 2.60417vw;
    text-align: center;
    margin-bottom: 1.30208vw;
    font-weight: 600;
  }
  .prinOrder .bInfo__subBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prinOrder .bInfo__subBtn a,
  .prinOrder .bInfo__subBtn button {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-size: 2.86458vw;
  }
  .prinOrder .bInfo__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.60417vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .prinOrder .bInfo__head.--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  .prinOrder .bInfo__head__right {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 1.95313vw;
  }
  .prinOrder .bInfo table {
    width: 100%;
    border: 1px solid #b6b6b6;
    border-collapse: collapse;
    position: relative;
  }
  .prinOrder .bInfo table.white {
    background-color: #ffffff;
  }
  .prinOrder .bInfo table tr {
    text-align: left;
    width: 100%;
  }
  .prinOrder .bInfo table tr.d-none {
    display: none;
  }
  .prinOrder .bInfo table tr th,
  .prinOrder .bInfo table tr td {
    border: 1px solid #b6b6b6;
    font-size: 2.86458vw;
    padding: 1.95313vw;
    vertical-align: top;
  }
  .prinOrder .bInfo table tr th.must,
  .prinOrder .bInfo table tr td.must {
    position: relative;
    padding-right: 8.46354vw;
  }
  .prinOrder .bInfo table tr th.must::after,
  .prinOrder .bInfo table tr td.must::after {
    content: "必須";
    text-align: center;
    font-size: 2.08333vw;
    padding: 0.65104vw 1.30208vw 0.78125vw;
    line-height: 1;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    position: absolute;
    right: 1.30208vw;
    top: 1.95313vw;
    color: white;
    background: #2b9ecf;
    white-space: nowrap;
    font-weight: normal;
  }
  .prinOrder .bInfo table tr .align-center {
    vertical-align: middle;
  }
  .prinOrder .bInfo table tr .text-center {
    text-align: center;
  }
  .prinOrder .bInfo table tr th {
    background: #ebebeb;
    width: 26.04167vw;
    padding-right: 8.46354vw;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
  .prinOrder .bInfo table tr td.gray {
    background-color: #f7f7f7;
  }
  .prinOrder .bInfo table tr .note {
    font-size: 2.34375vw;
    font-weight: 400;
    margin: 0 !important;
  }
  .prinOrder .bInfo table tr .note a {
    text-decoration: underline;
  }
  .prinOrder .bInfo table .print-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.30208vw;
  }
  .prinOrder .bInfo table .print-number > span {
    font-size: 2.86458vw;
    line-height: 1;
    margin-left: 1.30208vw;
  }
  .prinOrder .bInfo table .print-number-modal {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .prinOrder .bInfo table .print-number-modal.show {
    opacity: 1;
    visibility: visible;
  }
  .prinOrder .bInfo table .print-number-modal__content {
    padding: 3.90625vw;
    background-color: #cccccc;
    height: 100%;
    overflow-y: auto;
  }
  .prinOrder .bInfo table .print-number-modal dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .prinOrder .bInfo table .print-number-modal dl:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .prinOrder .bInfo table .print-number-modal dl dt {
    font-weight: 700;
    width: 20.83333vw;
    padding: 1.30208vw 3.90625vw 1.30208vw 0;
    border-right: 1px solid #000000;
    text-align: right;
    font-size: 3.38542vw;
    white-space: nowrap;
    margin-bottom: 1.30208vw;
  }
  .prinOrder .bInfo table .print-number-modal dl dd {
    padding-left: 3.90625vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prinOrder .bInfo table .print-number-modal dl dd span {
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 2.60417vw;
    display: block;
    font-size: 3.125vw;
  }
  .prinOrder .bInfo table .print-number-modal dl dd span:not(:last-child) {
    margin-right: 3.25521vw;
  }
  .prinOrder .bInfo table .insertion__address p {
    font-size: 2.08333vw;
    margin-bottom: 1.95313vw;
  }
  .prinOrder .bInfo table .insertion__address input {
    height: 5.20833vw;
    font-size: 2.08333vw;
    display: block;
  }
  .prinOrder .bInfo table .insertion__address .add01 {
    width: 32.55208vw;
    margin-bottom: 1.30208vw;
  }
  .prinOrder .bInfo table .insertion__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prinOrder .bInfo table .insertion__inner p {
    font-size: 2.34375vw;
    margin-right: 3.90625vw;
  }
  .prinOrder .bInfo table .insertion__inner .print-number {
    margin: 0;
  }
  .prinOrder .bInfo table .insertion__inner .print-number .select {
    margin-bottom: 0;
  }
  .prinOrder .bInfo table .insertion__inner .print-number .select select {
    font-size: 2.86458vw;
  }
  .prinOrder .bInfo table .insertion__inner .print-number > span {
    font-size: 2.86458vw;
  }
  .prinOrder .bInfo table .lineGray {
    font-size: 5.20833vw;
    color: #b6b6b6;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin: 0 1.95313vw 1.30208vw;
  }
  .prinOrder .tableHead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.30208vw;
    background-color: #008bd4;
  }
  .prinOrder .tableHead.--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prinOrder .tableHead__right {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 1.95313vw;
  }
  .prinOrder .tableHead h3 {
    font-size: 2.86458vw;
    color: #ffffff;
  }
  .prinOrder .tableHead > a {
    color: #ffffff;
    font-size: 2.34375vw;
    line-height: 1;
  }
  .prinOrder .d-none {
    display: none;
  }
  .prinOrder .w-200 {
    width: 20.83333vw;
  }
  .prinOrder .w-300 {
    width: 26.04167vw;
  }
  .prinOrder input[type="text"],
  .prinOrder input[type="number"],
  .prinOrder input[type="email"] {
    line-height: 2;
    border: 1px solid #ccc;
    padding: 0 1.30208vw;
    height: 7.16146vw;
    font-size: 2.86458vw;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    color: #000000;
    opacity: 1;
  }
  .prinOrder input[type="text"]::-webkit-input-placeholder,
  .prinOrder input[type="number"]::-webkit-input-placeholder,
  .prinOrder input[type="email"]::-webkit-input-placeholder {
    font-size: 2.86458vw;
    opacity: 0.7;
  }
  .prinOrder input[type="text"]::-moz-placeholder,
  .prinOrder input[type="number"]::-moz-placeholder,
  .prinOrder input[type="email"]::-moz-placeholder {
    font-size: 2.86458vw;
    opacity: 0.7;
  }
  .prinOrder input[type="text"]:-ms-input-placeholder,
  .prinOrder input[type="number"]:-ms-input-placeholder,
  .prinOrder input[type="email"]:-ms-input-placeholder {
    font-size: 2.86458vw;
    opacity: 0.7;
  }
  .prinOrder input[type="text"]::placeholder,
  .prinOrder input[type="number"]::placeholder,
  .prinOrder input[type="email"]::placeholder {
    font-size: 2.86458vw;
    opacity: 0.7;
  }
  .prinOrder input[type="text"]:disabled,
  .prinOrder input[type="number"]:disabled,
  .prinOrder input[type="email"]:disabled {
    background-color: #ffffff;
  }
  .prinOrder .input {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 26.04167vw;
  }
  .prinOrder .input__dropdown {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cccccc;
    border-left: 0;
    width: 5.20833vw;
    background: url("../img/print-order/down.png") no-repeat center #b6b6b6;
    -moz-background-size: 1.95313vw;
         background-size: 1.95313vw;
    cursor: pointer;
  }
  .prinOrder .input input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    border-right: 0;
  }
  .prinOrder .select {
    position: relative;
    display: block;
    margin-bottom: 1.95313vw;
  }
  .prinOrder .select::after {
    content: "";
    position: absolute;
    right: 0.13021vw;
    top: 0.13021vw;
    bottom: 0.13021vw;
    width: 5.20833vw;
    background: url("../img/print-order/down.png") no-repeat center #b6b6b6;
    -moz-background-size: 1.95313vw;
         background-size: 1.95313vw;
    cursor: pointer;
    z-index: 2;
  }
  .prinOrder .select input {
    z-index: 1;
  }
  .prinOrder .select select {
    -moz-border-radius: 0;
         border-radius: 0;
    height: 7.16146vw;
    width: 100%;
    padding: 0 6.51042vw 0 1.30208vw;
    font-size: 2.60417vw;
    font-weight: 500;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    z-index: 1;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #cccccc;
    z-index: 3;
    min-width: 19.53125vw;
  }
  .prinOrder textarea {
    -moz-border-radius: 0;
         border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #cccccc;
    max-width: 100%;
    width: 100%;
    min-height: 26.04167vw;
    padding: 0.65104vw 1.30208vw;
    font-size: 2.60417vw;
    display: block;
    resize: none;
  }
  .prinOrder textarea::-webkit-input-placeholder {
    font-size: 2.60417vw;
    opacity: 0.7;
  }
  .prinOrder textarea::-moz-placeholder {
    font-size: 2.60417vw;
    opacity: 0.7;
  }
  .prinOrder textarea:-ms-input-placeholder {
    font-size: 2.60417vw;
    opacity: 0.7;
  }
  .prinOrder textarea::placeholder {
    font-size: 2.60417vw;
    opacity: 0.7;
  }
  .prinOrder .filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*display: none;*/
  }
  .prinOrder .filter.none {
    display: none;
  }
  .prinOrder .filter.--white > p {
    color: #ffffff;
  }
  .prinOrder .filter.--white button {
    color: #000000;
    background-color: #ffffff;
  }
  .prinOrder .filter > P {
    font-size: 2.34375vw;
    line-height: 1;
    margin-right: 1.95313vw;
  }
  .prinOrder .filter select {
    font-size: 2.60417vw;
    border: 1px solid #ccc;
    font-weight: 400;
    padding: 0 0.65104vw;
    margin-right: 1.95313vw;
    height: 5.20833vw;
    width: 32.55208vw;
    -moz-border-radius: 0;
         border-radius: 0;
    opacity: 1;
    color: #000000;
    background-color: #ffffff;
    line-height: 1;
  }
  .prinOrder .filter__btn {
    color: #ffffff;
    border: #000000;
    width: 7.8125vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #000000;
    height: 5.20833vw;
    cursor: pointer;
    font-size: 2.08333vw;
    line-height: 1;
    font-weight: 600;
  }
  .prinOrder .submit-btn {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.90625vw;
    background-color: #000000;
    height: 11.71875vw;
    padding: 0 13.02083vw;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
  }
  .prinOrder .submit-btn:hover {
    opacity: 0.9;
  }
  .prinOrder .submit-btn.--sm {
    height: 7.8125vw;
    font-size: 3.125vw;
    padding: 0 6.51042vw;
  }
  .prinOrder .download-btn {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 3.90625vw;
    background-color: #ffffff;
    height: 11.71875vw;
    line-height: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0.26042vw solid #afafaf;
    cursor: pointer;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prinOrder .download-btn span {
    font-size: 5.20833vw;
    margin-right: 1.30208vw;
  }
  .prinOrder .radio {
    position: relative;
    display: inline-block;
  }
  .prinOrder .radio input {
    width: 3.25521vw;
    height: 3.25521vw;
    cursor: pointer;
    position: absolute;
    left: 1.30208vw;
    top: 0.52083vw;
  }
  .prinOrder .radio label {
    cursor: pointer;
    line-height: 1;
    display: block;
    padding: 0.65104vw 0 0.65104vw 5.85938vw;
  }
  .prinOrder .radio label span {
    display: block;
  }
  .prinOrder .show-modal {
    display: inline-block;
    cursor: pointer;
    margin-left: 0.39063vw;
  }
  .prinOrder .show-modal.--underline {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .prinOrder .show-modal.--underline span {
    width: auto;
    white-space: nowrap;
    text-decoration: underline;
  }
  .prinOrder .show-modal:not(.--underline) span {
    border: 1px solid #000000;
    color: #000000;
    width: 3.25521vw;
    height: 3.25521vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    font-size: 2.34375vw;
    font-weight: 700;
  }
  .prinOrder .bConfirm__inner__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrder .bConfirm__inner__img > div {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .prinOrder .bConfirm__inner__img > div p {
    font-size: 2.86458vw;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }
  .prinOrder .bConfirm__inner__info {
    padding-top: 5.20833vw;
  }
  .prinOrder .bConfirm__inner__info > div {
    background-color: #ececec;
  }
  .prinOrder .bConfirm__inner__info > div dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.86458vw;
    line-height: 1;
  }
  .prinOrder .bConfirm__inner__info > div dl.lg dd {
    font-size: 3.38542vw;
  }
  .prinOrder .bConfirm__inner__info > div hr {
    border-color: #afafaf;
    margin: 3.25521vw 0;
  }
  .prinOrder .bConfirm__inner__info .price {
    padding: 3.90625vw;
    display: none;
  }
  .prinOrder .bConfirm__inner__info .price > p {
    font-size: 2.08333vw;
    margin-top: 2.60417vw;
  }
  .prinOrder .bConfirm__inner__info .total {
    margin-top: 1.30208vw;
    padding-bottom: 3.90625vw;
  }
  .prinOrder .bConfirm__inner__info .total__inner {
    padding: 2.60417vw 3.90625vw;
  }
  .prinOrder .bConfirm__inner__info .total p.lg {
    font-size: 2.86458vw;
  }
  .prinOrder .bConfirm__inner__info .total p.sm {
    font-size: 2.08333vw;
    padding: 0 1.95313vw;
  }
  .prinOrder .bComplete__payment {
    padding: 1.30208vw 2.60417vw;
    width: 39.0625vw;
    background-color: #ececec;
  }
  .prinOrder .bComplete__detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.26042vw solid #c2c2c2;
    padding: 1.30208vw;
    position: relative;
  }
  .prinOrder .bComplete__detail .show-modal {
    position: absolute;
    right: 1.30208vw;
    bottom: 1.30208vw;
  }
  .prinOrder .bComplete__detail__img {
    width: 39.0625vw;
  }
  .prinOrder .bComplete__detail__text {
    padding-left: 3.90625vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .bComplete__detail__text p {
    line-height: 2;
  }
  .prinOrder .bComplete__block h3 {
    margin-bottom: 2.60417vw;
  }
  .prinOrder .bComplete__block p {
    font-size: 2.34375vw;
    line-height: 1.8;
  }
  .prinOrder .bComplete__notification {
    background-color: #ececec;
    padding: 5.20833vw;
  }
  .prinOrder .bComplete__notification__content {
    background-color: #ffffff;
    text-align: center;
    padding: 3.90625vw 2.60417vw;
  }
  .prinOrder .bComplete__notification__content h4 {
    font-size: 3.125vw;
    font-weight: 600;
    margin-bottom: 2.60417vw;
  }
  .prinOrder .bComplete__notification__content p {
    font-size: 2.34375vw;
    line-height: 1.8;
    margin-bottom: 3.90625vw;
  }
  .prinOrder .bComplete__notification__content a {
    font-size: 2.08333vw;
  }
  .prinOrder .bDataConfirm .text_red {
    color: #c40000;
  }
  .prinOrder .bDataConfirm .underline {
    text-decoration: underline;
  }
  .prinOrder .bDataConfirm__btn {
    margin-top: 2.60417vw;
  }
  .prinOrder .bDataConfirm__btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 3.125vw;
    background-color: #c40000;
    width: 58.59375vw;
    padding: 3.90625vw 0;
    margin: 0 auto;
  }
  .prinOrder .bDataConfirm__ttl {
    font-size: 2.86458vw;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prinOrder .bDataConfirm__ttl > span {
    margin: 0 2.60417vw;
    font-size: 3.90625vw;
  }
  .prinOrder .bDataConfirm__data {
    background-color: #eeeeee;
    padding: 2.60417vw 3.90625vw 3.90625vw;
  }
  .prinOrder .bDataConfirm__data > p {
    font-size: 2.34375vw;
    margin-bottom: 1.95313vw;
  }
  .prinOrder .bDataConfirm__txt p {
    text-align: center;
    font-size: 2.34375vw;
    line-height: 1.8;
  }
  .prinOrder .bDataConfirm__inner {
    background-color: #ffffff;
    padding: 2.60417vw 3.90625vw 5.20833vw;
    margin-bottom: 15px;
  }
  .prinOrder .bDataConfirm__inner > a {
    width: 49.47917vw;
    color: #ffffff;
    font-size: 2.60417vw;
    background-color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.95313vw 0;
    margin: 0 auto;
  }
  .prinOrder .bDataConfirm__inner > a span {
    margin-right: 0.65104vw;
    font-size: 3.64583vw;
  }
  .prinOrder .bDataConfirm__flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.60417vw;
  }
  .prinOrder .bDataConfirm__flex__item {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .prinOrder .bDataConfirm__flex__item > p {
    font-size: 2.60417vw;
    text-align: center;
    margin-bottom: 1.95313vw;
  }
  .prinOrder .bDataConfirm__date {
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    border: 1px solid #000000;
    padding: 2.60417vw;
    margin: 3.90625vw 0;
  }
  .prinOrder .bDataConfirm__date h4,
  .prinOrder .bDataConfirm__date p {
    font-size: 2.60417vw;
  }
  .prinOrder .bDataConfirm__date h4 {
    margin-bottom: 1.30208vw;
  }
  .prinOrder .bDataConfirm__date p {
    line-height: 1.8;
  }
  .prinOrder .bDataConfirm__info__block:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .prinOrder .bDataConfirm__info__block h4 {
    font-size: 2.99479vw;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 1.30208vw;
    margin-bottom: 1.95313vw;
  }
  .prinOrder .bDataConfirm__info__block p {
    font-size: 2.34375vw;
    line-height: 1.8;
  }
  .prinOrder .bDataConfirm__info__phone {
    background-color: #eeeeee;
    padding: 1.30208vw 2.60417vw 2.60417vw;
    margin-top: 1.95313vw;
  }
  .prinOrder .bDataConfirm__info__phone > p {
    font-size: 2.34375vw;
  }
  .prinOrder .bDataConfirm__info__phone > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.65104vw;
  }
  .prinOrder .bDataConfirm__info__phone > div a {
    font-size: 3.90625vw;
    font-weight: 700;
    line-height: 1;
  }
  .prinOrder .bDataConfirm__info__phone > div p {
    line-height: 1;
    margin-left: 1.30208vw;
    font-size: 1.82292vw;
  }
  .prinOrder .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prinOrder .flex.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prinOrder .flex.--align-end {
    -webkit-box-align: end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .prinOrder .fs-12 {
    font-size: 2.08333vw;
  }
  .prinOrder .fs-14 {
    font-size: 2.34375vw;
  }
  .prinOrder .fs-16 {
    font-size: 2.60417vw;
  }
  .prinOrder .desired {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prinOrder .desired label {
    font-size: 2.86458vw;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3.90625vw;
    white-space: nowrap;
  }
  .prinOrder .desired label.must {
    position: relative;
  }
  .prinOrder .desired label.must::after {
    content: "必須";
    text-align: center;
    font-size: 2.08333vw;
    padding: 0.65104vw 1.30208vw 0.78125vw;
    line-height: 1;
    -moz-border-radius: 0.78125vw;
         border-radius: 0.78125vw;
    color: white;
    background: #2b9ecf;
    white-space: nowrap;
    font-weight: normal;
    margin-left: 1.30208vw;
  }
  .prinOrder .desired__input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .desired__input input {
    height: 6.51042vw;
    width: 26.04167vw;
    margin-right: 1.30208vw;
    font-size: 2.34375vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .desired__input > span {
    font-size: 2.60417vw;
    font-weight: 700;
  }
  .prinOrder .desired__txt {
    font-size: 2.34375vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 1.95313vw;
  }
  .prinOrder .coupons__left .flex {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .prinOrder .coupons__left__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 1.30208vw;
    margin-top: -1.30208vw;
  }
  .prinOrder .coupons__right {
    margin-top: 3.90625vw;
  }
  .prinOrder .coupons__right .flex {
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .prinOrder .coupons__right input {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .prinOrder .coupons__right button {
    background-color: #000000;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 11.71875vw;
    margin-left: 1.95313vw;
    font-size: 2.86458vw;
    cursor: pointer;
  }
  .prinOrder .coupons > div {
    border: 1px solid #c2c2c2;
    padding: 3.90625vw;
  }
  .prinOrder .coupons > div > p {
    font-size: 3.125vw;
    margin-bottom: 2.60417vw;
  }
  .prinOrder .payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrder .payment__head {
    padding: 1.30208vw;
    background-color: #afafaf;
  }
  .prinOrder .payment__head .radio {
    display: block;
  }
  .prinOrder .payment__head label {
    color: #ffffff;
    font-size: 2.60417vw;
    display: block;
  }
  .prinOrder .payment__head input {
    top: 0.39063vw;
  }
  .prinOrder .payment__body {
    padding: 2.60417vw 3.25521vw;
  }
  .prinOrder .payment__body > p {
    font-size: 2.34375vw;
  }
  .prinOrder .payment__body img {
    margin-top: 2.60417vw;
  }
  .prinOrder .payment__body__gray {
    padding: 1.30208vw;
    background-color: #ececec;
  }
  .prinOrder .payment__body__gray p {
    font-size: 2.34375vw;
    line-height: 1.8;
  }
  .prinOrder .payment > div {
    border: 2px solid #c2c2c2;
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
  }
  .prinOrder .quotation {
    background-color: #ececec;
    padding: 3.90625vw 3.90625vw 5.20833vw;
    /*display: none;*/
  }
  .prinOrder .quotation__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.60417vw auto;
  }
  .prinOrder .quotation__btn a,
  .prinOrder .quotation__btn button {
    font-size: 3.25521vw;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 1.3;
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
    padding: 1.95313vw 0;
    cursor: pointer;
  }
  .prinOrder .quotation__btn__white {
    color: #000000;
    border: 2px solid #c2c2c2;
    background-color: #ffffff;
  }
  .prinOrder .quotation__btn__black {
    color: #ffffff;
    background-color: #000000;
  }
  .prinOrder .quotation h4 {
    font-size: 3.90625vw;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3.90625vw;
  }
  .prinOrder .quotation p {
    font-size: 2.60417vw;
    line-height: 1.7;
    text-align: center;
  }
  .prinOrder .quotation p.sm {
    font-size: 2.34375vw;
  }
  .prinOrder .quotation__list {
    display: none;
  }
  .prinOrder .quotation__list__info {
    background-color: #ffffff;
    padding: 3.90625vw;
  }
  .prinOrder .quotation__list__info dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.86458vw;
  }
  .prinOrder .quotation__list__info dl.lg dd {
    font-size: 3.125vw;
  }
  .prinOrder .quotation__list__info hr {
    border-color: #afafaf;
    margin: 2.60417vw 0;
  }
  .prinOrder .quotation__list > p {
    font-size: 2.08333vw;
    text-align: right;
    margin-top: 1.95313vw;
  }
  .prinOrder .quotation__list__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.60417vw;
  }
  .prinOrder .quotation__list__btn > a,
  .prinOrder .quotation__list__btn button,
  .prinOrder .quotation__list__btn input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
    line-height: 1;
    border: 0.26042vw solid #c2c2c2;
    font-size: 3.125vw;
    padding: 2.60417vw 0.65104vw;
    text-align: center;
    background-color: #ffffff;
  }
  .prinOrderModal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    padding: 0 2.60417vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prinOrderModal.show {
    opacity: 1;
    visibility: visible;
  }
  .prinOrderModal__inner {
    background-color: #ffffff;
    margin: auto;
    padding: 3.25521vw 2.60417vw;
    width: 100%;
    position: relative;
  }
  .prinOrderModal__inner__close {
    position: absolute;
    right: 0;
    top: -4.55729vw;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/print-order/close.png") no-repeat center/100%;
    width: 3.64583vw;
    height: 3.77604vw;
    cursor: pointer;
  }
  .prinOrderModal__inner__head {
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 3.125vw;
    padding: 1.30208vw 2.60417vw;
  }
  .prinOrderModal__inner__body {
    padding: 2.60417vw 0 1.30208vw;
  }
  .prinOrderModal__inner__body p {
    font-size: 2.86458vw;
  }
  .prinOrderModal.--type p {
    font-size: 2.86458vw;
  }
  .prinOrderModal.--type p:not(:last-child) {
    margin-bottom: 3.25521vw;
  }
  .prinOrderModal.--type p span {
    display: block;
    font-weight: 700;
    font-size: 2.99479vw;
    margin-bottom: 1.30208vw;
  }
  .prinOrderModal.--thickness img {
    margin: 0 auto;
    display: block;
    width: 78.125vw;
  }
  .prinOrderModal.--thickness p:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .prinOrderModal.--cutting .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .prinOrderModal.--cutting .flex > div {
    width: -webkit-calc(50% - 1.95313vw);
    width: -moz-calc(50% - 1.95313vw);
    width: calc(50% - 1.95313vw);
    padding-bottom: 29.94792vw;
    position: relative;
  }
  .prinOrderModal.--cutting .flex > div h3 {
    font-weight: 700;
    font-size: 2.86458vw;
  }
  .prinOrderModal.--cutting .flex > div p {
    font-size: 2.60417vw;
    margin: 1.30208vw 0 0;
  }
  .prinOrderModal.--cutting .flex > div img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .prinOrderModal.--service p.sm {
    font-size: 2.60417vw;
  }
  .detail_popup {
    padding: 2.60417vw 0;
    display: none;
  }
  .detail_popup__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.60417vw;
  }
  .detail_popup__top.--one {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_popup__top.--one > div {
    width: 78.125vw;
    padding: 0 10.41667vw;
  }
  .detail_popup__top > div {
    width: -webkit-calc(50% - 0.65104vw);
    width: -moz-calc(50% - 0.65104vw);
    width: calc(50% - 0.65104vw);
  }
  .detail_popup__top > div p {
    font-size: 2.60417vw;
    text-align: center;
    margin-bottom: 1.30208vw;
    color: #000000;
  }
  .detail_popup__content p {
    font-size: 2.60417vw;
  }
  .detail_popup__content p a {
    color: #2b9ecf;
    margin-left: 0.65104vw;
  }
  .detail_popup__content p a span {
    font-size: 3.38542vw;
  }
  .detail_popup__content hr {
    margin: 1.30208vw 0;
  }
  .detail_popup__btn {
    margin-top: 3.90625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail_popup__btn.--align-center {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail_popup__btn.--align-center > * {
    width: auto;
    padding: 1.95313vw 2.60417vw;
  }
  .detail_popup__btn > * {
    width: -webkit-calc(50% - 1.30208vw);
    width: -moz-calc(50% - 1.30208vw);
    width: calc(50% - 1.30208vw);
    font-size: 2.86458vw;
    padding: 1.95313vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
  }
  .detail_popup__btn > * span {
    margin-right: 0.65104vw;
    font-size: 4.29688vw;
  }
  .detail_popup__btn > *.gray {
    background-color: #b6b6b6;
  }
  .detail_popup__btn > *.black {
    background-color: #000000;
  }
  .bContact a.submit_btn.gray {
    background: #4C4C4C !important;
  }
  .my_page_notice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFEA80;
    padding: 10px 20px;
    font-size: 3.38542vw;
  }
  .my_page_notice p {
    color: #000;
    /*padding-left: 20px;*/
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .my_page_notice p:before {
    content: "";
    width: 6.51042vw;
    height: 4.81771vw;
    background: url(../img/notice_ic.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .my_page_notice a {
    position: relative;
    /*padding: 5px 20px;*/
    padding: 5px 20px 5px 40px;
    background: #BE0000;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .my_page_notice a:before {
    content: "";
    position: absolute;
    left: 2.60417vw;
    top: 1.04167vw;
    width: 5.20833vw;
    height: 5.20833vw;
    background: url(../img/pdf_ic.svg) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
}
