@charset "utf-8";

/* 会社・組織名の上にタイトル追加 */
.form-description::after {
    content: "お客様情報";
    display: block;
    font-size: 3.0rem;
    text-align: center;
    margin-top: 50px;
}

/* ご希望機種をお選び下さいの上にタイトル追加 */
#form-validation fieldset .control-group label.control-label[for="input7"]::before {
    content: "プレート熱交換器 使用条件";
    display: block;
    font-size: 3.0rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: normal;
}

/* 液体名 高温側 ～ 許容圧力損失　低温側 の整形 nth-child 9 ～ 20 */
#form-validation fieldset .control-group:nth-child(9) {
}

#form-validation fieldset .control-group:nth-child(9),
#form-validation fieldset .control-group:nth-child(10),
#form-validation fieldset .control-group:nth-child(11),
#form-validation fieldset .control-group:nth-child(12),
#form-validation fieldset .control-group:nth-child(13),
#form-validation fieldset .control-group:nth-child(14),
#form-validation fieldset .control-group:nth-child(15),
#form-validation fieldset .control-group:nth-child(16),
#form-validation fieldset .control-group:nth-child(17),
#form-validation fieldset .control-group:nth-child(18),
#form-validation fieldset .control-group:nth-child(19),
#form-validation fieldset .control-group:nth-child(20) {
    width: calc((100% - 15px) / 2);
}

#form-validation fieldset .control-group:nth-child(9),
#form-validation fieldset .control-group:nth-child(11),
#form-validation fieldset .control-group:nth-child(13),
#form-validation fieldset .control-group:nth-child(15),
#form-validation fieldset .control-group:nth-child(17),
#form-validation fieldset .control-group:nth-child(19) {
    float: left;
}

#form-validation fieldset .control-group:nth-child(10),
#form-validation fieldset .control-group:nth-child(12),
#form-validation fieldset .control-group:nth-child(14),
#form-validation fieldset .control-group:nth-child(16),
#form-validation fieldset .control-group:nth-child(18),
#form-validation fieldset .control-group:nth-child(20) {
    float: right;
    clear: right;
}

#form-validation fieldset .control-group:nth-child(21) {
    padding-top: 30px;
    clear: both;
}

#form-validation fieldset .control-group:nth-child(9) .controls,
#form-validation fieldset .control-group:nth-child(10) .controls,
#form-validation fieldset .control-group:nth-child(11) .controls,
#form-validation fieldset .control-group:nth-child(12) .controls,
#form-validation fieldset .control-group:nth-child(13) .controls,
#form-validation fieldset .control-group:nth-child(14) .controls,
#form-validation fieldset .control-group:nth-child(15) .controls,
#form-validation fieldset .control-group:nth-child(16) .controls,
#form-validation fieldset .control-group:nth-child(17) .controls,
#form-validation fieldset .control-group:nth-child(18) .controls,
#form-validation fieldset .control-group:nth-child(19) .controls,
#form-validation fieldset .control-group:nth-child(20) .controls {
    position: relative;
}

#form-validation fieldset .control-group:nth-child(11) .controls span,
#form-validation fieldset .control-group:nth-child(12) .controls span,
#form-validation fieldset .control-group:nth-child(13) .controls span,
#form-validation fieldset .control-group:nth-child(14) .controls span,
#form-validation fieldset .control-group:nth-child(15) .controls span,
#form-validation fieldset .control-group:nth-child(16) .controls span,
#form-validation fieldset .control-group:nth-child(17) .controls span,
#form-validation fieldset .control-group:nth-child(18) .controls span,
#form-validation fieldset .control-group:nth-child(19) .controls span,
#form-validation fieldset .control-group:nth-child(20) .controls span {
    width: calc(100% - 40px);
    display: block;
}

#form-validation fieldset .control-group:nth-child(11) .controls::after,
#form-validation fieldset .control-group:nth-child(12) .controls::after,
#form-validation fieldset .control-group:nth-child(13) .controls::after,
#form-validation fieldset .control-group:nth-child(14) .controls::after,
#form-validation fieldset .control-group:nth-child(15) .controls::after,
#form-validation fieldset .control-group:nth-child(16) .controls::after,
#form-validation fieldset .control-group:nth-child(17) .controls::after,
#form-validation fieldset .control-group:nth-child(18) .controls::after,
#form-validation fieldset .control-group:nth-child(19) .controls::after,
#form-validation fieldset .control-group:nth-child(20) .controls::after {
    top: 25%;
    right: 0;
    width: 30px;
    position: absolute;
    display: block;
}

#form-validation fieldset .control-group:nth-child(11) .controls::after,
#form-validation fieldset .control-group:nth-child(12) .controls::after {
    content: "L/分";
}

#form-validation fieldset .control-group:nth-child(13) .controls::after,
#form-validation fieldset .control-group:nth-child(14) .controls::after,
#form-validation fieldset .control-group:nth-child(15) .controls::after,
#form-validation fieldset .control-group:nth-child(16) .controls::after {
    content: "℃";
}

#form-validation fieldset .control-group:nth-child(17) .controls::after,
#form-validation fieldset .control-group:nth-child(18) .controls::after {
    content: "MPa";
}

#form-validation fieldset .control-group:nth-child(19) .controls::after,
#form-validation fieldset .control-group:nth-child(20) .controls::after {
    content: "kPa";
}

/*#form-validation fieldset .control-group:nth-child(9)
#form-validation fieldset .control-group:nth-child(10)
#form-validation fieldset .control-group:nth-child(11)
#form-validation fieldset .control-group:nth-child(12)
#form-validation fieldset .control-group:nth-child(13)
#form-validation fieldset .control-group:nth-child(14)
#form-validation fieldset .control-group:nth-child(15)
#form-validation fieldset .control-group:nth-child(16)
#form-validation fieldset .control-group:nth-child(17)
#form-validation fieldset .control-group:nth-child(18)
#form-validation fieldset .control-group:nth-child(19)
#form-validation fieldset .control-group:nth-child(20)*/