 
@charset"utf-8";
.main{
  background:#fff; 
}

.title-txt01 {
  font-size:42px;
  color:#fff;
  line-height:1.3;
  font-weight:bold;
  text-align:center;
}
.title-txt02 {
  font-size: 24px;
  color: #f7ffa1;
  font-weight: bold;
  text-align: center;
  font-family: DIN BlackAlternate;	
}
.page-title {
  background:url(../images/faq/bg.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-bottom:30px;
  padding-top:65px;
  height:220px;
}
.massege{
  background: url(../images/company/img_corp.png) left top no-repeat;
  padding:20px 0 20px 300px;
  min-height: 17rem;
  font-size: 110%;
  margin:1rem auto;
  width: 85%; 
  line-height: 2.0;
}
.company-box h3 svg{
    color: #f46924;
    padding-right: .25rem;
}

.massege-top{
  font-size: 125%;
}
.massege h4{
  font-size: 115%;
}
.massege-top h4{
  color:#034793;
  font-weight: bold;
  font-size: 125%;
}
table.company-info{
    max-width: 50rem;
    width: 98%;
    margin: 15px auto;
    padding: 20px 50px;
    border-radius: 30px;
    border: 1px solid #ccc;
    display: flex;
}
table.company-info tr{
    padding: 1rem 0 1.25rem;
    display: flex;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ececec;
}
table.company-info tr:last-of-type{
  border-bottom: none;
}
table.company-info th{
    min-width: 11rem;
}
.co-1{
  background-color: rgb(254,250,249);
}
.co-2{
  background-color: rgb(253,242,237);
}
.co-1, .co-2{
  padding:16px ;
   overflow: hidden;
}
.qArea a{
  color:rgb(85,85,85);
  font-weight: bold;
  font-size:17px;
   overflow: hidden;
    zoom: 1;
}

.co-1:hover{
  background-color: rgb(247,206,199);
}
.co-2:hover{
  background-color: rgb(247,206,199);
}

.commonSection{
  margin-top:20px;
}
  #company h2.ttl3 span::before,#company h2.ttl3 span::after{
      content: none !important;
    }

@media screen and (max-width: 900px){
.company-box img{
  width:90vw;
  max-width: 600px;
  margin-right: auto;
  margin-left:auto; 
}
}
@media screen and (max-width: 767px){
  #company .ttl3 span::after,.company .ttl3 span::before{
    content: none !important;
  }
  .company-box img{
    max-width: 400px;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right: auto; 
  }
  .page-title .title-txt01 {
    font-size:1.4rem;
  }
  .page-title .title-txt02 {
    font-size: 1rem;
  }
  .page-title {
    background:url(../images/faq/bg.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:30px;
    height: 120px;
    padding-top: 35px;
  }

  #footer-before > .container > h3:first-of-type{
    width: auto;
  }
  table.company-info{
      padding: 20px 10px;
  }
  table.company-info th{
    min-width: 5rem;
  }
  #company h2.ttl3 span::before,#company h2.ttl3 span::after{
      content: none;
    }
}