@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : tireexchange.css
 style info : タイヤ交換
=================================================================== */
.con_mov, .con_service, .con_kodawari, .con_price, .con_stadless, .con_review, .con_toku {
  margin-bottom: 50px;
}
@media only screen and (min-width: 741px) {
  .con_mov .inner, .con_service .inner, .con_kodawari .inner, .con_price .inner, .con_stadless .inner, .con_review .inner, .con_toku .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------------------------
  .con_intro_service
  キャッチコピー指定
----------------------------------------------------------- */
@media only screen and (min-width: 741px) {
  .con_intro_service h3 {
    width: 100%;
    height: 0;
    padding-top: 87px;
    overflow: hidden;
    background: url("../tireexchange/images/txt_intro.png") center 0 no-repeat;
  }
}

/* -----------------------------------------------------------
  .con_mov
  タイヤ交換動画
----------------------------------------------------------- */
.con_mov {
  overflow: hidden;
}
.con_mov .box_mov {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 5px;
}
.con_mov .box_mov img, .con_mov .box_mov iframe {
  width: 100% !important;
  height: 90% !important;
  max-width: 100%;
}
.con_mov .box_mov p {
  padding-top: 10px;
  font-weight: bold;
  font-size: .9em;
}
@media only screen and (min-width: 741px) {
  .con_mov .box_mov {
    width: 46%;
    margin: 0 2%;
    padding-top: 34%;
    position: relative;
  }
  .con_mov .box_mov img, .con_mov .box_mov iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  .con_mov .box_mov img {
    cursor: pointer;
  }
  .con_mov .box_mov p {
    font-size: 1em;
  }
}

/* -----------------------------------------------------------
  .con_service
  サービス内容
----------------------------------------------------------- */
.con_service .box_point {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.con_service .box_point h4 {
  color: #bb0000;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.con_service .box_point ul {
  border-top: 1px solid #d9d9d9;
}
.con_service .box_point ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  font-weight: bold;
}
.con_service .box_point ul li:last-child {
  border-bottom: none;
}
.con_service .box_point ul li span {
  color: #bb0000;
}
.con_service .img_point {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 2px;
}
.con_service .txt_point {
  margin-bottom: 10px;
}
.con_service .txt_point span {
  font-weight: bold;
}
.con_service .txt_red {
  color: #bb0000;
  margin-bottom: 30px;
}
.con_service .img_kodawari {
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 20px;
}
.con_service .img_kodawari li {
  width: 50%;
  padding: 0 2px;
  display: inline-block;
}
.con_service .img_kodawari li img {
  width: 100%;
}
.con_service .box_kodawari {
  margin-bottom: 20px;
}
.con_service .box_kodawari h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #bb0000;
  border-bottom: 2px dotted #bb0000;
}
.con_service .box_kodawari p {
  padding: 0 10px;
}
.con_service .box_kodawari p.sub {
  color: #bb0000;
  font-size: .8em;
}
@media only screen and (min-width: 741px) {
  .con_service {
    overflow: hidden;
  }
  .con_service .box_point ul li {
    letter-spacing: -.5px;
  }
  .con_service .txt_red {
    text-align: right;
  }
  .con_service .img_kodawari {
    float: right;
    width: 20%;
  }
  .con_service .img_kodawari li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .con_service .img_kodawari li img {
    width: auto;
  }
  .con_service .box_kodawari {
    float: left;
    width: 78%;
  }
  .con_service .box_kodawari h4 {
    font-size: 1.3em;
  }
  .con_service .lnk_ptop {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .con_service .box_point {
    width: 40%;
    float: left;
    padding: 10px 0 0;
  }
  .con_service .img_point {
    width: 30%;
    float: left;
  }
  .con_service .txt_point {
    clear: both;
  }
}
@media print {
  .con_service .box_point {
    width: 40%;
    float: left;
    padding: 10px 0 0;
  }
  .con_service .img_point {
    width: 30%;
    float: left;
  }
  .con_service .txt_point {
    clear: both;
  }
}
.ie8 .con_service .box_point {
  width: 40%;
  float: left;
  padding: 10px 0 0;
}
.ie8 .con_service .img_point {
  width: 30%;
  float: left;
}
.ie8 .con_service .txt_point {
  clear: both;
}

/* -----------------------------------------------------------
  .con_kodawari
  こだわりの作業
----------------------------------------------------------- */
.con_kodawari .txt_notice {
  margin-bottom: 10px;
}
.con_kodawari .box_kodawari {
  background: #FFE1E1;
  border-top: 10px solid #FEBBBB;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.con_kodawari .box_kodawari .detail:after {
  content: "";
  background: url("../tireexchange/images/arrow.jpg");
  width: 37px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -16px;
}
.con_kodawari .box_kodawari .detail .txt {
  margin-bottom: 15px;
}
.con_kodawari .box_kodawari .detail .txt span {
  display: block;
  font-weight: bold;
  color: red;
  margin-top: 1em;
  font-size: 1.1em;
}
.con_kodawari .box_kodawari .detail .txt span a {
  font-size: .9em;
}
.con_kodawari .box_kodawari .img_thum {
  text-align: center;
}
.con_kodawari .box_kodawari .img_thum img.mb {
  margin-bottom: 15px;
}
.con_kodawari .box_kodawari.last .detail:after {
  display: none;
}
@media only screen and (min-width: 741px) {
  .con_kodawari .box_kodawari {
    border-top: none;
    border-left: 10px solid #FEBBBB;
    *zoom: 1;
  }
  .con_kodawari .box_kodawari:after {
    content: "";
    display: table;
    clear: both;
  }
  .con_kodawari .box_kodawari .detail {
    float: left;
    width: 74%;
    margin-bottom: 0;
  }
  .con_kodawari .box_kodawari .img_thum {
    float: left;
    width: 26%;
    text-align: right;
  }
}

/* -----------------------------------------------------------
  .con_price
  持ち込み交換価格表
----------------------------------------------------------- */
.con_price table {
  margin-bottom: 20px;
}
.con_price table thead tr {
  background: #f4edbb;
}
.con_price table th, .con_price table td {
  text-align: center;
  background: none;
}
.con_price table th {
  width: 20%;
}
.con_price table th.size {
  width: 40%;
}
.con_price table td {
  font-size: .9em;
}
.con_price .txt {
  margin-bottom: 30px;
  color: #bb0000;
  font-size: .9em;
}
.con_price .bn {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 741px) {
  .con_price table th, .con_price table td {
    font-size: 1.1em;
  }
}

/* -----------------------------------------------------------
  .con_stadless
  スタッドレス持ち込み脱着工賃について
----------------------------------------------------------- */
.con_stadless .txt {
  margin-bottom: 10px;
}
.con_stadless p {
  margin-bottom: 10px;
}
.con_stadless p span {
  color: #bb0000;
  font-weight: bold;
}

/* -----------------------------------------------------------
  .con_review
  お客様アンケート結果
----------------------------------------------------------- */
.con_review .img_anc {
  width: 150px;
  margin: 0 auto 20px;
}
.con_review .box_review .txt_intro {
  font-weight: bold;
  margin-bottom: 10px;
}
.con_review .box_review .box_detail {
  margin-bottom: 30px;
  border: 1px solid #bb0000;
  padding: 10px;
}
.con_review .box_review .box_detail p span {
  color: #bb0000;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .con_review {
    overflow: hidden;
  }
  .con_review .img_anc {
    float: right;
    width: 20%;
  }
  .con_review .box_review {
    float: left;
    width: 78%;
  }
  .con_review .lnk_ptop {
    clear: both;
  }
}

/* -----------------------------------------------------------
  .con_toku
  お得情報
----------------------------------------------------------- */
.con_toku .inner .txt {
  font-weight: bold;
}

/* -----------------------------------------------------------
  .con_info
  関連情報＆お客様の声
----------------------------------------------------------- */
.con_info {
  max-width: 1000px;
  margin: 0 auto 50px;
  background: url(../images/bg_slash.png);
  padding: 15px;
}
.con_info .inner {
  background: #fff;
  padding: 15px;
}
.con_info .inner h3 {
  color: #bb0000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 4px dotted #bb0000;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.con_info .inner ul {
  margin-bottom: 20px;
}
.con_info .inner ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
}
.con_info .inner ul li:before {
  content: "＊";
  color: #bb0000;
}
.con_info .inner ul li a {
  text-decoration: none;
  font-weight: bold;
}
.con_info .inner ul li a span {
  margin-right: 5px;
}
.con_info .inner .img {
  display: none;
}
@media only screen and (min-width: 741px) {
  .con_info .inner {
    position: relative;
  }
  .con_info .inner .img {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
  }
  .con_info .inner .btn_basic {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_info .inner ul li a:hover {
    text-decoration: underline;
  }
}
@media print {
  .con_info .inner ul li a:hover {
    text-decoration: underline;
  }
}
.ie8 .con_info .inner ul li a:hover {
  text-decoration: underline;
}
