@charset "UTF-8";

/* CSS Document */
/*KOBAC-PRICE----------------------------------------------*/
.menubox ul li {
  display: block;
  margin-bottom: 30px;
  color: #333;
  border-radius: 10px;
  border: 2px solid #0092ff;
}
.menubox ul li span {
  display: block;
}
.menubox ul li span {
  display: block;
  font-size: 65%;
  color: #fff;
}
.menubox ul li span.ttl {
  font-size: 180%;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 8px 10px;
  text-align: center;
  border-radius:5px 5px 0px 0px;
  background: #0092ff;
  color: #fffd00;
}

.menubox ul li span.desc {
  font-weight: bold;
  padding: 10px 10px;
  text-align:center;
  background: #0092ff20;
  font-size: 120%;
  line-height: 1.5;
}
.menubox ul li span.time {
  font-weight: bold;
   border-radius:0px 0px 5px 5px;
  padding: 10px 8px;
  text-align: center;
  background: #0092ff;
     color:#fff;

}
.menubox ul li p {
  padding:5px 0px;
  font-size:90%;
}
.menubox ul li.techno span.desc {
  color: #0576ca;
}
.menubox ul li.safe span.ttl {
  background: #ff0012;
}
.menubox ul li.safe {
     border: 2px solid #ff0012;
}
.menubox ul li.safe span.time {
  background: #ff0012;
}
.menubox ul li.safe span.desc {
  color: #da0413;
  background: #ff001210;
}


@media screen and (min-width: 768px) {
  .menubox ul {
    width: 95%;
    margin: 0px auto;
  }

  .menubox ul li {
    flex: 1;
  }
}


.cras_bnr {
  margin-bottom: 10px;
}

.pricettl {
  overflow: hidden;
  margin-bottom: 10px;
}

.pricettl .txt {
  float: left;
  width: 68%;
}

.pricettl .txt h3 {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: #999 2px dotted;
  color: #1BB139;
}

.pricettl .txt p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .pricettl .txt h3 {
    font-size: 36px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .pricettl .txt p {
    font-size: 16px;
  }
}

.pricettl .img {
  float: right;
  width: 30%;
  text-align: right;
}

table.price_data {
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 1px;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #bbb;
}

table.price_data th, table.price_data td {
  font-size: 100%;
  padding: 5px 3px 5px 3px;
  border: 1px solid #bbb;
  background: #fff;
}

table.price_data th.course {
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #f00;
  background: #fffc6b;
}

table.price_data th.car {
  padding: 5px;
  text-align: center;
  background: #eee;
  font-size: 70%;
  line-height: 120%;
  width: 130px;
}
table.price_data th.car p{
  font-size: 120%;
  line-height: 1.2;
}
table.price_data th.car img{
  display:block;
  width: 45%;
  margin:0px auto;
  margin-bottom: 5px;
}
table.price_data th.name {
  font-size: 12px;
  text-align: left;
  text-align: center;
  background: #eee;
  vertical-align: middle;
}

table.price_data th.max {
  text-align: center;
  color: #e62210;
  background: #FFFF00;
  font-size: 120%;
}

table.price_data td.name {
  text-align: left;
  vertical-align: middle;
  background: #F1F1F1;
  font-weight: normal;
}

table.price_data td.max_price {
  font-size: 110%;
  /*width: 100px;*/
  padding: 3px 2px;
  text-align: right;
  color: #f00;
  background: #FFFF00;
  font-weight: bold;
}

table.price_data td.total_price {
  font-size: 90%;
  text-align: right;
  padding: 3px 2px;
  text-align: right;
}

table.price_data td.m_quick {
  line-height: 100%;
  width: 30%;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #f19601;
  font-size: 70%;
}

table.price_data td.m_techno {
  line-height: 100%;
  width: 30%;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #0092ff;
  font-size: 70%;
}

table.price_data td.m_safe {
  line-height: 100%;
  width: 30%;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ff0012;
  font-size: 70%;

}

p.notice {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  table.price_data td {
    font-size: 90%;
    font-weight: bold;
    padding: 5px 5px;
  }
  table.price_data td.car img{
    width: 60%;
  }

  table.price_data td.price {
    padding: 5px;
    text-align: right;
    font-size: 100%;
    line-height: 1;
    color: #616161;
  }

  table.price_data td.price.red {
    color: #FF0004;
  }
  table.price_data td.discount {
    text-align: center;
    background: rgb(253, 255, 171);
    font-size: 100%;
  }
  table.price_data td.name.discount,table.price_data td.name.max {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
  table.price_data td.max {
    background: #FFFF00;
    color: #FF0004;
    text-align: right;
    font-size: 150%;
    line-height: 1.2;
  }
table.price_data td:first-child.max {
      text-align: left;
    font-size: 130%;
    }
  table.price_data td.total_price {
    font-size: 18px;
    text-align: center;
    background: #EEE;
  }

  table.price_data td.max_price {
    font-size: 150%;
    padding: 5px;
    text-align: center;
    font-weight:bold;
  }

  table.price_data td.m_quick, table.price_data td.m_techno, table.price_data td.m_safe {
    font-size: 18px;
    height: 50px;
    padding: 10px;
  }
}

/*SF------------------------------------------------------------------*/
#conts h2.sf {
  color: #f9ff00;
  background: #318a2d;
}

table.sf td.tit {
  width: 50%;
  color: #fff;
  background: #328d2e;
}

@media screen and (min-width: 768px) {
  table.sf {
    table-layout: fixed;
  }

  table.price_data.sf th.name {
    width: 15%;
  }

  table.sf td.tit {
    width: auto;
  }
}

/*caution------------------------------------------------------------------*/
.price_caution {
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  border-radius: 10px;
  background: #fff7eb;
}

.price_caution ul li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.price_caution ul li::before {
  font-weight: bold;
  content: '・';
}

.price_caution p {
  margin-bottom: 5px;
}

/*price------------------------------------------------------------------*/
.btn_price ul li {
  margin-top: 10px;
}

.btn_price ul li:first-child {
  margin-top: 0;
}

/*import---------------------------------------------------------------*/
#conts h2.import {
  color: #f9ff00;
  background: #01244a;
}

table.import td.tit {
  color: #fff;
  background: #01244a;
}

table.import td.price {
  width: 60%;
}

.button_example {
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 95%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  text-decoration: none;
  color: #fff !important;
  color: #fff;
  border: 1px solid #e68f8f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0bdbd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0bdbd), to(#f50000));
  background-image: -webkit-linear-gradient(top, #f0bdbd, #f50000);
  background-image: -moz-linear-gradient(top, #f0bdbd, #f50000);
  background-image: -ms-linear-gradient(top, #f0bdbd, #f50000);
  background-image: -o-linear-gradient(top, #f0bdbd, #f50000);
  background-image: linear-gradient(to bottom, #f0bdbd, #f50000);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0BDBD, endColorstr=#F50000);
}

/*--------------------------------------------------------------*/
a.button_example {
  color: #fff !important;
}

.button_example:hover {
  color: #fff !important;
  border: 1px solid #dd6a6a;
  background-color: #e79393;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e79393), to(#c20000));
  background-image: -webkit-linear-gradient(top, #e79393, #c20000);
  background-image: -moz-linear-gradient(top, #e79393, #c20000);
  background-image: -ms-linear-gradient(top, #e79393, #c20000);
  background-image: -o-linear-gradient(top, #e79393, #c20000);
  background-image: linear-gradient(to bottom, #e79393, #c20000);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e79393, endColorstr=#c20000);
}
/*FEATURE_DISCOUNT--------------------------------------------------------------------------*/
div.discount {
  padding: 10px;
  margin: 0 auto 40px auto;
  background: #ff2616;
  border-radius: 10px;
}

div.discount.techno {
  background: #0092FF;
}

div.discount h3 {
  padding: 5px 0px;
  text-align: center;
  font-size: 260%;
  line-height: 1.2;
  color: #FFF;
}

div.discount h3 span {
  font-size: 110%;
  line-height: 1;
  color: #FFF200;
  font-weight: bold;
}

div.discount h3 span span {
  font-size: 140%;
  font-family: 'Heebo', sans-serif;
}

.feature_discount {
  border-top: 1px solid #EEE;
  margin: 0px 0px 3px 0px;
}

.feature_discount ul li {
  position: relative;
  display: block;
}

.feature_discount ul li p.series {
  padding: 5px 15px 5px 15px;
  border-bottom: 1px dotted #CCC;
  background: #FAFAFA;
  text-align: left;
  font-size: 200%;
  line-height: 1;
  font-weight: bold;
  color: #FF1606;
}

.feature_discount ul li p.series span {
  padding: 0px 5px 2px 0px;
  text-align: left;
  font-size: 11px;
  color: #000000;
}

.feature_discount ul li p {
  padding: 10px 15px 10px 15px;
  text-align: left;
  font-size: 30px;
  color: #FF0000;
  overflow: hidden;
}

.feature_discount ul li p span {
  font-size: 16px;
}

ul.yoyakuwaribiki {
  display: flex;
  /*横並び*/
  align-items: center;
  /*天地センター*/
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #FFFFFF;
  border-bottom: 1px solid #AAA;
}

ul.yoyakuwaribiki li {
  width: calc(100% / 3);
}

ul.yoyakuwaribiki li p {
  font-size: 250%;
  line-height: 1;
  font-family: 'Heebo', sans-serif;
  font-weight: bold;
}

ul.yoyakuwaribiki li span.price {
  font-size: 80%;
  font-weight: bold;
}

ul.yoyakuwaribiki li span.kikan {
  display: inline-block;
  text-align: center;
  width: 100px;
  margin-right: 10px;
  padding: 6px 5px;
  color: #FFF;
  background: #717171;
  border-radius: 5px;
  font-size: 40%;
}

div.waribiki {
  background: #FFF;
  display: flex;
  /*横並び*/
  align-items: center;
  /*天地センター*/
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #AAA;
}
div.waribiki p{
    width: calc(100% / 3);
}
div.waribiki p.name {
  width:320px;
  padding: 5px 0px 5px 10px;
  background: #FFF;
  text-align: left;
  font-size: 190%;
  line-height: 1.2;
  font-weight: bold;
  color: #FF1606;
}

div.waribiki p.price {
  width:260px;
  font-size: 320%;
  line-height: 1;
  font-family: 'Heebo', sans-serif;
  font-weight: bold;
  text-align:right;
}

div.waribiki p.txt {
  width: 330px;
  font-size: 90%;
  line-height: 120%;
  text-align: left;
  color: #222;
}

div.waribiki p.price span {
  font-size: 70%;
  font-weight: bold;
}

@media screen and (max-width: 960px) {

  /*FEATURE_DISCOUNT--------------------------------------------------------------------------*/
  div.discount {
    width: calc(95% - 10px);
    padding: 5px;
    border-radius: 0px;
  }

  div.discount h3 {
    padding: 5px 5px;
    text-align: center;
    font-size: 115%;
    line-height: 1.2;
    color: #FFF;
  }

  div.discount h3 span {
    font-size: 110%;
    color: #FFF200;
    font-weight: bold;
  }

  div.discount h3 span span {
    font-size: 180%;
  }

  .feature_discount {
    border-top: 1px solid #EEE;
    margin: 0px 0px 3px 0px;
  }

  .feature_discount ul li {
    position: relative;
    display: block;
  }

  .feature_discount ul li p.series {
    padding: 5px 15px 5px 15px;
    text-align: left;
    font-size: 160%;
    font-weight: bold;
  }

  .feature_discount ul li p.series span {
    padding: 0px 5px 2px 0px;
    text-align: left;
    font-size: 11px;
    color: #000000;
  }



  .feature_discount ul li p span {
    font-size: 16px;
  }

  ul.yoyakuwaribiki {
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #FFFFFF;
  }

  ul.yoyakuwaribiki li {
    width: calc(100% / 1);
  }

  ul.yoyakuwaribiki li p {
      padding: 5px 5px 5px 5px;
      font-family: 'Heebo', sans-serif;
      font-size: 190%;
      line-height: 1;
      font-weight: bold;
      text-align: right;
  }
  ul.yoyakuwaribiki li span.price {
    font-size: 80%;
    font-weight: bold;
  }

  ul.yoyakuwaribiki li span.kikan {
    text-align: center;
    width: 100px;
    margin-right: 10px;
    padding: 6px 5px;
    border-radius: 5px;
    font-size: 50%;
    line-height: 1;
    vertical-align: middle;
  }

  div.waribiki {
    background: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  div.waribiki p.name {
    width: 50%;
    padding: 0px;
    background: #FFF;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    color: #FF1606;
    order:1;
  }

  div.waribiki p.price {
    width: 50%;
    padding: 0px;
    font-size: 180%;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    text-align: right;
    order:1;
  }

  div.waribiki p.txt {
    width: 100%;
    padding: 5px 0px;
    font-size: 80%;
    line-height: 120%;
    text-align: left;
    order:3;
  }

  div.waribiki p.price span {
    font-size: 70%;
    font-weight: bold;
  }
}
.attention p {
  margin: 0px 20px 5px 20px;
  font-size: 90%;
}

/*首都圏_料金*/
section.shutoken_sp_price{
  width:90%;
  margin:0px auto;
}
table.shutoken_sp_price{
  font-size:120%;
}
table.shutoken_sp_price td.price.max{
  font-size: 150%;
  line-height: 1;
  background: #FFFF00;
  color: #e61310;
  font-weight: bold;
}