/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/*=====汎用=====*/
/*フォント*/
body *{font-family:'Noto Sans JP',sans-serif;font-size:14px;color:#555;line-height:1.5em;}
h2 span {font-size:.75em;}
/*セクション*/
section{margin:;padding:3em 0;}
.section_narrow .inner{max-width:800px;margin:0 auto;}
/*=====フォーム=====*/
.require{font-size:.9em;color:#fff;background-color:#036469;display:inline-block;padding:0 .5em;margin:0 0 0 .5em;}
form dt{margin:0 0 .5em 0;}
form dd{margin:0 0 2em 0;}
/*確認画面*/
#form_confirm dt{margin:0 0 1em 0;padding:0 0 .5em 0;border-bottom:1px solid #999;}
/*完了画面*/
.section_thanks{display:grid;place-items:center;}
.section_thanks .inner p{width:fit-content;}
