@charset "UTF-8";

/* colors */
/* 濃い rgb(121,112,157) */
/* format */
/* font-family */
.sec .sec-body a.btn_file:not(:first-of-type) {
  margin: 20px 0 0 10px;
}

.sec .sec-body .btns-wrap a {
  width: 30.3%;
  margin: 0 1.5%;
}

.sec.sec_timetable .sec-body table tr th {
  position: relative;
  text-align: left;
  font-size: 20px;
  padding: 3px 80px 3px 15px;
}

.sec.sec_timetable .sec-body table tr th span {
  position: relative;
  display: block;
  padding-left: 1.2em;
}

.sec.sec_timetable .sec-body table tr th span:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #79709d;
  border-radius: 50%;
}

.sec.sec_timetable .sec-body table tr th[colspan="2"] {
  padding: 0;
}

.sec.sec_timetable .sec-body table tr th[colspan="2"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.sec.sec_timetable .sec-body table tr td {
  font-size: 18px;
  padding: 3px 40px 3px 0;
}

.sec.sec_timetable .sec-body table tr td table {
  color: #000;
}

.sec.sec_timetable .sec-body table tr td table tr td span {
  position: relative;
  display: block;
  padding-left: 1.3em;
}

.sec.sec_timetable .sec-body table tr td table tr td span:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #9d9d9d;
  border-radius: 50%;
}

/* 2019/3/8追加 */
.sec.sec_timetable .sec-body table tr td table tr td span.indent {
  font-size: .8em;
  padding-left: 2rem;
}

.sec.sec_timetable .sec-body table tr td table tr td span.indent:before {
  display: none;
}

/* 2023/10/26追加 */
.sec .sec-body ul li {
  position: relative;
  padding: 3px 0 3px 1.3em;
  font-weight: bold;
  font-size: 18px;
}

.sec .sec-body ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #79709d;
  border-radius: 50%;
}

.sec .sec-body ul li>ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}

/*
#flow-chart {
margin: 20px 0 0;
}

#flow-chart .flow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 50px;
}

#flow-chart .flow > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

#flow-chart .flow .flow-icon {
line-height: 0;
width: 106px;
}
#flow-chart .flow .flow-icon img {
width: 100%;
}

#flow-chart .flow .flow-separator {
position: relative;
width: 90px;
}

#flow-chart .flow .flow-separator span:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 50%;
width: 1px;
height: 150%;
background-color: #79709d;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

#flow-chart .flow .flow-separator:before {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
background-color: #79709d;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

#flow-chart .flow .flow-separator:after {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
width: 15px;
height: 15px;
border-top: 1px solid #79709d;
border-right: 1px solid #79709d;
-webkit-transform: translate(-50%, 100%) rotate(135deg);
transform: translate(-50%, 100%) rotate(135deg);
}

#flow-chart .flow .flow-detail {
position: relative;
width: calc(100% - 196px);
color: #fff;
padding: 15px 30px;
background-color: #79709d;
}

#flow-chart .flow .flow-detail .flow-detail-in {
display: block;
}

#flow-chart .flow .flow-detail .flow-detail-in h3 {
position: relative;
font-size: 20px;
padding-left: 1.2em;
}

#flow-chart .flow .flow-detail .flow-detail-in h3 small {
font-size: .9em;
}

#flow-chart .flow .flow-detail .flow-detail-in h3 span {
font-size: 14px;
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
font-weight: normal;
}

#flow-chart .flow .flow-detail .flow-detail-in h3:before {
content: '';
display: block;
position: absolute;
top: 11px;
left: 0;
width: 14px;
height: 14px;
background-color: #fff;
}

#flow-chart .flow .flow-detail .flow-detail-in ul {
margin-left: 2em;
}

#flow-chart .flow .flow-detail:before {
content: '';
position: absolute;
top: 50%;
left: 0;
border: 12px solid transparent;
border-right: 15px solid #79709d;
-webkit-transform: translate(-100%, -50%);
transform: translate(-100%, -50%);
}

#flow-chart .flow:first-of-type .flow-separator span:before {
top: 50%;
height: 100%;
}

#flow-chart .flow:last-of-type .flow-separator span:before {
height: 50%;
}

#flow-chart .flow:last-of-type .flow-separator:after {
display: none;
} */

/* 20200928修正分 */
a.btn_file {
  display: inline-block;
}

/* 20241119追加分 */
.sec .sec-body .inner dl.pgm_dl {
  font-size: 17px;
}

.sec .sec-body .inner dl.pgm_dl dt {
  float: left;
}

.sec .sec-body .inner dl.pgm_dl dd {
  margin-left: 130px;
}

.sec .sec-body .inner dl.pgm_dl b {
  font-weight: bold;
}

.page-link {
  text-align: center;
  padding: 8px 15px !important;
}

/* 20221102追加 */
a.btn_link {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 260px;
  padding: 8px 24px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #4d4d4d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.btn_link:hover {
  background-color: #aa003e;
}

.mt05 {
  margin-top: 0.5em;
}
