.h3_01 {
  color: #427095;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
}

.midashi01 {
  color: #427095;
}

.goukei {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.mt0 {
  margin-top: 0 !important;
}

/*****2021/04/17*****/
.seminar_main {
    max-width: 1000px !important;
    margin-left: 0 !important;
}
.kigyo {
  display: block !important;
  border: 1px solid #000;
  padding: 20px;
  margin-top: 50px;
}
.kigyo div span {
  color: #6CA3CB;
  font-size: 20px;
}
.douga_box {
  width: 100%;
  max-width: 48%;
  margin: 0 auto 30px;
}
.douga {
  margin-bottom: 20px;
}
.douga iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.douga_txt {
  font-weight: bold;
  font-size: 18px;
}
.douga img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .douga_box {
  max-width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .douga_box {
  max-width: 100%;
  }
}

/*****2021/04/26 TOP*****/
.koto h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 45px;
}
.koto h2 .bule {
  color: #6CA3CB;
} 
.koto h2 .green {
  color: #509d95;
}
#side-nav h2 {
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
   font-size: 40px;
}
#side-nav h2 .bule {
  color: #6CA3CB;
} 
#side-nav h2 .green {
  color: #509d95;
}
.pt100 {
  padding-top: 100px;
}

/* 2025/06/24 */
.home-nayami.ver02 .right {
    width: 100%;
}

.home-nayami.ver02 .box .in {
    width: 100%;
}

.home-flow.ver02 li {
    width: 20%;
}

.home-flow.ver02 .box .in dt.pic {
    width: 50%;
}

.home-flow.ver02 .box .in dd.tit {
    font-size: 18px;
    text-align: center;
}

.home-flow.ver02 .box .in dd {
    text-align: center;
    margin-top: 1em;
}

/* tag-container */
.tag-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.tag-container .box{
  width: calc((100% - 50px) / 2);
  position: relative;
  padding: 100px 50px 50px 50px;
  background-color: #B6DDE7;
  border-radius: 50px;
}

.tag-container .box.box02{
  background-color: #D6E3BC;
}

.tag-container .box .ttl{
  font-size: 1.5em;
  background-color: #0070C0;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 0.5em 2em;
}

.tag-container .box.box02 .ttl{
  background-color: #76923C;
}

.list-tag{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.list-tag li{
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 0.5em;
  text-align: center;
}

.home-tag h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    display: block;
    width: 100%;
    color: #6CA3CB;
    text-align: center;
    font-size: 30px;
    padding-bottom: 45px;
}


@media(max-width:1024px){
.home-flow.ver02 li {
    width: 33%;
}

.home-tag .container1200 {
    max-width: 95%;
}

.list-tag li{
  width: calc((100% - 20px) / 2);
}

.tag-container .box {
  padding: 100px 30px 30px 30px;
}
}

@media(max-width:599px) {
.home-flow.ver02 li {
  width: 48%;
}

.tag-container .box{
  width: 100%;
  padding: 60px 30px 30px 30px;
}

.tag-container .box .ttl {
  left: 0px;
}

.home-tag h2 {
  font-size: 24px;
}
}

/* stage-container */
.stage-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.stage-containerin{
  width: calc((100% - 50px) / 2);
}

.stage-header{
  background-color: #d5f0f8;
  display: inline-block;
  padding: 5px 10px;
  font-size: 24px;
  border-radius: 4px;
}

.stage-flow {
  margin: 20px 0;
}

.stage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stage-item {
  padding: 10px 0;
  border-left: 4px solid #00a1e9;
  padding-left: 10px;
  margin-bottom: 10px;
}

.stage-item strong {
  font-size: 20px;
}

.stage-item .in strong {
  font-size: 18px;
}

.stage-item+.stage-item {
  margin-top: 30px;
  position: relative;
}

.stage-item+.stage-item::before{
  content: "▼";
  display: block;
  color: #00a1e9;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.stage-list.ver02 .stage-item+.stage-item::before{
  content: none;
}

.stage-item.relitem{
  position: relative;
}

.stage-item.relitem .maru{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40%;
}

.stage-item.relitem .maru .in{
  background-color: #00a1e9;
  padding: 10px;
  font-size: 14px;
  color: #fff;  
  position: relative;
}

.stage-item.relitem .maru .in::before{
  content: "◀";
  color: #00a1e9;
  position: absolute;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1024px) {
.stage-containerin{
  width: 100%;
}    
}

/* seminar-container */
.seminar-wrap{
  margin-top: 5rem;
}

.seminar-ttl{
  color: #fff;
  font-size: 20px;
  background-color: #78b9cd;
  margin-bottom: 1rem;
  padding: 0.5em 1em;
}

.seminar-ttl.ver02{
  background-color: #89b7a0;
}

.seminar-ttl.ver03{
  background-color: #6ca3cb;
}

.seminar-ttl.ver04{
  background-color: #af6a6a;
}

.seminar-ttl.ver05{
  background-color: #a95f4d;
}

.seminar-ttl.ver06{
  background-color: #d3af63;
}

.seminar-ttl.ver07{
  background-color: #ecadb5;
}

.seminar-ttl.ver08{
  background-color: #999999;
}

.seminar-ttl.ver09{
  background-color: #9cc2e5;
}

.seminar-ttl.ver10{
  background-color: #bfc2e0;
}

.seminar-ttl.ver11{
  background-color: #cd789c;
}

.seminar-ttl.ver12{
  background-color: #cd9c78;
}

.seminar-ttl.ver13{
  background-color: #777777;
}

.seminar-ttl.ver14{
  background-color: #ad946e;
}

.seminar-ttl.ver15{
  background-color: #cd7878;
}

.seminar-table {
  width: 100%;
  border-collapse: collapse;
}

.seminar-table th,
.seminar-table td {
  border: 1px solid #000;
  padding: 8px 10px;
  vertical-align: top;
  font-size: 14px;
}

.seminar-table th {
  background: #d9d9d9;
  text-align: center;
  font-weight: bold;
}

.seminar-table td.teacher {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  min-width: 10em;
}

.seminar-table td strong {
  color: red;
}

.seminar-table ul {
  margin: 0;
  padding-left: 10px;
}

.seminar-table ul li {
  padding-left: -1em;
  text-indent: -1em;
}

.seminar-table ul li::before{
  content: "・";
}

@media(max-width:599px) {
.seminar-table-wrap{
  width: 100%;
  overflow-x: scroll;
}

.seminar-table {
  min-width: 1200px;
}
}

.list-mokuji{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.list-mokuji li{
  box-sizing: border-box;
  width: calc((100% - 20px) / 3);
}

.list-mokuji li a{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #78b9cd;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
}

.list-mokuji li:nth-child(2) a{
  background-color: #89b7a0;
}

.list-mokuji li:nth-child(3) a{
  background-color: #6ca3cb;
}

.list-mokuji li:nth-child(4) a{
  background-color: #af6a6a;
}

.list-mokuji li:nth-child(5) a{
  background-color: #a95f4d;
}

.list-mokuji li:nth-child(6) a{
  background-color: #d3af63;
}

.list-mokuji li:nth-child(7) a{
  background-color: #ECADB5;
}

.list-mokuji li:nth-child(8) a{
  background-color: #999999;
}

.list-mokuji li:nth-child(9) a{
  background-color: #9CC2E5;
}

.list-mokuji li:nth-child(10) a{
  background-color: #BFC2E0;
}

.list-mokuji li:nth-child(11) a{
  background-color: #cd789c;
}

.list-mokuji li:nth-child(12) a{
  background-color: #cd9c78;
}

.list-mokuji li:nth-child(13) a{
  background-color: #777777;
}

.list-mokuji li:nth-child(14) a{
  background-color: #ad946e;
}

.list-mokuji li:nth-child(15) a{
  background-color: #cd7878;
}

@media(max-width:599px) {
.list-mokuji li{
  width: 100%;
}

.list-mokuji li+li{
  margin-top: 5px;
} 
}

.seminar-ttl {
  scroll-margin-top: 90px;
}
.txt001 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

@media(max-width:1024px){
.seminar-ttl {
  scroll-margin-top: 0px;
}    
}

.home-tag{
  margin-bottom: 30px;
  padding: 55px 0 0 0;
}

@media(max-width:599px) {
.home-tag{
  margin: 0 auto;
  padding-top: 30px;
}
.stage-item+.stage-item {
  margin-top: 50px;
}
.stage-header {
  font-size: 22px;
}
.stage-item strong {
  font-size: 18px;
}
.stage-item.relitem .maru {
  width: 36%;
}
.stage-item.relitem .maru .in {
  font-size: 12px;
}
.stage-item .in strong {
  font-size: 14px;
}
.txt001 {
  font-size: 16px;
}
}

