@charset "UTF-8";


/*____________________________________________________________________

	sa02
____________________________________________________________________*/

body.sa02  .gray{
  opacity: .65;

}

body.sa02 .-taL {
  text-align: left;
}
body.sa02 .button + .button {
  margin-top: 10px;
}
body.sa02 .button a {
  padding: 10px 30px 10px 10px;
}
body.sa02  .underline{
    text-decoration: underline;
    color: #333;
}


body.sa02  .selectList.-noline {
    width: 100%;
     border-top: none;
     border-left: none;
     border-right: none;
    box-sizing: border-box;
    background: #fff;
}

body.sa02  .selectList.-noline .selectList_item > dd {
    border-bottom: none;
    display: table-cell;
    padding: 10px 20px;
    position: relative;
    box-sizing: border-box;
    word-break: break-all;
}

body.sa02 .selectList_item {
    display: table;
    width: 50%;
    position: relative;
    margin: 0 auto;
}

body.sa02 .tableList.-column5 {
  display: table;
  width: 100%;
}
body.sa02 .tableList.-column5 > .tableList_item {
    width: 20%;
    float: none;
    display: table-row;
}
body.sa02 .tableList.-column5 > .tableList_item dt,
body.sa02 .tableList.-column5 > .tableList_item dd{
    display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
body.sa02 .tableList.-column5 > .tableList_item dt{
  color: #ED5101;
  font-weight:bold;
  background: rgba(0,0,0,0.05);

}

body.sa02 .selectArea_cont {
  position: relative;
  padding-right: 50px;
}

body.sa02 .selectArea_cont .icon-switch {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%) rotate(0);
  margin-top: 12px;
}
body.sa02 .selectArea_cont .icon-switch::before {
    color: #eb5001;
}
body.sa02 .service_table {
    width: 100%;
}
body.sa02 .service_table {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
}
body.sa02 .service_table th,
body.sa02 .service_table td {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
body.sa02 .service_table th {
    background-color: #EFF1F2;
    text-align: center;
}
body.sa02 .service_table th:nth-child(1) {
    width: 400px;
}
body.sa02 .service_table th:nth-child(3) {
    width: 120px;
}
body.sa02 .service_table th:nth-child(4) {
    width: 200px;
}
body.sa02 .service_table td {
    text-align: left;
}

body.sa02 .service_table .bdB {
    border-bottom: 2px solid #E0E0E0;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px){

body.sa02 .selectList_item {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

body.sa02 .selectArea_cont {
  position: relative;
  padding-right: 0;
}

body.sa02 .selectArea_cont .icon-switch {
    font-size: 30px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%) rotate(0);
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

}
/*----------------------------------------------*/
