@charset "UTF-8";
/* CSS Document */
/*メインカラー0　rgba(19,15,15,1.0)　ブラック*/
/*メインカラー1　rgba(230,230,224,1.0)　薄いグレー*/
/*メインカラー2　#DEDED7　濃いグレー*/
/*メインカラー3　#d483a1　エンジ*/
/*メインカラー4　#d4b683　ベージュ*/
/*メインカラー4　#f39800　オレンジ*/
/*メインカラー5　#e87478　薄ピンク*/
/*メインカラー6　#4c6cb3 薄ブルー*/
/*メインカラー7　#FF8E1A　濃オレンジ*/
/*メインカラー8　#1e50a2　濃ブルー*/
/*カラー1 からし色　#D9B800*/
/*カラー2 濃いブルー　#003485*/
/*カラー3 クロムイエロー　#fcc800*/
/*ピンク　rgba(255,92,206,1.00) #FF5CCE*/
/*濃いピンク　#FF06B4*/

/*-----------------------------------
参加登録
-----------------------------------*/

/*重要ブロック*/
.important_block {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 2px solid #FF0004;
	background-color: #FFF5ED;
}
.important_block .title {
	display: inline-block;
	background-color: #FF0004;
	padding: 2px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 14px;
	color: white;
	
}
.important_block p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5em;
	color: #FF0004;
}

/*期間*/
.limit_flex {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.limit_dl {
	
}
.limit_dl dt {
	font-size: 14px;
}
.limit_dl dd {
	margin-left: 0;
}
@media screen and (max-width: 490px) {
	.limit_dl dd {
		padding-left: 1em;
	}
}
.limit_caption p {
	margin: 0;
	line-height: 1.5em;
}

/*参加費*/
.participation_fee .description p {
	line-height: 1.5em;
}

/*学会入会手続き中の参加方法*/
.how_to_join_processing {
	margin-top: 40px;
}
.how_to_join_processing .block {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #FF0004;
	
}
.how_to_join_processing .title {
	font-weight: 600;
	color: #FF0004;
}
.how_to_join_processing p {
	line-height: 1.5em;
}

/*参加登録方法*/
.flowchart {
	margin-top: 40px;
}
.flowchart .item {
	display: block;
	position: relative;
	padding: 20px 10px 10px 10px;
	width: 100%;
	border: 2px solid #FF06B4;
	background-color: #F7F7F7;
}
.flowchart .step {
	position: absolute;
	top: -20px;
	left: -10px;
	display: flex;
	align-items: center;
	width: 240px;
	height: 40px;
	border-radius: 20px;
	background-color: #FF06B4;
	padding: 0;
	padding-left: 10px;
	font-size: 17px;
	font-weight: 600;
	color: white;
}
.step .small {
	font-size: 12px;
	font-weight: 400;
}
.step .big {
	font-size: 26px;
	font-weight: 600;
}
.step .caption {
	position: relative;
	margin-left: 2em;
}
.step .caption::before {
	position: absolute;
	top: -4px;
	left: -20px;
	content: "";
	height: 38px;
	border-left: 1px solid white;
	transform: rotate(30deg);
}
.step .caption_last {
	position: relative;
	margin-left: 1em;
}

/*メール配信*/
.next_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;
	column-gap: 10px
}
.triangle {
	width: 60px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #FF06B4;
}
.mail_icon img{
	position: relative;
	top: -4px;
	width: 40px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2815%) hue-rotate(305deg) brightness(106%) contrast(118%);
}
.next_block .string {
	color: #FF06B4;
	font-weight: 600;
}

/*懇親会*/
.networking_dl dd {
	line-height: 1.5em;
}

/*問い合わせ*/
.contact_name {
	font-weight: 600;
}
.contact_inner {
	padding: 0 10px;
	border-left: 4px solid #B1B1B1;
}
.contact_inner p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}