@charset "UTF-8";
/* CSS Document */
/* Clearfix
---------------------------------*/
.clearfix {
  min-height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear { clear:both; }

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*------------------------------*/
/* ▼基本のcssはここから*/
.top_text {
    font-size: 17px;
    line-height: 22px;
    color: #474747;
    font-weight: bold;
}
.lead_comment {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px solid #999;
    padding-bottom: 37px;
}
.form-group span {
    color: #bd4848;
    font-size: 12px;
    padding-left: 10px;
}
.form-group .small_form{
 width: 55%;
}
.form-group .form_name  {
    display: block;
    background-color: #efefef;
    padding: 10px;
    border-left: 10px solid #ababab;
    margin-bottom: 10px;
}
input#rental_num {
    /* font-size: 20px; */
    /* height: 50px; */
}
.estimate_select_check {
    /* text-align: center; */
}
.estimate_select_check .select_tag {
    /* border: 6px solid #ffb13c; */
    /* opacity: 1 !important; */
}
label.estimate_select_btn {
    /* display: inline-block; */
    /* width: 46%; */
    /* text-align: center; */
    /* padding: 30px; */
    /* font-size: 17px; */
    /* border-radius: 7px; */
    /* margin-left: 1%; */
    /* margin-right: 1%; */
    /* box-shadow: 2px 2px 4px 0px #c1c1c1; */
    /* cursor: pointer; */
    display: block;
    padding-left: 19px;
    position: relative;
}
label.estimate_select_btn.select_new {
    /* background-color: #ff7292; */
    /* color: #fff; */
}
label.estimate_select_btn.select_extension {
    /* background-color: #01a9ba; */
    /* color: #fff; */
}
.estimate_select_btn input {
    /* display: none; */
    position: absolute;
    left: 0;
}
.value_pack_select ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.value_pack_select .plan_comment {
    font-weight: bold;
}
label.select_pack_btn {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
label.select_pack_btn input {
    position: absolute;
    left: 0;
    margin-left: 0 !important;
}
#calc_btn {
    background-color: #0075ff;
    color: #fff;
    margin: 0 auto;
    width: 90%;
    max-width: 430px;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    padding: 17px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px #9c9c9c;
    cursor:pointer;
}
#calc_btn:hover {
  opacity:0.7;
  transition:0.4s;
}
.calc_area {
    margin: 0 auto;
    margin-bottom: 40px;
}
.calc_area #result {
    position: relative;
    background-color: #f1f1f1;
    border-radius: 7px;
    padding: 5%;
    margin-top: 45px !important;
}
.calc_area #result .navi_down {
    width: 0;
    margin: 0 auto;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 0 35px;
    border-color: #0075ff transparent transparent transparent;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -37px;
}
.calc_area #result .rental_date {
    font-size: 19px;
    line-height: 1.5;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}
.calc_area #result .detail_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.calc_area #result .brand {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: #555;
}
.calc_area #result .pack {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #555;
}
.calc_area #result .comment {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    color: #555;
}

.calc_area #result .price {
    display: none;
}
.btn_plan {
    display: none;
}
.calc_area #result .attention_text {
    display: none;
}
.calc_area #result .error_title {
    text-align: center;
    font-size: 16px;
    color: #f00;
}
.calc_area #result .btn_retry {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 450px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 3px 0px #a9a9a9;
    margin-top: 25px;
    display: none;
}
.calc_area #result .btn_retry a {
 font-size: 15px;
 font-weight: bold;
 color: #fff;
 background-color: #565656;
 padding: 15px;
 display: block;
 transition:0.4s;
 text-decoration:none;
}
.calc_area #result .btn_retry a:hover {
  opacity:0.7;
}
.calc_area #result .btn_reset {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 450px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 3px 0px #a9a9a9;
    margin-top: 25px;
}
.calc_area #result .btn_reset a {
 font-size: 15px;
 font-weight: bold;
 color: #fff;
 background-color: #565656;
 padding: 15px;
 display: block;
 transition:0.4s;
 text-decoration:none;
}
.calc_area #result .btn_reset a:hover {
  opacity:0.7;
}
#btn_submit {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 15px;
    margin-top: 30px;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1025px) {

}
@media only screen and (min-width: 768px) {
 .sp{
 display: none;
 }
}
@media only screen and (max-width: 767px) {
.pc_tab{
 display: none;
}
.form-group .small_form{
 width: 100%;
}
.calc_area {
    margin-top: 40px;
}
.kishu_box {
    width: 95%;
    display: block;
    margin-bottom: 15px;
}
.start_date_box, .end_date_box {
    display: block;
    width: 95%;
    margin: 0 auto;
    float: none;
    margin-bottom: 15px;
}
input#start_date {
    width: 100%;
}
input#end_date {
    width: 100%;
}
#calc_btn img {
    width: 95%;
    height: auto;
}
#result {
    width: 100% !important;
}
.plan_list {
    display: block;
    border-left: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
}
#result .pack {
    margin-top: 5px;
    margin-bottom: 10px;
}
#your_plan .btn_retry {
    width: 37%;
    margin-left: 0%;
    margin-right: 0;
    margin-top: 10px;
    display: block;
}
#your_plan .btn_plan {
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 7px;
}
#your_plan .sub {
    font-size: 14px;
    text-align: left;
}
}