@charset "utf-8";

.l-container .c-all .checkbox {display:block; width:100%; height:auto; margin:25px 0 5px;}
.l-container .c-all .checkbox label {position:relative; background:#ffffff;  width:calc(100% - 90px); padding:15px 44px 17px; border:1px solid #d3d3d3; text-align:center;}
.l-container .c-all .checkbox label:before {display:none;}
.l-container .c-all .checkbox label span{font-size:16px; line-height:18px; color:#000000; text-align:center;}
.l-container .c-all .checkbox label .icon svg {position:absolute; width:24px; height:24px; left:20px; top:13px;}
.l-container .c-all .checkbox label .icon svg polygon {fill:var(--color2);}

.l-container .c-all .checkbox label.focus {background:#000000; border-color:#000000;}
.l-container .c-all .checkbox label.focus span {color:#ffffff;}
.l-container .c-all .checkbox label.focus .icon svg polygon {fill:#ffffff;}

.l-container .c-list p {background:#f8f8f8; margin:0 0 5px 0; display:flex; flex-direction:row;}
.l-container .c-list .checkbox {width:100%; height:auto;}
.l-container .c-list .checkbox label {font-size:15px; line-height:20px; font-weight:400;}
.l-container .c-list .checkbox label {display:inline-block; width:calc(100% - 45px); padding:15px 0 15px 45px; position:relative; height:auto;}
.l-container .c-list .checkbox label:before {content:''; display:inline-block; width:18px; height:18px; border:1px solid #c6c6c6; border-radius:3px; background:#ffffff; position:absolute; top:calc(50% - 10px); left:15px; z-index:0;}
.l-container .c-list .checkbox label svg {width:16px; height:16px; padding:2px; position:absolute; left:15px; top:calc(50% - 10px);}
.l-container .c-list .checkbox label svg polygon {display:none; fill:#ffffff;}

.l-container .c-list p .btn {width:50px; height:auto; position:relative; cursor: pointer;}
.l-container .c-list p .btn svg {width:10px; height:16px; opacity:0.2; position:absolute; top:17px; right:15px;}
.l-container .c-list p .btn svg polyline {fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}

.l-container .c-list .checkbox label.focus:before {background:var(--color2); border-color:var(--color2);}
.l-container .c-list .checkbox label.focus svg polygon {display:block;}

.l-container .submit {margin:45px 0 50px 0; background:#c9c9c9;}
