
.tabs-1 > .container > .tabs__tabpanel {
  padding-top: 40px;
}
.main{
  font-size: 1.1em; 
}
.main a{
  border-bottom: 1px solid ;
}
.main a:hover{
  border-bottom: none ;
}
.main .content-id {
  padding-bottom: 40px;
  text-align: center;
}

.main .content-id p{
  padding: 5px 0 3px;
  position: relative;
}
.main .content-id p::before{
  position: absolute;
  content: '';
  width: 11em;
  bottom: -1px;
  border-bottom: 2px solid #004ea1;
}
.main .content-id p.n7::before{
  width: 6em;
}
.main .content-id p.n8::before{
  width: 8em;
}
.main .content-id p.n9::before{
  width: 9em;
}
.main .content-id p.n18::before{
  width: 18em;
}
.main .content-id p.n25::before{
  width: 25em;
}
.mod-breadcrumbs {
  background-color: #f1f1f1;
  color: #333;
  padding-bottom: 5px;
}

.main .section-1 p ~ p,
.row-2 .text + .fig {
  margin-top: 0.8em;
}
.bold{ font-weight: 700;}
.mb50{ margin-bottom: 50px}
.h-1 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .mb50{ margin-bottom: 75px}
}

.point {
  margin-top: 40px;
}
.speaker {
  color: #1d89d3;
}
.speaker2 {
  color: #a94442;
}
.case-image img{
  margin-bottom: 0.5em;
}
.case-image p{
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 1.5em
}
.case-download {
  margin-top: 80px;
}

#case-interview {
  line-height: 2em;
}


.company-data{
  width: 100%;
  margin-bottom: 50px;
}
.company-data div{
  border: 1px solid #ccc;
  padding: 10px;
}
.company-data .td1{
  text-align: center;
}
.company-data .td2{
  text-align: left;
}

@media (min-width: 768px) {
  .is-sp{
    display: none;
  }
  .company-data{
    width: 100%;
    display: flex;
  }
  .company-data .td1{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-data .td1{
    width: 30%;
    text-align: center;
  }
  .company-data .td2{
    width: 70%;
    text-align: left;
  }
}

/*.interview_data */
.interview_data {
  margin-bottom: 50px;
}
.interview_data .dataTitle2{
  color: #004ea1;
  font-size: 1.3em;
  padding-bottom: 5px;
}

.interview_data .dataTitle{
  color: #004ea1;
  font-size: 1.3em;
  padding-bottom: 5px;
	position: relative;
	border-bottom: 5px solid #dddddd;
  margin-bottom: 1em;
}
.interview_data .dataTitle::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0%;
	transform: translateX(-0%);
	width: 2em;
	height: 5px;
	background-color: #387ccc;
}
.interview_data .dataCompany{
  font-weight: bold;
}

.interview_data ul{
}
.interview_data li{
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 0.5em;
}
.interview_data li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #004ea1;
  content: "\25CF";
}

/* interview 本文 */
.h-title{
  margin-bottom: 1em;
  color: #004ea1;
  font-weight: 700;
  font-size: 2rem;
}
.h-text{
  color:#004ea1;
  font-weight: 700;
  padding-top: 2em;
  margin-top: 0 !important;
  line-height: 1.7em;
}
.h-text2{
  color:#004ea1;
  font-weight: 700;
  padding-top: 1em;
  margin-top: 0 !important;
  line-height: 1.7em;
}
.h-texth4{
  font-weight: 700;
  padding-top: 1em;
  margin-top: 0 !important;
  line-height: 1.7em;
}
.h-text_a{
  color:#555;
  font-weight: 700;
  margin-top: 2em !important;
  line-height: 1.7em;
  border-left: 5px solid #004ea1;
  font-size: 1.2em;
  padding-top: 0.2em;
  padding-left: 0.8em;
  margin-bottom: 1em;
  border-radius: 2px;
}

.interview_name{
  color:#2e83bc;
}
.text p{
  margin-top: 0;
}
.h-list{
  font-weight: 700;
  margin-bottom: 0.3em;
}
.text ul{
}
.text li{
  position: relative;
  padding-left: 1.25em;
  padding-bottom: 0.5em;
}
.text li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #004ea1;
  content: "\25CF";
}
a img:hover{ opacity: 0.7 }