.toplink {
	padding: 5px;
	background: #f5f5f5;
}

.formword {
	color: #8b8989;
}

.footercolor {
	background-color: #f3a566;
}

.suiheisen {
	height: 3px;
	color: #000;
}

.cosme_imeage {
	margin-top: 30px;
}

.cosme_subtitle {
	transform: skewX(-15deg);
	font-weight: bold;
	font-size: 1.5rem;
}

#menu div div ul {
	display: flex;
	list-style: none;
}

#menu div div li {
	margin-right: 20px;
	background: #f5f5f5;
}

#menu div div ul li {
	flex: 1 0 auto;
}

#menu div div ul li a {
	color: #000;
}

.center {
	text-align: center;
}

body {
	overflow-x: hidden;
}

.itemnumber {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	font-size: 4rem;
}

.gradation {
	position: relative;
}

.gradation::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 120%;
	background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
}

.h2-title {
	font-weight: bold;
}

.on-image {
	position: absolute;
	top: 0;
	left: 0;
}

.page-title {
	font-size: 3rem;
}

.page-subtitle {
	font-size: 2rem;
}

.section-title {
	/* font-family: 'Zen Kaku Gothic New', sans-serif; */
	/* background-color: #d8d7d7; */
	background-color: #FFAA66;
	transform: skewX(-7deg);
	font-weight: bold;
	font-size: 3rem;

}

.section-background-0 {
	background-color: #FFF;
}

.section-background-1 {
	background-color: #d8d7d7;
}

.top-menu ol {
	border: #d7110f;
}

.top-menu ol li {
	margin: 0;
}

.table {
	color: black;
}

.form {
	color: black;
}

.table-th {
	color: black;
}

.table-td {
	color: black;
}

.table-thead {
	color: black;
}

.table-tr {
	color: black;
}

.table-tbody {
	color: black;
}

.form-label {
	color: black;
}

.form-input {
	color: black;
}

/* ボタン */
.kounyuu_button {
	background: #d7110f;
	filter: drop-shadow(0px 2px 4px #8b8989);
	border-radius: 50px;
	overflow: hidden;
}

.kounyuu_button:hover {
	background: #d7110f;
	filter: drop-shadow(0px 2px 4px #8b8989);
	border-radius: 50px;
	overflow: hidden;
}

.kounyuu_button a {
	color: #FFF;
	transition: 0.3s ease-in-out;
	font-weight: 200;
	text-decoration: none;
}

/* rowとcolの構造を把握するために色を付ける
　　本番に適用するときは消す

.row {
	background-color: #d7110f;
	margin-bottom: 5px;
}

.col {
	background-color: aqua;
	margin: 5px;

}

*/