.font-bold {
	font-weight: bold;
}
.font-red {
	color: #ff0033;
}
.font-red-back {
	color: #ffffff;
	background: #ff0033;
	font-weight: bold;
	padding: 3px;
	line-height: 1.5em;
}
.font-black-back {
	color: #ffffff;
	background: #121212;
	font-weight: bold;
	padding: 3px;
}
.line-red {
	border-bottom: 1px solid #ff0033;
}
h3 {
	width: 600px;
	margin: 50px auto !important;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #fff3c7;
}
h3:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: "";
	border: 2px solid #121212;
}
.hr-border {
	height: 70px;
	padding: 2em;
	background: repeating-linear-gradient(-45deg, #f2f3f4 0 6px, #fff 6px 12px);
}
@media only screen and (max-width: 499px) {
	h3 {
		font-size: 17px;
		width: 90%;
		margin: 40px auto !important;
	}
	.hr-border {
		height: 50px;
	}
}

input[type="submit"],
input[type="button"],
button {
	color: #121212;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	background: #ffffff;
	border: 1px solid #121212;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
	opacity: 0.5;
}

/*--------------------------------
　リスト
---------------------------------*/
.list-disc {
	list-style-type: disc;
	list-style: inside;
	padding: 20px 0 20px 20px;
}

/*--------------------------------
　お知らせ
---------------------------------*/
.freshman-news {
	width: 730px;
	margin: 0 auto 50px;
	padding: 20px 25px;
	border: 3px solid #121212;
	font-weight: 700;
}
@media only screen and (max-width: 499px) {
	.freshman-news {
		width: 90%;
		padding: 15px 20px;
	}
}

/*--------------------------------
　トピック
---------------------------------*/
.freshman-topic-wrap {
	background: #f2f2f2;
	padding: 75px 0;
}
.freshman-topic {
	background: #ffffff;
	width: 750px;
	margin: 0 auto;
	padding: 25px 25px 50px;
}
.freshman-topic h5 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 499px) {
	.freshman-topic-wrap {
		background: #f2f2f2;
		padding: 25px;
	}
	.freshman-topic {
		width: 100%;
	}
	.freshman-topic h5 {
		font-size: 16px;
		background: url(../images/list.svg) no-repeat !important;
		background-size: 25px !important;
		background-position: left center !important;
		padding-left: 40px !important;
	}
	.freshman-topic .contents {
		padding-left: 15px !important;
	}
}

ul.freshman-topic-btn {
	margin: 0 auto;
}
ul.freshman-topic-btn li a {
	transition: all 0.5s ease;
	position: relative;
	color: #121212;
	font-weight: 700px;
	text-align: center;
	border: 2px solid #121212;
	background: #d0ebda;
}
ul.freshman-topic-btn li a:hover {
	opacity: 0.7;
}
@media only screen and (min-width: 500px) {
	ul.freshman-topic-btn {
		width: 100%;
		padding: 30px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	ul.freshman-topic-btn li a {
		width: 250px;
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 499px) {
	ul.freshman-topic-btn {
		width: 80%;
		margin: 0 auto 40px;
	}
	ul.freshman-topic-btn li a {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 10px 0;
	}
}

ul.freshman-topic-link {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
ul.freshman-topic-link li {
	font-size: 13px;
}
ul.freshman-topic-link p {
	font-weight: 700;
}
ul.freshman-topic-link img {
	width: 100%;
	margin-top: 20px;
	background: #ffffff;
}

ul.freshman-topic-link-btn {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
ul.freshman-topic-link-btn li a {
	width: 250px;
	transition: all 0.5s ease;
	position: relative;
	color: #121212;
	text-align: center;
	padding: 15px 20px;
	border: 2px solid #121212;
	background: #daecf5;
}
ul.freshman-topic-link-btn li a:hover {
	opacity: 0.7;
}
@media only screen and (min-width: 500px) {
	ul.freshman-topic-link {
		display: flex;
		justify-content: space-between;
		align-items: self-start;
		gap: 30px;
	}
	ul.freshman-topic-link-btn {
		display: flex;
		align-items: center;
		gap: 30px;
		padding-left: 30px;
	}
	ul.freshman-topic-link li {
		width: 280px;
	}
}
@media only screen and (max-width: 499px) {
	ul.freshman-topic-link li {
		margin-bottom: 30px;
	}
	ul.freshman-topic-link li:last-child {
		margin-bottom: 0;
	}
	ul.freshman-topic-link img {
		margin-top: 10px;
	}

	ul.freshman-topic-link-btn {
		width: 90%;
		margin: 0;
		padding-left: 20px;
	}
	ul.freshman-topic-link-btn li a {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	ul.freshman-topic-link-btn li:last-child a {
		margin-bottom: 0;
	}
}

/*--------------------------------
　物販
---------------------------------*/
.freshman-order {
	width: 900px;
	margin: 0 auto;
}
.freshman-order section {
	width: 100%;
	margin: 0 auto 50px;
}
.freshman-order-news {
	margin: 0 auto;
}

.contents {
	padding-left: 30px;
}

.freshman-order a:hover {
	opacity: 0.5;
}

h3 {
	margin: 50px 0;
}
.freshman-order p {
	text-align: center;
}
.freshman-order i {
	margin-left: 7px;
}
.freshman-order li {
	list-style: none;
	display: flex;
	align-items: baseline;
}
.freshman-order li::before {
	content: "・";
	color: #000;
	margin: 0 8px 0 0;
}

.freshman-order table {
	min-width: 850px;
	margin: 30px auto;
	border: 1px solid #121212;
	border-collapse: collapse;
}
.freshman-order table th,
.freshman-order table td {
	border: 1px solid #121212;
	padding: 10px;
	white-space: nowrap;
	width: 50px;
	text-align: center;
}
.freshman-order table th {
	color: #ffffff;
	background: #5886c2;
}

.table-scroll-note {
	display: none;
	font-size: 0.9em;
	text-align: left !important;
}
.table-scroll-note i {
	margin-right: 5px;
}
.table-scroll a {
	display: block;
	color: #121212;
	background: #f2f2f2;
	border: 1px solid #121212;
	text-align: center;
	width: 100%;
	padding: 10px;
}
@media only screen and (min-width: 500px) {
	.freshman-order-news {
		width: 730px;
		font-size: 17px;
	}
}
@media only screen and (max-width: 499px) {
	.freshman-order {
		width: 100%;
		padding: 0 15px;
	}
	.freshman-order section {
		margin: 0 auto 30px;
	}
	.freshman-order-news {
		padding-left: 15px;
	}
	.freshman-order .contents {
		padding-left: 15px;
	}
	.table-scroll {
		overflow-x: auto;
		margin: 30px auto 0;
	}
	.table-scroll table {
		margin: 0;
	}
	.freshman-order table {
		min-width: 100%;
	}
	.freshman-order table th,
	.freshman-order table td {
		padding: 10px;
	}
	.table-scroll-note {
		display: block;
	}
}

/*--------------------------------
　オーダーフォーム
---------------------------------*/
.freshman-order form {
	font-size: 15px;
	margin-bottom: 70px;
}
.freshman-order input {
	background: #f9f9f9;
	border: none;
}
.freshman-order input[type="text"],
.freshman-order input[type="tel"],
.freshman-order input[type="email"],
.freshman-order textarea {
	width: 100%;
}
.freshman-order #submit[disabled] {
	color: #ffffff;
	background: #dfdfdf;
	border: none;
}
.freshman-order input[type="submit"] {
	width: 400px;
	height: 64px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #5886c2;
	border: 3px solid #5886c2;
	border-radius: 50px;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	margin: 25px auto;
	transition: all 0.5s ease;
}
.freshman-order input[type="submit"]:hover {
	color: #5886c2;
	background: #fff;
}
@media only screen and (max-width: 499px) {
	.freshman-order input[type="submit"] {
		width: 100%;
		margin: 0 auto;
	}
}

/*--------------------------------
　オーダーフォーム（商品）
---------------------------------*/
table tr.category th {
	font-size: 16px;
	text-align: left;
	color: #121212;
	background: #fff3c7;
}
table.freshman-order-item td {
	text-align: left;
}
table.freshman-order-item tr td:nth-child(1),
table.freshman-order-item tr td:nth-child(5) {
	text-align: center;
}
table.freshman-order-item tr td:nth-child(4) {
	text-align: right;
	width: 50px;
}
tr.category th,
tr.thead th {
	padding: 5px 10px;
}
.order-price,
.order-price th,
.order-price td,
.order-price input {
	text-align: right !important;
}
tr.order-price {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.order-price th {
	background: #f9f9f9;
}
.order-price input {
	background: #ffffff;
}
table tr.total th,
table tr.total td,
table tr.total input {
	font-weight: bold;
	text-align: right;
}
table tr.total th {
	font-size: 18px;
}
table tr.total input {
	font-size: 23px;
	width: 100%;
	background: #ffffff;
}
table.freshman-order-item select {
	min-width: 80px;
	height: 2.5em;
	text-align: center;
}

.freshman-order .highlight {
	background: #e3edfa;
}

.freshman-order .check {
	text-align: center;
	padding-bottom: 25px;
}
.freshman-order .check label {
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}
@media only screen and (max-width: 499px) {
	table.freshman-order-item {
		min-width: 300px;
		font-size: 13px;
		border: none;
		border-collapse: collapse;
		margin: 30px auto 0;
	}
	table.freshman-order-item .thead {
		display: none;
	}
	table.freshman-order-item tr {
		display: block;
		margin-bottom: 30px;
	}
	table.freshman-order-item tr th,
	table.freshman-order-item tr td {
		display: block;
		width: 100% !important;
		white-space: normal;
	}
	table.freshman-order-item tr td {
		border-bottom: none;
		padding: 2px 10px;
	}
	table.freshman-order-item tr td:last-child {
		border-bottom: 1px solid #121212;
	}
	table.freshman-order-item tr:not(.order-item-note) td:nth-child(1) {
		color: #ffffff;
		font-weight: 700;
		background: #5886c2;
	}
	table.freshman-order-item tr td:nth-child(4) {
		font-size: 16px;
	}
	table tr.total {
		margin-bottom: 0;
	}
	table tr.total th {
		font-size: 16px;
	}
	table tr.total input {
		font-size: 20px;
	}
	.freshman-order .check {
		font-size: 13px;
	}
}
@media only screen and (max-width: 329px) {
	table.freshman-order-item {
		min-width: 100%;
	}
}

/*--------------------------------
　オーダーフォーム（お客さま情報）
---------------------------------*/
table.freshman-order-info th,
table.freshman-order-info td {
	text-align: left;
}
table.freshman-order-info th {
	max-width: 220px;
	color: #121212;
	background: #e3edfa;
}
table.freshman-order-info input,
table.freshman-order-info select,
table.freshman-order-info textarea,
button {
	border: 1px solid #cccccc;
}
table.freshman-order-info textarea {
	display: block;
	resize: none;
}
table.freshman-order-info .on,
table.freshman-order-info .off {
	color: #121212;
	font-size: 13px;
	padding: 5px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}
table.freshman-order-info .on {
	background: #fcc7c4;
}
table.freshman-order-info .off {
	background: #ffffff;
}
table.freshman-order-info .postcode {
	width: 20% !important;
}

table.freshman-order-info button {
	transition: all 0.3s ease;
}
table.freshman-order-info button:hover {
	opacity: 0.5;
}
table.freshman-order-info .hosoku {
	font-size: 12px;
	display: block;
	margin-top: 7px;
}
.order-info-note {
	font-size: 14px;
	margin-bottom: 10px;
	background: #fff3c7;
	border: 1px solid #cccccc;
}
@media only screen and (max-width: 499px) {
	table.freshman-order-info {
		width: 100%;
		min-width: 100%;
		font-size: 13px;
		margin-bottom: 0;
		border: none;
	}
	table.freshman-order-info tr {
		display: block;
		margin-bottom: 30px;
	}
	table.freshman-order-info th,
	table.freshman-order-info td {
		display: block;
		width: 100%;
		white-space: normal;
	}
	table.freshman-order-info th {
		max-width: 100%;
		border-bottom: none;
	}
	table.freshman-order-info input,
	table.freshman-order-info textarea,
	table.freshman-order-info select {
		max-width: 100%;
		font-size: 13px;
	}
	table.freshman-order-info button {
		font-size: 12px;
	}
	table.freshman-order-info .hosoku {
		font-size: 11px;
	}
	.order-info-note {
		font-size: 12px;
		text-align: left !important;
		padding: 5px 7px;
		margin-bottom: 10px;
		background: #fff3c7;
		border: 1px solid #cccccc;
	}
}

/*--------------------------------
　確認画面
---------------------------------*/
.freshman-msg {
	width: 730px;
	margin: 50px auto 70px;
	text-align: center;
}
.freshman-msg p {
	margin-bottom: 50px;
	padding: 30px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
	text-align: center;
}
.error-box {
	width: 100%;
	border: 2px solid #121212;
	margin-bottom: 50px;
	padding: 20px 15px;
}
.error-box p {
	font-size: 18px;
	font-weight: 700;
	border: none;
	margin: 0;
	padding: 0 0 15px;
}
.error-box span {
	font-weight: 700;
}

table.kakunin {
	width: 100%;
	margin: 50px auto;
	border: 1px solid #121212;
	border-collapse: collapse;
}
table.kakunin th,
table.kakunin td {
	border: 1px solid #121212;
	padding: 10px;
	text-align: left;
}
table.kakunin th {
	color: #121212;
	background: #e3edfa;
}
@media only screen and (max-width: 499px) {
	.freshman-msg {
		width: 100%;
		padding: 0 15px;
		margin: 30px auto;
	}
	.freshman-msg h3 {
		margin: 30px auto;
	}
	.freshman-msg p {
		margin-bottom: 15px;
		padding: 15px 0;
	}
	.error-box {
		margin-bottom: 30px;
		padding: 15px;
	}
	.error-box p {
		font-size: 15px;
	}
	table.kakunin {
		border: none;
		margin: 30px auto 15px;
	}
	table.kakunin tr {
		display: block;
		margin-bottom: 15px;
	}
	table.kakunin th,
	table.kakunin td {
		width: 100%;
		display: block;
		padding: 2px 10px;
	}
	table.kakunin th {
		border-bottom: none;
	}
}
