@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.caption {
  font-size: 1.2rem;
}

.caption:before {
  content: '※';
}

.section-white, .section-blue {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section-white, .section-blue {
    padding: 60px 0;
  }
}

.section-blue {
  background: #E4F8FF;
}

.txt_red {
  color: #E6482E;
}

.ttl_border-blue, .ttl_border-white {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

.ttl_border-blue:after, .ttl_border-white:after {
  content: '';
  display: block;
  width: 200px;
  height: 5px;
  margin: 10px auto 0;
}

@media (max-width: 767px) {
  .ttl_border-blue, .ttl_border-white {
    font-size: 1.8rem;
  }
  .ttl_border-blue:after, .ttl_border-white:after {
    height: 2px;
  }
}

.ttl_border-blue {
  margin-bottom: 50px;
}

.ttl_border-blue:after {
  background: #3366CB;
}

@media (max-width: 767px) {
  .ttl_border-blue {
    margin-bottom: 20px;
  }
}

.ttl_border-white {
  color: #FFF;
}

.ttl_border-white:after {
  background: #FFF;
}

.ttl_underline {
  font-size: 2.5rem;
  font-weight: bold;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #707070;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.ttl_underline:before {
  content: '';
  display: block;
  background: #0CB6ED;
  width: 10px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .ttl_underline {
    font-size: 1.7rem;
  }
}

table {
  width: 100%;
}

@media (max-width: 767px) {
  table:not(.table) {
    display: block;
  }
  table:not(.table) tbody, table:not(.table) tr, table:not(.table) th, table:not(.table) td {
    width: 100% !important;
    display: block;
  }
  table th {
    padding: 5px 2px 3px;
  }
  table th:before {
    margin-right: 1px;
  }
  table td {
    padding-top: 5px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', YuGothic, 'Yu Gothic Medium', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', Meiryo, sans-serif;
  font-size: 1.8em;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

.bold {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: bold;
}

#wrap {
  min-width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 980px;
  margin: auto;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

header {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0CB6ED), color-stop(50%, #3366CB));
  background: linear-gradient(90deg, #0CB6ED 50%, #3366CB 50%);
  margin-bottom: 25px;
}

header .container {
  padding: 10px 0;
  background: url("../img/bg/bg_header.png") no-repeat right;
}

header .container.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .contact {
  background: #FFF;
  border-radius: 5px;
  text-align: center;
  padding: 15px 20px 10px;
}

header .contact p {
  font-weight: bold;
}

header .contact a {
  font-family: "Century Gothic", "Futura", "Helvetica Neue", "Arial", "Liberation Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: #3366CB;
}

header .contact a:before {
  content: url("../img/icon/tel_icon-blue.png");
  vertical-align: middle;
  margin-right: 10px;
}

header .contact .time {
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  header {
    background: linear-gradient(45deg, #0CB6ED 50%, #3366CB 50%);
  }
  header .container {
    padding: 10px;
    background: none;
  }
  header .container.flex {
    display: block;
  }
  header .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  header .contact {
    padding: 5px;
  }
  header .contact p {
    font-size: 1.3rem;
  }
  header .contact a {
    font-size: 2.5rem;
  }
  header .contact .time {
    font-size: 1.2rem;
  }
}

main {
  display: block;
}

footer {
  background: #0CB6ED;
}

footer .footer_top {
  background: #000;
  color: #FFF;
  padding: 13px 0;
}

footer .footer_top .container.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_top p {
  font-weight: bold;
}

footer .footer_top a {
  font-family: "Century Gothic", "Futura", "Helvetica Neue", "Arial", "Liberation Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: #FFF;
}

footer .footer_top a:before {
  content: url("../img/icon/tel_icon-white.png");
  vertical-align: middle;
  margin-right: 10px;
}

footer .footer_top .time {
  font-size: 1.6rem;
  font-weight: normal;
}

footer .footer_bottom {
  font-size: 1.5rem;
  text-align: center;
  color: #FFF;
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  footer .footer_top {
    text-align: center;
  }
  footer .footer_top .flex {
    display: block;
  }
  footer .footer_top p {
    font-size: 1.3rem;
  }
  footer .footer_top a {
    font-size: 2.5rem;
  }
  footer .footer_top .time {
    font-size: 1.2rem;
  }
}

#mv {
  margin-bottom: 40px;
}

.size_block {
  background: #0CB6ED;
  padding: 10px 40px 10px 10px;
  margin-bottom: 20px;
}

.size_block.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.size_block .size {
  background: #FFF;
  padding: 30px 30px 45px 30px;
}

.size_block .size h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.size_block .size h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3366CB;
}

.size_block .size .mini_truck {
  width: 255px;
  background: #F2F2F2;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.size_block .size .mini_truck.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.size_block .size .mini_truck dl {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100px;
}

.size_block .size .mini_truck dl dt {
  float: left;
  width: 35px;
}

@media (max-width: 767px) {
  .size_block {
    padding: 10px;
  }
  .size_block.flex {
    display: block;
  }
  .size_block .size {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .size_block .size .flex {
    display: block;
  }
  .size_block .size h2 {
    font-size: 1.8rem;
  }
  .size_block .size img {
    margin-bottom: 10px;
  }
  .size_block .size h3 {
    font-size: 1.8rem;
  }
  .size_block .mini_truck.flex {
    width: 100%;
    display: block;
  }
  .size_block .mini_truck dl {
    margin: 0 auto;
  }
}

.chartered {
  background: #3366CB;
  padding: 30px;
  margin-bottom: 45px;
  font-weight: bold;
}

.chartered .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .chartered {
    padding: 20px;
  }
  .chartered .flex {
    display: block;
  }
}

.chartered_ttl {
  background: #fff;
  border-radius: 10px;
  padding: 5px 20px;
  margin-bottom: 5px;
  font-size: 3.6rem;
}

@media (min-width: 768px) {
  .chartered_ttl {
    position: relative;
  }
  .chartered_ttl::after {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    display: block;
    width: 177px;
    height: 137px;
    background: url(../img/icon/icon_horse.png) no-repeat center/contain;
  }
}

@media (max-width: 767px) {
  .chartered_ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}

.chartered_ttl span {
  display: inline-block;
  font-size: 1.3em;
  color: #3366CB;
  margin-right: 10px;
}

.chartered_ttl span::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 40px;
  background: url(../img/icon/car_icon.png) no-repeat center/contain;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .chartered_ttl span::before {
    width: 40px;
    height: 25px;
  }
}

.chartered_txt {
  color: #fff;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .chartered_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.chartered_btn {
  position: relative;
}

.quote_block {
  background: url("../img/bg/bg_quote.png") no-repeat center;
  background-size: cover;
  text-align: center;
  padding-bottom: 100px;
}

.quote_block h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E6482E;
  margin-bottom: 20px;
}

.quote_block a {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .quote_block {
    background: none;
    padding-bottom: 30px;
  }
  .quote_block h2 {
    font-size: 1.8rem;
  }
}

/* ------見積システム部分----- */
#btn-mitsumori {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  margin-bottom: 10px;
  background: transparent;
}

#mitsumori-preview-block {
  margin-top: -80px;
  padding: 20px 0 30px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

#mitsumori-preview-block h3 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

#mitsumori-preview-block .btn {
  font-size: 1.2rem;
  padding: 4px 10px;
  text-align: center;
}

#mitsumori-preview-block #order_fromAddress, #mitsumori-preview-block #order_toAddress {
  width: calc(100% - 150px);
}

#mitsumori-preview-block input, #mitsumori-preview-block select {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
  border-radius: 5px;
  border: solid 2px #D2D2D2;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  color: #333;
}

#mitsumori-preview-block .formbtn {
  margin: 20px 0 30px;
  text-align: center;
}

#mitsumori-preview-block #btn-price {
  border-radius: 30px;
  background: #3366CB;
  color: #FFF;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-bottom: solid 2px #0b2c6d;
}

#mitsumori-preview-block .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#mitsumori-preview-block .popover.top {
  margin-top: -10px;
}

#mitsumori-preview-block .popover.right {
  margin-left: 10px;
}

#mitsumori-preview-block .popover.bottom {
  margin-top: 10px;
}

#mitsumori-preview-block .popover.left {
  margin-left: -10px;
}

#mitsumori-preview-block .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

#mitsumori-preview-block .popover-content {
  padding: 9px 14px;
}

#mitsumori-preview-block .popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}

#mitsumori-preview-block .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}

#mitsumori-preview-block .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

#mitsumori-preview-block .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

#mitsumori-preview-block .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

#mitsumori-preview-block .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

#mitsumori-preview-block .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

#mitsumori-preview-block .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

#mitsumori-preview-block .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

#mitsumori-preview-block .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

#mitsumori-preview-block .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #E6482E;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  filter: alpha(opacity=20);
}

#mitsumori-preview-block .close:hover, #mitsumori-preview-block .close:focus {
  color: #E6482E;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=50);
}

@media (max-width: 767px) {
  #mitsumori-preview-block {
    margin-top: -10px;
    padding: 10px 0;
  }
  #mitsumori-preview-block #order_fromAddress, #mitsumori-preview-block #order_toAddress {
    width: 100%;
  }
  #mitsumori-preview-block .btn {
    margin: 5px 0 auto auto;
    font-size: 1.0rem;
  }
}

#price_view table {
  border: solid 2px #3366CB;
  margin-bottom: 30px;
}

#price_view th {
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

#price_view td {
  padding: 5px;
}

#price_view tr {
  border-bottom: solid 1px #ccc;
}

@media (min-width: 768px) {
  #price_view th, #price_view td {
    padding: 5px 20px;
  }
}

.about_block .txt_large {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 65px;
}

.about_block .txt {
  width: 460px;
}

.about_block .txt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #3366CB;
  margin-bottom: 20px;
}

.about_block .img {
  width: 480px;
}

@media (max-width: 767px) {
  .about_block .txt_large {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .about_block .flex {
    display: block;
  }
  .about_block .txt, .about_block .img {
    width: 100%;
  }
  .about_block .txt {
    margin-bottom: 20px;
  }
  .about_block .txt h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}

.please_block ul {
  background: url("../img/bg/bg_please.png") no-repeat right bottom;
  padding: 30px 0 80px;
}

.please_block li {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.please_block li em {
  font-weight: bold;
  color: #3366CB;
}

.please_block li:before {
  content: url("../img/icon/check_icon.png");
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .please_block ul {
    padding: 20px 0 50px;
    background: url("../img/bg/bg_please.png") no-repeat right bottom;
    background-size: contain;
  }
  .please_block li {
    font-size: 1.5rem;
    padding-left: 30px;
    text-indent: -1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .please_block li:before {
    margin-right: 0;
  }
}

.reason_block .ttl_reason {
  background: #0CB6ED;
  padding: 20px 0 25px;
  margin-bottom: 30px;
  position: relative;
}

.reason_block .ttl_reason:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #0CB6ED rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  .reason_block .ttl_reason {
    margin-bottom: 0;
  }
}

.reason_box {
  padding: 60px 0;
}

.reason_box .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason_box .reason_box--header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.reason_box .reason_box--header .ttl_underline {
  margin-right: 18px;
  margin-bottom: 0;
}

.reason_box .txt {
  width: 480px;
}

.reason_box .txt .good_at {
  text-align: center;
  background: #FFF;
  margin-top: 10px;
  padding: 20px 0;
}

.reason_box .txt .good_at h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3366CB;
}

.reason_box .txt .good_at p {
  font-size: 1.5rem;
  font-weight: bold;
}

.reason_box .img {
  width: 450px;
}

.reason_box:nth-child(even) .container.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason_box:nth-child(odd) {
  background: #EFF6FF;
}

.reason_box:last-child {
  padding: 60px 0 150px;
}

@media (max-width: 767px) {
  .reason_box .container.flex {
    display: block;
  }
  .reason_box .txt, .reason_box .img {
    width: 100%;
  }
  .reason_box .txt {
    margin-bottom: 20px;
  }
  .reason_box:last-child {
    padding: 60px 0;
  }
}

.contact_block {
  background: #0CB6ED;
}

.contact_block .top {
  background: url("../img/bg/bg_form.png") repeat-x bottom;
  text-align: center;
  padding: 50px 0;
}

.contact_block .bottom {
  background: #000;
  color: #FFF;
  padding: 13px 0;
}

.contact_block .bottom .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_block .bottom .container {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_block .bottom .container.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_block .bottom p {
  font-weight: bold;
}

.contact_block .bottom a {
  font-family: "Century Gothic", "Futura", "Helvetica Neue", "Arial", "Liberation Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: #FFF;
}

.contact_block .bottom a:before {
  content: url("../img/icon/tel_icon-white.png");
  vertical-align: middle;
  margin-right: 10px;
}

.contact_block .bottom .time {
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .contact_block .top {
    padding: 30px 10px;
  }
  .contact_block .bottom {
    text-align: center;
  }
  .contact_block .bottom .flex {
    display: block;
  }
  .contact_block .bottom p {
    font-size: 1.3rem;
  }
  .contact_block .bottom a {
    font-size: 2.5rem;
  }
  .contact_block .bottom .time {
    font-size: 1.2rem;
  }
}

.capacity_block .size {
  width: 480px;
  background: #EFF6FF;
  padding: 30px 30px 45px 30px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.capacity_block .size h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.capacity_block .size h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E6482E;
}

.capacity_block .size .mini_truck {
  width: 255px;
  background: #FFF;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.capacity_block .size .mini_truck.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.capacity_block .size .mini_truck dl {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100px;
}

.capacity_block .size .mini_truck dl dt {
  float: left;
  width: 35px;
}

.capacity_block .table {
  width: 480px;
}

.capacity_block .table tr {
  border-bottom: solid 2px #FFF;
}

.capacity_block .table th, .capacity_block .table td {
  font-weight: bold;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.capacity_block .table th {
  background: #3366CB;
  color: #FFF;
  width: 125px;
  padding: 20px 0;
}

.capacity_block .table td {
  background: #EFF6FF;
  font-size: 1.6rem;
  padding: 20px 18px;
}

.capacity_block .table td .caption {
  padding-left: 150px;
}

.capacity_block .table td li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}

.capacity_block .table td li:before {
  content: '・';
}

@media (max-width: 767px) {
  .capacity_block .flex {
    display: block;
  }
  .capacity_block .size_box {
    margin-bottom: 10px;
  }
  .capacity_block .size, .capacity_block .table {
    width: 100%;
  }
  .capacity_block .size {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .capacity_block .size .flex {
    display: block;
  }
  .capacity_block .size h2 {
    font-size: 1.8rem;
  }
  .capacity_block .size img {
    margin-bottom: 10px;
  }
  .capacity_block .size h3 {
    font-size: 1.8rem;
  }
  .capacity_block .mini_truck.flex {
    width: 100%;
    display: block;
  }
  .capacity_block .mini_truck dl {
    margin: 0 auto;
  }
  .capacity_block .table td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .capacity_block .table td .caption {
    padding-left: 0;
  }
  .capacity_block .table td li {
    margin-bottom: 10px;
  }
}

.flow_block ol {
  background: #FFF;
  border: solid 3px #3366CB;
  padding: 30px;
}

.flow_block li {
  text-align: center;
  width: 160px;
  padding-right: 45px;
  border-right: solid 1px #3366CB;
  position: relative;
}

.flow_block li h3 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #E6482E;
  margin-bottom: 20px;
}

.flow_block li h3 .step {
  font-family: "Century Gothic", "Futura", "Helvetica Neue", "Arial", "Liberation Sans", sans-serif;
  font-size: 1.5rem;
  display: block;
  background: #000;
  color: #FFF;
  margin: 0 auto 15px;
}

.flow_block li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 60px;
}

.flow_block li p {
  min-height: 120px;
  font-weight: bold;
  text-align: left;
}

.flow_block li:after {
  content: url("../img/icon/arrow_icon.png");
  background: #FFF;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 30px 0;
}

.flow_block li:last-child {
  padding-right: 0;
  border-right: none;
}

.flow_block li:last-child:after {
  content: none;
}

@media (max-width: 767px) {
  .flow_block .flex {
    display: block;
  }
  .flow_block li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #3366CB;
    padding-right: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .flow_block li p {
    min-height: auto;
  }
  .flow_block li:after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -50px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
  .flow_block li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.guest_block {
  padding-bottom: 0;
}

.guest_block .container {
  padding-bottom: 175px;
  background: url("../img/guest/guest_img.png") no-repeat bottom 20px right;
}

.guest_block .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guest_block .flex li {
  margin-bottom: 25px;
}

.guest_block .flex:after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 0;
}

@media (max-width: 767px) {
  .guest_block .container {
    padding-bottom: 200px;
    background: url("../img/guest/guest_img.png") no-repeat bottom 20px right;
    background-size: auto 200px;
  }
  .guest_block .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#contact {
  background: #0CB6ED;
  padding-bottom: 110px;
}

#contact h2 {
  background: #000;
  text-align: center;
  padding: 35px 0 40px;
  margin-bottom: 50px;
}

#contact h2 span {
  display: block;
  font-weight: bold;
  color: #FFF200;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #contact {
    padding-bottom: 60px;
  }
  #contact h2 {
    padding: 20px;
  }
}

#loading {
  display: none;
}

.thanks {
  padding: 20px;
  font-size: 1.8rem;
}

.table_form {
  background: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}

.table_form td {
  vertical-align: middle;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .table_form td {
    padding: 10px 5px;
  }
}

.table_form th {
  font-size: 1.6rem;
  font-weight: bold;
  width: 220px;
  text-align: left;
  vertical-align: top;
  background-clip: padding-box !important;
  padding-top: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .table_form th {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.table_form th:after {
  position: absolute;
  right: 25px;
  top: 17px;
  font-size: 1.4rem;
  padding: 4px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  border-radius: 4px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .table_form th:after {
    top: 5px;
    right: 10px;
  }
}

.table_form th.required:after {
  content: "必須";
  color: #FFF;
  background: #B44747;
}

@media (max-width: 767px) {
  .table_form {
    padding: 10px;
  }
}

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 5px;
  border: solid 2px #D2D2D2;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  color: #333;
}

.table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
  outline: none;
  border: solid 2px #3366CB;
}

.table_form input[type="checkbox"]:checked + span, .table_form input[type="radio"]:checked + span {
  font-weight: bold;
}

.table_form textarea {
  width: 100%;
  height: 130px;
}

.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}

.table_form select option {
  padding: 0;
}

.table_form .mwform-tel-field input[type="text"], .table_form .mwform-zip-field input[type="text"] {
  width: 5em;
}

.table_form .horizontal-item {
  width: 49%;
  display: inline-block;
}

.table_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .table_form .horizontal-item {
    width: auto;
    display: block;
  }
}

.table_form .mwform-radio-field {
  width: auto;
  display: inline-block;
}

.table_form .mwform-radio-field + .horizontal-item {
  margin-left: 10px !important;
}

.btn_submit {
  text-align: center;
}

.btn_submit input {
  -webkit-appearance: none;
  background: url("../img/icon/circle_arrow_icon.png") no-repeat center right 30px, #E6482E;
  border: solid 3px #FFF;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 0 #3366CB;
          box-shadow: 0 4px 0 #3366CB;
  padding: 17px 100px;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_submit input:hover {
  opacity: 0.8;
}

.btn_submit input.back {
  background: #666;
}

.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}

.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}
