
a:hover {
  opacity: 0.8;
}

.main {
  width: 100%;
  margin: 0;
  background: #fff;
}

ul {
  margin: 0 auto;
}

h1 img {
  margin-bottom: 30px;
  width:100%;
}

h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin:0 10px 20px;
  line-height: 1;
}

h3 {
  font-size: 18px;
  color: #33c2ff;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.08em;
}

p {
  color: #444;
}

.default-text {
  font-size: 14px;
  text-align: left;
  line-height: 2;
  margin:0 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.fs18 {
  font-size: 18px;
}

.blue {
  color: #33c2ff;
}

.white {
  color: #fff;
}

.policy {
  margin: 0 15px 40px;
}

.plan {
  position: relative;
  box-sizing:border-box;
  border: 1px solid #33c2ff;
  margin-bottom:10px;
  padding:60px 0 0;
}

.plan:last-child {
  margin-right: 0;
}

.plan p {

-webkit-transform: translateY(-50%);

-ms-transform: translateY(-50%);

transform: translateY(-50%);

text-align: center;

color: #33c2ff;
line-height:1.2;

}


.number {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  color: #33c2ff;
  font-size: 25px;
  margin-right:5px;
}

.plan-detail {
  color: #33c2ff;
  font-size: 20px;
  line-height: 1.2;
}
.plan-detail br{
display:none
}

.plan:first-child:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 45%;
  display: block;
  width: 38px;
  height: 30px;
  background-image: url(/contents/careerup/images/icon_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.plan:nth-child(2):after {
  position: absolute;
  content: '';
  top: 10px;
  left: 46%;
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(/contents/careerup/images/icon_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.plan:last-child:after {
  position: absolute;
  content: '';
  top: 12px;
  left: 46%;
  display: block;
  width: 100%;
  height: 36px;
  background-image: url(/contents/careerup/images/icon_3.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.law {
  margin: 0 0 40px -1em;
  text-align: center;
}

.law a {
  color: #005490;
  text-decoration: underline;
  position: relative;
}

.law a:after {
  position: absolute;
  content: '';
  top: 2px;
  left: 23em;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

hr.hr1 {
  border: none;
  border-bottom: 1px solid #cce0e9;
  margin: 0 15px 40px;
}

.skill {
  background: #ecf9ff;
  margin: 0 15px 30px;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}

.skilllist {
  flex-direction: row;
  flex-wrap: wrap;
}

.skilllist li {
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #44bef0;
  height: 40px;
  padding: 0 5px;
  background: #fff;
  display: table;
  text-align: center;
}

.skilllist li span {
  color: #44bef0;
  line-height: 1.1;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 3px;
}

.skilllist li span span {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.skilllist li:last-child {
  border: none;
  background: none;
  text-align: center;
  font-weight:700;
  margin: 10px 0 0;
  height: 1em;
  color: #44bef0;
  font-size: 15px;
}

.skilllist li:nth-child(3n) {
  margin-right: 0;
}

.comp-area {
  background: #78d7ff;
  padding: 0 20px 0;
}

.comp-ttl {
  padding-top: 120px;
  position: relative;
}

.comp-ttl:before {
  position: absolute;
  content: '';
  top: 40px;
  left: 38%;
  display: block;
  width: 90px;
  height:70px;
  background-image: url(/contents/careerup/images/comp_icon.png);
  background-size: 90px;
  background-repeat: no-repeat;
}

.area-btn {  
  box-sizing: border-box;
}

.area-btn li { 
  text-align: center;
  font-weight: 700;
  font-size: 18px;  width: 49%;
  display:inline-block;
  box-sizing: border-box;
  margin-bottom:10px;
}

.area-btn li a {
  color: #005490;
  box-sizing: border-box;
  display: block;
  padding: 9px 0 7px;
  background: #fff;
  border: 2px solid #005490;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.area-btn li:last-child {
  margin-right: 0;
}

.area-btn li a:after {
  position: absolute;
  content: '';
  top: 13px;
  left: 85%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.area-wrapp{
  margin-bottom:30px;
}

.area-ttl{
  color:#fff;
  font-size:26px;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:20px;
}

.comp-box-list{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.comp-box-list li{
  width:100%;
  background:#fff url(/contents/careerup/images/border_top.png) repeat-x;
  padding: 25px 20px 18px;
  margin-bottom:20px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

.comp-name{
  display:table;
  margin-bottom:10px;
}

.comp-name dt,.comp-name dd{
  display:table-cell;
  vertical-align:middle;
  margin-bottom:10px;
}

.comp-name dt img{
  border:1px solid #ccc;
}

.comp-name dd{
  font-size:14px;
  font-weight:700;
  padding-left:10px;
}

.detail-bt{
  font-size:15px;
  font-weight:700;
  text-align:center;

}

.detail-bt a{
  margin:0 auto;
  background: #2e92ed;
  color:#fff;
  width: 85%;
  display:block;
  border-radius:4px;
  padding:10px 22px 9px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  position:relative;
  box-sizing:border-box;
}

.detail-bt a:after {
  position: absolute;
  content: '';
  top: 12px;
  left: 79%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/contents/careerup/images/arrow_bt.png);
  background-size: contain;
  background-repeat: no-repeat;
}




