@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	width: 920px;
}

.contents01 > p {
	text-align: left;
}

.contents01 h6 {
	text-align: right;
	padding-top: 30px;
}

/* contents02 */

.contents02 {
	width: 100%;
	background-color: #f5f4f0;
	margin-bottom: 70px;
}

.contents02 .box02 {
	width: 925px;
	padding: 60px 0px;
	display: flex;
  justify-content: space-between;
}

.contents02 .box02 .box001 {
	width: 30%;
}

.contents02 .box02 .box001 img {
	width: 100%;
height: auto;
}

.contents02 .box02 .box002 {
	width: 65%;
	background-image: url("images/prof01.svg");
background-position: left top;
background-repeat: no-repeat;
	padding-left: 90px;
}

.contents02 .box02 .box002 table {
	width: 100%;
}

.contents02 .box02 .box002 table td {
	line-height: 1.6;
	padding-bottom: 12px;
}

.contents02 .box02 .box002 table td:first-child {
	white-space: nowrap;
	padding-right: 15px;
}

.contents02 .box03 {
	width: 100%;
	background-color: #FFF;
	padding: 40px 0px;
}

.contents02 .box03 .box-in {
	width: 925px;
	display: flex;
  justify-content: space-between;
}

.contents02 .box03 .box:first-child {
	width: 45%;
}

.contents02 .box03 .box:last-child {
	width: 55%;
}

.contents02 .box03 p {
	line-height: 2.2;
	padding-top: 15px;
}


/* 各エントリーのタイトル部分（h3）の設定 */
/* 【1】h3は太字にして、他のテキストより少し大きめに */
.conference-item h3 {
  font-weight: bold;
  font-size: 18px; 
  margin-bottom: 10px;
}

/* 【3】各セクション（国際学会、国内学会、地方会、論文）の見出し部分（midashi01内のテキスト）は中央揃え */
.midashi01 p {
  text-align: center;
}

.midashi01 h2 {
  text-align: center;
}

/* 以下、以前の全体CSS（背景色、幅、テキスト左寄せ等）の設定はそのまま適用 */
.contents03,
.contents04,
.contents05,
.contents06 {
  width: 100%;
  background-color: #f5f4f0;
  padding: 20px 0;
  text-align: left;
}

.lay01.ac {
	width: 100%;
	background-color:  #f5f4f0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contents03 .inner,
.contents04 .inner,
.contents05 .inner,
.contents06 .inner {
  width: 920px;
  margin: 0 auto;
  text-align: left;
}

.contents03 * ,
.contents04 * ,
.contents05 * ,
.contents06 * {
  text-align: left;
}

.conferences {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.conference-item {
  margin-bottom: 20px;
  padding: 30px 20px 20px; 
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.conference-item p {
  margin: 4px 0;
  line-height: 1.5;
}

/* .inner 内の特定セクション（国際学会、国内学会、地方会、論文）の.midashi01のみ中央寄せにする */
.contents03 .inner .midashi01,
.contents04 .inner .midashi01,
.contents05 .inner .midashi01,
.contents06 .inner .midashi01 {
  text-align: center;
	margin-top: 45px;
}

/*2025活動*/
.active .box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    border-style: solid;
    border-color: #42210b;
    border-width: 2px;
    padding: 0px 50px 40px;
    text-align: center;
	margin-bottom: 60px;
}

.active .box h3{
	background-color: #42210b;
    border-radius: 0px;
	padding: 8px 20px;
    text-align: center;
	font-size: 18px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.4em;
    font-weight: normal;
	margin-bottom:35px;
}

.active .box p {
	text-align: left;
    font-size: 16px;
    color: #42210b;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
    position: relative;
	
}

.active .box p.link {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	text-align: center;
    font-size: 16px;
    color: #42210b;
	background-color: #f5f4f0;
	padding: 8px 20px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
    position: relative;
}

.active .box p.link a{
    color: #42210b;
}


.midashi01.size h2 {
	font-size: 48px;
	
}

.midashi01.size p {
	font-size: 32px;
	
}

html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}







.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
