@charset "utf-8";
main {
		border-top: none;
		background-image: url('/events/briseminar2025bg.jpg'); 
		background-size: cover; 
		background-repeat: no-repeat; 
		background-position: top; 
		font-family: "Noto Sans JP", sans-serif !important;
		font-optical-sizing: auto;
}

.page-title > h1 {
    display: none;
}

.page-header {
    padding-bottom: 8px;
}

.inner > h2 {
    display: none;
}
.spmv {
    display: none;
}
@media screen and (max-width: 768px) {
    .pcmv {
        display: none;
    }
    .spmv {
        display: block;
		width:75% !important;
		max-width:500px;
		margin:0 20px 24px 20px;
    }
}

.via {
	text-align:left !important;
	color:#666;
	margin:8px auto 20px auto;
	text-indent: -3em;
	padding-left: 3em;
}
.via > p {
	margin:12px auto !important;
	line-height:1.5;
}
.via > p > span {
	font-size:0.9em;
}

.briseminar-top > div,
.briseminar-program {
    width:95%;
    max-width:800px;
}

.contact {
    width:95%;
    max-width:400px;
	font-size: 14px;
    font-weight: 400;
    text-align:center;
    padding:20px 40px;
    margin: 40px auto;
    background-color: #fff;
    line-height:1.8;
    border-radius: 8px;
}
.contact-head{
	color:#2ea69c;
	font-size: 1.5em;
	font-weight:600;
}
.contact-address {
	font-size:0.9em;
}
.contact strong {
	color:#2ea69c;
	font-weight:600;
}

.briseminar-top > div,
.pcmv > div,
.spmv > div {
    margin-left: auto;
    margin-right: auto;
    font-size:1.5rem;
    text-align: center;
}


.briseminar-program {
    margin:40px auto 40px auto !important;
    padding:20px 60px;
    background-color: #fff;
    border-radius: 8px;
}

.briseminar-top > div > p {
    margin-top:2px;
    margin-bottom:2px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.linkbutton-off {
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: inline-block;
    border: none;
    background-color:#aaa;
    border-radius: 999px;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}
.linkbutton-off:hover {
    background-color:#ddd;
}

.linkbutton-grad {
    position: relative;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: inline-block;
    border: none;
    background: linear-gradient(35deg,	
		#6dc77c 0%,
		#9fd455 20%,
		#6dc77c 40%,
		#56bf9c 60%,
		#6dc77c 80%,
		#9fd455 100%
		);
    background-size: 500% 100%;
    border-radius: 999px;
    animation: gradientMove 12s ease-in-out infinite;
    box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    overflow: hidden;
}

.linkbutton-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    transition: background 0.5s;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
}

.linkbutton-grad:hover::before {
    background: #c2e790;
}

.linkbutton-grad:active {
    transform: scale(0.97);
}

.linkbutton-grad a {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    font-size: 2.4rem;
    padding: 16px 48px;
    text-decoration: none;
    font-weight: 500;
	letter-spacing: 0.05em;
}

.linkbutton-grad span {
    font-size: 2rem;
}

.dlbutton-container {
  text-align: left !important;
  width: 50%;
  max-width: 500px;
  margin: 16px 0 32px 20px;
  white-space: nowrap;
  font-size: 0;
}

.dlbutton {
  display: inline-block;
  font-size: 12px;
  border-radius: 999px;
  background-color: #fffa;
  color: #90c943;
  padding: 2px 12px;
  width: 25%;
  cursor: pointer;
  transition: 0.5s;
  user-select: none;
}

.dlbutton a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 2px 20px 2px 2px;
  background-image: url('/events/briseminar2025-dlg.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 12px;
}

.dlbutton:hover {
  background-color: #90c943;
  color: #fff;
}
.dlbutton:hover a {
  background-image: url('/events/briseminar2025-dlw.svg');
}

.zenkai {
	display: inline-block;
	background-color: #90c943;
	border-radius: 999px;
	margin-left:4px;
	transition: 0.5s;
}
.zenkai > a {
	font-size: 0.9em;
	display: inline-block;
	color:#fff ;
	text-decoration:none ;
	padding:1px 12px !important;
}
.zenkai:hover {
	background-color: #56bf9c;
}





.program-head, .program-date{
    text-align: center;
}
.program-head {
    font-size:28px;
    font-weight:600;
	letter-spacing: 0.1em;
	color: #2ea69c;
}
.program-date {
    font-size:14px;
    line-height:1.6;
	color:#90c943;
	margin-bottom: 24px;
	font-weight:400;
}
.program-date > strong{
    font-size:1.6em;
	font-weight:600;
}

.program {
  display: grid;
  row-gap: 12px;
}
.program > div {
  display: block;
  padding-bottom:8px;
  border-bottom:1px dotted #90c943;
}
.program dt,
.program dd {
  margin: 0;
}
.program dt {
	font-size:14px;
	margin-top:2px;
}
.program dd {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

.endai {
    margin: 0;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #2ea69c;
    font-size: 1.4em;
}
.dept, .caption {
	margin-top:4px;
	margin-bottom:0;
}
.dept {
  color: #666;
  font-size: 0.9em;
  font-weight: 500;
}
.note {
	font-size:0.9em;
	color:#666;
}
.deadline {
	color: #2ea69c;
	font-size:1.2em;
	margin-bottom:8px;
}
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
	text-decoration: underline !important;
  }
}

/* 横並び表示（600px以上の画面幅で） */
@media (min-width: 600px) {
  .program > div {
		display: grid;
		grid-template-columns: 8em 1fr;
		column-gap: 0.5em;
		align-items: start;
		padding-bottom:8px;
		border-bottom:1px dotted #90c943;
  }
}
@media screen and (max-width: 768px) {
	.endai {
		font-size: 1.3em;
	}
	.briseminar-program {
		padding:20px 30px;
	}
	.dlbutton {
		width: 50%;
	}
}
    .container {
      display: flex;
      align-items: center;
      gap: 24px;
	  width:fit-content;
      max-width: 800px;
      margin: 0 auto;
    }

    .circle {
		background-color: #fff;
		color: #6dc77c;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		line-height: 1.3;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
    }

    .circle .fee1 {
		font-size: 20px;
		font-weight:400;
		margin-bottom: 2px;
    }

    .circle .fee2 {
		font-size: 32px;
		font-weight: 600;
    }
	.text-block {
		width:fit-content;
	}

    .text-block > p {
        margin:4px 0;
    }
    .fee-note {
        color:#2ea69c;
    }
    .fee-blue {
        font-size: 0.8em;
        color:#666;
    }
	.fee-blue > strong {
		border-bottom: 1px dotted #2ea69c;
	}
    .fee-badge {
      display: inline-block;
      background-color: #fffa;
      color: #666;
      padding: 1px 6px;
      border-radius: 4px;
      font-size: 0.8em;
      width: fit-content;
    }
    @media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
		text-align: center;
		 gap:16px;
    }
    .circle {
        margin:0 auto;
    }
	.text-block {
		margin:0 auto;
	}
    }
