/* company ---------------------------------------*/
.companysection:not(:last-child) {
  margin-bottom: 115px; }

/* greeting ---------------------------------------*/
.greetingkv {
  margin-bottom: 60px; }

.greeting-title {
  font-size: 34px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5; }

.greeting-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: justify; }

.greeting-president {
  margin-top: 25px;
  text-align: right;
  letter-spacing: 0.12em; }
  .greeting-president p {
    font-size: 18px; }
    .greeting-president p span {
      vertical-align: baseline; }
    .greeting-president p b {
      font-size: 28px;
      font-weight: normal;
      margin-left: 15px;
      vertical-align: baseline; }

/* outline ---------------------------------------*/
.partners-list > li {
  font-size: 16px;
  margin-bottom: 21px;
  line-height: 1.6;
  letter-spacing: 0.05em; }
  .partners-list > li a {
    display: block;
    position: relative; }
    .partners-list > li a:hover {
      text-decoration: underline; }
    .partners-list > li a[target="_blank"] {
      padding-left: 22px; }
      .partners-list > li a[target="_blank"]::before {
        display: block;
        content: '';
        background: url("../img/common/icon_blank.png") no-repeat left top;
        background-size: 100%;
        background-size: 100%;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 7px; }

/* management ---------------------------------------*/
.sloganbox {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #0666a8;
  border: solid 2px #d9d9d9;
  padding: 55px 0;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.07em; }

/* post ---------------------------------------*/
.post {
  min-height: 700px; }

/* history ---------------------------------------*/
.history-top {
  text-align: right;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 0.05em; }
  .history-top > span {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 28px;
    margin-left: 20px; }
    .history-top > span::after {
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .history-top > span.history-top-1::after {
      background: url("../img/companyprofile/history/icon_pict1.png") no-repeat 0 center;
      background-size: 100%;
      left: 10px; }
    .history-top > span.history-top-2::after {
      background: url("../img/companyprofile/history/icon_pict2.png") no-repeat left center;
      background-size: 22px;
      width: 22px;
      height: 21px; }
    .history-top > span.history-top-3::after {
      background: url("../img/companyprofile/history/icon_pict3.png") no-repeat left center;
      background-size: 100%;
      left: 10px; }

.history-inner {
  padding-left: 107px;
  background: url("../img/companyprofile/history/history_line.png") no-repeat left 35px;
  background-size: 80px; }

.history-list {
  font-size: 16px; }
  .history-list > li {
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.61;
    padding: 0px 0 0px;
    position: relative; }
    .history-list > li.height-line1 {
      height: 80px; }
    .history-list > li.height-line2 {
      height: 106px; }
    .history-list > li.height-line3 {
      height: 133px; }

.history-list-date {
  width: 190px;
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 17px;
  font-size: 14.5px;
  padding-top: 5px;
  letter-spacing: 0.06em; }
  .history-list-date::after {
    display: block;
    content: '';
    background: #aaa;
    background-size: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%; }
  .history-list-date.icon-1::after {
    background-color: #70AEE5; }
  .history-list-date.icon-2::after {
    background-color: #77CC76; }
  .history-list-date.icon-3::after {
    background-color: #A5C143; }
  .history-list-date.icon-4::after {
    background-color: #DDA846; }
  .history-list-date.icon-5::after {
    background-color: #42804A; }
  .history-list-date.icon-6::after {
    background-color: #459992; }
  .history-list-date.icon-7::after {
    background-color: #2B65A3; }

.history-list-text {
  position: absolute;
  left: 210px;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% - 210px);
  letter-spacing: 0.1em; }

/* breaches ---------------------------------------*/
.company-branches-allmap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  padding-right: 20px;
  letter-spacing: 0.1em; }
  .company-branches-allmap:hover {
    text-decoration: underline; }
  .company-branches-allmap::after {
    display: block;
    content: '';
    background: url("../img/common/icon_blank2.png") no-repeat left top;
    background-size: 100%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 0px;
    top: 50%; }

.icon-freecall {
  display: inline-block; }
  .icon-freecall::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/common/icon_freecall.png") 0 0 no-repeat;
    background-size: 100%;
    width: 19px;
    height: 15px; }

.icon-freedial {
  display: inline-block; }
  .icon-freedial::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url("../img/common/icon_freedial.png") 0 0 no-repeat;
    background-size: 100%;
    width: 22px;
    height: 13px; }

.company-map {
  margin-bottom: 0px; }
  .company-map iframe {
    width: 100%; }

.company-map-l {
  margin-bottom: 100px;
  text-align: right; }
  .company-map-l a {
    display: inline-block;
    font-size: 14px; }
    .company-map-l a::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background: url("../img/common/icon_pin_blue.png") 0 0 no-repeat;
      background-size: 100%;
      width: 10px;
      height: 17px; }
    .company-map-l a:hover {
      text-decoration: underline; }

.company-branches-area {
  font-size: 0px;
  padding-right: 20px; }
  .company-branches-area > li {
    width: 12.5%;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.3; }
    .company-branches-area > li a {
      display: block;
      border-left: 1px solid #b9b9b9;
      text-align: center;
      transition: all .25s ease; }
    .company-branches-area > li:nth-child(8) a, .company-branches-area > li:last-child a {
      border-right: 1px solid #b9b9b9; }
    .company-branches-area > li a:hover {
      background-color: #eee; }

.company-branches-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.company-branches-box-text {
  width: calc(100% - 100px);
  padding: 21px 0 21px 10px; }
  .company-branches-box-text p {
    line-height: 1.8;
    letter-spacing: 0.05em; }

.company-branches-box-link {
  width: 100px;
  text-align: right; }

.company-branches-box-map {
  display: inline-block;
  background: url("../img/common/icon_pin_blue.png") no-repeat center 13px #e5f7ff;
  background-size: 14px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.58px;
  padding-top: 35px;
  color: #0666a8;
  transition: all .25s ease; }
  .company-branches-box-map:hover {
    opacity: 0.7; }

.company-branches-contactbtn {
  display: block;
  padding: 26px 60px 26px 60px;
  background: linear-gradient(90deg, #00b3a1 0%, #1fdace 100%);
  color: #fff;
  text-align: center;
  transition: all .25s ease;
  line-height: 1.39;
  letter-spacing: 0.1em;
  font-size: 18px;
  position: relative; }
  .company-branches-contactbtn:hover {
    opacity: 0.7; }
  .company-branches-contactbtn::after {
    display: block;
    content: '';
    background: url("../img/common/icon_blank_white.png") no-repeat left top;
    background-size: 100%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    right: 40px;
    top: 50%; }

#companycontact .title-block {
  width: 500px;
  margin: 0 auto; }

.companycontact-table {
  border-top: 1px solid #d9d9d9;
  width: 500px;
  margin: 0 auto; }
  .companycontact-table th {
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
    line-height: 2.2;
    border-bottom: 1px solid #d9d9d9;
    width: 110px; }
  .companycontact-table td {
    vertical-align: middle;
    font-size: 16px;
    padding: 25px 0;
    line-height: 2.2;
    border-bottom: 1px solid #d9d9d9; }
    .companycontact-table td:nth-child(3) {
      width: 100px; }

.companycontact-inner {
  display: flex;
  justify-content: space-between; }
  .companycontact-inner p {
    padding: 3px 0; }
    .companycontact-inner p:last-child {
      width: 35%;
      text-align: right; }

.modal-map {
  max-width: 100%;
  width: 870px; }

.sub.title-section {
  padding: 30px 0 10px; }

.company-info-title {
  font-weight: bold; }

.company-honsha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .company-honsha .company-info-title {
    font-size: 1.2em; }
  .company-honsha .company-honsha-info {
    width: 100%; }

@media screen and (max-width: 767px) {
  .table.honsha th {
    padding: 7px; }

  .table.honsha td:first-of-type {
    padding: 15px 10px  0; }

  .table.honsha td:last-of-type {
    padding: 0 10px 15px; }

  .company-honsha-text {
    order: 1; }

  .company-honsha-info {
    order: 2; }

  .company-honsha .company-branches-box-link {
    order: 3; } }
/* privacy policy ---------------------------------------*/
.privacysection {
  margin-bottom: 70px; }
  .privacysection p {
    line-height: 1.85;
    letter-spacing: 0.1em; }
  .privacysection .title-block.is-number {
    margin-left: 1.85em;
    text-indent: -1.85em; }

/* fd ---------------------------------------*/
.table-fd {
  table-layout: fixed; }
  .table-fd td {
    text-align: center;
    border-right: 1px solid #d9d9d9; }
    .table-fd td.border-blank {
      border-right-width: 0; }
  .table-fd th {
    text-align: center;
    border-right: 1px solid #d9d9d9;
    background-color: #f2f7fb; }

.fd .title-block {
  border-left: #00a7e1 solid 5px;
  padding-left: 15px; }

.noticelist.w2 li {
  text-indent: -2em;
  margin-left: 2em; }

/* recruit ---------------------------------------*/
.table-recruit .list li {
  margin-bottom: 8px; }

.recruitstep-list {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .recruitstep-list li {
    width: 30%;
    border: solid 6px #f2f2f2;
    height: 180px;
    position: relative; }
    .recruitstep-list li:not(:last-child)::after {
      display: block;
      content: '';
      background: url("../img/companyprofile/recruit/arrow_recriut_step.png") no-repeat left top;
      background-size: 100%;
      width: 12px;
      height: 23px;
      margin-top: -11px;
      position: absolute;
      right: -30px;
      top: 50%; }
    .recruitstep-list li p {
      position: absolute;
      left: 0%;
      top: 50%;
      transform: translate(0%, -50%);
      text-align: center;
      line-height: 1.8;
      text-align: center;
      width: 100%; }

.table-recruittreatment th {
  background: none;
  padding: 25px 0;
  width: 90px;
  vertical-align: top; }
.table-recruittreatment tr:first-child th, .table-recruittreatment tr:first-child td {
  padding-top: 0; }
.table-recruittreatment tr:last-child th, .table-recruittreatment tr:last-child td {
  border: none;
  padding-bottom: 0; }
.table-recruittreatment .list-simple li {
  margin-bottom: 10px; }

.table-recruittreatment .list-simple {
  display: inline-block; }
  .table-recruittreatment .list-simple:not(:first-child) {
    margin-left: 20px; }
.table-recruittreatment small {
  display: block;
  font-size: 14px; }

.recruitvoice-list > li {
  margin-bottom: 40px;
  padding: 60px 50px;
  background-color: #f2f7fb; }
  .recruitvoice-list > li:last-child {
    margin-bottom: 0; }

.recruitvoice-list-inner {
  display: flex;
  justify-content: space-between; }

.recruitvoice-list-detail {
  width: calc(100% - 190px); }

.recruitvoice-list-title {
  font-size: 20.5px;
  font-weight: bold;
  line-height: 1.49;
  letter-spacing: 0.82px;
  margin-bottom: 15px; }

.recruitvoice-list-text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.64px; }

.recruitvoice-list-image {
  width: 148px; }
  .recruitvoice-list-image img {
    width: 100%; }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .main {
    width: calc(100% - 235px);
    min-height: 0;
    padding-right: 30px; }

  /* history */
  .history-list-date {
    width: 160px;
    font-size: 13px; }

  .history-list-text {
    font-size: 13px;
    line-height: 1.4;
    width: calc(100% - 170px);
    left: 170px; }
    .history-list-text br.pc {
      display: none; }

  /* branches */
  .company-branches-allmap {
    top: 100px; }

  .company-branches-area > li {
    width: 25%; }
    .company-branches-area > li:nth-child(4n) a {
      border-right: 1px solid #b9b9b9; } }
@media screen and (max-width: 1080px) {
  .table-fd {
    table-layout: auto; }
    .table-fd th, .table-fd td {
      padding: 12px; }

  .pc-only {
    display: none; } }
@media screen and (max-width: 768px) {
  /* company ---------------------------------------*/
  .companysection:not(:last-child) {
    margin-bottom: 100px; }

  /* greeting ---------------------------------------*/
  .greetingkv {
    margin-bottom: 40px; }

  .greeting-title {
    font-size: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px; }

  .greeting-text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em; }

  .greeting-president {
    margin-top: 40px; }
    .greeting-president p {
      font-size: 18px; }
      .greeting-president p span {
        display: block; }
      .greeting-president p b {
        font-size: 28px;
        margin-left: 0px; }

  /* management ---------------------------------------*/
  .sloganbox {
    padding: 27px 0;
    font-size: 25px; }

  /* post ---------------------------------------*/
  .post {
    min-height: 0px; }

  /* history ---------------------------------------*/
  .history-top {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px; }
    .history-top > span {
      display: block;
      position: relative;
      padding: 8px 0 8px 25px;
      margin-left: 0px; }
      .history-top > span::after {
        left: 0; }
      .history-top > span.history-top-1::after, .history-top > span.history-top-3::after {
        left: 5px; }

  .history-inner {
    min-width: 0px;
    padding-left: 50px;
    background: url("../img/companyprofile/history/history_line_sp.png") no-repeat left 37px;
    background-size: 40px; }

  .history-list {
    font-size: 16px; }
    .history-list > li {
      display: block;
      border-bottom: 1px solid #d9d9d9;
      padding: 25px 0 26px; }
      .history-list > li:nth-child(1) {
        height: 135px; }
      .history-list > li:nth-child(2) {
        height: 160px; }
      .history-list > li:nth-child(3) {
        height: 162px; }
      .history-list > li:nth-child(4) {
        height: 110px; }
      .history-list > li:nth-child(5) {
        height: 137px; }
      .history-list > li:nth-child(6) {
        height: 133px; }
      .history-list > li:nth-child(7) {
        height: 132px; }
      .history-list > li:nth-child(8) {
        height: 162px; }
      .history-list > li:nth-child(9), .history-list > li:nth-child(10), .history-list > li:nth-child(11), .history-list > li:nth-child(12), .history-list > li:nth-child(13) {
        height: 135px; }
      .history-list > li:nth-child(14) {
        height: 160px; }
      .history-list > li:nth-child(15) {
        height: 135px; }
      .history-list > li:nth-child(16) {
        height: 185px; }
      .history-list > li:nth-child(17) {
        height: 160px; }
      .history-list > li:nth-child(18) {
        height: 207px; }
      .history-list > li:nth-child(19) {
        height: 160px; }
      .history-list > li:nth-child(20) {
        height: 241px; }
      .history-list > li:nth-child(21), .history-list > li:nth-child(22) {
        height: 160px; }
      .history-list > li:nth-child(23), .history-list > li:nth-child(24) {
        height: 185px; }
      .history-list > li:nth-child(25) {
        height: 135px; }
      .history-list > li:nth-child(26) {
        height: 112px; }
      .history-list > li:nth-child(27) {
        height: auto; }

  .history-list-date {
    width: auto;
    padding-left: 17px;
    font-weight: bold;
    font-size: 14.5px;
    padding-top: 5px;
    margin-bottom: 5px;
    color: #666666;
    position: relative;
    top: auto; }

  .history-list-text {
    width: auto;
    left: 0;
    top: 0;
    position: relative;
    transform: translate(0, 0); }

  /* breaches ---------------------------------------*/
  .sp-branches-tel {
    display: block;
    color: #06a528;
    background: #DDF4E0;
    padding: 12px;
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.0; }
    .sp-branches-tel::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background: url("../img/common/icon_tel_green.png") 0 0 no-repeat;
      background-size: 100%;
      width: 17px;
      height: 17px; }

  .company-branches-allmap {
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0, 0); }

  .sptel a {
    text-decoration: underline; }

  .company-map {
    margin-bottom: 5px;
    height: 250px; }
    .company-map iframe {
      width: 100%;
      height: 100%; }

  .company-map-l {
    margin-bottom: 60px; }
    .company-map-l a::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      background: url("../img/common/icon_pin_blue.png") 0 0 no-repeat;
      background-size: 100%;
      width: 10px;
      height: 17px; }
    .company-map-l a:hover {
      text-decoration: underline; }

  .company-branches-area {
    font-size: 0px;
    padding-right: 20px; }
    .company-branches-area > li {
      width: 33.33%;
      margin-bottom: 21px; }
      .company-branches-area > li a {
        padding: 2px 0; }
      .company-branches-area > li:nth-child(3n) a {
        border-right: 1px solid #b9b9b9; }
      .company-branches-area > li:nth-child(8) a {
        border-right: none; }
      .company-branches-area > li a:hover {
        background: none; }

  .company-branches-box {
    display: block; }

  .company-branches-box-text {
    width: auto;
    padding: 0px;
    margin-bottom: 20px; }
    .company-branches-box-text p {
      line-height: 1.8;
      letter-spacing: 0.05em; }

  .company-branches-box-link {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 33px; }
    .company-branches-box-link .sp-branches-tel {
      width: calc(35% - 5px); }

  .company-branches-box-map {
    background: #e5f7ff;
    background-size: 18px;
    width: 100%;
    height: auto;
    padding: 12px;
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.0; }
    .company-branches-box-map::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      background: url(../img/common/icon_pin_blue.png) 0 0 no-repeat;
      background-size: 100%;
      width: 13px;
      height: 18px;
      position: relative;
      top: -2px; }
    .company-branches-box-map:hover {
      opacity: 1; }

  .company-branches-contactbtn:hover {
    opacity: 1; }
  .company-branches-contactbtn::after {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0%;
    margin-left: 5px; }

  .companycontact-table {
    display: block;
    border: none;
    width: 100%; }
    .companycontact-table tbody, .companycontact-table tr, .companycontact-table th, .companycontact-table td {
      display: block;
      border: none;
      width: 100%; }

  #companycontact .title-block {
    width: 100%; }

  .companycontact-table {
    width: 100%;
    border-bottom: 1px solid #d9d9d9; }
    .companycontact-table tr {
      border-top: 1px solid #d9d9d9; }
    .companycontact-table th {
      vertical-align: middle;
      font-weight: bold;
      font-size: 16px;
      padding: 30px 0 20px;
      line-height: 2.2; }
    .companycontact-table td {
      vertical-align: middle;
      font-size: 16px;
      padding: 0px 0 10px;
      line-height: 2.2; }
      .companycontact-table td:nth-child(3) {
        width: 100%; }

  .sp-companycontact-tel {
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    display: block;
    color: #06a528;
    background: #DDF4E0;
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.0;
    text-indent: -99em; }
    .sp-companycontact-tel::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url(../img/common/icon_tel_green.png) 0 0 no-repeat;
      background-size: 100%;
      width: 17px;
      height: 17px; }

  .companycontact-inner {
    overflow: hidden;
    display: block;
    margin-bottom: 23px; }
    .companycontact-inner p {
      padding: 0 0;
      line-height: 1.5; }
      .companycontact-inner p:last-child {
        width: 100%;
        text-align: left; }

  .modal-map {
    max-width: 100%;
    width: 870px; }

  /* privacy policy ---------------------------------------*/
  .privacysection {
    margin-bottom: 50px; }
    .privacysection p {
      line-height: 1.85;
      letter-spacing: 0.1em; }

  /* fd ---------------------------------------*/
  .table-fd tbody, .table-fd table.table-fd {
    width: 100%;
    display: block; }

  .table-fd {
    table-layout: auto; }
    .table-fd tr {
      display: flex; }
    .table-fd td, .table-fd th {
      border: 1px solid #d9d9d9;
      text-align: left;
      padding: 10px 20px;
      display: block;
      flex: 1;
      font-size: 14px; }

  /* recruit ---------------------------------------*/
  .recruitstep-list {
    display: block; }
    .recruitstep-list li {
      width: 100%;
      height: 120px;
      margin-bottom: 35px; }
      .recruitstep-list li:last-child {
        margin-bottom: 0; }
      .recruitstep-list li:not(:last-child)::after {
        transform: rotate(90deg);
        width: 14px;
        height: 26px;
        margin-top: -11px;
        position: absolute;
        right: auto;
        left: 50%;
        top: auto;
        bottom: -36px;
        margin-left: -10px; }

  .table-recruittreatment {
    display: block;
    width: 100%; }
    .table-recruittreatment tbody, .table-recruittreatment tr, .table-recruittreatment th, .table-recruittreatment td {
      display: block;
      width: 100%; }
    .table-recruittreatment tr {
      padding: 15px 0; }
      .table-recruittreatment tr:first-child {
        padding-top: 0; }
      .table-recruittreatment tr:last-child {
        padding-bottom: 0;
        border: none; }
    .table-recruittreatment th, .table-recruittreatment td {
      padding: 5px 0;
      vertical-align: top; }
    .table-recruittreatment .list-simple li {
      margin-bottom: 5px; }

  .table-recruittreatment .list-simple {
    display: inline-block; }
    .table-recruittreatment .list-simple:not(:first-child) {
      margin-left: 0px; }
  .table-recruittreatment small {
    font-size: 13px; }

  .recruitvoice-list > li {
    margin-bottom: 30px;
    padding: 30px 20px; }
    .recruitvoice-list > li:last-child {
      margin-bottom: 0; }

  .recruitvoice-list-inner {
    flex-wrap: wrap; }

  .recruitvoice-list-detail {
    width: 100%;
    order: 2;
    padding-top: 20px; }

  .recruitvoice-list-title {
    font-size: 20px;
    margin-bottom: 12px; }

  .recruitvoice-list-text {
    line-height: 1.9; }

  .recruitvoice-list-image {
    width: 100%;
    order: 1;
    text-align: center; }
    .recruitvoice-list-image img {
      width: 50%; } }
ol.list-marumoji li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.73;
  position: relative;
  list-style: none;
  list-style-position: outside;
  padding-left: 1.5em; }
  ol.list-marumoji li span {
    position: absolute;
    left: 0;
    margin: 0; }

.privacysection .title-block.is-number {
  margin-left: 0em;
  text-indent: 0em; }

.pdf:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url(/img/common/icon_pdf.png) 0 0 no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  /*position: absolute;
  top: 50%;
  z-index: 20;
  transform: translate(0, -50%);*/ }
