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

.small {
	font-size: 0.7em;
}

/* å€‹äººæƒ…å&nbsp;±ã®å–æ‰±ã„ã«ã¤ã„ã¦ */
.isMemberAgreementFlgItemWrap {
	text-align: center;
}
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 10px 0 60px;
}

/* é·ç§»ã‚¹ãƒ†ãƒƒãƒ— */
.register_step {
	margin: 20px 0;
}

@media screen and (max-width: 641px) {
	#loginId, #loginIdConfirm {
		display: block;
	}
}

#corporationSelectGroup {
	display: flex;
	margin: 15px 0;
	/* height: 50px; */
}

#corporationSelectButtonItemWrap {
	border-right: 1px solid #ccc;
}

#corporationSelectButton_link, #generalSelectButton_link {
    display: block;
    border: none;
    font-size: 1.1rem;
    white-space: break-spaces;
    padding: 14px 0 8px;
    line-height: 1.3;
    text-align: center;
}

#corporationSelectGroup &gt; div {
    width: 50%;
    background: #f9f9f9;
}

#corporationSelectGroup &gt; div.activeBorder {
	background: #edeadd;
	border-bottom: 3px solid #f7964c;
}

#sevenShopGuidanceLink_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem 3rem 0.7rem 5rem;
  color: white;
  font-weight: bold;
  background-color: #cec0e1;
  border-radius: 50vh;
  font-size: 1.3rem;
}

#sevenShopGuidanceLink_link::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

#sevenShopGuidanceLink_link::after {
  margin-left: 2rem;
}

#sevenShopGuidanceGroup {
	display: flex;
    flex-flow: column;
    align-items: center;
    margin: 15px;
    font-size: 1.2rem;
}

#sevenShopGuidanceMessageItemWrap {
	margin-bottom: 10px;
}

@media screen and (max-width: 641px) {
	#corporationSelectGroup &gt; div#corporationSelectButtonItemWrap {
		width: 90%;
	}

	#corporationSelectButton_link, #generalSelectButton_link {
	    font-size: 0.9em;
	}

	#sevenShopGuidanceLink_link {
		font-size: 0.9rem;
		padding: 0.7rem
	}
}
#titleItemWrap .items {
	display: flex;
    align-items: center;
}</pre></body></html>