@charset "utf-8";

.clearfix{
    display: block;
    /*width: fit-content;*/
    margin: auto;
}
#opt.clearfix {
    width: 100%;
}

.plan_contents1,
.plan_contents2{
	border: 3px solid #eee;
	border-radius: 6px;
	width: 388px;
	float: left;
	cursor: pointer;
	background: #f9f9f9;
	color: #c2c2c2;
	min-height: 80px;
}

.plan_contents1:hover,
.plan_contents2:hover{
	border-color: #aaa;
	background: #f0f0f0;
	color: #333;
	font-weight: bold;
}

.plan_contents1:hover .price,
.plan_contents2:hover .price,
.active.paid .price,
.active_ssl.paid .price {
    color: #b92626;
}

/*.plan_contents1:first-child{
	margin-right: 25px;
	margin-left: 25px;
}*/

.plan_contents1 p,
.plan_contents2 p{
	margin-bottom: 0;
}

.plan_contents1,
.plan_contents2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*margin-right: 25px;
	margin-left: 25px;*/
	width: 40%;
}
.option_button{
	display: flex;
    width: 100%;
}

.option_button + .option_button {
	margin-top: 16px;
}

.option_button .parts_text_type03_box.right {
    padding-right: 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.option_button .parts_text_type03_box.right p {
    margin-bottom: 5px;
}
.option_button .parts_text_type03_box.right img {
    display: none;
}
.option_button .parts_text_type03_box.right .btn03 {
    width: auto;
    font-size: 12px !important;
    padding: 5px 10px;
    background-color: #333;
}


.price{
	font-size: 13px;
	font-weight: bold;
    color: #d08e8e;
}

.plan_result{
	/*display: none !important;*/
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	padding: 4px 44px !important;
	z-index: 100;
	display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow:0px 0px 3px 0px #a5a5a5;
    background: #f2f2f2;
/*     background-image: url(../images/back_price.png);
background-repeat: no-repeat;
background-size: 50%;
background-position: 0% 49%; */
}
.form_make{
    /*display: flex;*/
}
.form{
    /*margin-right: 30px;*/
}
.form p {
    margin-bottom: 5px;
}
.option_title{
	font-size: 18px;
    font-weight: 600;
}
.option_price1{
	font-size: 15px;
    margin: 0;
    background: #10347e;
    color: #fff;
    width: fit-content;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    padding: 1px 14px;
}
.option_price2{
   /*  background: #f3f3f3; */
    padding: 3px 10px;
    width: 267px;
    /* border: 2px solid #b92626; */
    background: #fff;
    border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
}
.op1 p{
    margin: 0;
    
}
.op1{
    /* border: 2px solid; */
    display: flex;
    position: relative;
    /* display: inline-block; */
    margin: 1.5em 0;
    /* padding: 7px 10px; */
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
}
.op1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
.op2{
    display: flex;
    font-weight: 600;
}
.in001{
    background: #cd131f;
    padding:9px 17px;
    width: 22%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.in2{
    padding: 9px 17px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    line-height: 30px;
}
.plus{
	text-align: center;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    margin: 0 15px;
    font-weight: 600;
}
.Initial_cost{
    font-size: 20px;
}
.active,
.active_ssl{
	border: 3px solid #10347e;
	background: #c1d3f0;
	color: #333;
	font-weight: bold;
}
.active.paid,
.active_ssl.paid,
.active.paid:hover,
.active_ssl.paid:hover {
	border-color: #b92626;
	background: #efd7d7;
	color: #333;
}
.active:hover,
.active_ssl:hover{
	border-color: #10347e;
	background: #c1d3f0;
}
.companyname{
	height: 35px;
	width: 100%;
	margin: 10px 0;
	padding: 0 5px;
}
#print_year,
#print_month{
	float: right;
    /* margin-left: 26px !important; */
}
#form{
	display: flex;
	margin: 0 -5px;
    /*flex-direction: column;*/
}
#form input[type="button"]{
    background: #333;
    /*color: #333;
    border: 2px solid #333 !important;*/
    width: 100%;
    font-size: 14px !important;
    margin: 5px !important;
    padding: 8px 15px !important;
}
/*#form input[type="button"]:hover{
    background: #333;
    color: #fff;
}*/
#option_year,
#option_month{
	font-size: 32px;
    padding: 0 16px;
}
#Initial_cost{
    font-size: 20px;
    padding: 0 16px;
    font-weight: 600;
}
.flex_title,
.optionform{
	font-weight: 600;
    padding-right: 16px;
}
.option_list li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.option_list li{
	position:relative;
	padding-left:20px !important;
}
.option_select .option_list li:after,
.option_select .option_list li:before{
	content:''; 
	display:block; 
	position:absolute; 
	width:4px; 
	background:#aaa !important; 
	border-radius:10px;
}
.option_select .option_list li:after{
	top:6px; 
	left:6px; 
	height:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.option_select .option_list li:before{
	top: 12px !important;
    left: -2px !important;
    height: 4px !important;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.option_select{
	display: none;
}
.paid{
    background: #ecf4fa;
}

/* PC */
@media (max-width: 1200px) {
    .plan_result {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    #option_year, #option_month {
        font-size: 28px;
        padding: 0 10px;
    }
    .plus {
        font-sixe: 24px;
        margin: 0 10px;
    }
    .option_price2 {
        width: 200px;
        padding: 3px 5px;
    }
    .in001 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* タブレット */
@media (max-width: 991px) {
    .plan_result {
         flex-direction: column;   
    }
}

/* スマホ */
@media (max-width: 767px) {
    .clearfix { width: 100%;}
    .option_button { flex-direction: column; margin-top: 0;}
    .plan_contents1, .plan_contents2 {
        width: 100%;
        margin: 0 0 15px !important;
        padding: 15px !important;
    }
    .plan_result {
        padding: 15px 15px 1px !important;
        background-image: none;
    }
    .all_price {
        display: flex;
        flex-direction: column;
    }
    .option_price1 {
        font-size: 16px;
    }
    .plus {
        font-size: 22px;
        padding-right: 5px;
        padding-left: 5px;
    }
    #option_year, #option_month {
        font-size: 22px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .form_make {
        flex-direction: column;
        width: 100%;
    }
    .form {
        margin: 0 0 10px;
    }
    .form_make .optionform {
        display: none;
    }
    .form input {
        width: 100%;
        margin-bottom: 0;
    }
    #print_year, #print_month {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .option_button .right{
        width: 100% !important;
        padding-left: 0 !important;
    }
    .fNavi{
        display: none;
    }
    #form{
	    margin: 0 -18px;
    }
    #form input[type="button"]{
        margin: 1px !important;
        padding: 8px 7px !important;
    }
    .op1{
        margin: 10px 0 20px 0;
    }
    .form p {
        margin-bottom: 0;
    }
}

@media (max-width: 460px) {
    .in001,
    .option_price1 {
        font-size: 12px;
    }
    .Initial_cost {
        font-size: 16px;
    }
    #option_year, #option_month {
        font-size: 16px;
    }
    .option_price2 {
        width: 160px;
        margin-bottom: 0;
    }
    #form input[type="button"] {
        font-size: 12px !important;
    }
    .in2,.in001{
        padding: 0 6px;
    }
    .plan_result {
    padding: 0px 15px 1px !important;
    }
}

@media (max-width: 416px) {
    .all_price {
    width: 100%;
    }
    .in001,
    .option_price1 {
    white-space: nowrap;
    }
    .option_price2 {
    width: 100%;
    }
    .plus{
        margin: auto;
    }
/*     #form {
flex-direction: column;
} */
}

/* ---------------------------------------------------------------------------------------- 
	お見積書
---------------------------------------------------------------------------------------- */
.print{
	width: 90%;
	margin: auto;
	display: none;
}

table td,th{
	text-align: center;
	white-space: nowrap;
}


.sum,
.cdmonth{
	text-align: right;
}
.cdmonth{
	padding-left: 63px;
}

.name{
	width: 50%;
    text-align: right;
    border-bottom: 1px solid #000;
    font-size: 18px;

    display: inline-flex !important;
    justify-content: space-between;
    align-items: flex-end;
}
.today,
.esleft,
.tax_price{
	display: inline-block;
}
.today{
	float: right;
}
#day{
	padding-left: 28px;
}
/*.esleft{
	width: fit-content;
}*/
#estimation,
#estimationssl{
	font-size: 30px;
    padding: 0 20px 0 40px;
}
.cd{
	border-bottom: 1px solid #000;
	padding-top: 40px;
	width: fit-content;
}
.estimation{
	border-bottom: 1px solid #000;
	width: fit-content;
}
.tax_not,
.tax{
	border-bottom: 1px solid #000;
}
#tax_not,
#tax{
	padding-left: 28px;
	text-align: right;
}
.pan{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#name_out{
	/*float: left;*/
	width: 80%;
	text-align: left;
}
.taxleft{
	float: right;
}

@media print{
	
	.header,
	.no-print {
		display: none !important;
	}
	
	.print{
	    display: block !important;
	}

	.display {
		display: none !important;
	}
}