/* Block Grid */
  
  #info-wrapper * {
    box-sizing: border-box;
  }
  
  #info-wrapper img {
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
  }
  
  #info-wrapper a {
    font-size: 1.4em;
  }
  
  #info-wrapper p {
    font-size: 1.25em;
    line-height: 1.175em;
    margin: 0.5em 0;
  }
  #info-wrapper p.req {
    color: #777;
    font-size: 1.125em;
  }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
.small-block-grid-1 > li {
  list-style: none;
  width: 100%; }
.small-block-grid-1 > li:nth-of-type(1n) {
  clear: none; }
.small-block-grid-1 > li:nth-of-type(1n+1) {
  clear: both; }

.small-block-grid-2 > li {
  list-style: none;
  width: 50%; }
.small-block-grid-2 > li:nth-of-type(1n) {
  clear: none; }
.small-block-grid-2 > li:nth-of-type(2n+1) {
  clear: both; }

.small-block-grid-3 > li {
  list-style: none;
  width: 33.33333%; }
.small-block-grid-3 > li:nth-of-type(1n) {
  clear: none; }
.small-block-grid-3 > li:nth-of-type(3n+1) {
  clear: both; }
}

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
}

@media only screen and (min-width: 768px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
}

/* 研修制度用 ボタン */
.button-wrapper {
  margin: 0 auto;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .button-wrapper {
  margin: 0 auto;
  width: 90%;
}
}

.button-career {
  border-radius: 0;　/*6px*/
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  margin: 0 0;　/*0 0 1.25rem*/
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1.5em;
  background-color: #0062b0;
  color: #fff;
  transition: background-color 300ms ease-out;
}
button-career:hover, button-career:focus, .button-career:hover, .button-career:focus {
    background-color: #004C89;
    text-decoration: none; }
button-career.secondary, .button-career.secondary {
    background-color: #4db6ac;
    color: #fff; }
button-career.secondary:hover, button-career.secondary:focus, .button-career.secondary:hover, .button-career.secondary:focus {
    background-color: #2285a2;
    text-decoration: none; }
button-career.third, .button-career.third {
    background-color: #fb8c00;
    color: #fff; }
button-career.third:hover, button-career.third:focus, .button-career.third:hover, .button-career.third:focus {
    background-color: #d56700;
    text-decoration: none; }
button-career.fourth, .button-career.fourth {
    background-color: #cf2b2e;
    color: #fff; }
button-career.fourth:hover, button-career.fourth:focus, .button-career.fourth:hover, .button-career.fourth:focus {
    background-color: #9d2022;
    text-decoration: none; }

/* ラベル */
.label {
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1.5em;
  background-color: #0062b0;
  color: #fff;
}

.fc_red {
	color: #ff0000;
}

.number {
	font-size: 1.4rem;
	line-height: 2.2rem;
	list-style-type: decimal;
	margin-left: 35px;
	margin-right: 20px;
}

.number li {
	margin-bottom: 18px;
}
  