@charset "UTF-8";


#sec01{
    min-height: 100vh;
	padding-bottom:200px;
    background-color: #f2f2f2;
}

.company_table{
    margin-top:50px;
    padding:25px 50px 50px 50px;
    border-radius: 20px;
    background-color: #fff;
}
@media screen and (max-width:768px){
#sec01{
	padding-bottom:100px;
}
.company_table{
    padding: 25px 3vw 50px 3vw;
    border-radius: 15px;
}
}
.company_table dt,.company_table dd{
  font-size: clamp(11px, calc(10px + 0.625vw), 16px);
  display: block;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  line-height: 2;
}
.company_table dl {
    display: flex;
    font-weight: 500;
    padding: 25px 0;
    border-bottom: 1px solid #d4d4d4;
    position:relative;
}
.company_table dl:last-child{
    border: none;
    padding: 25px 0 0 0;
}
.company_table dl dt {
    width:150px;
    min-width: 9em;
    padding-right: 2em;
    font-weight: 700;
}
.company_table dl dd {
    width:calc(100% - 150px);
    padding-left: .5em;
}
.company_table .in-table dd,.company_table .in-table dt {
    border-bottom: none;
    padding-top: 0;
}

#sec01 iframe{
    margin-top:30px;
}

@media screen and (max-width:768px){
.company_table dl {
    flex-direction: column;
}
.company_table dl dt {
    border-bottom:none;
}
.company_table dl::after{
    content:"";
    width:35%;
    bottom:-1px;
}
.company_table dl dd {
    width:100%;
    padding-left: 0px;
}
}