
/*style reset*/

* {
  margin: 0;
  padding: 0;
}

ul, ol { list-style: none; }

a { text-decoration: none; }

/*main style*/

.accordion_content {
  overflow: hidden;
  zoom: 1;
      background: #FFF;
    border-left: 4px solid #3DBBA5;

}

.same_offset {
  float: left;
  overflow: hidden;
  zoom: 1;
  box-shadow: 0px 3px 3px #E84C3D;
}

.same_open {
  padding-top: 170px;
  height: 422px;
  width: 30px;
  color: #fff;
  cursor: pointer;
  background-color: #E84C3D;
  line-height: 26px;
  text-align:center;
  font-size: 16px;
  margin: 0 10px;
}

.same_open_content {
  width: 0;
  height: 422px;
  background-color: #e2dbcc;
  background-color: #e2dbcc;
}

.open_content { width:70%;}
.open_article h3 {
    font-size: 2em;
    color: #3DBBA5;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

.open_article p {
  font-size: 0.9em;
  line-height: 2em;
  color: #999;
}

/*----*/
.open_of{
	float:left;
	width:50%;
}
.open_article{
	float:left;
	width:50%;
	    padding:0 2em;
}
.img-of{
	margin-bottom:2em;
}
.same_open1{
	padding:3.2em 2em;
}

@media(max-width:1024px){
.same_open {
  margin: 0 5px;
}
.open_article {
    padding: 0 1em;
}

.same_open1 {
    padding: 1em;
}

.open_article p {
    font-size: 0.8em;
}
.same_open_content {
    height: 347px;
}
.same_open {
    padding-top: 124px;
    height: 347px;
}
.open_article h3 {
    font-size: 1.5em;
    margin-bottom: 0.3em;
}
}

@media(max-width:600px){
.open_content {
    height: 594px;
}
.same_open {
    padding-top: 124px;
    height: 594px;
}
.same_open {
    width: 20px;
}
.same_open_content {
    height: 594px;
}
.open_of {
    width: 100%;
}
.open_article {
    width: 100%;
    padding: 1em 0 0;
}
}
@media(max-width:414px){
.same_open {
    width: 19px;
    margin: 0 1px;
    font-size: 12px;
}
.open_of {
    width: 100%;
}
.open_article {
    padding: 1em 0em 0;
    width: 100%;
}
.open_content {
    height: 535px;
}
.same_open {
    padding-top: 180px;
    height: 535px;
}
.same_open_content {
    height: 535px;
}
}