@charset "UTF-8";:root{--cf7-primary-color:#f4be41;--cf7-secondary-color:#bcbcbc;--cf7-error-color:#f41010;--cf7-border-color:#ccc;--cf7-section-bg:#c7c7c7;--cf7-bg-white:#fff;--cf7-text-dark:#333;--cf7-overlay-bg:rgba(0,0,0,.5)}.cf7-form{max-width:860px;margin:60px auto;font-family:ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;font-size:14px;color:var(--cf7-text-dark);line-height:1.6}@media screen and (max-width:768px){.cf7-form{padding:0 16px}}.cf7-form-notes{margin-bottom:20px}.cf7-form-notes p{margin:0 0 4px;font-weight:700}.cf7-form-notes__required{color:var(--cf7-error-color);font-weight:700}.cf7-form-footer-notes{text-align:center;margin-top:20px}.cf7-form-footer-notes p{margin:0 0 4px}.cf7-form-footer-notes p:first-child{font-weight:700}.cf7-form-footer-notes--warning{color:var(--cf7-error-color);font-weight:700}.cf7-form-section__header{background-color:var(--cf7-section-bg);padding:8px 12px;font-weight:700;color:#000;margin-bottom:0}.cf7-form-section{margin-bottom:10px}.cf7-form-row{display:flex;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--cf7-border-color)}@media screen and (max-width:768px){.cf7-form-row{flex-direction:column;padding:12px 0}}.cf7-form-label{width:180px;min-width:180px;font-weight:700;padding-top:6px}@media screen and (max-width:768px){.cf7-form-label{width:100%;min-width:auto;padding-top:0;margin-bottom:8px}}.cf7-form-label__required{color:var(--cf7-error-color);font-weight:700;margin-right:2px}.cf7-form-field{flex:1}@media screen and (max-width:768px){.cf7-form-field{width:100%}}.cf7-form-input{width:350px;padding:8px 10px;border:1px solid var(--cf7-border-color);font-size:14px;box-sizing:border-box}@media screen and (max-width:768px){.cf7-form-input{width:100%}}.cf7-form-input:focus{outline:none;border-color:#666}.cf7-form-select{width:350px;padding:8px 30px 8px 10px;border:1px solid var(--cf7-border-color);border-radius:0;font-size:14px;box-sizing:border-box;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}@media screen and (max-width:768px){.cf7-form-select{width:100%}}.cf7-form-select:focus{outline:none;border-color:#666}.cf7-form-textarea{width:350px;min-height:150px;padding:8px 10px;border:1px solid var(--cf7-border-color);font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}@media screen and (max-width:768px){.cf7-form-textarea{width:100%}}.cf7-form-textarea:focus{outline:none;border-color:#666}.cf7-form-textarea--full{width:100%;min-height:200px}.cf7-form-checkbox-item input[type=checkbox],.cf7-form-checkbox-other input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin:0;border:1px solid var(--cf7-border-color);border-radius:0;background-color:#fff;cursor:pointer;position:relative;flex-shrink:0;outline:none}.cf7-form-checkbox-item input[type=checkbox]:checked,.cf7-form-checkbox-other input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb}.cf7-form-checkbox-item input[type=checkbox]:checked:after,.cf7-form-checkbox-other input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.cf7-form-checkbox-group{display:flex;flex-wrap:wrap;align-items:center;gap:4px 16px}@media screen and (max-width:768px){.cf7-form-checkbox-group{flex-direction:column;align-items:flex-start;gap:8px}}.cf7-form-checkbox-item{display:flex;align-items:center;gap:4px}.cf7-form-checkbox-item label{cursor:pointer;margin-bottom:0}.cf7-form-checkbox-other{display:flex;align-items:center;gap:4px;width:100%}.cf7-form-checkbox-other label{cursor:pointer;white-space:nowrap;margin-bottom:0}.cf7-form-checkbox-other input[type=text]{width:100%;flex:1;padding:6px 8px;border:1px solid var(--cf7-border-color);font-size:14px;box-sizing:border-box}.cf7-form-checkbox-other input[type=text]:focus{outline:none;border-color:#666}@media screen and (max-width:768px){.cf7-form-checkbox-other{width:100%}}.cf7-form-error,.cf7-form-note{font-size:12px;margin-top:4px}.cf7-form-error{color:var(--cf7-error-color)}.cf7-form-row--error .cf7-form-input,.cf7-form-row--error .cf7-form-select,.cf7-form-row--error .cf7-form-textarea{border-color:var(--cf7-error-color);background-color:#fff5f5}.cf7-form-buttons{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:30px}@media screen and (max-width:768px){.cf7-form-buttons{flex-direction:column;gap:12px}}.cf7-btn{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:200px;padding:8px;border:none;border-radius:2px;font-size:16px;font-weight:700;color:#333;cursor:pointer;text-align:center;text-decoration:none;transition:opacity .2s}.cf7-btn:hover{opacity:.85}@media screen and (max-width:768px){.cf7-btn{width:100%;padding:14px 20px}}.cf7-btn--primary{background-color:var(--cf7-primary-color)}.cf7-btn--primary:hover{opacity:.85}.cf7-btn--secondary{background-color:var(--cf7-secondary-color)}.cf7-btn--secondary:hover{opacity:.85}.cf7-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;background-color:var(--cf7-overlay-bg);overflow-y:auto;justify-content:center;align-items:flex-start}.cf7-modal.is-active{display:flex}.cf7-modal__content{position:relative;margin:80px auto 20px;padding:30px;max-width:800px;width:90%;max-height:calc(100vh - 100px);overflow-y:auto;background-color:var(--cf7-bg-white);box-shadow:0 4px 20px rgba(0,0,0,.3)}@media screen and (max-width:768px){.cf7-modal__content{margin:70px auto 20px;padding:16px;width:95%;max-height:calc(100vh - 80px)}}.cf7-modal--no-header .cf7-modal__content{margin:20px auto;max-height:calc(100vh - 40px)}.cf7-modal__title{font-size:18px;font-weight:700;margin:0 0 20px;padding:0 0 10px;border-bottom:1px solid var(--cf7-border-color)}.cf7-modal__complete,.cf7-modal__confirm,.cf7-modal__error,.cf7-modal__sending{display:none}.cf7-modal[data-state=confirm] .cf7-modal__confirm{display:block}.cf7-modal[data-state=sending] .cf7-modal__sending{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.cf7-modal[data-state=complete] .cf7-modal__complete,.cf7-modal[data-state=error] .cf7-modal__error{display:block;text-align:center;padding:40px 20px}.cf7-confirm-section__header{background-color:var(--cf7-section-bg);padding:8px 12px;font-weight:700;color:#000;margin-top:16px;margin-bottom:0}.cf7-confirm-row{display:flex;align-items:flex-start;padding:12px 0;border-bottom:1px solid #eee}@media screen and (max-width:768px){.cf7-confirm-row{flex-direction:column}}.cf7-confirm-label{width:180px;min-width:180px;font-weight:700}@media screen and (max-width:768px){.cf7-confirm-label{width:100%;min-width:auto;margin-bottom:4px}}.cf7-confirm-value{flex:1;word-break:break-word}.cf7-modal__footer-text{text-align:center;margin-top:24px;margin-bottom:16px;font-weight:700}.cf7-modal__buttons{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:16px}@media screen and (max-width:768px){.cf7-modal__buttons{flex-direction:column;gap:12px}}.cf7-spinner{display:inline-block;width:40px;height:40px;border:4px solid #eee;border-top-color:var(--cf7-primary-color);border-radius:50%;animation:a .8s linear infinite;margin-bottom:16px}@keyframes a{to{transform:rotate(1turn)}}.cf7-result-title{font-size:18px;font-weight:700;margin-bottom:12px}.cf7-result-message{color:#666;margin-bottom:24px}
/*# sourceMappingURL=sourcemaps/common-form.min.css.map */