/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Noto Sans JP;
    color: #232323;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea {
    border: 1px solid #abc4e3;
}
a {
    color: #2c516e;
}
#gform_fields_2 input,#gform_fields_2 textarea {
    border-color: #eaeaea;
    background-color: #fafafa;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 10px;
    border-radius: 0;
}
input#gform_submit_button_2 {
    color: #fff;
	background: #2c516e;
    border: 1px solid #2C515F!important;
    border-radius: 0 0 0 0;
    padding: 12px 24px;
}
#gform_wrapper_2 .gfield_label {
    font-size: 16px !important;
    font-family: "Noto Sans";
    font-weight: 400;
}

/* Payment Button Contact Page */
#loginform>input:nth-child(3) {
	fill: #1e1e1e;
	color: #1e1e1e;
	background-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #4f4f4f;
	border-radius: 0px 0px 0px 0px;
}

#loginform>input:nth-child(3):hover {
    color: #ffffff;
    background-color: #2c516e;
    border-color: #2c516e;
}

/* Payment Button Footer */
.elementor .elementor-element-177f8a78 input[type=submit] {
	color: rgb(255, 255, 255) !important;
	font-family: "Noto Sans JP", Sans-serif;
	line-height: 1.3em;
	border-width: 0px;
	border-style: none;
	border-color: rgba(79, 79, 79, 0) !important;
	padding: 0px;
}
[type=submit]:focus, button:focus {
    outline: none;
}