@charset "utf-8";

.tx_blue {
	/* 院内施設 */
	color: #020873;
}

a.tx_kankyou:link {
	color: #183F8C;
	text-decoration: none;
}

a.tx_kankyou:visited {
	color: #58698A;
	text-decoration: none;
}

a.tx_kankyou:hover {
	color: #183F8C;
	text-decoration: underline;
}


/* IMSグループについて
-------------------------------------------------------------------------*/
.flex_ims {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex_ims>div:nth-of-type(1) {
	width: 70%;
}

.flex_ims>div:nth-of-type(1) p {
	color: #183F8C;
	margin: 0 auto;
}

.flex_ims>div:nth-of-type(2) {
	width: 20%;
}

.flex_ims>div:nth-of-type(2) img {
	display: block;
	width: 100%;
}


/* スケジュール
-------------------------------------------------------------------------*/
.tx_orange {
	color: #FF6600;
	margin: 0 auto 30px;
}

h4.schedule {
	border-bottom: 1px solid #f7a12b;
}

h4.schedule span {
	display: inline-block;
	padding: 5px 30px;
	background: #f7a12b;
	color: #fff;
}

.flex_sche {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex_sche>div:nth-of-type(1) {
	width: 50%;
}

.flex_sche>div:nth-of-type(1) table {
	width: 100%;
	border-collapse: collapse;
}

.flex_sche>div:nth-of-type(1) table th,
.flex_sche>div:nth-of-type(1) table td {
	border: 1px solid #ccc;
	padding: 10px;
}

.flex_sche>div:nth-of-type(1) table th {
	background: #ffe3bd;
	width: 20%;
}

.flex_sche>div:nth-of-type(1) table td {
	background: #fff;
}

.flex_sche>div:nth-of-type(2) {
	width: 30%;
}

.flex_sche>div:nth-of-type(2) img {
	width: 100%;
}

.flex_sche>div:nth-of-type(2) p {
	text-align: center;
	margin: 0;
}

.flex_ims .tx_blue {
	color: #183F8C !important;
}

.tx_blue {
	color: #183F8C;
}


/* ===============================================================
	スマホ表示
================================================================== */
@media (max-width: 768px) {

	.img_ims,
	.img_schedule,
	.img_undoukai {
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}

	.img_ims {
		max-width: 150px;
	}

	.img_undoukai {
		max-width: 250px;
	}

	.txt_undoukai {
		display: block;
		text-align: center;
		font-size: 1.4rem;
	}

	.tx_blue {
		/* 院内施設 */
		font-size: 1.4rem;
	}

	/* IMSグループについて
-------------------------------------------------------------------------*/
	.flex_ims {
		flex-wrap: wrap;
	}

	.flex_ims>div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.flex_ims>div:nth-of-type(1) p {
		font-size: 1.4rem;
	}

	.flex_ims>div:nth-of-type(2) {
		width: 100%;
	}


	/* スケジュール（スマホ）
-------------------------------------------------------------------------*/
	.tx_orange {
		/*  */
		font-size: 1.4rem;
	}

	.flex_sche {
		flex-wrap: wrap;
	}

	.flex_sche>div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 20px;
	}

	.flex_sche>div:nth-of-type(1) table th,
	.flex_sche>div:nth-of-type(1) table td {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
	}

	.flex_sche>div:nth-of-type(2) {
		width: 100%;
	}


}

/* 研修風景251007 追加 */
.seminar_box p img {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.yoko_btn {
	text-align: center;
}
.internship_list{
	padding-left: 20px;
}
.internship_list li {
	list-style: disc;
	color: #294c94;
}
.internship_list li span{
	color: #000000;
}