@charset "utf-8";
/* CSS Document */

/* ======================================================================
共通
====================================================================== */

.container a img:hover{
	opacity: 0.8;
}

.container{
	text-align: center;
	display: block;
	margin: 0px auto 40px;
}

.open2 img{
	display: block;
	margin: 0 auto;
}

.open2 .h1_SP,
.br_sp,
.name_link{
	display: none;
}


/* ======================================================================
ここから
====================================================================== */

.open2 {
	width: 968px;
	margin: 0 auto;
}

.area_link{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 32px auto 32px;
}

.area_btn{
	width: 32%;
}

.area_btnin{
	background-color: #344c60;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	color: #fff;
}

.area_btnin:hover{
	background-color: #5e7384;
}

.area_btnin p{
	font-size: 22px;
	margin-right: 10px;
}

h2{
	font-size: 22px;
	color: #17916e;
	border-top: 2px solid #17916e;
	border-bottom: 2px solid #17916e;
	text-align: left;
	padding: 10px 0 10px 30px;
}

.h2{
	height: 20px;
}

.flex_wra{
	width: 100%;
	margin: 16px auto 80px;
}

.flex_box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.item_wra{
	border: 1px solid #27758f;
	width: 460px;
	height: auto;
	margin: 16px 0;
}

.item_wra h3{
	padding: 14px;
	font-size: 18px;
	color: #fff;
	background-color: #27758f;
}

.item_acc{
	padding: 10px;
	color: #27758f;
}

.item_img{
	border-top: 1px solid #27758f;
	border-bottom: 1px solid #27758f;
}

.item_txt{
	text-align: left;
	width: 90%;
	margin: 0 auto;
	padding: 16px 0;
	line-height: 1.4;
	height: 140px;
}

.item_cv{
	width: 300px;
	margin: 0 auto;
}

.item_link{
	background-color: #df4c68;
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.item_link:hover{
	background-color: #f15976;
}

.item_icon{
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 10px solid #fff;
	float: right;
	margin-top: 1px;
}

.item_course{
	color: #ec5c05;
	font-weight: bold;
	margin-bottom: 10px;
}












































