/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.1
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
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 400!important;
}

.passWrap {
	width: 480px;
	height: calc(100vh - 464px);
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
} 
.passArea {
}
.passArea p {
	font-size: 0.75em;
}
.passArea form {
	display: flex;
	justify-content: space-between;
}
.passArea div:nth-child(1) {
	width;60%;
	/*padding-right: 10x;*/
}
.passArea div:nth-child(2) {
	width;30%;
	/*padding-left: 10px;*/
}
input[type="submit"] {
	width: 140px!important;
}
