@charset "UTF-8";

#main{
  border-bottom: solid 30px #942b2b;
  position: relative;
  height: auto;
}
#main h1 img{
  max-width: 100%;
  min-width: 1100px;
}
.main_text{
  position: absolute;
  bottom: 0;
  width: 70%;
  margin: auto;
  right: 0;
  left: 0;
  }
  .main_text img{
    min-width: 820px;
    max-width: 100%;
  }

h2.top2{
  background: url(../img/bg_top2.jpg);
  background-size: cover;
  padding: 30px 0 0;
  text-align: center;
  max-width: 2000px;
  margin: 0 auto;
}

#salary_ttl,#beginner_ttl{
background: url(../img/bg_ttl.jpg);
background-repeat: repeat-x;
padding: 40px 0;
text-align: center;
background-size: contain;
font-size: 4.5rem;
color: #C08500;
box-shadow: 2px 3px 10px 5px rgba(82, 82, 82, 0.51);
position: relative;
}
  .salary_ttl,.beginner_ttl {
  display: inline-flex;
  width: 1100px;
  justify-content: center;
  }
    .salary_ttl p,.beginner_ttl p {
    font-size: 2.5rem;
    display: inline-block;
    border: solid 1px;
    padding: 11px;
    margin: 0 0 0 40px;
    }

.top3,.top5{
  background: url(../img/bg_head.jpg);
  padding: 40px 0 30px;
  border-bottom: solid 30px #942b2b;
  text-align: center;
  }
  .top3 p {
    width: 1100px;
    margin: 0 auto;
  }
  .top3 a{
    font-size: 30px;
    padding: 24px 0;
    margin: 30px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4e3c9), color-stop(0.50, #c19e66), color-stop(0.50, #b68d4c), color-stop(1.00, #f6e7cf));
    background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
    background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
    background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
    background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
    background: linear-gradient(to bottom, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
    color: #ffffff;
    border-radius: 20px;
    min-width: 400px;
  }
  .top5 img{
    display: block;
    margin: 0 auto
  }
    .hp_wrap{
    display: inline-flex;
    justify-content: center;
    margin: 10px 0 20px;
    }
      .hp{
      margin: 0 60px 0 0;
      }
        .hp a{
        display: block;
        }
        .hp a img{
        width: 440px;
        }
        .hp p{
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin: 30px 0 0;
        color: #b98014;
        }
      .top5 img.login{
      width: 500px;
      }

.top4 {
text-align: center;
padding: 40px 0;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic";
font-weight: bold;
}
  .top4 ul li.top4_a {
  margin: 20px auto;
  font-size: 2.4rem;
  text-align: left;
  width: 1000px;
  line-height: 30px;
  color: #6f6f6f;
  }
  .top4 ul li:first-of-type {
  border-bottom: solid 5px #6f6f6f;
  padding: 10px 0;
  }
  li.top4_box {
  font-size: 3.5rem;
  background: #00AB9E;
  color: #fff;
  line-height: 40px;
  padding: 15px 0;
  width: 1000px;
  margin: 0 auto;
  }
