@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/organizer/mv.jpg);
}

@media screen and (max-width: 640px) {}

/*============================
リード
============================*/
#lead {
	padding-top: 0.7rem;
}
@media screen and (max-width: 640px) {
	#lead {
		padding-top: 0.25rem;
	}
}

#lead .text {
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.9;
	margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
	#lead .text {
		font-size: 0.15rem;
		margin-top: 0;
		text-align: justify;
		line-height: 2;
	}
}

#lead .ph_wrap {
	text-align: center;
	margin-top: 0.25rem;
	margin-bottom: 0.16rem;
}

@media screen and (max-width: 640px) {
	#lead .ph_wrap {
		max-width: 2.50rem;
		margin: 0.25rem auto 0.16rem;
	}
}

#lead strong {
	text-align: center;
	font-size: 0.28rem;
	line-height: 1.8;
	color:#2EA8E1;
	display: block;
}
@media screen and (max-width: 640px) {
	#lead strong {
		font-size: 0.18rem;
	}
}

#lead .bottom_text {
	margin-top: 0.15rem;
}

/*============================
FLOW
============================*/
#flow {
	padding-top: 1rem;
}

@media screen and (max-width: 640px) {
	#flow {
		padding-top: 0.50rem;
	}
}

#flow .flow_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	padding: 0.25rem 0 0.6rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#flow .flow_title {
		font-size: 0.18rem;
		padding: 0.15rem 0 0.25rem;
	}
}

#flow .ph_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 640px) {
	#flow .ph_list {
		width: 100vw;
		margin: 0 -0.20rem;
	}
}

#flow .ph_list .item {
	width: calc(100% / 3);
}

#flow .text {
	font-size: 0.2rem;
	line-height: 1.9;
	letter-spacing: 0.075em;
	text-align: center;
	margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
	#flow .text {
		font-size: 0.15rem;
		text-align: justify;
	}
}

#flow .flow_list_wrap {
	margin-top: 0.3rem;
}

#flow .flow_list_wrap .flow_list {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_list_wrap .flow_list {
		display: block;
		padding-bottom: 0.20rem;
		margin-bottom: 0.15rem;
		position: relative;
	}
	#flow .flow_list_wrap .flow_list:last-child {
		margin-bottom: 0;
	}
	#flow .flow_list_wrap .flow_list::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 10px solid #cccccc;
		border-bottom: 0;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	#flow .flow_list_wrap .flow_list:last-child::after {
		content: none;
	}
}

#flow .flow_list_wrap .flow_list .tit {
	font-size: 0.16rem;
	font-weight: 700;
	width: 1.00rem;
	line-height: 1;
	position: relative;
	top: 0.04rem;
}

@media screen and (max-width: 640px) {
	#flow .flow_list_wrap .flow_list .tit {
		font-size: 0.15rem;
		width: 1.50rem;
		top: 0;
		margin: auto;
	}
}

#flow .flow_list_wrap .flow_list .tit span {
	background-color: #45B035;
	display: inline-block;
	padding: 0.05rem 0.30rem 0.06rem;
	color: #FFF;
	border-radius: 0.20rem;
}
@media screen and (max-width: 640px) {
	#flow .flow_list_wrap .flow_list .tit span {
		display: block;
		padding: 0.05rem 0 0.06rem;
		text-align: center;
	}
}

#flow .flow_list_wrap .flow_list .txt_box {
	width: calc(100% - 1.30rem);
	font-size: 0.16rem;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	#flow .flow_list_wrap .flow_list .txt_box {
		width: 100%;
		font-size: 0.14rem;
		line-height: 1.875;
		padding-top: 0.08rem;
	}
}

#flow .flow_list_wrap .flow_list .txt_box a {
	color: #45B035;
	font-weight: 700;
	text-decoration: underline;
}

#flow .flow_list_wrap .flow_list .txt_box a:hover {
	text-decoration: none;
}

#flow .note_list {
	margin-top: 0.1rem;
}

#flow .note_list .item {
	font-size: 0.14rem;
	line-height: 2;
	text-indent: -0.14rem;
	padding-left: 0.14rem;
}

@media screen and (max-width: 640px) {
	#flow .note_list .item {
		font-size: 0.12rem;
		line-height: 1.65;
		text-indent: -0.12rem;
		padding-left: 0.12rem;
		padding-bottom: 0.10rem;
	}
}

#flow .note_list .item a {
	color: #000;
	font-weight: 500;
}

#flow .note_list .item a:hover {
	text-decoration: none;
}

/* 資料ダウンロード */
#flow .siryo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.4rem;
}

#flow .siryo .item {
	width: 31%;
	border: 2px solid #92BBD5;
	border-radius: 0.1rem;
	text-align: center;
	background: #fff;
}
#flow .siryo.col4 .item {
	width: 23%;
}
@media screen and (max-width: 640px) {
	#flow .siryo .item {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	#flow .siryo.col4 .item {
		width: 100%;
	}
}

#flow .siryo .item a {
	display: block;
	color: #000;
	padding: 0.33rem 0;
}
@media screen and (max-width: 640px) {
	#flow .siryo .item a {
		padding: 0.2rem 0;
	}
}

#flow .siryo .item a:hover {
	background-color:rgba(146, 187, 213, 0.2);
}

#flow .siryo .item .siryo_title {
	font-size: 0.18rem;
	font-weight: 700;
	margin-bottom: 0.28rem;
}

@media screen and (max-width: 640px) {
	#flow .siryo .item .siryo_title {
		font-size: 0.16rem;
	}
}

#flow .siryo .item .siryo_title span {
	border-bottom: 2px solid #92BBD5;
}

#flow .siryo .item .text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	font-weight: bold;
}
#flow .siryo.col4 .item .text {
	font-size: 0.15rem;
	letter-spacing: 0;
}

#flow .siryo .item .text img {
	display: block;
	margin-right: 0.1rem;
}

/* ボタン */
#flow .btn {
	max-width: 5.5rem;
	margin: 0.3rem auto 0;
}

@media screen and (max-width: 640px) {
	#flow .btn {
		margin: 0.15rem auto 0;
	}
}

#flow .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	font-weight: bold;
	width: 100%;
	height: 1rem;
	background: #FC9303;
	box-shadow: 0px 10px 7px -6px rgba(252, 147, 3 ,0.4);
	border-radius: 0.1rem;
	color: #fff;
}
@media screen and (max-width: 640px) {
	#flow .btn a {
		font-size: 0.15rem;
		height: 0.7rem;
	}
}


#flow .btn a:hover {
	opacity: 0.7;
}

#flow .btn a img {
	display: block;
	margin-right: 0.1rem;
}

@media screen and (max-width: 640px) {
	#flow .btn a img {
		width: 0.26rem;
	}
}


/*============================
CONTACT
============================*/
#contact_link {
	background: url(../img/organizer/contact_bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 1.6rem;
	padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
	#contact_link {
		margin-top: 1rem;
	}
}

#contact_link .sec_title {
	position: relative;
	top: -0.25rem;
}

@media screen and (max-width: 640px) {
	#contact_link .sec_title {
		top: -0.15rem;
	}
}

#contact_link .contact_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	padding: 0.25rem 0 0.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#contact_link .contact_title {
		font-size: 0.18rem;
		padding: 0.15rem 0 0.25rem;
		box-sizing: border-box;
	}
}

#contact_link .lead {
	font-size: 0.2rem;
	line-height: 1.75;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contact_link .lead {
		font-size: 0.15rem;
	}
}

#contact_link .btn_common.btn a {
	margin-top: 0.25rem;
	max-width: 5rem;
	width: 100%;
	padding: 0.4rem 0;
	font-size: 0.28rem;
}
@media screen and (max-width: 640px) {
	#contact_link .btn_common.btn a {
		padding: 0.25rem 0.2rem;
		box-sizing: border-box;
		font-size: 0.15rem;
	}
}
