@charset "utf-8";

h1 {font-size: 24px; margin-bottom: 12px;}
#contents {
    padding: 0 0 40px;
    background: #f7f8fa;
}
#contents .inner{
    background: #fff;
}
#contents .inner > h2 {
    line-height: 1.6;
    margin-bottom: 20px;
}
section#greeting {
	background-color: #e9fae2;
	border-color: #dfe8c0;
	border: 2px dotted;
	padding: 20px;
	border-radius: 10px;
	margin-top: 32px;
}

section#greeting p:first-child {
	padding: 0;
	text-indent: 0;
}

section#greeting p {
   padding-top: 8px;
   text-indent: 1rem;
}

section#greeting p.end {
   text-indent: 0;
   text-align: right;
}

section#greeting p.writer {
   text-indent: 0;
   text-align: right;
}

section#date {
	margin-top: 32px;
}

section#date h3{
    font-size:1.4rem;
    text-align:center;
    margin-bottom:20px;
}

section#date dl{
    display:grid;
    grid-template-columns:200px 1fr;
    row-gap:10px;
    column-gap:10px;
    margin:0 auto;
}

section#date dt{
    font-weight:bold;
    padding-left: 80px;
}

section#date dd{
    margin:0;
}

section#program {
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
}

section#program h3{
	text-align:center;
	font-size:1.5rem;
	margin-bottom:30px;
	color: #fff;
	background: #999;
}

section#program .program-list{
  margin:0 auto;
	list-style: none;
  padding: 0;
  counter-reset: program-counter;
}

section#program > ol > .program-item-head {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

section#program > ol > .program-item {
  counter-increment: program-counter;
  position: relative;
  padding-left: 60px;
  margin-bottom: 15px;
  display:grid;
  grid-template-columns:150px 1fr;
  gap:30px;
  padding-bottom: 15px;
  border-bottom:1px solid #ddd;
}

section#program > ol > .program-item .program-item{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}

section#program > ol > .program-item::before {
    content: counter(program-counter, upper-roman) ".";
    position: absolute;
    left: 0;
    top: 0;
}

section#program .program-item .program-item {
	display: flex;
    flex-direction: column;
}

section#program .program-item .profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 0;
}

section#program .program-item .profile-image {
    width: 200px;
}

section#program .program-item .data {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 20px 0;
    font-size: 14px;
}

section#program .program-item .data dt,
section#program .program-item .data dd {
    padding: 10px 14px;
    border-bottom: 1px solid #ddd;
}

section#program .program-item .data dt {
    background-color: #f7f7f7;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

section#program .program-item .data dd {
    margin: 0;
}

section#program .program-time{
  color:#555;
}

section#program .program-content h4{
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 2px;
}
section#program .program-content h4:first-child {
  margin-top: 0;
}

section#program .program-item-head p, section#program .program-content p{
  margin: 0 0 2px;
  padding: 0;
}

section#program .program-content-chair .chairperson{
	text-indent: 0;
	display: inline-block;
    vertical-align: top;
}

section#program .program-info{
  margin:0;
  padding:0;
}

section#program .program-row{
	display:grid;
	grid-template-columns:160px 1fr;
	gap:20px;
	padding:15px 0;
	border-bottom:1px solid #ddd;
	align-items: center;
}

section#program .company {
	padding-left: 32px !important;
}

section#program .position{
	font-size: 14px;
	padding-left: 32px !important;
	display: inline-block;
}

section#program .speaker{
	padding-left: 32px !important;
	display: inline-block;
}

section#program .chairperson{
	padding-left: 32px !important;
	margin-top: 8px;
}
section#program .url {
    padding-left: 32px !important;
}
section#program .annotation{
	font-size: 14px;
}

section#curriculum{
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
}

section#curriculum h3{
	text-align:center;
	font-size:1.6rem;
	margin-bottom:40px;
}

section#curriculum .curriculum-session{
	margin-bottom:50px;
}

section#curriculum .curriculum-session h4{
	font-size:1.2rem;
	margin-bottom:10px;
	font-weight: bold;
}

section#curriculum .period{
	margin-bottom:15px;
	padding: 0;
}

section#curriculum .curriculum-table{
	width:100%;
	border-collapse:collapse;
}

section#curriculum .curriculum-table tr {
	border-top: 1px dotted #dfe8c0;
}

section#curriculum .curriculum-table tr:last-child {
	border-bottom: 1px dotted #dfe8c0;
}

section#curriculum .curriculum-table th {
	padding: 10px;
    background-color: #e9fae2;
    border-color: #dfe8c0;
}

section#curriculum .curriculum-table td{
	padding: 10px;
	vertical-align:top;
}

section#curriculum .curriculum-table td:first-child{
	text-align:center;
}

section#curriculum .curriculum-table .time{
	width:100px;
	text-align:center;
}

section#curriculum .speaker{
	display:block;
	margin-top:5px;
	font-size:0.9rem;
	color:#555;
	text-align:right;
}

section#curriculum .notice{
	margin-top:40px;
	padding:15px;
	background:#fafafa;
	border-left:4px solid #ccc;
	line-height:1.7;
}

section#program .program-row dt{
  font-weight:bold;
}

section#program .program-row dd{
  margin:0;
  line-height:1.8;
}

section#program .program-row a{
  color:#0056b3;
  text-decoration:underline;
}

section#attention {
  margin-left:auto;
  margin-right:auto;
  margin-top: 32px;
}

section#attention h3{
  text-align:center;
  margin-top: 28px;
  margin-bottom:25px;
  font-size:1.6rem;
}
section#attention h3:first-child {
  margin-top: 0;
}

section#attention p{
  padding-top: 0;
}

section#attention .attention-lead{
  padding:0;
  margin-bottom:10px;
}

section#attention .attention-note{
  background:#fff3cd;
  padding:10px 15px;
  border-left:4px solid #f0ad4e;
  margin-bottom:30px;
}

section#attention .entry-method{
  display:flex;
  justify-content:center;
  gap:40px;
  margin-bottom:40px;
}

section#attention .entry-method div{
  text-align:center;
  flex: 1;
}

section#attention .entry-method img{
  width:120px;
  height:auto;
  margin-top:10px;
}

section#attention .entry-fax a{
  display:inline-block;
  padding:8px 14px;
  background:#333;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
}

section#attention .attention-list{
	list-style:none;
	padding:0;
	margin-bottom:30px;
}

section#attention .attention-list li{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}

section#attention .attention-list li::before{
content:"◆";
position:absolute;
left:0;
color:#444;
}

section#attention .attention-list li p {
	padding: 0;
}

section#attention .entry-box{
  margin-top: 32px;
  background:#fafafa;
  padding:25px;
  border-radius:6px;
  border:1px solid #ddd;
}

section#attention .entry-box h4{
	margin-bottom:15px;
	font-weight: bold;
}

section#attention .entry-box p{
  margin-bottom:15px;
  padding: 0;
}

section#attention .download{
	margin-top:15px;
}

section#attention .download a{
display:inline-block;
padding:8px 14px;
background:#333;
color:#fff;
text-decoration:none;
border-radius:4px;
}

section#sponsor{
	margin-left: auto;
    margin-right: auto;
	margin-top: 32px;
}

section#sponsor .sponsor-list{
  margin:0;
  padding:0;
}

section#sponsor .sponsor-item{
  display:grid;
  grid-template-columns:200px 1fr;
  gap:20px;
  padding:15px 0;
  border-top:1px solid #ddd;
}
section#sponsor .sponsor-item:last-child{
  border-bottom:1px solid #ddd;
}

section#sponsor .sponsor-item dt{
  font-weight:bold;
  padding-left: 80px;
}

section#sponsor .sponsor-item dd{
  margin:0;
  line-height:1.7;
}

.fee-box h4, .fee-box-2 h4 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.17em;
}
.fee-box h4:not(:first-child),
.fee-box-2 h4:not(:first-child) {
  margin-top: 20px;
}

.fee-box p, .fee-box-2 p {
  padding-top: 0;
}

.fee-box table, .fee-box-2 table{
	width: 100%;
  margin-bottom: 16px;
}

.fee-box table tr, .fee-box-2 table tr{
  border-top: 1px dotted #dfe8c0;
}

.fee-box table tr, .fee-box-2 table tr:last-child {
    border-bottom: 1px dotted #dfe8c0;
}

.fee-box table tr th{
	padding: 10px;
   background-color: #e9fae2;
  border-color: #dfe8c0;
  text-align: left;
  width: 50%;
}

.fee-box-2 table tr th{
	padding: 10px;
   background-color: #e9fae2;
  border-color: #dfe8c0;
  text-align: center;
  width: 30%;
}

.fee-box-2 table tr th:first-child{
  width: 40%;
  text-align: left;
}

.fee-box table tr td {
    padding: 10px;
}

.fee-box table tr td:last-child {
  text-align: center;
}

.fee-box-2 table tr td {
 	text-align: center;
  padding: 10px;
}

.fee-box-2 table tr td:first-child {
 	text-align: left;
}

section#contact {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	text-align:center;
}

section#contact h3{
	margin-bottom: 16px;
}

section#contact .contact-box{
	text-align:left;
	font-style:normal;
	line-height:1.8;
	padding:20px 30px;
	border:1px solid #ddd;
	border-radius:6px;
	background:#fafafa;
}

section#contact .contact-box p {
	margin-bottom: 10px;
	padding: 0;
}

section#contact .contact-name{
  font-weight:bold;
}

section#contact .contact-tel{
  margin-bottom: 0!important;
}

section#contact .contact-tel span{
  display:inline-block;
  width:40px;
  font-weight:bold;
}

section#flow{
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

section#flow h2{
  margin-bottom:40px;
  text-align:center;
}

section#flow .flow-list{
  list-style:none;
  padding:0;
  margin:0;
}

section#flow .flow-step{
  display:flex;
  gap:20px;
  margin-bottom:30px;
  position:relative;
}

section#flow .flow-number{
  width:50px;
  height:50px;
  flex-shrink:0;
  border-radius:50%;
  background:#a2c32d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  font-size:18px;
}

section#flow .flow-content{
  background:#f7f7f7;
  padding:20px;
  border-radius:6px;
  flex:1;
}

section#flow .flow-content h3{
  margin-top:0;
  margin-bottom:10px;
}

section#flow .flow-content p{
  margin:0;
  line-height:1.8;
}

#introduction {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 20px;
    line-height: 1.8;
    color: #333;
}

#introduction h1 {
    margin: 0 0 24px;
    font-size: 2rem;
    line-height: 1.4;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

#introduction h4 {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #222;
}

#introduction img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
}

#introduction .profile-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 28px;
}

#introduction .profile-text {
    flex: 1;
    min-width: 0;
}

#introduction .profile-text p {
    margin: 0;
}

#introduction .profile-text b {
    font-size: 1.15em;
    letter-spacing: 0.04em;
}

#introduction ul {
    margin: 12px 0 0;
    padding-left: 1.4em;
}

#introduction li {
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    #introduction {
        padding: 24px 16px;
    }

    #introduction h1 {
        font-size: 1.6rem;
    }

    #introduction h4 {
        font-size: 1.05rem;
    }

    #introduction .profile-head {
        display: block;
    }

    #introduction img {
        margin: 0 auto 16px;
    }

    #introduction .profile-text {
        text-align: left;
    }
}