@charset "utf-8";

.unique {
  overflow: hidden;
}

.unique h1 {
  font-size: 200%;
  margin: 16px 0 32px;
  line-height: 1.1;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1em .5em;
}

.unique span.lang-ja {
  display: block;
  font-size: 60%;
  line-height: 1.5;
  font-weight: normal;
}

.unique h2 {
  margin: 42px 0 16px;
  font-size: 150%;
}

.unique table {
  width: 100%;
}

.unique tr {
  vertical-align: top;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.unique th {
  white-space: nowrap;
  font-weight: bold;
  padding: 1em;
  text-align: left;
}

.unique td {
  padding: 1em;
}

.unique ul {
  padding: 0;
  border-top: 1px dotted #ccc;
  list-style-type: none;
}

.unique li {
  padding: 1em;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 767px){
  .unique {
    padding: 0 20px;
  }
  .unique h2 {
    font-size: 130%;
  }
}

/*スタッフ募集*/

#staff.unique table {
    font-size: 87.5%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#staff.unique tr {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#staff.unique th {
    background: #f3f3f3;
}

/*お問い合わせ*/

#contact {
    max-width: 600px;
    margin: 0 auto;
}

.page-contact-section + .page-contact-section {
	margin-top: 24px;
}
.page-contact-section:last-child {
	margin-bottom: 36px;
}
.page-contact-section .contact-label {
	margin: 0 0 8px 0;
	font-size: 1.1rem;
	font-weight: bold;
}
.page-contact-section .contact-label span {
    display: inline-block;
    padding: 2px 5px;
    margin-left: 0.5rem;
    background: #df2026;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    vertical-align: middle;
}

.page-contact-section input,
.page-contact-section select,
.page-contact-section textarea {
	border-radius: 2px;
	display: block;
}

.page-contact-section input {
	border-radius: 2px;
	display: block;
	width: 80%;
}
.page-contact-section select {
	width: 80%;
	margin: 0 0 12px 0;
}
.page-contact-section textarea {
	border-radius: 2px;
	display: block;
	width: 100%;
}
.section-submit {
	margin: 60px 0;
	text-align: center;
}
.section-submit .btn-submit {
	background: #aaa;
	border-radius: 2px;
	color: #fff;
	border: none;
	padding: 1rem;
	transition: .2s;
}
.section-submit .btn-submit:hover {
	background: #cc3366;
}

@media (max-width: 728px) {
	.page-contact-section .contact-label {
		font-size: 90%;
	}
	.page-contact-section input,
	.page-contact-section textarea {
		border-radius: 2px;
		display: block;
		font-size: 90%;
		width: 100%;
	}
	.page-contact-section select {
		width: 100%;
		margin: 0 0 12px 0;
		font-size: 90%;
	}
}