body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#container {
	background: none;
}

#container_contents {
	background: none;
}

.content {
	width: 100%;
	margin: 50px 0;
	box-sizing: border-box;
	padding: 0 10px;
}

.content .body {
	padding: 50px 0px;
}

h3 {
	width: 200px;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0px;
	border-top: solid 3px #2413a3;/*上線*/
	border-bottom: solid 3px #2413a3;/*下線*/
	margin: auto;
}

/* ご挨拶 */
#greeting {
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: center;
}

#greeting .body{
	padding: 50px 0 0 0;
}

#greeting img{
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  180px;       /* ※縦横を同値に */
	height: 180px;       /* ※縦横を同値に */
	/* border: solid 3px #2413a3; */
}

#greeting .name{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

#greeting .script{
	width:100%;
	box-sizing: border-box;
	background: #e5faff;
	padding: 20px;
	margin: 20px 0;
	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  /* color: #555; */
}

#greeting .script:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e5faff;
  }
  

#greeting p{
	text-align: left;
	font-size: .9rem;
	line-height: 1.8rem;
}

#greeting .committee {
	background: #FFF;
	border: solid 2px #2413a3;
	margin-top: 10px;
	padding: 5px 5px;
	font-size: 0.9rem;
	font-weight: bold;
	width: 320px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#greeting .committee .member {
	font-size: 0.8rem;
	text-align: left;
}

/* プログラム */

.timetable {
	box-sizing: border-box;
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	padding: 20px 0;
}
.timetable .build {
	background: #e5faff;
	padding: 10px;
}

.timetable .build .name {
	font-weight: bold;
	font-size: 1.2rem;
	padding: 10px 15px;
	background: #2413a3;
	color: #FFFFFF;
}

.timetable .build .room {
	/* border: solid 1px#ffffff; */
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
}

.timetable .build .room .corner_name{
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	font-size: 1.1rem;
	margin-bottom: 20px;
	background: #FFFFFF;
	/* color: #2413a3; */
	color: #FFFFFF;
	background: #2413a3;
	border: 3px solid #2413a3;
}
/* 
.timetable .build .room .name:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #FFFFFF;
	width: 0;
	height: 0;
} */
.timetable .build .room .corner_name:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 40px;
	margin-left: -15px;
	border: 12px solid transparent;
	/* border-top: 12px solid #FFF; */
	z-index: 2;
  }
  
  .timetable .build .room .corner_name:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 40px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #2413a3;
	z-index: 1;
  }

.timetable .build .room .corner{
	padding: 10px;
	background: #FFFFFF;
	border-left: 10px solid #2413a3;
	margin-bottom: 15px;
}

.timetable .build .room .corner .room_name{
	color: #2413a3;
	font-weight: bold;
	font-size: 1rem;
	padding-bottom: 3px;
}
.timetable .build .room .corner .room_name:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f3c5';
	  font-weight: 900;
	  padding-right: 5px;
}

.timetable .build .room .corner .time{
	color: #5422a0;
	font-weight: bold;
	font-size: 1rem;
	padding-bottom: 3px;

}
.timetable .build .room .corner .time:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f005';
	  font-weight: 900;
	  padding-right: 3px;
}
.timetable .build .room .corner .script{
	padding-top: 8px;
}

.ampm {
	padding: 15px 10px 0px 0px;
	font-weight: bold;
}

.time2,
.time3 {
  font-weight: bold;
  color: #5422a0;
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 5px 0;
  padding-left: 1em; /* 文字1個分の余白 */
}

.time2 i,
.time3 i {
  padding-right: 5px;
  color: #5422a0;
}


/* タイムテーブル */
table {
	margin: 10px 0;
	width: 100%;
}

tr {
	border-bottom: 1px solid #EFEFEF;
}

td:nth-child(1) {
	width:20%
}

td {
	padding: 5px 10px;
}
/* td:nth-child(odd) {
	padding: 5px 10px;
} */

/* 実験コーナー */
ul.circle {
	padding: 10px;
}

ul.circle li{
	margin: 5px 0px 5px 20px;
	position: relative;
	line-height: 1.8rem;
}
ul.circle li:before{
	color: #2413a3;
	font-family: "Font Awesome 5 Free";
	content: '\f111';
	font-weight: 900;
	font-size: .5rem;
	position: absolute;
	left: -1.2rem;
}

/* パンフレット */

#pamphlet {
	text-align: center;
	font-size: 1rem;
    line-height: 1.8rem;
}

#pamphlet p {
	padding-bottom: 20px;
}

#pamphlet .pdf {
display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #2413a3;/*ボタン色*/
  border-bottom: solid 4px #ffffff;
  border-radius: 3px;
}
#pamphlet .pdf a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#pamphlet .pdf:active{
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	}

/* 昨年度の様子 */
.slider{
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-dots li button:before {
	color: #d8deff;
}
.slick-dots li.slick-active button:before {
	color: #2413a3;
}

.slider figcaption {
	padding: 5px;
	width: 100%;
	text-align: center;
	color: #2413a3;
	font-weight: bold;
}

/* アクセス */

#access{
	font-size: 1rem;
	line-height: 1.8rem;
}

#access h4{
	width: 120px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5rem;
	padding: 10px 0;
	color: #2413a3;
	position: absolute;
    left: 0;
	right: 0;
	margin: auto;
	top: -25px;
	/* top:0;
	bottom: 0; */
	background: #FFF;
}

#access .script {
	margin: 20px auto;
	
}

#map{
	margin: 20px 0;
	width: 100%;
	height: 400px;
}

.place {
	margin-top:50px;
	border: solid 3px #2413a3;
	padding: 0px 20px;
	position: relative;
	
}
.place p {
	padding: 10px 0;
}

.transportation {
	margin-top:50px;
	border: solid 3px #2413a3;
	padding: 0px 20px;
	position: relative;
}
.transportation ul.circle {
	padding-top: 0;
}

#map .dc{
	font-weight: bold;
	font-size: 1rem;
}


/* 
h4 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
  }
  
  h4:before, h4:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
  }
  h4:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
  }
  h4:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
  } */



/* お問い合わせ */
#contact {
	font-size: 1rem;
}

#contact .kyom{
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: bold;
}

#contact ul {
	margin: 15px auto;
	text-align: center;
	/* position: relative; */
}

#contact li {
	margin: 8px 0;
}

#contact i {
	color: #2413a3;
	padding-right: 5px;
}

.note {
	font-size: .8rem;
}



/* トピックス */
#topics .body {
	/* border: #2413a3 3px solid; */
	padding: 20px;
	background: #e5faff;
	text-align: center;
}

#topics .title {
	font-size: 1.3rem;
	font-weight: bold;
	/* font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1.5px 1.5px 0 #2413a3;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  padding: 0 0 10px; */

}
#topics .title:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f005';
	  font-weight: 900;
	  padding-right: 5px;
	  color: #2413a3;
	  font-size: 1rem;
	  padding-right: 3px;
}
#topics .title:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f005';
	  font-weight: 900;
	  padding-right: 5px;
	  color: #2413a3;
	  font-size: 1rem;
	  padding-right: 0px;
	  padding-left: 3px;
}

#topics p {
	margin: 20px 0;
	font-size: 1rem;
	line-height: 1.8rem;
}

#topics p strong {
	/* border-bottom: double 3px #2413a3; */
	/* padding-bottom: 3px;  */
	font-weight: bold;
}

#topics .stamp {
	position: relative;
    margin: 15px 0 5px 0;
    padding: 0.5em 1em;
    border: solid 3px #2413a3;
    border-radius: 8px;
}

#topics .stamp .subtitle {

    padding: 0 9px;
    line-height: 1;
	font-size: 19px;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
}
#topics .stamp p {

	display: inline-block;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #e5faff;
    color: #2413a3;
	font-weight: bold;
	width: 290px;
	max-width: 100%;
	box-sizing: border-box;
}

#topics .frames {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#topics .frame {
	
}

#topics img {
	width: 120px;
	height: auto;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 10px;
	display: inline-block;
	margin: 10px;
}

#topics .slick-dots li button:before {
	color: #EFEFEF;
}

#topics .slick-dots li.slick-active button:before {
    color: #2413a3;
    opacity: 1;
}
/* 
#topics element.style {
	width:1000px;
} */


/* SNS */
#sns {
	width:100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#sns.content{
	margin-top: 0;
	padding-bottom: 50px;
}

#sns a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3rem;
	width: 200px;
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	border-bottom: solid 4px #b91fb9;
}
#sns a:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
  }

#sns a:before {
	font-family: "Font Awesome 5 Brands";
	  font-weight: 400;
	  padding-right: 15px;
}

#sns .twitter a {
	background: #1DA1F2;
	width: 200px;	
}
#sns .twitter a:before {
	content: '\f099';
}

#sns .facebook a {
	background: #1877f2;
	width: 200px;
	border-bottom: solid 4px #1053a9;
	margin-top: 20px;
}
#sns .facebook a:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
  }
#sns .facebook a:before {
	content: '\f09a';
}

#sns .balloon {
	position: relative;
	margin: 30px auto;
	padding: 15px;
	width: 600px;
	max-width: 100%;
	color: #000;
	font-size: 1rem;
	background: #ffffff;
	border-radius: 8px;
	box-sizing: border-box;
	border: solid 3px #e01df2;
	font-weight: 100;
	text-align: left;
	line-height: 1.8rem;
  }
  
#sns .balloon:before {
	content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  }

#sns .balloon:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #e01df2;
	z-index: 1;
}

#sns .facebook .balloon {
	border: solid 3px #1877f2;
	margin-top: 50px;
}

#sns .facebook .balloon:after {
	border-top: 14px solid #1877f2;
}


/* オープンキャンパスのメニュー */
#oc_nav {
	margin-top: 50px;
	padding: 0 10px;
}

#oc_nav ul {
	padding: 10px;
	border-top: 2px solid #2413a3;
	border-bottom: 2px solid #2413a3;
	text-align: center;
	font-size:0;
}

#oc_nav ul li {
	font-size: 1.2rem;
	display: inline-block;
	border-left: 1px solid #a5fff6;
	padding: 0 15px;
	height: 30px;
}
#oc_nav ul li:last-child {
	border-right: 1px solid #a5fff6;
}

#oc_nav ul li a {
	color: #2413a3;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
#oc_nav ul li a:hover {
	color: #72faff;
}

#oc_nav ul li.tw a {
	color: #1DA1F2;
	font-size: 1.5rem;
}
#oc_nav ul li.tw a:hover {
	color: #70C1EF;
}

#oc_nav ul li.fb a {
	color: #1053a9;
	font-size: 1.5rem;
}
#oc_nav ul li.fb a:hover {
	color: #4B75A8;
}

 /*　画面サイズが480px以下　*/
@media screen and (max-width:480px) {
	#oc_nav ul {
		padding: 5px 10px;
	}
	
	#oc_nav ul li {
		width: 50%;
		box-sizing: border-box;
		margin: 10px 0;
		font-size: 1rem;
		height: 25px;
	}
	
	#oc_nav ul li a{
		color: #2413a3;
		text-decoration: none;
		font-weight: bold;
		position: relative;
	}

	#oc_nav ul li:nth-child(2n) {
		border-right: 1px solid #a5fff6;
	}
}
/* 共通スタイル：デフォルトはモバイル向け */
.responsive-img {
  width: 100%;
  height: auto; /* アスペクト比維持 */
}

/* PC向け（幅768px以上）で80%に変更 */
@media (min-width: 768px) {
  .responsive-img {
    width: 80%;
  }
}

.access-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 15px;
}

.access-text {
  width: 45%;        /* ← 固定幅にすると自然な余白になる */
  min-width: 250px;
  text-align: left;
}

.access-image {
  width: 50%;        /* ← テキストとのバランスをとる */
  min-width: 200px;
}

.access-image img {
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .access-text,
  .access-image {
    width: 100%;
  }
}

