@charset "UTF-8";


html {
  font-size: 100%;
}
main {
  color: #333;
  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.head_intro{
    max-width: 1100px;
    margin: 0 auto;

}

.head_intro .head_title{
    position: relative;
    font-size: 2.6rem;
    line-height: 2;
    margin-bottom: 52px;
    color: white;
    text-align: center;
    padding-top: 100px;
}
.head_intro .head_title:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    height: 520px;
    width: 100vw;
    background-color: #FCF7ED;
    z-index: -1;
    transform: translateX(-50%);
}
.head_intro .head_title .head_title-bg{
    background-color: #f89901;

}
.head_intro .head_text-area{
    background-color: white;
    padding: 58px 60px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);

}
.head_intro-area{
    position: relative;
    background-color: #f5f5f5;
    margin-top: 40px;
    padding: 50px 40px;
}
.head_intro-area p{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0.8rem;
    color: #8f8f8f;

}
.head_intro-area ul{
    display: flex;
    justify-content: center;
}
.head_intro-area ul li{
    margin-right: 30px;
    font-size: 1.6rem;
    display: flex;
    align-items: baseline;
}
.head_intro-area ul li .head_intro-num{
    color: #f89901;
    font-size: 3.8rem;
    line-height: 1.3;
    padding: 0 10px;
}
.head_intro-area ul li .head_intro-subject{
    color: #f89901;
    font-size: 2.6rem;
    line-height: 1.3;

}

.body_intro{
    max-width: 1100px;
    margin: 0 auto;
       padding:0 20px;

}
.body_intro .body_title{
    margin-bottom: 25px;
    font-size: 2.2rem;
    margin-top: 25px;
}
.body_intro table{
    width: 100%;
max-width: 1100px;
    margin: 0 auto;
}
.body_intro .img-tr{
    border-bottom: 1px solid #e2e2e2;
}
.body_intro .award-img{
padding-bottom:20px;
}
.body_intro .award-img img{

}
.body_intro .kome{
font-size:12px;
max-width:500px;
margin-left:auto;
}
.body_intro thead tr{
    background-color: #f89901;
    color: white;

}
.body_intro thead tr th{
    width:200px;
    text-align: left;
    padding: 6px 20px;
}
.body_intro thead tr td{
    padding-left: 10px;
}
.body_intro tbody tr th{
    padding: 15px 20px;
}
.body_intro tbody tr td{
    padding-left: 20px;

}
.sp_br{
    display: none;
}

@media screen and (max-width:760px) {
.custom-scrollbar {
  position: sticky;
  top: 0;
        height: 4px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 10;
  margin-bottom: 4px;
  width: 100%;
}

.custom-thumb {
  height: 100%;
  width: 100px;
  background-color: #cfc8c8;
  border-radius: 4px;
  position: relative;
  left: 0;
  cursor: pointer;
}    .sp_br{
        display: block;
    }
    .head_intro .head_title{
        font-size: 1.6rem;
    }
    .head_intro .head_text-area{
        padding: 60px 15px;
    }
    .head_intro-area{
        padding: 50px 20px;
    }
    .head_intro-area ul{
        flex-direction: column;
        padding: 0;
    }
    .head_intro-area ul li{
        font-size: 1.2rem;
    }
    .head_intro-area ul li .head_intro-num{
        font-size: 3rem;
        margin-left: 20px;
    }
    .head_intro-area ul li .head_intro-subject{
        font-size: 2.1rem;
    }
        .body_intro{
	 padding-left: 20px;
	 padding-right: 20px;
          }
.table-wrap{
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.body_intro table{
    min-width: 879px;
}
    .body_intro .body_title{
        font-size: 1.6rem;
    }
    .body_intro thead tr th{
        width: 120px;
    }
}