.resp-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: rgba(255,255,255,1.00);
    width: 100%;
}

.resp-tabs-list li {
    list-style: none;
    cursor: pointer;
    background: #ffffff;
    border-right: 1px solid rgba(68,79,88,0.13);
    border-bottom: 3px solid rgba(52,93,157,0.30);
    outline: none;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
    color: rgba(68,79,88,0.70);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.resp-tabs-list li:hover {
    border-bottom-color: rgba(52,93,157,1.00);
    color: rgba(52,93,157,1.00);
}

.resp-tabs-list li:last-child {
    border-right: none;
}

.resp-tabs-list li h2 {
    font-weight: 500;
}

.resp-tabs-list li a {
    color: rgba(68,79,88,1.00);
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
}

h2.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-active {
    color: rgba(52,93,157,1.00)!important;
    border-bottom-color: rgba(52,93,157,0.80) !important;
    background-image: url(../images/video_dot_05.png)!important;
    background-color: rgba(13,87,167,0.03)!important;
}

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

.resp-tab-content {
    border-top: none;
}

h2.resp-tab-active {
    border-bottom: 0px solid #CCCCCC !important;
    margin-bottom: 0px !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
}

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

#TabPage .resp-tabs-list li {
    width: 25%;
    font-size: 2.4vmin;
    line-height: 1.5em;
    box-sizing: border-box;
}

#TabPage .resp-tabs-list li h2	{
    padding-top: 5%;
    padding-bottom: 5%;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #TabPage .resp-tabs-list li h2 {
     padding-top: 6.4%;
     padding-bottom: 3.8%;
}
/* IE Edge用に調整ここまで */
	
}

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

#TabPage .resp-tabs-list li {
    width: 33.333333%;
    font-size: 1.7rem;
    line-height: 1.4em;
}

#TabPage .resp-tabs-list li h2 {
    padding-top: 10%;
    padding-bottom: 10%;
}
	
/* IE Edge用に調整 */
_:-ms-lang(x), #TabPage .resp-tabs-list li h2 {
 padding-top: 14%;
 padding-bottom: 7%;
}
/* IE Edge用に調整ここまで */
	
}
