.c-checkbox{display:inline-block;height:18px;touch-action:manipulation;cursor:pointer}.c-checkbox input[type=checkbox]{display:none}.c-checkbox.-v2{display:inline-block;appearance:none;width:18px;height:18px;border:2px solid #eaeaea;border-radius:4px}.c-checkbox.-v2.-bd-1{border-width:1px!important;border-color:var(--color-border)}@media screen and (max-width:768px){.c-checkbox.-v2{width:16px;height:16px}}.c-checkbox.-v2.-bg-white{background-color:#fff}.c-checkbox.-v2:checked{border:2px solid #2e9954;background-color:#2e9954;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.c-checkbox.-v2:focus{outline:none!important}.c-checkbox.-v2:disabled:checked{border:2px solid #eaeaea;background-color:#eaeaea}.c-checkbox.-v2+label{cursor:pointer}.c-checkbox__wrap{display:flex;align-items:center;margin:16px 16px 16px 0}.c-checkbox.-full-width{width:100%}.c-checkbox__text{font-size:14px;font-weight:400;padding:3px 0 3px 30px;position:relative}@media screen and (max-width:768px){.c-checkbox__text{font-size:10px}}.c-checkbox__text.-v2{padding:0;margin:0 0 0 8px;cursor:pointer}.c-checkbox__text.-v2:after,.c-checkbox__text.-v2:before{content:none}@media screen and (max-width:768px){.c-checkbox__text.-v2{font-size:12px}}.c-checkbox__text:after,.c-checkbox__text:before{bottom:0;content:"";display:block;margin:auto;position:absolute;top:0;box-sizing:border-box}.c-checkbox__text:after{background-color:#fff;border:2px solid #eaeaea;border-radius:6px;height:18px;left:6px;width:18px}input[type=checkbox]:checked+.c-checkbox__text:after{background-color:#009d4c}input[type=checkbox]:indeterminate+.c-checkbox__text:after{background-color:#009d4c}input[type=checkbox]:indeterminate+.c-checkbox__text:before{border-bottom:2px solid #fff;border-right:unset;opacity:1;height:3px;left:11px;width:8px;z-index:10;transform:unset}.c-checkbox__text:before{border-bottom:2px solid #fff;border-right:2px solid #fff;height:9px;left:13px;opacity:0;top:-2px;transform:rotate(45deg);width:5px;z-index:99}input[type=checkbox]:checked+.c-checkbox__text:before{opacity:1}.c-checkbox__text.-block{display:block}.c-checkbox__hidden{display:none}.c-checkbox__button-like{overflow:hidden;white-space:nowrap;background-color:#fff;border:1px solid #ddd;width:24%;line-height:1.8;text-align:center;border-radius:.5rem;margin:4px .5%;padding:.375rem .75rem}@media screen and (max-width:768px){.c-checkbox__button-like{margin:4px 0;width:100%}.c-checkbox__button-like:nth-child(2n){margin-left:1%}}.c-checkbox__button-like.active{border-color:var(--color-main);background-color:var(--color-main);color:#fff}.c-checkbox__button-like:not(:disabled):not(.disabled){cursor:pointer}@media screen and (max-width:768px){.c-checkbox__button-like.-inquiry-lp-ai-sp{font-size:11px;padding:.475rem 0;width:49%}}