@charset "utf-8";
/********** AEMの基盤のスタイル start **********/
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

.cmp-tabs {
  margin-top: 32px;
}
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/** @define image */
.cmp-image__image {
  width: 100%;
}

.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */
/* default breakpoint */
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--1 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--2 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--3 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--4 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--5 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--6 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 14.28571429%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 28.57142857%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 42.85714286%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 57.14285714%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 71.42857143%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 85.71428571%;
}
.aem-Grid.aem-Grid--default--7 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 12.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 37.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 62.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 87.5%;
}
.aem-Grid.aem-Grid--default--8 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 11.11111111%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 22.22222222%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 44.44444444%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 55.55555556%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 77.77777778%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 88.88888889%;
}
.aem-Grid.aem-Grid--default--9 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 10%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 20%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 30%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 40%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 60%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 70%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 80%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 90%;
}
.aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 9.09090909%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 18.18181818%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 27.27272727%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 36.36363636%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 45.45454545%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 54.54545455%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 63.63636364%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 72.72727273%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 81.81818182%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 90.90909091%;
}
.aem-Grid.aem-Grid--default--11 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--1 {
  float: left;
  clear: none;
  width: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
  float: left;
  clear: none;
  width: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--3 {
  float: left;
  clear: none;
  width: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--4 {
  float: left;
  clear: none;
  width: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--5 {
  float: left;
  clear: none;
  width: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
  float: left;
  clear: none;
  width: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--7 {
  float: left;
  clear: none;
  width: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
  float: left;
  clear: none;
  width: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--9 {
  float: left;
  clear: none;
  width: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
  float: left;
  clear: none;
  width: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--11 {
  float: left;
  clear: none;
  width: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--0 {
  margin-left: 0%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
  margin-left: 8.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 16.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 25%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--4 {
  margin-left: 33.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--5 {
  margin-left: 41.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--6 {
  margin-left: 50%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--7 {
  margin-left: 58.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--8 {
  margin-left: 66.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--9 {
  margin-left: 75%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--10 {
  margin-left: 83.33333333%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--11 {
  margin-left: 91.66666667%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--12 {
  margin-left: 100%;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--newline {
  /* newline behavior */
  display: block;
  clear: both !important;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--none {
  /* none behavior */
  display: block;
  clear: none !important;
  float: left;
}
.aem-Grid > .aem-GridColumn.aem-GridColumn--default--hide {
  /* hide behavior */
  display: none;
}
/* phone breakpoint */
@media (max-width: 640px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/********** AEMの基盤のスタイル end **********/

/*--------------- H1 ---------------*/
.cmp-title h1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 2.28px;
    margin-top: 32px;
    padding-left: 50px;
    padding-right: 50px;
}

@media all and (max-width:640px) {
    .cmp-title h1 {
        font-size: 24px;
        line-height: 1.4em;
        letter-spacing: 1.68px;
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* ここまで */

/*--------------- H2 ---------------*/
.cmp-title h2 {
  font-weight: 700;
  font-size: 28px;
  width: 100%;
  margin-top: 64px;
  line-height: 1.3em;
  letter-spacing: 1.92px;
  position: relative;  /* H2の上辺に緑線をつけるために必要。 */
  border-bottom: 2px solid #DDD;
}

@media all and (max-width:640px) {
  .cmp-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1.44px;
    font-weight: 700;
    border-bottom: 2px solid #DDD;
  }
}

/* ここまで */

/* --------------- H3 ---------------*/

.cmp-title h3 {
  width: 100%;
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 1.44px;
}

.title:has(.cmp-title > h3) + .text_nyukai-togo{
  margin-top:8px;
}

.green_h3 .cmp-title h3 {
  display: flex;
}
.green_h3 .cmp-title h3:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  min-width: 0.75em;;
  height: 1em;
  vertical-align: middle;
  position: relative;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%2218%22%20viewBox%3D%220%200%205%2018%22%20fill%3D%22none%22%3E%3Crect%20width%3D%225%22%20height%3D%2218%22%20fill%3D%22%2300846D%22%2F%3E%3C%2Fsvg%3E) no-repeat;
  background-size: contain;
  top: 0.2em;
}

@-moz-document url-prefix() {
    .cmp-title h3 {
        letter-spacing: 1.04px;
    }
}


@media all and (max-width:640px) {
    .cmp-title h3 {
        width: 100%;
        font-size: 18px;
        margin-top: 32px;
        margin-bottom: 0px;
        margin-left: 0px;
        line-height: 1.3em;
        letter-spacing: 1.2px;
    }
}

/* ここまで */

/*--------------- H4 ---------------*/
.cmp-title h4 {
    width: 100%;
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 1.2px;
}

@media all and (max-width:640px) {
    .cmp-title h4 {
        margin: 32px 0 0px;
        font-size: 16px;
    }
}

/* ここまで */

/********** スタイルズ start **********/
.green_marker {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #D6F1E6 0%);
}
.attention_gray {
  display: inline-block;
  padding-left:1.3em;
  text-indent:-1.3em;
  font-size: 14px;
}
.attention_gray:before {
  content: "※ ";
  font-size: 1em;
}
.attention_red {
  display: inline-block;
  color: #EB4D4D;
  padding-left:1.3em;
  text-indent:-1.3em;
  font-size: 14px;
}
.attention_red:before {
  color: #EB4D4D;
  content: "※ ";
  font-size: 1em;
}

.tel_num {
    color: #00846D;
    font-size: 28px;
    font-family: 'Barlow';
    line-height: 1.3em;
}
.ver_mid {
    vertical-align: middle;
}

/* 注釈のインデント定義（字下げ２文字） */
.attention_indent {
    display: inline-block;
    padding-left: 1.8em;
    text-indent: -1.8em;
    font-size: 14px;
}
/* 注釈間の余白定義（Text Title Asteriskと同様とする） */
.attention_indent + .attention_indent {
    margin-top: 6px;
}
/* プライマリーボタンスタイルズ */
.primary_Button_text {
  display: inline-block;
  width: 240px;
  text-align: center;
  position: relative;
  border: solid 2px #F68213;
  padding: 12px 38px 12px 20px;
  font-weight: 700;
  color: #FFFFFF;
  background: #F68213;
  letter-spacing: -0.08em;
  margin: 0;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: color, background-color ,opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color, background-color ,opacity;
  z-index: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::-webkit-full-page-media, :future,
  :root body.iPad .primary_Button_text
  {
    -webkit-text-size-adjust: none;
  }
}
a .primary_Button_text {
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 700 !important;
}
a[target="_blank"] .primary_Button_text,
a[target="_Winpop"] .primary_Button_text {
  padding: 12px 48px 12px 24px;
}
.primary_Button_text::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  z-index: -1;
  background: #DB731F;
  transition: .5s;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.primary_Button_text:not(.disabled):hover::before {
  width: 100%;
}
.primary_Button_text:after {
  position: absolute;
  right: 24px;
  top: calc(50% - 0.5em);
  content: '';
  height: 1em;
  width: 1em;
  border-style: none;
  transform: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}
a[target="_blank"] .primary_Button_text:after,
a[target="_Winpop"] .primary_Button_text:after {
  position: absolute;
  right: 24px;
  content: '';
  height: 1em;
  width: 1em;
  border-style: none;
  transform: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23ffffff;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}

.primary_Button_text:hover:after {
  border-color: #DB731F;
}
a[target="_Winpop"] .primary_Button_text:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23ffffff;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}
@media all and (max-width:640px) {
  .primary_Button_text {
    width: 100%;
    padding: 1px 38px 1px 20px;
  }
  a[target="_blank"] .primary_Button_text,
  a[target="_Winpop"] .primary_Button_text {
    padding: 1px 48px 1px 24px;
  }
}

/* プライマリーボタンスタイルズ */
@-moz-document url-prefix(){
  /* 現状FireFoxにhasがないのでjsでクラスを設定してアイコンを表示する */
  .text_nyukai-togo .cmp-text a[target="_self"].iconFireFox:after,
  .text_nyukai-togo .cmp-text a[target="_blank"].iconFireFox:after,
  .text_nyukai-togo .cmp-text a[target="_Winpop"].iconFireFox:after {
      content:" ";
      width: 1em;
      height: 1em;
      margin-left:8px;
      display: inline-block;
      vertical-align: -3px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23F68213;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
      background-size: contain;
 
  }    
  .text_nyukai-togo .cmp-text a[target="_blank"].iconFireFox:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23F68213;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
  .text_nyukai-togo .cmp-text a[target="_Winpop"].iconFireFox:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23F68213;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }

  /* FireFoxにhasが実装された時用 */
  .text_nyukai-togo .cmp-text a[target="_self"]:not(:has(.primary_Button_text)):after,
  .text_nyukai-togo .cmp-text a[target="_blank"]:not(:has(.primary_Button_text)):after,
  .text_nyukai-togo .cmp-text a[target="_Winpop"]:not(:has(.primary_Button_text)):after {
    content:" ";
    width: 1em;
    height: 1em;
    margin-left:8px;
    display: inline-block;
    vertical-align: -3px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23F68213;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }    
  .text_nyukai-togo .cmp-text a[target="_blank"]:not(:has(.primary_Button_text)):after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23F68213;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
  .text_nyukai-togo .cmp-text a[target="_Winpop"]:not(:has(.primary_Button_text)):after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23F68213;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
}
.color_orange {
  color: #F68213;
}

/*********** スタイルズ end **********/

/* テキストコンポーネントリンク */
/* 同タブ */
.text_nyukai-togo .cmp-text a[target="_self"]:not(:has(.primary_Button_text)):after {
    content:" ";
    margin-left:8px;
    width: 1.0em;
    height: 1.0em;
    display: inline-block;
    vertical-align: -2px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
.text_nyukai-togo .cmp-text a[target="_self"]:not(:has(.primary_Button_text)):hover:after {
    background-size: contain;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23045244;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
}
/* 別タブ */
.text_nyukai-togo .cmp-text a[target="_blank"]:not(:has(.primary_Button_text)):after {
    content:" ";
    margin-left:8px;
    width: 1.0em;
    height: 1.0em;
    display: inline-block;
    vertical-align: -2px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
.text_nyukai-togo .cmp-text a[target="_blank"]:not(:has(.primary_Button_text)):hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23045244;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
/* ポップアップ */
.text_nyukai-togo .cmp-text a[target="_WinPop"]:not(:has(.primary_Button_text)):after {
    content:" ";
    margin-left:8px;
    width: 1.0em;
    height: 1.0em;
    display: inline-block;
    vertical-align: -2px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
.text_nyukai-togo .cmp-text a[target="_WinPop"]:not(:has(.primary_Button_text)):hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23045244;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
/* テキストコンポーネント直置き画像 */
.cmp-text img{
    vertical-align: middle;
}
/* リスト用スタイル */
/* デフォルト */
.cmp-text ul{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/*** テーブル部の基本スタイル ***/
.cmp-text table{
    overflow-x:auto;
    overflow-y:hidden;
    border:none;
    font-size: 14px;
    table-layout: fixed;
    word-wrap: break-word;
}
/* データ部白背景 */
.table_bk_white td {
  background-color: #fff;
}

.simplebar-scrollbar::before {
  background: #00846D;
  border-radius: 10px;
}

.simplebar-horizontal.simplebar-scrollbar::before {
  height: 5px !important;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0px;
  right: 0px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: -2px;
  height: 5px;
}

.simplebar-track.simplebar-horizontal {
  background: #F5F5F5;
  border-radius: 10px;
  height: 5px !important;
}

.simplebar-track.simplebar-vertical {
  width: 5px;
}

.simplebar-hover {
  pointer-events: auto;
  cursor: pointer;
}
.cmp-text:has(.simplebar-horizontal[style*="visibility: visible;"]) .simplebar-content {
  padding-bottom: 37px !important;
}
.iziModal .cmp-text:has(table) > .simplebar-horizontal:nth-child(n+3) {
  display: none;
}

/* PC時表示 */
@media (min-width: 641px){
    .text_nyukai-togo {
        margin-top: 16px;
    }
    /*** テーブル：基本スタイル ***/
    .cmp-text table{
        font-size: 14px;
        width: 100%;
    }
    /*
    .cmp-text:has(table) {
      overflow: auto;
    }
    */
    .cmp-text table td,
    .cmp-text table th{
        padding: 18px 20px;
    }

    /* アコーディオン内 */
    div.accordion .cmp-text table td,
    div.accordion .cmp-text table th{
      padding: 18px 20px;
    }

    /*** テーブル部：横テーブルの場合 ***/
    .one_on_one_side table td,
    .one_on_one_side table th{
      padding: 18px 20px;
    }
    /* アコーディオン内 */
    div.accordion .one_on_one_side table td,
    div.accordion .one_on_one_side table th{
      padding: 18px 20px;
    }
}
/* SP表示時 */
@media (max-width:640px){
  .cmp-text table,
  .cmp-text table .attention_gray,
  .cmp-text table .attention_red,
  .cmp-text table .attention_indent {
    font-size: 12px;
  }
}

/* 関連カード */
 
.related_card tr > th:first-child {
  background-color:#00846D;
  color:#FFF;
  font-weight: 700;
} 
.related_card tr > th:not(:first-child) {
  background-color:#f5f5f5;
  color: #333333;
}
.related_card tr > td:first-child {
  background-color:#EDF8F5;
}
.related_card > img {
  width: 150px;
}
.related_card tr:nth-child(n + 3) > td {
  padding-top: 32px;
  padding-bottom: 64px;
}
.related_card tr:nth-child(n + 3) > td  > p + p {
  margin-top: 20px;
}
.related_card .primary_Button_text {
  background: #00846D;
  border: none;
}
.related_card .primary_Button_text::before {
  background: #076B59;
}
@media all and (max-width:640px) {
  .related_card .primary_Button_text {
    padding: 2px 14px 2px 6px;
    line-height: 2em;
  }
  .related_card .primary_Button_text::after {
    top: calc(50% - 6px);
  }
}
/* 灰色注釈 */
.attention_text_gray > .cmp-text > p {
  padding-left:1.3em;
  text-indent:-1.3em;
  font-size: 14px;
  line-height: 1.3em;
}
.attention_text_gray > .cmp-text > p {
  letter-spacing: 0.025em;
}
.attention_text_gray > .cmp-text > p + p{
  margin-top:8px;
}
.attention_text_gray > .cmp-text > p:before {
  content: "※ ";
  font-size: 1em;
}
/* 赤色注釈 */
.attention_text_red {
  margin-top:32px;
}
.attention_text_red > .cmp-text > p {
  color: #EB4D4D;
  padding-left:1.3em;
  text-indent:-1.3em;
  font-size: 14px;
  line-height: 1.3em;
}
.attention_text_red > .cmp-text > p:before {
  color: #EB4D4D;
  content: "※ ";
  font-size: 1em;
}
.attention_text_red > .cmp-text > p + p {
  margin-top:8px;
}

/* SP時表示 */
@media all and (max-width: 640px){
    .text_nyukai-togo {
        margin-bottom: 0px;
    }
    .text_nyukai-togo {
      margin-top: 16px;
    }

    /* 注釈でpadding-right:2pxを入れないとSP時折り返しが１行目だけ１文字多くなってしまう */
    /* 灰色注釈 */
    .attention_text_gray > .cmp-text > p {
        padding-right:2px;
    }
    /* 赤色注釈 */
    .attention_text_red > .cmp-text > p {
        padding-right:2px;
    }
    .cmp-text ul{
        margin: 0 ;
    }

    /* SPスライド表示設定でない場合、テーブル幅は100% */
    div:not(.sp_slide_table) > .cmp-text > table{
        width: 100%;
    }

    /*** テーブル部の基本スタイル ***/
    .cmp-text table td,
    .cmp-text table th {
        padding: 18px 20px;
    }

    /* 関連カード */
    .related_card tr > th {
      width: 108px;
      height: 60px;
    } 
    .related_card tr > td {
      height: auto;
    } 
    .related_card tr:nth-child(2) > td {
      height: 100px;
    }
    .related_card > img {
      width: 85px;
    }
    .related_card tr > th,
    .related_card tr > td {
        padding: 14px 10px !important;
    }
    .related_card tr:nth-child(n + 3) > td  > p + p {
      margin-top: 8px;
    }

    div.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .container,
    div.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .experiencefragment{
      border: 0; 
    }
    /* 余白狭いスタイルテーブル */
    div.accordion .cmp-text table td,
    div.accordion .cmp-text table th{
        padding-right: 16px;
        padding-left: 16px;
    }

    /*** テーブル部：横テーブルの場合 ***/
    .one_on_one_side tbody,
    .one_on_one_side tr,
    .one_on_one_side th,
    .one_on_one_side td{
        display: block;
        width:100%;
    }
    .one_on_one_side th {
      border-left-style: none;
      border-right-style: none;
      text-align: left;
    }
    .one_on_one_side td {
      overflow: hidden;
      background-color: #ffffff;
    }

    /* 横テーブル内テーブルの場合 */
    .one_on_one_side table table {
        width: calc(100% - 10px);
        border-top: 1px solid #c8c8c8;
        border-left: 1px solid #c8c8c8;
        margin: 0 auto;
    }
    .one_on_one_side table table tbody {
        display: table;

    }
    .one_on_one_side table table tr {
        display: table-row;
    }
    .one_on_one_side table table th,
    .one_on_one_side table table td {
        display: table-cell;
        width: 50%;
        padding: 10px;
        text-align: center;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .one_on_one_side table tr:last-child th {
        border-bottom: 1px solid #dddddd;
    }

    /*** テーブル部：SP時スライド表示 ***/
    .sp_slide_table > .cmp-text {
        overflow: auto;
    }
}

/* テキスト内リンク */
.cmp-text a {
    font-weight: bold;
    color: #00846D;
}

.cmp-text a:hover {
    color: #045244;
    text-decoration: none;
}

/* 普通のリストのスタイル */
.cmp-text table li::marker {
    font-size: 1em;
}

/* IEの設定 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .cmp-text ul, ol {
        padding-left: 20px !important;
    }

    /* 普通のリストのスタイル */
    .cmp-text li{
        list-style-type: none;
        position: relative;
        padding-left: 1.2em;
        top: 3px;
    }
    .cmp-text li:before {
        border-radius: 50%;
        width: 7.5px;
        height: 7.5px;
        display: block;
        position: absolute;
        left:0;
        top: 0.6em;
        content: "";
        background: #dddddd;
    }
    .text_nyukai-togo.attention_text_gray .cmp-text li:before,
    .text_nyukai-togo.attention_text_red .cmp-text li:before {
        top: 0.85em;
    }
    .cmp-text table ul, ol {
        padding-left: 0px !important;
    }
    .cmp-text table li:before {
        top: 0.7em;
    }
    /* IE表示時のSETP番号用スタイル(line-heightがinitialの場合は型崩れするため1.2とする) */
    .step_num>.cmp-text>p:nth-child(2) {
        line-height: 1.3em;
    } 
}
@media all and (max-width: 640px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
        .cmp-text table li:before {
            top: 0.9em;
        }
}
/* スクロールボックス用スタイル */
.kiyaku_scroll {
    font-size: 12px;
    height: 400px;
    overflow: auto;
    border: 1px solid #DDDDDD;
}
.kiyaku_scroll div{
    padding: 30px;
}

/* ステップ番号表示 */
.step_num {
    text-align: center;
    color: rgb(0,132,109);
}
.step_num > .cmp-text > p:nth-child(1) {
    font-size: 14.0px;
}
.step_num > .cmp-text > p:nth-child(2) {
  font-size: 40.0px;
  line-height: 1.2em;
  margin-top: -8px;
  width: 44px;
}

/* セパレータ */
.separator {
  margin: 32px 0 0px;
}
.separator.short > .cmp-separator{
  padding: 0 80px;
}
.separator hr {
  height: 1px ;
  border: none;
  background-color: #dddddd;
}
/* 画像コンポーネント */
.bps-image{
    margin-top: 32px;
}
.cmp-image__image {
  display: block;
}

/* 画像中央寄せ */
.cmp-image_center img {
  margin: 0 auto;
}
/* 画像中央寄せ PCのみ */
@media all and (min-width:641px){
  .cmp-image_center_PC img {
    margin: 0 auto;
  } 
}
/* 画像中央寄せ SPのみ */
@media all and (max-width:640px){
  .cmp-image_center_SP img {
    margin: 0 auto;
  } 
}
/* 画像オリジナルサイズ */
.original_size .cmp-image__image {
    height: auto !important;
    width: auto !important;
}
/* 画像出し分け */
@media not all and (max-width:640px){
    .sp_image {
        display: none !important;
    }
}

@media all and (max-width:640px){
    .bps-image{
        margin-bottom: 0px;
        margin-top: 16px;
    }
    .pc_image {
        display: none !important;
    }
}

/*--------------- meritImg112 ---------------*/

.bps-image.cmp-image.meritImg112{
    display:flex;
    justify-content: center;
}

.meritImg112 div.cmp-image{
    width: 140px;
    height: 140px;
    background: #EDF8F5;
    border-radius: 50%;
    position:relative;
}

.meritImg112 div.cmp-image img{
    width:112px !important;
    height: 112px !important;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width:640px){
    .points .cmp-container .meritImg112 .cmp-image{
        width: 120px !important;
        height: 120px !important;
        background: #EDF8F5;
        border-radius: 50%;
        position:relative;
    }

    .points .cmp-container .meritImg112 .cmp-image img{
        width:96px !important;
        height: 96px !important;
        position:absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/*--------------- meritImg96 ---------------*/

.bps-image.cmp-image.meritImg96{
    display:flex;
    justify-content: center;
}

.meritImg96 div.cmp-image{
    width: 120px;
    height: 120px;
    background: #EDF8F5;
    border-radius: 50%;
    position:relative;
}

.meritImg96 div.cmp-image img{
    width:96px !important;
    height: 96px !important;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------- meritImg80 ---------------*/

.bps-image.cmp-image.meritImg80{
    display:flex;
    justify-content: center;
}

.meritImg80 div.cmp-image{
    width: 100px;
    height: 100px;
    background: #EDF8F5;
    border-radius: 50%;
    position:relative;
}

.meritImg80 div.cmp-image img{
    width:80px !important;
    height: 80px !important;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button {
    margin-top: 32px;
}

.button > button.cmp-button {
  font-family: "Noto Sans JP";
}

/* ボタンスタイルグループ設定 */
.conversion_Button .cmp-button,
.primary_Button .cmp-button,
.secondary_Button .cmp-button,
.tertiary-back_Button .cmp-button,
.immediatea_w380 .cmp-button,
.normal_w380 .cmp-button {
    width: auto;
    min-width: 320px;
    max-width: 100%;
    background: #F68213;
    color: #FFFFFF;
    border: none;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    transition: 0.2s;
    position: relative;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::-webkit-full-page-media, :future,
  :root body.iPad .conversion_Button .cmp-button,
  :root body.iPad .primary_Button .cmp-button,
  :root body.iPad .tertiary-back_Button .cmp-button,
  :root body.iPad .immediatea_w380 .cmp-button,
  :root body.iPad .normal_w380 .cmp-button
  {
    -webkit-text-size-adjust: none;
  }
}
.conversion_Button .cmp-button:hover,
.primary_Button .cmp-button:hover,
.secondary_Button .cmp-button:hover,
.tertiary-back_Button .cmp-button:hover,
.immediatea_w380 .cmp-button:hover,
.normal_w380 .cmp-button:hover {
  cursor: pointer;
}

.immediatea_w380 .cmp-button,
.normal_w380 .cmp-button {
  width: 380px;
  min-width: 380px;
}
@media all and (max-width:640px){
    .button {
        margin-top: 32px;
    }

    .conversion_Button .cmp-button,
    .primary_Button .cmp-button,
    .secondary_Button .cmp-button,
    .tertiary-back_Button .cmp-button,
    .immediatea_w380 .cmp-button,
    .normal_w380 .cmp-button {
        width: 100%;
        min-width: auto;
        font-size: 16px;
        padding: 12px 0;
      }
}
.cmp-button_center{
    text-align:center;
  }

.conversion_Button .cmp-button::before,
.primary_Button .cmp-button::before,
.secondary_Button .cmp-button::before,
.tertiary-back_Button .cmp-button::before,
.immediatea_w380 .cmp-button::before,
.normal_w380 .cmp-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .5s;
    background: #DB731F;
}
.conversion_Button:not(.disabled) .cmp-button:hover::before,
.primary_Button:not(.disabled) .cmp-button:hover::before,
.secondary_Button:not(.disabled) .cmp-button:hover::before,
.tertiary-back_Button .cmp-button:hover::before,
.immediatea_w380 .cmp-button:hover::before,
.normal_w380 .cmp-button:hover::before{
    width: 100%;
}

.primary_Button .cmp-button,
.normal_w380 .cmp-button{

    background: #00846D;
}
.primary_Button .cmp-button::before,
.normal_w380 .cmp-button::before{
    background: #076B59;
}

.secondary_Button .cmp-button{
    color: #00846D;
    background: rgba(0,0,0,0);
    border: 2px solid #00846D;
}
.secondary_Button .cmp-button::before{
    background: #00846D;
    color: #FFFFFF;
}
.secondary_Button:not(.disabled) .cmp-button:hover::before{
    color: #FFFFFF;
}
.secondary_Button:not(.disabled) .cmp-button:hover{
    color: #FFFFFF;
}

.tertiary-back_Button .cmp-button{
    color: #333333;
    background: #F5F5F5;
}
.tertiary-back_Button .cmp-button::before{
    background: #DDDDDD;
}

/* ボタン非活性 */
.conversion_Button.disabled .cmp-button,
.primary_Button.disabled .cmp-button,
.secondary_Button.disabled .cmp-button,
.immediatea_w380.disabled .cmp-button,
.normal_w380.disabled .cmp-button
{
    pointer-events: none;
    background: #DDDDDD;
    color: #FFFFFF;
}
.secondary_Button.disabled .cmp-button
{
    border: none;
}
.conversion_Button.ic-arrow-right-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.primary_Button.ic-arrow-right-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.secondary_Button.ic-arrow-right-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.immediatea_w380.ic-arrow-right-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.normal_w380.ic-arrow-right-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23dddddd;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
.conversion_Button.ic-blank-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.primary_Button.ic-blank-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.secondary_Button.ic-blank-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.immediatea_w380.ic-blank-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.normal_w380.ic-blank-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23dddddd;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
.conversion_Button.ic-window-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.conversion_Button.ic-window-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.secondary_Button.ic-window-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.immediatea_w380.ic-window-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after,
.normal_w380.ic-window-p.disabled .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-window-gray.svg);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23dddddd;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

/* テキストリンクボタン用上下マージン */
div.button.text-link-A_Button,
div.button.anchor-link_Button,
div.button.window-link-B_Button {
    margin-top: 16px;
}

.text-link-A_Button .cmp-button,
.anchor-link_Button .cmp-button,
.window-link-B_Button .cmp-button
{
    width:100%;
    background: rgba(0,0,0,0);
    color: #00846D;
    border: none;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.text-link-A_Button .cmp-button,
.anchor-link_Button .cmp-button,
.window-link-B_Button .cmp-button
{
    width: auto;
}
@media all and (max-width:640px){
    .anchor-link_Button .cmp-button
    {
        width: 100%;
    }
}

.anchor-link_Button{
    width: auto !important;
    margin-right: 32px !important;
}
.button.anchor-link_Button {
    margin-bottom: 0;
}
.anchor-link_Button .cmp-button > p {
    line-height:1.3em;
    padding-left: 1.3em;
}

.window-link-B_Button .cmp-button
{
    font-size: 14px;
}

.anchor-link_Button .cmp-button
{
    color: #333333;
}

.text-link-A_Button .cmp-button:hover,
.anchor-link_Button .cmp-button:hover,
.window-link-B_Button .cmp-button:hover
{
    text-decoration:none;
}

.text-link-A_Button:not(.disabled) .cmp-button:hover,
.window-link-B_Button:not(.disabled) .cmp-button:hover
{
    color: #045244;
}

.anchor-link_Button:not(.disabled) .cmp-button:hover
{
    color: #00846D;
}

.anchor-link_Button:not(.disabled) .cmp-button:hover
{
    border-bottom-color: #00846D;
}

.anchor-link_Button .cmp-button:before {
    position: absolute;
    top: 75%;
    content: " ";
    width: 1.0em;
    height: 1.0em;
    margin-top: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;}.b{fill:%2300846d;}%3C/style%3E%3C/defs%3E%3Cg transform='translate(14 2) rotate(90)'%3E%3Crect class='a' width='16' height='16' transform='translate(-2 -2)'/%3E%3Cpath class='b' d='M6,0l6,6H0Z' transform='translate(10 2) rotate(90)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: 100% auto;
}

.window-link-B_Button .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    margin-left:5px;
    padding-top:4px;
}
.window-link-B_Button:not(.disabled) > .cmp-button:not(.hover)>p:nth-child(n+2):nth-last-child(n+2):after
{
    content: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-window.svg);
}
.window-link-B_Button:not(.disabled) .cmp-button:hover>p:nth-child(n+2):nth-last-child(n+2):after
{
    content: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-window-darkgreen.svg);
}

.tertiary-back_Button .cmp-button:after {
    position: absolute;
    top: 50%;
    left: 16px;
    content: " ";
    width: 1.0em;
    height: 1.0em;
    margin-top: -0.5em;
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-arrow-left.svg) no-repeat center right;
    background-size: 100% auto;
}
.tertiary-back_Button .cmp-button p {
    padding-left: 40px;
    padding-right: 40px;
}

.secondary_Button .cmp-button p,
.conversion_Button .cmp-button p,
.primary_Button .cmp-button p,
.tertiary-back_Button .cmp-button p,
.immediatea_w380 .cmp-button p,
.normal_w380 .cmp-button p{    /* ボタン用 */    /* フォントサイズ16pxなので30pxを設定 */
    line-height: 1.5em;
    width:100%;
}

.text-link-A_Button .cmp-button p {    /* ボタン用 */    /* フォントサイズ16pxなので30pxを設定 */
    line-height: 1.3em;
}

.text-link-A_Button .cmp-button p,
.anchor-link_Button .cmp-button p,
.window-link-B_Button .cmp-button p {    /* ボタン用 記載のボタンはボールドなので、字間0.06emを設定 */
    letter-spacing: 0.06em;
}

.conversion_Button .cmp-button p,
.primary_Button .cmp-button p,
.secondary_Button .cmp-button p,
.tertiary-back_Button .cmp-button p,
.immediatea_w380 .cmp-button p,
.normal_w380 .cmp-button p {    /* ボタン用 記載のボタンはボールドなので、字間0.06emを設定 */
    letter-spacing: 0.06em;
}

/* FireFoxのみ適用(文字間隔調整) */
@-moz-document url-prefix() {
    .primary_Button .cmp-button p {
        letter-spacing: 0.04em;
    }
}

/* アイコンスタイルグループ設定 */
.ic-arrow-right .cmp-button p {
    padding-right: 40px;
}
.conversion_Button.ic-arrow-right .cmp-button p,
.primary_Button.ic-arrow-right .cmp-button p,
.immediatea_w380.ic-arrow-right .cmp-button p,
.normal_w380.ic-arrow-right .cmp-button p
{
    padding-left: 30px;
}
.secondary_Button.ic-arrow-right .cmp-button p
{
    padding-right: 38px;
    padding-left: 30px;
}

.ic-arrow-right .cmp-button:after {
    position: absolute;
    right: 16px;
    top: 50%;
    content: " ";
    width: 1.0em;
    height: 1.0em;
    margin-top: -0.5em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

.secondary_Button.ic-arrow-right:not(.disabled) .cmp-button:not(:hover):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

.ic-arrow-right-p .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    content:" ";
    margin-left:8px;
    width: 1.0em;
    height: 1.0em;
    display: inline-block;
    vertical-align: -2px;
}

.ic-arrow-right-p:not(.disabled) > .cmp-button:not(.hover)>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
.ic-arrow-right-p:not(.disabled) .cmp-button:hover>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%23045244;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

.ic-blank .cmp-button p {
    padding-right: 40px;
}
.conversion_Button.ic-blank .cmp-button p,
.primary_Button.ic-blank .cmp-button p
{
    padding-left: 30px;
}
.secondary_Button.ic-blank .cmp-button p
{
    padding-right: 38px;
    padding-left: 30px;
}

.ic-blank .cmp-button:after {
    position: absolute;
    right: 16px;
    top: 50%;
    content: " ";
    width: 1.0em;
    height: 1.0em;
    margin-top: -0.5em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23ffffff;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: 100% auto;
}

.secondary_Button.ic-blank:not(.disabled) .cmp-button:not(:hover):after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}

.ic-blank-p .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    content:" ";
    margin-left:8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
}

.ic-blank-p:not(.disabled) > .cmp-button:not(.hover)>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}
.ic-blank-p:not(.disabled) .cmp-button:hover>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23045244;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}

.ic-window .cmp-button p {
    padding-right: 40px;
}
.conversion_Button.ic-window .cmp-button p,
.primary_Button.ic-window .cmp-button p
{
    padding-left: 30px;
}
.secondary_Button.ic-window .cmp-button p
{
    padding-right: 38px;
    padding-left: 30px;
}

.ic-window .cmp-button:after {
    position: absolute;
    right: 16px;
    top: 50%;
    content: " ";
    width: 1.0em;
    height: 1.0em;
    margin-top: -0.5em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23ffffff;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: 100% auto;
}
.secondary_Button.ic-window:not(.disabled) .cmp-button:not(:hover):after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}

.ic-window-p .cmp-button>p:nth-child(n+2):nth-last-child(n+2):after
{
    content:" ";
    margin-left:8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
}
.ic-window-p:not(.disabled) > .cmp-button:not(.hover)>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}
.ic-window-p:not(.disabled) .cmp-button:hover>p:nth-child(n+2):nth-last-child(n+2):after
{
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23045244;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
}

/*** pdfアイコン、下線付きボタン ***/
.ic-pdf .cmp-button {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #F5F5F5;
    padding-bottom: 16px;
}
.ic-pdf .cmp-button p {
    padding-right: 40px;
}
.ic-pdf:not(.disabled) .cmp-button:hover {
    border-bottom-color: #00846D;
}

/* アイコン縦位置はボタン中央ではなく、文字中央にしたいため、
    padding-bottom: 16pxとアイコンの大きさの16pxの50%を引いて文字の真ん中に配置にしています。*/
.ic-pdf .cmp-button:after {
    position: absolute;
    right: 16px;
    top: calc(50% - 8px - 8px);
    content: " ";
    width: 1.0em;
    height: 1.0em;
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-pdf.svg) no-repeat center right;
    background-size: 100% auto;
}

/*** 下線付きボタン ***/
.u-line_button .cmp-button {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #F5F5F5;
}
.u-line_button .cmp-button p {
    padding-right: 40px;
}
.u-line_button .cmp-button p:nth-child(2) {
    min-height: 56px;
    display: flex;
    align-items: center;
}
.u-line_button:not(.disabled) .cmp-button:hover {
    border-bottom-color: #00846D;
}

/* アイコン縦位置はボタン中央ではなく、文字中央にしたいため、
    padding-bottom: 16pxとアイコンの大きさの16pxの50%を引いて文字の真ん中に配置にしています。*/
.u-line_button .cmp-button:after {
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    content: " ";
    width: 1.0em;
    height: 1.0em;
    background-size: 100% auto;
}

.u-line_button.ic-arrow-u_line .cmp-button:after {
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-arrow-right.svg) no-repeat center right;
}
.u-line_button.ic-blank-u_line .cmp-button:after {
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-blank.svg) no-repeat center right;
}
.u-line_button.ic-window-u_line .cmp-button:after {
    background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-window.svg) no-repeat center right;
}
.first_font12 > .cmp-button > p:nth-child(2) {
  font-size: 12px !important;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none){
  .conversion_Button .cmp-button p, .primary_Button .cmp-button p, .secondary_Button .cmp-button p, .tertiary-back_Button .cmp-button p {
    padding-top: 3px;
    margin-bottom: -3px;
  }
}
/*--- breadcrumb：パンくず ---*/
.bps-breadcrumb {
  background-color: #ffffff;
  margin-top: 64px;
}
@media all and (min-width: 641px) and (max-width: 1000px) {
  .bps-breadcrumb {
    margin-left: 0;
    margin-right: 0;
    min-width: 1000px;
  }
}
@media all and (max-width: 640px) {
  .bps-breadcrumb .cmp-breadcrumb{
    padding-left: 0;
    border-top: 2px solid #DDDDDD;
    padding-top: 32px;
    /* 指定しなくともSPの場合は、50%-50vwは0になるが、分かりにくいため明示的に0を指定。 */
  }
}
.cmp-breadcrumb {
  width: 1000px;
  margin: 16px auto;
  z-index: 2;
  font-size: 12px;
  color: #333333 !important;
  display: block;
  position: relative;
  z-index: 9;
}
@media all and (min-width: 641px) {
  .cmp-breadcrumb {
    padding-right: 60px;
  }
}
@media all and (max-width: 640px) {
  .cmp-breadcrumb {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
  }
}
ol.cmp-breadcrumb__list {
  letter-spacing: 0.72px;
  line-height: 1.3em;
  padding: 0;
}
.cmp-breadcrumb a {
  text-decoration: none;
  color: #00846D;
}
.cmp-breadcrumb a:hover {
  text-decoration: none;
  color: #045244;
}
.cmp-breadcrumb__arrow {
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  content: '';
  min-width: 16px;
  min-height: 12px;
  margin-right: 10px;
  background: url(/etc.clientlibs/smcc/components/content/breadcrumb/clientlibs/mem-site/resources/images/ic-arrow-right_gray.svg) no-repeat center right;
  background-position: center;
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
}
.cmp-breadcrumb__arrow:last-child {
  display: none;
}
.cmp-breadcrumb__item {
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
  color: #0370c5;
  text-decoration: none;
}
.cmp-breadcrumb__list {
  padding: 0;
  line-height: 100%;
}
@media all and (max-width: 640px) {
  .cmp-breadcrumb__list {
    margin: 0 22px;
  }
}
.cmp-breadcrumb__list li:last-of-type {
  color: #333333;
}

.cmp-tabs__tablist {
  /* コアコンポーネントのスタイルの打消し */
  flex-wrap: nowrap;
  list-style-image: none;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  border-bottom: 2px solid #00846D;
}
/* タブリストの余白調整 */
div.tabs > div.cmp-tabs > .cmp-tabs__tablist {
  margin-left: 40px;
  margin-right: 40px;
  min-height: 60px;
}
.cmp-tabs__tab {
  /* コアコンポーネントのスタイルの打消し */
  box-sizing: border-box;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 0;
  width: 50%;
  flex: auto;
  align-self: auto;
  text-align: center;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  color: #00846D;
  padding: 19.5px 0;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #00846D;
  position: relative;
  line-height: 1.3em;
  letter-spacing: 0.96px;
  font-weight: bold;
  border-bottom: 0px;
}
.cmp-tabs__tab--active {
  color: #FFFFFF;
  top: 0;
  cursor: default;
  background-repeat: no-repeat;
  background-position: bottom 5px center;
  background-color: #00846D;
  z-index: 2;
  border-bottom-color: w#00846D;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cmp-tabs__tab:focus {
  outline: none;
}
.cmp-tabs__tab:first-child {
  margin-left: 0px;
}
.cmp-tabs__tab:last-child {
  margin-right: 0px;
}
.cmp-tabs__tabpanel {
  /* 白背景を画面いっぱい広げるための設定 */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(-50% + 50vw);
  padding-right: calc(-50% + 50vw);
  width: 100vw;
  padding-bottom: 80px;
}
.cmp-tabs__tabpanel--active {
  display: block;
  background-color: #ffffff;
}
.cmp-tabs__tabpanel:focus {
  outline: none;
}
@media all and (min-width: 641px) {
  .cmp-tabs__tabpanel--active:before {
    content: "";
    width: 100vw;
    display: block;
    position: absolute;
    margin-left: calc((100vw - 960px) / -2);
    margin-top: -1px;
  }
}
.cmp-section > .tabs > .cmp-tabs > .cmp-tabs__tabpanel {
  padding-bottom: 0px;
}
.cmp-section > .tabs > .cmp-tabs {
  margin-bottom: 64px;
}
.cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > .title:first-child > .cmp-title > .cmp-title__text,
.cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > div:first-child {
  margin-top: 0px;
}
.cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > .title:first-child > .cmp-title h2:before {
  display: none;
}
.cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > div:last-of-type {
  margin-bottom: 0px;
}
.cmp-tabs {
  margin-bottom: 80px;
}
.bps-section .cmp-tabs__tabpanel {
  padding-left: calc(-50% + 50vw);
  padding-right: calc(-50% + 50vw);
}
div.tabs > div.cmp-tabs > .cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > *:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.immediatea_w380):not(.normal_w380):not(.tabs) {
  padding-left: 40px;
  padding-right: 40px;
}
@media all and (max-width: 960px) {
  .cmp-tabs__tabpanel {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all and (max-width: 640px) {
  /* タブリストの余白調整 */
  div.tabs > div.cmp-tabs > .cmp-tabs__tablist {
    margin-left: 22px;
    margin-right: 22px;
    min-height: 40px;
  }
  .cmp-tabs__tab {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    line-height: 1.3em;
    letter-spacing: 0.72px;
  }
  .cmp-tabs__tab--active {
    background-position: bottom center;
  }
  div.tabs > div.cmp-tabs > .cmp-tabs__tabpanel > .container > .cmp-container > .aem-Grid > *:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.immediatea_w380):not(.normal_w380):not(.tabs) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cmp-section > .tabs > .cmp-tabs {
    margin-bottom: 56px;
  }
}

.more-button,
.more-button_sp {
  display: block;
  padding: 15px 55px;
  text-decoration: none;
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  cursor: pointer;
  transition: 0.2s;    
  border: 2px solid #00846D;
  color: #00846D;
  width: 900px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;}.b{fill:%23edf8f5;}.c{fill:%2300846d;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='32' height='32'/%3E%3Ccircle class='b' cx='16' cy='16' r='16'/%3E%3C/svg%3E") no-repeat center right;
  background-position: right 22px center;
}
.more-button:before,
.more-button_sp:before {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1.5px;
  background: #00846D;
}
.more-button:after,
.more-button_sp:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -7.5px;
  background: #00846D;
}
.more-button_sp {
  display: none;
}

@media all and (max-width:640px){
  .more-button {
    display: none;
  }
  .more-button_sp {
    display: block;
    padding: 12px 45px 12px 25px;
    background-position: right 12px center;
    width: calc(100% - 44px);
    font-size: 16px;
  }
  .more-button_sp:before {
    right: 20px;
  }
  .more-button_sp:after {
    right: 26px;
  }
}

.section_grad_sp:before {
    width: 0%;
    height: 0%;
}
.section_grad_sp_off {
    content: none;
}

.section_grad {
    position: relative;
}

.section_grad:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 3;
    pointer-events: none; /*セクションの高さを指定した際にタブの移動ができなくなる問題を修正*/
}

.section_grad_off {
    position: relative;
}

.section_grad_off:before {
    content: none !important;
}

@media all and (max-width:640px){
    .section_grad:before {
        width: 0%;
        height: 0%;
    }
    .section_grad_off {
        content: none;
    }

    .section_grad_sp {
        position: relative;
    }

    .section_grad_sp:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0.39) 65%,rgba(255,255,255,0.75) 80%,rgba(255,255,255,1) 95%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        z-index: 3;
        pointer-events: none; /*セクションの高さを指定した際にタブの移動ができなくなる問題を修正*/
    }

    .section_grad_sp_off {
        position: relative;
    }

    .section_grad_sp_off:before {
        content: none !important;
    }
}

@media all and (max-width:640px){
    .spauto {
        height: auto !important;
    }
}

@media not all and (max-width:640px){
    .pcauto {
        height: auto !important;
    }
}

/********* 会員サイト用デフォルトスタイル *************/
section.cmp-section{
    box-sizing: content-box;
    background-color:#ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* mainコンテナ直下のセクション */
#main > div > div.bps-section > section.cmp-section {
    /* 白背景を画面いっぱい広げるための設定 */
    margin-left: calc((960px - 100vw) / 2);
    border-left: solid calc((-960px + 100vw) / 2) #ffffff;
    border-right: solid calc((-960px + 100vw) / 2) #ffffff;
}
/* mainコンテナ直下の最後のセクション */
#main > div > div.bps-section+div.bps-breadcrumb {
    margin-top: 64px;
}
/* mainコンテナ直下の最後のセクション */
#main > div > div.bps-section:last-child,
#sp-main > div > div.bps-section:last-child {
    padding-bottom: 64px;
}
/* mainコンテナ直下の最後にセクションがありパンくずがある場合、パンくず上の余白を打ち消し */
.container:has(#main > div > div.bps-section:last-child) + .bps-breadcrumb {
  margin-top:0px;
}
/* セクション直下の全要素 */
@media all and (min-width:641px){
  #main > div > div.bps-section > section.cmp-section > *:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.immediatea_w380):not(.normal_w380):not(.tabs):not(.accordion),
  #sp-main > div > div.bps-section > section.cmp-section > *:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.immediatea_w380):not(.normal_w380):not(.tabs):not(.accordion)
  {
      padding-left: 50px;
      padding-right: 50px;
  }
}

/* セクション直下の一番下の要素 */
section.cmp-section > div:last-child,
section.cmp-section > .tabs:last-child > .cmp-tabs {
    margin-bottom: 0px;
}
section.cmp-section > div.container.overview:last-child {
    margin-bottom: -40px;
}

/*** 上下余白用スタイルシステム ***/
.sec_maT0 > section.cmp-section{
    margin-top: 0px;
}
.sec_maB0 > section.cmp-section{
    margin-bottom: 0px;
}
.sec_paB48 > section.cmp-section{
    padding-bottom: 48px;
}
.sec_paB80 > section.cmp-section{
    padding-bottom: 80px;
}
.sec_paB80_sp48 > section.cmp-section{
    padding-bottom: 80px;
}
.sec_paB80_sp64 > section.cmp-section{
    padding-bottom: 80px;
}

@media all and (max-width:960px){
    /* mainコンテナ直下のセクション */
    #main > div > div.bps-section > section.cmp-section {
        /* PC用白背景設定を打ち消す */
        margin-left: 0;
        border-left: 0;
        border-right: 0;
    }
}
@media all and (max-width:640px){
    section.cmp-section{
        /* 余白設定 */
        padding-bottom: 0px;
    }

    .sec_paB80_sp48 > section.cmp-section{
        padding-bottom: 48px;
    }
    .sec_paB80_sp64 > section.cmp-section{
        padding-bottom: 64px;
    }
    /* mainコンテナ直下の最後のセクション */
    #main > div > div.bps-section+div.bps-breadcrumb {
        margin-top: 40px;
    }
    /* セクション直下の全要素 */
    /* #main > div > div.bps-section > section.cmp-section > *:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.tabs):not(.accordion) */
    #main > div > div.bps-section > section.cmp-section > *:not(.tertiary-back_Button):not(.tabs):not(.accordion),
    #sp-main > div > div.bps-section > section.cmp-section > *:not(.tertiary-back_Button):not(.tabs):not(.accordion)
    {
        padding-left: 22px;
        padding-right : 22px;
    }

    /* セクション直下の一番下の要素 */
    section.cmp-section > div:last-of-type {
        margin-bottom: 0px;
    }
    section.cmp-section > div.container.overview:last-of-type {
        margin-bottom: -16px;
    }
}
div.container > div.cmp-container > div.aem-Grid > div:first-child{
  margin-top:0;
}

/********* 会員サイト用スタイルシステム *************/
/*======== 上部緑線用スタイル ========*/
div.bps-section.green_line {
    position: relative;  /* セクションの上辺に緑線をつけるために必要。 */
}
/* セクションの上辺に緑線をつける */
div.bps-section.green_line:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #00846D;
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

/* ボタンスタイル設定 */
.bps-modal {
    margin-top: 32px;
}
.orange_ModalBtn{
  text-align: center;
}
.orange_ModalBtn .cmp-modal__text {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 auto;
  padding: 19px 15px;
  width: auto;
  min-width:320px;
  min-height: 60px;
  max-width: 100%;
  background: #f68213;
  cursor: pointer;
  z-index: 10;
}
.orange_ModalBtn .cmp-modal__text > p {
  color: #fff;
  padding-left: 30px;
  padding-right: 40px;
}
.orange_ModalBtn .cmp-modal__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  z-index: -1;
  transition: .5s;
  background: #DB731F;
}
.orange_ModalBtn .cmp-modal__text:hover::before{
  width: 100%;
}
.orange_ModalBtn .cmp-modal__text:after {
position: absolute;
right: 16px;
top: 50%;
content: " ";
width: 1.0em;
height: 1.0em;
margin-top: -0.5em;
background: url(/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-window-white.svg) no-repeat center right;
background-size: 100% auto;
}

@media (max-width: 640px) {
    .orange_ModalBtn .cmp-modal__text {
      width: 100%;
      min-height: 48px;
      min-width: auto;
      padding: 12px 15px;
    }
}
/* テキストリンクボタン用上下マージン */
div.bps-modal.text-link-A_Button{
    margin-top: 16px;
    /* margin-bottom: 40px; */
}

div.bps-modal.text-link-A_Button .cmp-modal__text
{
    width:auto;
    background: rgba(0,0,0,0);
    color: #00846D;
    border: none;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

div.bps-modal.text-link-A_Button .cmp-modal__text:hover
{
    text-decoration:none;
}

div.bps-modal.text-link-A_Button:not(.disabled) .cmp-modal__text:hover
{
    color: #045244;
    cursor: pointer;
}

div.bps-modal.text-link-A_Button .cmp-modal__text p {    /* ボタン用 */    /* フォントサイズ16pxなので30pxを設定 */
    line-height: 1.3em;
}

div.bps-modal.text-link-A_Button .cmp-modal__text p
{    /* ボタン用 記載のボタンはボールドなので、字間0.06emを設定 */
    letter-spacing: 0.06em;
}

.ic-window-p .cmp-modal__text>:after
{
    content:" ";
    margin-left:8px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -2px;
}
.ic-window-p:not(.disabled) > .cmp-modal__text:not(.hover)>p:after
{
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}
.ic-window-p:not(.disabled) .cmp-modal__text:hover>p:after
{
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23045244;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}

.iziModal > .iziModal-wrap > .iziModal-content > .container > .cmp-container > .aem-Grid > .title:first-child > .cmp-title > .cmp-title__text,
.iziModal > .iziModal-wrap > .iziModal-content > .container > .cmp-container > .aem-Grid > div:first-child {
    margin-top: 0px;
}

.iziModal > .iziModal-wrap > .iziModal-content > .container > .cmp-container > .aem-Grid > .title:first-child > .cmp-title h2:before {
    display: none;
}

.iziModal > .iziModal-wrap > .iziModal-content > .container > .cmp-container > .aem-Grid > div:last-of-type {
    margin-bottom: 0px;
}

/* モーダル */
.iziModal {
    max-height: calc(100vh - 160px);
}

.iziModal:before {
    content: url(/etc.clientlibs/smcc/components/container/modal/clientlibs/mem-site/resources/images/button-close.svg);
    width: 42px;
    height: 42px;
    position: fixed;
    border: none;
    transform: rotate(0deg);
    right: -20px;
    top: -30px;
    pointer-events: none;
}
.iziModal-wrap:before {
    display: none;
}
.iziModal-wrap:after {
    display: none;
}

.iziModal .iziModal-wrap {
    overflow-y : hidden;
}

/* SP時のモーダルコンテントの横幅設定 */
@media (max-width: 640px) {
    .bps-modal {
        margin-top: 32px;
    }
    div.iziModal {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/* IE表示用のCSS　*/
@media all and (-ms-high-contrast: none){
    .iziModal:before {
        width: 21px;
        height: 21px;
        right: 0px;
        position: absolute;
    }
    .iziModal:after {
        position: absolute;
    }
}

.linkcontainer {
    margin-bottom: 64px;
}

div.linkcontainer .bps-image,
div.linkcontainer .text,
div.linkcontainer .button,
div.linkcontainer .bps-modal {
    margin-top: 0;
    margin-bottom: 0;
}

.cmp-linkcontainer {
    padding: 32px 40px 32px 32px;
    border: 1px solid #DDDDDD;
    background: url(/etc.clientlibs/smcc/components/container/linkcontainer/clientlibs/mem-site/resources/images/ic-arrow-fill.svg) no-repeat;
    background-size: 32px;
    background-position: right 0px bottom 0px;
    color: black;
}


.cmp-linkcontainer:hover {
    border: 1px solid #00846D;
}

.cmp-linkcontainer:hover b{
    color: #00846D;
}

.linkcontainer .text + .text{
    margin-top: 24px;
}

/* PCSP縦並び時 */
.pcsp_vertical .cmp-image:first-child + .text,
.pcsp_vertical .container .text:first-child{
    margin-top: 32px
}
.cmp-linkcontainer.pcsp_vertical {
    padding-right: 32px;
}
.pcsp_vertical .text:first-child{
    margin-top: 8px;
}
.pcsp_vertical .cmp-image:not(:first-child){
    min-height: 20px;
}
.pcsp_vertical .text + .cmp-image,
.pcsp_vertical .cmp-image:not(:first-child) + .text{
    margin-top: 20px
}
.pcsp_vertical .cmp-linkcontainer > .aem-Grid {
    padding-bottom: 8px;
}
/* ここまで */

.new_tab .cmp-linkcontainer {
    background: url(/etc.clientlibs/smcc/components/container/linkcontainer/clientlibs/mem-site/resources/images/ic-blank-fill.svg) no-repeat;
    background-size: 32px;
    background-position: right 0px bottom 0px;
}

.right_40px .cmp-linkcontainer {
    margin-right: 40px;
}
.left_40px .cmp-linkcontainer {
    margin-left: 40px;
}

/* PCにのみ適用 */
@media (min-width: 641px) {
    .linkcontainer:not(.pcsp_vertical) .cmp-linkcontainer > .aem-Grid {
        display: flex;
        align-items: center;
    }
    .linkcontainer:not(.pcsp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        width: auto !important;
        margin-right: 32px;
        margin-top: 0;
        margin-bottom: 0;
        flex-shrink: 0;
    }
    /* アイコンサイズ32px時 */
    .plans_icon32px .cmp-linkcontainer{
        padding-left:24px;
    }
    .plans_icon32px.linkcontainer:not(.pcsp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        margin-right:24px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .plans_icon44px .cmp-linkcontainer{
        padding: 24px 40px 24px 20px;
    }
    .plans_icon44px.linkcontainer:not(.pcsp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        margin-right:20px;
    }
}

/* SPに適用 */
@media all and (max-width:640px) {
    .linkcontainer:not(.pcsp_vertical):not(.sp_vertical) .cmp-linkcontainer {
        padding-right: 40px;
    }
    .linkcontainer:not(.pcsp_vertical):not(.sp_vertical) .cmp-linkcontainer > .aem-Grid {
        display: flex;
        align-items: center;
    }
    .linkcontainer:not(.pcsp_vertical):not(.sp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        width: auto !important;
        margin-right: 32px;
        flex-shrink: 0;
    }

    .linkcontainer {
        margin-bottom: 56px;
    }
    .cmp-linkcontainer {
        padding: 32px 32px 40px 32px;
    }

    .sp_vertical .cmp-linkcontainer > .aem-Grid { 
        padding-bottom: 8px;
    }

    .sp_vertical .container .text:first-child{
        margin-top: 32px
    }
    .sp_vertical .container .text + .cmp-image,
    .sp_vertical .container .cmp-image + .text{
        margin-top: 20px
    }

    .right_40px .cmp-linkcontainer {
        margin-right: 0px;
    }
    .left_40px .cmp-linkcontainer {
        margin-left: 0px;
    }
    /* アイコンサイズ32px時 */
    .plans_icon32px .cmp-linkcontainer{
        padding-left:16px;
    }
    .plans_icon32px.linkcontainer:not(.pcsp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        margin-right:16px;
    }
    .plans_icon44px .cmp-linkcontainer{
        padding: 24px 40px 24px 16px;
    }
    .plans_icon44px.linkcontainer:not(.pcsp_vertical) > a > .cmp-linkcontainer > .aem-Grid > .cmp-image:first-child{
        margin-right:16px;
    }
}
/* グレー枠線のスタイル */
.container.gray-border,
.container.gray-border-2px {
  margin-top: 32px;
}
.container.gray-border>.cmp-container {
  border: 4px solid #dddddd;
  padding: 32px;
}

.container.gray-border-2px>.cmp-container {
  border: 2px solid #dddddd;
  padding: 32px;
}

@media all and (max-width:640px) {
  .container.gray-border>.cmp-container,
  .container.gray-border-2px>.cmp-container {
      padding: 32px 22px;
    }
}
/* ここまで */

/* 背景色うす緑のスタイル */
.container.bgcolor-lightgreen>.cmp-container {
    background-color: #EDF8F5;
    padding: 40px;
}
@media (max-width: 640px){
    .container.bgcolor-lightgreen>.cmp-container {
        background-color: #EDF8F5;
        padding: 36px 28px;
    }
}
/* ここまで */

/* 配置スタイル */
.container.space-between > .cmp-container > .aem-Grid{
    display: flex !important;
    justify-content: space-between !important;
}
.container.space-between > .cmp-container > .aem-Grid::before {
    content: none;
}
.container.space-between > .cmp-container > .aem-Grid::after {
    content: none;
}

@media all and (max-width:640px){
    .container.space-between > .cmp-container > .aem-Grid{
        display: block !important;
    }
}

.container.topBottomCenter > .cmp-container{
      display: flex;
      justify-content: center;
      align-items: center;
}

/* パディングスタイル */
.container.paddingIn10 > .cmp-container > .aem-Grid > .container > .cmp-container{
    padding: 10px;
}
.container.paddingOut5 > .cmp-container > .aem-Grid > .container {
    padding: 5px;
}

.container.paddingInLR5 > .cmp-container > .aem-Grid > .container > .cmp-container {
    padding: 0px 5px;
}
.container.paddingInT10LR13B30 > .cmp-container > .aem-Grid > .container > .cmp-container{
    padding: 10px 13px 30px;
}
.container.paddingInTB15LR30 > .cmp-container {
    padding: 15px 30px;
}
.container.paddingInTB0LR50 > .cmp-container {
    padding: 0px 50px;
}

.container.paddingIn30 > .cmp-container > .aem-Grid > .container > .cmp-container {
    padding: 0px 30px;
}

.container.paddingInTB10LR30 > .cmp-container > .aem-Grid > .container > .cmp-container {
    padding: 10px 30px;
}
.container.paddingOut6{
  padding: 6px;
}
.container.paddingOut14{
  padding: 14px;
}
.container.paddingInPCL50_SPL0 > .cmp-container {
  padding-left: 50px;
}
.container.paddingOutLR6 {
  padding: 0 6px;
}

@media all and (max-width:640px){
    .container.paddingInTB15LR30 > .cmp-container {
        padding: 15px;
    }
    .container.paddingIn30 > .cmp-container > .aem-Grid > .container > .cmp-container {
        padding: 0px;
    }
    .container.paddingInTB0LR50 > .cmp-container {
        padding: 0px 15px;
    }
    .container.paddingInPCL50_SPL0 > .cmp-container {
      padding-left: 0;
    }
    .container.paddingOutLR6 {
      padding: 0;
    }
}

/* スクロールボックス */
.scroll_box {
  margin-top: 32px !important;
}
.scroll_box .cmp-container {
  overflow-y: scroll;
  max-height: 400px;
  border: 1px solid #C5C5C5;
  padding: 32px 22px;
}

@media all and (min-width:641px) {
  
 div.container.anchor-sp-vertical .bps-image,
 div.container.anchor-sp-vertical .text,
 div.container.anchor-sp-vertical .button,
 div.container.anchor-sp-vertical .bps-modal,
 div.container.anchor-sp-side .bps-image,
 div.container.anchor-sp-side .text,
 div.container.anchor-sp-side .button,
 div.container.anchor-sp-side .bps-modal {
    margin-top: 0;
    margin-bottom: 0;
 }

}

@media all and (max-width:640px) {
    div.container.anchor-sp-side .bps-image,
    div.container.anchor-sp-side .text,
    div.container.anchor-sp-side .button,
    div.container.anchor-sp-side .bps-modal {
      margin-top: 0;
      margin-bottom: 16px;
    }
  
    .anchor-sp-side > .cmp-container > .aem-Grid > .anchor-link_Button{
        margin-right: 24px !important;
    }
    .anchor-sp-vertical > .cmp-container > .aem-Grid > .anchor-link_Button > .cmp-button > p:nth-child(2){
        line-height:1.3em;
    }
}
div.container.information{
    /* margin-bottom: 64px; */
    margin-top:32px;
}
div.container.information .bps-image,
div.container.information .text,
div.container.information .button,
div.container.information .bps-modal {
    margin-top: 0;
    margin-bottom: 0;
}

div.container.information .text{
    margin-top: 20px;
}
div.container.information .button{
    margin-top: 20px;
}
div.container.information .text:first-child{
    margin-top: 0;
    margin-bottom: 4px;
}
div.container.information .text span[style*="font-size: 16.0px;"]{
    padding-top: 4px;
}
div.container.information .button.text-link-A_Button{
    margin-top: 24px;
    margin-bottom: 4px;
}
div.container.information .button.text-link-A_Button:last-child{
    margin-bottom: 0px;
}
@media all and (max-width:640px) {
    div.container.information{
        margin-bottom: 0px;
        margin-top: 32px;
    }
}
div.container.overview{
    margin-bottom:64px;
}

div.container.overview .bps-image,
div.container.overview .text,
div.container.overview .button,
div.container.overview .bps-modal{
    margin-bottom: 0;
}

div.container.overview .bps-image,
div.container.overview .bps-modal,
div.container.overview .button{
    margin-top: 48px;
}

div.container.overview div.container.anchor-sp-vertical,
div.container.overview div.container.anchor-sp-side {
    margin-top: 80px;
}

div.container.overview div.container.anchor-sp-vertical:last-of-type,
div.container.overview div.container.anchor-sp-side:last-of-type {
    margin-bottom: 0px;
}

@media all and (max-width:640px){
    div.container.overview{
        margin-bottom:56px;
    }
}

div.container.plans{
    margin-bottom: 32px;
    padding-top: 32px;
    padding-bottom: 40px;
}

div.container.plans .text:last-child{
    margin-top: 24px;
}

@media all and (max-width:640px){
    div.container.plans{
        margin-top: 40px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

div.container.points .bps-image,
div.container.points .text,
div.container.points .button,
div.container.points .bps-modal {
    margin-top: 0;
    margin-bottom: 0;
}

div.container.points .text+.text{
    margin-top: 24px;
}
div.container.points .button{
    margin-top: 24px;
    margin-bottom: 0;
}

@media all and (min-width:641px){

    div.container.points .bps-image + .container {
        margin-top: 32px;
        margin-bottom: 0px;
    }
    div.container.points .button{
        text-align: center;
    }

    div.container.points .button.conversion_Button .cmp-button,
    div.container.points .button.primary_Button .cmp-button,
    div.container.points .button.secondary_Button .cmp-button,
    div.container.points .button.tertiary-back_Button .cmp-button,
    div.container.points .button.immediatea_w380 .cmp-button,
    div.container.points .button.normal_w380 .cmp-button {
        width: 320px;
        min-width: auto;
    }
    div.container.points .button.text-link-A_Button .cmp-button p{
        text-align: center;
    }
}
@media all and (max-width:640px){
    .points{
        margin-bottom: 56px;
    }
    .points > div > div{
        display: flex;
    }
    .points > div > div > .cmp-image:first-child{
        width: 120px !important;
        margin: 0;
        margin-right: 24px !important;
    }
    .points > div > div > div:not(.cmp-image:first-child){
        margin: 0;
        width: calc(100% - (120px + 24px)) !important;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}

.step_num .cmp-text p {
    letter-spacing: 0px;
}

/* IE 見出しの高さ調整 */
@media all and (-ms-high-contrast: none) {
    .step_num + .text_nyukai-togo > .cmp-text {
        padding-top: 5px;
    }
}

.step_num .cmp-text {
    font-family: "Barlow";
}

/** PC用設定 ****************************************/
@media (min-width: 641px) {
    /* ステップ番号 */
    .step_num {
        width: auto !important;
        margin-top: 0;
    }
}

/* 追従コンテナスタイル */
.container.follow-container > .cmp-container{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(51, 51, 51, 0.60);
    z-index:10;
    margin: 0;
}
.container.follow-container > .cmp-container > div > .button,
.container.follow-container > .cmp-container > div > .bps-modal{
    text-align: center;
    margin: 20px 0 !important;
    padding: 0 50px;
}

@media all and (max-width: 640px) {
  .container.follow-container > .cmp-container > div > .button,
  .container.follow-container > .cmp-container > div > .bps-modal{
    text-align: center;
    margin: 20px 0 !important;
    padding: 0 64px 0 22px;
  }
  .container.follow-container > .cmp-container > div > .button > .cmp-button,
  .container.follow-container > .cmp-container > div > .bps-modal > .cmp-modal__text{
      width: 100%;
  }
}

div.container.logo_center > .cmp-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background-color: #fff;
  margin: 0 5px 10px;
  padding: 10px;
}
@media all and (max-width:640px){
  div.container.logo_center > .cmp-container{
      padding: 5px;
  }
}

/*グレー背景の余白設定*/
.cont_bk_gray {
  margin-top: 20px;
}

.cont_bk_gray > .cmp-container {
    background-color: #f5f5f5;
    padding: 16px;
}

@media all and (max-width:640px){
  .cont_bk_gray > .cmp-container {
    padding: 12px;
  }
}

.cont_bk_gray p,
.cont_bk_gray ul,
.cont_bk_gray ol {
  font-size:14px;
}
.cont_bk_gray .attention_gray,
.cont_bk_gray .attention_text_gray > .cmp-text > p,
.cont_bk_gray .attention_red,
.cont_bk_gray .attention_text_red > .cmp-text > p,
.cont_bk_gray .attention_indent {
  font-size: 12px;
}
.cont_bk_gray ul + p:has(a),
.cont_bk_gray ol + p:has(a){
  margin-top: 16px;
}
.container.paddingInTB15LR30 > .cmp-container {
  padding: 15px 30px;
}
@media all and (max-width:640px){
  .container.paddingInTB15LR30 > .cmp-container {
      padding: 15px;
  }
}
/* 横並びコンテナ 横並び_左２右８, 横並び_左４右６, 横並び_左４右６_SP縦 */
.side_L2R8,
.side_L4R6,
.side_L4R6_sp_vertical,
.pc_vertical_sp_side_L4R6 {
  margin-top: 32px;
}
.side_L4R6 + .side_L4R6,
.side_L4R6_sp_vertical + .side_L4R6_sp_vertical,
.pc_vertical_sp_side_L4R6 + .pc_vertical_sp_side_L4R6 {
  margin-top: 16px;
}
.title:has(.cmp-title > h4) + .container.side_L2R8 {
  margin-top: 16px;
}
.side_L2R8 > .cmp-container > .aem-Grid,
.side_L4R6 > .cmp-container > .aem-Grid,
.side_L4R6_sp_vertical > .cmp-container > .aem-Grid {
    display:flex;
}
.side_L2R8 > .cmp-container > .aem-Grid > .container:first-child {
  width: 60px;
  padding-right: 16px;
}
.side_L2R8 > .cmp-container > .aem-Grid > .container:nth-child(2) {
  width: calc(100% - 60px);
}
.side_L4R6 > .cmp-container > .aem-Grid > .container:first-child,
.side_L4R6_sp_vertical > .cmp-container > .aem-Grid > .container:first-child {
  width: 360px;
  padding-right: 32px;
}
.side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2),
.side_L4R6_sp_vertical > .cmp-container > .aem-Grid > .container:nth-child(2) {
  width: 540px;
}
.side_L2R8 > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid > .title  > .cmp-title > .cmp-title__text {
  margin-top: 0px;
}

/* PC縦_SP横左４右６ */
.pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) {
  margin-top: 16px;
}
.pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container {
  padding: 0 30px;
}
.pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid {
  text-align: center;
}
.side_L2R8 .text_nyukai-togo,
.side_L4R6 .text_nyukai-togo,
.side_L4R6_sp_vertical .text_nyukai-togo {
  font-size:14px;
}
@media all and (max-width:640px){
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid {
    display:flex;
  }
  .title + .container.side_L2R8 {
    margin-top: 20px;
  }
  .title:has(.cmp-title > h4) + .container.side_L2R8{
    margin-top: 12px;
  }
  .side_L4R6 > .cmp-container > .aem-Grid > .container:first-child,
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:first-child {
    width: 40%;
    padding-right: 16px;
  }
  .side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2),
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) {
    width: 60%;
  }
  /* PC縦_SP横左４右６ */
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid {
  text-align: left;
  }
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) {
    margin-top: 0;
  }
  .pc_vertical_sp_side_L4R6 > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container {
    padding: 0;
  }
  /* 横並び左４右６_SP縦 */
  .side_L4R6_sp_vertical > .cmp-container > .aem-Grid {
    display:block;
  }
  .title:has(.cmp-title > h1) + .bps-section > .cmp-section > .container.side_L4R6_sp_vertical {
    margin-top: 16px !important;
  }
  .side_L4R6_sp_vertical .text_nyukai-togo {
    font-size:14px;
  }
  .side_L4R6_sp_vertical > .cmp-container > .aem-Grid > .container:first-child {
    width: 100%;
    padding-right: 0px;
  }
  .side_L4R6_sp_vertical > .cmp-container > .aem-Grid > .container:nth-child(2) {
    width: 100%;
    margin-top: 16px;
  }
}

.container.card_features {
  border: 1px solid #DDDDDD;
}

/*PC表示　カード特徴　テキストサイズ*/
.container.card_features > .cmp-container > .aem-Grid > .container:first-child > .cmp-container > .aem-Grid > .text_nyukai-togo > .cmp-text > p  span,
.container.card_features > .cmp-container > .aem-Grid > .container:first-child > .cmp-container > .aem-Grid > .text_nyukai-togo > .cmp-text > p {
    font-size: 20px !important;
}
    
/*SP表示　カード特徴　テキストサイズ*/
@media all and (max-width:640px) {    
  .container.card_features > .cmp-container > .aem-Grid > .container:first-child > .cmp-container > .aem-Grid > .text_nyukai-togo > .cmp-text > p  span,
  .container.card_features > .cmp-container > .aem-Grid > .container:first-child > .cmp-container > .aem-Grid > .text_nyukai-togo > .cmp-text > p {
    font-size: 16px !important;
  }
}

/*PC表示　カード特徴　画像上の余白*/
.container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) {
  margin-top: 32px;
}

/*SP表示　カード特徴　画像上の余白*/
@media all and (max-width:640px) {    
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) {
    margin-top:16px;
  }
}

.container.card_features > .cmp-container > .aem-Grid > .container:first-child h4 {
  margin-top: 0;
  text-align: center;
}
.container.card_features .container .gray-border >.cmp-container,
.container.card_features .container .gray-border-2px >.cmp-container {
  border: 1px solid #DDDDDD;
}

/* キャンペーン */
.card-feature > .card-feature__box:not(:has(.card-feature__item)) {
  display: none;
}
.accordion:has(.cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .tagcontainer > .card-feature):not(:has(.cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .tagcontainer > .card-feature > .card-feature__box > .card-feature__item)) {
  display: none;
}

.card-feature .card-feature__item {
  border: 1px solid #DDDDDD;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
}
.card-feature .card-feature__item + .card-feature__item {
  margin-top: 16px;
} 
.card-feature .card-feature__item h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  font-size: 20px;
}

/*SP表示　カードの特徴エリア　タグコンテナ内のスタイル*/
@media all and (max-width:640px) {    
    .card-feature .card-feature__item h3 {
        margin-bottom:16px;
        font-size: 16px;
    }
}

.card-feature .card-feature__item_img {
  width: 232px;
  padding-right: 32px;
}
.card-feature .card-feature__item_discription {
  width: 584px;
}
.card-feature .card-feature__item_discription a {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #00846D;
}
.card-feature .card-feature__item_discription a:hover {
  color: #045244;
}
.card-feature .card-feature__item_discription :last-child {
  margin-bottom: 0px;
}
.card-feature > .card-feature__box > .cmp-container > .aem-Grid > .text_nyukai-togo{
  margin-top: 20px;
}
/* 対象カード */
.target_card > .cmp-container > .aem-Grid > .container:nth-child(2) {
  margin-top: 16px;
}
.target_card > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container {
  padding: 0 30px;
}
.target_card > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid {
  text-align: center;
}

@media all and (min-width:641px){
  .target_card > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid > .button > .cmp-button {
    text-align: center;
  }
}

@media all and (max-width:640px){
  .target_card > .cmp-container > .aem-Grid {
    display:flex;
  }
  .target_card > .cmp-container > .aem-Grid > .container:first-child {
    max-width: 136px;
    padding-right: 16px;
  }
  .target_card > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid {
    align-items: center;
  }
  .target_card > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid {
    text-align: left;
  }
  .target_card > .cmp-container > .aem-Grid > .container:nth-child(2) {
    margin: auto 0;
  }
  .target_card > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container {
    padding: 0;
  }
  .target_card + .target_card {
    margin-top: 16px;
  }
  /* キャンペーン */
  .card-feature .card-feature__item {
    padding: 32px 12px 32px;
  }
  .card-feature .card-feature__item_img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  div.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .tagcontainer > .card-feature .card-feature__item + .card-feature__item {
    margin-top: 16px;
  }
  .card-feature .card-feature__item_discription {
    width: 100%;
  }
  .card-feature .card-feature__item_discription a {
    font-size: 16px;
    margin-top: 12px;
  }
}

/* PC時設定 */
@media all and (min-width:641px) {
  .container.card_features {
    padding: 32px 16px 32px !important;
  }
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) {
    display: flex;
    padding-right: 0px;
  }
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid {
    display: flex;
  }
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid > .container:first-child {
    width: 232px;
    padding-right: 32px;
  }
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid > .container:nth-child(2) {
    width: 584px;
  }
}

/* SP時設定 */
@media all and (max-width:640px) {
  .container.card_features {
    padding: 32px 12px 32px !important;
  }
  .accordion .container.card_features {
    border: 0;
  }
  .container.card_features > .cmp-container > .aem-Grid > .container:nth-child(2) > .cmp-container > .aem-Grid > .container:nth-child(2) {
    margin-top: 16px;
  }
}

.slick-dots li.slick-active button:before {
  color: #004831 !important;
}
.slick-list .slick-slide {
  padding: 0 5px;
}
.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  height: 100%;
}
.slick-arrow.slick-prev:before {
  content: "";
}
.slick-arrow.slick-next:before {
  content: "";
}

@media all and (min-width: 641px) {
  .accordion {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 640px) {
  .accordion {
    margin-bottom: 0px;
  }
}
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 0px;
  padding: 0 69px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP";
  transition: 0.2s;
  position: relative;
  text-decoration: none;
  background: #ffffff url(/etc.clientlibs/smcc/components/container/accordion/clientlibs/mem-site/resources/images/ic-blank.svg) no-repeat center right;
  background-size: 32px;
  background-position: right 22px center;
  transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
  color: #333333;
  line-height: 1.6em;
}
.accordion > .cmp-accordion > .cmp-accordion__item > h4 > .cmp-accordion__button {
  font-size: 20px;
}
.cmp-accordion__button:before,
.cmp-accordion__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #00846d;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.cmp-accordion__button:before {
  transform: rotate(-90deg);
}
.cmp-accordion__button:after {
  transform: rotate(-180deg);
}
.cmp-accordion__button--expanded:before,
.cmp-accordion__button--expanded:after {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.cmp-accordion__button:hover {
  background: url(/etc.clientlibs/smcc/components/container/accordion/clientlibs/mem-site/resources/images/ic-blank-hover.svg) no-repeat center right;
  background-size: 32px;
  background-position: right 22px center;
  color: #00846D;
  cursor: pointer;
}
.cmp-accordion__button:hover::before,
.cmp-accordion__button:hover::after {
  background-color: #edf8f5;
}
.cmp-accordion__button:focus {
  outline: none;
}
.cmp-accordion__panel > div.container > div.cmp-container{
  padding: 0;
}
.accordion > div > div.cmp-accordion__item > div.cmp-accordion__panel > div{
  padding-bottom: 1px;
}

@media all and (max-width: 640px) {
  .cmp-accordion__button {
    font-size: 18px;
    padding: 9px 69px 9px 22px;
    background-position: right 22px center;
    border-bottom: 1px solid #DDD;
  }
  .accordion > .cmp-accordion > .cmp-accordion__item > h4 > .cmp-accordion__button {
    font-size: 16px;
  }
  .cmp-accordion__button:before,
  .cmp-accordion__button:after {
    right: 30px;
  }
  .cmp-accordion__button:hover {
    background-position: right 22px center;
  }
  .cmp-accordion__panel > div.container > div.cmp-container {
    background: #EDF8F5;
    padding: 0 22px 16px;
  }
}
.cmp-accordion__panel {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 0;
  border-top: 0px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: max-height;

}
.cmp-accordion__panel.cmp-accordion__panel--expanded {
  max-height: 20000px;
}
.cmp-accordion__panel > div.container > div.cmp-container > div > *:last-child {
  margin-bottom: 0px;
}
@media all and (max-width: 640px) {
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.container:not(.tagcontainer),
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.tagcontainer > .card-feature > .card-feature__box > .card-feature__item,
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .container{
      background: #fff;
  }
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.container:not(.tagcontainer) {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 32px;
  }
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .container{
    background: #fff;
  }
  .cmp-accordion__panel > div.container > div.cmp-container > div > div.tagcontainer > .card-feature > .card-feature__box > .card-feature__item {
    border: 0;
  }

}

/*基本幅設定
　最大幅1000ｐｘ　ブレークポイント640ｐｘ


/*================================================================================*/
/*================================================================================*/
/* 基礎                                                                           */
/*================================================================================*/
/*================================================================================*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP",
    "Hiragino Kaku Gothic Pro",
    "Yu Gothic Medium",  /* chrome用 */
    "Yu Gothic",
    "Meiryo",
    sans-serif;
    font-size: 16px;
    line-height: 1.3;
    background: #ffffff;
    color: #333333;
}


ul,ol {
    line-height: 1.3em;
    padding-left: 1.5em;
}

dt,dd{
    list-style: none;
}

div {
    display: block;
}

@media all and (max-width: 640px) {
  .root {
      overflow-x: hidden;
  }
}

@media all and (min-width: 1001px){
  .root {
      overflow-x: hidden;
  }
}

#main,
#sp-main {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0; /* コンテナはデフォルトで左右余白40px入るようにしているが、mainコンテナは0pxにする */
}

@media all and (max-width:640px) {
    #main,
    #sp-main {
        max-width: 1000px;
        margin: 0 auto;
        display: block;
        width: 100%;
        padding: 0%;    /* コンテナはデフォルトで左右余白20px入るようにしているが、mainコンテナは0pxにする */
    }
}

#aside{
    width: 960px;
    background: #ffffff;
    margin: 20px auto;
    padding: 40px 30px 60px;
}

@media all and (max-width:640px){
    #aside{
        width: 100%;
        margin: 20px auto;
        background: #ffffff;
    }
}

table {
    border:1px solid #d5d5d5;
    border-collapse: collapse;
}
@media all and (-ms-high-contrast: none){
  table {
      border-collapse: separate;
  }
}


th {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color:#999999;
    padding: 24px 32px;
}
th:first-child {
    border-left: 1px solid #ffffff;
}
th:last-child {
    border-right: 1px solid #ffffff;
}

tr:last-child th {
    border-bottom: 1px solid #ffffff;
}

td {
    padding: 24px 32px;
    border:solid 2px #ffffff;
    background:#f5f5f5;
}
td:first-child {
  border-left: 1px solid #ffffff;
}
td:last-child {
  border-right: 1px solid #ffffff;
}

tr:last-child td {
  border-bottom: 1px solid #ffffff;
}
img{
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

a {
    color: #0370c5;
    text-decoration: none;
}

a img{
    border: none;
}

a:hover img {
    opacity: 0.7;
}

/* PCでSP要素を非表示 */
body .sp-block{
    display: none !important;
}
/* SPでPC要素を非表示 */
@media all and (max-width:640px){
    body .pc-block {
        display: none !important;
    }
    body .sp-block{
        display: block !important;
    }
}

/* PCでSP要素を非表示 */
body .text-sp-block{
    display: none !important;
}
/* SPでPC要素を非表示 */
@media all and (max-width:640px){
    body .text-pc-block {
        display: none !important;
    }
    body .text-sp-block{
        display: block !important;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
        display: block;
    }
}

/* フォントサイズと行間の組み合わせ */
span[style*="font-size: 48.0px;"],    /* テキストcmp用 */
span[style*="font-size: 48px;"] {    /* IE用 */
    line-height: 1.3em;
}
span[style*="font-size: 38.0px;"],    /* テキストcmp用 */
span[style*="font-size: 38px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 32.0px;"],    /* テキストcmp用 */
span[style*="font-size: 32px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 28.0px;"],    /* テキストcmp用 */
span[style*="font-size: 28px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 26.0px;"],    /* テキストcmp用 */
span[style*="font-size: 26px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 24.0px;"],    /* テキストcmp用 */
span[style*="font-size: 24px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 20.0px;"],    /* テキストcmp用 */
span[style*="font-size: 20px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 18.0px;"],    /* テキストcmp用 */
span[style*="font-size: 18px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 16.0px;"],    /* テキストcmp用 */
span[style*="font-size: 16px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 14.0px;"],    /* テキストcmp用 */
span[style*="font-size: 14px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[style*="font-size: 12.0px;"],    /* テキストcmp用 */
span[style*="font-size: 12px;"] {    /* IE用 */
    line-height: 1.3em;
}

span[class*="attention_gray"] {    /* アスタリスクのテキスト */
    line-height: 1.3em;
}

span[class*="attention_red"] {    /* アスタリスクのテキスト */
    line-height: 1.3em;
}

span.cmp-accordion__title {    /* アコーディオンのタイトル */
    line-height: 1.3em;
}

@media all and (max-width:640px) {
    span.cmp-accordion__title {        /* アコーディオンのタイトル */
        line-height: 1.3em;
    }
}

/* ここまで */

/* 字間 */
.cmp-text b span {    /* テキストcmp用 */
    letter-spacing: 0.06em;
}

.cmp-text span b {    /* テキストcmp用 */
    letter-spacing: 0.06em;
}

.cmp-text span {    /* テキストcmp用 */
    letter-spacing: 0.025em;
}

.cmp-text p {    /* テキストcmp用 */
    letter-spacing: 0.025em;
}

span[class*="attention_gray"] b {    /* アスタリスクのテキストはボールドでも0.025emにする */
    letter-spacing: 0.025em;
}

span[class*="attention_red"] b {    /* アスタリスクのテキストはボールドでも0.025emにす */
    letter-spacing: 0.025em;
}

.cmp-text th {    /* テーブル用 thはボールドなので、字間0.06emを設定 */
    letter-spacing: 0.06em;
}

.cmp-text td b {    /* テーブル用 */
    letter-spacing: 0.06em;
}

.cmp-text td {    /* テーブル用 */
    letter-spacing: 0.025em;
}

span.cmp-accordion__title {    /* アコーディオンのタイトル */
    letter-spacing: 0.06em;
}

.cmp-breadcrumb__item {    /* パンくず */
    letter-spacing: 0.06em;
}

/* ここまで */

/* カード券面 */
div.card_face{
  margin-top: 32px;
}
@media all and (max-width:640px) {    
  .title:has(.cmp-title > h1) + .bps-section > .cmp-section > .container.card_face {
    margin-top: 16px !important;
  }
}
.card_face .bps-image img {
  width: 370px !important;
  margin: 0 auto;
}

/*SP表示　カード券面下の余白*/
@media all and (max-width:640px) {    
    .card_face > .cmp-container > .aem-Grid > .container:nth-child(2) {
      margin-top: 20px;
    }
}

/*PC表示　カード券面下の余白*/
@media all and (min-width:641px) {    
    .card_face > .cmp-container > .aem-Grid > .container:nth-child(2) {
      margin-top: 32px;
    }
}

/*カード券面下の余白　3つ目の要素にコンテナが入る場合*/
.card_face > .cmp-container > .aem-Grid > .container:nth-child(3) {
  margin-top: 32px;
}

.card_face .container > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child{
  font-size:24px;
  font-weight: bold;
  line-height: 1.3em;
}
.card_face .container > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child > .cmp-text > p{
  text-align: center;
}
.card_face .text_nyukai-togo + .text_nyukai-togo{
  margin-top: 16px;
}
.card_face ul{
  width: fit-content;
  margin: 0 auto;
  padding-left:0;
}
.card_face ul > li{
  list-style-type: none;
  margin-top: 12px;
  font-size: 20px;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.card_face ul > li:first-child{
  margin-top: 0;
}
.card_face li::before{
  content: "";
  display: inline-block;
  width: 44px;
  height: 32px;
  vertical-align: middle;
  position: relative;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%3Ccircle%20id%3D%22Ellipse%204%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23D5EFF8%22%2F%3E%3Cline%20id%3D%22Line%2056%22%20x1%3D%2226.0963%22%20y1%3D%229.06066%22%20x2%3D%2213.0607%22%20y2%3D%2222.0962%22%20stroke%3D%22%2300846D%22%20stroke-width%3D%223%22%2F%3E%3Cline%20id%3D%22Line%2055%22%20x1%3D%228.06066%22%20y1%3D%2214.9393%22%20x2%3D%2215.1317%22%20y2%3D%2222.0104%22%20stroke%3D%22%2300846D%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  top: -2px;
}
.card_features + .card_features,
.experiencefragment:has(.cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .card_features) +
.experiencefragment:has(.cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .card_features),
.experiencefragment:has(.cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .card_features) +
.card_features,
.card_features +
.experiencefragment:has(.cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .card_features),
.tagcontainer:has(.card-feature > .card-feature__box > .card-feature__item) + .card_features,
.tagcontainer:has(.card-feature > .card-feature__box > .card-feature__item) + .experiencefragment:has(.cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .card_features) {
  margin-top: 16px;
}

@media all and (max-width:640px) {
  .card_face .bps-image img {
    width: 275px !important;
  }
  .card_face .container > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child{
    font-size:20px;
  }
  .card_face ul > li{
    margin-top: 10px;
    font-size: 16px;
  }
  .card_face li::before{
    width: 36px;
    padding-right: 12px;
    background-size: 24px;
    vertical-align: top;
    height: 24px;
  }
}

/* 複数券面 */
/* 複数券面カードタイトル H3 余白設定 */
.multi_card > .cmp-container > .aem-Grid > .title:first-child > .cmp-title > .cmp-title__text{
  margin-top:0px;
}

/* H3 + 画像 余白設定 */
.multi_card > .cmp-container > .aem-Grid > .container:nth-child(2){
  margin-top:32px;
}

/*SP表示　H3 + 画像 余白設定*/
@media all and (max-width:640px) {
.multi_card > .cmp-container > .aem-Grid > .container:nth-child(2){
    margin-top:16px;
  }
}
/* 画像 + H3 余白設定 */
.multi_card > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid > .title:nth-child(2) > .cmp-title > .cmp-title__text{
  margin-top:20px;
}

/*H4  余白設定 */
.multi_card > .cmp-container > .aem-Grid > .container:nth-child(3) > .cmp-container > .aem-Grid > .title > .cmp-title h4{
  margin-top:32px;
}

/*複数エリア コンテナ左右中央揃え */
.multi_card > .cmp-container > .aem-Grid > .container:nth-child(3) > .cmp-container > .aem-Grid {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width:640px) {
  .multi_card > .cmp-container > .aem-Grid > .container:nth-child(3) > .cmp-container > .aem-Grid {
      max-width: 100%;
  }
}
/* 複数エリアここまで */

/* コンテナ左右中央揃え */
.container_center > .cmp-container > .aem-Grid {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.container_center > .cmp-container > .aem-Grid > * {
  width: fit-content;
}

/* カード概要 */
.card_overview > div.cmp-container > div.aem-Grid > .title + div {
  margin-top: 8px;
}
.card_overview > div.cmp-container > div.aem-Grid > div:not(.title) {
  padding-left: 20px;
}
.title:has(.cmp-title > h2) + .card_overview {
  margin-top: 0px;
}
.bps-section > .cmp-section.section_grad:has(.card_overview){
  margin-bottom:32px;
}
.bps-section.card_overview_maB0 > .cmp-section{
  margin-bottom: 0 !important;
} 
@media all and (max-width:640px) {
  .card_overview > div.cmp-container > div.aem-Grid > .text_nyukai-togo > .cmp-text img{
    margin-top: 4px;
    margin-right: 4px;
  } 
}

/*================================================================================*/
/*================================================================================*/
/*　余白用スタイルシステム                                                          */
/*================================================================================*/
/*================================================================================*/
/** 余白（上） ************************/
.maT0 {
    margin-top:0px !important;
}
.maT8_sp16 {
    margin-top:8px !important;
}
.maT8 {
  margin-top:8px !important;
}
.maT16 {
  margin-top:16px !important;
}

.maT20 {
    margin-top:20px !important;
}
.maT32 {
    margin-top: 32px !important;
}
.maT40_sp32 {
    margin-top: 40px !important;
}
.maT48, .maT48_sp32 {
    margin-top: 48px !important;
}
.maT64 {
  margin-top: 64px !important;
}
.maT64_sp48 {
  margin-top: 64px !important;
}
.maT80_sp64 {
  margin-top: 80px !important;
}
@media all and (min-width: 641px) {
  .pc_maT0 {
    margin-top: 0px !important;
  }
  .pc_maT8 {
      margin-top: 8px !important;
  }
  .pc_maT16 {
      margin-top: 16px !important;
  }
  .pc_maT24 {
      margin-top: 24px !important;
  }
  .pc_maT32 {
      margin-top: 32px !important;
  }
  .pc_maT40 {
      margin-top: 40px !important;
  }
  .pc_maT48 {
      margin-top: 48px !important;
  }
  .pc_maT56 {
      margin-top: 56px !important;
  }
  .pc_maT64 {
      margin-top: 64px !important;
  }
  .pc_maT72 {
      margin-top: 72px !important;
  }
  .pc_maT80 {
      margin-top: 80px !important;
  }
}
/* タイトル余白 */
.title.maT0 > div > .cmp-title__text,
.title.maT8_sp16 > div > .cmp-title__text,
.title.maT20,
.title.maT32 {
    margin-top : 0 !important;
}
.title.maT20 > div > .cmp-title__text {
    margin-top : 20px;
}
.title.maT32 > div > .cmp-title__text {
  margin-top : 32px;
}
.maT36_sp20 > div > .cmp-title__text {
    margin-top: 36px !important;
}
.title.maB0 > div > .cmp-title__text {
    margin-bottom : 0;
}
/*-- SP用 ------------------------*/
@media all and (max-width:640px)  {
    .maT36_sp20 > div > .cmp-title__text {
        margin-top: 20px !important;
    }
}
/* タブ余白 */
.tabs.maT0 > .cmp-tabs {
  margin-top: 0px;
}
.tabs.maB0 > .cmp-tabs {
  margin-bottom: 0px;
}

/** 余白（右） ************************/
@media all and (min-width: 641px) {
    .pc_paR80 {
        padding-right: 80px !important;
    }
}
/*-- SP用 ------------------------*/
@media all and (max-width:640px) {
    .maT8_sp16{
        margin-top: 16px !important;
    }
    .maT40_sp32, .maT48_sp32 {
        margin-top: 32px !important;
    }
    .maT64_sp48 {
      margin-top: 48px !important;
    }
    .maT80_sp64 {
      margin-top: 64px !important;
    }
    .sp_maT0 {
        margin-top: 0px !important;
    }
    .sp_maT8 {
        margin-top: 8px !important;
    }
    .sp_maT16 {
        margin-top: 16px !important;
    }
    .sp_maT24 {
        margin-top: 24px !important;
    }
    .sp_maT32 {
        margin-top: 32px !important;
    }
    .sp_maT40 {
        margin-top: 40px !important;
    }
    .sp_maT48 {
        margin-top: 48px !important;
    }
    .sp_maT56 {
        margin-top: 56px !important;
    }
    .sp_maT64 {
        margin-top: 64px !important;
    }
    .sp_maT72 {
        margin-top: 72px !important;
    }
    .sp_maT80 {
        margin-top: 80px !important;
    }
}

/** 余白（下） ************************/
.maB0, .maB0_sp32 {
    margin-bottom:0px !important;
}
.maB16 {
    margin-bottom: 16px !important;
}
.maB20 {
    margin-bottom: 20px !important;
}
.maB24 {
    margin-bottom: 24px !important;
}
.maB32_sp24 {
    margin-bottom: 32px !important;
}
.maB40, .maB40_sp32 {
    margin-bottom: 40px !important;
}
.maB48, .maB48_sp32 {
    margin-bottom: 48px !important;
}
.maB64_sp56 {
    margin-bottom: 64px !important;
}
.maB80_sp48 {
    margin-bottom: 80px !important;
}
.maB120_sp80 {
    margin-bottom: 120px !important;
}
.pc_maB8 {
    margin-bottom: 8px !important;
}
.pc_maB16 {
    margin-bottom: 16px !important;
}
.pc_maB24 {
    margin-bottom: 24px !important;
}
.pc_maB32 {
    margin-bottom: 32px !important;
}
.pc_maB40 {
    margin-bottom: 40px !important;
}
.pc_maB48 {
    margin-bottom: 48px !important;
}
.pc_maB56 {
    margin-bottom: 56px !important;
}
.pc_maB64 {
    margin-bottom: 64px !important;
}
.pc_maB72 {
    margin-bottom: 72px !important;
}
.pc_maB80 {
    margin-bottom: 80px !important;
}
/*-- SP用 ------------------------*/
@media all and (max-width:640px) {
    .maB32_sp24 {
        margin-bottom: 24px !important;
    }
    .maB0_sp32, .maB40_sp32, .maB48_sp32 {
        margin-bottom: 32px !important;
    }
    .maB80_sp48 {
        margin-bottom: 48px !important;
    }
    .maB64_sp56 {
        margin-bottom: 56px !important;
    }
    .maB120_sp80 {
        margin-bottom: 80px !important;
    }
    .sp_maB0 {
        margin-bottom: 0px !important;
    }
    .sp_maB8 {
        margin-bottom: 8px !important;
    }
    .sp_maB16 {
        margin-bottom: 16px !important;
    }
    .sp_maB24 {
        margin-bottom: 24px !important;
    }
    .sp_maB32 {
        margin-bottom: 32px !important;
    }
    .sp_maB40 {
        margin-bottom: 40px !important;
    }
    .sp_maB48 {
        margin-bottom: 48px !important;
    }
    .sp_maB56 {
        margin-bottom: 56px !important;
    }
    .sp_maB64 {
        margin-bottom: 64px !important;
    }
    .sp_maB72 {
        margin-bottom: 72px !important;
    }
    .sp_maB80 {
        margin-bottom: 80px !important;
    }
}

/** 内側余白（下） ********************/
.paB16 {
    padding-bottom: 16px !important;
}
.paB24 {
    padding-bottom: 24px !important;
}
.paB40 {
    padding-bottom: 40px !important;
}
.paB80_sp48 {
    padding-bottom: 80px !important;
}
/*-- SP用 ------------------------*/
@media all and (max-width:640px) {
    .paB80_sp48 {
        padding-bottom: 48px !important;
    }
}

/* ヘッダー、フッタースタイル */

html {
    height: auto;
}
/* 標準 */
.forSpBlock {
    display: none !important;
}
@media all and (max-width:640px)
{
    body .forPcBlock {
        display: none !important;
    }
    body .forSpBlock {
        display: block!important;
    }
}
.txtMagic {
    text-indent: 100% !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.megaMenu
{
    margin-top: 8px !important;
}
@media all and (max-width:640px)
{
    .megaMenu
    {
        margin-top: 0px !important;
    }
}
.footBreadCrumbArea
{
    font-size: 16px;
}
#smbcLine img
{
    vertical-align: middle;
}
#OperationCardArea{
    background-color: #ffffff;
}
#OperationCard {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0; /* コンテナはデフォルトで左右余白40px入るようにしているが、mainコンテナは0pxにする */
}
@media all and (max-width:640px)
{

    .footAreaTop .footAreaTop_items {
        margin-bottom: -16px !important;
    }
    .note > li::before {
        content: "※";
        display: block;
        position: absolute;
        left: 0;
    }
    .note li {
        position: relative;
        padding-left: 20px;
        line-height: 1.4;
    }
    .megaMenu_spBottom .note {
        font-size: 12px;
        margin-bottom: 30px !important;
    }
    .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
        margin-top: 10px !important;
    }
    .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item {
        margin-top: 10px !important;
    }
    .subMenu_modal_content .subMenu_dropdown_list {
        list-style: none;
        padding-left: 0px;
    }
    .subMenu_item {
        margin-top: 5px !important;
    }
    #OperationCard {
        margin: 0 auto;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.acdiBtn {
  color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #117766;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  margin-bottom: 0;
  border-bottom: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.acdiBtn:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transition: 0.6s;
  transform: rotate(180deg);
}
.acdiBtn:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -6px;
  transition: 0.3s;
  transform: rotate(90deg);
}
.acdiBtn.off:before {
  transform: rotate(180deg);
}
.acdiBtn.on:before {
  transform: rotate(0deg);
}
.acdiBtn.off:after {
  transform: rotate(90deg);
}
.acdiBtn.on:after {
  transform: rotate(0deg);
}

.txtMagic {
    text-indent: 100% !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/*** experience fragment ***/
/* 貸金業協会 */
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap {
  margin-bottom: 20px;
  line-height: 1.8;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap p + p {
  margin-top: 0;
  margin-bottom: 0;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap p.attension {
  font-weight: bold;
  color: #1a4832;
  font-size: 14px;
  margin-bottom: 5px;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap .cntJisa {
  margin-top: 0;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap .cntJisa p {
  font-size: 14px;
  margin-bottom: 5px;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap .cntJisa p:last-child {
  margin-bottom: 0;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap .cntJisa p:first-child {
  margin-bottom: 0;
}
.cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap p.cntJisaTitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap {
    margin-bottom: 16px;
  }
  .cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap .cntJisa p {
    margin-bottom: 0;
  }
  .cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap p.attension {
    margin-bottom: 10px;
  }
  .cmp-experiencefragment--kasikin_kyoukai .cntJisaWrap p.cntJisaTitle {
    margin-top: 16px;
  }
}

/* 貸金業番号 */
.cmp-experiencefragment--lending_information .cntJisaWrapBottomAddress {
  color: #666;
}
.cmp-experiencefragment--lending_information .cntJisaWrapBottomAddress p {
  margin: 0;
  font-size: 86%;
  line-height: normal;
}
/* experience fragment:ここまで */

/********** 余白設定 **********/
/* タイトル下 */
.title + .bps-youtube,
.title + .tagcontainer,
.title + .text_nyukai-togo,
.title + .bps-modal,
.title + .linkcontainer,
.title + .bps-image,
.title + .experiencefragment,
.title + .container,
.title + .bps-carousel,
.title + .button,
.title + .accordion {
  margin-top: 32px;
}

/* h1下にh2か本文がある時の余白を設定 */
.title:has(.cmp-title > h1) + .bps-section > .cmp-section > .title:first-child > .cmp-title > h2,
.title:has(.cmp-title > h1) + .bps-section > .cmp-section > .text_nyukai-togo:first-child,
.title:has(.cmp-title > h1) + .bps-section > .cmp-section > .container:first-child,
.title:has(.cmp-title > h1) + .bps-section > .cmp-section > div.button.text-link-A_Button:first-child {
  margin-top: 32px;
}

/* セパレータ */
.separator {
  margin-top: 32px;
}
.separator + .bps-youtube,
.separator + .tagcontainer,
.separator + .tabs,
.separator + .text_nyukai-togo,
.separator + .bps-modal,
.separator + .linkcontainer,
.separator + .bps-image,
.separator + .experiencefragment,
.separator + .container,
.separator + .bps-carousel,
.separator + .button,
.separator + .accordion {
  margin-top: 32px;
}

/* アコーディオン */
.accordion {
  margin-top: 32px;
}
.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .container,
.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .experiencefragment{
  margin-top: 16px;
}
.accordion > .cmp-accordion > .cmp-accordion__item > .cmp-accordion__panel > .container > .cmp-container > .aem-Grid > .container:not(.tagcontainer) > .cmp-container > .aem-Grid > .title:first-child .cmp-title__text{
  margin-top: 0px;
}

/*SP表示 アコーディオン */
@media all and (max-width:640px) {
  .accordion + .accordion {
    margin-top: 0px;
  }
}
/* アンカーリンク */
.container.anchor-sp-vertical,
.container.anchor-sp-side{
    margin-top: 32px;
}

@media all and (max-width:640px) {
  .anchor-sp-vertical > .cmp-container > .aem-Grid > .anchor-link_Button{
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 16px !important;
  }
  .anchor-sp-vertical > .cmp-container > .aem-Grid > .anchor-link_Button:first-child{
    margin-top: 0 !important;
  }
  .anchor-sp-side > .cmp-container > .aem-Grid > .anchor-link_Button{
    margin-right: 24px !important;
  }
}

/* テキストコンポーネント間 */
.text_nyukai-togo + .text_nyukai-togo {
  margin-top: 16px;
}
/* h4+テキストコンポーネント */
.title:has(.cmp-title > h4) + .text_nyukai-togo {
  margin-top: 8px;
}

/* テキストコンポーネント内 本文＋リンク */
.text_nyukai-togo .cmp-text p + p:has(a) {
  margin-top: 16px;
}
@media all and (max-width:640px) {
  .text_nyukai-togo .cmp-text p + p:has(a) {
    margin-top: 16px;
  }
}
/* テキストコンポーネント内 リンク＋本文 */
.text_nyukai-togo .cmp-text p:has(a) + p:not(:has(a)) {
  margin-top: 16px;
}
.text_nyukai-togo .cmp-text p:has(a) + p:has(.attention_gray),
.text_nyukai-togo .cmp-text p:has(a) + p:has(.attention_red) {
  margin-top: 0;
}
/* テキストコンポーネント内 リンク + リンク */
.text_nyukai-togo .cmp-text p:has(a) + p:has(a) {
  margin-top: 16px;
}
@media all and (max-width:640px) {
  /* テキストコンポーネント内 リンク + リンク */
  .text_nyukai-togo .cmp-text p:has(a) + p:has(a) {
    margin-top: 16px;
  }
}

/*左右均等揃え*/
.container > .cmp-container > .aem-Grid > .Equal_left_and_right .container{
  padding-top:20px;
}

.Equal_left_and_right > .cmp-container > .aem-Grid{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

 .Equal_left_and_right > .cmp-container > .aem-Grid > .container{
  width:210px;
  margin-top:0px;
}

/*SP用　左右均等揃え*/
@media all and (max-width:640px) { 
 .Equal_left_and_right > .cmp-container > .aem-Grid > .container{
   width:48%;
   margin-top:0px;
   }
}

.Equal_left_and_right > .cmp-container > .aem-Grid::before,
.Equal_left_and_right > .cmp-container > .aem-Grid::after{
 content:none;
}

.Equal_left_and_right > .cmp-container > .aem-Grid >.container >.cmp-container{
 padding:0px;
}

/*paddingB18*/
.paddingB18 > .animated > .cmp-image__link > .cmp-image__image{
  padding-bottom:18px;
}

/* リード文 */
.read {
  font-size: 20px;
  font-weight: bold;
}
.bps-image + .read {
  margin-top: 20px;
}
@media all and (max-width:640px) {
  .read {
    font-size: 18px;
    font-weight: bold;
  }
}

/* カルーセル */
/* ドットインジケータの高さ分領域を確保する */
.bps-carousel .cmp-carousel {
  padding-bottom: 27px;
}

/* 入会の流れ nyukai_flow nyukai_flow_step*/
.nyukai_flow_step {
  background-color: #EDF8F5;
}

.nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-color: #00846D;
  padding: 12px 0px;
}

.nyukai_flow_step > .cmp-container>.aem-Grid > .bps-image {
  margin-top: 0px;
}

.nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:nth-child(3) {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 6px;
  margin: 0px;
}

.nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:nth-child(4) {
  margin: 0px;
  padding: 0px 16px 48px;
}

.nyukai_flow {
  margin-top: 32px;
}

@media (min-width: 641px) {
  .nyukai_flow > .cmp-container > .aem-Grid {
    display: flex;
    justify-content: flex-start;
    max-width: 900px;
    margin: auto;
  }
  .nyukai_flow > .cmp-container > .aem-Grid > .container {
    width: 208px;
    margin-top: 0px;
    margin-right: 22px;
  }
  .nyukai_flow > .cmp-container > .aem-Grid > .container:last-child {
    margin-right: 0px;
  }
  .nyukai_flow > .cmp-container > .aem-Grid::before,
  .nyukai_flow > .cmp-container > .aem-Grid::after {
    content: none;
  }
  .nyukai_flow > .cmp-container > .aem-Grid > .container > .cmp-container{
    height: 100%;
  }

  .nyukai_flow > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid {
    position: relative;
    height: 100%;
  }

  .nyukai_flow > .cmp-container > .aem-Grid > .container > .cmp-container > .aem-Grid::after {
    position: absolute;
    right: -19px;
    top: calc(50% - 16px);
    content: '';
    height: 23px;
    width: 32px;
    border-style: none;
    transform: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='28' viewBox='0 0 18 28' fill='none'%3E  %3Cpath d='M18 14L0.75 27.8564L0.75 0.143594L18 14Z' fill='%2300846D'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }

  .nyukai_flow > .cmp-container > .aem-Grid > .container:last-child > .cmp-container > .aem-Grid::after {
    content: none;
  }
}

@media all and (max-width:640px) {
  .nyukai_flow_step > .cmp-container > .aem-Grid {
    display: flex;
    flex-wrap: wrap;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child {
    order: 1;
    width: 64px;
    font-size: 13px;
    padding: 3px 0;
    line-height: 1.6em;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:first-child span {
    margin-top: 0px;
    font-size:37px;
    font-weight: 500;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .bps-image:nth-child(2) {
    order: 3;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:nth-child(3) {
    order: 2;
    width: calc(100% - 64px);
    text-align: left;
    font-size: 20px;
    height: 64px;
    display: table;
    padding: 0px 16px;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:nth-child(3) > .cmp-text {
    display: table-cell;
    vertical-align: middle;
  }
  .nyukai_flow_step > .cmp-container > .aem-Grid > .text_nyukai-togo:nth-child(4) {
    order: 4;
    padding: 32px 16px;
  }
  
  .nyukai_flow_step + .nyukai_flow_step {
    margin-top: 20px;
  }
}

/*おすすめサービス_詳細*/
/*共通*/

.recommended_details>.cmp-container>.aem-Grid>.container{
  margin-top:32px;
}

.recommended_details>.cmp-container>.aem-Grid>.container:nth-child(2){
  margin-top: 32px;
} 

.recommended_details>.cmp-container>.aem-Grid::before,
.recommended_details>.cmp-container>.aem-Grid::after {
  content: none;
}

/*PC用*/

@media all and (min-width:641px) {
  .recommended_details>.cmp-container>.aem-Grid>.container:nth-child(1){
    margin-top: 32px;
  }

  .recommended_details>.cmp-container>.aem-Grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 100px;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container {
    width: 400px;
  }

  .recommended_details .pc_vertical_sp_side_L4R6>.cmp-container>.aem-Grid>.container:nth-child(2),
  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.text_nyukai-togo:nth-child(2) {
    margin-top: 24px;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.cont_bk_gray:nth-child(5) {
    margin-top: 0px;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.bps-image:nth-child(3) {
    margin-top: 16px;
  }

}

/*SP用*/

@media all and (max-width:640px) {

    .recommended_details>.cmp-container>.aem-Grid{
      margin-top:32px;
    }

  .recommended_details .pc_vertical_sp_side_L4R6>.cmp-container>.aem-Grid>.container:nth-child(2) {
    display: flex;
    align-items: center;
    width: 70%;
  }

  .recommended_details .pc_vertical_sp_side_L4R6>.cmp-container>.aem-Grid>.container:first-child {
    width: 30%;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.text_nyukai-togo:nth-child(4),
  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.text_nyukai-togo:nth-child(5) {
    margin-top: 0px;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.text_nyukai-togo:nth-child(2) {
    margin-top: 8px;
  }

  .recommended_details>.cmp-container>.aem-Grid>.container>.cmp-container>.aem-Grid>.cont_bk_gray {
    margin-top: 16px;
  }

}

/*アイコン付きタイトル*/

@media all and (max-width:640px) {
  
  .Title_with_icon > .cmp-title {
    text-indent:-32px;
    padding-left:32px;
  }

    .Title_with_icon:has(.cmp-title > h2) > .cmp-title{
    text-indent:-32px;
    padding-left:32px;
    border-bottom: 2px solid #DDD;
  }


  .Title_with_icon > .cmp-title > h2{
    border:none
  }
  
}
@media all and (max-width:640px) {
  .rwdMaT10{
    margin-top: 10px !important;
  }
}