@charset "utf-8";

  
body #mainContent .sTitle {
  font-size:23px;
}
body #mainContent .user {
    color: #4e6a89;
  font-weight:bold;
}

.sttl{
  font-weight:bold;
  margin-top: 30px;
  font-size: 14px;
}
@media only screen and (max-width:640px) {
  .sttl{
    font-size: 13px;
  }
}

/*mainVis*/
.section-01 .clmBlock{
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start;
  margin:20px 0 50px;
}
.section-01 .clmBlock .clmBlock-text{
  width: 80%;
}
.section-01 .clmBlock .clmBlock-ph{
  width: 15%;
  margin-left: 5%;
}
.section-01 .clmBlock .clmBlock-ph .ph{
  border:solid 1px #f0f2f3;  
}
@media only screen and (max-width:640px) {
  .section-01 .clmBlock .clmBlock-text{
    width: 100%;
  }
  .section-01 .clmBlock .clmBlock-ph{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
/*lineBox*/
.lineBox{
  border:solid 1px #f0f2f3;
  padding:30px; 
  margin-top: 20px;
}
.serviceList{
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
}
.serviceList:nth-child(n+2){
  margin-top: 10px;
}
.serviceList dt{
  width: 10%;
}
.serviceList dd{
  width: 88%;
  margin-left: 2%;
}
.serviceList dd strong{
  display: block;
}
@media only screen and (max-width:640px) {
  .lineBox{
    padding:30px 20px; 
  }  
  .serviceList:nth-child(n+2){
    margin-top: 20px;
    padding-top: 20px;
    border-top:dashed 1px #f0f2f3;
  }
  .serviceList dt{
    width: 10%;
  }
  .serviceList dd{
    width: 85%;
    margin-left: 5%;
  }
    
}


/*clmBlock*/
.clmBlock{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.clmBlock.change{
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction: row-reverse;
}
.clmBlock .clmBlock-text {
  width: 50%;
}
.clmBlock .clmBlock-ph {
  width: 47%; 
  margin-left:3%;
}
@media only screen and (max-width:640px) {
  .clmBlock{
    display: block;
  }
  .clmBlock .clmBlock-text  {
    width: 100%;
  }
  .clmBlock .clmBlock-ph {
    width: 100%;
    margin-left:0;
    margin-top: 20px;
  }
  .section-05{
    margin-bottom: 50px;
  }
}




