@charset "UTF-8";

body {
	font: 1.4rem/1.6 'Noto Sans JP', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

body {
	min-width: 320px;
	display: flex;
	flex-direction: column;

	background: url("/img/bg-pattern-06.png?20240222001"), #fff;
	background-size: 100px;
}

.wrapper {
	background: url("/img/bg-pattern_org.png"), #fff;
	background-size: 40px;
}
.clear {
	clear: both;
}

.clearfix:before, .clearfix:after,
.cf:before, .cf:after {
	display: table;
	content: " ";
}

.clearfix:after, .cf:after {
	clear: both;
}

.clearfix, .cf {
	*zoom: 1;
}

a {
	color: #000;
	transition: all .35s;
}

a:hover, a:focus {
	text-decoration: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}


.kai {
	font-family: 'Kaisei Opti', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


header h1 {
	margin: 25px 0 35px;
	line-height: 1;
}
header h1 img {
	display: block;
	width: 30%;
	max-width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
header h1 a {
	text-decoration: none;
	color: #333;
}
header h1 a:hover {
	text-decoration: underline;
}
header h1 label {
	font-size: 20px;
	font-weight: 100;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}


.synastry header h1 {
	margin: 5px 0;
	line-height: 1;
}
.synastry header h1 img {
	display: block;
	width: 30%;
	max-width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}


main {
	min-height: calc(90vh - 160px);
	padding: 0 20px 10px;
}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #333;
	border-top: 1px solid #eee;
	text-align: center;
}

main section {
	max-width: 450px;
	margin: 0 auto;
	padding: 20px 50px;
	margin-bottom: 20px;
	position: relative;
	z-index:0;
}

main section::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background: #6E7066;
	opacity: 0.08;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	main section {
		padding: 20px;
	}
}

main section h2 {
	text-align:center;
	color: #000;
	font-size: 20px;
	font-weight: 100;
	margin: 10px 0 25px;
}

.synastry main section h2 {
	text-align:center;
	color: #000;
	font-size: 20px;
	font-weight: 100;
	margin: 0;
}
.synastry main section h3 {
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 20px;
}

.form_block {
	max-width: 360px;
	margin: 0 auto;
}

.form_body {
	margin: 0 auto;
}

.form_body dl {
	margin: 20px 0 0;
}

.form_body dl:first-child {
	margin: 0;
}
.form_body dl dt {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 3px;
}
.form_body dl dd {
	margin: 0;
}
.form_body dl dd.static {
	padding: 12px;
	background: #EBEBE9;
	border-radius: 2px;
	font-size: 20px;
	font-weight: 100;
	width: 100%;
	border: 1px solid #EBEBE9;
}

.form_footer {
	margin: 30px auto 0;
	max-width: 360px;
}

.formFooterSubmit {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

.formFooterLogin {
	margin: 20px auto 0;
	text-align: center;
}

.formFooterReminder {
	text-align: center;
}
.formFooterReminder p {
	font-size: 15px;
}
.formFooterReminder .other_link {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted #ddd;
}

.form_complete {
	margin: 20px auto 0;
	margin-bottom: 0;
	padding: 15px 30px;

	border: 1px solid #1b63a7;
	border-radius: 4px;
	background: rgba(13, 187, 156, 0.1);
	color: #1b63a7;
}


.form_body input[type="text"],
.form_body input[type="number"],
.form_body input[type="mailaddress"],
.form_body input[type="password"] {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 20px;
	width: 100%;
	font-weight: 200;
}
.form_body select {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 20px;
	color: #000;
	background: #fff;
	font-weight: 200;
}

.form_body input[type="number"]::placeholder,
.form_body input[type="mailaddress"]::placeholder,
.form_body input[type="password"]::placeholder {
	color: #ccc;
}

.btn {
	display: inline-block;
}

.btn:hover {
	cursor: pointer;
}

.btn:disabled {
	background: #CCC !important;
	pointer-events: none;
}

.btn.btnPrimary {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	font-size: 20px;
	text-align: center;
	color: #1b63a7;
}

.btn.wide {
	width: 100%;
}

.btn.btnSubmit {
	border: none;
	border: 1px solid #1b63a7;
	background: #1b63a7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.btn.btnSubmit:hover {
	background: #fff;
	color: #1b63a7;
}

.errorMessage {
	background-color: #fff3f3;
	border: 1px solid #f5dfdf;
	color: #ff0000;
	padding: 10px;
	border-radius: 2px;
	white-space: pre-wrap;
	word-break: break-word;
}

.errorMessage.form {
	margin-bottom: 10px;
}


.bottom_link {
	margin: 0 auto;
	text-align: center;
	max-width: 450px;
	padding-bottom: 20px;
}


.btn-area {
	text-align: center;
	margin: 0 0 20px;
}
.btn-area .btn {
	width: calc( 100% - 40px );
	max-width: 400px;
	padding: 20px 0;
	font-weight: 500;
	border-radius: 50px;
	text-decoration: none;
}

.btn-line {
	background: #00b900;
	color: #fff;
	border: 1px solid #00b900;
	margin-right: 5px;
}
.btn-line:hover,
.btn-line:active {
	background: #fff;
	color: #00b900;
	border: 1px solid #00b900;
}

.btn-area .btn.btnSubmit {
	font-size: 16px !important;
}

#file_input {
	display: none;
}

.file_area {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.file_area img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	margin: 10px 0 0;
	border-radius: 50%;
}

.file_area .delete {
	display: block;
	width: 50px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	color: #fff;
	background: #d00;
	border: 1px solid #d00;
	border-radius: 5px;
	padding: 2px 8px;
	font-size: 12px;
	cursor: pointer;
}
.file_area .delete:hover {
	opacity: 0.8;
}



.drop-area {
	margin-top: 20px;
	border: 3px dashed #C8C8C8 !important;
	background-color: #F0F0F0 !important;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
}
.drop-area:hover {
	cursor: pointer;
	opacity: 0.8;
}
.drop-area label {
	width: 100%;
	display: inline-block;
}
.drop-area label:hover {
	cursor: pointer;
}
.drop-area label input {
	display: none;
}
.drop-area label svg {
	width: 50px;
	fill: currentColor;
	color: #909090;
}

.file_list {
	margin-top: 10px;
}
.file_list .delete {
	padding: 10px 10px 10px 50px;
	position: relative;
}
.file_list .delete span {
	position: absolute;
	top: 10px;
	left: 0;
	color: #fff;
	background: #d00;
	border: 1px solid #d00;
	border-radius: 5px;
	padding: 2px 8px;
	font-size: 12px;
}