/* service CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .modal_item:hover {
    cursor: pointer;
    opacity: .9;
  }

  html, body {
    min-width: 1240px;
  }

  main {
    line-height: 1.7;
  }

  .img_wrap.sp {
    display: none;
  }

  .sec_title {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #121764;
    text-align: center;
    margin-bottom: 60px;
  }

  .title_icon {
    position: relative;
    font-weight: bold;
    font-size: 3.0rem;
    text-align: center;
    color: #121764;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .title_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    display: block;
  }

  .title_plain {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
    color: #121764;
    margin-bottom: 55px;
  }

  .inner {
    width: 1060px;
    margin: 0 auto;
  }

  #link {
    position: relative;
    margin-top: 112px;
  }
  #link .truck {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: -122px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/service/truck_img.png") center 0/100% no-repeat;
    width: 609px;
    height: 112px;
    margin: 0 auto;
  }
  #link ul .logistics a span {
    background: url("../images/service/link_logistics_en.png") center 0/100% no-repeat;
    width: 78px;
  }
  #link ul .logistics:hover a span {
    background: url("../images/service/link_logistics_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .logistics.on a span {
    background: url("../images/service/link_logistics_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .hokkaido a span {
    background: url("../images/service/link_hokkaido_en.png") center 0/100% no-repeat;
    width: 150px;
  }
  #link ul .hokkaido:hover a span {
    background: url("../images/service/link_hokkaido_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .hokkaido.on a span {
    background: url("../images/service/link_hokkaido_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .distributor a span {
    background: url("../images/service/link_distributor_en.png") center 0/100% no-repeat;
    width: 201px;
  }
  #link ul .distributor:hover a span {
    background: url("../images/service/link_distributor_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .distributor.on a span {
    background: url("../images/service/link_distributor_en_hover.png") center 0/100% no-repeat;
  }

  .table_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 235px;
  }
  .table_list li {
    width: 330px;
    margin: 0 35px 40px 0;
  }
  .table_list li:nth-child(3n) {
    margin-right: 0;
  }
  .table_list li .img_wrap {
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .table_list li h6 {
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .table_list li h6 span {
    display: inline-block;
    margin-left: 5px;
    color: #cf0000;
    font-weight: bold;
  }
  .table_list li h4 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.35;
  }

  #contact .text {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 35px;
  }
  #contact .btn {
    width: 450px;
    padding-bottom: 85px;
    margin: 0 auto;
  }
  #contact .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 18px 0;
  }
  #contact .btn a:hover {
    background-color: #db0000;
  }

  .service_top #mv {
    background: url("../images/service/mv.jpg") center center/cover no-repeat #121764;
  }
  .service_top #mv .mv_title span {
    width: 63px;
    height: 10px;
    background: url("../images/service/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }
  .service_top #lead_area {
    margin: 125px 0 95px;
  }
  .service_top #lead_area h3 {
    font-size: 5.5rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 50px;
  }
  .service_top #lead_area h3 span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-top: -8px;
  }
  .service_top #lead_area p {
    font-size: 1.6rem;
    text-align: center;
  }
  .service_top #service_detail {
    margin-bottom: 150px;
  }
  .service_top #service_detail .service_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 75px 70px 80px;
    background-color: #f5f5f5;
    margin-bottom: 80px;
    border-radius: 10px;
  }
  .service_top #service_detail .service_each:last-child {
    margin-bottom: 0;
  }
  .service_top #service_detail .service_each .detail_area {
    width: 465px;
  }
  .service_top #service_detail .service_each .detail_area h4 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #121764;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
  }
  .service_top #service_detail .service_each .detail_area h4:before {
    content: '';
    display: inline-block;
  }
  .service_top #service_detail .service_each .detail_area p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .service_top #service_detail .service_each .btn {
    width: 350px;
    margin: 0 auto;
  }
  .service_top #service_detail .service_each .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    background-color: #121764;
    color: #fff;
  }
  .service_top #service_detail .service_each .btn:hover a {
    background: #f58a00;
  }
  .service_top #service_detail .service_each .link_area ul {
    width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .service_top #service_detail .service_each .link_area ul li {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }
  .service_top #service_detail .service_each .link_area ul li:nth-child(odd) {
    margin-right: 25px;
  }
  .service_top #service_detail .service_each .link_area ul li:nth-child(3) {
    margin-bottom: 0;
  }
  .service_top #service_detail .service_each .link_area ul li:after {
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #121764;
    border-right: 2px solid #121764;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .service_top #service_detail .service_each .link_area ul li a {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    padding-top: 78px;
  }
  .service_top #service_detail .service_each .link_area ul li a h5 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    line-height: 1.4;
    text-shadow: 0 0 25px #fff;
  }
  .service_top #service_detail .service_each .link_area ul li a:hover {
    opacity: 0.7;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link01 {
    background: url("../images/service/logistics_img01.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link02 {
    background: url("../images/service/logistics_img02.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link03 {
    background: url("../images/service/logistics_img03.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link03 a {
    padding-top: 57px;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link04 {
    background: url("../images/service/logistics_img04.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .hokkaido_link01 {
    background: url("../images/service/hokkaido_img01.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .hokkaido_link02 {
    background: url("../images/service/hokkaido_img02.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link01 {
    background: url("../images/service/agency_img01.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link02 {
    background: url("../images/service/agency_img02.png") center center/100% no-repeat;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link02 a {
    padding-top: 50px;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link03 {
    background: url("../images/service/agency_img03.png") center center/100% no-repeat;
  }
  .service_top #service_detail .logistics h4:before {
    background: url("../images/service/icon_buturyu.png") center top/100% no-repeat;
    width: 36px;
    height: 25px;
    margin-right: 15px;
  }
  .service_top #service_detail .hokkaido h4:before {
    background: url("../images/service/icon_hokkaido.png") center top/100% no-repeat;
    width: 44px;
    height: 40px;
    margin-right: 15px;
    vertical-align: middle;
  }
  .service_top #service_detail .hokkaido .link_area {
    position: relative;
  }
  .service_top #service_detail .hokkaido .link_area:after {
    position: absolute;
    bottom: -35px;
    right: -30px;
    content: '';
    display: block;
    background: url("../images/service/img_cow.jpg") center center/100% no-repeat;
    width: 204px;
    height: 180px;
  }
  .service_top #service_detail .agency h4:before {
    background: url("../images/service/icon_agency.png") center top/100% no-repeat;
    width: 21px;
    height: 30px;
    margin-right: 15px;
    vertical-align: text-bottom;
  }

  .logistics #mv {
    background: url("../images/service/logistics/mv.jpg") center center/cover no-repeat #121764;
  }
  .logistics #mv .mv_title span {
    width: 78px;
    height: 10px;
    background: url("../images/service/logistics/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }
  .logistics #lead_area {
    width: 100%;
    margin: 110px auto 120px;
  }
  .logistics #lead_area .text_area {
    width: 100%;
  }
  .logistics #lead_area .text_area h3 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #121764;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 35px;
  }
  .logistics #lead_area .text_area h3 span {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .logistics #lead_area .text_area p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .logistics #annoying {
    margin-bottom: 145px;
  }
  .logistics #annoying .inner {
    width: 1004px;
  }
  .logistics #annoying .annoying_list {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_bg.png") center center/100% no-repeat;
    width: 100%;
    height: 728px;
    margin-bottom: 50px;
  }
  .logistics #annoying .annoying_list ul {
    position: relative;
    width: 100%;
    height: 728px;
    margin: 0 auto;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon01 {
    position: absolute;
    top: 4px;
    right: 270px;
    width: 166px;
    height: 179px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon01.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon02 {
    position: absolute;
    top: 63px;
    right: 0;
    width: 216px;
    height: 216px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon02.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon03 {
    position: absolute;
    top: 326px;
    right: 10px;
    width: 223px;
    height: 214px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon03.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon04 {
    position: absolute;
    bottom: 22px;
    right: 231px;
    width: 209px;
    height: 214px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon04.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon05 {
    position: absolute;
    bottom: 3px;
    left: 312px;
    width: 185px;
    height: 200px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon05.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon06 {
    position: absolute;
    bottom: 89px;
    left: 42px;
    width: 232px;
    height: 233px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon06.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list ul .annoy_balloon07 {
    position: absolute;
    top: 146px;
    left: 0;
    width: 223px;
    height: 214px;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/annoying_balloon07.png") center center/100% no-repeat;
  }
  .logistics #annoying h3 {
    display: none;
  }
  .logistics #annoying .consult {
    width: 1060px;
    border: 1px solid #121764;
    border-radius: 10px;
    padding: 45px;
    margin: 0 auto 90px;
  }
  .logistics #annoying .consult .lead {
    text-align: center;
    color: #121764;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.845;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .logistics #annoying .consult .text {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .logistics #case {
    background-color: #f5f5f5;
    padding: 100px 0 140px;
    margin-bottom: 140px;
  }
  .logistics #case .sec_title {
    margin-bottom: 40px;
  }
  .logistics #case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
  }
  .logistics #case ul li {
    width: 330px;
  }
  .logistics #case ul li a {
    display: block;
  }
  .logistics #case ul li a .img_wrap {
    margin-bottom: 15px;
  }
  .logistics #case ul li a h4 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .logistics #case ul li a .desc {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .logistics #case ul li a .link_more {
    font-size: 1.4rem;
    color: #121764;
  }
  .logistics #case ul li a .link_more:after {
    content: '>';
    display: inline-block;
    color: #121764;
    margin-left: 20px;
  }
  .logistics #case ul li a:hover {
    cursor: pointer;
  }
  .logistics #case ul li a:hover .img_wrap img {
    opacity: 0.7;
  }
  .logistics #case ul li a:hover .link_more {
    text-decoration: underline;
  }
  .logistics #case .btn a {
    display: block;
    width: 450px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #f58a00;
    border-radius: 40px;
    padding: 25px 0;
    margin: 0 auto;
  }
  .logistics #introduce .sec_title {
    margin-bottom: 65px;
  }
  .logistics #introduce .nav {
    width: 1060px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logistics #introduce .nav li {
    width: 250px;
    margin-bottom: 20px;
  }
  .logistics #introduce .nav li a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: bold;
    color: #121764;
    border-radius: 10px;
    border: 2px solid #121764;
    background-color: #fff;
    letter-spacing: 0.1em;
    padding: 25px 35px 24px 20px;
  }
  .logistics #introduce .nav li a:after {
    content: '';
    display: block;
    background: url("../images/service/link_arrow.png") center 0/100% no-repeat;
    width: 25px;
    height: 21px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .logistics #introduce .nav li:hover a {
    background-color: #121764;
    color: #fff;
  }
  .logistics #introduce .nav li:hover a:after {
    background: url("../images/service/link_arrow_hover.png") center 0/100% no-repeat;
  }
  .logistics #introduce .nav li:last-child a {
    padding: 16px 22px 16.5px 10px;
  }
  .logistics #introduce #transport {
    padding-top: 110px;
    margin-top: -110px;
  }
  .logistics #introduce #transport .transport_lead {
    width: 100%;
    height: 552px;
    overflow: hidden;
    margin: 0 auto 50px;
  }
  .logistics #introduce #transport .transport_lead .img_area {
    width: 50%;
    float: left;
    height: 552px;
    background: url("../images/service/logistics/transport_img.jpg") center right no-repeat;
  }
  .logistics #introduce #transport .transport_lead .text_area {
    width: 35.4%;
    max-width: 495px;
    float: left;
    padding-top: 80px;
    margin-left: 40px;
  }
  .logistics #introduce #transport .transport_lead .text_area .title_icon {
    padding-top: 45px;
    margin-bottom: 45px;
  }
  .logistics #introduce #transport .transport_lead .text_area .title_icon:before {
    background: url("../images/service/logistics/transport_title.png") center center/100% no-repeat;
    width: 47px;
    height: 35px;
  }
  .logistics #introduce #transport .transport_lead .text_area .lead {
    font-size: 1.6rem;
  }
  .logistics #introduce #transport .truck ul {
    width: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 90px;
  }
  .logistics #introduce #transport .truck ul li {
    width: 250px;
    margin-bottom: 35px;
  }
  .logistics #introduce #transport .truck ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .logistics #introduce #transport .truck ul li .img_wrap {
    margin-bottom: 15px;
  }
  .logistics #introduce #transport .truck ul li .img_wrap img {
    width: 100%;
  }
  .logistics #introduce #transport .truck ul li h6 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .logistics #introduce #transport .sponsor {
    margin-bottom: 100px;
  }
  .logistics #introduce #transport .sponsor .lead {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 60px;
  }
  .logistics #introduce #transport .sponsor .title_plain {
    margin-bottom: 35px;
  }
  .logistics #introduce #transport .sponsor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 790px;
    margin: 0 auto;
  }
  .logistics #introduce #transport .sponsor ul li {
    width: 250px;
    margin: 0;
  }
  .logistics #introduce #transport .sponsor ul li img {
    width: 100%;
  }
  .logistics #storehouse {
    padding-top: 110px;
    margin-top: -110px;
    margin-bottom: 145px;
  }
  .logistics #storehouse .storehouse_lead {
    width: 100%;
    height: 586px;
    max-width: 1500px;
    overflow: hidden;
    margin: 0 auto 100px;
  }
  .logistics #storehouse .storehouse_lead .img_area {
    float: right;
    width: 50%;
    height: 586px;
  }
  .logistics #storehouse .storehouse_lead .text_area {
    float: right;
    width: 32.2%;
    padding-top: 70px;
    margin-right: 50px;
  }
  .logistics #storehouse .storehouse_lead .text_area .title_icon {
    padding-top: 43px;
    margin-bottom: 40px;
  }
  .logistics #storehouse .storehouse_lead .text_area .title_icon:before {
    background: url("../images/service/logistics/storehouse_title.png") center center/100% no-repeat;
    width: 42px;
    height: 35px;
  }
  .logistics #storehouse .storehouse_lead .text_area p {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .logistics #storehouse .warehouse .title_plain {
    margin-bottom: 30px;
  }
  .logistics #storehouse .warehouse .table_warehouse {
    margin-bottom: 145px;
  }
  .logistics #storehouse .warehouse .table_warehouse p {
    text-align: left;
  }
  .logistics #general {
    padding-top: 110px;
    margin-top: -110px;
    margin-bottom: 60px;
  }
  .logistics #general .title_icon {
    padding-top: 50px;
  }
  .logistics #general .title_icon:before {
    background: url("../images/service/logistics/general_title.png") center center/100% no-repeat;
    width: 41px;
    height: 35px;
  }
  .logistics #general h5 {
    font-size: 1.4rem;
    line-height: 1;
  }
  .logistics #general .table_list {
    margin-bottom: 0;
  }
  .logistics #gmark {
    margin-bottom: 90px;
    border-radius: 10px;
  }
  .logistics #gmark .inner {
    background-color: #f5f5f5;
    padding: 50px 50px 30px 50px;
  }
  .logistics #gmark .inner .title_plain {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .logistics #gmark .inner .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logistics #gmark .inner .wrap .text_area {
    /* width: 480px; */
    flex: 1;
  }
  .logistics #gmark .inner .wrap .text_area p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .logistics #gmark .inner .wrap .text_area h6 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
  }
  .logistics #gmark .inner .wrap .img_area.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify; */
            /* justify-content: space-between; */
    justify-content: center;
    width: 320px;
    margin-left: 40px;
  }
  .logistics #gmark .inner .wrap .img_area.pc .modal_item {
    width: 210px;
    -webkit-box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.1);
  }
  .logistics #gmark .inner .wrap .img_area.pc .modal_item img {
    display: block;
    width: 100%;
  }
  .logistics #selling {
    padding-top: 110px;
    margin-top: -110px;
    margin-bottom: 75px;
  }
  .logistics #selling .selling_lead {
    width: 100%;
    max-width: 1500px;
    overflow: hidden;
    height: 558px;
    margin: 0 auto 75px;
  }
  .logistics #selling .selling_lead .img_area {
    width: 50%;
    height: 558px;
    float: left;
    background: url("../images/service/logistics/selling_img.jpg") center right/cover no-repeat #121764;
  }
  .logistics #selling .selling_lead .text_area {
    width: 33%;
    float: left;
    padding-top: 75px;
    margin-left: 20px;
  }
  .logistics #selling .selling_lead .text_area .title_icon {
    padding-top: 50px;
    margin-bottom: 45px;
  }
  .logistics #selling .selling_lead .text_area .title_icon:before {
    background: url("../images/service/logistics/selling_title.png") center center/100% no-repeat;
    width: 41px;
    height: 35px;
  }
  .logistics #selling .selling_lead .text_area .lead {
    font-size: 1.6rem;
  }
  .logistics #example {
    margin-bottom: 140px;
  }
  .logistics #example .inner h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 25px;
  }
  .logistics #example .inner .example_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logistics #example .inner .example_list ul {
    margin-left: 30px;
  }
  .logistics #example .inner .example_list ul li {
    width: 495px;
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .logistics #example .inner .example_list ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .logistics #suggest {
    margin-bottom: 95px;
  }
  .logistics #suggest h3 {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/service/logistics/suggest_title.png") center 0/100% no-repeat;
    width: 571px;
    height: 48px;
    margin: 0 auto 50px;
  }
  .logistics #suggest ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logistics #suggest ul li {
    width: 330px;
    background-color: #eee;
    padding: 50px 30px 40px;
    border-radius: 5px;
  }
  .logistics #suggest ul li h4 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    color: #121764;
  }
  .logistics #suggest ul li .text {
    word-break: break-all;
    font-size: 1.6rem;
  }
  .logistics #suggest ul li .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 15px 0;
  }
  .logistics #suggest ul li .btn a:hover {
    background-color: #f58a00;
  }
  .logistics #suggest ul .suggest01 h4 {
    padding-top: 13px;
    margin-bottom: 40px;
  }
  .logistics #suggest ul .suggest01 .text {
    margin-bottom: 93px;
  }
  .logistics #suggest ul .suggest02 h4 {
    margin-bottom: 20px;
  }
  .logistics #suggest ul .suggest02 .text {
    margin-bottom: 40px;
  }
  .logistics #suggest ul .suggest03 h4 {
    padding-top: 13px;
    margin-bottom: 40px;
  }
  .logistics #suggest ul .suggest03 .text {
    margin-bottom: 67px;
  }

  .hokkaido #mv {
    background: url("../images/service/hokkaido/mv.jpg") center center/cover no-repeat #121764;
  }
  .hokkaido #mv .mv_title {
    padding-top: 80px;
  }
  .hokkaido #mv .mv_title h2 {
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .hokkaido #mv .mv_title span {
    width: 150px;
    height: 10px;
    background: url("../images/service/hokkaido/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }
  .hokkaido #lead_area {
    width: 100%;
    margin: 150px auto 155px;
  }
  .hokkaido #lead_area .text_area {
    text-align: center;
  }
  .hokkaido #lead_area .text_area h3 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin-bottom: 50px;
  }
  .hokkaido #lead_area .text_area h3 span {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .hokkaido #lead_area .text_area p {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
  .hokkaido #reason {
    position: relative;
    width: 100%;
    height: 386px;
    padding: 130px 0 0;
    background: url("../images/service/hokkaido/reason_bg.jpg") center center/cover no-repeat;
    margin-bottom: 85px;
  }
  .hokkaido #reason:before {
    content: '';
    background: url(../images/service/hokkaido/reason_truck.png) no-repeat center/100% auto;
    width: 196px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -500px;
  }
  .hokkaido #reason h4 {
    display: inline-block;
    width: 160px;
    height: 173px;
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding-top: 55px;
    background: url("../images/service/hokkaido/reason_title_bg.png") center center/100% no-repeat;
  }
  .hokkaido #reason p {
    font-size: 1.6rem;
    text-align: center;
  }
  .hokkaido #product {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 100px;
  }
  .hokkaido #product .inner {
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hokkaido #product .inner .left_area {
    width: 510px;
    padding-top: 45px;
  }
  .hokkaido #product .inner .left_area .title_icon {
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .hokkaido #product .inner .left_area .title_icon:before {
    background: url(../images/service/icon_hokkaido.png) center center/100% no-repeat;
    width: 44px;
    height: 40px;
  }
  .hokkaido #product .inner .left_area p {
    width: 470px;
    font-size: 1.6rem;
    margin: 0 auto 45px;
  }
  .hokkaido #product .inner .left_area .contact_area .lead {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 35px;
  }
  .hokkaido #product .inner .left_area .contact_area .btn {
    width: 450px;
    margin: 0 auto;
  }
  .hokkaido #product .inner .left_area .contact_area .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 18px 0;
  }
  .hokkaido #product .inner .left_area .contact_area .btn a:hover {
    background-color: #db0000;
  }
  .hokkaido #product .inner .left_area .contact_area .btn.dl {
    margin-top: 20px;
  }
  .hokkaido #product .inner .left_area .contact_area .btn.dl a {
    background-color: #f58a00;
  }
  .hokkaido #product .inner .left_area .contact_area .btn.dl a:hover {
    background-color: #e5e5e5;
    color: #121764;
  }
  .hokkaido #product .inner .right_area {
    width: 615px;
  }
  .hokkaido #product .inner .right_area .img_wrap {
    margin-bottom: 70px;
  }
  .hokkaido #product .inner .right_area .img_wrap img {
    width: 100%;
  }
  .hokkaido #product .inner .right_area h5 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #121764;
    text-align: center;
    margin-bottom: 30px;
  }
  .hokkaido #product .inner .right_area .line_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 65px;
  }
  .hokkaido #product .inner .right_area .line_up ul {
    width: 245px;
  }
  .hokkaido #product .inner .right_area .line_up ul li {
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .hokkaido #product .inner .right_area .line_up ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .hokkaido #product2 {
    padding-top: 120px;
    margin-top: -120px;
    margin-bottom: 125px;
  }
  .hokkaido #product2 .inner {
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .hokkaido #product2 .inner .left_area {
    width: 510px;
    padding-top: 45px;
  }
  .hokkaido #product2 .inner .left_area .title_icon {
    padding-top: 45px;
    margin-bottom: 50px;
  }
  .hokkaido #product2 .inner .left_area .title_icon:before {
    background: url(../images/service/icon_hokkaido2.png) center center/100% no-repeat;
    width: 35px;
    height: 40px;
  }
  .hokkaido #product2 .inner .left_area p {
    width: 470px;
    font-size: 1.6rem;
    margin: 0 auto 45px;
  }
  .hokkaido #product2 .inner .left_area .contact_area .btn {
    width: 450px;
    margin: 0 auto;
  }
  .hokkaido #product2 .inner .left_area .contact_area .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 18px 0;
  }
  .hokkaido #product2 .inner .left_area .contact_area .btn a:hover {
    background-color: #db0000;
  }
  .hokkaido #product2 .inner .right_area {
    width: 615px;
  }
  .hokkaido #product2 .inner .right_area .img_wrap {
    margin-top: 20px;
  }
  .hokkaido #product2 .inner .right_area .img_wrap img {
    width: 100%;
  }
  .hokkaido #store {
    padding-bottom: 100px;
  }
  .hokkaido #store .inner {
    background-color: #f5f5f5;
    padding: 50px 30px 65px;
  }
  .hokkaido #store .title_plain {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .hokkaido #store .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hokkaido #store .wrap .img_wrap img {
    width: 100%;
  }
  .hokkaido #store .wrap > .img_wrap, .hokkaido #store .wrap .detail {
    width: 320px;
  }
  .hokkaido #store .wrap .detail dl {
    display: block;
    margin-bottom: 5px;
  }
  .hokkaido #store .wrap .detail dl dt, .hokkaido #store .wrap .detail dl dd {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
  }
  .hokkaido #store .wrap .detail dl dd {
    word-break: break-all;
  }
  .hokkaido #store .wrap .detail dl .link {
    color: #212121;
    text-decoration: underline;
    line-height: 1.7;
  }
  .hokkaido #store .wrap .detail dl .link:hover {
    text-decoration: none;
  }

  .distributor #mv {
    background: url("../images/service/distributor/mv.jpg") center center/cover no-repeat #121764;
  }
  .distributor #mv .mv_title span {
    width: 202px;
    height: 10px;
    background: url("../images/service/distributor/mv_eng.png") center center/100% no-repeat;
    margin: 0 auto;
  }
  .distributor #lead_area {
    margin: 150px auto 80px;
  }
  .distributor #lead_area .text_area {
    margin-bottom: 55px;
  }
  .distributor #lead_area .text_area h3 {
    font-size: 3.0rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.07em;
    margin-bottom: 50px;
  }
  .distributor #lead_area .text_area h3 span {
    font-size: 5.5rem;
    font-weight: bold;
  }
  .distributor #lead_area .text_area p {
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .distributor #lead_area .img_area {
    margin-bottom: 80px;
  }
  .distributor .nav_area_common .nav li {
    margin-bottom: 0;
  }
  .distributor .nav_area_common .nav li:nth-child(even) a {
    padding: 12px 0;
  }
  .distributor .link_txt a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #121764;
    text-decoration: underline;
  }
  .distributor .link_txt a:hover {
    text-decoration: none;
  }
  .distributor #mizuno {
    padding-top: 120px;
    margin-top: -120px;
  }
  .distributor #mizuno .mizuno_lead .text_area {
    margin-bottom: 45px;
  }
  .distributor #mizuno .mizuno_lead .text_area .title_icon {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .distributor #mizuno .mizuno_lead .text_area .title_icon:before {
    background: url("../images/service/distributor/mizuno_icon.png") center center/100% no-repeat;
    width: 37px;
    height: 37px;
  }
  .distributor #mizuno .mizuno_lead .text_area .lead {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
  }
  .distributor #mizuno .mizuno_about {
    margin-bottom: 105px;
  }
  .distributor #mizuno .mizuno_about .inner {
    width: 1130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .distributor #mizuno .mizuno_about .inner .img_area {
    background: url("../images/service/distributor/mizuno_img.jpg") right no-repeat;
  }
  .distributor #mizuno .mizuno_about .inner .text_area {
    width: 530px;
    padding-top: 55px;
    font-size: 1.6rem;
    padding-left: 35px;
  }
  .distributor #mizuno .mizuno_about .inner .text_area .title_plain {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  .distributor #mizuno .mizuno_about .inner .text_area .text {
    margin-bottom: 30px;
  }
  .distributor #mizuno .mizuno_case {
    margin-bottom: 130px;
  }
  .distributor #mizuno .mizuno_case .inner {
    background-color: #eee;
    padding: 55px 0 40px;
    border-radius: 10px;
  }
  .distributor #mizuno .mizuno_case .title_plain {
    margin-bottom: 35px;
  }
  .distributor #mizuno .mizuno_case .list {
    width: 100%;
    padding-left: 90px;
    padding-right: 60px;
  }
  .distributor #mizuno .mizuno_case .list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .distributor #mizuno .mizuno_case .list ul li {
    width: 313px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-left: 20px;
    margin-bottom: 13px;
  }
  .distributor #mizuno .mizuno_case .list ul li:nth-child(3n) {
    width: 280px;
  }
  .distributor #mizuno .mizuno_case .list ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .distributor #world_garage_door {
    padding-top: 120px;
    margin-top: -120px;
  }
  .distributor #world_garage_door .wgd_lead {
    margin: 0 auto 100px;
  }
  .distributor #world_garage_door .wgd_lead .text_area .title_icon {
    padding-top: 50px;
    margin-bottom: 45px;
  }
  .distributor #world_garage_door .wgd_lead .text_area .title_icon:before {
    background: url("../images/service/distributor/wgd_icon.png") center center/100% no-repeat;
    width: 40px;
    height: 35px;
  }
  .distributor #world_garage_door .wgd_lead .text_area .lead {
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
  }
  .distributor #world_garage_door .wgd_about {
    margin-bottom: 55px;
  }
  .distributor #world_garage_door .wgd_about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area {
    font-size: 1.6rem;
    padding-top: 50px;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area .title_plain {
    text-align: left;
    line-height: 1.4;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area .text {
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_service {
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_service .title_plain {
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_service .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .distributor #world_garage_door .wgd_service .service li {
    position: relative;
    width: 505px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px 28px 30px 27px;
    margin-bottom: 85px;
  }
  .distributor #world_garage_door .wgd_service .service li p {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .distributor #world_garage_door .wgd_service .service li:nth-child(n + 3) {
    margin-bottom: 0;
  }
  .distributor #world_garage_door .wgd_service .service li h6 {
    position: absolute;
    top: -59px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 117px;
    text-align: center;
    color: #fff;
    background: url("../images/service/distributor/wgd_service_balloon.png") center 0/100% no-repeat;
    width: 117px;
    height: 127px;
  }
  .distributor #world_garage_door .wgd_service .service li .img_wrap {
    margin-bottom: 17px;
  }
  .distributor #world_garage_door .wgd_service .service_example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 140px;
  }
  .distributor #world_garage_door .wgd_service .service_example li {
    width: 515px;
    border-radius: 10px;
  }
  .distributor #world_garage_door .wgd_service .service_example li .img_wrap {
    margin-bottom: 18px;
  }
  .distributor #world_garage_door .wgd_service .service_example li p {
    font-size: 1.4rem;
  }
  .distributor #karcher {
    padding-top: 120px;
    margin-top: -120px;
  }
  .distributor #karcher .karcher_lead {
    margin: 0 auto 50px;
  }
  .distributor #karcher .karcher_lead .img_area {
    background: url("../images/service/distributor/karcher_img01.jpg") right/cover no-repeat #121764;
  }
  .distributor #karcher .karcher_lead .text_area .title_icon {
    padding-top: 50px;
    margin-bottom: 35px;
  }
  .distributor #karcher .karcher_lead .text_area .title_icon:before {
    background: url("../images/service/distributor/karcher_icon.png") center center/100% no-repeat;
    width: 35px;
    height: 42px;
  }
  .distributor #karcher .karcher_lead .text_area .lead {
    font-size: 1.6rem;
    text-align: center;
  }
  .distributor #karcher .karcher_about {
    margin-bottom: 55px;
  }
  .distributor #karcher .karcher_about .inner {
    width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .distributor #karcher .karcher_about .inner .text_area {
    width: 530px;
    font-size: 1.6rem;
    padding-top: 75px;
    margin-left: 20px;
  }
  .distributor #karcher .karcher_about .inner .text_area .title_plain {
    line-height: 1.4;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.03rem;
  }
  .distributor #karcher .karcher_about .inner .text_area .text {
    margin-bottom: 40px;
  }
  .distributor #karcher .karcher_case {
    margin-bottom: 145px;
  }
  .distributor #karcher .karcher_case .inner {
    background-color: #eee;
    border-radius: 10px;
    padding: 40px 30px 15px;
  }
  .distributor #karcher .karcher_case .title_plain {
    margin-bottom: 35px;
  }
  .distributor #karcher .karcher_case .list {
    width: 1006px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .distributor #karcher .karcher_case .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .distributor #karcher .karcher_case .list ul li {
    width: 503px;
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    min-height: 90px;
  }
  .distributor #karcher .karcher_case .list ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .distributor #karcher .karcher_case .list ul li span {
    display: block;
  }
  .distributor #karcher .karcher_case .list ul li dl {
    width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .distributor #karcher .karcher_case .list ul li dl dt {
    width: 70px;
    margin-top: 8px;
  }
  .distributor #karcher .karcher_case .list ul li dl dd {
    width: 420px;
    margin-top: 8px;
  }

  #modal {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
  #modal #modal_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 400px;
    height: 600px;
  }
  #modal #modal_image img {
    width: 100%;
  }
  #modal #modal_image #modal_close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
  }
  #modal #modal_image #modal_close:before, #modal #modal_image #modal_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 20px;
    background-color: #fff;
  }
  #modal #modal_image #modal_close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal #modal_image #modal_close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal #modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(28, 45, 80, 0.9);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .modal_item:hover {
    cursor: pointer;
    opacity: .9;
  }

  main {
    line-height: 1.7;
  }

  header .inner {
    width: 100%;
  }

  .sec_title {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #121764;
    text-align: center;
    margin-bottom: 20px;
  }

  .title_icon {
    position: relative;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #121764;
    letter-spacing: 0.1em;
    padding-top: 35px;
    margin-bottom: 20px;
  }
  .title_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    display: block;
  }

  .title_plain {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #121764;
    margin-bottom: 15px;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
  }

  .img_wrap img {
    display: block;
  }
  .img_wrap img.pc {
    display: none;
  }

  #link {
    position: relative;
    margin-top: 56px;
  }
  #link .truck {
    background: url("../images/service/truck_img.png") no-repeat center/100% auto;
    width: calc(100% - 30px);
    padding-top: 18.39%;
    margin: auto;
    position: absolute;
    top: -20vw;
    left: 0;
    right: 0;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
  }
  #link ul .logistics a span {
    background: url("../images/service/link_logistics_en.png") center 0/100% no-repeat;
    width: 78px;
  }
  #link ul .logistics.on a span {
    background: url("../images/service/link_logistics_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .hokkaido a span {
    background: url("../images/service/link_hokkaido_en.png") center 0/100% no-repeat;
    width: 150px;
  }
  #link ul .hokkaido.on a span {
    background: url("../images/service/link_hokkaido_en_hover.png") center 0/100% no-repeat;
  }
  #link ul .distributor a span {
    background: url("../images/service/link_distributor_en.png") center 0/100% no-repeat;
    width: 201px;
  }
  #link ul .distributor.on a span {
    background: url("../images/service/link_distributor_en_hover.png") center 0/100% no-repeat;
  }

  .table_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 50px;
  }
  .table_list li {
    width: 47.82%;
    margin: 0 0 20px;
  }
  .table_list li .img_wrap {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .table_list li h6 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.35;
  }
  .table_list li h6 span {
    display: inline-block;
    color: #cf0000;
    font-weight: bold;
  }
  .table_list li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.35;
  }

  #contact {
    margin-bottom: 50px;
  }
  #contact .text {
    font-size: 1.6rem;
    font-weight: bold;
    color: #121764;
    margin-bottom: 30px;
  }
  #contact .btn {
    padding-bottom: 40px;
    margin: 0 auto;
  }
  #contact .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 14px 0;
  }

  .service_top #mv {
    background: url("../images/sp/service/sp_mv.jpg") center center/cover no-repeat #121764;
  }
  .service_top #mv .mv_title span {
    width: 64px;
    height: 10px;
    background: url("../images/sp/service/sp_mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }
  .service_top #lead_area {
    margin: 0 0 55px;
  }
  .service_top #lead_area h3 {
    font-size: 2.9rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .service_top #lead_area h3 span {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    display: block;
    margin-top: 12px;
  }
  .service_top #lead_area p {
    font-size: 1.6rem;
  }
  .service_top #service_detail {
    margin-bottom: 80px;
  }
  .service_top #service_detail .service_each {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    border-radius: 10px;
  }
  .service_top #service_detail .service_each:last-child {
    margin-bottom: 0;
  }
  .service_top #service_detail .service_each .detail_area {
    padding: 40px 0 30px;
  }
  .service_top #service_detail .service_each .detail_area h4 {
    width: 92%;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #121764;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 10px;
  }
  .service_top #service_detail .service_each .detail_area h4:before {
    content: '';
    display: block;
    margin: 0 auto 13px;
  }
  .service_top #service_detail .service_each .detail_area p {
    width: 92%;
    font-size: 1.6rem;
    margin: 0 auto 25px;
  }
  .service_top #service_detail .service_each .btn {
    width: 92%;
    margin: 0 auto;
  }
  .service_top #service_detail .service_each .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    background-color: #121764;
    color: #fff;
  }
  .service_top #service_detail .service_each .link_area {
    padding-bottom: 10px;
  }
  .service_top #service_detail .service_each .link_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 20px;
  }
  .service_top #service_detail .service_each .link_area ul li {
    position: relative;
    width: calc(50% - 10px);
  }
  .service_top #service_detail .service_each .link_area ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
  }
  .service_top #service_detail .service_each .link_area ul li a h5 {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link01 a {
    background: url("../images/sp/service/sp_logistics_img01.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link02 a {
    background: url("../images/sp/service/sp_logistics_img02.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link03 a {
    background: url("../images/sp/service/sp_logistics_img03.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .logistics_link04 a {
    background: url("../images/sp/service/sp_logistics_img04.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .hokkaido_link01 a {
    background: url("../images/sp/service/sp_hokkaido_img01.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .hokkaido_link02 a {
    background: url("../images/sp/service/sp_hokkaido_img02.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link01 a {
    background: url("../images/sp/service/sp_agency_img01.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link02 a {
    background: url("../images/sp/service/sp_agency_img02.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link02 a a {
    padding-top: 50px;
  }
  .service_top #service_detail .service_each .link_area ul .agency_link03 a {
    background: url("../images/sp/service/sp_agency_img03.png") no-repeat center/100% auto;
  }
  .service_top #service_detail .logistics .link_area ul:after, .service_top #service_detail .agency .link_area ul:after {
    content: '';
    display: inline-block;
    width: 140px;
    margin: 0 20px 20px;
  }
  .service_top #service_detail .logistics h4 {
    margin-right: 15px;
  }
  .service_top #service_detail .logistics h4:before {
    background: url("../images/sp/service/sp_icon_buturyu.png") center top/100% no-repeat;
    width: 36px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .service_top #service_detail .hokkaido h4:before {
    background: url("../images/sp/service/sp_icon_hokkaido.png") center top/100% no-repeat;
    width: 44px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .service_top #service_detail .hokkaido .link_area {
    position: relative;
    padding-bottom: 30px;
  }
  .service_top #service_detail .hokkaido .link_area:after {
    content: '';
    display: block;
    background: url(../images/sp/service/sp_img_cow.jpg) center center/100% no-repeat;
    width: 125px;
    height: 105px;
    margin-left: auto;
  }
  .service_top #service_detail .agency h4:before {
    background: url("../images/sp/service/sp_icon_agency.png") center top/100% no-repeat;
    width: 21px;
    height: 30px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }

  .logistics #mv {
    background: url("../images/sp/service/logistics/sp_mv.jpg") center center/100% no-repeat #121764;
  }
  .logistics #mv .mv_title span {
    width: 78px;
    height: 10px;
    background: url("../images/service/logistics/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }
  .logistics #lead_area {
    margin: 0 auto 50px;
  }
  .logistics #lead_area .text_area h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 20px;
  }
  .logistics #lead_area .text_area h3 span {
    display: inline-block;
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .logistics #lead_area .text_area p {
    font-size: 1.6rem;
  }
  .logistics #annoying {
    margin-bottom: 70px;
  }
  .logistics #annoying .annoying_list {
    margin-bottom: 40px;
  }
  .logistics #annoying .annoying_list h3 span {
    font-size: 2.2rem;
    font-weight: bold;
    color: #f58a00;
  }
  .logistics #annoying .annoying_list p {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area01 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 81.59%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_img01.jpg") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area01 .annoy_balloon01 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon01.png") center center/contain no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area01 .annoy_balloon02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon02.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area02 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 93.62%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_img02.jpg") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area02 .annoy_balloon03 {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon03.png") center center/contain no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area02 .annoy_balloon04 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon04.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area03 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 135.9%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_img03.jpg") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area03 .annoy_balloon05 {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon05.png") center center/contain no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area03 .annoy_balloon06 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon06.png") center center/100% no-repeat;
  }
  .logistics #annoying .annoying_list .sp_area .annoy_area03 .annoy_balloon07 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41.46%;
    height: 0;
    padding-top: 46.28%;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/sp/service/logistics/sp_annoying_balloon07.png") center center/100% no-repeat;
  }
  .logistics #annoying .consult {
    width: 100%;
    border: 1px solid #121764;
    border-radius: 10px;
    padding: 25px 10px;
    margin: 0 auto;
  }
  .logistics #annoying .consult .lead {
    text-align: center;
    color: #121764;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.845;
    text-align: center;
    letter-spacing: 0.07em;
    margin-bottom: 15px;
  }
  .logistics #annoying .consult .text {
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
  .logistics #case {
    background-color: #f5f5f5;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .logistics #case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .logistics #case ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .logistics #case ul li a {
    display: block;
  }
  .logistics #case ul li a .img_wrap {
    margin-bottom: 15px;
  }
  .logistics #case ul li a h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .logistics #case ul li a .desc {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .logistics #case ul li a .link_more {
    font-size: 1.7rem;
    font-weight: bold;
    color: #121764;
    text-align: right;
  }
  .logistics #case ul li a .link_more:after {
    content: '>';
    display: inline-block;
    color: #121764;
    margin-left: 1.3%;
  }
  .logistics #case .btn a {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #f58a00;
    border-radius: 40px;
    padding: 25px 0;
    margin: 0 auto;
  }
  .logistics #introduce {
    width: 100%;
    margin: 0 auto;
  }
  .logistics #introduce .nav {
    width: 92%;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logistics #introduce .nav li {
    width: 100%;
    margin-bottom: 15px;
  }
  .logistics #introduce .nav li a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #121764;
    border-radius: 5px;
    border: 2px solid #121764;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    margin: 0 auto;
  }
  .logistics #introduce .nav li a:after {
    content: '';
    display: block;
    background: url("../images/common/link_arrow.png") center 0/100% no-repeat;
    width: 14px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .logistics #introduce #transport {
    padding-top: 80px;
    margin-top: -80px;
  }
  .logistics #introduce #transport .transport_lead {
    margin: 0 auto 45px;
  }
  .logistics #introduce #transport .transport_lead .text_area {
    width: 92%;
    margin: 0 auto;
  }
  .logistics #introduce #transport .transport_lead .text_area .title_icon:before {
    background: url("../images/sp/service/logistics/sp_transport_title.png") center center/100% no-repeat;
    width: 37px;
    height: 29px;
  }
  .logistics #introduce #transport .transport_lead .text_area .lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .logistics #introduce #transport .truck ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .logistics #introduce #transport .truck ul li {
    width: 47.82%;
    margin-bottom: 25px;
  }
  .logistics #introduce #transport .truck ul li .img_wrap {
    margin-bottom: 10px;
  }
  .logistics #introduce #transport .truck ul li h6 {
    font-size: 1.3rem;
    line-height: 1.35;
    text-align: center;
  }
  .logistics #introduce #transport .sponsor .lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .logistics #storehouse {
    width: 92%;
    margin: 0 auto 75px;
    padding-top: 80px;
    margin-top: -80px;
  }
  .logistics #storehouse .storehouse_lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 50px;
  }
  .logistics #storehouse .storehouse_lead .img_area {
    width: 100%;
  }
  .logistics #storehouse .storehouse_lead .text_area .title_icon:before {
    background: url("../images/sp/service/logistics/sp_storehouse_title.png") center center/100% no-repeat;
    width: 34px;
    height: 30px;
  }
  .logistics #storehouse .storehouse_lead .text_area p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .logistics #storehouse .storehouse_lead .text_area p:last-child {
    margin-bottom: 25px;
  }
  .logistics #storehouse .warehouse .inner {
    width: 100%;
  }
  .logistics #storehouse .warehouse .table_warehouse {
    margin-bottom: 20px;
  }
  .logistics #storehouse .warehouse .table_warehouse p {
    text-align: left;
  }
  .logistics #general {
    padding-top: 80px;
    margin-top: -80px;
  }
  .logistics #general .title_icon {
    padding-top: 35px;
  }
  .logistics #general .title_icon:before {
    background: url("../images/sp/service/logistics/sp_general_title.png") center center/100% no-repeat;
    width: 34px;
    height: 29px;
  }
  .logistics #general h5 {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.35;
  }
  .logistics #general .table_list {
    margin-bottom: 30px;
  }
  .logistics #gmark {
    margin-bottom: 80px;
  }
  .logistics #gmark .inner {
    background-color: #f5f5f5;
    padding: 30px 30px 20px 30px;
  }
  .logistics #gmark .inner .title_plain {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  .logistics #gmark .inner .wrap .text_area p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .logistics #gmark .inner .wrap .text_area .img_area.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    justify-content: center;
    margin-bottom: 30px;
  }
  .logistics #gmark .inner .wrap .text_area .img_area.sp .modal_item {
    width: 46%;
    -webkit-box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 1px 16px rgba(0, 0, 0, 0.1);
  }
  .logistics #gmark .inner .wrap .text_area .img_area.sp .modal_item img {
    display: block;
  }
  .logistics #gmark .inner .wrap .text_area h6 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #121764;
  }
  .logistics #selling {
    width: 92%;
    margin: 0 auto 50px;
    padding-top: 80px;
    margin-top: -80px;
  }
  .logistics #selling .selling_lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 75px;
  }
  .logistics #selling .selling_lead .text_area {
    width: 100%;
  }
  .logistics #selling .selling_lead .text_area .title_icon:before {
    background: url("../images/sp/service/logistics/sp_selling_title.png") center center/100% no-repeat;
    width: 35px;
    height: 30px;
  }
  .logistics #selling .selling_lead .text_area .lead {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .logistics #example .inner h3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #121764;
    margin-bottom: 15px;
  }
  .logistics #example .inner .example_list {
    width: 100%;
    padding: 0 0 40px;
  }
  .logistics #example .inner .example_list ul li {
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .logistics #example .inner .example_list ul li:before {
    position: absolute;
    left: 4px;
    top: 8px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #121764;
  }
  .logistics #example .inner .img_area {
    width: 100%;
  }
  .logistics #suggest {
    margin-bottom: 40px;
  }
  .logistics #suggest h3 {
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    background: url("../images/service/logistics/suggest_title.png") no-repeat center/100% auto;
    width: 100%;
    padding-top: 8.4%;
    margin: 0 auto 15px;
  }
  .logistics #suggest ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eee;
    padding-top: 20px;
  }
  .logistics #suggest ul li {
    width: 92%;
    padding: 30px 0 40px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #121764;
  }
  .logistics #suggest ul li:last-child {
    border-bottom: none;
    padding: 30px 0 20px;
  }
  .logistics #suggest ul li h4 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    color: #121764;
    margin-bottom: 20px;
  }
  .logistics #suggest ul li .text {
    word-break: break-all;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .logistics #suggest ul li .btn a {
    display: block;
    border-radius: 35px;
    font-size: 1.6rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 15px 0;
  }
  .logistics #suggest ul li .btn a:hover {
    background-color: #db0000;
  }

  .hokkaido #mv {
    background: url("../images/sp/service/hokkaido/sp_mv.jpg") center center/cover no-repeat #121764;
  }
  .hokkaido #mv .mv_title h2 {
    padding-top: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .hokkaido #mv .mv_title span {
    width: 150px;
    height: 10px;
    background: url("../images/service/hokkaido/mv_eng.png") center center/100% no-repeat;
    margin: 0 auto;
  }
  .hokkaido #lead_area {
    width: 92%;
    margin: 0 auto 100px;
  }
  .hokkaido #lead_area .text_area {
    margin-bottom: 30px;
  }
  .hokkaido #lead_area .text_area h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.4;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
  }
  .hokkaido #lead_area .text_area h3 span {
    font-size: 7.1vw;
    font-weight: bold;
  }
  .hokkaido #lead_area .text_area p {
    font-size: 1.6rem;
  }
  .hokkaido #reason {
    position: relative;
    background: url("../images/sp/service/hokkaido/sp_reason_bg.jpg") center bottom/cover no-repeat;
    margin-bottom: 50px;
  }
  .hokkaido #reason:after {
    position: absolute;
    bottom: 0;
    left: 10%;
    content: '';
    display: block;
    width: 33.33%;
    max-width: 230px;
    height: 0;
    padding-top: 10.43%;
    background: url("../images/sp/service/hokkaido/sp_reason_truck.png") center center/100% no-repeat;
  }
  .hokkaido #reason h4 {
    display: inline-block;
    width: 140px;
    height: 151px;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    background: url("../images/sp/service/hokkaido/sp_reason_title.png") center center/100% no-repeat;
  }
  .hokkaido #reason p {
    width: 92%;
    font-size: 4.26vw;
    margin: 0 auto;
    padding: 27.33vw 0 33.33vw;
  }
  .hokkaido #product {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 70px;
  }
  .hokkaido #product .inner .left_area {
    padding-top: 20px;
  }
  .hokkaido #product .inner .left_area .title_icon {
    padding-top: 45px;
  }
  .hokkaido #product .inner .left_area .title_icon:before {
    background: url(../images/sp/service/sp_icon_hokkaido.png) center center/100% no-repeat;
    width: 44px;
    height: 40px;
  }
  .hokkaido #product .inner .left_area p {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .hokkaido #product .inner .left_area .contact_area .lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    margin-bottom: 20px;
  }
  .hokkaido #product .inner .left_area .contact_area .btn {
    width: 100%;
    margin: 0 auto;
  }
  .hokkaido #product .inner .left_area .contact_area .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 18px 0;
  }
  .hokkaido #product .inner .left_area .contact_area .btn.dl {
    margin-top: 20px;
  }
  .hokkaido #product .inner .left_area .contact_area .btn.dl a {
    background-color: #f58a00;
  }
  .hokkaido #product .inner .sp_area .img_wrap {
    margin-bottom: 50px;
  }
  .hokkaido #product .inner .sp_area h5 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    text-align: center;
    margin-bottom: 20px;
  }
  .hokkaido #product .inner .sp_area .line_up {
    margin-bottom: 35px;
  }
  .hokkaido #product .inner .sp_area .line_up ul {
    margin-left: 9%;
  }
  .hokkaido #product .inner .sp_area .line_up ul li {
    display: block;
    position: relative;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .hokkaido #product .inner .sp_area .line_up ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .hokkaido #product2 {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 70px;
  }
  .hokkaido #product2 .inner .left_area .title_icon {
    padding-top: 45px;
  }
  .hokkaido #product2 .inner .left_area .title_icon:before {
    background: url(../images//service/icon_hokkaido2.png) center center/100% no-repeat;
    width: 35px;
    height: 40px;
  }
  .hokkaido #product2 .inner .left_area p {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .hokkaido #product2 .inner .left_area .contact_area .lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    margin-bottom: 20px;
  }
  .hokkaido #product2 .inner .left_area .contact_area .btn {
    width: 100%;
    margin: 0 auto;
  }
  .hokkaido #product2 .inner .left_area .contact_area .btn a {
    display: block;
    border-radius: 35px;
    font-size: 2.0rem;
    text-align: center;
    background-color: #121764;
    color: #fff;
    padding: 18px 0;
  }
  .hokkaido #product2 .inner .sp_area .img_wrap {
    margin-bottom: 50px;
  }
  .hokkaido #store {
    padding-bottom: 50px;
  }
  .hokkaido #store .inner {
    background-color: #f5f5f5;
    padding: 30px 4% 20px;
  }
  .hokkaido #store .title_plain {
    margin-bottom: 20px;
  }
  .hokkaido #store .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hokkaido #store .wrap .img_wrap:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }
  .hokkaido #store .wrap .img_wrap:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .hokkaido #store .wrap .detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .hokkaido #store .wrap .detail .img_wrap {
    margin-bottom: 20px;
  }
  .hokkaido #store .wrap .detail dl {
    display: block;
    margin-bottom: 5px;
  }
  .hokkaido #store .wrap .detail dl dt, .hokkaido #store .wrap .detail dl dd {
    display: inline-block;
    font-size: 3.7vw;
    line-height: 1;
  }
  .hokkaido #store .wrap .detail dl dd {
    word-break: break-all;
  }
  .hokkaido #store .wrap .detail dl .link {
    color: #212121;
    text-decoration: underline;
    line-height: 1.7;
  }

  .distributor #mv {
    background: url("../images/sp/service/distributor/sp_mv.jpg") center center/cover no-repeat #121764;
  }
  .distributor #mv .mv_title span {
    width: 202px;
    height: 10px;
    background: url("../images/service/distributor/mv_eng.png") center center/100% no-repeat;
    margin: 0 auto;
  }
  .distributor #lead_area {
    margin: 0 auto 50px;
  }
  .distributor #lead_area .text_area {
    margin-bottom: 30px;
  }
  .distributor #lead_area .text_area h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #121764;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .distributor #lead_area .text_area h3 span {
    display: inline-block;
    font-size: 7.7vw;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .distributor #lead_area .text_area p {
    font-size: 1.6rem;
  }
  .distributor .nav_area_common .nav {
    margin-bottom: 60px;
  }
  .distributor .nav_area_common .nav li:nth-child(even) a {
    padding: 12px 0;
  }
  .distributor .link_txt a {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: underline;
    color: #121764;
  }
  .distributor #mizuno {
    padding-top: 80px;
    margin-top: -80px;
  }
  .distributor #mizuno .mizuno_lead {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 50px;
  }
  .distributor #mizuno .mizuno_lead .img_area {
    width: 100%;
    height: 0;
    padding-top: 73.52%;
    background: url("../images/service/distributor/mizuno_img01.jpg") right no-repeat;
  }
  .distributor #mizuno .mizuno_lead .text_area {
    width: 100%;
    margin-bottom: 25px;
  }
  .distributor #mizuno .mizuno_lead .text_area .title_icon {
    padding-top: 35px;
  }
  .distributor #mizuno .mizuno_lead .text_area .title_icon:before {
    background: url("../images/sp/service/distributor/sp_mizuno_icon.png") center center/100% no-repeat;
    width: 29px;
    height: 29px;
  }
  .distributor #mizuno .mizuno_lead .text_area p {
    font-size: 1.6rem;
  }
  .distributor #mizuno .mizuno_about {
    margin-bottom: 50px;
  }
  .distributor #mizuno .mizuno_about .inner .text_area, .distributor #mizuno .mizuno_about .inner .img_area {
    width: 100%;
  }
  .distributor #mizuno .mizuno_about .inner .text_area {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .distributor #mizuno .mizuno_about .inner .text_area .title_plain {
    text-align: left;
    line-height: 1.4;
    font-size: 2.0rem;
  }
  .distributor #mizuno .mizuno_about .inner .text_area .text {
    margin-bottom: 35px;
  }
  .distributor #mizuno .mizuno_about .inner .img_wrap {
    margin-bottom: 15px;
  }
  .distributor #mizuno .mizuno_case {
    margin-bottom: 55px;
  }
  .distributor #mizuno .mizuno_case .inner {
    background-color: #eee;
    padding: 40px 0 25px;
    border-radius: 10px;
  }
  .distributor #mizuno .mizuno_case .list {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .distributor #mizuno .mizuno_case .list ul {
    width: 100%;
  }
  .distributor #mizuno .mizuno_case .list ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .distributor #mizuno .mizuno_case .list ul li:before {
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #121764;
  }
  .distributor #world_garage_door {
    padding-top: 80px;
    margin-top: -80px;
  }
  .distributor #world_garage_door .wgd_lead {
    width: 92%;
    margin: 0 auto 50px;
  }
  .distributor #world_garage_door .wgd_lead .text_area {
    width: 100%;
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_lead .text_area .title_icon:before {
    background: url("../images/sp/service/distributor/sp_wgd_icon.png") center center/100% no-repeat;
    width: 29px;
    height: 25px;
  }
  .distributor #world_garage_door .wgd_lead .text_area p {
    font-size: 1.6rem;
  }
  .distributor #world_garage_door .wgd_about {
    margin-bottom: 50px;
  }
  .distributor #world_garage_door .wgd_about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area, .distributor #world_garage_door .wgd_about .inner .img_area {
    width: 100%;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area .title_plain {
    text-align: left;
    line-height: 1.4;
    font-size: 2.0rem;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area .img_wrap {
    margin-bottom: 8px;
  }
  .distributor #world_garage_door .wgd_about .inner .text_area .text {
    margin-bottom: 40px;
  }
  .distributor #world_garage_door .wgd_service {
    margin-bottom: 50px;
  }
  .distributor #world_garage_door .wgd_service .title_service {
    margin-bottom: 70px;
  }
  .distributor #world_garage_door .wgd_service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .distributor #world_garage_door .wgd_service ul li {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px 4% 23px;
    margin-bottom: 30px;
  }
  .distributor #world_garage_door .wgd_service ul li:last-child {
    margin-bottom: 0;
  }
  .distributor #world_garage_door .wgd_service ul li h6 {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 106px;
    text-align: center;
    color: #fff;
    background: url("../images/sp/service/distributor/sp_wgd_service_balloon.png") center 0/100% no-repeat;
    width: 100px;
    height: 106px;
  }
  .distributor #world_garage_door .wgd_service ul li .img_wrap {
    margin-bottom: 15px;
  }
  .distributor #world_garage_door .wgd_service ul li p {
    font-size: 1.4rem;
  }
  .distributor #world_garage_door .wgd_service .service li {
    margin-bottom: 70px;
  }
  .distributor #world_garage_door .wgd_service .service_example li {
    background: none;
    padding: 0;
  }
  .distributor #world_garage_door .wgd_service .service_example li .img_wrap {
    margin-bottom: 15px;
  }
  .distributor #world_garage_door .wgd_service .service_example li p {
    font-size: 1.4rem;
  }
  .distributor #karcher {
    padding-top: 80px;
    margin-top: -80px;
  }
  .distributor #karcher .karcher_lead {
    width: 92%;
    margin: 0 auto 50px;
  }
  .distributor #karcher .karcher_lead .text_area {
    margin-bottom: 30px;
  }
  .distributor #karcher .karcher_lead .text_area .title_icon {
    padding-top: 40px;
  }
  .distributor #karcher .karcher_lead .text_area .title_icon:before {
    background: url("../images/sp/service/distributor/sp_karcher_icon.png") center center/100% no-repeat;
    width: 29px;
    height: 35px;
  }
  .distributor #karcher .karcher_lead .text_area p {
    font-size: 1.6rem;
  }
  .distributor #karcher .karcher_about {
    margin-bottom: 50px;
  }
  .distributor #karcher .karcher_about .inner .text_area, .distributor #karcher .karcher_about .inner .img_area {
    width: 100%;
  }
  .distributor #karcher .karcher_about .inner .text_area {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .distributor #karcher .karcher_about .inner .text_area .title_plain {
    text-align: left;
    line-height: 1.4;
    font-size: 2.0rem;
  }
  .distributor #karcher .karcher_about .inner .text_area .img_wrap {
    margin-bottom: 8px;
  }
  .distributor #karcher .karcher_about .inner .text_area .text {
    margin-bottom: 35px;
  }
  .distributor #karcher .karcher_case {
    margin-bottom: 50px;
  }
  .distributor #karcher .karcher_case .inner {
    background-color: #eee;
    border-radius: 10px;
    padding: 30px 20px 15px;
  }
  .distributor #karcher .karcher_case .title_plain {
    margin-bottom: 20px;
  }
  .distributor #karcher .karcher_case .list {
    width: 100%;
  }
  .distributor #karcher .karcher_case .list ul li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-left: 20px;
    margin-bottom: 20px;
    min-height: 90px;
  }
  .distributor #karcher .karcher_case .list ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #121764;
  }
  .distributor #karcher .karcher_case .list ul li span {
    display: block;
  }
  .distributor #karcher .karcher_case .list ul li dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .distributor #karcher .karcher_case .list ul li dl dt {
    width: 70px;
    margin-top: 8px;
    line-height: 1.4;
  }
  .distributor #karcher .karcher_case .list ul li dl dd {
    width: calc(100% - 70px);
    margin-top: 8px;
    line-height: 1.4;
  }

  #modal {
    position: fixed;
    top: 0;
    height: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
  }
  #modal #modal_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    max-height: 400px;
    height: auto;
    background-color: rgba(28, 45, 80, 0.9);
  }
  #modal #modal_image img {
    -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  #modal #modal_image #modal_close {
    position: absolute;
    right: 0;
    top: -60px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
  }
  #modal #modal_image #modal_close:before, #modal #modal_image #modal_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 25px;
    background-color: #fff;
  }
  #modal #modal_image #modal_close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #modal #modal_image #modal_close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #modal #modal_bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(28, 45, 80, 0.9);
  }
}
