@charset "utf-8";

/*----------------------------------------------
　Main
----------------------------------------------*/
/* #MainContainer {
	width: 100%;
	min-height: 250px;
	background-image: url(../img_common/main_bg.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 20% 3% 5% 3%;
} */

.Main2 {
	width: 95%;
	min-height: 80%;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 20px;
	padding-bottom: 2rem;
	box-shadow: 0px 0px 5px #d0d0d0;
	margin: 0 auto;
	margin-bottom: 2rem;
}
/*----------------------------------------------
　header調整→TOPでH20px　メインで出現
----------------------------------------------*/
header {
    height: auto;
}
.pc_title {
    display: block;
}

/*----------------------------------------------
　工事中
----------------------------------------------*/

.wait {
    text-align: center;
}
.wait img {
    width: 80%;
}

/*----------------------------------------------
　会長挨拶
----------------------------------------------*/

.aisatsu {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2rem;

}

.aisatsu img {
	height: 250px;
	margin-left: 15px;
	border-radius: 5px;
}

.aisatsu p {
	font-size: 0.9rem;
	line-height: 1.6rem;
	text-align: right;
	margin-top: 9.2rem;
}
.name {
	font-size: 1.2rem;
}
/*----------------------------------------------
　YIA
----------------------------------------------*/

.PDF_DL {
	font-size: 1.1rem;
	width: 50%;
	height: 3.5rem;
	background-image: linear-gradient(90deg, #0e70b5, #000b56);
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 1px;
	margin-bottom: 20px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}
.PDF_DL a {
	display: block;
	padding: 0.3rem;
}
.PDF_DL :hover {
	background-color: #6dc2ff;
}
.PDF_DL img {
	width: 30px;
	margin: 5px;
	vertical-align: middle;
}

.icon {
	height: 1.4rem;
}

/*----------------------------------------------
　演題募集ボタン
----------------------------------------------*/

.sub_entry_bot {
	font-size: 1.3rem;
	width: 70%;
	background-color: #d60035;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	border: #d60035 solid 1px ;
	border-radius: 5px;
	padding: 3px;
	margin-bottom: 20px;
}
.sub_entry_bot a {
	display: block;
	padding: 0.3rem;
}
.sub_entry_bot :hover {
	background-color: #f3cfcf;
	color: #d60035;

}
.sub_entry_bot img {
	width: 30px;
	margin: 5px;
	vertical-align: middle;
}
/*----------------------------------------------
　Text
----------------------------------------------*/
main h2 {
	width: 100%;
	background-image: linear-gradient(90deg, #055d9c, #30b1fb);
	height: 4rem;
	font-feature-settings: "palt";
	color: #ffffff;
	border-radius: 3px;
	font-size: 1.6rem;
    font-weight: 500;
	padding: 1rem 0 0 1.3rem;
	margin-bottom: 1rem;
}

main h3 {
  border-bottom: solid 3px #a1bcdd;
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0.5rem 0.5rem;
  margin-bottom: 1rem;
}

main h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #547ccd;
  bottom: -3px;
  width: 20%;
}

main h4 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #090e4d;
	margin-bottom: 1rem;
}

main h5 {
	font-size: 1.2rem;
	display: inline-block;
	font-weight:normal;
	border-bottom: solid 5px #1c3399;
	margin: 0 auto 15px;
	padding: 0 0 5px 0;
  }

.txt_r{
	text-align: right;
}

.Main2 p a {
	color: #183ab8;
}

.Main2 p a:hover {
    text-decoration: underline;
}

.strong {
	font-weight: 700;
	text-decoration: underline;
}

#Main2 ol {
	padding-left: 28px;
}

.Broun_Bold {
	font-size: 15px;
	font-weight: bold;
	color: #6B0337;
}
.Green_Bold {
	font-size: 15px;
	font-weight: bold;
	color: #078D00;
}
.Red_Bold {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}
.Blue_Bold {
    font-size: 15px;
    font-weight: bold;
    color: #142166
}
.Text_Bold {
    font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 0%, #F1F92A 0%);
}
.wevbiew_title {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #9A1113;
}
.entry {
	width: 60%;
	font-size: 1.1rem;
	background-color: #FAECEC;
	text-align: center;
	margin: 30px auto 5px auto;
	padding: 8px 0;
	font-weight: 700;
	color: #FF0004;
	border: #FF0004 solid 2px;
}
.presen_t {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 700;
	border-bottom: solid 2px #84b178;
	padding-bottom: 8px;
	margin-top: 25px;
	margin-bottom: 40px;
}

/*----------------------------------------------
　宿泊斡旋
----------------------------------------------*/

.parallel {
	display: flex;
	justify-content: space-between;
}

.student_Link {
	font-size: 1.1rem;
	width: 40%;
	height: 3.5rem;
	background-image: linear-gradient(90deg, #0e70b5, #000b56);
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 1px;
	margin-bottom: 20px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	border-radius: 5px;
	text-align: center;
}
.student_Link a {
	display: block;
	padding: 0.3rem;
}
.student_Link :hover {
	background-color: #6dc2ff;
}


.JTB_Link {
	font-size: 1.1rem;
	width: 40%;
	height: 3.5rem;
	background-color: #FFF;
	color: #000000;
	font-weight: 700;
	margin: 0 auto;
	/* padding: 1px; */
	margin-bottom: 20px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	border: #1c3078 2px solid ;
	border-radius: 5px;
	text-align: center;
}
.JTB_Link a {
	/* display: block; */
	padding: 0.3rem;
}
.JTB_Link :hover {
	background-color: #6dc2ff;

}
.JTB_Link img {
	width: 50px;
	margin: 3px;
	vertical-align: middle;
}

.tinfo_Link {
	font-size: 1.1rem;
	width: 80%;
	height: 3.5rem;
	background-image: linear-gradient(90deg, #0e70b5, #000b56);
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 1px;
	margin-bottom: 20px;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
	border-radius: 5px;
	text-align: center;
}
.tinfo_Link a {
	display: block;
	padding: 0.3rem;
}
.tinfo_Link :hover {
	background-color: #6dc2ff;
}

/*----------------------------------------------
　BOS table
----------------------------------------------*/
#Sub_table {
	width: 95%;
	border: 1px solid #006;
	border-collapse:collapse;
	margin: 0 auto;
}
#Sub_table th {
	width: 3rem;
	font-weight: bold;
	color: rgb(3, 0, 65);
	text-align: center;
	background-color: rgb(137, 176, 204);
	border: 1px solid #4d4d4d;
	padding: 0.5rem;
}
#Sub_table td {
	width: 180px;
	border: 1px solid #999;
	padding: 0.5rem;
}
.cnt {
    margin: 0 auto;
    text-align: center;
}
/*----------------------------------------------
　List
----------------------------------------------*/
.List_Number {
	list-style-type:decimal;
	padding-left: 25px;
}
.List_Number li {
	margin-bottom: 7px;
}

.List_Disc {
	list-style-type:disc;
	padding-left: 25px;
}

.indent {
list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.comedical_table {
	width: 550px;
	margin: 0 auto;
}

#Login_info {
    width: 650px;
    text-align: center;
    margin:  0 auto;
}
.image {
	text-align: center;
}
#entry_caution {
	width: 580px;
	border: 1px dotted #3F3F3F;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#Program {
	margin: 0 auto;
	text-align: center;
}
.orange {
	color: #fff;
	font-weight: bold;
	background-color: #FF6F00;
}

/*----------------------------------------------
　準備中
----------------------------------------------*/

.wait {
	max-width: 70%;
	height: 200px;
    text-align: center;
	background-color: #1c3078;
	border-radius: 10px;
	margin: 7rem auto;
	color: #ffffff;
	padding-top: 3rem;
}

.wait_p1 {
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	margin: 0.6rem auto;
	letter-spacing: 0.2rem;
}

/*----------------------------------------------
　主要プログラム
----------------------------------------------*/

.main_prog {
	margin-bottom: 3rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid steelblue;
  padding-bottom: 8px;
  margin-bottom: 1rem;
}

main h6 {
  font-size: 1.4rem;
}

.section-header h6 {
  margin: 0;
}

.section-header .date {
  font-size: 0.9em;
  color: #333;
}

/*----------------------------------------------
　日程表
----------------------------------------------*/
.schedule {
	text-align: center;
}

.schedule img {
	width: 98%;
	margin: 1rem 0px ;
}

/*----------------------------------------------
　HOTEL
----------------------------------------------*/

    .hotel-list {
      padding: 40px 20px;
    }

    .hotel-item {
      margin-bottom: 48px;
    }

    .hotel-item:last-child {
      margin-bottom: 0;
    }

    .hotel-name {
      font-size: 1.7rem;
      font-weight: bold;
      color: #1a1a9e;
      margin-bottom: 10px;
      letter-spacing: 0.02em;
    }

    .hotel-address {
      font-size: 15px;
      color: #333;
      margin-bottom: 6px;
    }

    .hotel-access {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: #333;
      margin-bottom: 18px;
    }

    /* MAPボタン */
    .btn-map {
      display: inline-block;
      background-color: #92caff;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      padding: 1px 14px;
      border-radius: 999px;
      text-decoration: none;
      transition: opacity 0.2s ease;
    }

    .btn-map:hover {
      opacity: 0.7;
    }

    /* 予約はこちらボタン */
    .btn-reserve {
      display: inline-block;
      background-color: #1a8fff;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      padding: 4px 0;
      width: 154px;
      text-align: center;
      border-radius: 999px;
      text-decoration: none;
      transition: opacity 0.2s ease;
    }

    .btn-reserve:hover {
      opacity: 0.7;
    }


@media all and (max-width:600px) {
	#MainContainer {
	min-height: 250px;
	
	}

    .pc_title {
        display:none;
    }

	.aisatsu p {
		margin-top: 0rem;
	}
}