/* 
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 */

h1 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem) !important;
}
h2 {
    font-size: clamp(1.4rem, 2vw + 1rem, 2rem) !important;
}
h3 {
    font-size: clamp(1.3rem, 2vw + 1rem, 1.75rem) !important;
}
h4 {
    font-size: clamp(1.2rem, 2vw + 1rem, 1.5rem) !important;
}
h5 {
    font-size: clamp(1.1rem, 2vw + 1rem, 1.25rem) !important;
}
h6 {
    font-size: clamp(1rem, 2vw + 1rem, 1rem) !important;
}
#2retsu p {
  align-items: center;
  display: flex !important;
}
.fm-no {
	display: none;
}
.mw_wp_form_preview .fm-no {
  display: block;
}
.sml {
  font-size: small;
}
.mw_wp_form_preview .ck-no {
	display: none;
}
.btn_0 {
  background-color: gray !important;
}
fieldset {
    border: none;
}
legend {
    font-size: 1.2em;
	font-weight: bold;
}
legend:before {
	content:"▶︎ ";
	color:#E62F87;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  padding: .1rem 1rem;
}
.hisu_1 {
	color:red;
	white-space: nowrap;
}
.col_1 input[type="text"] {
  width: 80%;
  max-width: 150px;
}
.col_1 label {
  width: 2.2em;
	margin: 0 5px;
}
.col_2 {
  float: left;
}
.col_ml input, select {
  max-width: 400px;
}
.col_hs {
  align-items: center;
  display: flex;
}
.w50 {
	width: 150px !important;
}
.r7sbt {
	background-color: #52b396 !important;
}
.sp_br {
  display: none; //768px以上では改行タグを無効に。
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block; //768px未満で改行タグを有効に。
  }
	.col_2 {
  float: none;
}
}
@media (min-width: 750px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}