body {
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    color: #212529;
}


@font-face {
    font-family: RyuminPro-Medium;
    src: url("../assets/fonts/RyuminPro-Medium.ttf")  format("truetype");
}
@font-face {
    font-family: RyuminPro-Light;
    src: url("../assets/fonts/RyuminPro-Light.ttf")  format("truetype");
}
@font-face {
    font-family: CorporateA-Demi;
    src: url("../assets/fonts/CorporateA-Demi.ttf")  format("truetype");
}
@font-face {
    font-family: HiraKakuPro-W6;
    src: url("../assets/fonts/HiraKakuPro-W6.ttf")  format("truetype");
}
@font-face {
    font-family: GothicMB101Pr5-R;
    src: url("../assets/fonts/GothicMB101Pr5-Regular.ttf")  format("truetype");
}
@font-face {
    font-family: Mincho;
    src: url("../assets/fonts/MSMINCHO.ttf")  format("truetype");
}

@font-face{font-family:'Noto Sans CJK jp';font-style:normal;src:url(../assets/fonts/NotoSansCJKjp-Black.woff) format('woff');font-display:swap}
@font-face{font-family:'Noto Sans CJK jp';font-style:normal;src:url(../assets/fonts/NotoSansCJKjp-Regular.woff) format('woff');font-display:swap}
@font-face{font-family:'Noto Sans CJK jp Vertical';font-style:normal;src:url(../assets/fonts/NotoSansCJKjp-Black_vertical.woff) format('woff');font-display:swap}
@font-face{font-family:'Noto Sans CJK jp Vertical';font-style:normal;src:url(../assets/fonts/NotoSansCJKjp-Regular_vertical.woff) format('woff');}

.notosanscjk  {
    font-family: 'Noto Sans CJK jp','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 900 !important;
}
.ryuminpro_medium {
    font-family: RyuminPro-Medium;
    font-weight: bold;
}
.ryuminpro_light {
    font-family: RyuminPro-Light;
    font-weight: 400;
}
.corporatea_demi {
    font-family: CorporateA-Demi;
}
.hirakaku_pro6 {
    font-family: HiraKakuPro-W6;
}
.gothicmb101pr5 {
    font-family: GothicMB101Pr5-R;
}


.container {
    margin-bottom: 20px;
}

.financial_section {
    width: 100%;
    display: flex;
    margin-top: 50px;
	flex-wrap: wrap;
}

.left_section {
    width: 65%;
    float: left;
    background: #fff;
    padding-right: 80px;
	box-sizing: border-box;
}

.right_section {
    width: 35%;
    float: right;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    
}
.financial_top_section {
    width: 100%;
    padding: 6px 15px;
    display: flex;
    color: #212529;
    align-items: center;
    justify-content: space-between;
    background: #f0f0f0;
}

.top_section_center {
    color: #00abed
}

.financial_price {
    width: 100%;
    background: #fff;
    padding: 0px 15px 0px 0px;
	box-sizing:border-box;
}

.financial_price h1 {
    color: #00a0e9;
    font-size: 60px;
    margin: 50px 0px 0px 0px;
    margin-bottom: 15px;
    text-align: center;
}



.financial_price h2 {
    color: #212529;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
}

.slider_drag_drop {
    width: 100%;
    background: #fff;
    padding: 10px 15px 0px 0px;
    color: #212529;
}

.slider_drag_drop label {
    margin: 0px 10px 0px 0px;
}

.financial_sidebar {
    background: #f0f0f0;
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    box-sizing: border-box;

}

.financial_prices {
    margin-bottom: 30px;
}
.financial_prices input {width: 60%;padding: 5px;}
.financial_prices input:focus {outline: none;}

.financial_prices h2 {   
    color: #212529;
    margin: 0px 0px 5px 0px;
    font-size: 26px;
    font-weight: 900 !important;
	font-family: 'Noto Sans CJK jp','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	
}
.financial_prices.active h2 {
    color: #212529;
    font-size: 48px;
    margin-top: -8px;
}
.monthly_lease_value {  
    color: #212529;
    margin: 0px 0px 5px 0px;
    font-size: 26px;
    font-weight: 400;
}
.monthly_lease_value {
    color: #212529;
    font-size: 48px;
    margin-top: -8px;
}
.financial_prices.active span {font-size: 16px;}
#monthly_lease_value {color: #212529;font-size: 48px;}
.financial_prices.active p {
    color: #212529;    
}

.financial_prices p {    
    color: #212529;
    margin: 0px;
    font-size: 16px;
}

.sidebar_toggle_section {
    width: 100%;
    display: flex;
    align-items: center;

}

.sidebar_toggle_section p {
    font-family: GothicMB101Pr5-R;
    font-weight: normal;
    color: #212529;
    margin: 0px 20px 0px 0px;
}

.slider_section {
    width: 100%;
    margin-bottom: 15px;
}

.slider_section span {
    color: #777777;
	font-family: GothicMB101Pr5-R;
}

label.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
    margin: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sliders {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: solid 1px #212529;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliders:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    bottom: 0px;
    background-color: #212529;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus+.sliders {
    box-shadow: 0 0 1px #fff;
}

input:checked+.sliders:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.sliders.round {
    border-radius: 50px;
}

.sliders.round:before {
    border-radius: 50%;
}

.slide_range {
    width: 70%;
    position: relative;
    height: 60px;
    margin-left: 50px;
  
}



.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 14px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    position: absolute;
    left: 0;
    margin-top: 30px;
    border-radius: 50px;
    border: none;    
}

 .slider_after { 
    position: absolute; 
    right: -64px;
    bottom: 24px;
    font-size: 36px;
    line-height: 0px;
    font-weight: bold;
    font-family: monospace;
    color: #00a0e9;
    cursor: pointer;
  } 

   .slider_before { 	
    width: 20px;
    height: 4px;
    background: #00a0e9;
  }

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 35px;
    height: 35px;
    background: #00a0e9;
    cursor: pointer;
    border-radius: 50px;
}

.slider::-moz-range-thumb {
    width: 35px;
    height: 35px;
    background: #00a0e9;
    cursor: pointer;
    border-radius: 50px;
}

.ui-slider-range.ui-widget-header.ui-slider-range-min {
    border-radius: 50% !important;   
    background: transparent;
}

a.ui-slider-handle.ui-state-default.ui-corner-all {
    position: absolute;
    top: -10px;
}
a.ui-slider-handle.ui-state-default.ui-corner-all {
    border: none !important;
    border-radius: 50% !important;
    width: 35px;
    height: 35px;
    background: #00a0e9;
    cursor: pointer;
    outline: none !important;
}

.value {
    width: 100%;
    text-align: center;
}

.financial_btn button{background: #333333;
    width: 140px;
    height: 30px;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    float: left;
    margin-top: 20px;}

    .slide_range_section {width: 100%;}

    .mincho {
        /*font-family: Mincho;*/
        font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
        font-weight: 600
    }
    
    
     .fs_12 {
        font-size: 12px;
    }
    .fs_14 {
        font-size: 14px;
    }
    .fs_20 {
        font-size: 20px;
    }
    .fs_21 {
        font-size: 21px;
    }
    .fs_22 {
        font-size: 22px;
    }
    .fs_28 {
        font-size: 28px;
    }
    .fs_40 {
        font-size: 40px;
    }
    .fs_94 {
        font-size: 94px;
    }
    
    .cs_title {
        font-weight: bold;
    }
    .cs_normal {
        font-weight: normal;
    }
    .bluesky {
        color: #00a0e9;
    }
    .black {
        color: black;
    }
    .red {
        color: red;
    }
    
    .dg_bg{
        background: #e5e5e5;
    }
    .g_bg{
        background: #f2f2f2;
    }
    
    .mright {
        padding: 20px;
    }
    .external_link {
        width: 100%;
        padding: 7px;
        border: solid 2px #00a0e9;
        text-align: center;
        cursor: pointer;
    }
    .external_link img {
        margin-left: 10px;
    }
    .calc_summary{
        width: 100%;
     
    }
    .calc_summary td{
    padding: 0px 20px 7px 0px !important;
	}
	.calc_summary tr:nth-last-of-type(2) td{

	padding-bottom:7px;

	}
    .total_line{
		border-top: solid 1px;
		padding: 10px 20px!important;
	}
    .cs_title {
        font-weight: bold;
    }
    
    .mleft {
        padding: 20px;
    }
    .full_calc{
        width: 100%;
    }
    .full_calc td{
        padding: 7px 10px;
    }
    .cm_title {
        /*font-weight: bold;*/
        padding-left: 22px !important;
    }
    
    label.wrap {
        overflow: hidden; 
        height: 35px;    
        position: relative;
        display: block;
        margin-bottom: 0;
    }
    
    select.m_select{      
        width: 100px;
        height: 35px;
        border: none;
        text-align-last: right;  
        -ms-text-align-last: right;    
       -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 29px;
    }
    select.m_select option {
        direction: rtl;
    }
    label.wrap:after {
        content: "\f107 ";
        font-family: FontAwesome;
        color: #212529;
        position: absolute;
        right: 8px;
        top: 4px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;  
    }
    select::-ms-expand {
        display: none;
    }
    
    .m_input{
        width: 150px;
        height: 35px;
        text-align: right;
        padding-right: 8px;
        border: none;
    }
    /* For Firefox */
    input[type='number'] {
        -moz-appearance:textfield;
    }
    /* Webkit browsers like Safari and Chrome */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .m_blackbtn {
        background: #333333;
        width: 140px;
        height: 30px;
        color: white;
        text-align: center;
        border: none;
        cursor: pointer;
        float: right;
        margin-top: 20px;
    }
    .m_blackbtn:hover {
        background: #444444;
    }
    
    .last_row {
        padding: 40px 15px;
    }
    .m_blueskybtn {
        background: #00adef;
        padding: 20px 35px;
        color: white;
        text-align: center;
        border: none;
        cursor: pointer;
        margin: auto;
    }
    .m_blueskybtn:hover {
        background: #1db6f3;
    }
	
	.slider::before { 
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    width: 50px;
    height: 14px;
    background: #d3d3d3;
    border-radius: 50px;
  }

  .slider::after { 
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 50px;
    height: 14px;
    background: #d3d3d3;
    border-radius: 50px;
  }

  .minus_icon {padding: 8px 8px 8px 0px;
position: absolute;
left: -50px;
bottom: 14px;
cursor: pointer;}
    
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .external_link {
            padding-top: 8px;
            padding-bottom: 2px;
        }
        .m_blueskybtn {
            padding-bottom: 12px;
        }
     }
	 
	 
@media (min-width:320px) and (max-width:767px) {
	.left_section {width:100%;padding-right:0px;}
	.right_section {width:100%; margin-top:0px; padding-bottom:15px;}
	.slider {height: 8px;}
	.slider_after {top: 32px;right: -54px}
	.slider_before {top: 32px;}
	.slider::before {height: 8px;right: -15px;}
	.slider::after {height: 8px;}
	.slider::-webkit-slider-thumb {width: 25px;height: 25px;}
	.slider::-moz-range-thumb {width: 25px;height: 25px;}
	a.ui-slider-handle.ui-state-default.ui-corner-all {width: 26px;height: 26px; top: -9px;}
	.minus_icon {bottom: 16px;}
}

