@charset "UTF-8";.estimation-modal{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;padding:0;height:100vh;width:100vw;max-height:100vh;max-width:100vw;background:#0006;display:flex;place-items:center;z-index:100000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root{--cart_estimate__border-radius: 4px;--cart_estimate__border-color: #666;--cart_estimate__border-color--light: #999;--cart_estimate__image-size: 60px}.estimation-body__products-item input[type=number],.estimation-body__profile-item input[type=number],.estimation-body__products-item input[type=text],.estimation-body__profile-item input[type=text],.estimation-body__products-item input[type=email],.estimation-body__profile-item input[type=email]{width:100%;line-height:1.6;border:1px solid var(--cart_estimate__border-color);border-radius:var(--cart_estimate__border-radius);box-sizing:border-box;outline:none}.estimation-body__products,.estimation-body__profile{border:none;outline:none}.estimation-body__products legend,.estimation-body__profile legend{font-weight:700;font-size:larger}.estimation-body__products-body,.estimation-body__profile-body{margin:0;padding:0;display:grid;row-gap:1rem}.estimation-body__products-item,.estimation-body__products-item-header,.estimation-body__profile-item{list-style:none;display:grid;align-items:center;column-gap:1rem;margin:0;padding:0}.estimation-body__products-item,.estimation-body__products-item-header{border-bottom:1px solid #999;grid-template-columns:var(--cart_estimate__image-size) 1fr 12rem;padding-bottom:1rem}.estimation-body__products-item-header .estimation-body__products-item-header--count,.estimation-body__products-item-header .estimation-body__products-item-header--name{display:grid;place-items:center}.estimation-body__products-item-header .estimation-body__products-item-header--count:before,.estimation-body__products-item-header .estimation-body__products-item-header--name:before{text-align:center;font-size:1.2rem}.estimation-container{width:800px;padding:4rem;margin:auto;box-shadow:0 0 20px #0003;border-radius:calc(var(--cart_estimate__border-radius) * 2);background-color:#fff}.estimation-button--close{display:block;margin:-2rem -2rem 1rem auto}.estimation-button--close:before{content:"✕"}.estimation-body__profile-item{grid-template-columns:16rem 1fr}.estimation-body__products-item-header .estimation-body__products-item-header--name:before{content:"製品名"}.estimation-body__products-item-header .estimation-body__products-item-header--count:before{content:"数量"}.estimation-body__products-item img{width:var(--cart_estimate__image-size);height:var(--cart_estimate__image-size);object-fit:contain}.estimation-body__privacy{text-align:center}.estimation-button{display:block;width:30rem;line-height:2;margin:auto;cursor:pointer;border:1px solid transparent;border-radius:var(--cart_estimate__border-radius);outline:none}.estimation-button:not(:disabled){color:#fff;background-color:#18967a}.estimation-button:disabled{border-color:var(--cart_estimate__border-color--light);cursor:no-drop}.estimation-button:disabled span{color:#666}.estimation-button span:before{content:"見積書の作成"}
