.cRatingPopup,
.cRatingPopup * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
}

.iLangInfo {
    position: fixed;
    /* height: 100%; */
    width: calc(100% - 18px);
    top: 0;
}

#iLangProf {
    height: auto;
}

.iLangInfo .clangCont {
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 600px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 40%);
    width: 100%;
}

.iLangInfo .cLangHead {
    background: #000000;
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

.iLangInfo .cLangItems {
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    float: left;
}

.iLangInfo .cLangItem {
    width: 150px;
    float: left;
    display: block;
    position: relative;
    margin: 10px 20px;
    height: 35px;
}

.iLangInfo .courseTitle {
    display: inline-block;
    width: calc(100% - 30px);
}

.iLangInfo .cLangClose {
    float: right;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.iLangInfo .cInputDiv {
    position: relative;
    left: 1%;
    width: 98%;
    clear: both;
}

.iLangInfo .cInputDiv div {
    width: 10px;
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 12px;
    padding-left: 6px;
    color: #000000;
}


#iRatingPro {
    position: absolute;

    z-index: 1;
    top: 100px;
    /*display: flex;
    margin-right: 20px; */
}

#iRatingPro .cLangHead {
    margin-bottom: 2%;
}

#iRatingPro .cInputDiv input,
#iRatingPro .cInputDiv .cCourseRate {
    width: 94%;
    margin: 1% 2% 1% 2%;
    border-radius: 6px;
    border: 2px solid #CCC;
}

#iRatingPro .cInputDiv input.error,
#iRatingPro .cInputDiv .cCourseRate.error {
    border-color: #da291c;
}

#iRatingPro .cInputDiv textarea {
    width: 94%;
    margin: 1% 2% 1% 2%;
    border-radius: 6px;
    border: 2px solid #CCC;
    height: 60px;
    resize: none;
}

#iRatingPro .cFeedSubmit {
    font-size: 14px;
    position: relative;
    color: #1B77AF;
    background: none;
    /* border: 2px solid #1B77AF; */
    width: 14%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    /* margin: 0% 0% 2% 0%; */
    padding: 0.6%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    padding: 9px 30px 8px;
    width: 18%;
    float: right;
    margin-right: 3.3%;
    margin-bottom: 10px;
}

#iRatingPro .cFeedSubmit.cDisabled {
    pointer-events: none;
}

#iRatingPro .cFeedSubmit:hover {
    color: #FFFFFF;
}

#iRatingPro .cFeedSubmit:hover:after {
    height: 100%;
    width: 150%;
}

#iRatingPro .cCookieDiscliam {
    float: left;
    color: black;
    display: block;
    padding: 0px 20px 14px 30px;
    font-size: 12px;
    max-width: 470px;
}

#iRatingPro .cFeedbackMsg {
    clear: both;
    padding-top: 1%;
    margin-right: 0%;
    display: none;
    color: #000000;
    padding-bottom: 12px;
    text-align: center;
    font-size: 14px;
}

#iRatingPro .cFeedbackIns {
    clear: both;
    padding-top: 1%;
    margin-right: 0%;
    display: none;
    color: #000000;
    padding-bottom: 12px;
    text-align: center;
    font-size: 14px;
}

#iRatingPro .cFeedOther {
    padding: 0 30px 12px 30px;
    width: 100%;
    max-width: 100%;
}

#iRatingPro input,
#iRatingPro textarea,
#iRatingPro .cCourseRate {
    -webkit-user-select: text;
    user-select: auto;
    color: #000000;
    padding-bottom: 5px;
    font-size: 14px;
}

#iRatingPro .cInputDiv1 {
    width: 48%;
    clear: none;
    float: left;
    left: 2%;
}

#iRatingPro input.cNameFeed {
    width: 92%;
}

#iRatingPro .cInputDiv1.cRateName {
    clear: both;
}

#iRatingPro .cFeedSubmit:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #FFFFFF;
    border: 2px solid #1B77AF;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    box-sizing: inherit;
}

#iRatingPro .cFeedSubmit:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    left: -50%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
    background-color: #1B77AF;
    outline: none;
    box-sizing: inherit;
}

#iRatingPopup {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 12;
}

#iRatingPro .rate {
    /*float: left;
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin-left: 0px; */
    position: relative;
    left: 40px;
    top: 6px;
    width: 100%;
    height: 30px;
}

#iRatingPro .cLabel {
    position: absolute;
    left: 2px;
    top: -5px;
    width: 212px;
    color: #FFFFFF;
    text-align: center;
}

#iRatingPro .cCourseRate {
    padding: 1px 2px;
    border: none !important;
}

#iRatingPro .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

#iRatingPro .rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
    line-height: 1;
}

#iRatingPro .rate:not(:checked)>label:before {
    content: '★ ';
}

#iRatingPro .rate>input:checked~label {
    color: #ffc700;
}

#iRatingPro .rate:not(:checked)>label:hover,
#iRatingPro .rate:not(:checked)>label:hover~label {
    color: #deb217;
}

#iRatingPro .rate>input:checked+label:hover,
#iRatingPro .rate>input:checked+label:hover~label,
#iRatingPro .rate>input:checked~label:hover,
#iRatingPro .rate>input:checked~label:hover~label,
#iRatingPro .rate>label:hover~input:checked~label {
    color: #c59b08;
}

#iRatingPro .rate>.cRateBar {
    width: 100%;
    position: absolute;
    height: 2px;
    top: 26px;
}

#iRatingPro .cRateBar span {
    width: 18%;
    height: 100%;
    position: relative;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    background-color: #CCC;
}

#iRatingPro .cRateBar1 span:nth-child(1){
    background-color: #ff0100;
}

#iRatingPro .cRateBar2 span:nth-child(1){
    background-color: #ff0100;
}
#iRatingPro .cRateBar2 span:nth-child(2){
    background-color: #ff4100;
}

#iRatingPro .cRateBar3 span:nth-child(1){
    background-color: #ff2300;
}
#iRatingPro .cRateBar3 span:nth-child(2){
    background-color: #ff5d00;
}
#iRatingPro .cRateBar3 span:nth-child(3){
    background-color: #ff8a00;
}

#iRatingPro .cRateBar4 span:nth-child(1),
#iRatingPro .cRateBar4 span:nth-child(2),
#iRatingPro .cRateBar4 span:nth-child(3),
#iRatingPro .cRateBar4 span:nth-child(4)
{
    background-color: #3bb200;
}

#iRatingPro .cRateBar5 span{
    background-color: #3bb200 !important;
}
