body {
	min-width: 1200px;
}
.pc_hide {
	display: none !important;
}
.pc_width {
	width: 1200px;
	margin: 0 auto;
}

/* h */

.h1-content {
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--color-heading-main);
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin: 1.5em 0 1em;
}

.h2-content {
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--color-heading-sub);
	position: relative;
	display: inline-block;
	margin: 1.5em auto 1em;
	padding-bottom: 0.3em;
	border-bottom: 2px solid var(--color-border-accent);
}
.h3-content {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-heading-main);
  margin: 1.2em 0;
  padding-left: 0.6em;
  border-left: 4px solid var(--color-border-light);
}

/* header */
#container > header {
	min-width: 1280px;
}

#header_menu {
	right: -45%;
	width: 45%;
}

/* index */
#index_top {
	background: url(../images/img_index_top_01.jpg) no-repeat center;
	background-size: cover;
}

.index_top_content {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 2rem 4rem;
}
#index_top_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 55%;
	height: 100%;
	padding: 2rem;
}

.index_catch {
	font-size: 3rem;
	line-height: 5rem;
}
.index_title {
	font-size: 1.8rem;
	line-height: 3rem;
}

#index_top_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: 100%;
	padding: 2rem;
}

/* content */


.dl-list > div{
  display: flex;
  padding: 0.5rem 0;
}
.dl-list > div > dt{
  width: 12rem;
}
.dl-list > div > dd{
  flex: 1;
}
