@charset "utf-8";
/*黒#19192b 黄色#ff8c00 #edc600 赤#b31c32 P20*/
.column-wrap {
	padding: 0;
	margin: auto;
	text-align: left;
	max-width: 1000px;
}
.column-wrap h1, .column-wrap h1 span {
	margin: 0 0 1em;
	padding: 0;
	color: #19192b;
	font-size: 40px;
}
.column-wrap h1 span {
	font-size: 50%;
}
.column-wrap h2 {
	margin-top: 3em;
	font-size: 30px;
	text-align: left;
}
.column-wrap h3 {
	font-size: 20px;
	margin: 2em 0 1em;
	border-left: 4px solid #edc600;
	padding: 0.5em 1em;
	text-align: left;
}
.column-wrap h4 {
	font-size: 20px;
	margin: 2em 0 1em;
}
.column-wrap h5 {
	font-size: 16px;
	margin: 2em 0 1em;
	font-weight: normal;
}
.column-wrap img {
	width: 100% !important;
	height: auto;
}
.column-wrap div p {
	line-height: 1.6;
}
.column-wrap div p+p {
	margin-top: 1em;
}
.column-wrap div p+p:last-child {
	margin-bottom: 0;
}
.column-wrap .inner.main-area {
	display: flex;
	gap: 32px;
}
.column-wrap .content {
	flex: 1 1 auto;
	min-width: 0;
}
.column-wrap .sidebar {
	flex: 0 0 260px;
	max-width: 260px;
	background: #f8f9fb;
	;
	border-radius: 4px;
	padding: 16px 18px;
	box-sizing: border-box;
}
.column-wrap .sidebar h2 {
	margin: 0;
	border: none;
}
.sidebar-title {
	font-size: 16px;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}
.sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-list li {
	margin-bottom: 8px;
	border-top: 1px solid #19192b;
	margin: 1em 0 0;
	padding: 1em 0 0;
}
h2.sidebar-title a,
.sidebar-list a {
	display: block;
	color: #19192b;
}
.sidebar-list a {
	font-size: 14px;
}
h2.sidebar-title a:hover,
.sidebar-list a:hover {
	color: #ff8c00;
}
.mokuji {
    border: 2px solid #e0e3ea;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 1em 0;
    background: #fff;
}
.mokuji p {
    font-weight: 700;
    margin-bottom: 12px;
}
.mokuji ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mokuji li {
    margin: 0;
    padding: 0;
}
.mokuji ul li {
    margin-bottom: 6px;
}
.mokuji > ul > li > a {
    display: block;
    padding: 6px 10px;
    border-left: 3px solid #ffb000;
    text-decoration: none;
    color: #333;
    background: #fff8dd;
}
.mokuji > ul > li > a:hover {
    background: #ffe8a0;
}
.mokuji ul ul {
    margin-top: 4px;
    margin-left: 2em;
}
.mokuji ul ul li a {
    display: block;
    padding: 4px 10px;
    border-left: 3px solid #ffcf40;
    text-decoration: none;
    color: #333;
    background: #fffdf0;
    font-size: 0.95em;
}
.mokuji ul ul li a:hover {
    background: #ffeeb8;
}
.merit-list {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: merit;
}
.merit-list li {
	margin-bottom: 28px;
}
.merit-list li h3 {
	position: relative;
	padding-left: 130px;
	line-height: 1.4;
	box-sizing: border-box;
	margin-bottom: 1em;
	border: none;
}
.merit-list li h3::before {
	counter-increment: merit;
	content: "メリット." counter(merit);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	min-width: 95px;
	padding: 0 24px;
	border-radius: 999px;
	background: #ff8c00;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.04em;
	box-shadow: 0 2px 8px rgba(255, 214, 0, 0.13);
	white-space: nowrap;
	box-sizing: border-box;
	z-index: 1;
}
.column-flow {
	max-width: 720px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	color: #333;
}
.column-flow>p:first-of-type {
	font-size: 1rem;
	margin-bottom: 1.5em;
}
.column-flow ol {
	counter-reset: step;
	list-style: none;
	padding: 0;
	margin: 0;
}
.column-flow ol>li {
	counter-increment: step;
	margin-bottom: 1.8em;
	padding: 1.2em 1em 1em;
	border-radius: 10px;
	background: #f8f9fb;
	border: 1px solid #e0e3ea;
}
.column-flow ol>li::before {
	content: counter(step);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-right: 0.5em;
	border-radius: 50%;
	background: #ff8c00;
	color: #fff;
	font-weight: bold;
	font-size: 0.9rem;
}
.column-flow img {
	display: block;
	max-width: 160px;
	height: auto;
	margin-top: 0.6em;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.faq-block dl {
	margin: 0;
	padding: 1.4em 1.6em;
	border-radius: 10px;
	border: 1px solid #e3e7ee;
	background: #f8f9fb;
}
.faq-block dt {
	margin: 0 0 0.6em;
	font-weight: 600;
	position: relative;
	padding-left: 2.4em;
}
.faq-block dt::before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0.05em;
	width: 1.8em;
	height: 1.8em;
	color: #008CFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.faq-block dd {
	margin: 0;
	padding: 0.4em 0 0 2.4em;
	line-height: 1.7;
	border-top: 1px dashed #dde2ec;
}
.faq-block dd::before {
	content: "A.";
	display: inline-block;
	margin-right: 0.4em;
	font-weight: 600;
	color: #b31c32;
}
.pc-request-list {
  list-style: none;
  margin: 20px 0;
  padding: 16px 20px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #f8fafc;
}
.pc-request-list li {
  position: relative;
  padding-left: 1.6em;
  margin: 6px 0;
  line-height: 1.5;
}
.pc-request-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.7em;
  color: #edc600;
}
/* セクション全体をカード風に囲う */
.officework-section {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2em;
  margin: 2em 0;
  background: #f8f9fb;
}
.officework-section h3 {
	font-size: 20px;
	padding: 0 auto!important;
	margin: 0 auto;
}
.officework-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
.officework-section dl {
  margin: 0 0 2em;
}
.officework-section dt {
  font-weight: bold;
  margin-top: 1em;
}
.officework-section dd {
  margin:0 1em 1em;
  line-height: 1.6;
}
.officework-section li {
  position: relative;
  padding-left: 1.6em;
  margin: 6px 0;
  line-height: 1.5;
}
.officework-section li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.7em;
  color: #edc600;
}

@media (max-width: 768px) {
	.column-wrap .inner.main-area {
		display: block;
	}
	.column-wrap .sidebar {
		max-width: 100%;
		margin-top: 24px;
	}
}