@charset "utf-8";

.pankuzu{
  margin: 50px 0;
}
.pankuzu >span{
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}


.title{
font-size: 26px;
font-weight: 200;
margin-left:220px;
margin-top:120px;
margin-bottom:100px;
}

.left_right{
width:1050px;
margin: 0 auto;
line-height:3;
font-size:17px;
display: flex;
}

#right{
  width: 50%;
  padding-left: 40px;
}

#left{
  width: 50%;
  padding-right: 40px;
}

#left ul span{
color: #6D6B6B
}

#left li{
margin-bottom: 10px;
padding-bottom:2px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}

#left ul.list-about li{
margin-bottom: 2px;
padding-bottom: 4px;
border-bottom: 1px solid #ebebeb;
position: relative;
padding-left: 7.5em;
}

#left ul.list-about span{
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.lighter{
font-weight: lighter;
}

.bank_1{
line-height: 2;
}


.bank_2{
margin-left: 123px;

}

.customer{
margin-top:-10px;
line-height: 2.5;
}

.under_customer{
margin-top: -70px;
margin-left: 150px;
}


.title_2{
font-size: 28px;
clear: both;
margin-top: 3em;
margin-bottom: 1.5em;
text-align: center;
font-weight: normal;
}
.title_2 span{
  display: inline-block;
  border-bottom: 1px solid #2A8653; 
  padding-bottom: 0.5em; 
}

.title_3{
font-size: 28px;
margin-top: 3em;
margin-bottom: 1.5em;
text-align: left;  
font-weight: normal;
border-bottom: 8px solid #aad6ae;
position: relative;
padding-bottom: 0.6em;
padding-left: 5px;
}
.title_3:before{
  content: "";
  display: inline-block;
  width: 40%;
  height: 8px;
  background: #bfbaba;
  position: absolute;
  left: 0;
  top: 100%;
}

.lyt-image{
margin-top: 3em;
text-align: center;
}
.lyt-image > img{
  max-width: 100%;
  vertical-align: bottom;
}

.lyt-image.col2{
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
.lyt-image.col2 >.item{
  width: 50%;
  padding: 0 15px;
}
.lyt-image.col2 >.item >img{
  max-width: 100%;
  width: 100%;
}

.list-point{
  margin-top: 2em;
}
.list-point li{
  font-size: 1.6rem;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 1.2em 0 1.2em 1.8em;
  line-height: inherit;
}
.list-point li:before{
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-left-color: #aad6ae;
  border-width: 0.6em 0.9em;
}

.statement{
font-size:22px;
text-align: center;
margin: 0.5em 0 1.5em;
}

.greeding{
width:1050px;
margin: 0 auto;
line-height:2.5;
font-size:17px;
margin-bottom:80px;
}

.pagetitle{
  background: no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.pagetitle span{
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 28px;
  font-weight: normal;
}


.section-content{
  max-width: 1100px;
  margin: 0 auto;
}

.table-recruit{
width: 100%;
margin: 0 auto;
margin-bottom: 1em;
border:solid 0.1px #B9B9B9;
border-spacing: 0;
font-size: 1.2em;
border-collapse: collapse;
} 

.table-recruit th{
width: 25%;
vertical-align: top;
background-color:#C8C8C8;
border:solid 0.1px #FFFFFF;
color: #fff;
padding: 15px;
} 
  
  
.table-recruit td {
width: 75%;
padding: 15px;
border-bottom:solid 0.1px #B9B9B9;
}

#form-contact{
}
#form-contact > iframe{
  margin: 0 auto;
  display: block;
}

	
/* SP */
@media screen and (max-width: 648px){
  .pankuzu{
    display: none;
  }
  .pagetitle{
    padding: 50px 15px;
    background-size: 100% auto;
    background-size: cover;
  }
  .pagetitle span{
    font-size: 20px;
  }
  .left_right{
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 13px;
  }
  #right{
    width: 100%;
    padding: 0px;
    margin-top: 2em;
  }
  #left{
    width: 100%;
    padding: 0;
  }
  .title_2{
    font-size: 20px;
    margin-top: 2.5em;
  }
  .greeding{
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .statement{
    font-size: 18px;
    line-height: 2;
  }
  .bank_2{
    margin-left: 0;
    padding-left: 7.5em;
  }

  .section-content{
    padding: 0 10px;
  }

  .title_3{
    margin-top: 2.5em;
    font-size: 20px;
    border-bottom-width: 4px;
  }
  .title_3:before{
    height: 4px;
  }
  .lyt-image.col2{
    flex-wrap: wrap;
  }
  .lyt-image.col2 >.item{
    width: 100%;
  }
  .lyt-image.col2 >.item:not(:first-child){
    margin-top: 15px;
  }
  .list-point{
  }
  .list-point li{
    font-size: 16px;
  }

  .table-recruit{
    margin-top: 20px;
    margin-top: 0;
  }
  .table-recruit th,
  .table-recruit td{
    padding: 10px 5px;
  }

  #form-contact{}
  #form-contact >iframe{
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
  }

}




