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

 file name  : tireprint.css
 style info : タイヤお絵かき（タイヤプリント）
 ※2017/03/21　RWD対応
=================================================================== */
/* -----------------------------------------------------------
  .con_intro
----------------------------------------------------------- */
.con_intro {
  margin-bottom: 50px;
}
.con_intro p {
  margin-bottom: 10px;
  text-align: center;
}
.con_intro span {
  font-size: .9em;
}
@media only screen and (min-width: 741px) {
  .con_intro {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .con_intro span {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro {
    background: url(../tireprint/images/title_tireprint.jpg) center 0 no-repeat;
    padding-top: 310px;
    height: 0;
    overflow: hidden;
  }
}
@media print {
  .con_intro {
    background: url(../tireprint/images/title_tireprint.jpg) center 0 no-repeat;
    padding-top: 310px;
    height: 0;
    overflow: hidden;
  }
}
.ie8 .con_intro {
  background: url(../tireprint/images/title_tireprint.jpg) center 0 no-repeat;
  padding-top: 310px;
  height: 0;
  overflow: hidden;
}

/* -----------------------------------------------------------
  .con_movie
----------------------------------------------------------- */
.con_movie {
  margin-bottom: 50px;
}
.con_movie .box_mov {
  text-align: center;
  margin-bottom: 10px;
}
.con_movie .box_mov iframe {
  width: 100%;
  height: 280px;
}
.con_movie .txt {
  font-size: .9em;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .con_movie {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .con_movie .box_mov {
    background: #000;
  }
  .con_movie .box_mov iframe {
    height: 360px;
  }
  .con_movie .txt {
    font-size: 1em;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .con_movie .box_mov img {
    cursor: pointer;
  }
}
@media print {
  .con_movie .box_mov img {
    cursor: pointer;
  }
}
.ie8 .con_movie .box_mov img {
  cursor: pointer;
}

/* -----------------------------------------------------------
  .con_price
----------------------------------------------------------- */
.con_price {
  margin-bottom: 50px;
}
.con_price .txt_tax {
  color: #bb0000;
  margin-bottom: 15px;
  font-size: .9em;
  font-weight: bold;
}
.con_price .inner .box_course {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.con_price .inner .box_course h4 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 10px;
}
.con_price .inner .box_course h4 span {
  display: block;
}
.con_price .inner .box_course .txt_in {
  font-size: .9em;
  margin-bottom: 10px;
}
.con_price .inner .box_course .img {
  text-align: center;
  margin-bottom: 10px;
}
.con_price .inner .box_course .price dl {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.con_price .inner .box_course .price dl dt {
  font-size: 1.1em;
}
.con_price .inner .box_course .price dl dd {
  text-align: right;
  font-size: 1.2em;
}
.con_price .inner .box_course .price dl dd span {
  color: #313131 !important;
  line-height: 1;
  background: #d9d9d9;
  padding: 2px;
  font-size: .8em;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_price .inner .box_course .txt_note {
  padding-top: 10px;
  color: #bb0000;
  font-size: .9em;
}
.con_price .inner .box_course.d1 {
  border: 7px solid #55950b;
}
.con_price .inner .box_course.d1 h4, .con_price .inner .box_course.d1 .price dl dd {
  color: #55950b;
}
.con_price .inner .box_course.d2 {
  border: 7px solid #4DB6F9;
}
.con_price .inner .box_course.d2 h4, .con_price .inner .box_course.d2 .price dl dd {
  color: #4DB6F9;
}
.con_price .inner .box_course.d3 {
  border: 7px solid #FE7000;
}
.con_price .inner .box_course.d3 h4, .con_price .inner .box_course.d3 .price dl dd {
  color: #FE7000;
}
.con_price .inner .box_course.d4 {
  border: 7px solid #F6424B;
}
.con_price .inner .box_course.d4 h4, .con_price .inner .box_course.d4 .price dl dd {
  color: #F6424B;
}
.con_price .box_dacchaku {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #bb0000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.con_price .box_dacchaku h5 {
  background: #bb0000;
  color: #fff;
  padding: 5px;
  font-size: 1.1em;
}
.con_price .box_dacchaku p {
  padding: 5px;
}
.con_price .box_dacchaku p span {
  font-weight: bold;
  color: #bb0000;
  margin-left: 5px;
}
@media only screen and (min-width: 741px) {
  .con_price {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .con_price .txt_tax {
    font-size: 1em;
  }
  .con_price .inner {
    overflow: hidden;
  }
  .con_price .inner .box_course {
    width: 49%;
    float: left;
  }
  .con_price .inner .box_course h4 {
    font-size: 1.6em;
  }
  .con_price .inner .box_course.d1, .con_price .inner .box_course.d3 {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_price .inner .box_course .img {
    float: left;
    width: 50%;
  }
  .con_price .inner .box_course .price {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .con_price .inner .box_course .txt_note {
    clear: both;
  }
}
@media print {
  .con_price .inner .box_course .img {
    float: left;
    width: 50%;
  }
  .con_price .inner .box_course .price {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .con_price .inner .box_course .txt_note {
    clear: both;
  }
}
.ie8 .con_price .inner .box_course .img {
  float: left;
  width: 50%;
}
.ie8 .con_price .inner .box_course .price {
  float: right;
  width: 50%;
  padding-left: 10px;
}
.ie8 .con_price .inner .box_course .txt_note {
  clear: both;
}

/* -----------------------------------------------------------
  .con_option
  .con_discount
----------------------------------------------------------- */
.con_option,
.con_discount {
  margin-bottom: 50px;
}
.con_option ul li,
.con_discount ul li {
  margin-top: 30px;
}
.con_option ul li:first-child,
.con_discount ul li:first-child {
  margin-top: 0;
}
.con_option ul li .img,
.con_discount ul li .img {
  text-align: center;
  margin-bottom: 10px;
}
.con_option ul li p span,
.con_discount ul li p span {
  color: #bb0000;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .con_option,
  .con_discount {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
  }
  .con_option ul,
  .con_discount ul {
    width: 70%;
  }
  .con_option ul .img,
  .con_discount ul .img {
    position: absolute;
    right: 0;
  }
  .con_option ul .img.no1,
  .con_discount ul .img.no1 {
    top: 70px;
  }
  .con_option ul .img.no2,
  .con_discount ul .img.no2 {
    top: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_option ul,
  .con_discount ul {
    width: 75%;
  }
}
@media print {
  .con_option ul,
  .con_discount ul {
    width: 75%;
  }
}
.ie8 .con_option ul, .ie8
.con_discount ul {
  width: 75%;
}

@media only screen and (min-width: 741px) {
  .con_option {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 741px) {
  .con_discount {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_discount {
    margin-bottom: 200px;
  }
}
@media print {
  .con_discount {
    margin-bottom: 200px;
  }
}
.ie8 .con_discount {
  margin-bottom: 200px;
}

/* -----------------------------------------------------------
  .con_order
----------------------------------------------------------- */
.con_order {
  margin-bottom: 50px;
}
.con_order .txt_first,
.con_order .txt_end {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.con_order .txt_first {
  margin-bottom: 15px;
  background: #FE4042;
}
.con_order .txt_end {
  text-align: center;
  margin-top: 15px;
  background: #1F5AFE;
}
.con_order .txt_end span {
  display: block;
  font-size: 1.2em;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.con_order .box_order {
  border: 1px solid #d9d9d9;
  border-top: none;
}
.con_order .box_order.first {
  border-top: 1px solid #d9d9d9;
}
.con_order .box_order .btn_step {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE1E1E1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
}
.con_order .box_order .btn_step:before {
  content: "\f054";
  font-family: 'FontAwesome';
  margin-right: 5px;
  color: #bb0000;
}
.con_order .box_order .btn_step:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE1E1E1', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%);
}
.con_order .box_order .btn_step.active {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE1E1E1', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%);
}
.con_order .box_order .btn_step.active:before {
  content: "\f078";
}
.con_order .box_order .inner {
  padding: 15px;
}
.con_order .box_order .inner h4 {
  color: #406c30;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.con_order .box_order .inner h4 span {
  display: none;
}
.con_order .box_order .inner .txt {
  font-weight: bold;
}
.con_order .box_order .inner .txt span {
  color: #bb0000;
}
.con_order .box_order .inner .box_confirm dl {
  border: 4px solid #f1e487;
  margin-top: 10px;
}
.con_order .box_order .inner .box_confirm dl dt, .con_order .box_order .inner .box_confirm dl dd {
  padding: 5px;
}
.con_order .box_order .inner .box_confirm dl dt {
  font-weight: bold;
  color: #1F5AFF;
  border-bottom: 1px dashed #999999;
}
.con_order .box_order .inner .box_confirm dl dd span {
  font-weight: bold;
  color: #bb0000;
}
@media only screen and (min-width: 741px) {
  .con_order {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .con_order .txt_first,
  .con_order .txt_end {
    font-size: 1.2em;
  }
  .con_order .txt_first {
    margin-bottom: 20px;
    text-align: center;
  }
  .con_order .txt_end {
    margin-top: 20px;
  }
  .con_order .txt_end span {
    font-size: 1.4em;
  }
  .con_order .box_order .btn_step {
    display: none !important;
  }
  .con_order .box_order .inner {
    display: block !important;
  }
  .con_order .box_order .inner h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .con_order .box_order .inner h4 span {
    display: inline-block;
    margin-right: 10px;
    background: #FE4042;
    color: #fff;
    line-height: 1;
    padding: 7.5px 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .con_order .box_order .inner .box_confirm {
    overflow: hidden;
  }
  .con_order .box_order .inner .box_confirm dl {
    width: 32%;
    float: left;
    padding: 10px;
    margin-left: 2%;
  }
  .con_order .box_order .inner .box_confirm dl:first-child {
    margin-left: 0;
  }
  .con_order .box_order .inner .box_confirm dl dt {
    font-size: 1.2em;
  }
  .con_order .box_order .inner .box_confirm dl dd {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_order .box_order .btn_step {
    cursor: pointer;
  }
  .con_order .box_order .inner h4 {
    font-size: 1.5em;
  }
}
@media print {
  .con_order .box_order .btn_step {
    cursor: pointer;
  }
  .con_order .box_order .inner h4 {
    font-size: 1.5em;
  }
}
.ie8 .con_order .box_order .btn_step {
  cursor: pointer;
}
.ie8 .con_order .box_order .inner h4 {
  font-size: 1.5em;
}

/* -----------------------------------------------------------
  .con_notice
----------------------------------------------------------- */
.con_notice {
  margin-bottom: 50px;
}
.con_notice ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: decimal;
  list-style-position: inside !important;
  border-bottom: 1px dashed #999999;
}
@media only screen and (min-width: 741px) {
  .con_notice {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}

/* -----------------------------------------------------------
  .con_form
----------------------------------------------------------- */
.con_form {
  margin-bottom: 50px;
}
.con_form .box_intro {
  margin-bottom: 15px;
}
.con_form .box_intro span {
  font-weight: bold;
  color: #bb0000;
}
.con_form .box_mobile {
  margin-bottom: 15px;
  padding: 15px;
  border: 4px solid #558f41;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.con_form .box_mobile h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #ff7317;
}
@media only screen and (min-width: 741px) {
  .con_form {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}

.btn_link_form {
  max-width: 920px;
  margin: 0 auto 50px;
}
.btn_link_form a {
  font-size: 1.4em;
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .btn_link_form a {
    font-size: 1.6em;
    padding: 20px 10px;
  }
}

/* -----------------------------------------------------------
  .con_xxx
----------------------------------------------------------- */
.con_xxx {
  margin-bottom: 50px;
}
@media only screen and (min-width: 741px) {
  .con_xxx {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}
