/* CSS Document */

article>h1 {
  margin: o auto;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
article>h1 img{
  width: 75%;
}
.lineUp h3{
  text-align: center;
  margin: .75rem .5rem;
  padding: 0 .25rem;

}
.lineUp h3 img:first-of-type{
  margin-bottom: .5rem;
}
.lineUp h3 span{
  display: block;
}
.lineUp h3 span:first-of-type{
  font-size: 1.1em;
  padding: .5rem 0;
  border-radius: 3px 3px 0 0;
}
.lineUp h3 span:last-of-type{
  font-size: .85em;
  font-family: serif;
  margin-top: .5rem;
}
.lineUp div{
  position: relative;
  padding: 0.5px;
}
.lineUp>div>div{
  top: -2rem;
}
.lineUp .shinro{
  background: #e8f6e6;
  margin: 40px 10px;
}
.lineUp .career{
  background: #fbf2e9;
  margin: 40px 10px;
}
.lineUp .tankyu{
  background: #fbe5e5;
}


.lineUp .shinro h3{
  color: #338425;
}
.lineUp .career h3{
  color: #8c4f1c;
}
.lineUp .tankyu h3{
  color: #a03343;
}
.lineUp .shinro h3 span:first-of-type{
  background: #b2e1ac;
}
.lineUp .career h3 span:first-of-type{
  background: #f1d4b5;
}
.lineUp .tankyu h3 span:first-of-type{
  background: #f1a9aa;
}
.lineUp ul{
  list-style-type: circle;
  padding-left: 2rem;
}
.btnPdf{
  text-align: center;
  margin: 1rem 0.5rem;
  width: 273px;
  margin: 1rem auto;
}
.btnPdf a{
  position: relative;
  border-radius: 3px;
  background: #03304D;
  color: #fff;
  display: inline-block;
  padding: .75rem 2rem;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.btnPdf a::before{
  background: linear-gradient(45deg, transparent 50%, #ffffff 50%);
  content: "";
  height: .6em;
  width: .6em;
  top: 19px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
}
h2.basic{
  border-left: none;
  border-right: 27px solid #b2e1ac;
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  background-color: #f5f5f5;
  color: #333333;
}
h2.basic::before{
  position: absolute;
  bottom: 2px;
  right: -20px;
  z-index: -1;
  transform: rotate(5deg);
  width: 100%;
  height: 50%;
  background-color: #d0d0d0;
  content: "";
  filter: blur(4px);
}

.contactLayout dl dt{
  font-weight: 700;
}
.contactLayout dl dd{
  margin-bottom: 15px;
}

/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  article>h1{
    margin-bottom: 40px;
    background-color: #f1d4b5;
  }
  article>h1 img{
    width: 85%;
  }
  
  .lineUp,
  .lineUp>div,
  .contactLayout{
    display: flex;
    margin: 0 auto;
    
  }
  .lineUp>div{
    flex-direction: column;
    width: calc(100% / 2);
    box-sizing: border-box;
  }
  
  .btnPdf{
    width: 219px;
  }
  .btnPdf.margin a {
    margin-top: 6.7rem;
  }
  
  .contactLayout dl{
    margin-left: 50px;
  }
  .cmnBody .cmnMenus{
    background: #eee;
  }
}