/*info_table*/
.info_table {
  font-size: 13px;
  text-align: center;
  border: 1px solid #d4d4d4;
}
.info_table thead {
  color: #fff;
  background: #ba1111;
}
.info_table th,
.info_table td {
  word-break: keep-all;
  padding: 5px;
  border: 1px solid #d4d4d4;
}
.info_table .highlight {
  color: #000;
  background: #ffecd7;
}

/*info_3-1-3*/
.info_3-1-3 {
  display: grid;
  grid-template-columns: auto auto;
}

.info_3-1-3 h3 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.info_3-1-3 .cont_title {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.info_3-1-3 .cont_text {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}
.info_3-1-3 .unipass {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 20px 30px;
  margin-left: 40px;
  background: #333;
  border-radius: 10px;
}
.info_3-1-3 .unipass h4 {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.info_3-1-3 .unipass div {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
}
.info_3-1-3 .unipass div img:first-child {
  width: 90px;
}
.info_3-1-3 .unipass div img:last-child {
  width: 10px;
}

/*info_3-3-3*/
.info_3-3-3 .notice {
  padding: 15px;
  color: #ba1111;
  border: 2px solid #ba1111;
}
.info_3-3-3 .notice span {
  font-weight: bold;
}
.info_3-3-3 .info_table {
  margin-top: 30px;
}
.info_3-3-3 .info_table tr td:last-child {
  text-align: left;
}

/*info_3-4-2*/
.info_3-4-2 .img_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.info_3-4-2 .img_box div:last-child {
  grid-column: 1 / 3;
}

/*info_3-4-4*/
.info_contents .info_3-4-4 p img {
  margin: 15px 0;
}

/*info_4-1-1*/
.info_4-1-1 .info_table tr td:last-child {
  text-align: left;
}
.info_4-1-3 .notice {
  padding: 15px;
  color: #ba1111;
  border: 2px solid #ba1111;
}
.info_4-1-3.notice span {
  font-weight: bold;
}

/*info_6-2-1*/
.info_6-2-1 .cont_box {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background: #ffecd7;
}

/*info_7-1-1*/
.info_7-1-1 .info_table {
  text-align: left;
}
/*info_7-1-2*/
.info_7-1-2 .info_table {
  text-align: left;
}
/*info_7-2-1*/
.info_7-2-1 .cont_box {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background: #ffecd7;
}
/*info_7-4-2*/
.info_7-4-2 .info_table tr td {
  width: 50%;
  text-align: left;
}

/*info_9-1-2*/
.info_9-1-2 .info_table tr td:last-child {
  text-align: left;
}

/*info_contents*/
.info_contents {
  word-break: keep-all;
}
.info_contents .red {
  color: #ba1111;
  font-weight: bold;
}
.info_contents .small {
  font-size: 12px;
}

.info_contents p img {
  width: 100%;
  margin-top: 20px;
}

.info_contents .info_process li {
  display: flex;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.info_contents .info_process li div {
  padding: 10px 20px;
}

.info_contents .info_process .img_box {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_contents .info_process .img_box img {
  width: 50px;
}

.info_contents .info_process .txt_box {
  width: 100%;
  border-left: 1px solid #d4d4d4;
}
.info_contents .info_process .txt_box p.cont_title {
  color: #ba1111;
  padding-bottom: 0;
}
.info_contents .info_process .txt_box p a {
  color: #64a1fc;
  text-decoration: underline;
}
.info_contents .info_process .txt_box p img {
  width: 100%;
  margin-bottom: 5px;
}

.info_contents .info_process li span.num {
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  background: #333;
}

.info_contents .info_process li.next {
  margin: 15px auto;
  width: 30px;
  border-top: 0;
  border-bottom: 0;
}
.info_contents .info_process li.next img {
  width: 100%;
}