/*r_vacuum_device_sp.css*/

.sp {
    width: auto;
    height: auto;
    margin-right: auto;
}

p {
    font-size: 14px;
}

.cont_inner h3, .one_column_cont h3 {
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .wchiller_top02 {
        min-height: 160px;
    }
}

@media screen and (max-width: 428px) {
    .wchiller_top02 {
        background-image: url(/assets/support/w_chiller/images/title_sp_main.png) no-repeat center center;
background-size:contain;
        min-height: 200px;
    }

}

.vacuum_top02 img {
    width: 100%;
}

.vacuum_top02 {
    padding: 6px 0px 0px 10px;
    min-height: 60px;
}

.vacuum_top02 h1 {
    font-size: 14px
}

.vacuum_top02 h1 p {
    font-size: 12px;
}


.vacuum_top02 h1 p span {
    font-size: 14px;
}

.vacuum_cont h2 p {
    margin-left: 0;
    padding: 1px 5px 2px 5px;
    margin-top: 5px;
    font-size: 14px;
}

.vacuum_top02 h1 sub {
    font-size: 14px;
}

.vacuum_cont h2 p > span > span {
    font-size: 16px;
}

.ft14_sp {
    font-size: 14px!important;
}

img.sp {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.vacuum_cont div.result {
    margin-bottom: 10px;
}

.mb_10_sp {
    margin-bottom: 10px;
}

.mb_20_sp {
    margin-bottom: 20px;
}

.mb_30_sp {
    margin-bottom: 30px;
}

.p_caution {
    margin: auto;
}


.p_caution h3{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 26px;
}

.p_caution h3{
    font-size: 16px;
    font-weight: 600;
}


.p_caution h3:before {
    content: '';
    border: 3px solid #b3b3b3;
    position: absolute;
    left: 0;
}

.p_caution h3:after {
    content: '';
    border: 3px solid #0072C1;
    position: absolute;
    left: 0;
    top: 0;
}

.p_caution p {
    font-size: 14px;
}

.car {
    font-weight: 700;
}

.mt15_m {
    margin-top: 0;
}

ul.c_balance {
    display: block;
}

ul.c_balance li {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
}

ul.c_balance li.ar {
    width: 100%;
    text-align: center;
}

ul.c_balance li.ar img {
    transform: rotate(90deg);
    position: static;
    width: 24px;
}

ul.c_balance li:last-child {
    margin-right: auto;
}

.cau_note {
    width: 100%;
    margin: 20px auto;
    border: 2px solid #f70909;
}


.cau_note .cau_note_l {
    margin-right: 8px;
    background: #f70909;
}

.cau_note .cau_note_l p {
    font-size: 16px;
    color: #fff;
    padding: 3px 8px;
    white-space: nowrap;
}

.cont_inner h2.noteTitle:before {
    content: none;
}

.cau_note .cau_note_r p {
    color: #f70909;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.c_caution {
    width: 100%;
    margin: auto;
}

.wch_bt {
    width: 200px;
    font-size: 14px;
}

.cau_bt {
    width: 200px;
    font-size: 14px;
}


ul.vacuum01 {
    display: block;
    width: 90%;
    margin: 30px auto;
}

ul.vacuum01 li:first-child {
    width: 100%;
    margin-bottom: 30px;
}

ul.vacuum01 li:nth-child(2) {
    width: 100%;
}

.vacuum_list01 ul {
    display: block;
    width: 100%;
}

.vacuum_list01 ul li {
    width: 100%;
    margin-right: auto;
}

.vacuum_list01 ul li div {
    padding: 15px 15px 0 15px;
    height: 460px;
}

.vacuum_list01 ul li div.hl_sp {
    height: 400px;
}

.vacuum_list01 ul li div p.title {
    font-size: 14px;
}

.vacuum_list01 ul li p {
    font-size: 14px;
}

.vacuum_list01 ul li img {
    width: 420px;
}

.vacuum_list01 ul li div p.parcentage {
    font-size: 18px;
    line-height: 1.2;
}

.vacuum_list01 ul li div p.parcentage span.num {
    font-size: 38px;
}

.vacuum_list01 ul li div p.parcentage span {
    font-size: 22px;
}

.vacuum_list01 ul li p.link_tx {
    font-size: 18px;
    height: 36px;
    padding: 10px 10px;
}

.vacuum_list01 ul li div p.parcentage.parcentage02 {
    bottom: 85px;
}

.re_pad_tx {
    font-size: 18px;
    font-weight: 700;
    color: #0072c1;
padding:0 0;

}

.re_pad_tx_s {
    font-size: 14px;
    font-weight: bold;
    padding:10px 0;
}


.handlingList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.handlingList > li {
    width: 49%;
    max-width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #0072c1;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.handlingList > li:nth-child(2n) {
    margin-right: 0;
}

.handlingList p.ft_title {
    font-size: 14px;
    font-weight: 600;
    padding-left: 0px;
    padding-top: 10px;
}

.handlingList p {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 10px;
}

.handlingList img {
    width: 60%;
    padding-left: 50px;
}


.handling_txtl {
    float: left;
    font-size: 12px;
    padding: 20px 0px;
}

.handling_txtl a{
	color:#0074BF;
	font-size:inherit;
}

.handling_txtl a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    box-sizing: border-box;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #0072c1;
}



/*--------------------
  入力フォーム
  ---------------------*/
.form_regist_bg{
    width: 100%;
    background: #eaeaea;
	padding:10px;
	margin-bottom:15px;
	min-height:1em;
}

.form_regist {
    width: 96%;

    margin: 10px auto;
}

.form_regist_h{
    font-size: 16px;
	color:#F00;
	font-weight:bold;
}

.form_regist_left{
    display: block;
    width: 100%;
    max-width: 380px;
   margin-bottom:30px;
}
.form_regist_right{
    display: block;
    width: 100%;
    max-width: 380px;
}


.form_regist .rhead{
	width:100%;
    background: #000000;
	font-weight:bold;
	color:#FFF;
vertical-align: middle;
	text-indent:5px;
    display: block;
}


.cf {
    width: 100%;
    margin: auto;
}
.contact-bg {
    width: 96%;
    background: #eaeaea;
    margin: 30px auto 0;
}

.contact-form {
    width: 90%;
    padding: 10px 0;
    margin: 20px auto 0;
} 


.cau_box {
    display: block;
    width: 100%;
    border: 2px solid #f70909;
    background: #ffffff;
    padding: 6px 10px 6px 10px;
    text-align: center;
    margin:  30px auto;
}

input[type=text],
input[type=email] {
width: auto;
	padding: 7px 10px;
	font-size: 90%;
	background: #ffffff;
}
input[type=radio] {
    margin: 10px 20px;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
       display: block;
    width: 160px;
    background: #0074be;
    position: relative;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

input[name=btn_submit]:hover {
    opacity: 0.9;
}

input[name=btn_back] {

	background: #999;
}
.label {
	display: inline-block;
	margin-bottom: 10px;
    font-weight: 700;
	width: 160px;
    font-size: 14px;
        padding-right: 10px;
}

.label2 {
	display: inline-block;
	margin-bottom: 10px;
    font-weight: 700;
	width: 300px;
    font-size: 14px;
        padding-right: 10px;
}

textarea {
  width: 86%;
}

.title_bgfp{
    display: block;
  width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    height: 40px;
    padding: 6px 0 10px 20px;
    margin-top: 0px;
vertical-align: middle;
}
.lab_p {
    font-size: 18px!important;
    padding: 0px 0 10px 110px;

}

/*---------------------------------------------
  入力フォーム確認ページ
  ---------------------------------------------*/
.btn_wrap {
    width: 100%;
}

input[name=btn_back] {
    width: 150px;
    height: 40px;
background: #999;
    margin: 20px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

input[name=btn_confirm] {

    width: 150px;
    height: 40px;
    background: #0074be;
    position: relative;
    margin: 20px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

input[name=btn_confirm]:hover {
    opacity: 0.9;
cursor: pointer;
}
input[name=btn_back]:hover {
    opacity: 0.9;
cursor: pointer;
}
.contx {
    font-size: 14px;
　color:#000000;
   padding-left: 20px;
} 

/*---------------------------------------------
  真空Labo
  ---------------------------------------------*/

@media screen and (max-width: 767px) {
    .labo_top02 {
        min-height: 160px;
    }
}

@media screen and (max-width: 428px) {
    .labo_top02 {
        background-image: url(/assets/support/vacuum_device/labo/image/00_bnr_labo_x2.png) no-repeat center center;
background-size:contain;
        min-height: 200px;
    }

}

.labo_top02 img {
    width: 100%;
}

.labo_top02 {
    padding: 6px 0px 0px 10px;
    min-height: 60px;
}

.labo_top02 h1 {
    font-size: 14px
}

.labo_top02 h1 p {
    font-size: 12px;
}


.labo_top02 h1 p span {
    font-size: 14px;
}


.lobo-wrapper {
    flex-direction: column-reverse;
  }
.column1, .column2 {
  width: 100%;
}
.column1 {
  padding: 2px;
} 


.column1title {
  font-size: 14px;
    font-weight: 600;
    color: #0072c1;
   padding: 0 20px;
}
.column1txt {
  font-size: 12px;
   padding: 0 20px;
}


.handring-wrapper_left img {
  width: 70%;
margin:20px 70px;

}

.handring-wrapper_right{
  width:100%;
	display:block;
}

.handring-wrapper_right p{
    font-size: 14px;
	font-weight:bold;
    color: #0072c1;
	line-height:22px;
}


.handring_area ul{
    display: block;
    width: 100%;
    margin-left: 94px;
}
.handring_area ul li {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}


.handring_area ul li img {
    width: 100%;
}

.handring_area ul li:last-child {
    margin-right: auto;
}

/*---------------------------------------------
  チラー リース会社 202305追加
  ---------------------------------------------*/

.complist{
    width: 100%;
　margin-left:10px;
}

.complist p{
    font-size:14px;
    font-weight: 600;
    padding-left:6px;
    padding-top:18px;
}

.complist span{
    font-size:14px;
    padding-left:6px;
}



.lease_linkbt {
    width: 100%;
    height: 60px;
}


