/*top画像*/
.topsp img {
    max-width: 100%;
    width: 100%;
}
/*コンテンツ画像*/
.imgcenter{
    text-align: center;
}
@media screen and (min-width: 768px) {
/*top画像　PC*/
.topsp img {
    max-width: 920px;
    width: 920px;
}

/*コンテンツ画像　PC*/
.topsp div.imgcenter img {
    max-width: 700px;
}

}

#mainContents article > section {
    border-bottom: none;
}

#searchTop .jobdataBody {
  border-top: #FFF 0px solid;
  border-bottom: #FFF 0px solid;
}

#mainContents h2 {
    font-weight: bold;
    margin: 10px;
    color: #eb5500;
    padding-bottom: 1.3em;
}
#searchTop .jobdataBody .jobItm h2 {
    text-align: left;
}
.topsp h1 {
    color: #eb5500;
    text-align: center;
    font-size: 2.5em!important;
}


h3.kyoto-h3 {
  margin-top:3rem;
  margin-bottom: 3rem;
  position: relative;
  padding: 0.6em;
  background:#5dafeb;
  color: #fff;
  font-weight: bold;
  font-size:18px;
  line-height: 1.4;
}

h3.kyoto-h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #5dafeb
;
  width: 0;
  height: 0;
}


/* コンテンツ説明文 */
.tokushu-txt{
    margin:1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.8;
}


/* マーカー線・オレンジ */
.marker01{
background:linear-gradient(transparent 75%, #ffce9e 75%);
font-weight:bold; 
}


/* マーカー線・ピンク */
.marker02{
background:linear-gradient(transparent 75%, #EBA48F 75%);
font-weight:bold; 
}


/* マーカー線・茶色 */
.marker03{
background:linear-gradient(transparent 75%, #AE814A 75%);
font-weight:bold; 
}


/* padding　余白 */
.pt1rem{
    padding-top: 1em;
}

/* margin　余白 */
.mb1em{
    margin-bottom: 1em;;
}
.mt1rem{
    margin-top: 1em;
}
.mg1rem{
    margin: 1.5rem 1rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
}
.mg2rem{
    margin: 2rem 1rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
}



