@charset "UTF-8";
.tab.title {
  margin-top: 8px;
  display: none; }

.tab.title > .inner {
  width: auto;
  height: 55px;
  position: relative; }

#main .tab.title h2 {
  margin: 0; }

#main .tab.title .tab01 {
  width: 50%;
  height: 55px;
  color: white;
  position: absolute;
  text-align: center;
  top: 8px;
  left: -0.8%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0; }

.tab.title .tab01 .inner {
  display: inline-block;
  font-size: 24px;
  padding-top: 8px; }

#main .tab.title .tab02 {
  width: 50%;
  height: 55px;
  color: white;
  position: absolute;
  top: 8px;
  right: -0.8%;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0; }

.tab.title .tab-gray {
  background-color: #ccc;
  overflow: hidden; }

.tab.title .tab-lightblue,
.tab.title .tab-orange,
.tab.title .tab-pink,
.tab.title .tab-blue,
.tab.title .tab-green,
.tab.title .tab-yellow {
  box-shadow: 0px -1px 0 0 rgba(255, 255, 255, 0.25) inset; }

.tab.title .tab-lightblue,
.tab.title .tab-lightblue-hover:hover {
  background-color: #7dc0e4; }

.tab.title .tab-orange,
.tab.title .tab-orange-hover:hover {
  background-color: #df6a53; }

.tab.title .tab-pink,
.tab.title .tab-pink-hover:hover {
  background-color: #ea6d93; }

.tab.title .tab-blue,
.tab.title .tab-blue-hover:hover {
  background-color: #00aae7; }

.tab.title .tab-green,
.tab.title .tab-green-hover:hover {
  background-color: #93c07d; }

.tab.title .tab-yellow,
.tab.title .tab-yellow-hover:hover {
  background-color: #eeb954; }

.tab.title h2.tab02 .inner {
  position: relative;
  text-align: center; }

.tab.title h2.tab02 .inner2 {
  display: inline-block;
  text-align: right;
  padding-top: 8px;
  font-size: 20px;
  line-height: 20px; }

.tab.title h2.tab02 .inner2 .subtitle {
  font-size: 10px;
  line-height: 10px; }

.tab.title h2.tab02 .inner3 {
  display: inline-block;
  font-size: 24px;
  padding-top: 8px; }

@media (max-width: 970px) {
  .tab.title h2.tab01 .inner,
  .tab.title h2.tab02 .inner,
  .tab.title h2.tab02 .inner3 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .tab.title {
    margin-top: 0px; }
  .tab.title h2.tab01 .inner,
  .title h2.tab02 .inner,
  .tab.title h2.tab02 .inner3 {
    font-size: 14px; }
  .tab.title h2.tab02 .inner2 {
    font-size: 14px;
    line-height: 14px; } }

.job > li {
  list-style: none;
  width: 50%;
  min-width: 280px;
  float: left; }

.job > li:before {
  content: '●';
  padding-right: 8px; }

.job > li ul li:before {
  content: '・';
  padding: 0 8px 0 20px; }
