#page_title {
	line-height: 310px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #073b75 url('../../daiichi/images/recruit/recruit_header.png') no-repeat top center;
}

#main {
	padding: 40px 0 0 0;
}

#main section img {
	max-width: 100%;
	height: auto;
	display: block;
}

#main section {
	margin: 0 0 80px 0;
}

#main h3 {
	font-size: 32px;
	color: #073b75;
	max-width: 940px;
	margin: 0 auto 30px;
}

#main h3 img {
	vertical-align: middle;
}

#main section article {
	max-width: 660px;
	margin: 0 auto;
}

#section1 h4 {
	font-size: 24px;
	color: #7f2d00;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	align-items: center;
	line-height: 26px;
	height: 26px;
	margin: 0 auto 20px;
}

#section1 h4:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #7f2d00;
}

#section1 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	list-style: none;
}

#section1 ul li {
	width: calc((100% - 40px) / 3);
	background: #7f2d00;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}

#section1 ol {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: calc((100% - 40px) / 3);
}

#section1 ol li {}

#section1 ol li:before {
	content: "●";
	color: #abe8ff;
}

#main #section2 {
	max-width: 660px;
	border: 1px solid #7f2d00;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto 80px;
	box-sizing: border-box;
}

#main #section2 h5 {
	font-size: 18px;
	margin: 0 auto 30px;
	border-bottom: 2px solid #bb8f77;
}

#section2-1 {
	display: flex;
	gap: 30px;
	margin: 0 auto 20px !important;
}

#section2-1 figure {
	width: 240px;
	flex: none;
}

#section2-1 .comment {
	width: calc(100% - 270px);
	flex: none;
}

#section2-2 {
	padding: 20px 0 0;
	border-top: 2px dotted #bb8f77;
}

#section2-2 dl {
	margin: 0 auto 20px;
}

#section2-2 dt {
	font-weight: bold;
	color: #005982;
}

#section2-2 dt:before {
	content: "Ｑ．";
}

#section3 h4 {
	font-size: 24px;
	color: #005982;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	align-items: center;
	line-height: 26px;
	height: 26px;
	margin: 0 auto 20px;
}

#section3 h4:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #005982;
}

#section3 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	list-style: none;
}

#section3 ul li {
	width: calc((100% - 20px) / 2);
	background: #005982;
	color: #fff;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}

#section4 h4 {
	font-size: 24px;
	color: #00561f;
	display: flex;
	gap: 10px;
	white-space: nowrap;
	align-items: center;
	line-height: 26px;
	height: 26px;
	margin: 0 auto 20px;
}

#section4 h4:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #00561f;
}

#section4 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
	list-style: none;
}

#section4 ul li {
	width: calc((100% - 40px) / 3);
	background: #00561f;
	color: #fff;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}

#section5 h4 {
	font-size: 18px;
	border-bottom: 2px solid #888888;
	margin: 0 auto 20px;
}


#section5 ul{
	list-style: none;
	width: 660px !important;
	margin: 20px 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
}

#section5 ul li:nth-child(1),
#section5 ul li:nth-child(3){
	width: calc(30% - 20px);
}

#section5 ul li:nth-child(2){
	width: 40%;
	margin: 0 20px;
}

#section5 ul li h4{
	border-bottom: 1px solid #ddd;
	font-size: 93%;
}

#section5 ul li:nth-child(1) h4{
	color: #84C36E;
}

#section5 ul li:nth-child(2) h4{
	color: #4EB2ED
}

#section5 ul li:nth-child(2) h4{
	color: #224BB7
}


#section6 article {
	max-width: 780px !important;
}

#section6 article ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

#section6 article ul li {
	box-sizing:  border-box;
	width: calc((100% - 40px) / 2);
	height: 240px;
	background-color: #F0F0F0;
	padding: 20px;
}

#section6 article ul li h4{
	margin: 0 0 36px;
	color: #025983;
	font-size: 20px;
	text-align: center;
}

#section6 article ul li img{
	width: 83px;
	height: 83px;
	object-fit: contain;
	float: left;
	margin: 0 40px;
}

#section6 article ul li .dataBox{
	padding: 0px 0 0;
	font-size: 72px;
	font-weight: bold;
	line-height: 1.2;
}

#section6 article ul li .dataBox small{
	font-size: 16px;
}

#section6 article ul #data01 > div{
	font-size: 38px;
}

#section6 article ul #data07 > p > img{
	margin: 0 10px 0 20px;
}

#section6 article ul #data07 > div{
	font-size: 22px;
}

#section6 article ul #data08 > div{
	font-size: 62px;
}