/* ---------------------------------- */
/*			 COUNTRY LINKS			  */
/* ---------------------------------- */

.pc{
	display: block;
}
.sp{
	display: none;
}


#country_links {
	height: 890px;
	width: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
    /*overflow: visible ;*/
    z-index: 1;
}

#country_links h3{
    top: 160px;
    left: 0;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    position: relative;
}
#country_links h4{
    top: 240px;
    left: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

#country_links h2 {
    top: 190px;
    left: 0;
    color: #ffffff;
    font-size: 16px;
	letter-spacing: 0.1em;
    position: relative;
}
#country_links h2 a {
	color: #ffffff;

}
#country_links h2 span {
	font-size: 28px;
	font-weight: bold;
    font-weight: normal;
    margin: 20px 0 0 0;
	letter-spacing: 0.1em;
    display: block;
}
#country_links h2 .country{
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin: 20px 0 0 0;
    letter-spacing: 0.1;
    display: block;
}


.country_links h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding: 290px 0 0 0;
}

.country_links h3 span {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0 0;
	display: block;
}

.country_links .inner {
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.country_links .inner:after {
	content: "";
	clear: both;
	display: block;
}

.country_links .inner .fig {
	width: 300px;
	margin: 0 40px 0 0;
	position: relative;
	float: left;
}

.country_links .inner .fig:last-child {
	margin: 0;
	float: right;
}

.country_links .inner .fig h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	height: 50px;
	color: #ffffff;
}

.country_links .inner .fig h4 img {
	width: 30px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.country_links .inner .fig p img {
	width: 300px;
}

.country_links .offer {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

.country_links .offer img {
	width: 100%;
}

.country_links .inner .fig .bg {
	z-index: 1;
	position: relative;
}

.country_links .inner .fig .offer_sp {
	z-index: 1;
	position: relative;
	display: none;
}

.country_links .inner .fig .link {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	width: 200px;
	padding: 12px 0;
	border: solid 1px #231815;
	display: inline-block;
	position: absolute;
	z-index: 2;
}

.country_links .inner .fig .link:hover {
	color: #92b36e;
	text-decoration: none;
	border: solid 1px #92b36e;
}

.country_links .inner .fig .link::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.country_links .inner .fig .link:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

.country_links .inner .fig .l1 {
	top: 130px;
	left: 50px;
	background-image: url(/assets/img/common/opw.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px center;
}

.country_links .inner .fig .l1:hover {
	background-image: url(/assets/img/common/opw_on.png);
}

.country_links .inner .fig .l2 {
	top: 130px;
	left: 50px;
}

.country_links .inner .fig .l3 {
	top: 180px;
	left: 50px;
}

.country_links .inner .fig .l4 {
	top: 130px;
	left: 50px;
}

.country_links ul {
	width: 794px;
	padding: 60px 0 0 0;
	margin: 0 auto;
}

.country_links ul:after {
	content: "";
	clear: both;
	display: block;
}

.country_links ul li {
	width: 258px;
	margin: 0 10px 0 0;
	float: left;
}

.country_links ul li:last-child {
	margin: 0;
	float: right;
}

.country_links ul li a {
	color: #231815;
	font-size: 12px;
	font-weight: bold;
	width: 258px;
	padding: 14px 0;
	background-color: #fff;
	display: inline-block;
	position: relative;
}

.country_links ul li a.opw {
	background-image: url(/assets/img/common/opw.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 10px center;
}

.country_links ul li a.opw:hover {
	background-image: url(/assets/img/common/opw_on.png);
}

.country_links ul li a:hover {
	color: #92b36e;
	text-decoration: none;
}

.country_links ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.country_links ul li a:hover::after {
	border-top: 1px solid #92b36e;
	border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.country_links {
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: left center;
	}
	.country_links h3 {
		font-size: 20px;
		padding: 40px 0 0 0;
	}

	.country_links h3 span {
		font-size: 12px;
		padding: 15px 0 0 0;
		display: block;
	}
	.country_links ul {
		width: 90%;
		padding: 30px 0 0 0;
		margin: 0 auto;
	}
	.country_links ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.country_links ul li {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.country_links ul li:last-child {
		width: 100%;
		margin: 0 0 20px 0;
		float: none;
	}
	.country_links ul li a {
		width: 100%;
	}
}

.message{
	width:90%;
}
.message .link a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	width: 220px;
	padding: 14px 0;
	/*background-color: #fff;*/
	display: inline-block;
	position: relative;
}

.message .link span {
	margin: 0 10px 0 10px;
}


@media screen and (max-width: 768px) {

	.message h3 {
		font-size: 18px;
	}
	.message .ld {
		font-size: 14px;
	}
	.country_links .sp span{
		margin: 0 0 0 10px;
	}
}
header {
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    /*position: fixed;*/
    z-index: 100;
	/*margin:20px;*/
}
header h1 img {
    width: 260px;
}
.message_top {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    /*font-family: Arial, Roboto,"Droid Sans","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;*/
    text-align: center;
	margin: 150px 0 44px 0;
    /*letter-spacing: 0.2em;*/ 
	line-height: 40px
}
@media screen and (max-width: 768px) {
header h1 img {
    width: 160px;
}
	.message_top {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		/*font-family: Arial, Roboto,"Droid Sans","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;*/
		text-align: center;
		margin: 18px 0 44px 0;
		/*letter-spacing: 0.2em;*/ 
		line-height: 40px
	}
}
/* View utility
   ========================================================================== */
.pc-hide {
  *display: none;
  display: none\9;
}
@media screen and (min-width: 702px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 701px) {
  .sp-hide {
    display: none;
  }
  .sp-only-first > :not(:first-child) {
    display: none;
  }
  body .sp-last-child {
    margin-bottom: 0 !important;
  }
}

.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}
.mt100{
	margin-top:100px;
}
.mt150{
	margin-top:150px;
}
.mt170{
	margin-top:170px;
}
.mt165{
	margin-top:165px;
}
.mt180{
	margin-top:180px;
}
.mt200{
	margin-top:200px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.font-white{
	color:#ffffff;
}
.f-size12{
	font-size:12px;
}
.f-size14{
	font-size:14px;
}
.f-size16{
	font-size:16px;
}
.f-size18{
	font-size:18px;
}
.f-size20{
	font-size:20px;
}
.f-size24{
	font-size:24px;
}
.f-size26{
	font-size:26px;
}
.f-size30{
	font-size:30px;
}
.f-size40{
	font-size:40px;
}
