@charset "UTF-8";
@import url(//cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Raleway);
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
  color: #454e63;
  line-height: 1.5; }
  @media screen and (max-width: 960px) {
    body {
      font-size: 1.4em; } }

a {
  color: #0033cc;
  text-decoration: none; }
  a img:hover {
    opacity: 0.7; }

.spNone {
  display: block; }

.pcNone {
  display: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

@media screen and (min-width: 961px) {
  a .spNone {
    display: inline-block !important; }

  br.sp {
    display: none; }
  br.pc {
    display: inline; } }
@media screen and (max-width: 960px) {
  .spNone {
    display: none; }

  .pcNone {
    display: block; }

  br.sp {
    display: inline; }
  br.pc {
    display: none; } }
.txtRe {
  color: #f3212d; }

.txtBl {
  color: #2196f3; }

.tCenter {
  text-align: center; }

.fBold {
  font-weight: bold; }

*[class*="fs-"].tCenter {
  margin-bottom: 1em; }

.fs-xs {
  font-size: 0.9em; }

.fs-s {
  font-size: 1.2em; }

.fs-m {
  font-size: 1.5em; }

.fs-l {
  font-size: 2em; }

.fs-xl {
  font-size: 2.5em; }

.mb5 {
  margin-bottom: 0.5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mb35 {
  margin-bottom: 3.5em !important; }

.mb40 {
  margin-bottom: 4em !important; }

.mb45 {
  margin-bottom: 4.5em !important; }

.mt5 {
  margin-top: 0.5em !important; }

.mt10 {
  margin-top: 1em !important; }

.mt15 {
  margin-top: 1.5em !important; }

.mt20 {
  margin-top: 2em !important; }

.mt25 {
  margin-top: 2.5em !important; }

.mt30 {
  margin-top: 3em !important; }

.mt35 {
  margin-top: 3.5em !important; }

.mt40 {
  margin-top: 4em !important; }

.mt45 {
  margin-top: 4.5em !important; }

.noLink {
  pointer-events: none; }

video {
  width: 100%; }

div[class*="textBox"] {
  margin-bottom: 2.5em; }
  div[class*="textBox"] .titleCaption {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2em; }
  div[class*="textBox"] .detail {
    padding: 20px; }

.textBox01 {
  border: solid 2px #2196f3; }
  .textBox01 .titleCaption {
    background-color: #2196f3; }

.textBox02 {
  border: solid 2px #0d47a1; }
  .textBox02 .titleCaption {
    background-color: #0d47a1; }

table.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto; }
  table.table th {
    font-weight: bold;
    text-align: left; }
  table.table td, table.table th {
    border-top: 1px solid #a6b4cc;
    padding: 1em 1.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  table.table tr:last-child td, table.table tr:last-child th {
    border-bottom: 1px solid #a6b4cc; }

@media screen and (max-width: 960px) {
  table.table tr th, table.table tr td {
    width: 100%;
    display: block;
    border-top: none; }
  table.table tr th {
    border-top: 2px solid #a6b4cc;
    border-bottom: 1px dashed #a6b4cc; }
  table.table tr:last-child td {
    border-bottom: 2px solid #a6b4cc; }
  table.table tr:last-child th {
    border-bottom: 1px dashed #a6b4cc; } }
form.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: auto; }
  @media screen and (max-width: 480px) {
    form.btnList {
      display: block; } }

input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: .95em;
  width: 100%; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration,
  input[type="reset"]::-webkit-search-decoration,
  button[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus,
  input[type="reset"]::focus,
  button[type="button"]::focus {
    outline-offset: -2px; }

input[type="text"], input[type="email"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px; }

input[type="text"]:focus, input[type="email"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #2196F3;
          box-shadow: 0 0 7px #2196F3;
  border: 1px solid #2196F3; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset; }

table.form {
  width: 95%;
  height: auto;
  background-color: #f1f2f3;
  margin: 0 auto;
  border: 1px solid #ccc; }
  table.form th {
    width: 30%;
    color: #4c4c4c;
    background-color: #bcdffb;
    border: 1px solid #ccc;
    font-weight: bold !important;
    padding: 15px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  table.form td {
    padding: 15px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff; }

/* テキストエリアの設定 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea, select {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
  background-color: #fff; }

@media screen and (max-width: 480px) {
  table.form {
    max-width: 100%; }
    table.form tr, table.form th, table.form td {
      width: 100%;
      display: block;
      list-style: none; }
      table.form tr th, table.form tr table.form tr td, table.form th th, table.form th table.form tr td, table.form td th, table.form td table.form tr td {
        padding: 10px;
        border: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
.btn01, input[type="submit"], button[type="button"] {
  background: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
  margin: 1.5em auto;
  padding: 1.5em;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn01:hover, input[type="submit"]:hover, button[type="button"]:hover {
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 13px #333;
            box-shadow: 0 0 13px #333; }

.btn02, input[type="submit"] {
  background: #2196F3;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 280px;
  margin: 1.5em auto;
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn02:hover, input[type="submit"]:hover {
    background: #4dabf5;
    -webkit-box-shadow: 0 0 13px #999;
            box-shadow: 0 0 13px #999; }

ul.list {
  margin-top: 10px; }

ul.list li {
  position: relative;
  line-height: 1.8em;
  padding-left: 1.5em; }

ul.list li::before {
  content: "・";
  position: absolute;
  left: -10px;
  font-size: 2.5em; }

h3 {
  text-align: center;
  font-size: 2em;
  border-bottom: 1px solid #2196f3;
  padding-bottom: .35em;
  margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    h3 {
      font-size: 1.3em; } }
  h3 .titleInner {
    border-bottom: 7px solid #2196f3;
    padding: 0 20px .3em 20px; }
    @media screen and (max-width: 480px) {
      h3 .titleInner {
        line-height: 1.8; } }

h4 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em; }

.btnMore {
  text-align: center;
  display: block;
  border: 1px solid #fff;
  max-width: 60%;
  margin: 3em auto;
  padding: 10px;
  color: #fff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  .btnMore:hover {
    background-color: #fff;
    color: #42a5f5; }

.btnMore::before {
  content: "\f0da";
  font-family: fontawesome;
  margin-right: 5px;
  font-size: 1.5em;
  vertical-align: middle;
  line-height: 0; }

@media screen and (min-width: 961px) {
  .header.fixed li a {
    padding: 12px 0 5px;
    font-size: .9em; } }

.header {
  padding: 20px 0 0;
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  z-index: 999;
  border-bottom: solid 2px #92a4cc; }
  @media screen and (min-width: 961px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2; } }
  @media screen and (max-width: 960px) {
    .header {
      padding: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .header .logo {
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    @media screen and (min-width: 961px) {
      .header .logo {
        text-align: center; } }
    @media screen and (max-width: 960px) {
      .header .logo img {
        width: 80%; } }

@media screen and (min-width: 961px) {
  .fixed .logo {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }
.navBtn {
  display: none; }

@media screen and (min-width: 961px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto; } }
.nav a {
  text-decoration: none;
  display: block; }
  @media screen and (min-width: 961px) {
    .nav a {
      color: #444f65;
      padding: 30px 0 15px;
      border-bottom: 5px solid transparent;
      -webkit-transition-duration: .2s;
              transition-duration: .2s; }
      .nav a:hover {
        color: #2196f3;
        border-bottom: solid 5px #2196f3; } }
  @media screen and (max-width: 960px) {
    .nav a {
      color: #434e62;
      font-size: 18px;
      text-align: center; } }
.nav li {
  margin: 25px; }
  @media screen and (min-width: 961px) {
    .nav li {
      display: inline-block;
      margin: 0 10px; } }

.navWrap.open {
  display: block; }

.navWrap.close {
  display: none; }

@media screen and (min-width: 961px) {
  .navWrap {
    display: block !important; } }
@media screen and (max-width: 960px) {
  .navBtn {
    display: block;
    cursor: pointer; }

  .navWrap {
    position: fixed;
    left: 0;
    top: 4.5em;
    display: none;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%; }
    .navWrap .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto; }

  /*メニューボタン*/
  .navBtn,
  .navBtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .navBtn {
    z-index: 20;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 30px; }

  .navBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #a6b6d0; }

  .navBtn span:nth-of-type(1) {
    top: 0; }

  .navBtn span:nth-of-type(2) {
    top: 13px; }

  .navBtn span:nth-of-type(3) {
    bottom: 0; }

  .navBtn.active span {
    background-color: #2196f3; }

  .navBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }

  .navBtn.active span:nth-of-type(2) {
    opacity: 0; }

  .navBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg); } }
.contactLink {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 5;
  font-size: .95em;
  z-index: 999; }
  @media screen and (max-width: 960px) {
    .contactLink {
      background-color: #2196f3;
      width: 65px;
      height: 62px;
      right: 70px;
      top: 0; } }
  .contactLink a {
    color: #444f65; }
  .contactLink i {
    color: #2196f3;
    content: "\f0e0";
    margin-right: 5px;
    vertical-align: middle; }
    @media screen and (max-width: 960px) {
      .contactLink i {
        font-size: 3em;
        line-height: 1.5;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        top: 0;
        margin: auto;
        text-align: center; } }

.main {
  margin-top: 9.2em;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  @media screen and (max-width: 960px) {
    .main {
      margin-top: 4.5em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .main .leftBox {
    position: relative;
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7;
    background-color: rgba(24, 46, 87, 0.6); }
    .main .leftBox .boxInner {
      line-height: 1.8; }
      @media screen and (min-width: 961px) {
        .main .leftBox .boxInner {
          padding: 0;
          margin: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .main .rightBox {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    background-color: rgba(31, 127, 211, 0.6); }
  .main .boxInner {
    padding: 10em 3em; }
    @media screen and (max-width: 960px) {
      .main .boxInner {
        padding: 5em 1.5em;
        text-align: center; } }

#category {
  background-size: cover;
  padding: 3em .5em;
  text-align: center;
  margin-top: 4.5em;
  position: relative;
  z-index: -1; }
  @media screen and (min-width: 961px) {
    #category {
      margin-top: 9.2em;
      padding: 6em 0; } }
  #category:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(33, 70, 123, 0.5); }
  #category h2 {
    font-size: 1.8em;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border: solid 1px #fff; }
    @media screen and (max-width: 480px) {
      #category h2 {
        padding: 15px 20px; } }
    #category h2 span {
      font-family: 'Raleway', sans-serif;
      display: block;
      font-size: .7em;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        #category h2 span {
          font-size: .5em; } }
  #category .caption {
    color: #fff;
    margin-top: 1.5em; }

#presidentArea {
  background-color: #0d47a1;
  color: #fff;
  padding: 3.5em .5em; }
  #presidentArea .title {
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold; }
  #presidentArea .message {
    width: 80%;
    max-width: 800px;
    margin: 0 auto; }

#company #category {
  background-image: url(/img/company/company_top.jpg); }

#road_safety #category {
  background-image: url(/img/road_safety/road_safety_top.jpg); }

#parking #category {
  background-image: url(/img/parking/parking_top.jpg); }

#accident #category {
  background-image: url(/img/accident/accident_top.jpg); }

#bridge #category {
  background-image: url(/img/bridge/bridge_top.jpg); }

#asbestos #category {
  background-image: url(/img/asbestos/asbestos_top.jpg); }

#chimney_kapostack #category {
  background-image: url(/img/chimney_kapostack/chimney_kapostack_top.jpg); }

.contentWrap {
  padding: 5em 0; }
  .contentWrap section {
    margin: 0 auto;
    max-width: 1200px; }
    @media screen and (max-width: 960px) {
      .contentWrap section {
        padding: 0 8px; } }
    .contentWrap section.certificateArea {
      max-width: initial;
      padding: 0; }
    .contentWrap section + section {
      margin-top: 3em; }

.contents {
  padding: 2em 3em; }
  @media screen and (max-width: 960px) {
    .contents {
      padding: 10px 0; } }

.colunmList3 li {
  width: 31%; }

.colunmList2 li {
  width: 49%; }

ul[class*="colunmList"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul[class*="colunmList"] li {
    margin-bottom: 2em; }
    @media screen and (max-width: 960px) {
      ul[class*="colunmList"] li {
        width: 49%; } }
    ul[class*="colunmList"] li img {
      width: 100%; }
    ul[class*="colunmList"] li .liTitle {
      text-align: center;
      width: 100%;
      padding: 15px 0;
      background: #2196f3;
      color: #fff; }
      @media screen and (min-width: 961px) {
        ul[class*="colunmList"] li .liTitle {
          font-size: 1.1em; } }
    @media screen and (max-width: 960px) {
      ul[class*="colunmList"] li.single {
        width: 100%; } }
    ul[class*="colunmList"] li i.fa.fa-caret-down {
      font-size: 10em;
      line-height: 50%;
      text-align: center;
      display: block;
      color: #42a5f5; }
      @media screen and (max-width: 960px) {
        ul[class*="colunmList"] li i.fa.fa-caret-down {
          font-size: 5em;
          line-height: 30%; } }

ol.point {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  padding: 0;
  margin-bottom: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 1.2em; }
  @media screen and (max-width: 480px) {
    ol.point {
      font-size: 1.1em; } }
  ol.point li {
    margin-bottom: 20px; }
    ol.point li span {
      position: relative;
      display: block;
      padding: .4em .4em .4em 3em;
      *padding: .4em;
      margin: .5em 0 0 .3em;
      background: #e4f2fd;
      text-decoration: none;
      border-radius: .3em;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      ol.point li span::before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -.3em;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #2396f1;
        height: 5rem;
        width: 5rem;
        line-height: 1.5;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        color: #fff;
        font-size: 1.6em; }

/* ol.point li span:hover{
        background: #eee;
} */
/* ol.point li span:hover:before{
    transform: rotate(360deg);
}
  */
footer .ftLink {
  background-color: #0e47a1;
  padding: 2em 10px; }
  footer .ftLink .linkList {
    max-width: 680px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .ftLink .linkList li {
      line-height: 2.5;
      white-space: nowrap; }
      footer .ftLink .linkList li::after {
        content: "";
        border-right: 2px solid #66b5f7; }
      footer .ftLink .linkList li a {
        color: #66b5f7;
        padding: 0 1em;
        -webkit-transition-duration: .3s;
                transition-duration: .3s; }
        @media screen and (max-width: 960px) {
          footer .ftLink .linkList li a {
            padding: 0 10px; } }
        footer .ftLink .linkList li a:hover {
          color: #fff; }
    footer .ftLink .linkList li:last-child::after {
      content: none; }
    @media screen and (min-width: 961px) {
      footer .ftLink .linkList li:nth-child(4n)::after {
        content: none; } }
footer .ftCopy {
  background-color: #002171;
  color: #42a5f5;
  text-align: center;
  padding: 1.5em 0;
  font-size: 0.9em; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  @media screen and (max-width: 960px) {
    #pageTop {
      right: 10px;
      bottom: 10px; } }
  #pageTop i {
    padding-top: 2px;
    padding-right: 7px;
    font-size: 1.5em; }
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #42a5f5;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: solid 3px #42a5f5; }
    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7; }

#map {
  margin: 15px 0;
  line-height: 0;
  border: solid 3px #b9bfcb; }

.certificateArea {
  color: #fff; }
  @media screen and (min-width: 961px) {
    .certificateArea {
      background: #0e47a1; } }
  @media screen and (min-width: 961px) {
    .certificateArea .certificateIn {
      max-width: 1020px;
      margin: 0 auto;
      position: relative; } }
  .certificateArea .certificateIn .imgBox {
    padding: 20px; }
    @media screen and (min-width: 961px) {
      .certificateArea .certificateIn .imgBox {
        width: 30%;
        text-align: center; } }
    @media screen and (max-width: 960px) {
      .certificateArea .certificateIn .imgBox {
        text-align: center;
        background: #0e47a1; } }
    .certificateArea .certificateIn .imgBox img {
      max-height: 400px; }
  .certificateArea .certificateIn .txtBox {
    background: #42a5f6;
    padding: 5em 1.5em; }
    @media screen and (min-width: 961px) {
      .certificateArea .certificateIn .txtBox {
        position: absolute;
        right: 0;
        top: -5%;
        width: 55%;
        height: 110%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 40px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .certificateArea .certificateIn .txtBox dl {
      width: 100%; }
      .certificateArea .certificateIn .txtBox dl dt {
        font-size: 1.5em;
        margin-bottom: 1em; }
