@charset "utf-8";

/* ===================================================================

	レポート用

=================================================================== */


.repo_sec {
	margin:0;
	padding:40px 0;
	font-size:1rem;
/*	border-top:1px dotted #dddddf;*/
}

.repo_main_img {
	margin:0 0 40px;
}

.repo_catch {
	margin:0 0 60px;
}
.repo_catch h3 {
	margin-bottom:10px;
	font-size:1.7rem;
	color:#00797E;
}
.repo_catch p,
.repo_sec p {
	font-size:1.1rem;
}
.repo_catch p .red,
.repo_sec p .red {
	color:#D02400;
	font-weight:normal;
}



.repo_sec h3 {
	margin-bottom:10px;
	font-size:1.7rem;
	font-weight:bold;
	color:#00797E;
}
.repo_sec h4 {
	margin:30px 0 10px;
	font-size:1.5rem;
	color:#00797E;
}
.repo_service_box {
	display:flex;
	justify-content:space-between;
}
.repo_service {
	width:46%;
	padding:20px;
	background:#EEEEEF;
}
.repo_service h5 {
	margin:0 0 10px;
	font-size:1.3rem;
	font-weight:bold;
}
.repo_service_img,
.repo_miryoku_img {
	margin:0 0 10px;
}
.repo_service_img img,
.repo_miryoku_img img {
	width:100%;
	max-width:500px;
	height:auto;
}

.repo_miryoku_box {
	display:flex;
	justify-content:space-between;
}
.repo_miryoku {
	width:31%;
	padding:20px;
	background:#EEEEEF;
}
.repo_sec .repo_miryoku h4 {
	margin:0 0 10px;
	color:#717071;
	font-weight:bold;
	font-size: 1.3rem;
}



ul.repo_list {
	margin-left:1.2em;
}
ul.repo_list li {
	position: relative;
}
ul.repo_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #00797E;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.career_up_box {
}
.career_up {
	display:flex;
}
.career_up_img {
	width:300px;
	flex-grow: 0;
	flex-shrink: 0;
}
.career_up_img img {
	width:100%;
	height:auto;
}
.career_up_txt {
	margin-left:15px;
}
.career_up_txt h5 {
	margin:0 0 10px;
	font-size:1.3rem;
	font-weight:bold;
}


.graph_box {
	display:flex;
	justify-content:space-between;
}
.graph {
	width:48%;
}
.repo_sec .graph h4 {
	text-align:center;
}

#career-change,
#career-change-age {
	width:200px;
	margin:20px auto 0;
	overflow:hidden;
}
#career-change dt, #career-change-age dt {
    clear: both;
    float: left;
    margin: 0;
    padding: 0 0 0 18px;
    width: 100px;
}
#career-change dd, #career-change-age dd {
    float: left;
    padding: 0;
    width: calc(100% - 118px);
}
#career-change dt:before,
#career-change-age dt:before {
    background: #ffcd05;
    content: '';
    display: inline-block;
    height: 11px;
    margin: 0 13px 0 -18px;
    width: 11px;
}
#career-change dt.i_graph_turquoise:before {
    background: #28cebc;
}
#career-change dt.i_graph_blue:before {
    background: #29aecc;
}
#career-change dt.i_graph_cyan:before {
    background: #4cf4e6;
}
#career-change-age dt.i_graph_turquoise:before {
	background: #28cebc;
}
#career-change-age dt.i_graph_blue:before {
	background: #29aecc;
}
#career-change-age dt.i_graph_cyan:before {
	background: #4cf4e6;
}
#career-change-age dt.i_graph_yellow:before {
	background: #e5e555;
}
#career-change-age dt.i_graph_orange:before {
	background: #ffa92e;
}
#career-change-age dt.i_graph_red:before {
	background: #ff5656;
}


.repo_btn_kyujin {
	text-align:center;
	margin:20px 0 ;
}
.repo_btn_kyujin a {
	display:inline-block;
	height:50px;
	line-height:50px;
	padding:0 20px;
	background:#D02400;
	color:#fff;
	font-weight:bold;
	font-size:1.3rem;
	border-radius: 25px;
}


/* ===================================================================
	スマホ用
=================================================================== */
/* PCとかタブレット */
@media ( max-width : 960px ){
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	.repo_main_img img {
		width:100%;
		height:auto;
	}
	.career_up_img {
		width:40%;
	}

}
/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	.repo_sec h3 {
		font-size:1.5rem;
	}
	.repo_sec h4 {
		font-size:1.3rem;
	}
	.repo_catch p,
	.repo_sec p {
		font-size:1rem;
	}
	ul.repo_list {
		margin:0.5em 1em 0;
	}

	.repo_service_box {
		display:block;
	}
	.repo_service {
		width:auto;
		margin-bottom:15px;
	}
	.repo_service h5 {
		font-size:1.1rem;
	}

	.repo_miryoku_box {
		display:block;
	}
	.repo_miryoku {
		width:auto;
		margin-bottom:15px;
	}
	.repo_sec .repo_miryoku h4 {
		font-size: 1.1rem;
	}
	
	.repo_btn_kyujin a {
		height:40px;
		line-height:40px;
		font-size:1.1rem;
		border-radius: 20px;
	}
	
	.graph_box {
		display:block;
	}
	.graph {
		width:auto;
		margin-bottom:15px;
	}
	.career_up_box {
	}
	.career_up {
		display:block;
	}
	.career_up_img {
		width:300px;
		margin: 0 auto 10px;
	}
}



