/*▽▽▽▽▽▽---------- historyPAGE ----------▽▽▽▽▽▽*/
/*--------------------- #gnav ---------------------*/
#gnav {
  
}
#gnav li a.current {
  color: red;
  text-decoration: underline;
}

/*--------------------- #subNav ---------------------*/
.histSubnav {
  position: relative;
}
.histSubnav ul {
  background: rgba(255,255,255,0.8);
  line-height: 2.2;
  padding: 15px;
  position: fixed;
  top: 27%;
  right: 0;
  z-index: 2;
}
.histSubnav li{
  padding: 10px 0;
}
@media screen and (min-width: 960px) and (max-width: 961px) {
  .histSubnav ul {
    top: 17%;
  }
}
.histSubnav li:after{
  content: " ●";
}
#subNav li a {
  color: #000;
}
#subNav li a:hover{
  color: #e73918;
}
#subNav li a.current {
  color: #e73918;
}
@media screen and (max-width: 800px) {
  .histSubnav { display: none; }
}

/*--------------------- .historyAccordion ---------------------*/
.historyAccordion.base {
  margin: 0;
  position: relative;
}
.historyAccordion.base:before {
  content: "";
  border: 5px solid rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  width: 100%;
}
.historyAccordion.base:after {
  content: "";
  border: 5px solid rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.historyAccordion.base dt {
  padding: 0 ;
  cursor: default;
  position: relative;
}
.historyAccordion.base dt:before {
  display: none;
}
.historyAccordion.base dt:after {
  display: none;
}
.historyAccordion.base dd {
	display: none;
  background-color: #fff;
  padding: 30px;
}
.historyAccordion.base .inner .box{
	overflow: hidden;
	margin-bottom: 70px;
	min-width: 1000px;
}
.historyAccordion.base .md{
  display: table;
  color: #fff;
  font-size: 40px;
  font-family: "Mplus 1p";
  font-weight: 500;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.historyAccordion.base .md span{
  display: table-cell;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  right: 10%;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  text-shadow: 1px 1px 6px #000, 1px 1px 11px rgba(0,0,0,0.5);
}
.historyAccordion.base .md .img img{
  height: auto;
  width: 100%;
}
.historyAccordion.base.white .md{
	color: #fff;
}
.historyAccordion.base .wrap{overflow: hidden;}
.historyAccordion.base .wrap .left{
	width: 48%;
	float: left;
}
.historyAccordion.base .wrap .right{
	width: 48%;
	float: right;
}
.historyAccordion.base .wrap .title{
  border-left: 3px solid #da6b97;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-family: "Mplus 1p";
  font-weight: 500;
  margin-bottom: 30px;
}
.historyAccordion.base.blue .wrap .title{
	border-left: 3px solid #3656c2;
}
.historyAccordion.base .wrap .title p{
	font-size: 15px;
}
.historyAccordion.base .wrap .hd{
	font-weight: bold;
	font-size: 17px;
}
.historyAccordion.base .wrap .list{ margin-bottom: 30px; }
.historyAccordion.base .wrap .list p{ font-size: 13px; }
.historyAccordion.base .wrap .list .img{ margin: 20px 0; }
.historyAccordion.base .wrap .list .img img{
	max-width: 100%;
	height: auto;
}
.liststep{margin-top: 30px;}
.liststep ul{overflow: hidden;}
.liststep ul li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.liststep ul li:last-child{margin: 0;}
.liststep ul li .pic img{width: 100%;
	height: auto;
}
.liststep ul li .ttl{
	background-color: #eee;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.historyAccordion .base .wrap .list .image ul li{
	font-size: 13px;
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .historyAccordion.base .md .img img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .historyAccordion.base dt {
    height: 100px;
    position: relative;
  }
  .historyAccordion.base dt img {
    width: auto;
    height: 100%;
  }
  .historyAccordion.base dd { padding: 15px; }
  .historyAccordion.base dd img { width: 100%; }
  .historyAccordion.base .wrap .title{
    border-left: 3px solid #da6b97;
    padding: 0 0 0 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .historyAccordion.base .md{ font-size: 20px; }
  .historyAccordion.base .md span{
    font-size: 18px;
    top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
  }
  .historyAccordion.base .wrap p{ font-size: 13px; }
  .historyAccordion.base .wrap .left{
    width: 100%;
    float: none;
  }
  .historyAccordion.base .wrap .right{
    width: 100%;
    float: none;
  }
}

/*--------------------- hstyBox ---------------------*/
.hstyBox { }
.hstyBox .hstyImg {
  display:inline-block;
  margin-right: 50px;
  vertical-align:middle;
  width: 50%;
}
.hstyBox .hstyImg img {
  width: 100%;
}
.hstyBox .hstyTxt {
  display:inline-block;
  vertical-align:middle;
}
.hstyBox .hstyTxt h2 {
  font-size: 2.0rem;
  font-weight: lighter;
  margin-bottom: 30px;
}
.hstyBox .hstyTxt h2 span {
  font-size: 2.0rem;
  margin-left: 30px;
}

.hstyBox .hstyTxt table {
  border-collapse: separate;
  width: auto;
}
.hstyBox .hstyTxt tr { }
.hstyBox .hstyTxt th {
  font-size: 1.3rem;
  padding: 0;
  vertical-align: top;
  width: auto;
}
.hstyBox .hstyTxt td {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0;
  width: auto;
}

@media screen and (min-width:800px) and (max-width:960px) {
  .hstyBox .hstyImg {
    margin-right: 20px;
  }
  .hstyBox .hstyTxt h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .hstyBox .hstyTxt h2 span {
    font-size: 2.0rem;
    margin-left: 20px;
  }
  .hstyBox .hstyTxt tr { }
  .hstyBox .hstyTxt th {
    font-size: 1.1rem;
  }
  .hstyBox .hstyTxt td {
    display: inline-block;
    font-size: 1.1rem;
  }
}



@media screen and (max-width: 800px) {
  .hstyBox .hstyImg {
    margin-right: 0;
    width: 100%;
  }
  .hstyBox .hstyTxt h2 {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
  }
  .hstyBox .hstyTxt h2 {
    font-size: 25px;
    margin: 10px 0 15px;
  }
  .hstyBox .hstyTxt h2 span {
    font-size: 16px;
    margin-left: 15px;
  }
  .hstyBox .hstyTxt th {
    background-color: #fff;
    font-size: 16px;
  }
  .hstyBox .hstyTxt td {
    font-size: 16px;
  }
}

.active dt.cvrBlack {
  background-color: #000;
}
.active dt.cvrBlack img {
  opacity: 0.5;
}









