/* TITLE
=========================================================================
=========================================================================*/
#title {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/internship/internship_title_bg.svg) right bottom no-repeat #61A5D0;
	background-size: 857px auto;
}

@media (max-width:865px) {
	#title {
		padding: 0 25px;
	}
}

#title h1 {
	position: relative;
	margin: 226px auto 90px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#title h1::before {
	content: "INTERNSHIP PROGRAM";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	font-size: 2.0rem;
	font-weight: normal;
	color: #8B8B8B;
	text-align: center;
}

#title h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 100px;
	height: 4px;
	background: #FFF;
}

#title h2 {
	position: relative;
	margin: 0 auto 35px;
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
}

@media (max-width:865px) {
	#title h2 {
		font-size: 3.1vw;
	}
}

#title div {
	position: relative;
	margin: 0 auto 24px;
	width: 860px;
}

@media (max-width:910px) {
	#title div {
		width: 100%;
	}
}

#title p {
	position: relative;
	margin: 0 auto 40px;
	width: 860px;
	font-size: 1.5rem;
	color: #FFF;
}

@media (max-width:910px) {
	#title p {
		width: 100%;
	}
}

/* アンカーボタン
=========================================================================
=========================================================================*/
#button {
	padding: 56px 25px;
	background: #292929;
}

#button a.anchor_button {
	display: block;
	text-decoration: none;
	margin: 0 auto;
	width: 600px;
	height: 72px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
	color: #FFF;
	background: #65D161;
	border-radius: 3px;
	box-shadow: 0px 3px 0px rgba(119, 190, 190, 0.8);
}

/* インターンシップエントリーについて
=========================================================================
=========================================================================*/
#entry {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #f7f7f7;
}

@media (max-width:930px) {
	#entry {
		padding: 0 25px;
		width: 100%;
	}
}

#entry h1 {
	position: relative;
	margin: 150px auto 90px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#entry h1::before {
	content: "ENTRY";
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	font-size: 2.0rem;
	font-weight: normal;
	color: #8B8B8B;
	text-align: center;
}

#entry h1::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
	width: 100px;
	height: 4px;
	background: #3263BF;
}

#entry h2 {
	position: relative;
	margin: 0 auto 98px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

/* ボタンエリア
=========================================================================*/
#entry #button_container {
	overflow: hidden;
	position: relative;
	margin: 0 auto 50px;
	width: 860px;
	text-align: center;
}

@media (max-width:910px) {
	#entry #button_container {
		padding: 0;
		width: 100%;
	}
}

#entry #button_container ul#entry_widget {
	float: left;
	padding: 20px 0;
	width: 47.242206%;
}

#entry #button_container ul#entry_widget li {
	padding: 0;
}

/* ボタン
-----------------------------------------------------------*/
#entry #button_container ul#entry_widget li a {
	position: relative;
	display: block;
	margin: 0 auto 59px;
	width: 95.431472%;
	height: 104px;
	background-color: #FFF;
	border: 2px solid #D6D6D6;
	border-radius: 4px;
	box-shadow: 0 0 4px #D6D6D6;
}

#entry #button_container ul#entry_widget li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 220px;
}

#entry #button_container ul#mypage_widget {
	overflow: hidden;
	float: right;
	padding: 42px 0 0 0;
	width: 47.242206%;
	/* 394px */
	background: #EFEFEF;
}

#entry #button_container ul#mypage_widget li {
	padding: 0;
}

#entry #button_container ul#mypage_widget p {
	position: relative;
	margin: 0 auto 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* マイページヘボタン
-----------------------------------------------------------*/
#entry #button_container ul#mypage_widget li a.button_mypage {

	display: block;
	margin: 0 auto 44px;
	width: 71.065989%;
	/* 280px */
	height: 54px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 54px;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	background: #5A92D5;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

/* 新規登録へボタン
-----------------------------------------------------------*/
#entry #button_container ul#mypage_widget li a.button_entry {
	display: block;
	margin: 0 auto 36px;
	width: 71.065989%;
	/* 280px */
	height: 54px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 54px;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	background: #5A92D5;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

/*  デスクトップ&タブレット（741px〜959px）
=========================================================================
=========================================================================*/
@media (max-width:959px) {

	/* TITLE
	=========================================================================
	=========================================================================*/
	#title h1 {
		margin: 145px auto 90px;
	}

}

/*  スマホ（740px以下）
=========================================================================
=========================================================================*/
@media (max-width:740px) {

	/* TITLE
	=========================================================================
	=========================================================================*/
	#title h2 {
		font-size: 4.1vw;
	}

	/* アンカーボタン
	=========================================================================
	=========================================================================*/
	#button a.anchor_button {
		width: 90%;
	}

	/* インターンシップエントリーについて
	=========================================================================
	=========================================================================*/
	#entry h1 {
		font-size: 4.7vw;
	}

	#entry ul li {
		margin: 0 0 7px;
		padding: 25px 25px;
	}

	/* ボタンエリア
	=========================================================================*/
	#entry #button_container ul#entry_widget {
		float: none;
		padding: 20px 0;
		width: 100%;
	}

	/* ボタン
		-----------------------------------------------------------*/
	#entry #button_container ul#entry_widget li a {
		width: 94%;
	}

	#entry #button_container ul#entry_widget li:first-child a {
		margin: 0 auto 20px;
	}

	#entry #button_container ul#entry_widget li a img {
		width: 40%;
	}

	#entry #button_container ul#mypage_widget {
		float: none;
		padding: 40px 0 0 0;
		width: 100%;
	}


}

/*  スマホ（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {

	/* TITLE
	=========================================================================
	=========================================================================*/
	#title h1 {
		margin: 100px auto 58px;
		font-size: 2.0rem;
	}

	#title h1::before {
		top: -30px;
		font-size: 1.3rem;
	}

	#title h1::after {
		bottom: -10px;
		width: 50px;
		height: 2px;
	}

	#title h2 {
		margin: 0 auto 15px;
		font-size: 4.1vw;
	}

	#title p {
		margin: 0 auto 20px;
		font-size: 1.3rem;
	}

	/* アンカーボタン
	=========================================================================
	=========================================================================*/
	#button {
		padding: 25px 12px;
	}

	#button a.anchor_button {
		width: 90%;
		height: 50px;
		font-size: 1.4rem;
		line-height: 50px;
	}

	/* インターンシップエントリーについて
	=========================================================================
	=========================================================================*/
	#entry h1 {
		margin: 100px auto 45px;
	}

	#entry h1::before {
		top: -30px;
		font-size: 1.3rem;
	}

	#entry h1::after {
		bottom: -10px;
		width: 50px;
		height: 2px;
	}

	#entry h2 {
		margin: 0 auto 45px;
		font-size: 1.3rem;
	}

	/* ボタンエリア
	=========================================================================*/
	#entry #button_container {
		margin: 0 auto 80px;
	}

	/* ボタン
		-----------------------------------------------------------*/
	#entry #button_container ul#entry_widget li a img {
		width: 60%;
	}

	#entry #button_container ul#mypage_widget {
		padding: 40px 0 0 0;
	}

	#entry #button_container ul#mypage_widget p {
		margin: 0 auto 5px;
		font-size: 1.4rem;
	}

	#entry #button_container ul#mypage_widget {
		padding: 40px 0 0 0;
	}

	#entry #button_container ul#mypage_widget p {
		margin: 0 auto 5px;
		font-size: 1.4rem;
	}

	/* マイページヘボタン
	-----------------------------------------------------------*/
	#entry #button_container ul#mypage_widget li a.button_mypage {
		margin: 0 auto 30px;
		width: 82%;
		height: 48px;
		font-size: 1.5rem;
		line-height: 48px;
	}

	/* 新規登録へボタン
	-----------------------------------------------------------*/
	#entry #button_container ul#mypage_widget li a.button_entry {
		margin: 0 auto 30px;
		width: 82%;
		height: 48px;
		font-size: 1.5rem;
		line-height: 48px;
	}
}
