/* Fonts */
/* Color */
@media screen and (min-width: 769px), print {
  .form_btn {
    padding: 40px 0 0 0;
    text-align: center;
  }
  .form_btn .btn {
    margin: 0 auto;
    width: 155px;
  }
  .form_btn .btn_delete {
    display: inline-block;
    margin-top: 40px;
    text-decoration: underline;
  }
  .form_btn .btn_delete:hover {
    text-decoration: none;
  }
  .form_btn_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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_btn_flex .btn {
    margin: 0;
  }
  .form_btn_flex .btn + .btn {
    margin-left: 20px;
  }
  .sales_history {
    padding: 50px 0 0 0;
  }
  .sales_history .ttl-main {
    margin-bottom: 30px;
  }
  .sales_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .sales_list li {
    width: 20%;
    min-width: 200px;
    padding: 3px 20px 3px 0;
  }
  .sales_list li a {
    display: inline;
    border-bottom: 1px solid #101c3b;
    line-height: 26px;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
    letter-spacing: .12em;
  }
  .sales_list li a:hover {
    border-color: transparent;
  }
  .sales_more {
    text-align: right;
  }
  .sales_more a:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-right: 5px;
    background: url("/common/images/arrow_right.svg") no-repeat;
    -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;
  }
  .sales_more a:hover:before {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .box-tab .form_01 .search_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 26px;
  }
  .box-tab .form_01 .form_wrap {
    width: 50%;
  }
  .box-tab .form_01 .form_wrap.long {
    width: 100%;
  }
  .box-tab .form_01 .form_wrap.long .form_col {
    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: 28px;
  }
  .box-tab .form_01 .form_wrap.long .form_col input[type=text] {
    width: 150px;
  }
  .box-tab .form_01 .form_wrap.long .form_col span {
    padding: 0 10px;
  }
  .box-tab .form_01 .form_wrap.long .form_col label {
    padding: 0 10px;
  }
  .box-tab .form_01 .form_wrap > label {
    padding: 0 10px 0 20px;
    width: 130px;
  }
  .box-tab .form_01 .form_wrap_btn {
    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: 20px;
    width: 100%;
  }
  .box-tab .form_01 .form_wrap_btn .btn + a {
    margin-left: 20px;
  }
  .box-tab .form_01 .form_wrap_btn a + .btn {
    margin-left: 20px;
  }
  .box-result {
    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: 20px 0;
  }
  .box-result .btn-info {
    height: 100%;
  }
  .box-result .btn-info:hover {
    color: #5d5f64 !important;
  }
  .page_histopy {
    position: relative;
    padding-bottom: 65px;
  }
  .page_histopy .btn {
    width: 155px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-right: -50%;
    font-weight: 400;
  }
  .box-tbl .link_underline {
    border-bottom: 1px solid #101c3b;
    -webkit-transition: border-color .3s, opacity .3s;
    -moz-transition: border-color .3s, opacity .3s;
    transition: border-color .3s, opacity .3s;
  }
  .box-tbl .link_underline:hover {
    border-color: transparent;
  }
  .box-tbl .tbl .wd-01 {
    width: 176px;
  }
  .box-tbl .tbl .wd-02 {
    width: 120px;
  }
  .box-tbl .tbl .wd-03 {
    width: 82px;
  }
  .box-tbl .tbl td span.set-md {
    min-width: 32px;
  }
  .col_small {
    margin-right: 20px;
  }
  .pagenation ul {
    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: 30px 0;
  }
  .pagenation ul li + li {
    margin-left: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px), print {
  .box-tab .form_white {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-tab .form_white .form_wrap {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .form_btn {
    padding: 10.41667vw 0 0 0;
    text-align: center;
  }
  .form_btn .btn {
    margin: 0 auto;
  }
  .form_btn .btn_delete {
    display: inline-block;
    margin-top: 7.8125vw;
    text-decoration: underline;
  }
  .form_btn_flex .btn + .btn {
    margin-top: 3.90625vw;
  }
  .sales_history {
    padding: 13.02083vw 0 0 0;
  }
  .sales_history .ttl-main {
    margin-bottom: 3.90625vw;
  }
  .sales_list {
    margin-bottom: 1.95312vw;
  }
  .sales_list li {
    display: block;
  }
  .sales_list li:not(:last-of-type) {
    margin-bottom: 2.60417vw;
  }
  .sales_list li a {
    display: inline;
    line-height: 5.85938vw;
    border-bottom: 1px solid #101c3b;
    letter-spacing: .12em;
  }
  .sales_more {
    text-align: right;
  }
  .sales_more a:before {
    content: '';
    display: inline-block;
    width: 1.82292vw;
    height: 2.60417vw;
    margin-right: 1.30208vw;
    background: url("/common/images/arrow_right.svg") no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    -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;
  }
  .box-tab .form_01 .form_wrap.long .form_col {
    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;
  }
  .box-tab .form_01 .form_wrap.long .form_col input[type=text] {
    margin-bottom: 1.30208vw;
    width: 50%;
  }
  .box-tab .form_01 .form_wrap.long .form_col span {
    padding: 0 2.60417vw;
  }
  .box-tab .form_01 .form_wrap.long .form_col label {
    padding: 0 2.60417vw;
  }
  .box-tab .form_01 .form_wrap.long .form_col .checkbox {
    margin-bottom: 1.30208vw;
    width: 50%;
  }
  .box-tab .form_01 .form_wrap_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5.20833vw;
    width: 100%;
  }
  .box-tab .form_01 .form_wrap_btn .btn + a {
    margin: 2.60417vw auto;
  }
  .box-tab .form_01 .form_wrap_btn a + .btn {
    margin: 2.60417vw auto;
  }
  .box-result {
    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-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
  }
  .box-result .result {
    margin-top: 3.90625vw;
  }
  .box-result .btn-info {
    line-height: 13.02083vw;
  }
  .page_histopy {
    position: relative;
    padding-bottom: 18.22917vw;
  }
  .page_histopy .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-right: -50%;
    font-weight: 400;
  }
  .box-tbl .link_underline {
    border-bottom: 1px solid #101c3b;
  }
  .box-tbl .tbl {
    margin-bottom: 5.20833vw;
  }
  .box-tbl .tbl .wd-01 {
    width: 42.96875vw;
  }
  .box-tbl .tbl .wd-02 {
    width: 32.55208vw;
  }
  .box-tbl .tbl .wd-03 {
    width: 26.04167vw;
  }
  .col_small {
    margin-bottom: 2.60417vw;
  }
  .pagenation ul {
    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: 6.51042vw 0;
  }
  .pagenation ul li + li {
    margin-left: 5.20833vw;
  }
}
