@charset "utf-8";

html, body {
    overflow-x: hidden;
}

.cl-lightblue {
	color: #00A3CE;
}

.container-md.main2nd {
	max-width: 1188px;
	margin-top: 50px;
	padding-top: 100px;
}


a.btn01.white {
	border: solid 1px #7E584B;
	border-radius: 10px;
}
a.btn01.white:before {
	content: '▶';
	color: #7E584B;
	margin-right: 0.5em;
}
a.btn01.white:after {
	display: none;
}
a.btn01.white:hover:before {
	color: #fff;
}
a.btn01.white:hover {
	background-color: #7E584B;
	color: #fff;
	border: solid 1px #fff;
}
a.btn03 {
	font-size: 2.2rem;
	border: solid 1px #fff;
}
a.btn03:after {
	display: none;
}

a.btn-hoikuen {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
	background: #4C9737;
	padding: 0.1em 0.75em 0.2em;
	border: solid 1px #4C9737;
	border-radius: 10px;
}
a.btn-hoikuen:hover {
	color: #4C9737;
	background: #fff;
}
a.btn-youikuen {
	position: relative;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
	background: #1590B7;
	padding: 0.5em 0.75em 0.7em;
	border: solid 1px #1590B7;
	border-radius: 10px;
}
a.btn-youikuen:hover {
	color: #1590B7;
	background: #fff;
}
a.btn-youikuen::before {
	content: "";
	position: absolute;
	top: -45px;
	left: 0;
	width: 60px;
	height: 53px;
	background-image: url('../images/flag-youikuen.png');
	background-size: cover;
}
a.btn-pocket {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
	background: #DB7E0F;
	padding: 0.1em 0.75em 0.2em;
	border: solid 1px #DB7E0F;
	border-radius: 10px;
}
a.btn-pocket:hover {
	color: #DB7E0F;
	background: #fff;
}

.form-control {
    font-size: 1.6rem;
    padding: 0.5em;
    color: var(--color-brown) !important;
    border-color: var(--color-brown);
}
input {
	accent-color: #7E584B;
}

.btn01 {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    border: solid 1px #7E584B;
    background-color: #7E584B;
}
.btn01:after {
    content: '▶';
    color: #7E584B;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: 0.75em;
    background: #fff;
    padding: 4px 7px 5px 9px;
    border-radius: 15px;
}
table.entry-form th {
	font-weight: 500;
	color: #7E584B;
	background: #ECE6E4 !important;
	text-align: left;
	border-top: solid 1px #BEABA5;
	border-left: solid 1px #BEABA5;
	border-right: solid 1px #BEABA5;
	padding: 2em;
	width: 280px;
}
table.entry-form td {
	font-weight: 500;
	color: #7E584B;
	background: #fff !important;
	text-align: left;
	border-top: solid 1px #BEABA5;
	border-left: none;
	border-right: solid 1px #BEABA5;
	padding: 2em;
}

table.entry-form {
	border-collapse: separate;
	border-spacing: 0;
}

table.entry-form tr:first-child th {
	border-top-left-radius: 15px;
}

table.entry-form tr:last-child th {
	border-bottom: solid 1px #BEABA5;
	border-bottom-left-radius: 15px;
}

table.entry-form tr:first-child td {
	border-top-right-radius: 15px;
}

table.entry-form tr:last-child td {
	border-bottom: solid 1px #BEABA5;
	border-bottom-right-radius: 15px;
}





.bg-brown {
	background-color: #7E584B;
}
.border-qa {
	padding: 0.75em 0;
	margin-bottom: 1em;
	border-bottom: dashed 1px #00A3CE;
}
p.qa-q, p.qa-a {
	position: relative;
	margin-left: 2em;
}
p.qa-q:before {
	content: 'Q';
	position: absolute;
	left: -1em;
	color: #00A3CE;
	font-size: 3.6rem;
	font-weight: 900;
}
p.qa-a:before {
	content: 'A';
	position: absolute;
	left: -1em;
	color: #E69288;
	font-size: 3.6rem;
	font-weight: 900;
}





.box-info {
	margin-bottom: 100px;
}
.box {
	margin: 30px 0;
	width: 600px;
	display: inline-block;
	padding: 120px 80px 60px;
	border-image: url(../images/box.png);
	border-image-slice: 160 fill;
	border-image-width: 120px;
}
.box .title {
	display: inline-block;
	font-size: 2.2rem;
	background: #7E584B;
	color: #fff;
	padding: 0.1em 0.75em;
	border-radius: 10px;
}
.box th div {
	border:solid 1px #7E584B;
	padding: 0.1em 0.75em;
	border-radius: 10px;
	white-space: nowrap;
}
.box td {
	padding-left: 1em;
	white-space: nowrap;
	text-align: left;
}

p.h1 {
	color: #7E584B;
	background: #CCEDF5;
	padding: 0.5em;
	margin: 1em 0;
	border-radius: 10px;
}
p.h2 {
	margin-bottom: 0.5em;
}
p.h2::before {
	content: '●';
	color: #66C8E2;
}
h2, h2 span {
	color: #7E584B !important;
}
.bg-bucknumber .container-md {
	height: 250px;
}

.main {
	background: #FFFADC;
	background-image:url('../images/sky-btm.png');
	background-repeat: repeat-x;"
}

.decorated-line {
  position: relative;
  height: 2px;
  background-color: #7E584B;
  width: 30%;
  margin: 20px auto;
}

.decorated-line::before,
.decorated-line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7E584B;
}

.decorated-line::before {
  left: -10px;
}

.decorated-line::after {
  right: -10px;
}


@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
	.box-info {
		padding: 0 40px;
	}
}

@media (max-width: 768px) {
	div.container-md {
		padding: 0;
	}
	.main {
		margin-top: 0;
		padding-top: 60px;
	}
}

@media (max-width: 576px) {
	.container-md.main2nd {
		margin-top: 0;
		padding-top: 0;
	}

	table.entry-form th, table.entry-form td {
		display: block;
		width: 100%;
		padding: 1em;
	}
	table.entry-form td {
		border-left: solid 1px #BEABA5;
	}
	table.entry-form tr:first-child th {
		border-top-right-radius: 15px;
	}

	table.entry-form tr:last-child th {
		border-bottom-left-radius: 0;
	}

	table.entry-form tr:first-child td {
		border-top-right-radius: 0;
	}

	table.entry-form tr:last-child td {
		border-bottom-left-radius: 15px;
	}
	footer {
		margin-top: 0 !important;
	}

	.decorated-line {
		width: 80%;
	}
	.box {
		width: 100%;
		padding: 0;
		border: none;
	}
	.box-info {
		padding: 0 10px;
	}
	.btn01.white {
		display: block;
		margin: 0 auto 1em !important;
		width: 100%;
	}
	a.btn-hoikuen {
		min-width: 110px;
		font-size: 1.7rem;
		padding: 0.1em 0.5em 0.2em;
	}
	a.btn-youikuen {
		min-width: 110px;
		font-size: 1.7rem;
		padding: 0.5em 0.5em 0.7em;
	}
	a.btn-pocket {
		min-width: 80px;
		font-size: 1.7rem;
		padding: 0.1em 0.5em 0.2em;
	}
	table.recruitment th, table.recruitment td {
		border: none;
		display: block;
	}
	table.recruitment th {
		color: #fff;
		background: #00A3CE;
	}

	table.recruitment  tr:nth-child(1) > th {
		border: none;
	}
	table.recruitment tr:nth-child(1) > td {
		border: none;
	}

	.border-qa {
		padding: 0 1em;
	}
}
