nav {
	width: 100%;
	position: absolute;
	top: 20px;
}

nav .panel-btn {
	animation-duration: 1s;
	animation-name: fade-out;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-out;
}

.strage {
	transition: background 0.5s ease;
	position: fixed;
	top: 0;
}

.strage.on {
	background-color: #fff;
}

.strage.on > ul {
	border-bottom: 1px solid #eaeaea;
}

.strage.on > ul > li:not(.head_logo):not(.panel-btn):not(.sp) {
	left: 0;
}

.strage.on .panel-btn {
	margin-left: 0;
}

.strage > ul {
	padding-left: 0;
	padding-right: 0;
}

.strage > ul > li:not(.head_logo):not(.panel-btn) {
	position: relative;
	left: 100vw;
	transition: left 1s ease;
}

.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 90px;
	background-position: left 20px center;
}

.strage .head_logo a {
	width: 100%;
	padding-top: 71px;
	-webkit-background-size: 175px auto;
	background-size: 175px auto;
	background-position: left 20px center;
}

.strage .head_logo,
.strage .panel_btn {
	height: 70px;
	max-height: 100%;
	background-color: #fff;
}

.strage .panel-btn {
	display: block;
	position: relative;
	background-color: #55a93a;
	width: 71px;
	margin-left: auto;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}

.strage .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fff;
	transition: 0.2s;
}

.strage .panel-btn-icon::before,
.strage .panel-btn-icon::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: 0.3s;
}

.strage .panel-btn-icon::before {
	margin-top: -12px;
}

.strage .panel-btn-icon::after {
	margin-top: 8px;
}

.strage .panel-btn .close {
	background: transparent;
}

.strage .panel-btn .close::before,
.strage .panel-btn .close::after {
	margin-top: 0;
}

.strage .panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.strage .panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

main {
	width: 1000px;
	margin: 30px auto 60px;
	display: block;
}

main h2 {
	font-weight: normal;
	/*
	font-size: 1.4rem;
	*/
	font-size: 3rem;
	width: 100%;
	height: 140px;
	letter-spacing: 4px;
	background-image: url(../img/column/change_job_case/h2_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: solid 1px #eaeaea;
}

.abel {
	font-size: 4rem;
	display: block;
	margin-bottom: 6px;
}

.column_content {
	border: 30px solid #f1f1f1;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.column_content.change_job_case_list {
	position: relative;
	margin-bottom: 20px;
}
.column_content.change_job_case_list:last-child {
	margin-bottom: 0;
}
.column_content.change_job_case_list::after {
	content: '';
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #55a93a transparent;
}

h3 {
	font-size: 20px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 1.4;
}

.flex_box {
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.change_job_case_list .flex_box {
	margin-bottom: 0;
}

.flex_box figure {
	width: 15%;
}
.flex_box figure img {
	width: 100%;
	display: block;
}
.column_content ul {
	width: 18%;
	margin-left: 10px;
}
.column_content dl.suggestion {
	display: flex;
	align-items: baseline;
	padding-bottom: 8px;
}
.column_content dl.suggestion dt {
	width: 50px;
	font-size: 14px;
	line-height: 1.3;
}
.column_content dl.suggestion dd {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.column_content span.text_top {
	padding-bottom: 10px;
	display: block;
}
.column_content p {
	padding: 20px;
	font-size: 14px;
	background-color: #fff6d1;
	display: flex;
	align-items: center;
	line-height: 1.6;
	width: 65.5%;
	border: solid 1px #ffe38c;
	min-height: 135px;
	max-height: 135px;
	box-sizing: border-box;
}
.question dt {
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	line-height: 1.2;
}
.question dt span {
	font-size: 26px;
	color: #1c8cff;
	margin-right: 10px;
}
.question dd {
	font-size: 14px;
	line-height: 1.8;
	padding: 20px 0;
}
.agent {
	padding: 20px;
	margin-bottom: 20px;
	border: solid 1px #f1f1f1;
}
h3.agent_top {
	text-align: center;
	border: none;
	width: auto;
	background-color: #f1f1f1;
	font-size: 20px;
	padding: 15px 30px;
	margin: 0 auto;
}
dl.agent_text {
	padding: 20px 0 0 0;
}
dl.agent_text dt {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	font-weight: bold;
	display: flex;
	align-items: center;
}
dl.agent_text dt span.no {
	min-height: 50px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background-image: url(../img/column/change_job_case/agent_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
dl.agent_text dt span {
	font-size: 20px;
	color: #fff;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
dl.agent_text dd {
	font-size: 14px;
	padding: 10px 0 20px 0;
	line-height: 1.8;
}
dl.agent_text dd:last-child {
	padding-bottom: 0;
}

.changing {
	width: 100%;
	margin-bottom: 20px;
}
.changing_top {
	background-color: #f1f1f1;
	padding: 20px;
}
.changing dl {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.changing dl dt {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	margin-right: 20px;
	background-image: url(../img/column/change_job_case/changing_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.changing dl dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.changing table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border: solid 1px #e0e0e0;
}
.changing table tr {
	border-bottom: solid 1px #e0e0e0;
}
.changing table tr:last-child {
	border-bottom: none;
}
.changing table th {
	font-size: 18px;
	width: 14.285%;
	text-align: center;
	padding: 15px;
	border-right: solid 1px #e0e0e0;
}
.changing table th:last-child {
	border-right: none;
}
.changing table td {
	font-size: 12px;
	font-weight: bold;
	width: 14.285%;
	text-align: center;
	line-height: 1.6;
	background-color: #fff4cc;
	border-right: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	box-shadow: inset 0px 0px 0px 8px #fff;
	height: 90px;
	padding: 20px 10px;
}
.changing .fukidashi1 {
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
	background-color: #ff9f00;
	height: 70px;
	display: flex;
	align-items: center;
	width: 80%;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	width: 280px;
}
.changing .fukidashi2 {
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
	background-color: #ff9f00;
	height: 70px;
	display: flex;
	align-items: center;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	position: relative;
	width: 180px;
	margin-left: auto;
}
.changing .fukidashi1::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -15px;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 0 20px;
	border-color: transparent transparent transparent #ff9f00;
	transform: rotate(-15deg);
}
.changing .fukidashi2::before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -15px;
	left: 25%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 0 20px;
	border-color: transparent transparent transparent #ff9f00;
	transform: rotate(-15deg);
}

.changing .supplement {
	display: block;
	font-size: 13px;
	border: 2px solid #1f6dc4;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	margin-top: 5px;
	color: #1f6dc4;
	box-sizing: border-box;
}

.changing table td.bg_none {
	background: none;
	border-right: none;
	border-left: none;
	padding: 0 10px;
	width: 14.285%;
}

.changing figure {
	text-align: center;
	padding: 10px 0;
}
.red {
	color: #ff0000;
}
.blue {
	color: #0066cc;
}

.cd0000 {
	color: #cd0000;
}

.look {
	width: 100%;
	max-width: 100%;
	margin: 50px 0;
	background-color: #fafafa;
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
}
.look ul {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}
.look ul li {
	font-size: 14px;
	padding: 15px 0;
}
.look ul li a {
	line-height: 1.2;
}
.look ul li.left {
	position: relative;
	width: 50%;
}
.look ul li.left a::before {
	position: absolute;
	content: '\f104';
	font-family: FontAwesome;
	top: 50%;
	left: 0;
	display: block;
	font-size: 18px;
	margin-top: -10px;
}
.look ul li.left a {
	margin-left: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-right: 10px;
}
.look ul li.right {
	position: relative;
	width: 50%;
	text-align: right;
}
.look ul li.right a::before {
	position: absolute;
	content: '\f105';
	font-family: FontAwesome;
	top: 50%;
	right: 0;
	display: block;
	font-size: 18px;
	margin-top: -10px;
}
.look ul li.right a {
	margin-right: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-left: 10px;
}
.look ul li.center {
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	width: 75px;
	text-align: center;
}
.topics {
	width: 1000px;
	margin: 0 auto;
	border: solid 1px #eaeaea;
	padding: 30px 10px 10px 10px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.topics h2 {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	border-bottom: solid 1px #333;
	padding-bottom: 10px;
	line-height: 1.4;
}
.topics h2 span {
	font-size: 40px;
}

.topics p {
	padding: 15px 0;
	color: #55a93a;
	border-bottom: solid 1px #eaeaea;
	font-size: 14px;
}
.topics p:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
span.date_bottom {
	display: block;
	color: #000;
	padding-bottom: 10px;
	font-size: 14px;
}

.user_info {
	margin-left: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.user_info:not(:last-of-type) {
	margin-right: 20px;
}

.user_info > dt {
	font-weight: bold;
}

.user_info ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.user_info dl {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.user_info dl dt {
	width: 80px;
}

.user_info dl dd {
	font-weight: bold;
}

.tenshoku {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	background-color: #ffebf7;
	justify-content: center;
	color: #55a93a;
	line-height: 1.3;
	width: 113px;
	height: 90px;
	text-align: center;
}

.tenshoku + dd {
	margin-left: 10px;
}

.tenshoku + dd ul {
	justify-content: flex-end;
}

.tenshoku + dd li:not(:last-of-type) {
	margin-bottom: 8px;
}

/*.man+dd,
.woman+dd {
	height: 83px;
}*/

.man {
	color: #4a83ea;
	width: 100%;
	flex: none;
}

.woman {
	color: #fa88c6;
	width: 100%;
}

.man,
.woman {
	margin-bottom: 10px;
}

.man span,
.woman span {
	margin-left: 10px;
}

.point {
	margin-top: 40px;
}

.point > dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #55a93a;
	border-bottom: 1px solid #dadada;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background-image: url(../img/column/change_job_case/icon001.svg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 20px 19px;
	background-size: 20px 19px;
	padding-left: 25px;
}

.point dl {
	border: 2px solid #f1f1f1;
	padding: 20px;
	position: relative;
}

.point dl::before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 20px;
	background-image: url(../img/column/change_job_case/line.jpg);
}

.point dt,
.point dd {
	position: relative;
}

.point > dd p {
	line-height: 1.6;
	margin-bottom: 40px;
}

.point > dd strong {
	color: #55a93a;
}

.point > dd dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.point > dd li {
	margin-bottom: 9px;
	line-height: 1.6;
	position: relative;
	padding-left: 23px;
}

.fa-exclamation {
	font-size: 2.4rem;
	color: #55a93a;
	margin-right: 5px;
}

.fa-check-square {
	font-size: 1.6rem;
	color: #00be62;
	margin-right: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

#Adviser_msg {
	margin: 40px 0 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}

#Adviser_msg > div:first-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 15px;
	margin-bottom: 5px;
}

#Adviser_msg figure {
	text-align: center;
}

#Adviser_msg figcaption {
	padding-top: 5px;
}

#Adviser_msg figure span {
	font-size: 1.2rem;
}

#Adviser_msg .review {
	height: 22px;
	margin: 0 8px;
}

#Adviser_msg .comment {
	background-color: #ffebf7;
	margin-left: 15px;
	width: 915px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

#Adviser_msg .comment p {
	line-height: 1.5;
	position: relative;
	z-index: 1;
}

#Adviser_msg .comment .ttl {
	color: #55a93a;
	font-weight: bold;
}

#Adviser_msg .comment p:nth-of-type(n + 2) {
	margin-top: 10px;
}

#Adviser_msg .comment::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 11px 3px 0;
	border-color: transparent #ffebf7 transparent transparent;
	position: absolute;
	left: -11px;
	top: 20px;
}

#Adviser_msg .comment::after {
	content: '';
	display: block;
	background-image: url(../img/common/icon001.png);
	width: 92px;
	height: 87px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.l_banner {
	text-align: center;
	border-top: inherit;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 60px;
}
.l_banner a {
	width: 1000px;
	margin: 0 auto;
	display: block;
}
.l_banner img {
	border: 1px solid #eaeaea;
	width: 1000px;
	margin: 0 auto;
}

.column_content.list:not(:last-of-type) {
	margin-bottom: 20px;
}

.column_content .btn1 {
	width: 112px;
	height: 39px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.period {
	font-size: 14px;
}
.post_date {
	margin-left: auto;
	color: #6a6a6a;
	font-size: 14px;
	font-weight: normal;
	display: block;
	text-align: right;
}

/*------------------------------------------------
1100~
------------------------------------------------*/
@media screen and (max-width: 1100px) {
	header {
		width: 100%;
	}
	main {
		width: 100%;
		max-width: 100%;
		margin-top: 3%;
	}
	main h2 {
		font-size: 3vw;
		background-size: cover;
		margin-bottom: 3%;
		background-position: center;
		padding-left: 8vw;
	}
	.column_content {
		border: 2vw solid #f1f1f1;
		padding: 2%;
	}
	.period {
		font-size: 1.5vw;
	}
	.post_date {
		font-size: 1.5vw;
	}
	h3 {
		font-size: 2vw;
		padding: 1% 0;
		margin-bottom: 2%;
	}
	.flex_box {
		margin-bottom: 3%;
	}
	.column_content dl.suggestion dt {
		font-size: 1.5vw;
		width: 6vw;
	}
	.column_content dl.suggestion dd {
		font-size: 1.5vw;
		width: 12vw;
	}
	.column_content p {
		font-size: 1.5vw;
		height: 20vw;
		padding: 2vw;
		max-height: 145px;
	}
	.question dt {
		font-size: 2vw;
		padding-bottom: 1%;
	}
	.question dd {
		font-size: 1.5vw;
		padding-top: 2%;
	}
	.agent {
		padding: 2vw;
	}
	h3.agent_top {
		padding: 2vw;
		font-size: 2vw;
	}
	dl.agent_text {
		padding: 2vw 0 0 0;
	}
	dl.agent_text dt {
		font-size: 2vw;
	}
	dl.agent_text dt span {
		font-size: 2vw;
	}
	dl.agent_text dd {
		font-size: 1.5vw;
		padding: 1% 0 2% 0;
	}
	.changing_top {
		padding: 2vw;
	}
	.changing dl {
		padding-bottom: 2vw;
		width: 100%;
	}
	.changing dl dt {
		font-size: 1.8vw;
		padding-bottom: 1vw;
		margin-right: 2vw;
	}
	.changing dl dd {
		font-size: 1.8vw;
	}
	.changing table tr {
		font-size: 1.5vw;
	}
	.changing table th {
		padding: 2vw;
		font-size: 2vw;
	}
	.changing figure {
		padding: 3vw 0;
	}
	.changing figure img {
		width: 8%;
	}
	.changing .fukidashi1 {
		width: 35vw;
		height: auto;
	}
	.changing .fukidashi2 {
		width: 20vw;
		height: auto;
	}
	.look {
		margin: 3% 0;
	}
	.look ul {
		width: 100%;
		margin: 0;
	}
	.look ul li {
		font-size: 1.5vw;
		padding: 2% 0;
	}
	.topics {
		text-align: center;
		margin: 0;
		width: 100%;
	}
	.topics h2 span {
		font-size: 5vw;
	}
	.topics h2 {
		font-size: 1.5vw;
		width: 100%;
		padding-bottom: 3%;
	}
	.topics p {
		text-align: left;
		padding: 2%;
		font-size: 1.5vw;
	}
	span.date_bottom {
		font-size: 1.5vw;
	}
	.l_banner a {
		width: 100%;
	}
	.l_banner img {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.l_banner a {
		width: 100%;
	}
}

/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 767px) {
	h3 {
		line-height: 1.4;
		display: block;
		font-size: 3.5vw;
	}
	.post_date {
		display: block;
	}
	nav {
		position: fixed;
		top: -150%;
	}
	nav.on {
		top: 0px;
		transition: top 1000ms 0s ease;
	}
	main {
		width: 100%;
		margin-top: 3%;
		margin-bottom: 6%;
	}
	.job_info_detail {
		padding: 0 3%;
	}
	main h2 {
		background-image: url(../img/column/change_job_case/h2_sp_bg.png);
		-webkit-background-size: cover;
		padding-left: 3%;
		background-size: auto 100%;
		background-position: top right -45px;
		font-size: 4vw;
		font-weight: bold;
		height: 70px;
		text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
			-1px -1px 0 #fff;
	}
	.change_content {
		padding: 0 3%;
	}
	.column_content {
		padding: 3%;
		border: 10px solid #f1f1f1;
		position: relative;
	}
	.column_content.single {
		margin: 0 3%;
	}
	.column_content.change_job_case_list::after {
		content: '';
		border-color: transparent transparent #55a93a transparent;
		border-width: 0px 0 3vw 3vw;
		bottom: 0vw;
		right: 0vw;
	}
	.period {
		font-size: 3vw;
	}
	.post_date {
		font-size: 3vw;
	}

	.flex_box {
		margin-bottom: 5%;
	}
	.flex_box figure {
		width: 40%;
	}
	.flex_box figure img {
		width: 90%;
	}
	.column_content ul {
		width: 50%;
	}
	.column_content dl.suggestion {
		padding-bottom: 5%;
	}
	.column_content dl.suggestion dt {
		font-size: 3vw;
		width: 12vw;
		font-weight: bold;
	}
	.column_content dl.suggestion dd {
		font-size: 3vw;
		width: 22vw;
		font-weight: normal;
	}
	.column_content span.text_top {
		padding-bottom: 10%;
	}
	.column_content p {
		width: 100%;
		max-height: 100%;
		height: auto;
		padding: 2vw;
		font-size: 3vw;
		margin-top: 3%;
	}
	.question dt {
		font-size: 3.5vw;
		padding-bottom: 1%;
		line-height: 1.4;
	}
	.question dt span {
		font-size: 4vw;
		margin-right: 2%;
	}
	.question dd {
		font-size: 3vw;
		padding: 2% 0;
	}
	.agent {
		padding: 0;
		margin-bottom: 3%;
	}
	h3.agent_top {
		font-size: 3.5vw;
		padding: 2vw 3vw;
		text-align: left;
	}
	dl.agent_text {
		padding: 2vw;
	}
	dl.agent_text dt {
		font-size: 3.5vw;
		padding-bottom: 1%;
		line-height: 1.2;
	}
	dl.agent_text dt span.no {
		margin-right: 2%;
	}
	dl.agent_text dt span {
		font-size: 4vw;
		font-weight: normal;
	}
	dl.agent_text dd {
		font-size: 3vw;
		padding: 2% 0;
	}
	.changing_top {
		padding: 2%;
	}
	.changing_top .ov {
		overflow: auto;
	}
	.changing table {
		width: 180vw;
	}
	.changing dl {
		flex-direction: column;
		padding-bottom: 0;
	}
	.changing dl dt {
		font-size: 3vw;
		padding: 2vw 0vw;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-image: url(../img/column/change_job_case/changing_bg_sp.png);
		max-width: 100%;
	}
	.changing dl dd {
		padding-top: 3%;
		padding-bottom: 3%;
		font-size: 3vw;
	}
	.changing table tr {
		font-size: 2vw;
	}
	.changing table th {
		font-size: 3vw;
	}
	.changing table td {
		box-shadow: inset 0px 0px 0px 2vw #fff;
		font-size: 2vw;
		height: 20vw;
		padding: 4vw 3vw;
	}
	.changing .supplement {
		font-size: 2.5vw;
		margin-top: 1vw;
		padding: 2vw;
	}
	.changing figure {
		padding: 3% 0;
	}
	.changing figure img {
		width: 15%;
	}
	.changing .fukidashi1 {
		width: 55vw;
		font-size: 2vw;
	}
	.changing .fukidashi1::before {
		top: -18%;
	}
	.changing .fukidashi2 {
		width: 35vw;
		font-size: 2vw;
	}
	.changing .fukidashi2::before {
		top: -18%;
	}
	.look {
		margin: 5% 0;
	}
	.look ul {
		width: 100%;
	}
	.look ul li {
		font-size: 2.5vw;
		padding: 2vw;
	}
	.look ul li.left {
		padding: 2vw 2vw 2vw 6vw;
	}
	.look ul li.left a::before {
		left: 3vw;
		font-size: 3vw;
		margin-top: -1.5vw;
	}
	.look ul li.left a {
		margin-left: 0;
	}
	.look ul li.right {
		padding: 2vw 6vw 2vw 2vw;
	}
	.look ul li.right a::before {
		right: 3vw;
		font-size: 3vw;
		margin-top: -1.5vw;
	}
	.look ul li.right a {
		margin-right: 0;
		padding-left: 0;
	}
	.look ul li.center {
		width: 10vw;
		padding: 2vw 1vw;
	}
	.topics {
		padding: 3%;
		background-color: white;
		box-sizing: border-box;
	}
	.topics h2 {
		font-size: 3vw;
		padding-bottom: 3%;
	}
	.topics h2 span {
		font-size: 6vw;
	}
	span.date_bottom {
		font-size: 2.5vw;
		padding-bottom: 2%;
	}
	.topics p {
		padding: 2% 0;
		font-size: 3vw;
	}
	.column_content > figure {
		width: 25%;
	}
	.column_content > figure img {
		width: 100%;
	}
	.user_info {
		width: 72%;
		margin-left: 3%;
		align-items: flex-start;
	}
	.user_info:nth-of-type(2) {
		margin-left: 0;
		width: 100%;
		margin-top: 3%;
	}
	.user_info ul {
		list-style-type: none;
		margin-left: 0;
	}
	.user_info dl {
		display: block;
	}
	.user_info dl dt {
		width: auto;
	}
	.user_info dd li {
		margin-top: 5px;
	}
	.user_info dd li:not(:last-of-type) {
		margin-bottom: 8px;
	}
	.user_info:nth-of-type(2) dd li:first-of-type {
		margin-top: 0;
	}
	.user_info dd dd {
		margin-top: 3px;
	}
	.user_info > dt {
		flex: initial;
	}
	.man + dd,
	.woman + dd {
		width: 100%;
		height: 100%;
	}
	.user_info .tenshoku {
		width: 25%;
		height: 139px;
		flex: initial;
	}
	.tenshoku + dd {
		width: 72%;
		margin-left: 3%;
	}
	.user_info:not(:last-of-type) {
		margin-right: 0;
		margin-left: 0;
	}
	.case_info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.case_info figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.case_info figure,
	.man,
	.woman {
		text-align: center;
	}

	.point {
		margin-top: 10%;
	}

	.point > dt {
		background-position: left center;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		-ms-align-items: center;
		align-items: center;
		line-height: 1.2;
	}
	.point dl {
		padding: 3%;
	}
	.point > dd dt {
		margin-bottom: 5%;
		font-size: 2.1rem;
	}
	.point dl::before {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.point > dd li {
		line-height: 1.4;
		position: relative;
		padding-left: 15px;
	}
	.fa-exclamation {
		font-size: 3rem;
	}
	.fa-check-square {
		position: absolute;
		left: 0;
		top: 2px;
	}

	#Adviser_msg {
		background-color: #ffebf7;
		display: block;
		margin: 15% 0 10%;
		padding: 5%;
		position: relative;
	}
	#Adviser_msg > div:first-of-type {
		margin-left: 0;
	}
	#Adviser_msg figure {
		float: left;
		display: block;
		margin-right: 3%;
		text-align: left;
		width: 16%;
	}
	#Adviser_msg figure img {
		width: 100%;
	}
	#Adviser_msg figure figcaption {
		text-align: center;
	}
	#Adviser_msg figure span {
		display: none;
	}
	#Adviser_msg .comment {
		width: auto;
		margin: 0;
		background-color: transparent;
		padding: 0;
	}
	#Adviser_msg .comment::before {
		display: none;
	}
	#Adviser_msg .comment::after {
		bottom: 0;
		right: 0;
	}
	.l_banner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.l_banner img {
		width: 100%;
		border: none;
	}
	.l_banner img.pc {
		display: none;
	}
	.l_banner img.sp {
		width: 100%;
		display: block;
	}
	footer {
		padding: 0;
	}
	.page_top {
		bottom: 70px;
	}

	.column_content.list .user_info {
		width: 72%;
	}
	.column_content .btn1 {
		position: static;
		width: 100%;
		margin-top: 5%;
	}
	.w100p {
		width: 100% !important;
	}
}

/*201005追加*/
.pager {
	margin-top: 80px;
}
.pager span {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.pager ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	height: 40px;
	box-sizing: border-box;
	justify-content: center;
}
.pager li {
	width: 40px;
	border-left: 1px solid #eaeaea;
}
.pager a {
	width: 100%;
	height: 40px;
	display: block;
}
.pager li,
.pager a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager .fa {
	font-size: 1rem;
}
.pager .current {
	background-color: #55a93a;
	color: #fff;
	width: 100%;
	height: 40px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 0;
}

.not_table {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.not_table .rotate {
	transform: rotate(-90deg);
	height: 50px;
}
.not_table .changing_top {
	width: 50%;
}
.not_table .changing_top span {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.not_table .changing_top dl {
	padding-bottom: 0;
}
.not_table .changing_top dd {
	font-weight: normal;
	font-size: 16px;
	flex: 1;
}
@media screen and (max-width: 767px) {
	.not_table {
		display: block;
		padding: 0 2vw;
		box-sizing: border-box;
	}
	.not_table * {
		box-sizing: border-box;
	}
	.not_table .changing_top {
		width: 100%;
	}
	.not_table .rotate {
		transform: initial;
		height: auto;
	}
	.not_table .changing_top dl {
		flex-direction: row;
	}
	.not_table .changing_top dt {
		width: auto;
		font-size: 4vw;
		padding: 2vw;
		margin-right: 3vw;
	}
	.not_table .changing_top dd {
		font-size: 3.5vw;
	}
	.not_table .changing_top span {
		font-size: 4vw;
	}
}
