.sec-estimate-page .section-sub-title {
    color: #8f9aa0;
}

.estimate-wrap .box-item {
    border-top: 1px solid #dee5ec;
    border-right: 1px solid #dee5ec;
    border-left: 1px solid #dee5ec;
    padding: 16px;
}

.estimate-wrap .box-textbox {
    border-bottom: 1px solid #dee5ec;
}

.estimate-wrap .box-item.bg-gray {
    background-color: #f0f2f5;
    padding-top: 32px;
    padding-bottom: 8px;
}

.estimate-wrap .title-box {
    font-size: 16px;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2c2e31;
    line-height: 1;
}

.estimate-wrap .title-border-box {
    border-radius: 3px;
    border: solid 1px #dee5ec;
    padding: 17px;
    margin-bottom: 30px;
    cursor: pointer;
}

.estimate-wrap .title-border-box.active {
    border-radius: 3px;
    border: solid 1px #0092d4;
    background-color: rgba(0, 146, 212, 0.1);
}

.estimate-wrap .box-check-not-icon {
    display: flex;
    margin-right: -7px;
    margin-top: 16px;
    flex-wrap: wrap;
    margin-bottom: -7px;
}

.estimate-wrap .box-check-not-icon .item-check {
    width: calc(100% / 7);
    box-sizing: border-box;
    padding-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

.estimate-wrap .box-check-not-icon .item-check span {
    display: block;
    box-sizing: border-box;
    padding: 16px 0;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #dee5ec;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /*font-family: HiraginoSans-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    line-height: 1;
    letter-spacing: normal;
    color: #2c2e31;
}

.estimate-wrap .box-check-not-icon .item-check.active span {
    border-radius: 3px;
    border: solid 1px #0092d4;
    background-color: rgba(0, 146, 212, 0.1);
}

.estimate-wrap .box-check-with-icon {
    display: flex;
    margin-top: 16px;
    margin-right: -8px;
    flex-wrap: wrap;
}

.estimate-wrap .box-check-with-icon .item-check {
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 8px;
    margin-bottom: 8px;
    /*font-family: HiraginoSans-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    position: relative;
}

.estimate-wrap .box-check-with-icon .item-check .ai-checkbox span {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

.estimate-wrap .box-check-with-icon .item-check .item-check-hover {
    position: absolute;
    bottom: calc(100% + 2px);
    opacity: 0.8;
    left: 50%;
    width: 249px;
    padding: 16px;
    background-color: #2c2e31;
    transform: translate(-50%, 0);
    display: none;
}

.estimate-wrap .box-check-with-icon .item-check:hover .item-check-hover {
    /*display: block;*/
}

.estimate-wrap .box-check-with-icon .item-check .item-check-hover:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translate(50%, 50%);
    background-color: #2c2e31;
}

.estimate-wrap .box-check-with-icon .item-check .item-check-hover span {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
}

.estimate-wrap .box-check-with-icon .item-check .chk {
    padding: 0 10px;
    border: solid 1px #dee5ec;
    background-color: #ffffff;
    box-sizing: border-box;
    height: 48px;
}

.estimate-wrap .box-check-with-icon .item-check.has-chk .chk {
    border: solid 1px #0092d4;
    background-color: rgba(0, 146, 212, 0.1);
}

.estimate-wrap .box-check-with-icon .item-check.is-disable .chk {
    border: solid 1px #dee5ec;
    background-color: #f0f2f5;
}

.estimate-wrap .box-check-with-icon .item-check .chk .ai-checkbox {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.estimate-wrap .item-estimate {
    margin-bottom: 24px;
}

.estimate-wrap .item-estimate:last-child {
    margin-bottom: 0px;
}

.estimate-wrap .ai-checkbox input[type="checkbox"] {
    position: relative;
}

.estimate-wrap .ai-checkbox input[type="checkbox"]:before {
    top: -5px;
    left: -2px;
}

.estimate-wrap .ai-checkbox input[type="checkbox"]:after {
    top: 0px;
}

.estimate-wrap .ai-checkbox input[type="checkbox"][disabled]:before {
    border: solid 1px #dee5ec;
    background-color: #f0f2f5;
}

.box-mixed input[type="checkbox"]:checked:before {
    background-color: #8f9aa0;
}

.box-mixed input[type="checkbox"]:after {}

.ai-form input[type=radio] {
    cursor: pointer;
    position: relative;
    padding-left: 2px;
    -webkit-appearance: none;
    border-radius: 100%;
    padding-top: 10px;
    padding-bottom: 0;
}

.ai-form input[type=radio]:focus {
    outline: none;
}

.ai-form input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    border: solid 1px #dee5ec;
    background-color: #ffffff;
}

.ai-form input[type=radio]:checked:before {
    border: 1px solid #0092d4;
}

.ai-form input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0092d4;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

.ai-rad span {
    padding-left: 8px;
}

.ai-rad {
    margin-right: 40px;
}
.ai-rad-1 {
    margin-right: 10px;
}

.ai-rad:last-child {
    margin-right: 0px;
}

.box-mixed {
    display: flex;
    padding: 24px 24px 16px!important;
    flex-wrap: wrap;
}

.box-mixed .chk {
    margin-right: 92px;
}

.text-rad {
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
    margin-right: 11px;
}

.ai-rad span {
    /*font-family: HiraKakuPro-W3;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c2e31;
}

.estimate-wrap .box-textbox {
    padding: 32px;
}

.box-textbox>div {
    /*max-width: 500px;*/
    margin: auto;
}

.no_pd_right {
    padding-right: 0px;
}
.no_pd_left {
    padding-left: 0px;
}

.box-textbox span {
    line-height: 48px;
    /*font-family: HiraKakuPro-W6;*/
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    /* line-height: normal; */
    letter-spacing: normal;
    color: #2c2e31;
}

.box-textbox input {
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.icon-arrow-down {
    margin: auto;
    padding: 32px 0 40px;
    width: 80px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 24px solid #b7c5cc;
}

.estimate-wrap input[type="text"],
.estimate-wrap input[type="email"] {
    height: 48px;
    display: block;
}

.estimate-wrap textarea {
    height: 132px;
    display: block;
}

.estimate-wrap .form-group label {
    line-height: 48px;
    margin-bottom: 0;
}
.kit_set {
    height: auto;
}
.padding_don_vi {
    padding: 12px 0px;
}
.row_sp {
    margin-right: -10px;
    margin-left: -10px;
}
.box-item-end {
    border-bottom: 1px solid #dee5ec;
}
.data-sp input[type=text],
.data-pc input[type=text]{
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.data-sp input[readonly],
.data-pc input[readonly] {
    direction: rtl;
}

.discount-message {
    display: none;                   /* 初期非表示 */
    border: 2px dashed #28a745;      /* 緑色の点線枠 */
    border-radius: 8px;              /* 角丸 */
    padding: 16px;                   /* 内側の余白 */
    text-align: center;              /* 文字中央揃え */
    font-size: 18px;                 /* 文字サイズ */
    font-weight: bold;               /* 太字 */
    color: #155724;                  /* 文字色 */
    background-color: #d4edda;       /* Bootstrap alert-success 背景色 */
    margin-bottom: 20px;             /* 下の余白 */
}