@charset "utf-8";




/* ____________________________________________________ GLOBAL */

body {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	padding-bottom: 20px;
	}

a {
	color: #000;
	}

a:hover {
	color: #AAA;
	text-decoration: none;
	}

.cleaner {
	clear: both;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix {
	min-height: 1px;
	}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

.x {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.x {
	min-height: 1px;
	}

* html .x {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
	}

#wrapper.abroad {
	max-width: 920px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	margin-top:80px;
	}

#wrapper.abroad #contents {
	padding-top: 0;
	}

#abroad.main {
    background: url(/img/abroad_main.jpg) no-repeat 0 0;
    height: 30vw;
    text-indent: -5000px;
    text-align: center;
    width: 100%;
    max-height: 320px;
    margin-bottom: 48px;
    display: block;
    background-position: center top;
    background-size: contain;
	}

#abroad_tips {
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
flex-wrap:wrap;
}





	#abroad_tips li {
	width: calc((100% / 3) - 24px);
	}

	#abroad_tips h4 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
	}

	#abroad_tips ul {
	width: 135px;
	float: left;
	margin: 0 0 30px 0;
	}

	#abroad_tips ul li {
	width: auto;
	float: none;
	margin: 0 0 5px 0;
	padding-left: 22px;
	background: url(/img/abroad_point.gif) no-repeat left center;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	}

	#abroad_tips p {
	font-size: 14px;
	line-height:2;
	margin: 0 0 15px 0;
	}

	#abroad_tips img {
	margin-bottom: 30px;
	}

	#abroad_tips dt {
	font-size: 12px;
	line-height: 14px;
	color: #027;
	font-weight: bold;
	float: left;
	margin: 0 0 8px 15px;
	width: 40px;
	}

	#abroad_tips dd {
	font-size: 12px;
	line-height: 14px;
	float: left;
	margin: 0 15px 8px 0;
	width: 210px;
	}

	#abroad_more_separate {
	clear: both;
	background: url(/img/abroad_result_head.gif) no-repeat 0 0 #AAA;
	text-align: right;
	height: 42px;
	}

	#abroad_results {
    padding: 40px 0 16px 0;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
	}

	#abroad_results ul {
	    flex-wrap: wrap;
	    display: flex;
	    justify-content: space-between;
	}

	#abroad_results li {
    width: calc((100% / 2) - 24px);
    padding: 0;
    margin-bottom: 32px;
    background: none;
	}

	#abroad_results li strong {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    background-color: #000;
    padding: 6px 12px;
	}

	#abroad_results li.headline {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(/img/abroad_result_bg.gif) no-repeat left center #000;
	}

	#abroad_results li.headline h5 {
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	margin: 15px 0 0 80px;
	background: url(/img/abroad_result.gif) no-repeat left center #000;
	}

	#abroad_results li.headline p {
	margin-left: 80px;
	color: #FFF !important;
	}

	#abroad_results img {
	width: 198px;
	height: 132px;
	border: 2px solid #FFF;
	margin: 0 15px 10px 0;
	float: left;
	}
	#abroad_results a img {
		border-color: #CCC;
		}

	#abroad_results h6 {
		font-size: 16px;
		color: #000;
		font-weight: bold;
		margin: 12px 0px;
		display: block;
		line-height: 1.7;
	}

	#abroad_results strong {
	color: #000;
	font-weight: bold;
	}

	#abroad_results h6 a:hover {
	color: #AAA;
	}

	#abroad_results p {
	    margin-bottom: 15px;
	    font-size: 14px;
	    line-height: 2;
	}

#abroad_more_information {
	margin: 0 0 30px 0;
	height: 41px;
	text-align: right;
	background: url(/img/abroad_foot_bg.gif) no-repeat 0 0;
	}


@media screen and (max-width:767px)  { 

#abroad_results{

    width: 80%;
    margin: 0 auto;

}

#services_top_information{

    width: 80%;
    margin: 0 auto;
}

#abroad_results li strong{

    font-size: 14px;
    line-height: 1.7;
    clear: both;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding: 6px 12px;


}

#abroad_results img{
    width: 100%;
    height: auto;
    margin: 12px 0px;
    box-sizing: border-box;

}

#abroad_tips li{
    width: 100%;
    clear: both;

}

#abroad_tips li img{
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;

}

#abroad_results li{

width:100%;

}



}

