@charset "utf-8";
/* CSS Document */

/* ==========================
main
============================= */
.ml_3em {
  margin-left: 3em;
}
.indent {
  display: inline-block;
}
.indent_left {
  padding-left: 1em;
  display: block;
}
.indent01 {
  padding-left: 0;
  text-indent: 1em;
}
.indent01.left {
  padding-left: 2em;
  text-indent: -1em;
  display: inline-block;
}
.detail_inner span.indent02 {
  padding-left: 1.7em;
  text-indent: -1.7em;
  display: inline-block;
}

.products_bg{
	background-image: url("/archive/img/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
	height: 202px;
}

.bg_all{
	padding: 100px 0 100px;
}
.img_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.img_flex.start {
  justify-content: flex-start;
  gap: 24px;
}
.img_flex.center {
  justify-content: center;
}
#n_2506_2 .img_flex.center {
  p:nth-child(1),
  p:nth-child(2) {
    padding-bottom: 0;
  }
}

.img_flex li{
  padding-bottom: 20px;
}
.img_flex.rev li{
  line-height: 2;
}

.inner_list{
  width: 720px;
}
.main_title{
	text-decoration: underline #330099 3px;
	text-underline-offset:0.3em;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.sub_title{
	color: #330099;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 24px;
	border-bottom: 3px solid #D9D9D9;
	padding-bottom: 10px;
	margin-bottom: 25px;
	
}
.menu .menu_list01 {
    background: #330099;
    width: 239px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    max-height: 50px;
    box-sizing: border-box;
    font-weight: bold;
    height: 50px;
}

.menu .menu_list03{
    background: #330099;
    width: 241px;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    max-height: 50px;
    box-sizing: border-box;
    font-weight: bold;
    height: 50px;
}

.menu .menu_list02{
    border: #330099 1px solid;
    width: 239.5px;
    color: #330099;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    max-height: 50px;
    box-sizing: border-box;
}
.menu .menu_list02 p a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.menu_list02:hover{
	background-color: #330099;
	color: #fff;
}
.left_20{
	padding-left: 18px;
}
/* ==========================
newa_box
============================= */
.news_box {
    display: flex;
	max-width: 1024px;
	margin: auto;
	justify-content: space-between;
}
ul.news_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
	flex-wrap: wrap;
	position: relative;
	left: 40px;
}
ul.news_inner li {
	max-width: 328px;
}
.news_inner dl {
    margin: 20px 0;
}
.news_inner dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 11px;
    align-items: center;
}

.detail_img {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

p.date {
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
}
p.news {
    color: #008DBC;
    border: solid 1px #008DBC;
    padding: 0px 10px;
    width: 100px;
    text-align: center;
	margin-left: auto;
}
p.seminor {
    color: #0E6BD2;
    border: solid 1px #0E6BD2;
    padding: 0px 10px;
    width: 154px;
    text-align: center;
}
.detail_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
	padding-top: 50px;
}
.detail_inner p{
  width: 100%;
	padding-bottom: 20px;
}
.detail_inner a{
	color: #330099;
	text-decoration: underline;
  word-break: break-all;
}
.detail_inner .schedule p{
  padding-bottom: 0;
}

ul.news_inner a:link {
    text-decoration: none;
}
.detail_list{
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 20px;
  line-height: 1.5;
}

.program_inner {
  padding-left: 14px;
}

.program_inner.first {
  margin-top: -40px;
}

.program_inner li {
  text-indent: -30px;
  padding-left: 34px;
}

.program_inner li.inner-list {
    padding-left: 29px;
  text-indent: -49px;
}

.program_inner li.indent-txt {
      padding-left: 79px;
    text-indent: -77px;
  margin-top: -20px;
}
.link{
  text-decoration: underline;
  text-underline-offset: 2px;
}
.link:hover{
  text-decoration: none;
}

.txt_img_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
}
.txt_img_flex img{
  width: 100%;
  max-width: 280px;
}

/*230530追記*/
.tbl_outer {
  margin:5px;
  background-color:transparent;
}
.tbl_outer div table {
  width:100%;
}
.tbl_outer{
  padding:0px;
}
.tbl_outer div th, .tbl_outer div td{
  border: 1px solid currentColor;
  padding: 5px;
  height: 40px;
}
.tbl_outer div td:last-child {
  width: 40%;
}
.tbl_outer div tr:last-child td:last-child {
  text-align: left;
}
.tbl_outer tr th{
  background-color:transparent;
}
.tbl_outer div table{
  border-collapse:collapse;
  border-spacing:0;
  table-layout:fixed;
}
.tbl_outer div, .tbl_outer div a{
  color:#000000;
}
.tbl_outer div{
  font-size: 14px;
}
.tbl_outer div th{
  font-weight:bold;
  text-align:center;
}
.img_240606 {
  width: 150px;
}

/* 240315追加 */
.para_ex {
  font-weight: bold;
  text-decoration: underline;
}
.ta_c {
  text-align: center;
}
.detail_inner p.pb_50 {
  padding-bottom: 50px;
}

/* 240723追記 */
.med_text{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* 240920追記 */
.img_240906_inner{
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
.img_240906_inner p{
  padding-bottom: 10px;
  font-size: 1.3rem;
}
.appears{
  padding-bottom: 20px;
}
.appears_pl{
  padding-left: 50px;
}
.img_240906_title{
  font-size: 1.6rem;
}
.table_240924{
  padding-bottom: 20px;
}
.table_240924_span{
  color: #FF0000	;
  font-weight: bold;
}
.list{
  text-indent: -1em;
  padding-left: 1em;
}
.list02{
  text-indent: 4em;
  padding-left:-1em;
}
.table_240924 td{
  text-align: left;
  padding: 4px 16px;
}

/* 9/26追記 */
.text_red_0926{
  color: #FF0000	;
  font-weight: bold;
}

.text_right{
  display: flex;
  justify-content: right;
}

@media screen and ( max-width: 1075px ){
ul.news_inner {
    justify-content: space-around;
}
}
@media screen and ( max-width: 767px ){
  .inner_list {
    width: 100%;
    max-width: 676px;
  }
  
.news_box {
    max-width: 90%;
    margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.img_flex{
  justify-content: center;
}
  .img_flex.start {
    justify-content: center;
    gap: 0;
  }

ul.news_inner {
    margin: 0 auto 30px;
	position: relative;
	left: 0px;
}
.products_bg{
	margin-top: 50px;
	background-position: top;
}
.menu {
    max-width: 400px;
    margin-bottom: 40px;
}
.bg_all {
    padding: 50px 0 50px;
}
.detail_img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
  
.txt_img_flex {
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
}

  /*230530追記*/
  .tbl_outer div {
    overflow: scroll;
  }
  .tbl_outer div table {
    width: 676px;
  }
  
  /* 240920追記 */
  .img_240906_inner{
    flex-direction: column;
    gap: 0;
  }
  .appears_pl{
    padding-left: 45px;
  }
  .list02{
    text-indent: -1em;
    padding-left: 5em;
  }
  .table_240924_main{
    overflow: scroll;
  }
  .table_240924 table{
    width: 719px;
  }
}