.page-link-items-btn {
  width: 88.8%;
  margin: 0 auto 50px;
}
.page-link-items-btn ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-link-items-btn ul li {
  width: 49%;
  height: 40px;
  margin: 0 0 5px;
  display: table;
  text-align: center;
}
.page-link-items-btn ul li a {
  display: table-cell;
  vertical-align: middle;
  background: #a6a6a6;
  border: 1px solid #8c8c8c;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .page-link-items-btn {
    width: 800px;
    margin: 0 auto 60px;
  }
  .page-link-items-btn ul {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-link-items-btn ul li {
    width: 20%;
    height: 30px;
    margin: 0 5px 5px;
    display: table;
    text-align: center;
  }
  .page-link-items-btn ul li a {
    display: table-cell;
    vertical-align: middle;
    background: #a6a6a6;
    border: 1px solid #8c8c8c;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
  }
  .page-link-items-btn ul li a:hover {
    background: #c0c0c0;
  }
}
.info-emergency {
  border: 2px solid #ed5711;
  background: #fdeee7;
  padding: 22px 15px;
  width: 90.625%;
  margin: 0 auto 40px;
  font-size: 14px;
  color: #ed5611;
  line-height: 1.6;
  font-weight: bold;
}
.info-emergency a {
  text-decoration: underline;
  color: #ed5611;
}

@media print, screen and (min-width: 768px) {
  .info-emergency {
    width: 1200px;
    margin: 0 auto 60px;
    font-size: 16px;
    padding: 25px 30px;
  }
  .info-emergency a:hover {
    text-decoration: none;
  }
}
/*********************************************
form
*********************************************/
.rabel-require {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ed5611;
  position: relative;
  top: -2px;
  left: 2px;
}
.rabel-require.no-left {
  left: 0;
}

.form-error {
  border: 1px solid #ed5711;
  background: #fdeee7;
  padding: 22px 15px;
  margin-bottom: 25px;
}

.form-error-tit {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ed5711;
  padding-bottom: 20px;
  margin-bottom: 22px;
  line-height: 1.6;
  color: #ed5611;
}

.form-error-items li {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #ed5611;
  font-size: 15px;
  font-size: 1.5rem;
}
.form-error-items li span {
  color: #1a1a1a;
  font-weight: 700;
}
.form-error-items li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 350px) {
  .form-error-tit {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .form-error-items li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.form-select {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  font-size: 13px;
  font-weight: 500;
}
.form-select:before {
  position: absolute;
  display: block;
  content: '';
  height: 36px;
  width: 1px;
  top: 0;
  right: 39px;
  background: #ccc;
  pointer-events: none;
  z-index: 3;
}
.form-select:after {
  position: absolute;
  display: block;
  content: '';
  top: 15px;
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(../img/common/arrow_btm_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 3;
}
.form-select select {
  width: 100%;
  height: 36px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 12px;
  border: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #5a4f4a;
  border: 1px solid #ccc;
  z-index: 1;
}

.layout-adress {
  width: 100%;
  display: table;
}

.layout-adress div {
  display: table-cell;
  vertical-align: middle;
}

.layout-adress-mark {
  width: 1em;
  padding-right: 5px;
}

.layout-adress-hyphen {
  width: 1em;
  padding: 0 5px;
}

.layout-pref {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

.layout-pref-select,
.layout-pref-txt {
  display: table-cell;
  vertical-align: middle;
}

.layout-pref-txt {
  width: 5em;
  padding-right: 5px;
}

/* radio */
.form-radio input[type=radio] {
  display: inline-block;
  display: none;
  margin: 0;
}

.form-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 7px 5px 8px 26px;
  margin-right: 0px;
}

.form-radio input[type=radio] + label::before,
.form-radio input[type=radio] + label::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.form-radio input[type=radio] + label::before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
  border: 1px solid #666;
}

.form-radio input[type=radio] + label::after {
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}

.form-radio input[type=radio]:checked + label::after {
  background: #f17841;
}

/* form-checkbox */
.form-privacy {
  background: #ebebeb;
  padding: 28px 15px;
}

.form-checkbox li {
  display: inline;
  margin-bottom: 2px;
}
.form-checkbox li:last-child {
  margin-bottom: 0;
}

.form-checkbox input[type=checkbox] {
  display: inline-block;
  display: none;
  margin: 0;
}

.form-checkbox label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0 0 0 32px;
  line-height: 1.8;
}

.form-checkbox label::after {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 0;
}

.form-checkbox input[type=checkbox] + label::after {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_checkbox_sp.png) 0 0 no-repeat;
  background-size: 18px 36px;
}

.form-checkbox input[type=checkbox]:checked + label::after {
  background: url(../img/common/icon_checkbox_sp.png) 0 -18px no-repeat;
  background-size: 18px 36px;
}

.form-btn-items li {
  margin-bottom: 22px;
}
.form-btn-items li:last-child {
  margin-bottom: 0;
}

.button-form {
  border: none;
  width: 100%;
  max-width: 242px;
  height: 60px;
  display: block !important;
  position: relative;
  background: #ffd97f;
  border: 1px solid #e6bc5c;
  color: #1a1a1a;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.button-form.button-form-send:after {
  position: absolute;
  display: block;
  content: '';
  top: 24px;
  right: 25px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_next.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: none;
}
.button-form.button-form-back {
  background: #fff;
  border: 1px solid #ccc;
  color: #1a1a1a;
}
.button-form.button-form-back:after {
  position: absolute;
  display: block;
  content: '';
  top: 24px;
  left: 25px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: none;
}

.zenkaku {
  display: none;
}

.state-error {
  background: #fbdbcd !important;
}

@media print, screen and (min-width: 768px) {
  .rabel-require {
    font-size: 16px;
    font-size: 1.6rem;
    top: -2px;
    left: 2px;
  }

  .zenkaku {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  textarea.input-s,
  input[type="tel"].input-s,
  input[type="email"].input-s,
  input[type=text].input-s {
    width: 280px;
  }

  textarea.input-l,
  input[type="tel"].input-l,
  input[type="email"].input-l,
  input[type=text].input-l {
    width: 560px;
  }

  .form-error {
    padding: 20px 60px;
    margin-bottom: 25px;
    text-align: center;
  }

  .form-error-tit {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 15px;
    margin-bottom: 22px;
    line-height: 1;
  }

  .form-error-items li {
    margin-bottom: 5px;
    line-height: 1.4;
    color: #ed5611;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-error-items li span {
    color: #1a1a1a;
    font-weight: 700;
  }
  .form-error-items li:last-child {
    margin-bottom: 0;
  }

  .form-select {
    display: block;
    position: relative;
    width: 176px;
    height: 32px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .form-select:before {
    height: 32px;
    right: 25px;
  }
  .form-select:after {
    top: 14px;
    right: 8px;
    width: 10px;
    height: 6px;
  }
  .form-select select {
    width: 100%;
    height: 32px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 12px;
    border: none;
    position: relative;
    color: #5a4f4a;
    border: 1px solid #ccc;
    z-index: 1;
  }

  .layout-adress {
    width: 320px;
    display: table;
    margin-bottom: 0;
  }
  .layout-adress textarea,
  .layout-adress input[type="tel"],
  .layout-adress input[type="email"],
  .layout-adress input[type=text] {
    width: 96px;
  }

  .layout-adress div {
    display: table-cell;
    vertical-align: middle;
  }

  .layout-adress-input02,
  .layout-adress-input01 {
    width: 96px;
  }

  .layout-adress-mark {
    width: 1em;
    padding-right: 5px;
    padding-left: 5px;
  }

  .layout-adress-hyphen {
    width: 1em;
    padding: 0 5px;
  }

  .layout-pref {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }

  .layout-pref-select,
  .layout-pref-txt {
    display: table-cell;
    vertical-align: middle;
  }

  .layout-pref-txt {
    width: 5em;
    padding-right: 5px;
  }

  /* radio */
  .form-radio {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-radio li {
    margin-right: 40px;
  }
  .form-radio li:last-child {
    margin-right: 0;
  }

  .form-radio input[type=radio] + label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px 0 26px;
    margin-right: 0px;
  }

  /* form-checkbox */
  .form-privacy {
    width: 920px;
    margin: 0 auto;
    padding: 32px 0 32px 260px;
  }

  .form-checkbox li {
    display: inline;
    margin-bottom: 2px;
  }
  .form-checkbox li:last-child {
    margin-bottom: 0;
  }

  .form-checkbox input[type=checkbox] {
    display: inline-block;
    display: none;
    margin: 0;
  }

  .form-checkbox label {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 0 0 0 28px;
    line-height: 1;
  }

  .form-checkbox label::after {
    top: 0px;
  }

  .form-btn-items {
    position: relative;
    width: 100%;
    height: 70px;
  }
  .form-btn-items li {
    position: absolute;
    margin-bottom: 0;
  }
  .form-btn-items li:first-child {
    margin-bottom: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
  }
  .form-btn-items li:last-child {
    margin-bottom: 0;
    top: 10px;
    left: 0;
    width: 200px;
  }

  .button-form {
    max-width: 300px;
    height: 70px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
  }
  .button-form:hover {
    background: #c2c2c2;
    background: #fbe3a9;
  }
  .button-form.button-form-send:after {
    top: 29px;
    right: 35px;
    display: block;
  }
  .button-form.button-form-back {
    max-width: 200px;
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
    color: #1a1a1a;
  }
  .button-form.button-form-back:after {
    top: 19px;
    left: 35px;
    display: block;
  }
  .button-form.button-form-back:hover {
    background: #f4f4f4;
  }
}
.page-link-items {
  margin-bottom: 30px;
}
.page-link-items.type-btm {
  margin-top: 50px;
  margin-bottom: 0;
}
.page-link-items.type-btm ul li a:after {
  background: url(../img/common/arrow_top_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.page-link-items ul {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.page-link-items ul li {
  width: 50%;
  height: 46px;
  display: table;
}
.page-link-items ul li a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.page-link-items ul li a:after {
  position: absolute;
  display: block;
  content: '';
  top: 20px;
  right: 12px;
  width: 10px;
  height: 6px;
  background: url(../img/common/arrow_btm_gray.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .page-link-items {
    margin-bottom: 60px;
  }
  .page-link-items.type-btm {
    margin-top: 60px;
  }
  .page-link-items.type-btm ul li a:hover:after {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .page-link-items ul li {
    width: 210px;
  }
  .page-link-items ul li:first-child {
    width: 209px;
  }
  .page-link-items ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .page-link-items ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    right: 20px;
    -webkit-transition: transform 0.3s 0s ease;
    -moz-transition: transform 0.3s 0s ease;
    transition: transform 0.3s 0s ease;
  }
  .page-link-items ul li a:hover {
    background: #f8f8f8;
  }
  .page-link-items ul li a:hover:after {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/*********************************************
list
*********************************************/
.dl-circle-items {
  margin-left: 5px;
}
.dl-circle-items dt {
  margin-bottom: 10px;
  padding-left: 1.4em;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
.dl-circle-items dt span {
  font-weight: normal;
  font-weight: 400;
}
.dl-circle-items dt div {
  width: 1.4em;
  color: #ed5611;
  position: absolute;
  top: 0;
  left: 0;
}
.dl-circle-items dd {
  position: relative;
  top: -4px;
  margin-bottom: 8px;
  margin-left: 18px;
}
.dl-circle-items dd:last-child {
  margin-bottom: 0;
}

.num-circle-items li {
  margin-bottom: 18px;
  padding-left: 32px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
.num-circle-items li span {
  padding-left: 2px;
  font-weight: 400;
}
.num-circle-items li .circle {
  width: 24px;
  height: 24px;
  display: table;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ed5611;
  overflow: hidden;
}
.num-circle-items li .circle div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  left: 1px;
}

.num-circle-dl {
  margin-top: 13px;
}
.num-circle-dl dt {
  margin-bottom: 10px;
  padding-left: 32px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  font-weight: 700;
}
.num-circle-dl dt span {
  padding-left: 2px;
  font-weight: 400;
}
.num-circle-dl dt .circle {
  width: 24px;
  height: 24px;
  display: table;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ed5611;
  overflow: hidden;
}
.num-circle-dl dt .circle div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  left: 1px;
}
.num-circle-dl dd {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
}

/* list-indent */
.tit-bold-indent {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.tit-bold-indent.btm-box {
  margin-bottom: 15px;
}
.tit-bold-indent span {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
  width: 1.3em;
}
.tit-bold-indent.type-02 {
  padding-left: 2em;
}
.tit-bold-indent.type-02 span {
  width: 2em;
}

html.user-ie-11 .tit-bold-indent {
  padding-left: 1.6em;
}
html.user-ie-11 .tit-bold-indent span {
  width: 1.6em;
}
html.user-ie-11 .tit-bold-indent.type-02 {
  padding-left: 3.2em;
}
html.user-ie-11 .tit-bold-indent.type-02 span {
  width: 3.2em;
}

.list-indent {
  margin-left: 4px;
  margin-right: 4px;
}
.list-indent.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.list-indent li {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0;
  line-height: 1.6;
}
.list-indent li.fs-s {
  font-size: 12px;
  font-size: 1.2rem;
}
.list-indent li.fs-m {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li span.indent.indent-r {
  text-align: right;
  padding-right: 1em;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
}
.list-indent .indent-01-half {
  padding-left: 0.6em;
}
.list-indent .indent-01-half span.indent {
  width: 0.6em;
  left: 0;
}
.list-indent .indent-01-min {
  padding-left: 1.1em;
}
.list-indent .indent-01-min span.indent {
  width: 1.1em;
  left: 0;
}
.list-indent li.indent-01 {
  padding-left: 1.3em;
}
.list-indent li.indent-01 span.indent {
  width: 1.3em;
  left: 0;
}
.list-indent li.indent-02 {
  padding-left: 2em;
}
.list-indent li.indent-02 span.indent {
  width: 2em;
  left: 0;
}
.list-indent li.indent-03 {
  padding-left: 3.0em;
}
.list-indent li.indent-03 span.indent {
  width: 3em;
  left: 0;
}
.list-indent li.indent-035 {
  padding-left: 3.5em;
  letter-spacing: 0.00;
}
.list-indent li.indent-035 span.indent {
  width: 3.5em;
  left: 0;
}
.list-indent li.indent-04 {
  padding-left: 4.0em;
}
.list-indent li.indent-04 span.indent {
  width: 4em;
  left: 0;
}
.list-indent li.indent-05 {
  padding-left: 5.0em;
}
.list-indent li.indent-05 span.indent {
  width: 5em;
  left: 0;
}
.list-indent li.indent-06 {
  padding-left: 6.0em;
}
.list-indent li.indent-06 span.indent {
  width: 6em;
  left: 0;
}
.list-indent li.indent-07 {
  padding-left: 7em;
}
.list-indent li.indent-07 span.indent {
  width: 7em;
  left: 0;
}
.list-indent.sp-block {
  margin-left: 0;
  margin-right: 0;
}
.list-indent.sp-block li.indent-01,
.list-indent.sp-block li.indent-02,
.list-indent.sp-block li.indent-03,
.list-indent.sp-block li.indent-035,
.list-indent.sp-block li.indent-04,
.list-indent.sp-block li.indent-05,
.list-indent.sp-block li.indent-06,
.list-indent.sp-block li.indent-07 {
  padding-left: 0;
}
.list-indent.sp-block li {
  position: relative;
  padding-left: 0;
  margin-bottom: 6px;
}
.list-indent.sp-block li:last-child {
  margin-bottom: 0;
}
.list-indent.sp-block li span.indent {
  position: relative;
  text-align: left;
  display: block;
  top: 0;
  left: 0;
  margin-bottom: 2px;
}

@media print, screen and (min-width: 768px) {
  /* list-indent */
  .list-indent {
    margin-left: 4px;
    margin-right: 4px;
  }
  .list-indent.sp-block {
    margin-left: 0;
    margin-right: 0;
  }
  .list-indent.sp-block li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
  }
  .list-indent.sp-block li:last-child {
    margin-bottom: 0;
  }
  .list-indent.sp-block li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }
  .list-indent li {
    position: relative;
    padding-left: 1.0em;
    margin-bottom: 0;
  }
  .list-indent li.fs-s {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-indent li.fs-m {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .list-indent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0;
    left: 0;
  }
  .list-indent li.indent-04 {
    padding-left: 4.0em !important;
  }
  .list-indent li.indent-05 {
    padding-left: 5.0em !important;
  }
  .list-indent li.indent-06 {
    padding-left: 6.0em !important;
  }
  .list-indent li.indent-07 {
    padding-left: 7.0em !important;
  }
  .list-indent li:last-child {
    margin-bottom: 0;
  }

  .dl-circle-items {
    margin-left: 6px;
  }
  .dl-circle-items dt {
    margin-bottom: 10px;
    padding-left: 1.4em;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .dl-circle-items dd {
    position: relative;
    top: -4px;
    margin-bottom: 8px;
    margin-left: 18px;
  }
  .dl-circle-items dd:last-child {
    margin-bottom: 0;
  }

  .num-circle-items li {
    margin-bottom: 18px;
    padding-left: 38px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .num-circle-items li span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .num-circle-items li .circle {
    width: 30px;
    height: 30px;
    top: -2px;
  }
  .num-circle-items li .circle div {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    left: 1px;
  }

  .num-circle-dl {
    margin-top: 24px;
  }
  .num-circle-dl dt {
    margin-bottom: 10px;
    padding-left: 38px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .num-circle-dl dt span {
    padding-left: 2px;
    font-weight: 400;
  }
  .num-circle-dl dt .circle {
    width: 30px;
    height: 30px;
    top: -2px;
  }
  .num-circle-dl dt .circle div {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    left: 1px;
  }
  .num-circle-dl dd {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html.user-ie-11 .list-indent li.indent-04 {
  padding-left: 5em !important;
}
html.user-ie-11 .list-indent li.indent-04 span.indent {
  width: 5em;
  left: 0;
}
html.user-ie-11 .list-indent li.indent-05 {
  padding-left: 6em !important;
}
html.user-ie-11 .list-indent li.indent-05 span.indent {
  width: 6em;
  left: 0;
}
html.user-ie-11 .list-indent li.indent-06 {
  padding-left: 8em !important;
}
html.user-ie-11 .list-indent li.indent-06 span.indent {
  width: 8em;
  left: 0;
}
html.user-ie-11 .list-indent li.indent-035 {
  padding-left: 4em;
  letter-spacing: 0.00;
}
html.user-ie-11 .list-indent li.indent-035 span.indent {
  width: 4em;
  left: 0;
}

/*********************************************
tit
*********************************************/
.tit-line {
  position: relative;
  padding-top: 33px;
  text-align: center;
  margin-bottom: 32px;
}
.tit-line:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  background: #ed5611;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ed5611 0%, #ffc338 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ed5611 0%, #ffc338 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ed5611 0%, #ffc338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5611', endColorstr='#ffc338', GradientType=1);
  /* IE6-9 */
}
.tit-line .en {
  margin-bottom: 12px;
  display: block;
}
.tit-line .en img {
  width: auto;
  height: 45px;
}
.tit-line .ja {
  font-size: 14px;
  font-weight: 700;
  color: #ed5611;
}

.tit-line-btm {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 32px;
  line-height: 1.4;
}
.tit-line-btm:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ed5611;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ed5611 0%, #ffc338 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ed5611 0%, #ffc338 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ed5611 0%, #ffc338 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5611', endColorstr='#ffc338', GradientType=1);
  /* IE6-9 */
}

.tit-line-double {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.tit-line-double.btm-box {
  margin-bottom: 36px;
}
.tit-line-double.under-box {
  margin-bottom: 30px;
}
.tit-line-double:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ffc338;
  z-index: 2;
}
.tit-line-double:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 1;
}
.tit-line-double.add-pc-txt span {
  display: none;
}

.tit-bold {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

.tit-bold.mt-30 {
  margin-top: 30px;
}

.tit-bold.mb-10 {
  margin-bottom: 10px;
}

.normal-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.normal-txt.mb-m {
  margin-bottom: 25px;
}
.normal-txt.mb-l {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .tit-line {
    position: relative;
    padding-top: 48px;
    text-align: left;
    margin-bottom: 24px;
  }
  .tit-line:after {
    left: 0;
    width: 50px;
    height: 3px;
    margin-left: 0;
  }
  .tit-line .en {
    margin-bottom: 14px;
  }
  .tit-line .en img {
    width: auto;
    height: 59px;
  }
  .tit-line .ja {
    font-size: 16px;
  }

  .tit-line-btm {
    font-size: 30px;
    font-size: 3rem;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
  .tit-line-btm:after {
    height: 4px;
  }

  .tit-line-double {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
  .tit-line-double.under-box {
    margin-bottom: 35px;
  }
  .tit-line-double:after {
    bottom: -2px;
    width: 20px;
    height: 3px;
  }
  .tit-line-double.add-pc-txt {
    position: relative;
  }
  .tit-line-double.add-pc-txt span {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }

  .tit-bold {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .tit-bold.mt-30 {
    margin-top: 30px;
  }

  .normal-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .normal-txt.mb-m {
    margin-bottom: 25px;
  }
  .normal-txt.mb-l {
    margin-bottom: 50px;
  }
}
/*********************************************
table
*********************************************/
.div-table .div-tr {
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
}
.div-table .div-tr:nth-child(odd) {
  background: #ebebeb;
}
.div-table .div-tr:nth-child(odd):last-child {
  border-bottom: none;
}
.div-table .div-tr:nth-child(even) {
  background: #fff;
}
.div-table .div-tr .div-th {
  width: 88.8%;
  margin: 0 auto 18px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.div-table .div-tr .div-th.pt-22 {
  padding-top: 0;
}
.div-table .div-tr .div-td {
  width: 88.8%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.div-table.div-table-no-bg .div-tr:nth-child(odd) {
  background: #fff;
}
.div-table.div-table-no-bg .div-tr:nth-child(odd):last-child {
  border-bottom: 1px solid #ccc;
}
.div-table.company-iso .div-tr {
  border-bottom: none;
  padding: 22px 0 18px;
}
.div-table.company-iso .div-tr:nth-child(even) {
  background: #fff;
}
.div-table.company-iso .div-tr .div-th {
  margin: 0 auto 16px;
}
.div-table.company-iso .div-tr .div-td p {
  margin-bottom: 10px;
}
.div-table.company-iso .div-tr .div-td p:last-child {
  margin-bottom: 0;
}

/*2023.06.22 役員一覧*/
.div-table.company-director .div-tr,
.div-table.company-officer .div-tr {
  width: 100%;
  display: table;
  padding: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.div-table.company-director .div-tr:nth-child(odd) ,
.div-table.company-officer .div-tr:nth-child(odd) {
  background: #fff;
}
.div-table.company-director .div-tr:first-child ,
.div-table.company-officer .div-tr:first-child {
  border-top: 1px solid #ccc;
  background: #ebebeb;
}
.div-table.company-director .div-tr:nth-child(odd):last-child ,
.div-table.company-officer .div-tr:nth-child(odd):last-child {
  border-bottom: 1px solid #ccc;
}
.div-table.company-director .div-tr:nth-child(odd):last-child ,
.div-table.company-officer .div-tr:nth-child(odd):last-child {
  padding-bottom: 0;
}
.div-table.company-director .div-tr .div-th,
.div-table.company-officer .div-tr .div-th {
  display: table-cell;
  border-right: 1px solid #ccc;
  padding: 8px 4px;
  margin-bottom: 0!important;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.div-table.company-director .div-tr>div:first-child {
  width: 52%;
  margin: 0;
}
.div-table.company-officer .div-tr>div:first-child {
  width: 29%;
  margin: 0;
}
.div-table.company-director .div-tr .div-td,
.div-table.company-officer .div-tr .div-td {
  display: table-cell;
  border-right: 1px solid #ccc;
  padding: 8px 4px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  vertical-align: middle;
}
.div-table.company-director .div-tr .div-th:last-child,
.div-table.company-officer .div-tr .div-th:last-child,
.div-table.company-director .div-tr .div-td:last-child,
.div-table.company-officer .div-tr .div-td:last-child {
  border-right: 0 none;
}
  .div-table.company-officer .div-tr>div:nth-child(2) {
    width: 29%;
  }

.div-table.company-director .div-tr .div-td:last-child,
.div-table.company-officer .div-tr .div-td:last-child {
  margin-bottom: 0;
}

body.page-work .div-table .div-tr {
  padding: 16px 0;
}
body.page-work .div-table .div-tr .div-th {
  margin: 0 auto 12px;
}

@media print, screen and (min-width: 768px) {
  .div-table .div-tr {
    padding: 27px 0;
    display: table;
    width: 100%;
  }
  .div-table .div-tr .div-th {
    width: 178px;
    margin: 0 0 0;
    padding-left: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    line-height: 1.8;
  }
  .div-table .div-tr .div-th.pt-22 {
    padding-top: 22px;
  }
  body.page-contact .div-table .div-tr .div-th {
    width: 178px;
  }
  .div-table .div-tr .div-td {
    width: auto;
    margin: 0 0;
    padding-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    display: table-cell;
    vertical-align: top;
    line-height: 1.8;
  }
  .div-table.company-iso .div-tr .div-th {
    width: 220px;
  }
  .div-table.company-iso .div-tr .div-td p {
    margin-bottom: 5px;
  }

  /*2023.06.22 役員一覧*/
  .div-table.company-director {
    width: 364px;
  }
  .div-table.company-officer {
    width: auto;
  }
  .div-table.company-director .div-tr .div-th,
  .div-table.company-officer .div-tr .div-th {
    width: auto;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .div-table.company-director .div-tr .div-td,
  .div-table.company-officer .div-tr .div-td{
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .div-table.company-director .div-tr>div:first-child ,
  .div-table.company-officer .div-tr>div:first-child {
    width: 226px;
  }
  .div-table.company-officer .div-tr>div:nth-child(2) {
    width: 138px;
  }

  body.page-work .div-table .div-tr {
    padding: 20px 0;
  }
  body.page-work .div-table .div-tr .div-th {
    width: 180px;
    vertical-align: middle;
  }
  body.page-work .div-table .div-tr .div-td {
    padding-right: 40px;
  }
  body.page-work .div-table.div-table-no-bg .div-tr .div-th {
    vertical-align: top;
  }

  body.page-contact .div-table .div-tr {
    padding: 20px 0;
  }
  body.page-contact .div-table .div-tr .div-th {
    width: 230px;
    vertical-align: middle;
  }
  body.page-contact .div-table .div-tr .div-td {
    padding-right: 40px;
  }
  body.page-contact .div-table.div-table-no-bg .div-tr .div-th {
    vertical-align: top;
  }

  .div-table.div-table-procedure .div-tr {
    padding: 20px 0;
  }
  .div-table.div-table-procedure .div-tr .div-th {
    width: 250px;
    line-height: 1.4;
    font-size: 18px;
  }

  html.user-ie-11 body.page-contact .div-table .div-tr .div-th {
    width: 250px;
  }
}

/*********************************************
btn
*********************************************/
.btn-round {
  width: 164px;
  height: 40px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.btn-round.fs-m a {
  font-size: 14px;
  font-size: 1.4rem;
}
.btn-round.btn-long {
  width: 200px;
}
.btn-round.btn-long a span {
  padding-right: 1em;
  display: inline-block;
}
.btn-round.btn-round-w-100 {
  width: 100%;
  height: 60px;
}
.btn-round.btn-round-ex {
  width: 75%;
  height: 60px;
}
.btn-round.btn-round-ex a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.btn-round.btn-404 {
  width: 75%;
  height: 60px;
}
.btn-round.btn-404 a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
.btn-round.btn-404 a:after {
  position: absolute;
  display: block;
  content: '';
  top: 24px;
  left: 22px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-round a {
  display: table-cell;
  vertical-align: middle;
  background: #a6a6a6;
  border: 1px solid #8c8c8c;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-round.btn-round-ffd97f a {
  background: #ffd97f;
  border: 1px solid #e6bc5c;
  color: #1a1a1a;
}
.contract .btn-round.btn-round-ffd97f {
    width: auto;
    font-size: 1.4rem;
    font-weight: 700;
}
.contract .btn-round.btn-round-ffd97f a {
    width: 164px;
}
.contract .btn-round.btn-round-ffd97f p {
    display: table-cell;
    padding-left: 1rem;
    vertical-align: middle;
}

.btn-items {
  width: 75%;
  margin: 0 auto;
}
.btn-items li {
  display: table;
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
  height: 60px;
}
.btn-items li:last-child {
  margin-bottom: 0;
}
.btn-items li a {
  width: 100%;
  background: #ffd97f;
  border: 1px solid #e6bc5c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .btn-round {
    width: 134px;
    height: 30px;
    margin: 0 0;
    display: table;
    text-align: center;
  }
  .index-recruit .btn-round {
    margin: 0 auto;
  }
  .btn-round.btn-long {
    width: 238px;
  }
  .btn-round a {
    display: table-cell;
    vertical-align: middle;
    background: #a6a6a6;
    border: 1px solid #8c8c8c;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
  }
  .btn-round a:hover {
    background: #c2c2c2;
    background: #c0c0c0;
  }
  .btn-round.btn-round-ex {
    width: 360px;
    height: 70px;
  }
  .btn-round.btn-404 {
    width: 300px;
    height: 70px;
  }
  .btn-round.btn-404 a {
    padding-left: 20px;
  }
  .btn-round.btn-404 a:after {
    position: absolute;
    display: block;
    content: '';
    top: 30px;
    left: 30px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-round.btn-404 a:hover:after {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  .btn-round.btn-round-w-100 {
    width: 100%;
    height: 70px;
  }
  .btn-round.btn-round-w-100 a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-round.btn-round-ffd97f a {
    background: #ffd97f;
    border: 1px solid #e6bc5c;
    color: #1a1a1a;
  }
  .btn-round.btn-round-ffd97f a:hover {
    background: #fbe3a9;
  }
  .btn-round.btn-back {
    width: 300px;
    height: 70px;
    margin: 0 auto;
  }
  .btn-round.btn-back a {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-round.btn-back a:after {
    position: absolute;
    display: block;
    content: '';
    top: 30px;
    left: 25px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
    background-size: 100% auto;
  }

  .btn-items {
    width: 760px;
    margin: 0 auto;
  }
  .btn-items li {
    display: table;
    text-align: center;
    margin-bottom: 0;
    width: 360px;
    height: 70px;
  }
  .btn-items li:nth-child(odd) {
    float: left;
  }
  .btn-items li:nth-child(even) {
    float: right;
  }
  .btn-items li:last-child {
    margin-bottom: 0;
  }
  .btn-items li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: background 0.3s 0s ease;
    -moz-transition: background 0.3s 0s ease;
    transition: background 0.3s 0s ease;
  }
  .btn-items li a:hover {
    background: #fbe3a9;
  }
}
/*********************************************
dl
*********************************************/
.dl-normal dl {
  margin-bottom: 15px;
}
.dl-normal dl:last-child {
  margin-bottom: 0;
}
.dl-normal dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.dl-normal dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

dl.dl-indent dt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
dl.dl-indent dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 1.95em 10px;
}
dl.dl-indent dd:last-child {
  margin-bottom: 0;
}

.dl-normal-02 dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.dl-normal-02 dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 28px;
}
.dl-normal-02 dl dd:last-child {
  margin-bottom: 0;
}
.dl-normal-02.fs-dt-s dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.5;
}

.dl-type-circle {
  width: 100%;
}
.dl-type-circle dl {
  margin-bottom: 30px;
}
.dl-type-circle dl:last-child {
  margin-bottom: 0;
}
.dl-type-circle dl dt {
  padding: 2px 0 4px 28px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.dl-type-circle dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.area-company-index-top .dl-type-circle {
  position: relative;
  top: -15px;
}
.area-company-index-top .dl-type-circle dl dt {
  padding: 3px 0 4px;
}

.dl-type-line dl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.dl-type-line dl:nth-child(odd) {
  background: #ebebeb;
}
.dl-type-line dl:nth-child(even) {
  background: #fff;
}
.dl-type-line dl dt {
  width: 90%;
  margin: 0 auto 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.dl-type-line dl dd {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.dl-type-box {
  background: #ebebeb;
  padding: 36px 0;
}
.dl-type-box dl {
  width: 88.54%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.dl-type-box dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.6;
}
.dl-type-box dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.dl-type-box dl:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  dl.dl-indent dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  dl.dl-indent dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 1.85em 10px;
  }
  html.user-ie-11 dl.dl-indent dd {
    margin: 0 3.1em 10px;
  }
  dl.dl-indent dd:last-child {
    margin-bottom: 0;
  }

  .dl-normal dl {
    margin-bottom: 22px;
  }
  .dl-normal dl:last-child {
    margin-bottom: 0;
  }
  .dl-normal dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .dl-normal dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .dl-normal.dl-normal-s dl {
    margin-bottom: 12px;
  }
  .dl-normal.dl-normal-s dl dt {
    margin-bottom: 6px;
  }
  .dl-normal.dl-normal-s dl:last-child {
    margin-bottom: 0;
  }

  .dl-normal-02.fs-dt-s dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .dl-normal-02 dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 22px;
  }
  .fs-pc-16 .dl-normal-02 dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .dl-normal-02 dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .dl-normal-02 dl dd:last-child {
    margin-bottom: 0;
  }

  .dl-type-circle {
    width: 100%;
  }
  .dl-type-circle dl {
    margin-bottom: 30px;
    width: 290px;
  }
  .dl-type-circle dl:last-child {
    margin-bottom: 35px;
  }
  .dl-type-circle dl:nth-child(odd) {
    float: left;
  }
  .dl-type-circle dl:nth-child(even) {
    float: right;
  }
  .dl-type-circle dl dt {
    padding: 2px 0 4px;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .dl-type-circle dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .area-company-index-top .dl-type-circle {
    position: relative;
    top: -15px;
  }
  .area-company-index-top .dl-type-circle dl {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .area-company-index-top .dl-type-circle dl:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .area-company-index-top .dl-type-circle dl:nth-child(odd) {
    float: left;
  }
  .area-company-index-top .dl-type-circle dl:nth-child(even) {
    float: left;
  }
  .area-company-index-top .dl-type-circle dl dt {
    padding: 3px 0 4px;
  }

  .dl-type-line dl {
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    display: table;
    width: 100%;
  }
  .dl-type-line dl:nth-child(odd) {
    background: #ebebeb;
  }
  .dl-type-line dl:nth-child(even) {
    background: #fff;
  }
  .dl-type-line dl dt {
    width: 170px;
    margin: 0 auto 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    line-height: 1.7;
  }
  .dl-type-line dl dd {
    width: 690px;
    margin: 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    display: table-cell;
    vertical-align: top;
    padding-right: 35px;
  }

  .dl-type-box {
    padding: 30px 0 45px;
  }
  .dl-type-box dl {
    width: 100%;
    display: table;
    margin-bottom: 42px;
  }
  .dl-type-box dl:last-child {
    margin-bottom: 0;
  }
  .dl-type-box dl dt {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
    width: 320px;
    padding: 2px 35px 0;
  }
  .dl-type-box dl dd {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 40px 0 20px;
  }
}
/*********************************************
box
*********************************************/
.box-items {
  margin-bottom: 45px;
}
.box-items .box-item {
  padding: 40px 0 40px;
}
.box-items .box-item:nth-child(odd) {
  background: #fff6e0;
}
.box-items .box-item:nth-child(even) {
  background: #fff;
}
.box-items.box-items-280-pc .box-item {
  padding: 25px 0 25px;
}
.box-items.box-items-280-pc .box-item-txt {
  text-align: center;
  margin: 0 auto 15px;
  width: 100%;
}

.box-item-img {
  margin-bottom: 15px;
  text-align: center;
}
.box-item-img img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.box-item-tit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.box-item-tit br {
  display: none;
}

.box-item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  width: 88.54%;
  margin: 0 auto 30px;
}

@media print, screen and (min-width: 768px) {
  .box-items {
    margin-bottom: 50px;
  }
  .box-items.mb-l {
    margin-bottom: 90px;
  }
  .box-items.box-items-280-pc .box-item {
    width: 280px;
    padding: 0 0 0;
    margin-bottom: 60px;
  }
  .box-items.box-items-280-pc .box-item-img {
    width: 208px;
  }
  .box-items.box-items-280-pc .box-item-img,
  .box-items.box-items-280-pc .box-item-txt {
    margin-left: auto;
    margin-right: auto;
  }
  .box-items .box-item {
    padding: 5px 32px 20px;
    width: 285px;
    margin-bottom: 20px;
    float: left;
    position: relative;
  }
  .box-items .box-item:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  .box-items .box-item:nth-child(4n):after {
    display: none;
  }
  .box-items .box-item:nth-child(odd) {
    background: #fff;
  }
  .box-items .box-item:nth-child(even) {
    background: #fff;
  }
  .box-items .btn-round {
    margin: 0 auto;
  }
  .box-items.box-items-280-pc .box-item:nth-child(4n):after {
  position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  .box-item-tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    height: 90px;
    display: table;
    text-align: center;
  }
  .box-item-tit br {
    display: inline-block;
  }
  .box-item-tit span {
    display: table-cell;
    vertical-align: middle;
  }

  .box-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    margin: 0 auto 30px;
  }
}
/*********************************************
page index
*********************************************/
.sec-info {
  padding: 48px 0 48px;
  background: #fff;
}

.sec-work {
  padding: 48px 0 48px;
  background: #fff6e0;
}

.sec-tech {
  padding: 48px 0 48px;
  background: url(../img/index/sec_tech_bg_sp.png) 0 0 no-repeat #fff;
  background-size: 100% auto;
}

.sec-recruit {
  padding: 48px 0 72px;
  background: #fff;
}

.index-info-items {
  width: 90.625%;
  margin: 0 auto 60px;
}
.index-info-items li {
  margin-bottom: 15px;
}
.index-info-items li a {
  text-decoration: underline;
  color: #1a1a1a;
  position: relative;
}
.index-info-items li a.link-pdf {
  padding-right: 20px;
}
.index-info-items li a.link-pdf:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon_pdf.png) right bottom no-repeat;
  background-size: 12px 15px;
}
.index-info-items li:last-child {
  margin-bottom: 0;
}

.index-info-item-cat-date {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  height: 28px;
}

.index-info-item-cat {
  display: table-cell;
  vertical-align: middle;
  border: 3px solid #ed8758;
  width: 100px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.index-info-item-date {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.index-info-items.index-info-items-ir {
  width: 100%;
  margin: 0 auto 60px;
}
.sec-wrap .sec-item:last-child .index-info-items.index-info-items-ir {
  margin: 0 auto 0;
}
.index-info-items.index-info-items-ir li {
  margin-bottom: 18px;
}
.index-info-items.index-info-items-ir li:last-child {
  margin-bottom: 0;
}
.index-info-items.index-info-items-ir .index-info-item-cat-date {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.index-info-items.index-info-items-ir .index-info-item-date {
  width: 100px;
  text-align: left;
  padding-left: 0;
}

.index-info-item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.index-work-items {
  width: 75%;
  margin: 0 auto 32px;
}
.index-work-items li {
  margin-bottom: 20px;
}
.index-work-items li a {
  display: block;
  position: relative;
}
.index-work-items li:last-child {
  margin-bottom: 0;
}

.index-work-item-img {
  position: relative;
  z-index: 1;
}
.index-work-item-img img {
  width: 100%;
  height: auto;
}

.index-work-item-txt {
  position: absolute;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  bottom: 0;
  z-index: 2;
  background: rgba(26, 26, 26, 0.75);
}
.index-work-item-txt span {
  background: url(../img/common/icon_arrow_red.png) left center no-repeat;
  background-size: 6px 8px;
  padding-left: 12px;
}

.index-tech-items {
  width: 75%;
  margin: 0 auto 32px;
}
.index-tech-items .index-tech-item {
  margin-bottom: 30px;
}
.index-tech-items .index-tech-item:last-child {
  margin-bottom: 0;
}
.index-tech-items .index-tech-item ul li {
  margin-bottom: 12px;
}
.index-tech-items .index-tech-item ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
}
.index-tech-items .index-tech-item ul li:last-child {
  margin-bottom: 0;
}

.index-tech-item-img {
  margin-bottom: 14px;
}
.index-tech-item-img img {
  width: 100%;
  height: auto;
}

.index-tech-item-tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}

.index-tech-item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.index-recruit {
  border-top: 3px solid #ffc338;
  border-bottom: 3px solid #ffc338;
  padding: 45px 0;
  position: relative;
}
.index-recruit:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 1;
  background: url(../img/index/index_recruit_bg_sp.png) center 0 repeat-x #fff;
  background-size: auto 24px;
}

.index-recruit-img {
  margin-bottom: 20px;
}
.index-recruit-img img {
  width: 100%;
  height: auto;
}

.index-recruit-txt {
  text-align: center;
  color: #ed5611;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.file-kb {
  font-size: 14px;
  color: #777777;
  padding-left: 4px;
}

@media print, screen and (min-width: 768px) {
  .sec-inner {
    width: 1200px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .sec-info {
    padding: 48px 0 48px;
    background: #fff;
  }

  .sec-work {
    padding: 48px 0 48px;
    background: #fff6e0;
  }

  .sec-tech {
    padding: 72px 0 72px;
    background: url(../img/index/sec_tech_bg_pc.jpg) 0 0 no-repeat #fff;
    background-size: 100% auto;
  }

  .sec-recruit {
    padding: 0 0 138px;
    background: #fff;
  }

  .sec-l {
    width: 220px;
  }

  .sec-r {
    width: 940px;
  }

  .index-info-items {
    width: 100%;
    margin: 0 0 70px;
  }
  .index-info-items li {
    margin-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
  .index-info-items li a {
    text-decoration: underline;
    color: #1a1a1a;
    position: relative;
  }
  .index-info-items li a:hover {
    text-decoration: none;
  }
  .index-info-items li a.link-pdf {
    padding-right: 20px;
  }
  .index-info-items li a.link-pdf:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    right: 0;
    width: 12px;
    height: 15px;
    background: url(../img/common/icon_pdf.png) right bottom no-repeat;
    background-size: 12px 15px;
  }
  .index-info-items li:last-child {
    margin-bottom: 0;
  }

  .file-kb {
    font-size: 12px;
    padding-left: 4px;
  }

  .index-info-item-cat-date {
    margin-bottom: 10px;
    display: table;
    width: 225px;
    height: 28px;
  }

  .index-info-item-cat {
    display: table-cell;
    vertical-align: middle;
    border: 3px solid #ed8758;
    width: 100px;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .index-info-item-date {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }

  .index-info-items.index-info-items-ir {
    width: 100%;
    margin: 0 0 60px !important;
  }
  .index-info-items.index-info-items-ir li {
    margin-bottom: 18px;
  }
  .index-info-items.index-info-items-ir .index-info-item-cat-date {
    margin-bottom: 0;
    width: 104px;
    height: 28px;
  }
  .index-info-items.index-info-items-ir .index-info-item-date {
    width: 104px;
  }
  .index-info-items.index-info-items-ir .index-info-item-txt {
    width: auto;
  }

  .index-info-item-txt {
    width: 715px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 3px;
  }

  .index-work-items {
    width: 100%;
    margin: 0 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
  .index-work-items li {
    width: 240px;
    margin-bottom: 20px;
    margin-right: 24px;
  }
  .index-work-items li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  .index-work-item-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .index-work-item-img img {
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  a:hover .index-work-item-img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 0.8;
  }

  .index-work-item-txt {
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .index-work-item-txt span {
    background: url(../img/common/icon_arrow_red.png) left center no-repeat;
    background-size: 6px 8px;
    padding-left: 12px;
  }

  .index-tech-items {
    width: 100%;
    margin: 0 0 0;
  }
  .index-tech-items .index-tech-item {
    margin-bottom: 50px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .index-tech-items .index-tech-item:last-child {
    margin-bottom: 0;
  }
  .index-tech-items .index-tech-item ul li {
    margin-bottom: 10px;
  }
  .index-tech-items .index-tech-item ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: underline;
  }
  .index-tech-items .index-tech-item ul li a:hover {
    text-decoration: none;
  }

  .index-tech-item-img {
    width: 240px;
    margin-bottom: 0;
  }

  .index-tech-item-r {
    width: 665px;
    position: relative;
    top: -2px;
  }

  .index-tech-item-tit {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .index-tech-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .index-recruit {
    width: 896px;
    border-top: 3px solid #ffc338;
    border-bottom: 3px solid #ffc338;
    border-left: 3px solid #ffc338;
    border-right: 3px solid #ffc338;
    padding: 45px 45px;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .index-recruit:after {
    display: none;
  }

  .sec-recruit .sec-r {
    position: relative;
  }
  .sec-recruit .sec-r:after {
    position: absolute;
    display: block;
    content: '';
    top: 44px;
    left: 44px;
    width: 896px;
    height: 425px;
    z-index: 0;
    background: url(../img/index/index_recruit_bg_pc.png) 0 0 no-repeat;
    background-size: 896px 425px;
  }

  .index-recruit-img {
    margin-bottom: 34px;
  }

  .index-recruit-txt {
    line-height: 1;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 36px;
  }
  .index-recruit-txt br {
    display: none;
  }
}
/*********************************************
page recruit
*********************************************/
.area-intro {
  width: 100%;
  background: #fff;
  padding: 0 0 40px 0;
}

.area-intro-inner {
  width: 90%;
  margin: 0 auto;
}

.area-intro-copy {
  margin-bottom: 20px;
}
.area-intro-copy img,
.area-intro-e2r img {
  width: 100%;
  height: auto;
}
.area-intro-e2r {
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.login_e2r {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
ul.login_e2r li a {
  display: table-cell;
  height: 50px;
  width: 160px;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 0;
  padding: 1em;
  cursor: pointer;
  transition: all 0.3s 0s ease-out;
}
ul.login_e2r li a:hover {
  opacity: 0.8;
  transition: all 0.3s 0s ease-out;
}
ul.login_e2r li.enter a {
  background-color: #ed6d1e;
}
ul.login_e2r li.login a {
  background-color: #fabf1b;
}


.area-intro-move {
  margin: 0 0 2rem;
}
.area-intro-move ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.area-intro-move ul li {
   width: 100%;
   aspect-ratio: 16 / 9;
   margin: 2rem auto 0;
}
.area-intro-move ul li iframe {
  width: 100%;
  height: 100%;
}

.area-intro-txt {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}

.area-menu {
  margin-bottom: 25px;
}

.menu-items .menu-item {
  padding: 25px 0 25px;
}
.menu-items .menu-item:nth-child(odd) {
  background: #fff6e0;
}
.menu-items .menu-item:nth-child(even) {
  background: #fff;
}

.menu-item-inner {
  width: 75%;
  margin: 0 auto;
}

.menu-item-img {
  margin-bottom: 12px;
}
.menu-item-img img {
  width: 100%;
  height: auto;
}

.menu-item-tit {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-item-txt {
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.area-recruit {
  border-top: 3px solid #ffc338;
  border-bottom: 3px solid #ffc338;
  padding: 45px 0;
  position: relative;
  background: #fff;
  margin-bottom: 70px;
}
.area-recruit:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 1;
  background: url(../img/common/bg_text_repeat_sp.png) left 0 repeat;
  background-size: 28px 28px;
}

.area-recruit-img {
  margin-bottom: 20px;
}
.area-recruit-img img {
  width: 100%;
  height: auto;
}

.area-recruit-txt {
  text-align: center;
  color: #ed5611;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.area-company {
  background: #ebebeb;
  padding: 50px 0 50px;
}

.area-company-inner {
  width: 90%;
  margin: 0 auto;
}

.area-company-tit {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.area-company-tit span {
  padding: 2px 0 4px 28px;
  display: inline-block;
  background: url(../img/common/icon_circle.png) center left no-repeat;
  background-size: 20px 20px;
}

.area-company-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: center;
}

.btm-contact {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.btm-contact:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 120%;
  height: calc(100% + 25px);
  z-index: 0;
  background: url(../img/common/bg_text_repeat_sp.png) left 0 repeat;
  background-size: 28px 28px;
}

.btm-contact-inner {
  border: 3px solid #ffc338;
  padding: 30px 7.5% 32px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.btm-contact-tit {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 700;
}

.btm-contact-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

.btm-contact-items .btm-contact-item {
  margin-bottom: 7px;
  background: #ebebeb;
  text-align: center;
  padding: 22px 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btm-contact-items .btm-contact-item:last-child {
  margin-bottom: 0;
}

.btm-contact-item-place {
  font-weight: 700;
}

.btm-contact-item-phone {
  margin-top: 8px;
}
.btm-contact-item-phone a {
  text-decoration: underline;
  color: #ed5611;
  font-weight: 700;
}

.btm-contact-item-mail {
  margin-top: 8px;
}

.btm-contact-item-department {
  margin-top: 8px;
}

.btm-contact-btn-items {
  margin-top: 24px;
}
.btm-contact-btn-items li {
  margin-bottom: 16px;
}
.btm-contact-btn-items li:last-child {
  margin-bottom: 0;
}
.hr-intern,
.hr-career {
    display: none;
}
.btm-contact.intern .hr-intern {
    display: inline;
}
.btm-contact.career .hr-career {
    display: inline;
}
.btm-contact.intern .hr-common,
.btm-contact.career .hr-common {
    display: none;
}


.contact-items {
  width: 83.33%;
  margin: 0 auto;
}
.contact-items .contact-item {
  margin-bottom: 7px;
  background: #ebebeb;
  text-align: center;
  padding: 22px 0 22px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-items .contact-item:last-child {
  margin-bottom: 0;
}

.contact-item-tit {
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}

.contact-item-phone a {
  text-decoration: underline;
  color: #ed5611;
  font-weight: 700;
}

.contact-item-department {
  margin-bottom: 8px;
}

/* recruit/work *********/
.sec-under-con-mv {
  margin-bottom: 35px;
}
.sec-under-con-mv img {
  width: 100%;
  height: auto;
}

.sec-under-con-mv-txt {
  margin-bottom: 38px;
}
.sec-under-con-mv-txt img {
  width: 100%;
  height: auto;
}

.area-recruit-department {
  background: url(../img/recruit/area_recruit_department_sp.jpg) 0 0 no-repeat #f6f6f6;
  background-size: 100% auto;
  padding: 24.3% 0 13.8%;
}

.area-recruit-department-inner {
  width: 90%;
  margin: 0 auto;
}

.area-recruit-department-copy {
  margin-bottom: 20.8%;
}
.area-recruit-department-copy img {
  width: 100%;
  height: auto;
}

.area-company-tit {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.area-company-tit span {
  padding: 2px 0 4px 28px;
  display: inline-block;
  background: url(../img/common/icon_circle.png) center left no-repeat;
  background-size: 20px 20px;
}

/* recruit/intern *********/
.entry-btn-items {
  width: 83.3%;
  margin: 0 auto;
}
.entry-btn-items li {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.entry-btn-items li:last-child {
  margin-bottom: 0;
}
.entry-btn-items li a {
  display: block;
  padding: 5px 5px;
}

.entry-btn-img {
  margin-bottom: 10px;
  text-align: center;
}
.entry-btn-img img {
  margin: 0 auto;
  width: auto;
  height: 60px;
}

.entry-btn-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1a1a1a;
  background: url(../img/common/icon_blank_orange.png) center right no-repeat;
  background-size: 9px 8px;
  padding: 2px 16px 2px 0;
  text-decoration: underline;
  display: inline-block;
}

.sche-step-items {
  width: 83.3%;
  margin: 0 auto;
}
.sche-step-items .sche-step-item {
  border: 5px solid #ffdd8c;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 56px;
  display: table;
  position: relative;
  margin-bottom: 20px;
}
.sche-step-items .sche-step-item:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -21px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 12px;
  z-index: 1;
  background: url(../img/common/step_arrow_sp.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.sche-step-items .sche-step-item:last-child {
  margin-bottom: 0;
}
.sche-step-items .sche-step-item:last-child:after {
  display: none;
}
.sche-step-items .sche-step-item div {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.sche-step-items .sche-step-item img {
  display: none;
}

.step-btm-items {
  width: 100%;
}
.step-btm-items .step-btm-item {
  margin-bottom: 25px;
  position: relative;
}
.step-btm-items .step-btm-item:last-child {
  margin-bottom: 0;
}
.step-btm-items .step-btm-item:last-child div:after {
  display: none;
}
.step-btm-items .step-btm-item div {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fdeee7;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 14px 0;
}
.step-btm-items .step-btm-item div:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 12px;
  z-index: 1;
  background: url(../img/common/step_arrow_btm.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.step-btm-items .step-btm-item ul {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 25px auto;
}
.step-btm-items .step-btm-item ul:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -19px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 12px;
  z-index: 1;
  background: url(../img/common/step_arrow_btm.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.step-btm-items .step-btm-item ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 0;
  margin-bottom: 12px;
  text-align: center;
}
.step-btm-items .step-btm-item ul li span {
  font-size: 16px;
  font-size: 1.6rem;
}
.step-btm-items .step-btm-item ul li:last-child {
  margin-bottom: 0;
}

/* voice */
.sec-wrap .voice-items {
  margin-bottom: 50px;
}
.sec-wrap .voice-items:last-child {
  margin-bottom: 0;
}

.voice-items .voice-item {
  margin-bottom: 40px;
}
.voice-items .voice-item:last-child {
  margin-bottom: 0;
}

.voice-main-layout {
  margin-bottom: 40px;
}

.voice-main-ph img {
  width: 100%;
  height: auto;
}

.voice-main-info {
  background: #fff6e0;
  text-align: center;
  border-bottom: 2px solid #ffba13;
  padding: 22px 0 22px;
}

.voice-main-info-post {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.voice-main-info-year {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.voice-main-info-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.voice-q-a-items .voice-q-a-item {
  margin-bottom: 45px;
}
.voice-q-a-items .voice-q-a-item:last-child {
  margin-bottom: 0;
}

.voice-q-a-item-q {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
}
.voice-q-a-item-q:after {
  position: absolute;
  display: block;
  content: '';
  top: -16px;
  left: 2px;
  width: 27px;
  height: 36px;
  z-index: 0;
  background: url(../img/common/q.png) left 0 repeat;
  background-size: 27px 36px;
}

.voice-q-a-item-a p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .area-intro {
    width: 100%;
    background: #fff;
    padding: 0 0 60px 0;
  }

  .area-intro-inner {
    width: 1140px;
  }

  .area-intro-copy {
    margin-bottom: 40px;
  }
  .area-intro-copy img,
  .area-intro-e2r img {
    width: auto;
    height: 38px;
  }
  .area-intro-e2r {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  ul.login_e2r {
    justify-content:flex-start;
  }

  .area-intro-move {
    margin: 40px 0;
  }
  .area-intro-move ul .item:only-child {
    width: 560px;
  }
  .area-intro-move ul .item:first-child:nth-last-child(2),
  .area-intro-move ul .item:first-child:nth-last-child(2) ~ .item {
    width: 360px;
  }
  .area-intro-move ul .item:first-child:nth-last-child(3),
  .area-intro-move ul .item:first-child:nth-last-child(3) ~ .item {
    width: 240px;
  }
  .area-intro-move ul .item:first-child:nth-last-child(4),
  .area-intro-move ul .item:first-child:nth-last-child(4) ~ .item {
    width: 200px;
  }

  .area-intro-txt {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .area-menu {
    margin-bottom: 60px;
  }

  .menu-items .menu-item {
    padding: 0 0 0;
    width: 570px;
    margin-bottom: 35px;
  }
  .menu-items .menu-item:nth-child(odd) {
    background: #fff;
    float: left;
  }
  .menu-items .menu-item:nth-child(even) {
    background: #fff;
    float: right;
  }

  .area-menu-inner {
    width: 1140px;
    margin: 0 auto;
  }

  .menu-item-inner {
    width: 570px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .menu-item-r {
    width: 330px;
    text-align: left;
    padding-top: 22px;
  }

  .menu-item-img {
    width: 190px;
    margin-bottom: 0;
  }

  .menu-item-tit {
    line-height: 1;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .menu-item-txt {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .area-recruit {
    border-top: 3px solid #ffc338;
    border-bottom: 3px solid #ffc338;
    border-left: 3px solid #ffc338;
    border-right: 3px solid #ffc338;
    width: 1140px;
    margin: 0 auto;
    padding: 48px 0;
    margin-bottom: 65px;
  }
  .area-recruit:after {
    display: none;
  }

  .area-recruit-img {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }

  .area-recruit-txt {
    line-height: 1;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 35px;
    font-weight: 700;
  }
  .area-recruit-txt br {
    display: none;
  }

  .area-company {
    padding: 0 0 0;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .area-company-inner {
    width: 100%;
    display: table;
    padding: 21px 0;
    position: relative;
  }
  .area-company-inner:after {
    position: absolute;
    display: block;
    content: '';
    top: 21px;
    left: 189px;
    width: 1px;
    height: calc(100% - 42px);
    z-index: 100;
    background: #ccc;
  }

  .area-company-tit {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0;
    width: 190px;
    display: table-cell;
    vertical-align: middle;
  }
  .area-company-tit span {
    padding: 2px 0 4px 28px;
    display: inline-block;
    background: url(../img/common/icon_circle.png) center left no-repeat;
    background-size: 20px 20px;
  }

  .area-company-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 0;
    width: 520px;
    padding: 10px 0 10px 38px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .area-company-btn {
    width: 210px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .area-company-btn .btn-round {
    margin: 0 auto;
  }

  .btm-contact {
    width: 872px;
    margin: 0 auto;
    position: relative;
    left: -24px;
  }
  .btm-contact.btm-contact-l {
    width: 1092px;
  }
  .btm-contact:after {
    position: absolute;
    display: block;
    content: '';
    top: 48px;
    left: 48px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/common/bg_text_repeat_sp.png) left 0 repeat;
    background-size: 28px 28px;
  }

  .btm-contact-inner {
    border: 3px solid #ffc338;
    padding: 56px 0 56px;
    position: relative;
    z-index: 1;
    background: #fff;
    text-align: center;
  }

  .btm-contact-tit {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .btm-contact-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 36px;
  }

  .btm-contact-layout {
    width: 936px;
    margin: 0 auto;
    /* display: table; */
  }
  .btm-contact-layout .btm-contact-items {
    width: 601px;
    /* display: table-cell; */
    vertical-align: middle;
  }
  .btm-contact-layout .btm-contact-items .btm-contact-item {
    width: 300px !important;
    /* margin-bottom: 1px; */
    margin-right: 1px;
  }
  .btm-contact-layout .btm-contact-items .btm-contact-item:nth-child(odd) {
    float: left;
    /* margin-right: 1px; */
  }
  .btm-contact-layout .btm-contact-items .btm-contact-item:nth-child(even) {
    float: right;
  }
  .btm-contact-layout .btm-contact-items .btm-contact-item:last-child {
    margin-right: 0;
  }

  .btm-contact-items {
    width: 722px;
    margin: 0 auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .btm-contact-items .btm-contact-item {
    width: 360px;
    margin-bottom: 0;
    background: #ebebeb;
    text-align: center;
    padding: 26px 0 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btm-contact-items .btm-contact-item:last-child {
    margin-bottom: 0;
  }

  .btm-contact-btn-items {
    width: 720px;
    margin: 50px auto 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    /* display: table-cell; */
    vertical-align: middle;
    /* padding-left: 35px; */
  }
  .btm-contact-btn-items li {
    width: 340px;
    /* margin-bottom: 10px; */
  }

  .btm-contact-item-phone {
    margin-top: 8px;
  }
  .btm-contact-item-phone a {
    text-decoration: none;
    color: #ed5611;
    font-weight: 700;
    cursor: text;
  }

  .btm-contact-item-mail {
    margin-top: 8px;
  }
  .btm-contact-item-mail a {
    -webkit-transition: opacity 0.3s 0s ease;
    -moz-transition: opacity 0.3s 0s ease;
    transition: opacity 0.3s 0s ease;
  }
  .btm-contact-item-mail a:hover {
    opacity: 0.7;
  }

  .btm-contact-item-department {
    margin-top: 8px;
  }

  .contact-items {
    width: 948px;
    margin: 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-items .contact-item {
    width: 300px;
    margin-bottom: 0;
    padding: 20px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .contact-item-tit {
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
    width: 100%;
    display: table;
    height: 50px;
  }
  .contact-item-tit span {
    display: table-cell;
    vertical-align: middle;
  }

  .contact-item-phone a {
    text-decoration: none;
    color: #ed5611;
    font-weight: 700;
  }

  .contact-item-department {
    margin-bottom: 8px;
  }

  /* recruit/work *********/
  .sec-under-con-mv {
    margin-bottom: 50px;
  }
  .sec-under-con-mv.mb-txt {
    margin-bottom: 60px;
  }

  .sec-under-con-mv-txt {
    margin-bottom: 70px;
  }
  .sec-under-con-mv-txt img {
    width: auto;
    height: 100px;
  }

  .area-recruit-department {
    background: url(../img/recruit/area_recruit_department_pc.jpg) 0 0 no-repeat #fcfcfc;
    background-size: 100% auto;
    padding: 80px 0 20px;
  }

  .area-recruit-department-inner {
    width: 630px;
    margin: 0 0 0 84px;
  }

  .area-recruit-department-copy {
    margin-bottom: 55px;
  }
  .area-recruit-department-copy img {
    width: auto;
    height: 100px;
  }

  .area-company-tit {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
  }
  .area-company-tit span {
    padding: 2px 0 4px 28px;
    display: inline-block;
    background: url(../img/common/icon_circle.png) center left no-repeat;
    background-size: 20px 20px;
  }

  /* recruit/intern *********/
  .entry-btn-items {
    width: 620px;
    padding: 14px 0 10px;
    display: table;
    position: relative;
  }
  .entry-btn-items:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    z-index: 1;
    background: #ccc;
  }
  .entry-btn-items li {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0;
    width: 310px;
  }
  .entry-btn-items li:nth-child(odd) {
    padding-right: 74px;
  }
  .entry-btn-items li:nth-child(even) {
    padding-left: 74px;
  }
  .entry-btn-items li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .entry-btn-items li a:hover {
    opacity: 0.6;
  }

  .entry-btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 12px 2px 0;
    display: block;
  }

  html.user-ie-11 .entry-btn-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .entry-btn-img {
    margin-bottom: 12px;
  }

  .sche-step-items {
    width: 100%;
    margin: 0 0;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .sche-step-items .sche-step-item {
    border: none;
    width: 80px;
    height: 180px;
    margin-bottom: 0;
    display: block;
    text-align: left;
  }
  .sche-step-items .sche-step-item:after {
    position: absolute;
    display: block;
    content: '';
    top: 76px;
    bottom: auto;
    left: 100%;
    margin-left: 18px;
    margin-top: 0;
    width: 12px;
    height: 22px;
    background: url(../img/common/step_arrow_pc.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .sche-step-items .sche-step-item div {
    display: none;
  }
  .sche-step-items .sche-step-item img {
    display: block;
  }

  .step-btm-items .step-btm-item {
    margin-bottom: 28px;
  }
  .step-btm-items .step-btm-item div {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    padding: 20px 0;
  }
  .step-btm-items .step-btm-item div:after {
    bottom: -21px;
  }
  .step-btm-items .step-btm-item ul {
    width: 600px;
    max-width: 600px;
    margin: 25px auto;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .step-btm-items .step-btm-item ul:after {
    bottom: -21px;
  }
  .step-btm-items .step-btm-item ul li {
    width: 190px;
    padding: 12px 0;
    margin-bottom: 0;
  }
  .step-btm-items .step-btm-item ul li span {
    display: block;
    margin-bottom: 8px;
  }

  /* voice */
  .sec-wrap .voice-items {
    margin-bottom: 20px;
  }
  .sec-wrap .voice-items:last-child {
    margin-bottom: 0;
  }

  .voice-items .voice-item {
    margin-bottom: 10px;
  }
  .voice-items .voice-item:last-child {
    margin-bottom: 0;
  }

  .voice-main-layout {
    position: relative;
    width: 800px;
    height: 350px;
    margin-bottom: 60px;
  }

  .voice-main-ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 350px;
    text-align: center;
    background: #f2eeee;
  }
  .voice-main-ph img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }

  .voice-main-info {
    position: absolute;
    width: 400px;
    height: 220px;
    right: 0;
    bottom: 0;
    background: #fff6e0;
    text-align: center;
    border-top: 2px solid #ffba13;
    border-bottom: none;
    padding: 0 0 0;
    display: table;
  }

  .voice-main-info-inner {
    display: table-cell;
    vertical-align: middle;
  }

  .voice-main-info-post {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 14px;
  }

  .voice-main-info-year {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .voice-main-info-name {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
  }

  .voice-q-a-items {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .voice-q-a-items .voice-q-a-item {
    width: 400px;
    margin-bottom: 50px;
  }
  .voice-q-a-items .voice-q-a-item:nth-child(odd) {
    margin-right: 40px;
  }
  .voice-q-a-items .voice-q-a-item:last-child {
    margin-bottom: 40px;
  }

  .voice-q-a-item-q {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-left: 38px;
  }
  .voice-q-a-item-q:after {
    position: absolute;
    display: block;
    content: '';
    top: -16px;
    left: 1px;
    width: 27px;
    height: 36px;
    z-index: 0;
    background: url(../img/common/q.png) left 0 repeat;
    background-size: 27px 36px;
  }

  .voice-q-a-item-a p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
/* cms-pagination */
.cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  visibility: hidden;
}
.cms-pagination.state-last {
  margin-top: 60px;
}
.cms-pagination.state-block {
  visibility: visible;
}
.cms-pagination.state-first ul li.first:after, .cms-pagination.state-first ul li.prev:after {
  display: block;
}
.cms-pagination.state-last ul li.end:after, .cms-pagination.state-last ul li.next:after {
  display: block;
}
.cms-pagination.state-ex-sp ul li.end, .cms-pagination.state-ex-sp ul li.first {
  display: table !important;
}
.cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
}
.cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 36px;
  height: 34px;
  display: table;
  margin: 0 1px;
  display: none;
}
@media print, screen and (min-width: 350px) {
  .cms-pagination ul li {
    margin: 0 2px;
  }
}
.cms-pagination ul li.pagination-next-prev {
  width: 32px;
  display: table;
  position: relative;
}
@media print, screen and (min-width: 350px) {
  .cms-pagination ul li.pagination-next-prev {
    width: 36px;
  }
}
.cms-pagination ul li.pagination-next-prev:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.cms-pagination ul li.pagination-next-prev span {
  background: #fff;
  border: 1px solid #cccccc;
}
.cms-pagination ul li.pagination-next-prev img {
  width: 6px;
  height: 10px;
  position: relative;
  top: -2px;
}
.cms-pagination ul li.pagination-next-prev.end, .cms-pagination ul li.pagination-next-prev.first {
  display: none;
  margin: 0 0;
}
.cms-pagination ul li.pagination-next-prev.end img, .cms-pagination ul li.pagination-next-prev.first img {
  width: 12px;
}
.cms-pagination ul li.pagination-sp {
  display: table;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
}
.cms-pagination ul li span {
  background: #ebebeb;
  border: 1px solid #ccc;
  color: #ed5611;
}

.cms-body {
  padding-bottom: 50px;
}
.cms-body .tit-line-btm {
  line-height: 1.3;
}
.cms-body p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.cms-body h3 {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 22px;
  line-height: 1.3;
}
.cms-body h3.under-box {
  margin-bottom: 30px;
}
.cms-body h3:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ffc338;
  z-index: 2;
}
.cms-body h3:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 1;
}
.cms-body h3.add-pc-txt span {
  display: none;
}
.cms-body img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.btn-cms-next-prev {
  width: 100%;
  margin-bottom: 30px;
}
.btn-cms-next-prev .btn-cms-next {
  margin-bottom: 10px;
  height: auto;
}
.btn-cms-next-prev .btn-cms-next a {
  padding: 12px 40px 12px 25px;
  line-height: 1.4;
  text-align: left;
}
.btn-cms-next-prev .btn-cms-next a:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  margin-top: -5px;
}
.btn-cms-next-prev .btn-cms-back {
  margin-bottom: 10px;
  height: auto;
}
.btn-cms-next-prev .btn-cms-back a {
  padding: 12px 25px 12px 40px;
  line-height: 1.4;
  text-align: left;
}
.btn-cms-next-prev .btn-cms-back a:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  margin-top: -5px;
}

.btn-cms-back {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.btn-cms-back a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn-cms-back a:after {
  position: absolute;
  display: block;
  content: '';
  top: 13px;
  left: 15px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.btn-cms-next {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.btn-cms-next a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn-cms-next a:after {
  position: absolute;
  display: block;
  content: '';
  top: 13px;
  right: 15px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_next.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.btn-work-back {
  width: 240px;
  height: 60px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.btn-work-back a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
}

.btn-next {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.btn-next a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.btn-next a:after {
  position: absolute;
  display: block;
  content: '';
  top: 13px;
  right: 15px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_pager_next.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .cms-pagination ul li {
    width: 34px;
    height: 31px;
    margin: 0 5px;
    display: table;
  }
  .cms-pagination ul li.pagination-next-prev.end, .cms-pagination ul li.pagination-next-prev.first {
    display: table;
  }
  .cms-pagination ul li a {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .cms-pagination ul li a:hover {
    background: #f4f4f4;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .cms-pagination ul li a, .cms-pagination ul li span {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 1px 0 0 0;
  }
  .cms-pagination ul li.pagination-next-prev {
    width: 34px;
  }
  .cms-pagination ul li.pagination-next-prev img {
    top: -1px;
  }

  .cms-body {
    padding-bottom: 66px;
  }
  .cms-body .tit-line-btm {
    padding-top: 5px;
    line-height: 1.2;
  }
  .cms-body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .cms-body h3 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .cms-body h3.under-box {
    margin-bottom: 35px;
  }
  .cms-body h3:after {
    bottom: -2px;
    width: 20px;
    height: 3px;
  }
  .cms-body h3.add-pc-txt {
    position: relative;
  }
  .cms-body h3.add-pc-txt span {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .cms-body img {
    width: 100%;
    max-width: 700px;
    display: block;
    margin-bottom: 80px;
  }

  .btn-cms-next-prev {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .btn-cms-next-prev li.btn-cms-prev-li {
    float: left;
  }
  .btn-cms-next-prev li.btn-cms-next-li {
    float: right;
  }
  .btn-cms-next-prev .btn-cms-next {
    width: 400px;
    margin-bottom: 0;
    height: 60px;
  }
  .btn-cms-next-prev .btn-cms-next a {
    line-height: 1.4;
    padding: 0 40px 0 25px;
  }
  .btn-cms-next-prev .btn-cms-next a:after {
    position: absolute;
    display: block;
    content: '';
    top: 24px;
    right: 20px;
    margin-top: 0;
  }
  .btn-cms-next-prev .btn-cms-back {
    width: 400px;
    margin-bottom: 0;
    height: 60px;
  }
  .btn-cms-next-prev .btn-cms-back a {
    padding: 0 25px 0 40px;
    line-height: 1.4;
  }
  .btn-cms-next-prev .btn-cms-back a:after {
    position: absolute;
    display: block;
    content: '';
    top: 24px;
    left: 20px;
    margin-top: 0;
  }

  .btn-cms-next {
    width: 300px;
    height: 70px;
    display: table;
  }
  .btn-cms-next a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .btn-cms-next a:after {
    top: 29px;
    right: 35px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_pager_next.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-cms-next a:hover {
    background: #f8f8f8;
  }
  .btn-cms-next a:hover:after {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }

  .btn-cms-back {
    width: 300px;
    height: 70px;
    display: table;
  }
  .btn-cms-back a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .btn-cms-back a:after {
    top: 29px;
    left: 35px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-cms-back a:hover {
    background: #f8f8f8;
  }
  .btn-cms-back a:hover:after {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .btn-work-back {
    width: 300px;
    height: 70px;
    display: table;
  }
  .btn-work-back a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .btn-work-back a:after {
    position: absolute;
    display: block;
    content: '';
    top: 29px;
    left: 35px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_pager_prev.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-work-back a:hover {
    background: #f8f8f8;
  }
  .btn-work-back a:hover:after {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  .btn-next {
    width: 300px;
    height: 70px;
    display: table;
  }
  .btn-next a {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .btn-next a:after {
    top: 29px;
    right: 35px;
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_pager_next.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .btn-next a:hover {
    background: #f8f8f8;
  }
  .btn-next a:hover:after {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
}
/***********
ir
************/
.sec-wrap .sec-item {
  margin-bottom: 45px;
}
.sec-wrap .sec-item:last-child {
  margin-bottom: 0;
}
.sec-wrap .sec-item .sec-item {
  margin-bottom: 40px;
}
.sec-wrap .sec-item .sec-item:last-child {
  margin-bottom: 0;
}
.sec-wrap.sec-item-btm-s .sec-item .sec-item {
  margin-bottom: 20px;
}
.sec-wrap.sec-item-btm-s .sec-item .sec-item:last-child {
  margin-bottom: 0;
}

body.page-privacy .sec-wrap .sec-item {
  margin-bottom: 45px;
}
body.page-privacy .sec-wrap .sec-item:last-child {
  margin-bottom: 0;
}
body.page-privacy .sec-wrap .sec-item .sec-item {
  margin-bottom: 22px;
}
body.page-privacy .sec-wrap .sec-item .sec-item:last-child {
  margin-bottom: 0;
}

body.page-contract .sec-wrap .sec-item {
  margin-bottom: 45px;
}
body.page-contract .sec-wrap .sec-item:last-child {
  margin-bottom: 0;
}
body.page-contract .sec-wrap .sec-item .sec-item {
  margin-bottom: 35px;
}
body.page-contract .sec-wrap .sec-item .sec-item:last-child {
  margin-bottom: 0;
}
/*2023.08.02 text-indent*/
body.page-contract .indent-text {
  text-indent: -1em;
  padding-left: 1em;
}

.area-company-index-top {
  margin-bottom: 25px;
}

.area-company-index-top-inner {
  width: 90%;
  margin: 0 auto;
}

.area-company-index-top-txt-wrap {
  background: url(../img/company/area_company_index_top_sp.jpg) 0 bottom no-repeat #fff;
  background-size: 100% auto;
  padding-bottom: 68%;
}

.area-company-index-top-copy {
  margin-bottom: 20px;
}
.area-company-index-top-copy img {
  width: auto;
  height: 22px;
}

@media print, screen and (min-width: 768px) {
  .sec-wrap .sec-item {
    margin-bottom: 80px;
    margin-bottom: 90px;
  }
  .sec-wrap .sec-item:last-child {
    margin-bottom: 0;
  }
  .sec-wrap .sec-item .sec-item {
    margin-bottom: 60px;
  }
  .sec-wrap .sec-item .sec-item:last-child {
    margin-bottom: 0;
  }
  .sec-wrap.sec-wrap-btm-l .sec-item {
    margin-bottom: 90px;
  }
  .sec-wrap.sec-item-btm-s .sec-item .sec-item {
    margin-bottom: 35px;
  }

  body.page-tech .sec-wrap .sec-item {
    margin-bottom: 80px;
  }
  body.page-tech .sec-wrap .sec-item:last-child {
    margin-bottom: 0;
  }
  body.page-tech .sec-wrap .sec-item .sec-item {
    margin-bottom: 40px;
  }
  body.page-tech .sec-wrap .sec-item .sec-item:last-child {
    margin-bottom: 0;
  }
  body.page-tech .btn-zehm-contact {
    width: 340px;
    margin: 0 auto;
  }

  body.page-privacy .sec-wrap .sec-item {
    margin-bottom: 70px;
  }
  body.page-privacy .sec-wrap .sec-item:last-child {
    margin-bottom: 0;
  }
  body.page-privacy .sec-wrap .sec-item .sec-item {
    margin-bottom: 30px;
  }
  body.page-privacy .sec-wrap .sec-item .sec-item:last-child {
    margin-bottom: 0;
  }

  body.page-contract .sec-wrap .sec-item {
    margin-bottom: 80px;
  }
  body.page-contract .sec-wrap .sec-item:last-child {
    margin-bottom: 0;
  }
  body.page-contract .sec-wrap .sec-item .sec-item {
    margin-bottom: 40px;
  }
  body.page-contract .sec-wrap .sec-item .sec-item:last-child {
    margin-bottom: 0;
  }

  .area-company-index-top {
    width: 1140px;
    background: url(../img/company/area_company_index_top_pc.jpg) right top no-repeat #f5f5f5;
    margin-bottom: 72px;
    padding: 84px 0 84px 80px;
  }

  .area-company-index-top-inner {
    width: 100%;
    margin: 0 0;
    position: relative;
  }

  .area-company-index-top-txt-wrap {
    background: none;
    padding-bottom: 0;
    padding-right: 335px;
    margin-bottom: 70px;
  }

  .area-company-index-top-copy {
    margin-bottom: 40px;
  }
  .area-company-index-top-copy img {
    width: auto;
    height: 38px;
  }
}
/* layout */
.layout-company-csr .layout-l {
  margin-bottom: 20px;
}
.layout-company-csr img {
  width: 100%;
  height: auto;
}

.layout-company-iso {
  margin-bottom: 25px;
}
.layout-company-iso .layout-l {
  margin-bottom: 20px;
}
.layout-company-iso .layout-r {
  text-align: center;
}
.layout-company-iso .layout-r img {
  width: 138px;
  height: auto;
  margin: 40px auto 0;
  border: 1px solid #ccc;
}

.layout-contact-adress-search {
  margin-bottom: 20px;
}
.layout-contact-adress-search .layout-l {
  margin-bottom: 20px;
}

.layout-work-index section {
  margin-bottom: 48px;
}
.layout-work-index section:last-child {
  margin-bottom: 0;
}

.work-index-img {
  margin-bottom: 35px;
}
.work-index-img img {
  width: 100%;
  height: auto;
}

.layout-work-detail-col-02 {
  margin-bottom: 48px;
}
.layout-work-detail-col-02 .layout-l {
  margin-bottom: 20px;
}
.layout-work-detail-col-02 .layout-l div {
  margin-bottom: 20px;
}
.layout-work-detail-col-02 .layout-l div:last-child {
  margin-bottom: 0;
}
.layout-work-detail-col-02 .layout-l img {
  width: 100%;
  height: auto;
}
.layout-work-detail-col-02.type02 .layout-r div {
  width: 100%;
  margin-bottom: 20px;
}
.layout-work-detail-col-02.type02 .layout-r div:last-child {
  margin-bottom: 0;
}
.layout-work-detail-col-02 .layout-r div {
  width: 70.13%;
  margin: 0 auto;
}
.layout-work-detail-col-02 .layout-r div img {
  display: block;
  width: 100%;
  height: auto;
}
.layout-work-detail-col-02 .layout-r div span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}

.work-detail-img-02 {
  margin-bottom: 48px;
}
.work-detail-img-02 div {
  margin-bottom: 20px;
}
.work-detail-img-02 div:last-child {
  margin-bottom: 0;
}
.work-detail-img-02 img {
  width: 100%;
  height: auto;
}

.layout-renovation {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
.layout-renovation img {
  width: 100%;
  height: auto;
}
.layout-renovation .layout-l {
  margin-bottom: 20px;
}

.renovation-before-after {
  text-align: right;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .layout-work-index {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .layout-work-index section {
    width: 350px;
    text-align: center;
    margin-bottom: 0;
  }
  .layout-work-index section .tit-line-btm {
    text-align: left;
  }
  .layout-work-index section .btn-round {
    margin: 0 auto;
  }

  .work-index-img {
    margin-bottom: 25px;
  }

  .layout-company-csr {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .layout-company-csr .layout-l {
    width: 395px;
    margin-bottom: 0;
  }
  .layout-company-csr .layout-r {
    width: 410px;
  }

  .layout-company-iso {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }
  .layout-company-iso .layout-l {
    width: 550px;
    margin-bottom: 0;
  }
  .layout-company-iso .layout-r {
    width: 260px;
  }

  .layout-contact-adress-search {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    margin-bottom: 20px;
  }
  .layout-contact-adress-search .layout-l {
    width: 330px;
    margin-bottom: 0;
  }

  .layout-work-detail-col-02 {
    width: 735px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .layout-work-detail-col-02.type02 {
    width: 770px;
  }
  .layout-work-detail-col-02.type02 .layout-l {
    width: 370px;
  }
  .layout-work-detail-col-02.type02 .layout-l div {
    margin-bottom: 0;
  }
  .layout-work-detail-col-02.type02 .layout-r {
    width: 374px;
  }
  .layout-work-detail-col-02.type02 .layout-r div {
    margin-bottom: 24px;
  }
  .layout-work-detail-col-02 .layout-l {
    width: 408px;
    margin-bottom: 0;
  }
  .layout-work-detail-col-02 .layout-l div {
    margin-bottom: 24px;
  }
  .layout-work-detail-col-02 .layout-r {
    width: 300px;
  }
  .layout-work-detail-col-02 .layout-r div {
    width: 100%;
    margin: 0 auto;
  }
  .layout-work-detail-col-02 .layout-r div span {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
  }

  .layout-per-50 {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
  .layout-per-50 .layout-l {
    width: 50%;
  }
  .layout-per-50 .layout-r {
    width: 50%;
  }

  .work-detail-img-02 {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .work-detail-img-02 div {
    width: 408px;
    margin-bottom: 0;
  }

  .layout-renovation {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .layout-renovation.layout-mb-l {
    margin-bottom: 40px;
  }
  .layout-renovation .layout-l {
    margin-bottom: 0;
    width: 396px;
  }
  .layout-renovation .layout-r {
    margin-bottom: 0;
    width: 396px;
  }

  .pc-w-620 {
    width: 620px !important;
  }

  .pc-w-420 {
    width: 420px !important;
  }

  .pc-w-200 {
    width: 200px !important;
  }

  .renovation-before-after {
    margin-top: 10px;
    text-align: left;
  }
}
.official-items .official-item {
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
.official-items .official-item:last-child {
  margin-bottom: 0;
}

.official-item-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .official-items .official-item {
    margin-bottom: 22px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .official-items .official-item a {
    line-height: 1.4;
  }

  .official-item-name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 45px;
  }
}
/* work detail */
.work-detail-img-center {
  text-align: center;
  margin-bottom: 48px;
}
.work-detail-img-center img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .work-detail-img-center {
    margin-bottom: 60px;
  }
  .work-detail-img-center img {
    width: auto;
    height: auto;
  }
}
.box-404 {
  width: 90%;
  margin: 0 auto;
}

.txt-404 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .box-404 {
    width: 1140px;
    margin: 0 auto;
  }

  .txt-404 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 90px;
  }

  body.page-404 .btn-round {
    margin: 0 auto;
  }
}

/*********************************************
100周年のお知らせ追加
*********************************************/
.sec-100th p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.sec-100th p + p {
  margin-top: 1.5em;
}

.sec-100th p.text_lead {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

.sec-100th-foot {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 1.5em 0 0;
}

.sec-100th figure {
  margin: 1.5em 0 0;
}

.sec-100th figure img {
  width: 100%;
  max-width: 28vw;
  height: auto;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .sec-100th p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .sec-100th p.text_lead {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }

  .sec-100th figure {
    margin-top: 3em;
  }

  .sec-100th figure img {
    width: 100%;
    max-width: 200px;
  }
}