#biz-service rp,#biz-service rt {
	font-size: 40%;
	font-weight: 400;
}

.biz-service-contents {
	width: 1011px;
	margin: 0 auto;
	font-size: 16px;
	line-height: calc(26 / 16);
}

.biz-service-contents a {
	color: inherit;
}
.biz-service-contents a:hover {
	color: inherit;
}
.biz-service-contents sup {
    vertical-align: super;
    font-size: smaller;
}
.biz-service-contents .biz-service--small {
	font-size: 14px;
	line-height: calc(22 / 14);
	color: #666666;
}
.biz-service-contents .biz-service--bold {
	font-weight: bold;
	color: #222222;
}

.biz-service-contents .biz_btn_01,
.biz-service-contents .biz_btn_02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 292px;
	height: 56px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 500;
	background: #35748D;
	color: #ffffff;
}
.biz-service-contents .biz_btn_01:hover,
.biz-service-contents .biz_btn_02:hover {
	color: #ffffff;
	text-decoration: none;
}
.biz-service-contents .biz_btn_02 {
	background: #F2C53D;
	color: #222222!important;
	width: 313px;
	height: 61px;
	font-size: 18px;
	font-weight: 500;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
}
.biz-service-contents .biz_btn_02::after {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #222222;
	border-right: solid 2px #222222;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 3px);
}

.biz-service-contents h1 { 
	margin: 0;
	padding: 0;
}
.biz-service-contents h1::before {
	display: none;
}
.biz-service-contents h1 img {
	height: auto;
}
#biz-service_head {
	margin: 32px 0 48px;
	text-align: left;
}
#biz-service_head a {
	margin: 32px auto 40px;
}
#biz-service_head dl {
	margin: 0 0 40px;
	padding: 24px 24px 40px;
	background: #ffffff;
	border: solid 1px #35748D;
	font-weight: 500;
	color: #35748D;
}
#biz-service_head dl dt {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
#biz-service_head dl ul {
	display: flex;
	justify-content: center;
	gap: 80px;
}
#biz-service_head dl ul li {
	margin-top: 40px;
}
#biz-service_head dl ul li a {
	color: inherit;
	text-decoration: underline;
}

#biz-service_service {
	margin: 48px 0 0;
	display: flex;
	flex-flow: wrap;
	gap: 24px 23px;
}
#biz-service_service > div {
	position: relative;
	margin: 0;
	padding: 49px 66px 40px;
	background: #E3ECF1;
	overflow: hidden;
	width: calc((100% - 23px) / 2);
}
#biz-service_service > div:nth-child(-n+3) {
	width: 100%;
}
#biz-service_service > div:nth-child(n+4) {
	padding-left: 15px;
	padding-right: 15px;
}

#biz-service_service > div > h2 {
	margin: -24px auto 32px;
	padding: 0;
	width: 513px;
	height: 218px;
	border: none;
	background: url(../../../img/usr/event/biz-service/pc_service_bg.png) center no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #35748D;
}
#biz-service_service > div > h2 + ol {
	list-style: none;
    padding: 24px 24px 24px 104px;
    background: #ffffff;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
	font-size: 16px;
	color: #35748D;
}
#biz-service_service > div > h2 + ol li a {
	text-decoration: underline;
}
#biz-service_service > div > h2 + ol li a:hover {
	text-decoration: none;
}
#biz-service_service > div > h2 + ol li {
	font-size: 16px;
	font-weight: 500;
}
#biz-service_service > div > h2 + ol li::before {
	display: none!important;
}

#biz-service_service > div > h3 {
	margin: 0 0 24px;
	padding: 0 0 80px;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	color: #35748D;
}
#biz-service_service > div:nth-child(n+4) > h3 {
	font-size: 24px;
}

#biz-service_service p a,
#biz-service_service li a {
	color: var(--main-color);
	font-weight: bold;
	text-decoration: underline;
}
#biz-service_service > div p {
	margin: 1.3em 0;
}
#biz-service_service > div p:last-child {
	margin-bottom: 0;
}
#biz-service_service > div img {
	height: auto;
}
#biz-service_service > div ol {
	list-style: none;
}
#biz-service_service > div ol {
	list-style: none;
	counter-reset: ol-counter;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
#biz-service_service > div ol li {
	counter-increment: list-counter;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #35748D;
	font-size: 18px;
	font-weight: bold;
}
#biz-service_service > div ol li::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: counter(list-counter);
	width: 32px;
	min-width: 32px;
	height: 32px;
	border-radius: 100%;
	padding: 0 0 0.12em;
	background: #35748D;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}
#biz-service_service #biz-service_service_largeorder {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num01.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_largeorder h3 {
	background: url(../../../img/usr/event/biz-service/sp_service_icon01.png) center bottom / 60px auto no-repeat;
}

#biz-service_service #biz-service_service_name {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num02.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_name h3 {
	background: url(../../../img/usr/event/biz-service/sp_service_icon02.png) center bottom / 55px auto no-repeat;
}

#biz-service_service #biz-service_service_postage {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num03.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_postage h3 {
	min-height: 124px;
	padding-bottom: 86px;
	background: url(../../../img/usr/event/biz-service/sp_service_icon03.png) center bottom / 70px auto no-repeat;
}

#biz-service_service #biz-service_service_receipt {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num04.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_receipt h3 {
	min-height: 124px;
	background: url(../../../img/usr/event/biz-service/sp_service_icon04.png) center bottom / 46px auto no-repeat;
}

#biz-service_service #biz-service_service_return {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num05.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_return h3 {
	min-height: 135px;
	background: url(../../../img/usr/event/biz-service/sp_service_icon05.png) center bottom / 60px auto no-repeat;
}
#biz-service_service #biz-service_service_return h3 span span {
	display: block;
	font-size: 15px;
}

#biz-service_service #biz-service_service_largeorder .section_container {
	display: flex;
	flex-flow: wrap;
	gap: 0 24px;
}
#biz-service_service #biz-service_service_largeorder .section_container > div {
	flex: 1;
}
#biz-service_service #biz-service_service_largeorder .section_container > div > *:first-child {
	margin-top: 0;
}
#biz-service_service #biz-service_service_largeorder .section_container > figure {
	width: 323px;
	min-width: 323px;
}
#biz-service_service #biz-service_service_name .section_container {
	width: 745px;
	margin: 0 auto;
	text-align: center;
}
#biz-service_service #biz-service_service_name .section_container ol {
	margin: 32px auto;
	padding: 0 200px;
}
#biz-service_service #biz-service_service_name .section_container .biz-service--small {
	text-align: left;
}
#biz-service_service #biz-service_service_name .section_container figure {
	margin-top: 24px;
}
#biz-service_service #biz-service_service_name .section_container figure + figure {
	margin-top: 20px;
}

#biz-service_service #biz-service_service_catalog {
	background: #E3ECF1 url(../../../img/usr/event/biz-service/sp_service_num06.png) center top / 64px auto no-repeat;
}
#biz-service_service #biz-service_service_catalog h3 {
	min-height: 135px;
	background: url(../../../img/usr/event/biz-service/sp_service_icon06.png) center bottom / 60px auto no-repeat;
}
#biz-service_service #biz-service_service_catalog ol {
	grid-template-columns: 1fr;
}
#biz-service_service #biz-service_service_catalog ol li {
	color: #222222;
	font-size: 14px;
	line-height: calc(21 / 14);
	font-weight: 400;
}

#biz-service_recommend {
	margin: 120px 0 10px;
}
#biz-service_recommend h2 {
	margin: 0 0 30px;
	padding: 0 0 22px;
	border: none;
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	color: #222222;
}
#biz-service_recommend h2 span {
	display: block;
	font-size: 15px;
}

#biz-service_contact {
	position: relative;
	margin: 0 0 0;
	padding: 56px 0 0;
	text-align: center;
}
#biz-service_contact::before {
	content: '';
	display: block;
	position: absolute;
	left: calc((1011px - 1258px) / 2);
	right: calc((1011px - 1258px) / 2);
	top: 0;
	border-top: solid 1px #E3E3E3;
}
#biz-service_contact h2 {
	margin: 0 0 28px;
	padding: 0;
	border: none;
	text-align: center;
	color: #222222;
	font-size: 32px;
	font-weight: 500;
}
#biz-service_contact a.biz_btn_01 {
	margin: 40px auto 24px;
	width: 312px;
	font-size: 16px;
	font-weight: 500;
	padding-right: 32px;
}
#biz-service_contact a.biz_btn_01::after {
	display: block;
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 3px);
}
#biz-service_contact > div:not(.anc-box) {
	border: solid 1px #35748D;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto;
	padding: 18px 25px 18px;
	text-align: center;
	line-height: 1.5;
}
#biz-service_contact > div p:first-child {
	font-size: 36px;
    font-weight: bold;
}
#biz-service_contact > div p:first-child::before {
	display: inline-block;
	content: '';
	width: 48px;
	height: 48px;
	margin-right: 3px;
	vertical-align: middle;
	background: url(../../../img/usr/event/biz-service/pc_icon_phone.png) center bottom / contain no-repeat;
	position: relative;
	top: -2px;
}
#biz-service_contact > div p:last-child {
	font-size: 18px;
	font-weight: 400;
}

#biz-service_member {
	margin: 32px 15px 80px;
	text-align: center;
}
#biz-service_member h2 {
	margin: 0 0 16px;
	padding: 0;
	border: none;
	text-align: center;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}
#biz-service_member p + p {
	margin-top: 12px;
}



#biz-service .block-event--column4 {
	margin: 50px 0;
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#biz-service .block-event--column4 .block-event--column {
width: calc((100% - 30px * 3) / 4);
    border-radius: 8px;
    overflow: hidden;
    background-color: #F2F2F2;
}
#biz-service .block-event--column4 .block-event--column--body {
    min-height: 160px;
    text-align: center;
	padding: 0 20px 22px 20px;
}
#biz-service .block-event--column4 .block-event--column--logo {
	width: 146px;
	margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}
#biz-service .block-event--column4 .block-event--column--text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.block-event-page--accessory {
	display: none!important;
}