﻿/*固有の定義*/

/*ヘッダー*/

.header-content {
  padding: 0;
  height: 42px;
  width: 1024px;
  background-color: #000000;
  color: #ffffff;
}

.header-line-l {
  border-left: 1px solid white;
  line-height: 1.0em;
}

.history-back {
  padding: 2px 4px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
}

  .history-back:hover {
    color: #ffff00;
    border-color: #ffff00;
  }

  .history-back * {
    position: relative;
    display: inline-block;
  }

  .history-back > .arrow {
    transform: rotate(-90deg)
  }

#cmnHelp {
  cursor: pointer;
}

/*パンくず*/

.bread-crumb {
  cursor: default;
}

  .bread-crumb > li {
    position: relative;
    display: inline-block;
    padding: 3px 0px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }

    .bread-crumb > li.item {
      padding: 2px 4px;
      border: 1px solid white;
      border-radius: 5px;
      font-size: 1.1em;
      font-weight: normal;
    }

      .bread-crumb > li.item[callback],
      .bread-crumb > li.item[href] {
        cursor: pointer;
      }

        .bread-crumb > li.item[callback]:hover,
        .bread-crumb > li.item[href]:hover {
          color: #ffff00;
          border-color: #ffff00;
        }

/*印刷用*/
#print_format,
#mail_format {
  height: 0;
  widows: 0;
  display: none;
}

/*起動画面*/
#LicenseKey,
#Password,
#UseArea,
.startup-text {
  height: 70px;
  width: 345px;
  text-align: center;
  font-size: 30px;
  border: 3px solid #ff0000;
  color: #ffffff;
  background-color: transparent;
  border-radius: 15px;
}

/*メニュー画面*/
.font-menu {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 18px;
}

/*Panel*/
/*height, widthを指定すること*/
/*縦向き*/
.panel-vertical-header {
  background-color: #000000;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

.panel-vertical-body {
  background-color: #ffffff;
  color: #000000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #000000;
}

/*横向き*/
.panel-horizon-header {
  background-color: #000000;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

.panel-horizon-body {
  background-color: #ffffff;
  color: #000000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #000000;
}

/*オーバル(角丸長方形)のパネル*/
.panel-oval {
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #000000;
}

/*table*/
.table-header {
  background-color: #000000;
  color: #ffffff;
}

/*color*/
.back-color-red {
  background-color: #fee8dd;
}

.back-color-blue {
  background-color: #c6eafa;
}

.back-color-green {
  background-color: #e2f2e7;
}

.back-color-gray {
  background-color: #e6e7e8;
}

/*画像ボタン*/
.image-button {
  padding: 0;
  border: none;
  background: transparent;
}

/*spanやdivのボタン化*/
.effect-button:hover {
  cursor: pointer;
  opacity: 0.5;
}

/*レイアウト調整*/
/*2行以上のテキストの中央揃え*/
.multipule-lines-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*文字数オーバー時、三点リーダーで省略*/
.text-overflow-leader {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*input*/
input[type="text"] {
  color: #0064c8;
  font-size: 30px;
  border-style: none;
  background-color: transparent;
}

img[type="button"].effect-button {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  border: none;
}

/*Submitボタンを画像で配置するクラス*/
/*.image-submit {
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  color: transparent;
}*/

img[type=button][disabled=disabled],
img[type=submit][disabled=disabled] {
  filter: contrast(50%);
}

img.bulk_settings_lock {
  filter: contrast(0.5);
  cursor: default;
}

input[disabled=disabled].bulk_settings_lock {
  color: #808080;
}

img[type="print"]:hover:not([disabled=disabled]),
img[type="mail"]:hover:not([disabled=disabled]),
img[type="button"]:hover:not([disabled=disabled]),
img[type="submit"]:hover:not([disabled=disabled]) {
  cursor: pointer;
  /*opacity: 0.8;*/
}

/*scrollbar非表示*/
/*Chrome、Safariでの設定*/
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
/*IE、Edgeでの設定*/
.scrollbar_none {
  height: 200px;
  overflow-y: auto;
  -ms-overflow-style: none;
}

/*#region 疑似クラス 共通*/
/*ラジオボタン*/
input[type="radio"].button-label-change {
  display: none;
}

input[type="radio"] + label.button-label-change {
  display: inline-block;
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.button-label-change {
  background-repeat: no-repeat;
}
/*#endregion*/

/*#region 疑似クラス ページ別*/
/*#region Achievement/Setting */
/*ラジオボタン*/
input[type="radio"]:checked + label.achievementRadio {
  background-color: #0064c8;
  color: #ffffff;
}
/*#endregion */

/*#region Estimate/TireInformationInput */
/*ラジオボタン*/
input[type="radio"] + label.tii-info1 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety1_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info1 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety1_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info2 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety2_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info2 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety2_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info3 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety3_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info3 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety3_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info4 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety4_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info4 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerSafety4_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info5 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_Empty_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info5 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_Empty_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info6 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterSafety1_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info6 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterSafety1_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info7 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterSafety2_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info7 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterSafety2_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info8 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerInspection_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info8 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_SummerInspection_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"] + label.tii-info9 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterInspection_N.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}

input[type="radio"]:checked + label.tii-info9 {
  background-image: url("../img/Estimate/EstimateInput/BtnInformationFrame/EstimateInput_BtnInformationFrame_WinterInspection_H.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 300px;
  height: 100px;
}
/*#endregion */
/*#region Estimate/TireResult */
/*割引の矢印*/
.tr-arrow {
  background-color: #ffd800;
  border: 2px solid #ffd800;
  max-width: 321px;
  height: 44px;
}

  .tr-arrow:before {
    content: '';
    width: 0;
    height: 0;
    left: -45px;
    bottom: -3px;
    border: 23px solid transparent;
    border-right: 20px solid #ffd800;
  }

/*#endregion */

/*#region Estimate/WheelCombinationSelect*/
/*ラジオボタン*/
input[type="radio"] + label.wcs-setno1 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber1_N.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"]:checked + label.wcs-setno1 {
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber1_H.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"] + label.wcs-setno2 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber2_N.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"]:checked + label.wcs-setno2 {
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber2_H.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"] + label.wcs-setno3 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber3_N.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"]:checked + label.wcs-setno3 {
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber3_H.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"] + label.wcs-setno4 {
  display: inline-block;
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber4_N.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}

input[type="radio"]:checked + label.wcs-setno4 {
  background-image: url("../img/Estimate/EstimateWheelList/BtnNumber/EstimateWheelList_BtnNumber4_H.png");
  background-repeat: no-repeat;
  background-size: 31px auto;
  width: 35px;
  height: 35px;
}
/*#endregion */

/*#region Gratitude/InformationInput */
/*ラジオボタン*/
input[type="radio"] + label.gii-winter-tire1 {
  display: inline-block;
  background-image: url("../img/Common/BtnUnusedStudress/Common_BtnUnusedStudress_N.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"]:checked + label.gii-winter-tire1 {
  background-image: url("../img/Common/BtnUnusedStudress/Common_BtnUnusedStudress_H.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"] + label.gii-winter-tire2 {
  display: inline-block;
  background-image: url("../img/Common/BtnUsedStudress/Common_BtnUsedStudress_N.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"]:checked + label.gii-winter-tire2 {
  background-image: url("../img/Common/BtnUsedStudress/Common_BtnUsedStudress_H.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"] + label.gii-studless-tire1 {
  display: inline-block;
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Maintenance_N.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}

input[type="radio"]:checked + label.gii-studless-tire1 {
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Maintenance_H.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}

input[type="radio"] + label.gii-studless-tire2 {
  display: inline-block;
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Storage_N.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}

input[type="radio"]:checked + label.gii-studless-tire2 {
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Storage_H.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}

input[type="radio"] + label.gii-studless-tire3 {
  display: inline-block;
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Driving_N.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}

input[type="radio"]:checked + label.gii-studless-tire3 {
  background-image: url("../img/Gratitude/GratitudeInput/BtnMaintenanceFrame/GratitudeInput_BtnMaintenanceFrame_Driving_H.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  width: 300px;
  height: 200px;
}
/*#endregion */

/*#region History/HistoryMenu*/
/*placeholderの色変更*/
.blue-placeholder::-webkit-input-placeholder {
  color: #0064c8;
}

.blue-placeholder:-ms-input-placeholder {
  color: #0064c8;
}

.blue-placeholder::-moz-placeholder {
  color: #0064c8;
}

.blue-placeholder:-moz-placeholder {
  color: #0064c8;
}
/*#endregion */

/*#region History/ServiceHistory */
/*ラジオボタン*/
input[type="radio"]:checked + label.sh-addpopupradio {
  background-color: #0064c8;
  color: #ffffff;
}
/*#endregion */

/*#region Manual/Detail*/
/*ボタン(画像の切り替え)*/
input[type="radio"] + label.md-button1 {
  background-image: url("../img/Manual/ManualDetails/Button/ManualDetails_ButtonGrayThin.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 305px;
  height: 60px;
}

input[type="radio"]:checked + label.md-button1 {
  background-image: url("../img/Manual/ManualDetails/Button/ManualDetails_ButtonOrangeThin.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 305px;
  height: 60px;
}

input[type="radio"] + label.md-button2 {
  background-image: url("../img/Manual/ManualDetails/Button/ManualDetails_ButtonGrayThick.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 305px;
  height: 90px;
}

input[type="radio"]:checked + label.md-button2 {
  background-image: url("../img/Manual/ManualDetails/Button/ManualDetails_ButtonOrangeThick.png");
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 305px;
  height: 90px;
}
/*#endregion*/

/*#region Selection/SelectionAnswers*/
/*ボタン(画像の切り替え)*/
input[type="radio"] + label.ssa-button1 {
  background-image: url("../img/Selection/SelectionAnswers/SelectionAnswerYes_N.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
}

input[type="radio"]:checked + label.ssa-button1 {
  background-image: url("../img/Selection/SelectionAnswers/SelectionAnswerYes_H.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
}

input[type="radio"] + label.ssa-button2 {
  background-image: url("../img/Selection/SelectionAnswers/SelectionAnswerNo_N.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
}

input[type="radio"]:checked + label.ssa-button2 {
  background-image: url("../img/Selection/SelectionAnswers/SelectionAnswerNo_H.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
}
/*#endregion*/

/*#region Setting/SpecialDiscount*/
/*チェックボックス・ラジオボタン*/
input[type="checkbox"] + input + label.sd-special-discount-check {
  background: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnBundleDiscountEnabled/SettingsSpecificDiscount_BtnBundleDiscountEnabled_N.png");
  background-repeat: no-repeat;
  background-size: 45px auto;
  display: inline-block;
  width: 200px;
  height: 200px;
}

input[type="checkbox"]:checked + input + label.sd-special-discount-check {
  background: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnBundleDiscountEnabled/SettingsSpecificDiscount_BtnBundleDiscountEnabled_H.png");
  background-repeat: no-repeat;
  background-size: 45px auto;
  display: inline-block;
  width: 200px;
  height: 200px;
}

input[type="radio"] + label.sd-tax-include-class {
  background-image: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnIncludeTax/SettingsSpecificDiscount_BtnIncludeTax_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.sd-tax-include-class {
  background-image: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnIncludeTax/SettingsSpecificDiscount_BtnIncludeTax_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.sd-tax-exclude-class {
  background-image: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnExcludeTax/SettingsSpecificDiscount_BtnExcludeTax_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.sd-tax-exclude-class {
  background-image: url("../img/Settings/SettingsPrice/SettingsSpecificDiscount/BtnExcludeTax/SettingsSpecificDiscount_BtnExcludeTax_H.png");
  background-repeat: no-repeat;
}

/*疑似的なplaceholder*/
input.sd-placeholder-fake::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
}
/*#endregion */

/*#region Setting/Labor */
/*ラジオボタン*/
input[type="radio"] + label.taxIncluded1 {
  background-image: url("../img/Settings/SettingsCost/RdoTaxIncluded/Cmn_BtnTaxIncluded_None_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.taxIncluded1 {
  background-image: url("../img/Settings/SettingsCost/RdoTaxIncluded/Cmn_BtnTaxIncluded_None_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.taxIncluded2 {
  background-image: url("../img/Settings/SettingsCost/RdoTaxIncluded/Cmn_BtnTaxIncluded_Include_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.taxIncluded2 {
  background-image: url("../img/Settings/SettingsCost/RdoTaxIncluded/Cmn_BtnTaxIncluded_Include_H.png");
  background-repeat: no-repeat;
}

/*#endregion */

/*#region Setting/TireSell */
/*ラジオボタン*/
input[type="radio"] + label.ts-syori-number1 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace1/SettingsPrice_BtnRoundingPlace1_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-number1 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace1/SettingsPrice_BtnRoundingPlace1_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-syori-number2 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace2/SettingsPrice_BtnRoundingPlace2_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-number2 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace2/SettingsPrice_BtnRoundingPlace2_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-syori-number3 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace3/SettingsPrice_BtnRoundingPlace3_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-number3 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingPlace3/SettingsPrice_BtnRoundingPlace3_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-syori-method1 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType1/SettingsPrice_BtnRoundingType1_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-method1 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType1/SettingsPrice_BtnRoundingType1_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-syori-method2 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType2/SettingsPrice_BtnRoundingType2_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-method2 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType2/SettingsPrice_BtnRoundingType2_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-syori-method3 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType3/SettingsPrice_BtnRoundingType3_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-syori-method3 {
  background-image: url("../img/Settings/SettingsPrice/BtnRoundingType3/SettingsPrice_BtnRoundingType3_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-calculation-method1 {
  background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType1/SettingsPrice_BtnTaxRoundingType1_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-calculation-method1 {
  background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType1/SettingsPrice_BtnTaxRoundingType1_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ts-calculation-method2 {
  background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2/SettingsPrice_BtnTaxRoundingType2_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ts-calculation-method2 {
  background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2/SettingsPrice_BtnTaxRoundingType2_H.png");
  background-repeat: no-repeat;
}

/*2020/03 消費税表示対応 Start --------------------*/
input[type="radio"] + label.tax-syori-number1 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace1/SettingsPrice_BtnTaxRoundingPlace1_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-number1 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace1/SettingsPrice_BtnTaxRoundingPlace1_H.png");
    background-repeat: no-repeat;
}

input[type="radio"] + label.tax-syori-number2 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace2/SettingsPrice_BtnTaxRoundingPlace2_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-number2 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace2/SettingsPrice_BtnTaxRoundingPlace2_H.png");
    background-repeat: no-repeat;
}

input[type="radio"] + label.tax-syori-number3 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace3/SettingsPrice_BtnTaxRoundingPlace3_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-number3 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingPlace3/SettingsPrice_BtnTaxRoundingPlace3_H.png");
    background-repeat: no-repeat;
}

input[type="radio"] + label.tax-syori-method1 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_1/SettingsPrice_BtnRoundingType2_1_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-method1 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_1/SettingsPrice_BtnRoundingType2_1_H.png");
    background-repeat: no-repeat;
}

input[type="radio"] + label.tax-syori-method2 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_2/SettingsPrice_BtnRoundingType2_2_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-method2 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_2/SettingsPrice_BtnRoundingType2_2_H.png");
    background-repeat: no-repeat;
}

input[type="radio"] + label.tax-syori-method3 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_3/SettingsPrice_BtnRoundingType2_3_N.png");
    background-repeat: no-repeat;
}

input[type="radio"]:checked + label.tax-syori-method3 {
    background-image: url("../img/Settings/SettingsPrice/BtnTaxRoundingType2_3/SettingsPrice_BtnRoundingType2_3_H.png");
    background-repeat: no-repeat;
}
/*2020/03 消費税表示対応 End ----------------------*/

/*placeholderの文字サイズと位置調整*/
input.ts-text::-webkit-input-placeholder {
  font-size: 12px;
  text-align: center;
}

input.ts-text:-ms-input-placeholder {
  font-size: 12px;
  text-align: center;
}

input.ts-text::-moz-placeholder {
  font-size: 12px;
  text-align: center;
}

/*税込、税抜チェックボタンの画像化*/
input[type="checkbox"] + input + label.ts-button {
  display: inline-block;
  width: 43px;
  height: 20px;
  background: url(../img/Settings/SettingsPrice/BtnCheckTax/SettingsPrice_BtnCheckTax_H.png);
  background-size: 43px auto;
  background-repeat: no-repeat;
}

input[type="checkbox"]:checked + input + label.ts-button {
  display: inline-block;
  width: 43px;
  height: 20px;
  background: url(../img/Settings/SettingsPrice/BtnCheckTax/SettingsPrice_BtnCheckTax_N.png);
  background-size: 43px auto;
  background-repeat: no-repeat;
}
/*#endregion */

/*見積対象外チェックボタンの画像化*/
input[type="checkbox"] + input + label.ne-button {
  display: inline-block;
  width: 43px;
  height: 20px;
  background: url(../img/Settings/SettingsPrice/SettingsNoEstimate/BtnTarget/SettingsNoEstimate_BtnTarget_H.png);
  background-size: 43px auto;
  background-repeat: no-repeat;
}

input[type="checkbox"]:checked + input + label.ne-button {
  display: inline-block;
  width: 43px;
  height: 20px;
  background: url(../img/Settings/SettingsPrice/SettingsNoEstimate/BtnTarget/SettingsNoEstimate_BtnTarget_N.png);
  background-size: 43px auto;
  background-repeat: no-repeat;
}
/*#endregion */

/*#region Setting/WheelSetPriceSetting */
/*疑似的なplaceholder*/
input.com-placeholder-fake::-webkit-input-placeholder {
  color: #000000;
  font-size: 30px;
}

/*チェックボックスの画像化*/
input[type="checkbox"]:checked + label.ps-target-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/Settings/SettingsSTDWheelPrice/BtnExclusion/SettingsSTDWheelPrice_BtnPriceExclusionNotSelect.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
}

input[type="checkbox"] + label.ps-target-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 22px auto;
  background-image: url(../img/Settings/SettingsSTDWheelPrice/BtnExclusion/SettingsSTDWheelPrice_BtnPriceExclusionSelect.png);
  background-repeat: no-repeat;
}

input[type="checkbox"]:disabled + label.ps-target-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 22px auto;
  background-image: url(../img/Settings/SettingsSTDWheelPrice/BtnExclusion/SettingsSTDWheelPrice_BtnPriceExclusionNotSelect.png);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
/*#endregion*/

/*#region Shared/_CarNumInputModal*/
/*疑似的なplaceholder*/
input.ps-placeholder-fake::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
}
/*#endregion */

/*#region Shared/_WinterTireWearPeriod */
/*ラジオボタン*/
input[type="radio"] + label.wtwp-winter-no {
  display: inline-block;
  background-image: url("../img/Common/BtnUnusedStudress/Common_BtnUnusedStudress_N.png");
  background-repeat: no-repeat;
  background-size: 87px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"]:checked + label.wtwp-winter-no {
  background-image: url("../img/Common/BtnUnusedStudress/Common_BtnUnusedStudress_H.png");
  background-repeat: no-repeat;
  background-size: 87px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"] + label.wtwp-winter-use {
  display: inline-block;
  background-image: url("../img/Common/BtnUsedStudress/Common_BtnUsedStudress_N.png");
  background-repeat: no-repeat;
  background-size: 87px auto;
  width: 100px;
  height: 30px;
}

input[type="radio"]:checked + label.wtwp-winter-use {
  background-image: url("../img/Common/BtnUsedStudress/Common_BtnUsedStudress_H.png");
  background-repeat: no-repeat;
  background-size: 87px auto;
  width: 100px;
  height: 30px;
}
/*#endregion */

/*#region Tips/TipsDetails*/
/*ボタン(画像の切り替え)*/
input[type="radio"] + label.ttd-lybutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_LargeYearly_N.png");
  background-repeat: no-repeat;
  background-size: 110px auto;
  max-width: none;
  width: 110px;
  height: 45px;
}

input[type="radio"]:checked + label.ttd-lybutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_LargeYearly_H.png");
  background-repeat: no-repeat;
  background-size: 110px auto;
  max-width: none;
  width: 110px;
  height: 45px;
}

input[type="radio"] + label.ttd-lmbutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_LargeMonthly_N.png");
  background-repeat: no-repeat;
  background-size: 110px auto;
  max-width: none;
  width: 110px;
  height: 45px;
}

input[type="radio"]:checked + label.ttd-lmbutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_LargeMonthly_H.png");
  background-repeat: no-repeat;
  background-size: 110px auto;
  max-width: none;
  width: 110px;
  height: 45px;
}

input[type="radio"] + label.ttd-sybutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_SmallYearly_N.png");
  background-repeat: no-repeat;
  background-size: 57px auto;
  max-width: none;
  width: 60px;
  height: 50px;
}

input[type="radio"]:checked + label.ttd-sybutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_SmallYearly_H.png");
  background-repeat: no-repeat;
  background-size: 57px auto;
  max-width: none;
  width: 60px;
  height: 50px;
}

input[type="radio"] + label.ttd-smbutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_SmallMonthly_N.png");
  background-repeat: no-repeat;
  background-size: 57px auto;
  max-width: none;
  width: 60px;
  height: 50px;
}

input[type="radio"]:checked + label.ttd-smbutton {
  background-image: url("../img/Tips/TipsDetails/Button/FuelAbility/GasMileageCalcuration/TipsDetails_Button_FuelAbility_GasMileageCalcuration_SmallMonthly_H.png");
  background-repeat: no-repeat;
  background-size: 57px auto;
  max-width: none;
  width: 60px;
  height: 50px;
}

/*#endregion */

/*#region TireCheck/InformationInput */
/*ラジオボタン*/
/*偏摩耗*/
input[type="radio"] + label.ii-uneven-class1 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear1/InspectionInput_BtnUnevenWear1_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-uneven-class1 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear1/InspectionInput_BtnUnevenWear1_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-uneven-class2 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear2/InspectionInput_BtnUnevenWear2_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-uneven-class2 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear2/InspectionInput_BtnUnevenWear2_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-uneven-class3 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear3/InspectionInput_BtnUnevenWear3_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-uneven-class3 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear3/InspectionInput_BtnUnevenWear3_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-uneven-class4 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear4/InspectionInput_BtnUnevenWear4_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-uneven-class4 {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWear4/InspectionInput_BtnUnevenWear4_H.png");
  background-repeat: no-repeat;
}
/*ありなし*/
input[type="radio"] + label.ii-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnNG/InspectionInput_BtnNG_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnNG/InspectionInput_BtnNG_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnOK/InspectionInput_BtnOK_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnOK/InspectionInput_BtnOK_H.png");
  background-repeat: no-repeat;
}
/*タイヤ種類*/
input[type="radio"] + label.ii-summer-class {
  background-image: url("../../_s/img/Inspection/InspectionInput/BtnTireType/InspectionInput_BtnTireTypeS_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-summer-class {
  background-image: url("../../_s/img/Inspection/InspectionInput/BtnTireType/InspectionInput_BtnTireTypeS_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-winter-class {
  background-image: url("../../_s/img/Inspection/InspectionInput/BtnTireType/InspectionInput_BtnTireTypeW_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-winter-class {
  background-image: url("../../_s/img/Inspection/InspectionInput/BtnTireType/InspectionInput_BtnTireTypeW_H.png");
  background-repeat: no-repeat;
}
/*OK*/
input[type="radio"] + label.ii-unevenOk-class {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWearWinter/InspectionInput_BtnUnevenWearOK_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-unevenOk-class {
  background-image: url("../img/Inspection/InspectionInput/BtnUnevenWearWinter/InspectionInput_BtnUnevenWearOK_H.png");
  background-repeat: no-repeat;
}
/*硬い,△,OK,あり,なし(冬用の小さいアイコン)*/
input[type="radio"] + label.ii-hardness-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnHardness/InspectionInput_BtnHardnessNG_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-hardness-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnHardness/InspectionInput_BtnHardnessNG_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-warning-class {
  background-image: url("../img/Inspection/InspectionInput/BtnWarning/InspectionInput_BtnWarning_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-warning-class {
  background-image: url("../img/Inspection/InspectionInput/BtnWarning/InspectionInput_BtnWarning_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-hardness-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnHardness/InspectionInput_BtnHardnessOK_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-hardness-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnHardness/InspectionInput_BtnHardnessOK_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-damage-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnDamageCrazing/InspectionInput_BtnDamageCrazingNG_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-damage-ng-class {
  background-image: url("../img/Inspection/InspectionInput/BtnDamageCrazing/InspectionInput_BtnDamageCrazingNG_H.png");
  background-repeat: no-repeat;
}

input[type="radio"] + label.ii-damage-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnDamageCrazing/InspectionInput_BtnDamageCrazingOK_N.png");
  background-repeat: no-repeat;
}

input[type="radio"]:checked + label.ii-damage-ok-class {
  background-image: url("../img/Inspection/InspectionInput/BtnDamageCrazing/InspectionInput_BtnDamageCrazingOK_H.png");
  background-repeat: no-repeat;
}
/*#endregion */

/*#endregion 疑似クラス ページ別*/

.gray-scale {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}

.reset-button {
  background-image: url("../img/Settings/SettingsSTDWheelPrice/BtnReset/SettingsSTDWheelPrice_BtnPriceReset_N.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
}

  .reset-button.high-light {
    background-image: url("../img/Settings/SettingsSTDWheelPrice/BtnReset/SettingsSTDWheelPrice_BtnPriceReset_H.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  .reset-button:disabled.high-light {
    background-image: url("../img/Settings/SettingsSTDWheelPrice/BtnReset/SettingsSTDWheelPrice_BtnPriceReset_N.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

/*マニュアル用*/
.manual .title {
  top: 100px;
  left: 0px;
  width: 1024px;
  text-align: center;
  font-size: 50px;
  color: #f0822c;
  font-weight: bold;
}

.manual img[type=submit] {
  height: 230px;
  width: auto;
}

.manual .manual-content {
  top: 56px;
  left: 310px;
  height: 710px;
  width: 705px;
  object-fit: contain;
}

.manual .left-pane {
  top: 61px;
  left: 0px;
  height: 678px;
  width: 300px;
  background-image: url(../img/Manual/ManualBackground/ManualBackground_BaseMenu.png);
  background-repeat: no-repeat;
}

  .manual .left-pane .left-pane-title {
    top: 25px;
    left: 0px;
    margin-left: 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1em;
  }

  .manual .left-pane .left-pane-title2 {
    top: 16px;
  }

  .manual .left-pane .left-pane-desc {
    top: 70px;
    left: 0px;
    margin-left: 8px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.1em;
  }

  .manual .left-pane .md-button1 {
    line-height: 60px;
    color: #ffffff;
    padding-left: 7px;
  }

  .manual .left-pane .md-button2 {
    color: #ffffff;
    font-size: 15px;
    padding-left: 7px;
  }

#print_area #print_buffer {
    display: none;
}


@media print {
    body {
        height: 1px;
    }

    #renderBody {
        display: none;
    }
    
    #print_area {
        --scale: 1.0;
        transform: scale(var(--scale), var(--scale));
    }

        #print_area #print_buffer {
            display: initial;
        }
}