@charset "utf-8";

/*--------------------------------------------------
powerd by travision Inc. 
recent status 2015.09.01
--------------------------------------------------*/
@media screen and (min-width: 481px){

/*--------------------------------------------------
header
--------------------------------------------------*/

a {
	outline:none;
}
header {
	width:100%;
	padding:100px 0 50px 0;
	background:#7b2133;
}
header hgroup {
  position:relative;
	width:580px;
  height:335px;
	float:left;
}
header h1 {
	width:580px;
	text-align:center;
	margin:0 0 35px 0;
	float:left;
}
header h2 {
	text-align:center;
	margin:0 0 34px 0;
}
header .front {
	width:340px;
	float:right;
}
header p.topLead {
  position: absolute;
  bottom:0;
  font-size:16px;
  color:#ffffff;
  text-align:center;
  letter-spacing:-1.2px;
  line-height:1.8;
}
section .inner {
  overflow:hidden;
  width: 950px;
}
section h3 {
  margin-bottom:40px;
}
header hgroup .backnumber-btn {
  display: block;
  position: relative;
  width: 500px;
  background-color: #1f3f77;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}
header hgroup .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
header hgroup .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
header hgroup .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*--------------------------------------------------
Special
--------------------------------------------------*/

section.special {
  padding-top: 0;
  background: #fcf6ec;
}
section.special .sp-img {
	width: 950px;
	margin: 0 auto;
}
section.special h3 {
  text-align:left;
  margin-bottom:40px;
}
section.special p.sp-text {
  width:950px;
}

/*--------------------------------------------------
technology
--------------------------------------------------*/
section.technology {
	height: 450px;
	padding: 0;
	margin-bottom: 50px;
	background: url(../img/tech_img_bg.jpg) center top no-repeat #ffffff;
}
section.technology .technology-img {
	float:right;
}
section.technology h3 {
  margin-bottom:30px;
  padding-top: 60px;
}
section.technology p.sp-text {
	width:332px;
	padding-bottom:90px;
}


/*--------------------------------------------------
Others
--------------------------------------------------*/
section.others {
	padding:0 0 50px 0;
}
section.others h3 {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #c9c9c9;
}
section.others article {
	width:290px;
	margin:0 40px 0 0;
	float:left;
	font-size:14px;
}
section.others article.last {
	margin:0;
}
section.others article h4 {
	width:260px;
	background:#eeeeee;
	margin-bottom:20px;
}
section.others article h4.ttl01 {
	padding:12px 15px 7px 15px;
}
section.others article h4.ttl02 {
	padding:12px 15px;
}

/*--------------------------------------------------
Back Numbers
--------------------------------------------------*/
section.bnumbers {
	padding:0 0 80px 0;
}
section.bnumbers h3 {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #c9c9c9;
}
section.bnumbers li {
  width:140px;
  float:left;
 font-size:14px;
  text-align:center;
  margin-right: 30px;
}
section.bnumbers li img {
  width:140px;
  height:auto;
}
section.bnumbers li p.jacket {
  margin:0 0 5px 0;
}
section.bnumbers li a {
  color:#000000;
  text-decoration:underline;
}
section.bnumbers li a:hover {
  color:#000000;
  text-decoration:none;
}
}
section.bnumbers .backnumber-btn {
    display: block;
    position: relative;
    width: 910px;
    background-color: #1f3f77;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}
section.bnumbers .backnumber-btn a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
}
section.bnumbers .backnumber-btn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}
section.bnumbers .backnumber-btn:after {
    content: '';
    position: absolute;
    top: 47%;
    right: 22px;
    width: 17px;
    height: 17px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}