.resp-tabs-list, .resp-tabs-list p {
  margin: 0px;
  padding: 0px;
}
.resp-tab-content {
  display: none;
  padding: 2em;
  padding-top: 2em;
  text-align: left;
  box-shadow: none;
  background:#F0F9FD;
}
.text-center .resp-tab-content,
.text-center .resp-accordion {
  text-align: left;
}
.resp-tab-active {
  border: 1px solid #dddddd !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 0px #fff solid !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
h2.resp-accordion {
  border: 1px solid #dddddd;
  border-top: 0px solid #dddddd;
  margin: 0px;
  padding:1em;
  position:relative;  
}
h2.resp-accordion i{
  position:absolute;
  left:1em;
  top:30%;
  font-size: 3.2rem;  
}
h2.resp-accordion h3 {
  font-size: 2.2rem;	
  padding-left:3em;
  line-height:1.2;
}
h2.resp-accordion .tab-ttl-en {
  font-size: 1.4rem;
  display:block;
  color:#999;
  line-height:1.2;
  padding-top:.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
}
h2.resp-tab-active .tab-ttl-en {
  color:#28bbf8;
}
h2.resp-tab-active {
  border-bottom: 0px solid #dddddd !important;
  margin-bottom: 0px !important;
  padding:1em;
}
.resp-arrow {
  float: right;
  margin-top: .6em;
  -moz-transition:    all .2s ease;
  -o-transition:      all .2s ease;
  -webkit-transition: all .2s ease;
  transition:         all .2s ease;
  margin-left:1em;
}
h2.resp-tab-active span.resp-arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.works-text-jp {
  font-size:1.6rem;
}
.works-text-en {
  color:#777;
  font-size:1.4rem;  
  line-height:1.4;
  padding-top:.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
}
@media screen and (max-width: 768px) {
h2.resp-accordion {
  padding-bottom:2em;
}
h2.resp-accordion i{
  left:.4em;
  top:.5em;
  font-size: 3.4rem; 
}
h2.resp-accordion h3 {
  font-size: 1.8rem;		
  padding-left:2.5em;
}
.resp-arrow {
  position:absolute;
  left:45%;
  bottom:.5em;
  margin-bottom: .2em;  
}
h2.resp-accordion .tab-ttl-en {
  font-weight:300;
}
.works-text-en {
  font-weight:300;
  font-size:1.3rem;    
}
}
h2.resp-accordion:first-child {
  border-top: 1px solid #dddddd;/* !important;*/
}
ul.resp-tabs-list {
  display: none;
}
h2.resp-accordion {
  display: block;
}
.resp-tab-content {
  border: 1px solid #dddddd;
}
.resp-vtabs .resp-tab-content {
  border: 1px solid #dddddd;
}
.resp-tabs-container .resp-accordion.resp-tab-active {
  border-top: none!important;   
  border-bottom: none!important;    
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
 }
.resp-tabs-container .resp-accordion.resp-tab-active:nth-of-type(1) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 1px solid #dddddd !important;
  border-bototm: none!important;
}
.resp-tab-content {
  -webkit-box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.05);
  -ms-box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.05);
  box-shadow: inset 0px 4px 5px -3px rgba(0,0,0,0.05);
}
.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: 100px;
  clear: none;
}
.resp-accordion-closed {
  display: none !important;
}
 .resp-vtabs .resp-tab-content:last-child {
  border-bottom: 1px solid #dddddd !important;
}

.fh5co-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #28bbf8;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-menu-icon {
    margin-top: 7px;
  }
}