.wrap {
	width: 1172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#country-top {
	width: 880px;
	float: right;
}
#country-top .ttl-area {
	background-color: #F1EBE4;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 32px;
}

#country-top .country-list {
	margin-bottom: 30px;
}
#country-top .country-list li a {
	text-decoration: none;
	display: block;
	
	padding: 15px 20px 15px 15px;
	position: relative;
	border-top: 1px solid #D8D8D8;
}
#country-top .country-list li a:hover {
	opacity: 1.0;
	background-color: #E7E7E7;
}
#country-top .country-list li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #9b4633;
	border-bottom: 2px solid #9b4633;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
}
#country-top .country-list li:last-child a {
	margin-bottom: 0px;
	border-bottom: none;
}
#country-top .country-list li a figure {
	width: 140px;
	margin-right: 15px;
	float: left;
}
#country-top .country-list li a figure img {
	width: 100%;
	border: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#country-top .country-list li a div {
	overflow: hidden;
}
#country-top .country-list li a div .name {
	font-size: 16px;
	margin-bottom: 5px;
}
#country-top .country-list li a div .btn-main.r.size-s {
	margin-bottom: 0px;
}
.country-head {
	width: 100%;
}
.country-head .inner {
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
	color: #FFFFFF;
	padding-right: 350px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
}
.country-head .inner .flag {
	float: left;
	margin-right: 35px;
	padding-top: 20px;
	width: 190px;
}
.country-head .inner div {
	overflow: hidden;
}
.country-head .inner div .ttl {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-top: 15px;
}
.country-head .inner div .txt {
	font-size: 13px;
	line-height: 1.6;
}
#main-contry {
	width: 880px;
	float: right;
}
.conts-navi {
	margin-bottom: 25px;
}
.conts-navi li a {
	/*width: 144px; 求人有りの場合*/
	width: 173px;
	margin-right: 3px;
	float: left;
	background-color: #F2ECE4;
	position: relative;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.3;
}
.conts-navi li:last-child a {
	margin-right: 0px;
	width: 175px;/*width: 144px; 求人有りの場合は不要*/
}
.conts-navi li a span {
	padding-top: 9px;
	padding-bottom: 9px;
	display: inline-block;
}
.conts-navi li a.ac {
	background-color: #dc2810;
	color: #FFFFFF;
}
.new-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.new-box .ads {
	position: absolute;
	width: 350px;
	top: 0px;
	right: 0px;
}
.new-box li a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 20px 20px 15px;
	position: relative;
	font-size: 15px;
	overflow: hidden;
}
.new-box li a:hover {
	opacity: 1.0;
	background-color: #E7E7E7;
}
.new-box li a:after {
	display: block;
	content: '';
	position: absolute;
	top: 45%;
	width: 7px;
	height: 7px;
	border-right: 2px solid #9b4633;
	border-bottom: 2px solid #9b4633;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
}
.new-box li:nth-child(3) a {
	border-top: 1px solid #d8d8d8;
}
.new-boxli:last-child a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.new-box li a .head .genre {
	display: inline-block;
    
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
	font-size: 13px;
	margin-bottom: 5px;
}
.new-box li a .head .genre.news {
	background-color: #9B4633;
}
.new-box li a .head .genre.jirei {
	background-color: #74417F;
}
.new-box li a .head .genre.column {
	background-color: #00A3D8;
}
.new-box li a .head .genre.seminar {
	background-color: #004000;
}
.new-box li a .head .genre.interview {
	background-color: #B6951E;
}
.new-box li:first-child a,
.new-box li:nth-child(2) a {
	padding: 13px 13px 25px;
    width: 227px;
	float: left;
	margin-bottom: 25px;
	border-right: 1px solid #d8d8d8;
	min-height: 240px;
	border-bottom: none;
}
.new-box li:first-child a:after,
.new-box li:nth-child(2) a:after {
	border: none;
}
.new-box li:first-child a figure,
.new-box li:nth-child(2) a figure{
	margin-bottom: 15px;
}
.new-box li:first-child a .ttl,
.new-box li:nth-child(2) a .ttl{
	margin-bottom: 5px;
}
.new-box li a figure img {
	width: 100%;
}
.new-box li:first-child a .date,
.new-box li:nth-child(2) a .date {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}
.new-box li:nth-child(3) {
	clear: left;
}
.new-box li:nth-child(n+3) {
	overflow: hidden;
	
}
.new-box li:last-child {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 20px;
}
.new-box li:nth-child(n+3) figure {
	float: left;
	margin-right: 15px;
	width: 150px;
}
.new-box li:nth-child(n+3) figure img {
	width: 100%;
}
.new-box li:nth-child(n+3) div{
	overflow: hidden;
}
.new-box li:nth-child(n+3) div .head {
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 8px;
}
.new-box li:nth-child(n+3) div .head .genre {
	display: inline-block;
	line-height: 24px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.new-box li:nth-child(n+3) div .head .genre.news {
	background-color: #9B4633;
}
.new-box li:nth-child(n+3) div .head .genre.jirei {
	background-color: #74417F;
}
.new-box li:nth-child(n+3) div .head .genre.column {
	background-color: #00A3D8;
}
.new-box li:nth-child(n+3) div .head .genre.seminar {
	background-color: #004000;
}
.new-box li:nth-child(n+3) div .head .genre.interview {
	background-color: #B6951E;
}
.new-box li:nth-child(n+3) div .head .date {
	text-align: right;
	float: right;
}
.new-box li:nth-child(n+3) div .ttl {
	font-size: 20px;
	margin-bottom: 5px;
}
.new-box li:nth-child(n+3) div .txt {
	margin-bottom: 5px;
}
.new-box li:nth-child(n+3) div .btn-main.r.size-s  {
	margin-bottom: 0px;
}
.btn-main.more {
	text-align: center;
}
.btn-main.more a {
	font-size: 18px;
	display: inline-block;
	background-color: #9f7f5f;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 80px;
	padding-right: 80px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
.ttl-lline-country {
	position: relative;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 2px;
	border-left: 6px solid #9B4633;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 36px;
}
.task-box {
	background-image: url(/_img/country/task-box_bg.png);
	width: 820px;
	height: 280px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.task-box .flag {
	text-align: center;
	margin-bottom: 20px;
}
.task-box .flag img {
	width: 130px;
}
.task-box .ttl {
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
}
.task-box p  {
}
.ttl-solution   {
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 50px;
}
.ttl-solution .num {
	font-size: 37px;
}
.list-solution {
	padding-left: 16px;
	margin-bottom: 30px;
}
.list-solution li {
	width: 270px;
	float: left;
	margin-right: 27px;
	padding-top: 1px;
	position: relative;
}
.list-solution li:last-child {
	margin-right: 0px;
}
.list-solution li .point {
	position: absolute;
	top: -35px;
	left: -20px;
}
.list-solution li .point img {
	display: block;
	position: relative;
	left: -3px;
	top: 2px;
}
.list-solution li .point .num {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	width: 41px;
	border-radius: 100%;
	height: 41px;
	display: block;
	text-align: center;
	line-height: 1.4;	
}

.list-solution li .ttl {
	font-size: 18px;
	background-color: #FFFFFF;
	width: 211px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}
.list-solution li .txt {
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.drop-solution {
	margin-bottom: 15px;
}
.drop-solution .solution-ttl {
}
.drop-solution .solution-ttl a  {
	background-color: #f8f5f1;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(/_img/side/mrk-drop.png);
	background-position: right center;
	background-size: 39px 39px;
	background-repeat: no-repeat;
	position: relative;
}
.drop-solution .solution-ttl a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 5px solid #9b4633;
}
.drop-solution .solution-ttl a.open:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left: 5px solid #9b4633;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.drop-solution .drop-box {
	border-right: 1px solid #F8F5F1;
	border-left: 1px solid #F8F5F1;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: none;
}
.drop-solution .drop-box .inbox {
	border: 1px solid #D8D8D8;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.drop-solution .drop-box .inbox .ttl {
	font-size: 16px;
}
.drop-solution .drop-box .inbox ul {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.drop-solution .drop-box .inbox ul:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.drop-solution .drop-box .inbox ul li  {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #000000;
	font-size: 13px;
	line-height: 1.3;
}
.drop-solution .drop-box .inbox ul li:last-child {
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}
.drop-solution .drop-box .inbox ul li a {
	color: #000000;
}
.step-txt {
	font-weight: bold;
	margin-bottom: 15px;
}
.list-step {
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 651px;
}
.list-step li {
	float: left;
}
.list-step .arw {
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
}
.list-step li.btn a  {
	background-color: #2E3740;
	background-repeat: no-repeat;
	width: 114px;
	border-radius: 100%;
	height: 114px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 45px;
	display: block;
	text-decoration: none;
	background-size: 114px 114px;
}
.list-step .btn.step01 a {
	background-image: url(/_img/country/step01.png);
}
.list-step .btn.step02 a {
	background-image: url(/_img/country/step02.png);
}
.list-step .btn.step03 a {
	background-image: url(/_img/country/step03.png);
}
.list-step .btn.step04 a {
	background-image: url(/_img/country/step04.png);
	padding-top: 39px;
	line-height: 1.2;
}
.list-step .btn a:hover {
	background-color: #9b4633;
	opacity: 1;
}
.list-country-bnr {
	overflow: hidden;
	margin-bottom: 30px;
}
.list-country-bnr li {
	margin-right: 50px;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 260px;
}
.list-country-bnr li:nth-child(3n) {
	margin-right: 0px;
}
.list-country-bnr li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
.list-country-bnr li img {
	margin-bottom: 3px;
}
.list-country-bnr li span {
	display: block;
}
.ttl-step {
	font-size: 18px;
	line-height: 40px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.step-box {
	background-color: #F8F5F1;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	margin-bottom: 20px;
	overflow: hidden;
}
.step-box .box01 {
	width: 300px;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #d8d8d8;
}
.step-box .box02 {
	width: 300px;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #d8d8d8;
	padding-left: 15px;
}
.step-box .box03 {
	width: 175px;
	float: left;
	padding-left: 20px;
	position: relative;
}
.step-box .box03 .pr-box a .pr {
	position: absolute;
	left: 15px;
	top: 5px;
}
.step-box .box03 .pr-box a figure {
	margin-bottom: 10px;
}
.step-box div .list-cate li {
	font-size: 13px;
	margin-bottom: 4px;
}
.step-box div .list-cate li a {
	display: block;
	color: #000000;
	position: relative;
	padding-left: 15px;
}
.step-box div .list-cate li a:before  {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-left: 5px solid #555555;
	
}
.step-box .box03 .pr-box a {
	display: block;
	color: #000000;
}
.step-box div .ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.step-subtxt {
	margin-bottom: 10px;
}
