@charset "utf-8";

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  /*appearance: button;*/
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

ul#list,
ul#list2,
ul#list3 {
  list-style-type: none;
  padding-left: 0px;
}

.list h5,
.list2 h5,
.list3 h5 {
  font-size: 2.8vw;
}

.two a {
  color: #000;
}

.ui-corner-all {
  color: #000;
}

.ui-table-columntoggle {
  clear: both;
}

.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.ui-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
  background-color: #eee;
  background-color: rgba(0, 0, 0, .04);
}

.ui-table th {
  font-weight: 700;
}

.ui-table th,
.ui-table td {
  line-height: 1.5em;
  text-align: left;
  padding: .4em .5em;
  vertical-align: top;
}

.grid li.two-a {
  width: 48.5%;
  margin-right: 1.5%;
}

.table-border {
  border-right: solid 1px #000000;
}

.tb-p {
  background-color: #ffbdbd73;
}

.tb-p th.red,
.tb-p td.red {
  color: #C90E12;
}

.th-width-23 {
  width: 23%;
}

.th-width-24 {
  width: 24%;
}

.th-width-28 {
  width: 28%;
}

.th-width-22 {
  width: 22%;
}

.td-width-26 {
  width: 26%;
}

.td-width-27 {
  width: 27%;
}

.td-width-18 {
  width: 18%;
}

.td-width-17 {
  width: 17%;
}

.td-width-16 {
  width: 16%;
}

#map,
#map2,
#map3 {
  width: 100%;
  height: 400px;
}

.odd,
.even {
  clear: both;
}

.txt_box {
  word-break: break-all;
}

.h2-img {
  height: 7.5vw;
  width: auto;
  vertical-align: middle;
  margin-left: 2vw;
  background-color: white;
}

.send-condition {
  position: relative;
}

.button-circle-seveneleven {
  height: auto;
  position: relative;
  width: 100%;
}

.button-circle-familymart {
  height: auto;
  position: absolute;
  width: 100%;
  margin-left: 19%;
}

.balloon-frame-convini {
  position: absolute;
  width: 22%;
  left: 37%;
  top: 49%;
}

/* gマップ転送 */
.grid li.two-three {
  width: 65%;
}

.input-form {
  width: 95%;
  font-size: 3.8vw;
  padding: 2%;
  border: 1px solid #C90E12;
  background-color: #f8e6e6;
}

.button-gmap {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  text-shadow: none;
  background-color: #C90E12;
  border-radius: 5px;
  border: none;
  font-size: 6vw;
  margin-top: 2%;
}

.clear-decoration {
  border: none;
  /* 枠線を消す */
  outline: none;
  /* クリックしたときに表示される枠線を消す */
  background: transparent;
  /* 背景の灰色を消す */
}

.three-big {
  width: 34.5% !important;
  position: relative !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mainbutton-arrow-gmap {
  right: 24%;
}

.gmap-text {
  right: 0%;
  position: relative;
}

.grid-adjust {
  display: flex !important;
  justify-content: center;
}

.text-decoration-none {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.table-background-color-blue {
  background-color: #bde9ff73 !important;
}

.table-text-blue {
  color: #1568ea;
}

.mainbutton-img-electoronic-adjust {
  width: 80%;
  height: auto;
  margin: 10%;
}

.ui-btn-padding-adjust {
  padding: 0.5em 0.2em !important;
  background: white !important;
}

span.red {
  color: #C90E12;
}

.mainbutton-arrow {
  bottom: 51%;
  position: absolute;
  /* right: 40px; */
  right: 17%;
}

.mainbutton-arrow-triangle:after {
  border-right: 0.5vw solid #fff;
  border-top: 0.5vw solid #fff;
  height: 1.3vw;
  left: 1.3vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 1.3vw;
}

.mainbutton-arrow-triangle:before {
  border: solid .5vw #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 4vw;
  width: 4vw;
}

.mainbutton-arrow:before,
.mainbutton-arrow:after {
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
}

.mainbutton-arrow-gmap {
  right: 24%;
}

.maps-iframe {
  width: 100%;
  height: 400px;
  border: 0;
}


/* 廃棄.comの地図 */

.button-syobun {
  position: relative;
  text-align: center;
}

.button-circle-red-car {
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #d71418;
  border-radius: 20px;
  display: block;
  height: 41.8vw;
  padding: 2.2vw 0;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
}

.balloon-frame-hanko-car {
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  background: #fff;
  border: 3px solid rgba(214, 21, 24, 1.0);
  border-radius: 12vw;
  color: rgba(214, 21, 24, 1.0);
  height: 16vw;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 22vw;
  left: 15%;
  transform: rotate(-15deg);
  width: 16vw;
}

.balloon-frame-hanko-car span {
  font-size: 6vw;
  font-weight: 700;
  position: relative;
  top: 3vw;
}

.button-circle-red-car p {
  top: 2%;
  color: #fff;
  font-size: 8vw;
  font-weight: 700;
  left: 0;
  line-height: 120%;
  margin: 0;
  /* position: absolute; */
  right: 0;
}

.icon-box-gif {
  width: 25%;
  height: auto;
  background-color: white;
  padding: 2% 0 1% 0;
  margin-top: .5%;
}