@charset "utf-8";

/*----------------------------------------------
　Main
----------------------------------------------*/
.mainpage {
    max-width: 800px;
	min-height: 100%;
    flex: 1;
    background-color: #ffffff;
    font-size: 1.1rem;
	line-height: 2rem;
	color: #383838;
}

.Edit {
	width: 100%;
	padding: 25px;
}
/*----------------------------------------------
　header調整→TOPでH20px　メインで出現
----------------------------------------------*/
header {
    height: auto;
}
.pc_title {
    display: block;
}

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

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

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

.greeting {
	text-align: center;
}

.greeting img {
	width: 60%;
	margin: 0.6rem auto 1.2rem auto ;
	border-radius: 13px;
}
/*----------------------------------------------
　ダウンロードボタン
----------------------------------------------*/

.PDF_DL {
	font-size: 1.1rem;
	width: 70%;
	background-color: #b50012;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	margin: 0.5rem auto;
	padding: 1px;
	margin-bottom: 20px;
}
.PDF_DL a {
	display: block;
	padding: 0.6rem;
}
.PDF_DL :hover {
	background-color: #f12a2a;
}
.PDF_DL img {
	width: 30px;
	margin: 5px;
	vertical-align: middle;
}
/*----------------------------------------------
　Text
----------------------------------------------*/
main h2 {
	width: 100%;
	height: 115px;
	/* font-family: 'Noto Serif JP', serif; */
	background-image: url("../img_common/h2_bg.jpg");
	background-size: 800px;
	background-repeat: no-repeat;
	font-feature-settings: "palt";
	color: #003732;
	padding-left: 3rem;
	padding-top: 4rem;
	font-size: 2.2rem;
    font-weight: 700;
}

main h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 2.2rem;
	padding: 1rem 1rem;
	border-bottom: 4px solid #2f6c89;
	background: #e0eaee;
	margin-bottom: 1.3rem;
  }


main h4 {
	font-size: 1.4rem;
	color: #000000;
	padding: 0.3rem 0.5rem;
	border-left: 10px solid #327391;
	margin-bottom: 1.0rem;
}

main h5 {
	font-size: 1.3rem;
	color: #299084;
	font-weight: 700;
	margin-bottom: 0.8rem;
  }

  main h6 {
	font-size: 1.3rem;
	color: #1e1e1e;
	margin-bottom: 0.8rem;
	padding-bottom: 0.3rem;
	border-bottom: 2px dotted #2f6c89;
  }



.txt_r{
	text-align: right;
}

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

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

.Main_color {
	font-weight: bold;
	color: #2f6c89;
}
.Pale_Main_color {
	font-weight: bold;
	color: #5f96b4;
}
.Red_Bold {
	font-weight: bold;
	color: #F00;
}
.Blue_Bold {
    font-size: 15px;
    font-weight: bold;
    color: #2727E7
}
.Text_Bold {
    font-weight: bold;
}

.L_serif {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
	color: #383838;
}

.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;
}

 

/*----------------------------------------------
　BOS table
----------------------------------------------*/
#BOS_table {
	width: 100%;
	border: 5px solid #FFF;
	border-collapse:collapse;
}
#BOS_table th {
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #013c4c;
	border: 5px solid #FFF;
	padding: 0.5rem;
}
#BOS_table td {
	width: 180px;
	/* text-align: center; */
	border: 5px solid #FFF;
	padding: 0.5rem;
	background-color: #f3f7f5;
}
.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;
}
.List_Circle {
	list-style-type:circle;
	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;
}


/*----------------------------------------------
　演題登録
----------------------------------------------*/
.period {
	font-size: 1.3rem;
	font-weight: 700;
}

.link_red {
	color: #F00;
	text-decoration: underline;
}

.subj_info_bot {
	background-color: #8e0b0b;
	color: #FFF;
	font-weight: 700;
	padding: 0.2rem;
}

.Jimukyoku {
	width: 90%;
	padding: 1rem;
	border: #000000 2px solid;
	margin: 1rem auto;
}
/* 要素を横に並べる */
.row {
	display: flex;
}
.between{
	justify-content: space-between;
  }

.box1 {
	background-color: #8e0b0b;
	width: 50%;
	color: #FFF;
	margin: 0.7rem;
	padding: 1rem;
	text-align: center;
	border-radius: 7px;
}
.box2 {
	background-color: #a1a1a1;
	width: 50%;
	color: #FFF;
	margin: 0.7rem;
	padding: 1rem;
	text-align: center;
	border-radius: 7px;
}
.row a:hover {
	background-color: #db5a5a;
}

.Link {
	text-decoration: underline;
	font-weight: 700;
	color: #9b0000;
}

.Dark_Red {
	font-weight: 700;
	color: #9b0000;
}

.card {
	width: 90%;
	
}
/*----------------------------------------------
　入会金 table
----------------------------------------------*/
#sub_table {
	width: 100%;
	border: 1px solid #555555;
	border-collapse:collapse;
	font-size: 1rem;
	line-height: 1.4rem;
}
#sub_table th {
	width: 10%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #328a8f;
	border: 1px solid #555555;
	padding: 0.5rem;
}
#sub_table td {
	width: 180px;
	/* text-align: center; */
	border: 1px solid #555555;
	padding: 0.5rem;
	background-color: #ffffff;
	text-align: center;
}
/*----------------------------------------------
　参加登録 table
----------------------------------------------*/
#ent_table {
	width: 100%;
	border: 1px solid #555555;
	border-collapse:collapse;
	font-size: 1rem;
	line-height: 1.4rem;
}
#ent_table th {
	width: 30%;
	font-weight: bold;
	color: #FFF;
	background-color: #328a8f;
	border: 1px solid #555555;
	padding: 0.5rem;
}
#ent_table td {
	width: 180px;
	border: 1px solid #555555;
	padding: 0.5rem;
	background-color: #ffffff;
}


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

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

.wait_p1 {
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
	letter-spacing: 0.2rem;
}


.Link2 {
	text-decoration: underline;
}


@media all and (max-width:600px) {
	.mainpage {
		line-height: 1.7rem;
	}

	.greeting_img {
		width: 100%;
	}

    .pc_title {
        display:none;
    }
}