/*局紹介部分の独自css(総務・広報・事業・企画・渉外)*/
.text h4{
    font-family: 'Suisse Int','Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #4E5E80;;
    font-weight: 550;
    letter-spacing: .9px;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
.text1 {
  position: relative;
  background-color: #F3F3F3;
  outline : 1.5px solid #878d9c; 
  outline-offset : -10px;
  
}
.text1::before {
  display: block;
  width: 44px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('./pic/アイコン.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
  content: "";
}
.text1::after {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url('./pic/アイコン2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
  content: "";
}
.text1 h4{
  font-family: 'Suisse Int','Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #4E5E80;;
  font-weight: 550;
  letter-spacing: .9px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.text1 p {
  font-family: 'Suisse Int','Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 2rem;
  padding: 1rem 10%;
}


.sch {
  /*min-width: 400px;
  max-width: 400px;*/
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 4px solid #ca4;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sch {
    /*min-width: 400px;
    max-width: 400px;*/
    list-style: none;
    margin: 0 auto 0 2em;
    padding-left: 20px;
    border-left: 4px solid #ca4;
    box-sizing: border-box;
  }

}


.sch li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.sch span.sch_margin {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.sch span.sch_margin::after {
  content: "";
  position: absolute;
  right: -35.5px;
  top: 23px;
  background: #ca4;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.sch .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding-left: 20px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 6px;
}
.text2 {
  position: relative;
  background-color: #F3F3F3;
  padding-bottom: 30px;
}

/*.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}*/

/*
.text2 {
  position: relative;
  background-color: #F3F3F3;
}
.text2 h4{
  font-family: 'Suisse Int','Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: #4E5E80;;
  font-weight: 550;
  letter-spacing: .9px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.text2 p {
  font-family: 'Suisse Int','Noto Sans JP', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 2rem;
  padding: 1rem 10%;
}

.text2::before {
  content: "";
  position: absolute;
  height: 600px;
  width: 6px;
  background-color: #ca4;
  left: 50px;
  bottom: 0;

}*/

.item_link_pic{
  height: 80px!important; 
  width: 80px!important; 
}