@charset "utf-8";

#mainimg{
	height: 200px;
	margin-bottom: 0;
  background-color: transparent;
  background-image: none;
}
#mainimg{
	height: 80px;
}
#mainimg .inner2{
	padding-top: 10px;
}
#mainimg .inner2 h1{
	font-size: 185.71%;
  font-weight: 600 !important;

  color: #333;
}
.h-country {
  font-size: 150%;
  font-weight: 600 !important;
  border-left: 5px solid #333;
  padding: 10px 20px;
  margin: 0 0 1.5em;
}
.first_box img {
  max-width: 180px;
  margin-right: 20px;
  margin-bottom: 40px;
  float: left;
}
.first_box p {
  max-width: 780px;
  margin-top: 0;
  float: left;
}
.menubutton li {
  width: 25%;
  list-style-type: none;
  float: left;
}
.menubutton li a {
  min-height: 2.6em;
  font-size: 100%;
  font-weight: 600 !important;

  background: #fff url(/common/images/ico_arrow_l01.png) no-repeat 15px center;
  padding: 1.41em 0 0;
  text-align: center;
	color: #000;
  border: 2px solid #e5e5e5;
  display: block;
  text-decoration: none;
  padding-left: 15px;
  margin: 0 5px;
}
.menubutton li a.column2{
	min-height: 3.5em;
	padding: 0.6em 0 0;
}
.menubutton li a:hover{
	background: #e5e5e5 url(/common/images/ico_arrow_l01.png) no-repeat 15px center;
}

@media screen and (max-width: 979px){
	#indexContents01In {
		padding: 0 10px
	}
	.first_box p {
	  max-width: 420px;
	}
	.menubutton li {
	  width: 50%;
		font-size: 14px;
	}
	.menubutton li:nth-of-type(3),.menubutton li:nth-of-type(4) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.nOsp{
		display: none;
	}
	.first_box img {
		display: block;
	  max-width: 180px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 20px;
	  float: none;
	}
	.first_box p {
	  max-width: 100%;
	  margin-bottom: 20px;
	  float: none;
	}
	.menubutton li {
		width: 100%;
		float: none;
	}
	.menubutton span {
	    padding: 0 0 0 10px;
	}
	.menubutton li a, .menubutton li a.column2{
		background: url(/common/images/ico_arrow_l01.png) no-repeat right 15px center;
		min-height: 1.97em;
		color: #000;
		font-size: 14px;
		text-align: left;
		margin: 0;
		padding: 0.76em 0 0;
	  border-top : 2px solid #e5e5e5;
	  border-bottom : none;
	  border-left: none;
	  border-right: none;
	}
  .menubutton li a:hover, .menubutton li a.column2:hover{
    background: url(/common/images/ico_arrow_l01.png) no-repeat right 15px center;
  }
	.menubutton li:nth-of-type(3),.menubutton li:nth-of-type(4) {
		margin-top: 0;
	}
	.menubutton li:nth-of-type(4) {
		border-bottom : 2px solid #e5e5e5;
	}
}

