@charset "UTF-8";
/*一覧*/
.column_list.is-enquete {
    margin-top: 30px;
}
.column_info dt {
    width: 100%;
}
@media (min-width: 896px) {

}
.enquete_date {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: bold;
}
.c-pageTtl_warp {
    padding-top: 0;
}
.enquete_in {
    margin-bottom: 120px;
}
.enquete-ttl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.enquete-ttl.ver3 {
    align-items: normal;
}
.enquete_num {
    font-family: 'DIN Alternate',sans-serif;
    font-size: 24px;
    width: 60px;
    height: 60px;
    background: #10218b;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-right: 18px;
}
.enquete_ques {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.77778;
    width: calc(100% - 78px);
}
.enquete-ttl.ver3 .enquete_ques {
    margin-top: -3px;
}
.enquete_ques_sub {
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.enquete_voice {
    background: #ebeff8;
    padding: 35px 40px 40px;
    box-sizing: border-box;
}
.enquete_voice_lst {
    padding: 30px;
    background: #fff;
}
.enquete_voice_lst li {
    padding-left: 11px;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.enquete_voice_lst li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #10218b;
    border-radius: 50%;
    z-index: 9;
}
.enquete_voice_lst li:last-child {
    margin-bottom: 0;
}
.enquete_reason {
    margin-top: 67px;
    background: #ebeff8;
    padding: 35px 40px 40px;
    box-sizing: border-box;

}
.enquete_subttl {
    text-align: center;
    margin-bottom: 30px;
}
.enquete_subttl span {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border: solid 1px #10218b;
    text-align: center;
    padding: 16px 53px;
    line-height: 1;
}
.enquete_reason_lst {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 50px 45px;
    box-sizing: border-box;
    background: #fff;
    flex-wrap: wrap;
}
.enquete_reason_lst li {
    max-width: 350px;
    width: 100%;
    position: relative;
    padding-left: 11px;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
    .enquete_reason_lst li {
        max-width: initial;
    }
    .enquete_reason_lst li.ver2 {
        margin-bottom: 15px;
    }
    .enquete_reason_lst li:last-child {
        margin-bottom: 0;
    }
    .enquete_reason_lst {
        display: block;
    }
}
.enquete_reason_lst li::before {
    position: absolute;
    content: "";
    background: #10218b;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 0;
    top: 14px;
}
.enquete_reason_lst li.order1{
    order: 1;
}
.enquete_reason_lst li.order2{
    order: 2;
}
.enquete_reason_lst li.order3{
    order: 3;
}
.enquete_reason_lst li.order4{
    order: 4;
}
.enquete_reason_lst li.order5{
    order: 5;
}
.enquete_reason_lst li.order6{
    order: 6;
}
.enquete_reason_lst li.order7{
    order: 7;
}
.reason_txt {
    font-size: 16px;
    font-weight: bold;
}
.reason_num {
    text-align: right;
    font-size: 22px;
    color: #10218b;
}
.reason_num span {
    font-size: 16px;
    font-weight: normal;
}
.c-btn.is-enquete a {
    border-radius: 5px;
    margin: 0 auto;
}
.enquete_img img {
    max-width: 870px;
    width: 100%;
    height: auto;
}
.column-txt span {
    color: #ff0000;
}
.c-btn.is-enquete {
    margin-bottom: 120px;
}
.column_list li:first-child {
    border-top: #ececec solid 1px;
}
.enquete_comment {
    margin-top: 40px;
}
.enquete_comment dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.enquete_comment dd {
    font-size: 16px;
}
@media only screen and (min-width: 1280px) {
    .enquete_reason_lst.is-ver2 {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 40px 45px;
    }
    .enquete_reason_lst.is-ver2 li::before {
        top: 50%;
        margin-top: -4px;
    }
    .enquete_reason_lst.is-ver2 li {
        width: 40%;
    }
    .enquete_reason_lst.is-ver2 li:nth-child(even) {
        width: 53%;
    }
}
@media only screen and (max-width: 896px) {
    .enquete_date {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .column-ttl {
        padding-left: 0;
    }
    .column_list.is-enquete {
        padding: 0;
        margin-top: 25px;
    }
    .c-pageCnt_in {
        padding: 0 0 60px 0;
    }
    .c-pageCnt_dtl {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .c-pageTtl_warp {
        padding-left: 0;
    }
    .enquete_ques {
        font-size: 15px;
    }
    .enquete_num {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 16px;
    }
    .enquete_ques {
        width: calc(100% - 50px);
        line-height: 1.5333;
    }
    .enquete-ttl {
        margin-bottom: 27px;
    }
    .enquete-ttl.ver2 {
        -ms-flex-line-pack: start;
        align-items: flex-start;
    }
    .enquete-ttl.ver2 .enquete_ques {
        margin-top: -3px;
    }
    .enquete_voice {
        padding: 20px 20px;
    }
    .enquete_voice_lst {
        padding: 20px 15px;
    }
    .enquete_voice_lst li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 11px;
    }
    .enquete_voice_lst li:before {
        top: 11px;
        width: 4px;
        height: 4px;
    }
    .enquete_ques_sub {
        font-size: 12px;
    }
    .enquete_reason {
        margin-top: 30px;
        padding: 30px 20px;
    }
    .enquete_subttl span {
        font-size: 15px;
        padding: 8px 11px;
        line-height: 1.4;
    }
    .enquete_reason_lst {
        padding: 30px 20px;
        display: block;
    }
    .enquete_reason_lst li {
        margin-bottom: 7px;
        box-sizing: border-box;
        max-width: initial;
    }
    .enquete_reason_lst li.ver2{
        margin-bottom: 7px;
    }
    .enquete_reason_lst li:last-child {
        margin-bottom: 0 !important;
    }
    .reason_txt {
        font-size: 12px;
    }
    .reason_num {
        font-size: 14px;
        font-weight: bold;
    }
    .reason_num span {
        font-size: 14px;
    }
    .enquete_in {
        margin-bottom: 60px;
    }
    .enquete_img img {
        width: 100%;
        height: auto;
    }
    .enquete_reason_lst li {
        padding-left: 9px;
    }
    .enquete_reason_lst li::before {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        top: 9px;
    }
    .c-btn.is-enquete {
        margin-bottom: 60px;
    }
    .enquete_comment {
        margin-top: 28px;
    }
    .enquete_comment dt {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .enquete_comment dd {
        font-size: 13px;
    }
}

@media only screen and (max-width: 374px) {
    .enquete_reason {
        padding: 30px 10px;
    }
    .reason_txt {
        font-size: 11px;
    }
    .enquete_reason_lst {
        padding: 30px 10px;
    }
    .enquete_reason_lst li::before {
        top: 8px;
    }
    .enquete_subttl span {
        padding: 10px 6px;
        font-size: 13px;
    }
    .reason_num {
        font-size: 12px;
        font-weight: bold;
    }
    .reason_num span {
        font-size: 12px;
    }
}
