<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  letter-spacing: 0;
}

/* Navi */
.m_navi_lst {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.m_navi_itm {
  width: 100%;
  margin-inline: 20px;
}
.m_navi_itm a {
  position: relative;
  display: block;
  padding: 0 25px 5px 15px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #8d1321;
}
.m_navi_itm a::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 5px;
  background-color: #333;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
	.m_navi_lst {
		flex-direction: column;
		align-items: center;
	}
	.m_navi_itm a {
		padding: 10px 25px 5px 15px;
	}
}

/* Lead */
.m_lead {
  margin-top: 50px;
  padding: 0;
  background: none;
}
.m_lead__msg span {
  font-weight: 900;
}
.m_lead__table th + th,
.m_lead__table td + td {
  border-left: 1px solid #fff;
}
.m_lead__table th {
  width: 50%;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #a11f24;
}
.m_lead__table td {
  padding: 15px;
  font-weight: 500;
  text-align: center;
  background-color: #ffefef;
}
@media screen and (max-width: 768px) {
	.m_lead {
		margin-top: 40px;
	}
	.m_lead__table td {
		text-align: left;
	}
}

/* Point */
.m_point__img img {
  width: 100%;
}

/* WEBins Flow */
.m_webins_flow_head_ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #a11f24;
}

.m_webins_flow_head_img {
  width: 183px;
  line-height: 0;
}

.m_webins_flow_head_txt {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #a11f24;
}

.m_webins_flow_head_txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
  background-color: #a11f24;
  clip-path: polygon(100% 100%, 0 50%, 100% 0);
}

.m_webins_flow_lst {
  position: relative;
}

.m_webins_flow_lst::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  left: 38px;
  background-color: #a11f24;
}

.m_webins_flow_itm {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 1;
}

.m_webins_flow_itm_step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 83px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #a11f24;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.m_webins_flow_itm_cont_ttl {
  color: #a11f24;
  font-size: 25px;
  font-weight: 700;
}

.m_webins_flow_itm_cont_lst dt {
  font-weight: 900;
}

.m_webins_flow_itm_cont_lst dd {
  padding-left: 1em;
  text-indent: -1em;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_cont {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}

.m_webins_flow_itm + .m_webins_flow_itm .m_webins_flow_itm_step {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.m_webins_flow_head_ttl {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.m_webins_flow_head_img {
		width: 80%;
	}

	.m_webins_flow_head_txt {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}

	.m_webins_flow_head_txt::before {
		width: 20px;
		height: 15px;
		top: -12px;
		bottom: auto;
		left: 0;
		right: 0;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}

	.m_webins_flow_lst::before {
		width: 3px;
		left: 28px;
	}

	.m_webins_flow_itm {
		gap: 20px;
	}

	.m_webins_flow_itm_step {
		width: 60px;
		font-size: 14px;
	}

	.m_webins_flow_itm_cont_ttl {
		font-size: 18px;
	}
}


/* Footer */
.m_migrationWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: -12px;
}

.m_migrationWrap__item {
  display: flex;
  max-width: 360px;
  width: 33.333%;
  margin: 0 auto;
  padding: 12px;
}

.m_migrationWrap__inner {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .m_migrationWrap {
    display: block;
  }

  .m_migrationWrap__item {
    width: 100%;
  }
}

.m_migrationBtn {
  display: flex;
  align-items: stretch;
}

.m_migrationBtn::before {
  content: "";
  display: block;
  height: 96px;
}

.m_migrationBtn__target {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 3px solid #e5002d;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(48, 48, 48, 0.3);
  color: #333;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s opacity;
}

.m_migrationBtn__target:hover {
  opacity: 0.7;
}

.m_migrationBtn__catch {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  padding: 0 12px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
</pre></body></html>