@media screen and (min-width: 769px), print {
  .order__ct {
    padding-bottom: 80px;
  }
  .order__ct .order__banner {
    margin-bottom: 56px;
    width: 100%;
    height: 478px;
    background: url("../images/banner_bg.jpg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    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;
    position: relative;
  }
  .order__ct .order__banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .order__ct .order__banner .row {
    text-align: center;
    z-index: 1;
    margin-bottom: 17px;
    margin: 0;
  }
  .order__ct .order__list {
    padding: 0 50px;
  }
  .order__ct .order__list ul {
    margin-bottom: 15px;
  }
  .order__ct .order__list ul li + li {
    margin-top: 26px;
  }
  .order__ct .order__list ul li a {
    border: 1px solid #000;
    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;
    padding: 34px 10px;
    position: relative;
    -webkit-transition: border-color .3s ease-out;
    -moz-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out;
  }
  .order__ct .order__list ul li a:before {
    content: '';
    width: 13px;
    height: 23px;
    background: url("../images/ic_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 47%;
    right: 23px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: right .3s ease-out;
    -moz-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }
  .order__ct .order__list ul li a .title-lf {
    width: 212px;
    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;
    margin-top: -11px;
  }
  .order__ct .order__list ul li a .title-lf .nb {
    font-size: 9.9rem;
  }
  .order__ct .order__list ul li a figure {
    width: 228px;
    padding-left: 14px;
  }
  .order__ct .order__list ul li a figure img {
    width: 100%;
    height: auto;
  }
  .order__ct .order__list ul li a dl {
    width: -webkit-calc(100% - 212px - 228px);
    width: -moz-calc(100% - 212px - 228px);
    width: calc(100% - 212px - 228px);
    padding: 0 22px 0 25px;
    margin-top: -15px;
  }
  .order__ct .order__list ul li a dl dt {
    font-size: 1.8rem;
    line-height: 1;
    color: #e20c0c;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .order__ct .order__list ul li a dl dd {
    font-size: 2.8rem;
    line-height: 36px;
    font-weight: 400;
  }
  .order__ct .order__list ul li a dl dd span {
    font-size: 2.2rem;
    line-height: 36px;
  }
  .order__ct .order__list ul li a:hover {
    border-color: #e20c0c;
  }
  .order__ct .order__list ul li a:hover:before {
    right: 10px;
  }
  .order__ct p {
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 1px;
  }
  .order__ct p a {
    color: #e20c0c;
    border-bottom: 1px solid #e20c0c;
  }
  .order__ct p a:hover {
    border-bottom: none;
  }
  .ordermade {
    padding-bottom: 90px;
  }
  .ordermade-main {
    padding-top: 15px;
  }
  .ordermade-main article:not(:last-of-type) {
    margin-bottom: 52px;
  }
  .ordermade-main article .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .ordermade-main article .box-rg figure {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 545px;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ordermade-main article .box-rg .txt {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-calc(100% - 545px);
    width: -moz-calc(100% - 545px);
    width: calc(100% - 545px);
  }
  .ordermade-main article .box-lf figure {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 505px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ordermade-main article .box-lf .txt {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-calc(100% - 505px);
    width: -moz-calc(100% - 505px);
    width: calc(100% - 505px);
  }
  .ordermade-main article .box:nth-of-type(even) {
    border-top: 1px dotted #000;
    padding-top: 30px;
    margin-top: 29px;
  }
  .ordermade-main article .box.full {
    display: block;
  }
  .ordermade-main article .box.full figure {
    width: 100%;
    margin-bottom: 33px;
  }
  .ordermade-main article .box.full .txt {
    width: 100%;
  }
  .ordermade-main article .box figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ordermade-main article .box .txt {
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: .7px;
  }
  .ordermade-main article .box .txt p + p {
    margin-top: 28px;
  }
  .ordermade-main article .drawing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ordermade-main article .drawing-lf {
    width: -webkit-calc(100% - 393px);
    width: -moz-calc(100% - 393px);
    width: calc(100% - 393px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 86px;
  }
  .ordermade-main article .drawing-lf figure:first-of-type {
    width: 319px;
  }
  .ordermade-main article .drawing-lf figure:last-of-type {
    width: 381px;
  }
  .ordermade-main article .drawing-rg {
    width: 393px;
    border-left: 1px dotted #000;
    padding: 0 13px 0 82px;
  }
  .ordermade-main article .drawing figure img {
    display: block;
  }
  .ordermade-main article .drawing p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 26px;
  }
  .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 87px;
  }
  .title-lf {
    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;
    width: 198px;
    border-right: 1px solid #c7c7c7;
    padding-left: 6px;
  }
  .title-lf .tx {
    font-family: 'Akrobat Bold';
    font-size: 2.371rem;
    line-height: 23px;
    letter-spacing: 2px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 5px 0;
    margin-right: 12px;
  }
  .title-lf .nb {
    font-family: 'Akrobat Bold';
    font-size: 9.447rem;
    line-height: 96px;
    color: #e20c0c;
    letter-spacing: 8px;
    margin-top: -10px;
  }
  .title-lf p {
    font-weight: bold;
    font-size: 2.065rem;
    line-height: 26px;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .title-rg {
    width: -webkit-calc(100% - 198px);
    width: -moz-calc(100% - 198px);
    width: calc(100% - 198px);
    padding-left: 43px;
  }
  .title-rg span {
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 36px;
  }
  .title-rg p {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 54px;
  }
  .ordGallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ordGallery figure img {
    display: block;
  }
  .ordGallery p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 28px;
    letter-spacing: .3px;
    text-align: center;
    margin-top: 33px;
  }
  .ordGallery p.last {
    margin-bottom: 18px;
  }
  .ordGallery iframe {
    display: block;
    width: 714px;
    height: 401px;
    padding: 0;
    margin: 15px auto 0;
    border: none;
  }
  .ordGallery-one {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 87px;
  }
  .ordGallery-one figure {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    margin-top: 15px;
  }
  .ordGallery-two figure:nth-of-type(1) {
    width: 425px;
  }
  .ordGallery-two figure:nth-of-type(2) {
    width: 373px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .ordGallery-two figure:nth-of-type(3) {
    width: 374px;
  }
  .inquiries {
    text-align: center;
    padding: 32px 0 0;
  }
  .inquiries span {
    display: block;
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .inquiries .des {
    display: inline-block;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 35px;
    color: #e20c0c;
    letter-spacing: 3px;
    padding-left: 25px;
    margin-bottom: 23px;
    position: relative;
  }
  .inquiries .des::after, .inquiries .des::before {
    content: "";
    width: 2px;
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    background: #e20c0c;
    position: absolute;
  }
  .inquiries .des::before {
    top: 7px;
    left: -46px;
    -webkit-transform: rotate(-42deg);
       -moz-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
  .inquiries .des::after {
    top: 10px;
    right: -55px;
    -webkit-transform: rotate(42deg);
       -moz-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .inquiries .note {
    font-size: 1.6rem;
    line-height: 23px;
  }
  .inquiries .tel {
    margin: 21px 0 16px;
  }
  .inquiries small {
    display: block;
    font-size: 1.6rem;
    line-height: 26px;
    color: #404040;
    letter-spacing: 1px;
  }
  a.bt {
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1106px;
    height: 137px;
    border: 1px solid #e20c0c;
    padding-top: 10px;
    padding-left: 50px;
    margin: 25px auto 0;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  a.bt:hover {
    opacity: .7;
  }
  a.bt:hover::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  a.bt::after {
    content: "";
    width: 14px;
    height: 24px;
    background: url("/common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
  }
  a.bt span {
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 35px;
    color: #e20c0c;
    letter-spacing: 1.3px;
  }
  a.bt p {
    font-size: 1.6rem;
    line-height: 36px;
    letter-spacing: .8px;
  }
}

@media screen and (max-width: 768px) {
  .order__ct {
    padding-bottom: 10.41667vw;
  }
  .order__ct .order__banner {
    margin-bottom: 7.29167vw;
    width: 100%;
    height: 62.23958vw;
    background: url("../images/banner_bg.jpg") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    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;
    position: relative;
  }
  .order__ct .order__banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .order__ct .order__banner .row {
    text-align: center;
    z-index: 1;
    margin-bottom: 2.21354vw;
  }
  .order__ct .order__banner .row figure img {
    width: 100%;
  }
  .order__ct .order__list ul {
    margin-bottom: 2.60417vw;
  }
  .order__ct .order__list ul li {
    border: 1px solid #000;
  }
  .order__ct .order__list ul li + li {
    margin-top: 3.90625vw;
  }
  .order__ct .order__list ul li a {
    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;
    padding: 5.20833vw;
    position: relative;
    -webkit-transition: box-shadow .3s ease-out;
    -moz-transition: box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -moz-box-shadow .3s ease-out;
  }
  .order__ct .order__list ul li a:before {
    content: '';
    width: 2.03125vw;
    height: 3.59375vw;
    background: url("../images/ic_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 47%;
    right: 3.90625vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: right .3s ease-out;
    -moz-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }
  .order__ct .order__list ul li a .title-lf {
    text-align: left;
  }
  .order__ct .order__list ul li a figure {
    width: 33.07292vw;
    padding-left: 5.20833vw;
  }
  .order__ct .order__list ul li a figure img {
    width: 100%;
    height: auto;
  }
  .order__ct .order__list ul li a dl {
    width: 100%;
    margin-top: 3.90625vw;
  }
  .order__ct .order__list ul li a dl dt {
    font-size: 3.38542vw;
    line-height: 1;
    color: #e20c0c;
    margin-bottom: 1.30208vw;
  }
  .order__ct .order__list ul li a dl dd {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
  .order__ct .order__list ul li a dl dd span {
    font-size: 3.64583vw;
    line-height: 1.5;
  }
  .order__ct p {
    font-size: 3.38542vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
  }
  .order__ct p a {
    color: #e20c0c;
    border-bottom: 1px solid #e20c0c;
  }
  .order__ct p a:hover {
    border-bottom: none;
  }
  .ordermade {
    padding-bottom: 11.71875vw;
  }
  .ordermade-main article:not(:last-of-type) {
    margin-bottom: 8.46354vw;
  }
  .ordermade-main article .box:nth-of-type(even) {
    border-top: 1px dotted #000;
    padding-top: 5.20833vw;
    margin-top: 5.20833vw;
  }
  .ordermade-main article .box.full figure {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .ordermade-main article .box figure {
    width: 57.42188vw;
    margin: auto;
  }
  .ordermade-main article .box figure img {
    display: block;
    width: 100%;
  }
  .ordermade-main article .box .txt {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    letter-spacing: 0.13021vw;
  }
  .ordermade-main article .box .txt p {
    margin-top: 3.90625vw;
  }
  .ordermade-main article .drawing-lf {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ordermade-main article .drawing-lf figure:first-of-type {
    width: 40.75521vw;
  }
  .ordermade-main article .drawing-lf figure:last-of-type {
    width: 48.69792vw;
  }
  .ordermade-main article .drawing-rg {
    width: 100%;
    border-top: 1px dotted #000;
    padding-top: 3.90625vw;
    margin-top: 3.90625vw;
  }
  .ordermade-main article .drawing-rg figure {
    width: 52.08333vw;
    margin: auto;
  }
  .ordermade-main article .drawing figure img {
    display: block;
    width: 100%;
  }
  .ordermade-main article .drawing p {
    width: 100%;
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    margin-top: 3.25521vw;
  }
  .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.51042vw;
  }
  .title-lf {
    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;
    width: 26.04167vw;
    border-right: 1px solid #c7c7c7;
  }
  .title-lf .tx {
    font-family: 'Akrobat Bold';
    font-size: 3.125vw;
    line-height: 3.125vw;
    letter-spacing: 2px;
    border-top: 0.39063vw solid #000;
    border-bottom: 0.39063vw solid #000;
    padding: 1.30208vw 0;
    margin-right: 2.60417vw;
  }
  .title-lf .nb {
    font-family: 'Akrobat Bold';
    font-size: 12.36979vw;
    line-height: 12.36979vw;
    color: #e20c0c;
    letter-spacing: 1.04167vw;
    margin-top: -1.30208vw;
  }
  .title-lf p {
    font-weight: bold;
    font-size: 2.86458vw;
    line-height: 3.90625vw;
    letter-spacing: 0.13021vw;
    margin-top: 0.65104vw;
  }
  .title-rg {
    width: -webkit-calc(100% - 26.04167vw);
    width: -moz-calc(100% - 26.04167vw);
    width: calc(100% - 26.04167vw);
    padding-left: 3.90625vw;
  }
  .title-rg span {
    display: block;
    font-weight: bold;
    font-size: 2.60417vw;
    line-height: 4.16667vw;
    margin-bottom: 1.30208vw;
  }
  .title-rg p {
    font-weight: bold;
    font-size: 4.6875vw;
    line-height: 5.98958vw;
  }
  .ordGallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ordGallery figure img {
    display: block;
  }
  .ordGallery p {
    width: 100%;
    font-size: 3.125vw;
    line-height: 4.42708vw;
    text-align: center;
    margin-top: 3.90625vw;
  }
  .ordGallery p.last {
    margin-bottom: 2.60417vw;
  }
  .ordGallery iframe {
    display: block;
    width: 100%;
    height: 51.95313vw;
    padding: 0;
    margin: 1.30208vw auto 0;
    border: none;
  }
  .ordGallery-one {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ordGallery-one figure {
    width: -webkit-calc(50% - 0.65104vw);
    width: -moz-calc(50% - 0.65104vw);
    width: calc(50% - 0.65104vw);
    margin-top: 1.30208vw;
  }
  .ordGallery-two figure {
    width: 27.99479vw;
  }
  .ordGallery-two figure:nth-of-type(1) {
    width: 31.90104vw;
  }
  .ordGallery-two figure:nth-of-type(2) {
    margin-left: 1.82292vw;
    margin-right: 1.82292vw;
  }
  .inquiries {
    text-align: center;
    padding: 3.90625vw 0 0;
  }
  .inquiries span {
    display: block;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    margin-bottom: 2.60417vw;
  }
  .inquiries .des {
    font-weight: bold;
    font-size: 4.16667vw;
    line-height: 5.72917vw;
    color: #e20c0c;
    margin-bottom: 3.25521vw;
  }
  .inquiries .note {
    font-size: 2.86458vw;
    line-height: 4.6875vw;
  }
  .inquiries .tel {
    display: block;
    width: 62.23958vw;
    margin: 3.90625vw auto 2.60417vw;
  }
  .inquiries small {
    display: block;
    font-size: 3.125vw;
    line-height: 1;
    color: #404040;
    letter-spacing: 0.13021vw;
  }
  a.bt {
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 19.53125vw;
    border: 1px solid #e20c0c;
    padding-left: 3.90625vw;
    padding-right: 6.51042vw;
    margin: 5.20833vw auto 0;
    position: relative;
  }
  a.bt::after {
    content: "";
    width: 1.82292vw;
    height: 3.125vw;
    background: url("/common/images/arrow_red.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    right: 3.25521vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  a.bt span {
    display: block;
    font-weight: bold;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    color: #e20c0c;
    letter-spacing: 0.16927vw;
  }
  a.bt p {
    font-size: 3.125vw;
    line-height: 4.6875vw;
    letter-spacing: 0.09115vw;
  }
}
