@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-company a {
  border-bottom: solid 2px rgba(255,255,255,0.8);
}
.page-tit {
  background: url("../images/company-images/page-bg.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.contents {
  background: url("../images/company-images/bg.jpg") 50% 0 no-repeat;
}

/*LEAD*/

.lead .wrapper {
  position: relative;
}
.lead h2 {
  color: #014099;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 30px;
}
.lead h2 img {
  display: block;
  width: 130px;
  margin: 0 auto 15px auto;  
}
.lead h3 {
  color: #014099;
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 60px;
}
.lead .txt {
  width: 50%;
  padding-bottom: 50px;
}
.anniversary {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 170px;
  padding: 15px;
}
.anniversary img {
  display: block;
}

/*POLICY*/

.policy .box {
  overflow: hidden;
  margin-bottom: 50px;
}
.policy .box .txt {
  width: 65%;
  padding-top: 30px;
}
.policy .box .img {
  width: 30%;
}

/*OUTLINE*/

.outline dl {
  overflow: hidden;
  width: 80%;
  padding: 15px;
  margin: 0 auto;
}
.outline dl:nth-child(odd) {
  background-color: #eee;
}
.outline dl dt {
  float: left;
  width: 20%;
}
.outline dl dd {
  float: right;
  width: 75%;
}
.company-bt {
  width: 60%;
  margin: 50px auto 0 auto;
}
.company-bt li {
  width: 45%;
}
.company-bt li.pd-catalog {
  width: 100%!important;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */


@media screen and (max-width: 1200px){/*1200以下*/

}

@media screen and (min-width: 1025px){

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*LEAD*/

.lead h2 {
  font-size: 4rem;
}
.lead h2 img {
  width: 100px;
}
.lead h3 {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.lead .txt {
  width: 65%;
  padding-bottom: 50px;
}
.anniversary {
  right: 30px;
  bottom: 30px;
  width: 150px;
}

/*POLICY*/

.policy .box {
  margin-bottom: 40px;
}
.policy .box .txt {
  padding-top: 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

/*LEAD*/

.lead h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.lead h2 img {
  width: 80px;
  margin: 0 auto 10px auto;  
}
.lead h3 {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.lead .txt {
  width: 100%;
  padding-bottom: 20px;
}
.anniversary {
  position: static;
  right: 50px;
  bottom: 50px;
  width: 120px;
  padding: 0;
  margin: 0 auto 30px auto;
}
.anniversary img {
  display: block;
}

/*POLICY*/

.policy .box {
  margin-bottom: 30px;
}
.policy .box:last-child {
  margin-bottom: 0;
}
.policy .box .txt {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.policy .box .img {
  float: none;
  width: 100%;
}

/*OUTLINE*/

.outline dl {
  width: 100%;
  padding: 10px;
}
.outline dl dt {
  float: none;
  width: 100%;
  font-weight: bold;
  margin-bottom: 5px;
}
.outline dl dd {
  float: none;
  width: 100%;
}
.company-bt {
  width: 100%;
  margin: 30px auto 0 auto;
}
.company-bt li {
  width: 47%;
}

}

