@charset "utf-8";
/* CSS Document */
.main-contents section a:hover {
  text-decoration: none;
}

.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.pankuzu a:link,
.contents-list a:link,
.pagetop a:link,
.pankuzu a:visited,
.contents-list a:visited,
.pagetop a:visited {
	color:#0c0052;
	text-decoration:none;
}

.topics a:link,
.topics a:visited,
.sample a:link,
.sample a:visited {
	color:#00C;
	text-decoration:none;
}

.main-contents a:hover{
	text-decoration:underline;
}
.text_box.mb50 {
  margin-bottom: 30px;
}
.text_box{
	overflow: hidden;
	margin: 30px 30px 0px;
}
.text_box p {
	font-size: 16px;
	line-height:1.8;
}
.text_box .time{
	margin-bottom: 0px;
}
.img_list{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.img_list li{
	margin-right: 30px;
}
.sub-title {
  border: none;
  background: none;
    background-color: rgba(0, 0, 0, 0);
  background-color: #595D8E;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin-top: 20px;
  padding: 30px 15px 25px 30px;
  font-weight: bold;
  font-size: 24px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 50px;
}

.flex-box p.text {
  margin-bottom: 20px;
}

.text {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  margin: 0 auto 10px;
}

dl {
  font-size: 16px;
  width: 90%;
  margin: 0 0 0;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 15px 20px;;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}

dt {
  width: 120px;
  display: flex;
  justify-content: space-between;
  margin-right: 25px;
  margin-bottom: 10px;
}

dt::after {
  content: "：";
  padding-left: 0px;
}

dd {
  width: calc(100% - 145px);
  margin-bottom: 10px;
}
.map-img img {
  margin-bottom: 10px;
}
.state_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.state_flex li{
  margin-bottom: 20px;
}
.left-txt {
  text-align: left;
  font-size: 16px;
}
.img_right{
  width: 360px;
  margin: 30px auto;
}
.line-hight0 {
  line-height: 1;
}
.bo_list{
  padding-bottom: 10px;
}

.sp_br {
  display: none;
}

.mt30 {
  margin-top: 30px;
}

.txtbox {
  max-width: 890px;
  width: 100%;
  margin: 0px auto 50px;
}

.txtbox p {
  font-size: 16px;
  line-height: 2;
}

.txtbox p.title-h3 {
  line-height: 2.2;
}

.txtbox a {
  text-decoration: underline;
}

.txtbox a:hover {
  text-decoration: none;
}

.title-h3 {
  font-weight: bold;
  line-height: 2.2;
  font-size: 18px;
  border-top: 1px solid #006;
  border-bottom: 1px solid #006;
  padding: 15px 0;
  color: #006;
  margin-bottom: 20px;
}
.strong {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.flex {
  display: flex;
  gap: 30px;
  & > p {
    max-width: 580px;
  }
  & figure {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px){
  .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    & > p {
      width: 100%;
    }
  }
}
.news_detail--list {
	font-size: 16px;
	line-height:1.8;
  margin-bottom: 24px;
}

.news_detail--list li {
  text-indent: -16px;
  padding-left: 16px;
}
.program_box {
  border: 1px solid #595d8e;
  margin: 50px 30px 30px;
  padding: 20px;
  box-sizing: border-box;
}
.program_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.program_txt {
  font-size: 16px;
  line-height: 1.5;
}
.program_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 0;
}
.program_img--list {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  &:nth-last-child(3) {
    position: relative;
   /* max-width: 259px;*/
  }
}
.program_com {
  position: absolute;
  display: inline-block;
  padding: 12px 10px;
  min-width: 430px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #fff;
  border: 1px solid #000;
  left: 10px;
  bottom: -10px;
  &:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 10%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 13px solid #FFF;
    z-index: 2;
  }
  &::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 10%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #000;
    z-index: 1;
  }
}
.expo_link {
  font-size: 15px;
}
.flex.betw {
  justify-content: space-between;
}
a.link_btn {
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin: 10px auto;
  background: #d90d0d;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
  &:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  &::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
.program_table {
  width: 800px;
  font-size: 15px;
  border: 1px solid #ccc;
}
.program_table a:hover {
  text-decoration: none;
}
.program_table th {
  background: #dde9f7;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
  &:nth-child(1) {
    width: 200px;
    border-right: 1px solid #ccc;
  }
  &:nth-child(2) {
    width: 600px;
  }
}
.program_table td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  &:nth-child(1) {
    border-right: 1px solid #ccc;
  }
  &:nth-child(2) {
    text-align: left;
    padding-left: 45px;
  }
}
.program_table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.table_box {
  width: 100%;
  overflow: auto;
}
@media (max-width:1189px){
}

@media (max-width: 767px){
  .figure_logo {
    margin: 0;
  }
  .pc_br {
    display: none;
  }
  .program_box {
    margin: 10px auto;
    padding-bottom: 130px;
  }
  .program_title {
    text-align: left;
  }
  .program_list {
    justify-content: center;
  }
  .program_com {
    left: 0;
    right: 0;
    top: initial;
    bottom: -115px;
    margin: auto;
    &:before {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-bottom: 13px solid #FFF;
      z-index: 2;
    }
    &:after {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-bottom: 14px solid #000;
      z-index: 1;
    }
  }
.sp_br {
  display: block;
}
.text_box {
margin: 10px 0;
	}
.img_list {
    justify-content: space-between;
	}
.img_list li{
	margin: 0 5px;
	}
.flex-box p {
  margin: 20px 0 0 0;
}
  
  .text_box p.mb0 {
    margin-bottom: 0;
  }
  dl {
    width: 100%;
    padding-right: 5px;
    margin-bottom: 30px;
  }

  dt {
    width: 100px;
    margin-bottom: 5px;
  }
  
  dd {
    width: 100%;
    margin-bottom: 20px;
  }
  
  h4 {
    margin-bottom: 10px;
  }
  
  .flex-box {
    margin-bottom: 20px;
  }
  
  .text_box p {
    margin-bottom: 20px;
  }
  .sub-title {
    padding: 25px 3% 25px 3%;
    text-align: center;
    line-height: 1.5;
    text-align: left;
  }
  
  .box-right {
  width: 100%;
}
  .map-img {
    flex-wrap: wrap;
}
  .none{
    display: none;
  }
  .img_right {
    width: 360px;
    margin: 0px auto;
}
.program_img--list {
  &:nth-last-child(3) {
    position: initial;
  }
}
  .program_list {
    position: relative;
  }
  .program_com {
    min-width: 100%;
  }

.program_table th {
  padding: 8px 10px;
  &:nth-child(1) {
    width: auto;
  }
  &:nth-child(2) {
    width: auto;
  }
}
.program_table td {
  padding: 15px 5px;
  width: auto;
  &:nth-child(2) {
    padding-left: 15px;
  }
}
  
}

@media (max-width: 479px){

.detail span {
	float: none;
	margin: 0px;
}

.contents-list li {
	margin-top: 10px;
}

.detail p {
	margin: 5px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
  
.left-txt {
  text-align: left;
  font-size: 15px;
}

}

/*　トップへ戻る 
=========================================*/
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	border: none;
}