@charset "utf-8";

.lp-wrap #inner-content {
	padding-top: 0;
}

h1.lp-cover-ttl {
	width: fit-content;
	padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  h1.lp-cover-ttl {
	  margin-left: auto;
	  margin-right: auto;
  }
}

.wp-block-button {
	max-width: 100%;
}

@media not screen and (min-width: 1166px) {
    .stk_grids.alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

.c-layout,
.c-card > div,
.p-box > div {
	box-shadow: 0 1px 6px rgba(0,0,0,.1);
}
.p-box > div {
	background: #fff;
	border: 1px solid var(--main-ttl-bg);
}

.label-circle {
	width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 5em;
}

.span-stk-label-red {
	background: #ff2e31;
}
.span-stk-label-green {
	background: #0aafab;
}
.span-stk-label-yellow {
	background: #e9c02c;
}

.is-style-border-dashed li {
	padding-bottom: var(--stk-list-item-margin, 0.7em);
}
.is-style-border-dashed li::after {
    content: "";
    background-image: repeating-linear-gradient(90deg, #777, #777 5px, #0000 5px, #0000 10px);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.stk_step:not([class*=is-style-step]) .stk_step__content {
	background: #fff;
}

.stk-br_s {
	border-radius: 4px;
}
.stk-br_m {
	border-radius: 8px;
}
.stk-br_l {
	border-radius: 16px;
}

@media not screen and (min-width: 768px) {
	.sp-center {
		text-align: center;
	}
}