﻿@charset "utf-8";


    .assistpc__linkbtn--typeNext {
    line-height: 1.84615;
    text-align: left;
    margin-top: 10px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    }

    .assistpc__linkbtn--typeNext > a {
    font-family: "メイリオ",Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    border: 1px #d1d1d1 solid;
    border-radius: 4px;
    }

    .assistpc__linkbtn--typeNext a > span {
    padding-left: 22px;
    display: block;
    position: relative
    }

    .assistpc__linkbtn--typeNext a > span::before {
        content: "";
        background: url(../images/bg_arrow.png) 0 0 no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        margin-top: -6px;
        width: 7px;
        height: 12px;
        top: 50%;
        left: 0
    }

.assistpc__linkbtn--typeNext:hover {
    background-color:#9fffff;

}



.assistpc__linkbtn--typeBack {
    line-height: 1.84615;
    text-align: left;
    margin-top: 10px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.assistpc__linkbtn--typeBack > a {
    font-family: "メイリオ",Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    border: 1px #d1d1d1 solid;
    border-radius: 4px;
}

.assistpc__linkbtn--typeBack a > span {
    padding-left: 22px;
    display: block;
    position: relative
}

.assistpc__linkbtn--typeBack a > span::before {
    content: "";
    background: url(../images/bg_back.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    margin-top: -6px;
    width: 7px;
    height: 12px;
    top: 50%;
    left: 0
}

.assistpc__linkbtn--typeBack:hover {
        background-color: #9fffff;
}

.SideBySide{
    display:flex;
    border:none;

}

.param_text {
    display: none;
}



/*input[type="checkbox"]{
    cursor:pointer;
    padding-left:20px;
    vertical-align:middle;
    position:relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after{
    content:"";
    display:block;
    position:absolute;
}

input[type="checkbox"]::before{
    background-color:#fff;
    border-radius:0%;
    border:1px solid #666464;
    width:10px;
    height:10px;
    transform:translateY(-50%);
    top:50%;
    left:5px;


}

input[type="checkbox"]::after{
    border-bottom:3px solid #666464;
    border-left:3px solid #666464;
    opacity:0;
    height:6px;
    width:11px;
    transform:rotate(-45deg);
    top:-7px;
    left:10px;

}

input[type="checkbox"]:checked::after{
    opacity:1;
}*/


.lab_must {
    color: red;
    font-weight: bold;
    margin-left: 10px;
}

.design01 input, #SelectOpt1, #SelectOpt2, #M_Text {
    font-size: 17px;
}

.design01 #UserName {
    ime-mode:active;
}

.design01 #UserTel {
    ime-mode: disabled;
}

.design01 #UserEmail {
    width:95%;
    ime-mode: disabled;
}

.design01 #UserTel {
    ime-mode: active;
}

.confirm {
    color: black;
    font-size: 17px;
}

#ReGet #CheckList {
    font-size: 17px;
}

#AnotherComment {
    font-weight: 700;
    font-size: 18px;
    color: darkmagenta;
    background-color: #ffddee;
}


.btn_move {
    font-family: "メイリオ",Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
    color: #666666;
    border: 0.5px #d1d1d1 solid;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    padding-left: 46px;
    width: 150px;
    height: 55px;
    cursor: pointer;
    background-image: url('../images/bg_arrow.png');
    background-position: 25px;
    background-repeat: no-repeat;
}

.btn_move:hover {
    color: red;
    background-color: #9fffff;
}

/*20251204 -小畑追加*/

.validation-text {
    color:red;
    font-weight:bold;
    margin-left:5px;
    font-size:12px;
    width:60%;
    background:pink;
}

.assistpc__linkbtn--typeNext > button {
    font-family: "メイリオ",Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Arial, Helvetica, sans-serif;
    padding: 15px 25px;
    font-size: 14px;
    display: block;
    border: 1px #d1d1d1 solid;
    border-radius: 4px;
    background: white;
    color: #058cc5;
    text-decoration: underline;
    line-height: 1.84615;
    text-align: left;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.assistpc__linkbtn--typeNext button > span {
    padding-left: 22px;
    display: block;
    position: relative
}

    .assistpc__linkbtn--typeNext button > span::before {
        content: "";
        background: url(../images/bg_arrow.png) 0 0 no-repeat;
        background-size: cover;
        position: absolute;
        display: block;
        margin-top: -6px;
        width: 7px;
        height: 12px;
        top: 50%;
        left: 0
    }

.assistpc__linkbtn--typeNext > button:hover {
    background-color:#9fffff;
    color:orange;
    cursor:pointer;
}




