@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.content div{
  animation: fade 0.6s;
  -webkit-animation: fade 0.6s;
}

.content{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 10px 70px;
}

/*
.content > section:first-child{
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 20px;
}
*/

.content ol{
  list-style: decimal outside none;
  padding: 0 0 0 16px;
  margin-bottom: 25px;
  font-size: 14px;
}

.content ol > li{
  margin-bottom: 15px;
}

.content ol > li:last-child{
  margin-bottom: 0;
}

.content h3{
  font-size: 20px;
  text-align: center;
  padding: 55px 0 30px 0;
}

.content .post section{
  border-top: 1px solid #C8C8C8;
  padding: 42px 0 38px 0;
}

.content .post section:last-child{
  border-bottom: 1px solid #C8C8C8;
}

.content .post section:after{
  content: '';
  clear: both;
  display: block;
}

.content .post section h4{
  float: left;
  width: 13%;
  color: #F79824;
  font-weight: normal;
  line-height: 1.8;
}

.content .post section div{
  float: right;
  width: 87%;
  font-size: 14px;
  line-height: 1.8;
}

.content .post section p{
  margin-bottom: 14px;
}

.content .post section p:last-child{
  margin-bottom: 0;
}

.content #default section:first-child,
.content #career_tab section:first-child{
  border-top: none;
}

.content p.ct_p{
  padding: 40px 0;
  line-height: 2;
}

/*inquiry*/
.content .post .inquiry{
  border: 1px solid #C8C8C8;
  padding: 40px;
}
.content .post .inquiry h4{
  float: none;
}
.content .post .inquiry dl{
  font-size: 14px;
  margin-top: 20px;
}
.content .post .inquiry dt{
  margin-bottom: 5px;
  font-weight: bold;
}
.content .post .inquiry dd{
  margin-left: 1em;
}

.content .post .inquiry dd.attention{
  margin-top: 1em;
}
.content .post .inquiry a{
  display: block;
  margin-top: 5px;
  color: #004ca4;
  text-decoration: underline;
}
/*tab*/
.content ul.tab{
  padding: 0 0 18px 0;
}

.content ul.tab li{
  float: left;
  width: 50%;
  border: 2px solid #F9E54E;
}

.content ul.tab li a{
  display: block;
  padding: 20px 0 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
/*  color: #004ca4; */
}

.content ul.tab li.active a{
  position: relative;
  background-color: #F9E54E;
/*  color: #FFF;  */
}

/*.content ul.tab li.active a:after{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #004ca4;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  animation: fade .6s;
}*/

.content ul.tab li.active a:after{
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  background:url("../images/recruit/nav_arr.png") no-repeat center bottom /15px auto;
  padding: 21px 23px 0 0;
  animation: fade .6s;
}
/*photo*/
#photo{
  max-width: 580px;
  margin: 0 auto;
}
#photo img{
  width: 49%;
}

#photo img:nth-child(2){
  margin-left: 2%;
}
/*slide*/
.slider{
  width: 100%;
}
.slider li {
  display: block;
}
.slider li img {
  width: 100%;
  display: block;
}
@media all and (max-width: 640px){
  .content .post section{
    padding: 25px 0;
  }
  .content .post section h4{
    float: none;
    width: 100%;
    padding: 0 0 10px 0;
  }
  .content .post section div{
    float: none;
    width: 100%;
    padding: 0;
  }
  .content p.ct_p{
    padding: 25px 0;
    line-height: 1.8;
  }
  /*inquiry*/
  .content .post .inquiry{
    padding: 25px;
  }
}

.content .post section p.mb0 {
  margin-bottom: 0;
}
.content .post section ul.mb14 {
  margin-bottom: 14px;
}
main .site-banner h2 {
  color:#7DD0DC;
}
#guideline ul.tab li {
  border: 2px solid #7DD0DC;
}
#guideline ul.tab li.active a {
  background-color: #7DD0DC;
}
#guideline h4 {
  color: #7DD0DC;
}
#guideline ul.tab li.active a:after {
  background: none;
  padding:0;
  left: calc(50% - 9px);
  bottom: -36px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 18px solid transparent;
  border-top: 18px solid #7DD0DC;
}