/*　page　*/
body {
    overflow: hidden;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "NotoSansJP", sans-serif;
}

p {
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "NotoSansJP", sans-serif;
}

.selectButton{
    padding: 0;
}

.slds-scope {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", "NotoSansJP", sans-serif;
}
.surveyBox {
    width: 400px;
}

.type_Hidden{display:none;}
.question_Hidden{display:none;}

/*　cmp　*/
/*startRating -- start*/
.c-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.c-rating__item:hover,
.c-rating__item.is-active {
  background-position: -48px 0;
  transform: scale(1.1);
}

.readonly .c-rating__item:hover {
  background-position: inherit !important;
}

.readonly .c-rating__item.is-active:hover {
  background-position: -48px 0 !important;
}
/*startRating -- end*/

.sendButton .selectButton {
    background-color: #BF0000 !important;
    color: #ffffff !important;
    border-radius: 4px;
    border: 0px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}
input[type="checkbox"] {
    accent-color: #BF0000;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.selectButton {
    font-size:14px !important;
    width:83px;
    height:44px;
    border: 0px;
    background: none;
}
.selectButton img{
    filter: drop-shadow(0px 2px 4px #0000004D);
}
.selectButton img:hover{
    filter: opacity(0.8);
}

.surveyDescription, .divStarTitle{
    width: 400px;
    font-weight: bold;
    font-size:16px;
    margin: 15px 0px 10px 0px;
    text-align: center;
    color: #333333;
}
.divStarDesc{
    width:355px;
    font-weight: bold;
    font-size:16px;
    line-height:21px;
    color: #333333;
    margin: 0 auto;
    margin-top: 5px;
    padding: 5px;
}

/*Q2 */    
.divMultipleChoiceTitle{
    width:400px;
    font-weight: bold;
    font-size:16px; 
    margin: 10px 0px 10px 0px;
    text-align: left;
    color: #333333; 
}

.divMultipleChoiceOps{
    height:28px;
    font-weight: 400;
    font-size: 16px;
    display: inline-flex; 
    text-align: left;
    margin: 5px 0px 5px 0px;
    align-items: center;
    color: #333333;
}

.divMultipleChoiceMsg{
    height: 50px;
    width: 296px;
    font-size: 16px;
    font-weight: 500 !important; 
    text-align: center; 
    padding: 15px 50px 10px 50px; 
    background-color: #ffe8e8; 
    color: #bf0000;
    margin: auto;
    margin-bottom: 15px;
}

.MultipleChoiceInputText{
    padding:10px; 
    height:98px; 
    width:390px; 
    font-size:14px !important;
    margin: 0px 0px 15px 0px !important;
    resize: none;
    color: #4D4D4D !important;
    border-radius: 4px;
    line-height: 20px !important;
    border: 1px solid #858585;
}

.divMultipleChoiceImg{
    padding-bottom: 5px; 
    padding-right: 10px;
}

.Q2_ReturnButton{
    display: inline-block; 
    padding-right: 10px;
}

.Q2_NextButton{
    display: inline-block; 
}

.divMultipleChoiceOps input,
.divMultipleChoiceOps label {
    cursor: pointer;
}

/* Q3 */
.inputText{
    padding:10px; 
    height:105px; 
    width:400px; 
    font-size:14px !important; 
    margin: 0px 0px 10px 0px !important;
    resize: none;
    border-radius: 4px;
    line-height: 20px !important;
    border: 1px solid #858585;
    color: #4D4D4D !important;
}

.divInputTitle{
    font-weight: bold;
    font-size:16px;
    margin: 10px 0px;
    color: #333333;
}

.divInputMsg{
    font-weight: 500;
    font-size:16px;
    margin: 10px 0px;
    display: flex;
    color: #4D4D4D;
}

.divInputMsg2{
    font-weight:500; 
    font-size:14px;
    margin: 15px 0px 20px 0px;
    justify-content: center;
    text-align: center;
    display: flex;
    color: #4D4D4D;
}

.Q2_buttons, .Q3_buttons{
    height: 76px;
    display: flex;
    justify-content: center;
}

.Q3_RetrunButton, .sendButton{
    display: inline-block; 
    margin-right: 10px;
}
.sendButton input:hover{
    background: #BF0000;
    border: #BF0000;
    opacity: 0.8;
}

.completeMsg{
    font-weight:500; 
    font-size:14px; 
    background-color:#EBF7EC; 
    margin: 60px 5% 60px 5% !important;
    padding: 20px !important;
    text-align: center;
    color: #4D4D4D;
}


@media only screen and (max-width: 767px) {
    /*　page　*/
    .slds-scope {
        width: 300px;
    }
    .surveyBox {
        width: 300px;
    }

    /*　cmp　*/
    /*startRating -- start*/
    .c-rating {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .c-rating__item:hover,
    .c-rating__item.is-active {
    background-position: -32px 0;
    }
    
    .readonly .c-rating__item:hover {
    background-position: inherit !important;
    }
    
    .readonly .c-rating__item.is-active:hover {
    background-position: -32px 0 !important;
    }
    /*startRating -- end*/
    .surveyDescription, .divStarTitle{
        width: 259px;
        font-size:14px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
        line-height:21px;
        text-align: left;
    }
    .divStarDesc{
        width:265px;
        font-size:14px;
        line-height:30px;
    }

    /*Q2 */
    .MultipleChoicePanel, .InputTextPanel{
        height: 100px;
        width: 300px;
        margin: 5px 0px 15px 0px;
    }
    .divMultipleChoiceTitle{
        font-size:14px; 
        margin: 15px 0px 17px 0px;
        width:300px;
    }

    .divMultipleChoiceOps{
        font-size:14px;
        width:300px;
        margin: 0px 0px 5px 0px;
    }

    .divMultipleChoiceMsg{
        width:219px;
        height:48px;
        font-size: 14px;
        margin: 0 auto; 
        margin-bottom: 10px;
        padding: 13px 10px 10px 10px; 
    }

    .Q2_ReturnButton, .Q2_NextButton{
        padding-top: 10px;
        display: inline-block; 
    }

    .MultipleChoiceInputText{
        padding:8px 11px; 
        height:calc(98px / 0.8);
        width:calc(300px / 0.8);
        font-size:16px !important;
        transform: scale(0.8);
        transform-origin: top left;
        margin: 0px 0px 10px 0px !important;
    }

    /*Q3 */
    .divInputTitle{
        width: 300px;
        font-size:14px;
        margin-top: 15px;
    }

    .divInputMsg{
        width: 300px;
        font-size:14px;
        margin:15px 0px 10px 0px;
    }

    .inputText{
        height:calc(98px / 0.8);
        width:calc(300px / 0.8);
        max-height: 500px;
        font-size:16px !important;
        transform: scale(0.8);
        transform-origin: top left;
        padding: 8px 11px 8px 11px;
    }
}