/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* Flexbox */
/* trantision */
/* tranceform */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #db001c;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  text-decoration: none;
  color: #db001c;
}

/* ----------------------------------------------------
    web_address
---------------------------------------------------- */
#web_address {
  /* IE */
  /* memberSearch.end */
  /* IE */
  /* prefectures.end */
  /* ----------------------------------------------------
      placeSearch
  ---------------------------------------------------- */
  /* IE */
  /* ----------------------------------------------------
      sidenavi
  ---------------------------------------------------- */
}
#web_address .memberSearch {
  padding: 40px 40px 30px 40px;
  margin: 20px 0 30px 0;
  background: #ededed;
}
#web_address .memberSearch .searchWindow {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
#web_address .memberSearch .searchWindow input[type="text"] {
  border: 0;
  padding: 6px;
  box-sizing: border-box;
}
#web_address .memberSearch .searchWindow input[type="submit"] {
  padding: 3px 10px;
  margin-left: 10px;
  border: 0;
  color: #fff;
  background: #db001c;
  cursor: pointer;
}
#web_address .memberSearch p {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  #web_address .memberSearch .searchWindow input[type="submit"] {
    padding: 3px 10px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  #web_address .memberSearch {
    padding: 30px 30px 24px 30px;
  }
  #web_address .memberSearch .searchWindow input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  #web_address .memberSearch p {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  #web_address .memberSearch {
    padding: 20px 20px 16px 20px;
  }
}
#web_address .prefectures ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#web_address .prefectures ul li {
  width: 16%;
  text-align: center;
  margin-bottom: 6px;
}
#web_address .prefectures ul li a {
  padding: 6px 0 4px 0;
  margin: 0;
  border: 1px solid #e4e4e4;
  display: block;
}
#web_address .prefectures ul li a:hover {
  color: #fff;
  background: #db001c;
}
#web_address .prefectures ul:nth-child(4):after, #web_address .prefectures ul:nth-child(7):after {
  content: "";
  display: block;
  width: 32.9%;
}
#web_address .prefectures ul:nth-child(6):after {
  content: "";
  display: block;
  width: 16%;
}
#web_address .prefectures ul:last-child:after {
  content: "";
  display: block;
  width: 66.4%;
}
@media all and (-ms-high-contrast: none) {
  #web_address .prefectures ul li a {
    padding: 7px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #web_address .prefectures {
    margin-bottom: 60px;
  }
  #web_address .prefectures ul li {
    width: 32%;
  }
  #web_address .prefectures ul:nth-child(4):after, #web_address .prefectures ul:nth-child(7):after {
    content: none;
  }
  #web_address .prefectures ul:nth-child(6):after, #web_address .prefectures ul:last-child:after {
    width: 32%;
  }
}
#web_address .placeSearch {
  padding: 40px 40px 30px 40px;
  margin: 0 0 30px 0;
  background: #ededed;
}
#web_address .placeSearch .searchWindow {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
#web_address .placeSearch .searchWindow input[type="text"] {
  border: 0;
  padding: 6px;
}
#web_address .placeSearch .searchWindow input[type="submit"] {
  padding: 3px 10px;
  margin-left: 10px;
  border: 0;
  color: #fff;
  background: #db001c;
  cursor: pointer;
}
#web_address table.comList {
  width: 100%;
}
#web_address table.comList th, #web_address table.comList td {
  padding: 5px 10px 3px 10px;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
}
#web_address table.comList th.table_left {
  width: 30%;
}
#web_address table.comList td {
  vertical-align: middle;
}
#web_address table.comList td .link01:before {
  content: url(../images/common/icon_arrow05.png);
  margin-right: 6px;
}
@media all and (-ms-high-contrast: none) {
  #web_address .placeSearch .searchWindow input[type="submit"] {
    padding: 3px 10px 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  #web_address .placeSearch {
    padding: 30px 30px 24px 30px;
  }
  #web_address .placeSearch .searchWindow input[type="text"] {
    width: 100%;
    box-sizing: border-box;
  }
  #web_address table {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
  }
  #web_address table tr th, #web_address table tr td {
    border-left: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 320px) {
  #web_address .placeSearch {
    padding: 20px 20px 16px 20px;
  }
}
#web_address table.comList02 {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
#web_address table.comList02 tr:first-child th {
  padding: 5px 20px 3px 20px;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  background: #f6f6f6;
  border-top: 1px solid #e4e4e4;
}
#web_address table.comList02 tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
#web_address table.comList02 td {
  padding: 20px 20px 18px 20px;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
}
#web_address table.comList02 td a:before {
  content: url(../images/common/icon_arrow05.png);
  margin-right: 6px;
}
#web_address table.comList02 th:first-child,
#web_address table.comList02 td:first-child {
  border-right: 1px solid #e4e4e4;
}
#web_address table.comList02 .table_left {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #web_address table.comList02 {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.55556;
  }
  #web_address table.comList02 tr:first-child th {
    padding: 5px 12px 3px 12px;
  }
  #web_address table.comList02 td {
    padding: 16px 12px 14px 12px;
  }
  #web_address table.comList02 th:nth-child(2),
  #web_address table.comList02 td:nth-child(2) {
    border-right: 1px solid #e4e4e4;
  }
}
#web_address .conr .standardWrap select {
  margin-bottom: 20px;
}

/* web_address */
