@charset "utf-8";
/* CSS Document */

/* ==========================================================

	Dream report style (pc_sp共通)

===========================================================*/

.page-section1__content .leadTxt h3 {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 30px 0;
	padding: 12px 0 10px 10px;
}

.page-section1__content .leadTxt p {
	line-height: 2;
	margin-bottom: 20px;
}

.page-section1__content .leadTxt strong {
	font-weight: 600;
}

.page-section1__content .leadTxt img {
	margin: 10px 0 30px 0;
}


/* ドリームバイト訴求エリア */
.page-section1__content .last_txt_important {
	background-color: rgba(255,228,225);
	border-radius: 11px;
	margin: 3%;
	padding: 35px;
	font-size: 15px;
}
.page-section1__content .last_txt_important ul {
	text-align: center;
}
.page-section1__content .last_txt_important ul li a {
	color: #f44040;
}
.page-section1__content .last_txt_important ul li a:link {
	text-decoration: underline !important;
}
.page-section1__content .text_important {
	font-size: 18px;
	line-height: 2;
}
/* //ドリームバイト訴求エリア */


/* app download */
.page-section1__content .appendix ul {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-section1__content .appendix ul li strong {
		font-size: 20px;
		color: #167ac6;
}
.page-section1__content .appendix li:first-child {
	width: 100%;
}
.page-section1__content .appendix li:last-child {
	width: 100%;
}
.page-section1__content .appendix li.li01,li.li02 {
	box-sizing: border-box;
	max-width: 50%;
	margin-top: 20px;
}
.page-section1__content .appendix li.li01 {
	padding: 0 5px 0 20px;
}
.page-section1__content .appendix li.li02 {
	padding: 0 20px 0 5px;
}
.text_important_big {
	text-align: center;
	font-size: 22px;
	line-height: 1.5 !important;
}
.last_text_02 {
	background-color: rgba(180, 234, 238, 0.39);
	border-radius: 10px;
	margin: 3%;
	padding: 20px 10px;
}
.last_text_02 ul {
	text-align:center;
}
/* //app download */


/* interview */
.interview {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.interview img {
	padding-right: 10px;
	height: 100%;
	width: 50px;
}
.interview p { padding-top: 10px; }
.interview p.pt01 { padding-top: 23px; }
.txt_red { color: #dd0000; }
.txt_pink { color: #ff8080;}
.txt_green { color: #228833; }
.txt_blue { color: #115599; }
.txt_orange { color: #fc9900; }
.txt_gray { color: #666666; }
/* //interview */




@media screen and (max-width: 750px) {
	.page-section1__content .leadTxt h3 {
		border-top: solid 2px #ccc;
		border-bottom: solid 2px #ccc;
		font-size: 2.5rem;
		line-height: 1.5;
		margin: 20px 0;
		padding: 15px 0 13px 5px;
	}
	.page-section1__content .leadTxt p {
		font-size: 2rem;
	}
	.page-section1__content .leadTxt img {
		margin: 0 0 20px 0;
	}

	/* ドリームバイト訴求エリア */
	.page-section1__content .last_txt_important {
		margin: 0;
		padding: 20px 10px;
	}
	.page-section1__content .last_txt_important ul li a {
		display: block;
	}
	.page-section1__content .last_txt_important ul li:last-child {
		font-size: 13px
	}
	.page-section1__content .last_txt_important ul li a:last-child {
		font-size: 15px;
	}
	.page-section1__content .text_important {
		font-size: 16px;
	}
	/* //ドリームバイト訴求エリア */


	/* app download */
	.page-section1__content .appendix ul {
		display: block;
	}
	.page-section1__content .appendix ul li img {
		margin: 0;
	}
	.page-section1__content .appendix ul li strong {
		font-size: 16px;
	}
	.page-section1__content .appendix ul li.li01,
	.page-section1__content .appendix ul li.li02 {
		max-width: 48%;
		margin: 0;
		padding: 6px 0 10px;
	}
	.page-section1__content .appendix ul li:last-child p {
		font-size: 13px !important;
		margin-bottom: 0;
	}
	.last_text_02 {
		margin: 0;
	}
	/* //app download */
	

	/* interview */
	.interview p { padding-top: 0; }
	.interview p.pt01 { padding-top: 0; }
	/* //interview */
}

@media screen and (max-width: 320px) {
	/* ドリームバイト訴求エリア */
	.page-section1__content .text_important { font-size: 14px;}
	.page-section1__content .last_txt_important ul li a { font-size: 14px !important;}
	.page-section1__content .last_txt_text_important { font-size: 12px ;}
	.page-section1__content .last_txt_important { padding: 20px 4px;}
	/* //ドリームバイト訴求エリア */

	/* app download */
	.page-section1__content .appendix ul li:last-child p { font-size: 12px !important;}
	.page-section1__content .appendix ul li strong { font-size: 14px;}
	/* //app download */
}