@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@1,900&display=swap');
.car-list-disp{
	background-image: url(/index/images/blue_bck.jpg);
	background-repeat:repeat;
	padding: 9px 0;
	/* margin: 50px 0; */
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
}
.h3_title{
	background-image: url(/index/images/light_blue_bck.jpg);
	background-repeat:repeat;
	padding: 21px 0;
	/* margin: 50px 0; */
	text-align: center;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #FFF;
	font-size: 18px;
}
.car-list-disp h2,.h3_title h3{
	font-size: 18px;
}
.car_img{
	text-align: center;
}
.bg_blue{
	background-color: #edf7fc;
	padding: 35px 0;
}
.plan_title{
	text-align: center;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 10px;

}
.plan_title p {
    font-size: 28px;
    line-height: 1.0;
    font-weight: 700;
    position: relative;
    margin: 0 0 13px;
    text-align: center;
    display: inline-block;
    padding: 0 23px;
    font-size: 16px;
}
.plan_title p::before {
    left: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    width: 0;
    height: 36px;
    display: block;
    border-left: 7px dotted #3433ca;
    position: absolute;
    bottom: -30px;
    pointer-events: none;
    left: 1px;
}
.plan_title p::after {
    right: -31px;
    bottom: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    content: "";
    width: 36px;
    height: 0;
    display: block;
    border-bottom: 7px dotted #3433ca;
    position: absolute;
    pointer-events: none;
}
.plan_disp{
	margin: 5px 5px 0;
	background-color: #FFF;
	display: flex;
	width: 100%;
}
.plan_disp dt{
	background-image: url(/index/images/blue_bck.jpg);
	background-repeat:repeat;
	/* margin: 50px 0; */
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	width: 93px;
	line-height: 107px;
}
.plan_disp dd{
	border: 2px solid #3433ca;
	width: calc(100% - 100px);
}
.plan_disp table{
	-webkit-font-smoothing: subpixel-antialiased;
	table-layout:fixed;
	border: none;
	background-color: #FFF;
	width:100%;
}



.plan_disp table th{
	background-color: #f0f0f0;
	padding: 5px 0;
	text-align: center;
	border: none;
	width: 95px;
	font-size: 13px;
	border-bottom: 1px solid #FFF;
}
.plan_disp table td{
	background-color: #FFF;
	text-align: center;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	border: none;
	border-bottom: 1px solid #dfdfdf;
}

.plan_disp, dd, table, tr, th, red_txt bd_r, WorkSans, plan_price{
    text-align: center;
}

 .red_txt{
	color: #ff0000;
}
.WorkSans{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 21px;
	color: #ff0000;
}
.plan_disp table td .WorkSans{
	margin: 0 3px 0 0;
}
.ml_5{
	margin-left: 3px;
}
.plan_disp table td .plan_price{
	font-size: 19.5px;
	text-align: center;

}


.plan_disp table tr .plan_price{
	font-size: 16px;
	text-align: center;
}

.plan_disp table th.bd_r{
}
.plan_disp table td.bd_r{
}

.container{

 position: relative;

  width:100%;
  height:45px;
  background-color:#f1eeee;
  text-align:center;
   display: flex;
    justify-content: center;
    align-items: center;
}

.plan_box{

      position: absolute;
      top: 25%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);

}




.packwrap{
	padding: 15px 0;
}
.gold_pck{
	background-image: url(/lease/images/basic_bck.jpg);
	background-repeat:repeat;
	padding: 7px;

}
.basic_pck{
	background-image: url(/lease/images/anshin_bck.jpg);
	background-repeat:repeat;
	padding: 7px;

}

.platina_pck{
	background-image: url(/index/images/light_blue_bck.jpg);
	background-repeat:repeat;
	padding: 7px;

}

.pack_plan{
	background-color: #FFF;
	padding: 15px 20px;
	font-size: 15px;
}

.pack_price{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	/*border-bottom: 3px solid #dddddd;*/
}
.pack_price .WorkSans{
	font-size: 40px;
    	margin-left: 30px;
}
.pack_plan ul{
	margin: 0px 0px 0px;
}
.pack_plan ul li{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin: 0px 0 10px;
}
.pack_plan ul li:before{
	content:'●';
	font-size:14px;
	color:black;
	margin:0 15px 0 0;
}
.anshin_pck ul li:before{
	color:#f41811;
}
.packwrap dl:first-child{
	margin:0 0 40px;
}

.tel-size{
	font-size: 20px;
	font-weight: 900;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 32px;
}
.contact_tel i{
	background-color:#3728c5;
	padding:7px;
	border-radius:5px;
	color:#FFF;
	font-size:18px;
	margin:0 7px 0 0;
	position:relative;
	top:-3px;
}

.contact_disp{
	background-image: url(/index/images/blue_bck.jpg);
	background-repeat:repeat;
	padding: 20px 15px;
}
.contact_title{
	text-align: center;
	margin-bottom:10px;
}
.contact_title span{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	color: black;
	font-size: 18px;
	border-bottom: 5px solid #ffec16;
	padding: 0 12px 0px;
	color: #FFF;
}
.contact_disp_in{
	background-color: #FFF;
	padding: 20px 10px;
	/* display: flex; */
	/* justify-content: center; */
	/* border-radius: 10px; */
	margin: 10px 0;
	text-align: center;
}
.contact_tel{
	line-height:1.2;
	text-align:center;

}
.contact_tel i{
	background-color:#3728c5;
	padding:7px;
	border-radius:5px;
	color:#FFF;
	font-size:18px;
	margin:0 7px 0 0;
	position:relative;
	top:-3px;
}
.contact_tel p:first-child{
	font-weight:bold;
	margin: 0 0 0px;
	padding: 0 0 0 38px;
}
.contact_tel p:last-child{
	font-size:14px;
	text-align:center;
	margin: 0px 0 0px;
}


.contact_disp_in a{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
	display:block;
	font-size: 19px;
	color: rgb(1, 1, 1);
	background: rgb(255,236,22);
	box-shadow: 0px 4px 5px 0px rgba(77, 77, 77, 0.26);
	width: 90%;
	height: 65px;
	line-height: 65px;
	z-index: 17;
	text-align:center;
	text-decoration:none;
	left:0;
	right:0;
	margin: auto;
}
.contact_disp_in a i{
	font-size:25px;
	margin:0 5px 0 0;
	position:relative;
	top:2px;
}

.text-right{
text-align:right;
}



a#line_detal_link {
    background: #00b921;
    /* border-radius: 4px; */
    display: block;
    width: 90%;
    margin: 10px auto 0;
    height: 65px;
    box-shadow: 0 0 5px #80807b;
    line-height: 65px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
a#line_detal_link i{
	font-size: 38px;
	margin: 0px 11px 0 0;
	color: #FFF;
	font-weight: normal;
	position: relative;
	top: 7px;
}