@charset "utf-8";

a.text {
  text-decoration: underline;
}
a.text:hover {
  text-decoration: none;
}


#wrapper {
  margin-top: 70px;
}

h2.ttl {
  margin: 0 auto;
  padding: 60px 0;
  width: 320px;
}

dl.head {
  display: table;
}

dl.head h3 {
  margin: 0;
  padding-right: 20px;
  padding-bottom: 0;
}
dl.head dt, dl.head dd {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.badge_headquarter, .badge_branch {
  background: #23579b;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px 0 0;
  padding: 3px 0 2px;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
.badge_branch {
  background: #80d045;
}


/* INTRO */
#recruit_pagettl.pagettl {
  background-size: auto 260px;
  line-height: 260px;
}
#recruit_pagettl.pagettl img {
  height: 120px;
}
#interview1,#interview2,#interview3,#interview4,#interview5,#interview6,#interview7,#interview8,#interview9,#common-conditions,#ui-turn,#common-flow {
  padding-top: 70px;
  margin: -70px auto 0;
  width: 960px;
}
.l_table {
  position: relative;
}
.l_table dl:last-of-type {
  border-bottom: 1px dotted #c1c1c1;
}
.intro {
  background: url(../images/top_background.png) center;
  text-align: center;
  padding: 80px 0 80px 0;
  font-size: 1.5rem;
  line-height: 2;
}

.btn_nav li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page_nav_btn {
  background-color: #dddddd;
}
.page_nav_btn:after {
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}
.ui-turn .page_nav_btn {
  background-color: #80d045;
}
.overseas .page_nav_btn {
  background-color: #fa9e27;
}
.ui-turn a:hover {
  color: #80d045;
}
.overseas a:hover {
  color: #fa9e27;
}
.btn_base {
  display: block;
  color: #222;
  position: relative;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 60px;
  border-radius: 0px;
  border-radius: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.btn_base:after {
  display: block;
  content: '';
  position: absolute;
  top: 16px;
  right: 23px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.txt_block {
  margin-bottom: 40px;
}
.txt_block:after {
  content:"";
  display: block;
  clear: both;
}
.recruit_ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #222;
}
.sub_ttl {
  margin-bottom: 10px;
  color: #222;
  font-size: 2rem;
  font-weight: bold;
}
.sub_ttl img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
}
.txt_box {
  background-color: #0087b4;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 20px;
  display: inline-block;
}
.decimal {
  counter-reset: decimal;
}
.decimal li:before {
  counter-increment: decimal;
  content:counters(decimal, "-") ")";
}
.disc {
  margin-left: 1em;
}
.disc li {
  list-style-type: disc;
}

.interview {
  margin: 10px 0 0 !important;
}

.app {
  position: absolute;
   bottom: -55px;
   right: 0;
}
.app_btn {
  background-color: #cc0033;
  color: #fff;
}

.app_btn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 960px) {
  #wrapper {
    margin-top: 20px;
  }
  #recruit_header {
    position: fixed;
    top: 60px;
  }
  h2.ttl {
    margin: 0 auto;
    padding: 30px 0;
    width: 320px;
  }
  dl.head {
    margin-bottom: 10px;
  }
  dl.head dt, dl.head dd {
    display: inline;
    width: 100%;
  }
  #recruit_pagettl.pagettl {
    line-height: 130px;
  }
  #recruit_pagettl.pagettl img {
    height: 80px;
  }
  #interview1,#interview2,#interview3,#interview4,#interview5,#interview6,#interview7,#interview8,#interview9,#common-conditions,#ui-turn,#common-flow {
    width: 95%;
  }
  .intro {
    padding: 40px;
  }
  .btn_nav li {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .page_nav_btn {
    padding-right: 30px;
  }
  .app {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

.entry {
  margin: 70px auto;
  width: 360px;
}
@media only screen and (max-width: 960px) {
  .entry {
    width: 100%;
  }
}
