@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/transfer/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

h1 img {
  height: 42px;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* transfer
-----------------------------------------------------------------*/
.transfer{
  padding: 85px 0 60px; 
}
.transfer .txt{
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;    
}


.transfer section {
  max-width: 1100px;
  margin: 0 auto;
}
.transfer .results {
  display: flex;
  width: 1100px;
  margin: 30px auto 0;
  justify-content: space-between;
}
.transfer h2 {
  border: 2px solid #231815;
  border-radius: 10px;
  height: 76px;
  padding: 20px 20px 0;
  font-size: 1.6rem;
}
.transfer ol {
  display: flex;
  width: 84%;
  flex-wrap: wrap;
}
.transfer li {
  width: 49%;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1rem;
}
.transfer li:nth-child(even) {
  margin-left: 1%;
}
.transfer li:before {
  color: #5DAC28;
  content: "● ";
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  .page-ttl{
    background:url(../image/transfer/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }

/* transfer
-----------------------------------------------------------------*/
/*
  .transfer{
    padding: 0; 
  }
 .transfer .txt{
      margin-bottom: 20px;
      font-size: 1.4rem;
      text-align: left;   
  }
  
*/
.transfer{
  padding: 85px 0 20px; 
}
.transfer .txt{
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: left;    
}


.transfer section {
  max-width: 1100px;
  margin: 0 auto;
}
.transfer .results {
  display: block;
  width: 100%;;
  margin: 30px auto 0;
  justify-content: space-between;
}
.transfer h2 {
  position: relative;
  border: none;
  border-radius: 0;
  padding-top: 5px;
  background-color: #7FBE26;
  margin: 40px auto 20px;
  width: 94%;
  height: 40px; 
  font-size: 1.6rem;
  text-align: center;
  color: white;
}
.transfer h2::before,
.transfer h2::after{
  position: absolute;
  top:0;
  content: "";
  display: block;
  width: 10px;
  height: 40px;
  background-size: 100% auto;  
}
  
.transfer h2::before {
  left: -10px;
  background-image: url(../image/transfer/sec_cont_ttl_left01.svg);
}
.transfer h2::after {
  right: -10px;
  background-image: url(../image/transfer/sec_cont_ttl_right01.svg);
}
  
  
  

  
  
  
.transfer ol {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.transfer li {
  width: 96%;
  text-align: left;
  line-height: 2.2rem;
  padding-bottom: 10px;
  text-align: justify;
  font-size: 1.6rem;
  
}
.transfer li:nth-child(even) {
  margin-left: 0;
}
.transfer li:before {
  color: #5DAC28;
  content: "● ";
}

}

