
section:not(#mv,.apply-wrap){
  width: 1000px;
  margin: 20px auto 50px;
}
.inquiry-title{
  color:var(--main-color);
  text-align: center;
  margin-bottom: 25px;
}
.inquiry-top{
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.inquiry-top-text{
  margin-right: 30px;
}
.inquiry-top-text-content{
  margin-bottom: 25px;
}
.inquiry-point-item{
  margin-bottom: 35px;
}
.point-title-container{
  display: flex;
  align-items: center;
  background-color: #009380;
  padding-left: 25px;
  position: relative;
}
.point-title-container::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 59px;
  background-color: #fff;
  top: 0;
  right: 1%;
}
.point-title-container::after{
  content: "";
  position: absolute;
  background-color: #fff;  
  width: 990px;
  height: 3px;
  bottom: 6%;
  left: 0;
}
.point-title-number{
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  padding-right: 50px; 
}

.point-title-text{
  font-size: 36px;
  color: #fff;
}
.inquiry-point-primary-text{
  font-size: 20px;
  margin-top: 25px;
}
.inquiry-point-secondary-text{
  font-size: 16px;
}

.reading-table{
  border-collapse: collapse;
  background-color: white;
}


th,td{
    border: solid black 2px;
  }


.reading-table-head{
  background-color: 	#FEF2CC;
  font-weight: bold;
  font-size: 26px;
}

.column-1{
  width: 115px;
  font-weight: bold;
  font-size: 22px;
  padding: 5px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: black;
  text-underline-offset: 3px;
}
.column-1:hover{
  color : #ff7043;
}

.column-2{
  width: 62px;
}

.column-3{
  width: 103px;
}

.column-4{
  width: 400px;
}

.column-5{
  width: 320px;
}

.table-head-text{
  font-size
}

.column-4{
  font-size: 16px;
}

.column-3{
  font-size: 16px;
  padding: 0 0 0 3px;
}

.column-2{
  font-size: 18px;
  text-align: right;
  padding: 0 10px 0 0;
}

.column-5{
  font-size: 21px;
  font-weight: bold;
  padding: 0 0 0 3px;
}

.cell-attention-text{
  color: red;
  text-decoration: underline;
  text-decoration-color: red;
  text-underline-offset: 3px;

}

.reading-title{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 5px 5px;
}

.shinkatei-link-box{ 
    align-items: center;
}

.shinkatei-link-inquiry{
    position: relative;
    top: 10px;
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline 1px solid rgb(0, 0, 85);
    color: rgb(0, 0, 85);

}