@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    background-color: #FCFBFB;
    font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (min-width: 481px) {
    body {
        width: 630px;
        margin: 0 auto;
        font-size: 16px;
    }
    .titleinfo {
        font-size: 22px;
    }
    input[type="radio"]+label::before {
        width: 17.6px;
        height: 17.6px;
    }
    input[type="radio"]:checked+label::before {
        padding: 0.3em;
    }
    input[type="radio"]+label {
        line-height: 28px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
    .titleinfo {
        font-size: 20px;
    }
    input[type="radio"]+label::before {
        width: 17px;
        height: 17px;
    }
    input[type="radio"]:checked+label::before {
        padding: 0.28em;
    }
    input[type="radio"]+label {
        line-height: 26px;
    }
}

.titleinfo {
    color: black;
}

.errorinfo {
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

input[type="text"], input[type="number"] {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #F7F7F7;
    color: #666666;
    font-family: inherit;
    font-size: 16px;
    height: 30px;
    width: 70%;
}
input[type="text"]::placeholder, input[type="number"]::placeholder {
    color:#DDD;
}
#input1 {
    position:relative;
}

#conversationid {
    width: 70%;
    height: 35px;
    text-indent: 8px;
}

#cid {
    position:absolute;
    top:0;
    left:5px;
    color:#666666;
    height:10px;
    display:none;
    font-size: 10px;
}

#etc_text {
    height: 30px;
    width: 170px;
}

.required {
    color: #db4437;
}

label[for="required"] {
    color: #db4437;
}

.survey {
    color: rgb(93, 93, 98);
    margin-left:10px;
    margin-top: 10px;
    margin-right:10px;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 5px;
}

.paragraph1 {
    margin-top: 20px;   
    margin-left: 10%;
}

.paragraph1 input[type="checkbox"] {
    margin-right: 10%;
}

input[type="radio"]+label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    /* width: 17px;
    height: 17px; */
    /* margin-right: .4em; */
    border-radius: 100%;
    border: 2px solid #CACCCE;
    text-indent: .15em;
    line-height: 1;

}

input[type="radio"]:checked+label::before {
    background-color: #CFB2A0;
    background-clip: content-box;
    border: 2px solid #CFB2A0;
    /* padding: 0.28em; */
    width: 0.5em;
    height: 0.5em;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    transform: scale(3.0);
    margin-left: 40px;
    margin-right: 30px;
    vertical-align: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

button {
    height: 50px;
    width: 93%;
    border: 1px solid #8d8d93;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5%;
}

.checkbox {
    position: relative;
    height: 30px;
}

.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
}

.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 18px;
    line-height: 20px;
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #CACCCE;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked+label:before {
    background: #FFFFFF;
    border-color: #FFFFFF;
    border: 2px solid #CFB2A0;
}

.checkbox input[type='checkbox']:checked+label:after {
    background: #FFFFFF;
    border-right: 2px solid #CFB2A0;
    border-bottom: 2px solid #CFB2A0;
}

select {
    width: 70%;
    height: 35px;
    text-indent: 8px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #F7F7F7;
    color: #666666;
    font-family: inherit;
    font-size: 16px;
}

textarea {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #F7F7F7;
    color: #666666;
    font-family: inherit;
    font-size: 16px;
    height: 60px;
    width: 70%;
}

.arrow {
    padding-left: 10px;
}

.line_talk_btn__4 {
    border-color: green;
    padding-right: 30px;
}

.line_talk_txt__4 {
    color: green
}

.line_icon {
    margin-right: 10px;
    vertical-align: middle;
}

.line_talk_arrow {
    padding-left: 10px;
}
.question_survey {
    display:flex;
    justify-content: left;
    width:20px;
    padding:2px 8px;
    margin-right:5px;
    margin-bottom: 18px;
    background-color: #232324;
    color:#DDD;
    border-radius: 3px;
}
.question_container {
    background-color: #F3F3F3;
    padding: 19px;
    border-radius: 5px;
    margin: 19px;
}

.question_number_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    justify-content: left;
    color: rgb(93, 93, 98);
    margin-left: 20px;
}
.question_number_column > input[type="radio"]+label::before {
    margin-right: 8px;
}
.question_number_column > * {
    width: 100%;
}
.question_radio_column > label {
    padding:2px 0;
    font-size: 16px;
}
.question_radio_column > label::before {
    margin: 0 10px 0 10px;
    font-size: 16px;
}
.question_radio_column {
    display: flex;
    flex-direction: column;
}
.question_content {
    /* border: 1px black solid; */
    padding: 0 0 20px 20px;
    /* margin-bottom: 20px; */
}
.question_title {
    /* background-color: #232324; */
    /* color: #EEE; */
    padding: 5px 10px;
}
.question_radio_row_explanation {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-left: 15px;
}
.question_radio_row_container {
    margin-bottom: 20px;
}
#ploom_tech_explanation {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 10px 0 10px 30px;
}
#ploom_tech_explanation > div {
    color: #888;
    font-size: 15px;
}


input[type="text"]::placeholder, input[type="number"]::placeholder {
    color: #BBB; 
}

.question07-textfield, .question08-textfield {
    max-width: 60px;
    min-width: 60px;
    display: flex;
    align-self: center;
}
.question07-container, .question08-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 0;
}
#ploom_tech_explanation, .textfield-iqos, .textfield-glo, .textfield-ploom, #question_05, #question_08 {
    display: none;
}
#question_num_8_check {
    color:rgb(226, 53, 53);
    display: none;
    font-size: 16px;
    margin: 10px 0 10px 30px;
}
.question3-5-custom-paragraph {
    margin: 18px 0 0 0;
}
.question_radio_row_explanation_top {
    margin-top: 15px;
}