@charset "UTF-8";
/* CSS Document */

/*インターン確認画面
--------------------------------------------*/
.intern .intershipDetail.entry h3 {
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.intern .intershipDetail.entry h3:before {
	content: '';
	width: 29px;
	height: 29px;
	margin: -14px 0 0 -90px;
	display: block;
	background: url(../img/intern/ico_tit02.png) no-repeat;
	background-size: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
}
@media screen and (min-width: 768px), print {
	.detailModule01 .pcWrap.entry {
		padding: 20px 30px 20px 30px;
	}
	.intern .intershipDetail.entry h3 {
		font-size: 20px;
		height: 60px;
		line-height: 60px;
		margin: 0 0 40px 0;
	}
	.intern .intershipDetail.entry h3:before {
		margin: -14px 0 0 -108px;
	}
}
/*subHead01*/
.subHead01 {
	font-size: 16px !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
	position: relative;
	padding-left: 26px;
}
.subHead01:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/intern/ico_tit03.png);
	background-size: 100% !important;
	position: absolute;
	left: 0;
	top: 3px;
}
@media screen and (min-width: 768px), print {
	.subHead01 {
		margin-bottom: 5px !important;
	}
}
/*table設定*/
.intern .intershipDetail.entry th {
	background: #ececec;
}
.intern .intershipDetail.entry td {
	background: #f3f3f3;
}
.intern .intershipDetail.entry th.tableBg01 {
	background: #e1e1e1;
}
.entryTable01 table {
	margin-botom: 20px !important;
}

@media screen and (min-width: 768px), print {
	.detailModule02 > section.entry > div {
		display: block;
	}
	/*subHead01*/
	.subHead01 {
		padding-bottom: 0px !important;
	}
	/*table設定*/
	.entryTableModule01 {
		margin-bottom: 70px;
	}
	.detailModule02 .intershipDetail.entry {
		border-left: none;
		border-right: none;
		padding: 0px;
	}
	.intern .intershipDetail.entry table {
		width: 480px;
	}
	.intern .intershipDetail.entry table tr {
		border-bottom: solid 1px #fff;
	}
	.intern .intershipDetail.entry .entryTable01 {
		float: left;
	}
	.intern .intershipDetail.entry .entryTable02 {
		float: right;
	}
	.intern .intershipDetail.entry th {
		width: 184px;
		padding: 10px 15px 10px 26px;
	}
	.intern .intershipDetail.entry .entryTable01 table {
		margin-bottom: 0px !important;
	}
	.intern .intershipDetail.entry .entryTable01 .tableMl {
		padding-left: 26px;
	}
	.intern .intershipDetail.entry .entryTable02 .tableMb {
		margin-bottom: 30px !important;
	}
}

/*エントリー完了
--------------------------------------------*/
/*finishDetail01*/
.finishDetail01 {
	border: dotted 2px #ed6d00;
	padding: 16px;
	margin-top: 30px;
}
.finishDetail01 figure {
	text-align: center;
	margin-top: 15px;
}
.finishDetail01 figure img {
	width: 37px;
	height: 39px;
	margin: 0 auto 0;
}
@media screen and (min-width: 768px), print {
	.intern.finish .mainModule {
		padding-top: 60px;
	}
	.finishModule01 {
		width: 710px;
		margin: 0 auto;
	}
	.finishDetail01 {
		padding-bottom: 30px;
		border: solid 2px #ed6d00;
	}
	.finishDetail01 figure {
		margin-top: 43px;
	}
	.finishDetail01 figure img {
		width: 42px;
		height: 47px;
		margin: 0 auto 0;
	}
}
/*finishDetail02*/
.finishDetail02 {
	background: #fff3e1;
	position: relative;
	margin-top: 25px;
}
.finishDetail02:before {
	content: '';
	width: 30px;
	height: 20px;
	display: block;
	background: url(../img/intern/bg_finish01.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto !important;
}
.finishDetail02:after {
	content: '';
	width: 53px;
	height: 66px;
	display: block;
	background: url(../img/intern/img_finish01.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 7px;
	bottom: 38px;
}
.finishDetail02 .entryComment {
	padding: 15px 45px 0 70px;
}
@media screen and (min-width: 768px), print {
	.finishDetail02 {
		height: 120px;
		padding: 30px 45px;
	}
	.finishDetail02:after {
		width: 78px;
		height: 96px;
		bottom: 0;
		left: 48px;
	}
	.finishDetail02 .entryComment {
		float: left;
		padding: 0px;
	}
}
/*btnType01*/
.intern .btnType01.finish {
	margin-top: 15px;
}
.finishDetail02 .btnType01.finish:after {
	right: 10px !important;
	left: auto;
}
@media screen and (min-width: 768px), print {
	.finishDetail02 .btnType01.finish {
		float: right;
		width: 250px;
		text-indent: 0px;
		margin-top: 10px !important;
	}
}
/*btnType03*/
.intern .btnType03.finish {
	line-height: 20px;
	display: block;
	background: #f5f5f8;
	border-radius: 4px;
	padding: 15px 20px 15px 40px;
	margin-top: 15px;
	position: relative;
}
.intern .btnType03.finish:before {
	content: '';
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../img/common/ico_arrow03_right.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -8px;
}
@media screen and (min-width: 768px), print {
	.intern .btnType03.finish {
		width: 470px;
		margin: 0 auto;
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
	}
	.intern .btnType03.finish:before {
		left: 45px;
	}
}

/*見出し・コメント*/
.entryFinish {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #ed6d00;
	margin-top: 11px;
}
.entryComment,
.entryFinish {
	font-weight: bold;
}
.entryComment {
	line-height: 21px;
}
.finishDetail01 .entryComment {
	margin-top: 25px;
}
@media screen and (min-width: 768px), print {
	.entryFinish {
		margin-top: 30px;
	}
	.finishDetail01 .entryComment {
		text-align: center;
	}
	.finishDetail02 .entryComment {
		margin-left: 100px;
	}
}

/*finishModule02*/
.finishModule02 {
	background: #e8e8e8;
	padding-bottom: 15px;
	margin-top: 45px;
}
/*headDesign01*/
.headDesign01 {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	background: #4e6083;
	position: relative;
}
.headDesign01:before {
	content: '';
	width: 47px;
	height: 66px;
	display: block;
	background: url(../img/intern/img_finish02.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
@media screen and (min-width: 768px), print {
	.headDesign01 {
		font-size: 20px;
		text-align: left;
		padding-left: 100px;
		margin-top: 73px;
	}
	.headDesign01:before {
		width: 72px;
		height: 101px;
		left: 16px;
	}
}
/*companyName01*/
.companyName01,
.companyName02 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
@media (max-width: 767px) {
	.companyName01 {
		display: none;
	}
	.companyName02 {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px), print {
	.companyName02 {
		display: none;
	}
	.companyName01 {
		margin-top: 30px;
	}
}
/*intershipListModule*/
.intershipListModule.finish {
	margin: 15px 15px 0 15px;
}
.intershipListModule.finish li {
	background: #fff;
}
.intershipListModule.finish li:last-child {
	margin-bottom: 0px;
}
.intershipListModule.finish li h4:after {
	border: 20px solid transparent;
	border-left: 20px solid #e8e8e8;
}
@media screen and (min-width: 768px), print {
	.intershipListModule.finish {
		padding: 30px 45px 20px;
		margin: 0px;
	}
	.intershipListModule.finish li {
		padding: 0 20px 10px 20px;
	}
	.intershipListModule.finish li .btnType01 {
		bottom: 30px;
	}
	.intershipListModule.finish li .btnType01 {
		width: 180px;
	}
}

@media screen and (max-width: 767px) {
	.companyName01 {
		display: none !important;
	}
}
@media screen and (min-width: 768px), print {
	.companyName02 {
		display: none !important;
	}
	.companyName01 {
		display: block !important;
	}
}
