@charset "utf-8";


/* メインコンテンツ
------------------------------------------------------------ */
#section01{
  position: relative;
  padding: 0 0 8em;
}
.under .ttlarea .ttl01 {font-size: 5em;}
.underpage::before {
  top: 0.3%;
}

.general-table{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
padding-bottom: 1px;
}
.general-table:last-child{
  padding-bottom: 0px;
}
.general-table dt{
  width: 30%;
  background: #d3d3d3;
  color: #000000;
  padding: 1em;
}
.general-table dd{
width: 70%;
background: #f8f8f8;
padding: 1em;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  #section01 { margin: 4em auto;}
  .underpage::before {
    top: 3%;
    height: 350px;
    min-height: 30vh;
}

.under .ttlarea .ttl01{
    font-size: 2em;
    line-height: 1.2em;
}
.ttl02 {
    font-size: 1.5em!important;
}
#section01 .area-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.pagearea-in {
    min-height: 60vw;
    width: 100%;
    margin: 4em auto 0;
    padding: 3em 0.5em;
}
.general-parts {
    padding: 0.5em;
    margin-bottom: 1em;
    font-size: 0.9em;
}
.general-table {
    padding-bottom: 1px;
    flex-direction: column;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}
.general-table dt {width: 100%;}
.general-table dd {width: 100%;}

}
@media screen and (max-width: 375px) {}
