/* 
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;
}
.mw_wp_form_preview .ck-no {
	display: none;
}
.btn_0 {
  background-color: gray !important;
	margin: 5%;
}
input[type="submit"] {
  //background-color: #009175 !important;
	background-color: #0064cd !important;
	min-width: 200px;
	margin: 5%;
}
input[type="submit"]:hover {
  background-color: #dca700 !important;
}

fieldset {
    border: none;
}
legend {
	font-weight: bold;
}
legend:before {
	content:"▶︎ ";
	//color:#009688;
	color: #5cb2f5;
}
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: 5px 10px;
}
.hisu_1 {
	color:#c30d23;
	white-space: nowrap;
	font-size: 13px;
}
.col_1 input[type="text"] {
  width: 80%;
  max-width: 150px;
}
.col_1 label {
  width: 2.2em;
	margin: 0 5px;
}
.col_2 {
  float: left;
	margin-right: 20px;
}
.col_ml input, select {
  max-width: 500px;
}
.col_hs {
  align-items: center;
  display: flex;
}
.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;
   }
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  width: 70px;
}
.header111 {
            display: flex;
            align-items: center;
            color: white;
            font-weight: bold;
            margin: 3% 0;
        }

        .header111 .arrow111 {
  background-color: #0064cd;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 30px;
}
.header111 .triangle {
            width: 20px;
            height: 30px;
            background-color: #0064cd;
            clip-path: polygon(0 0, 100% 50%, 0 100%);
        }
        .header111 .line111 {
            flex-grow: 1;
            height: 3px;
            background: linear-gradient(to right, #0064cd, #a0e5e1);
            margin-left: -1em;
        }
#mw_wp_form_mw-wp-form-1677 .header111 .arrow111 {
  background-color: #005BAC;
}
#mw_wp_form_mw-wp-form-1677 .header111 .triangle {
  background-color: #005BAC;
}
#mw_wp_form_mw-wp-form-1677 legend::before {
  color: #005BAC;
}
#mw_wp_form_mw-wp-form-1677 .header111 .line111 {
  background: linear-gradient(to right, #005BAC, #98C8ED);
}
#mw_wp_form_mw-wp-form-1677 input[type="submit"] {
  background-color: #0064cd !important;
}
#mw_wp_form_mw-wp-form-1677 input[type="submit"]:hover {
  background-color: #98C8ED !important;
}
.col_hs1677 .vertical-item {
  display: inline-block;
  width: 100%;
  max-width: 15em;
}
.w400 {
  max-width: 500px;
}