@charset "UTF-8";
@media screen and (min-width:769px) {
  #welfare .mtxcont {
    padding: 110px 0 170px 0;
    background: #fafafa;
  }
  #welfare .mtxcont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #welfare .mtxcont .innerbox .tl {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin: 0 0 40px 0;
    font-weight: 600;
  }
  #welfare .mtxcont .innerbox .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  #welfare .rec_bgbox {
    padding: 165px 0 0 0;
    background: #FAFAFA;
  }
  #welfare .stepcont {
    background: #fff;
    padding: 110px 0 50px 0;
  }
  #welfare .stepcont .innerbox {
    width: 1000px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 0 70px 0;
  }
  #welfare .stepcont .innerbox .tlbox {
    margin: 0 0 0 0;
  }
  #welfare .stepcont .innerbox .tlbox .mtl {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    color: #0A579C;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
  }
  #welfare .stepcont .innerbox .tlbox .mtl::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #0A579C;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #welfare .stepcont .innerbox .listcont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #welfare .stepcont .innerbox .listcont .box {
    width: calc((100% - 85px) / 2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 0 0;
  }
  #welfare .stepcont .innerbox .listcont .box .icon {
    width: 85px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  #welfare .stepcont .innerbox .listcont .box .tl {
    width: calc(100% - 85px);
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  #welfare .stepcont .innerbox .listcont .box .tx {
    width: 100%;
    padding: 0 0 0 85px;
    margin: 0 0 auto 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #welfare .trainingcont {
    padding: 140px 0;
    background: #fafafa;
  }
  #welfare .trainingcont .innerbox {
    width: 1000px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  #welfare .trainingcont .innerbox .tlbox {
    margin: 0 0 40px 0;
  }
  #welfare .trainingcont .innerbox .tlbox .mtl {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    color: #F8712A;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
  }
  #welfare .trainingcont .innerbox .tlbox .mtl::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #F8712A;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #welfare .trainingcont .innerbox .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #welfare .trainingcont .innerbox .flexbox .box {
    padding: 35px;
    background: #fff;
    border: 1px solid #E0E0E0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  #welfare .trainingcont .innerbox .flexbox .box.box2 {
    width: calc((100% - 20px) / 2);
    justify-content: center;
    text-align: center;
  }
  #welfare .trainingcont .innerbox .flexbox .box .tl {
    width: 180px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  #welfare .trainingcont .innerbox .flexbox .box .tx {
    width: calc(100% - 180px);
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width:768px) {
  #welfare .mtxcont {
    padding: 110px 0 110px 0;
    background: #fafafa;
  }
  #welfare .mtxcont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #welfare .mtxcont .innerbox .tl {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin: 0 0 40px 0;
    font-weight: 600;
  }
  #welfare .mtxcont .innerbox .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  #welfare .rec_bgbox {
    padding: 110px 0 0 0;
    background: #FAFAFA;
  }
  #welfare .stepcont {
    background: #fff;
    padding: 50px 0 0 0;
  }
  #welfare .stepcont .innerbox {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 0 70px 0;
  }
  #welfare .stepcont .innerbox .tlbox {
    margin: 0 0 0 0;
  }
  #welfare .stepcont .innerbox .tlbox .mtl {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    color: #0A579C;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
  }
  #welfare .stepcont .innerbox .tlbox .mtl::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #0A579C;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #welfare .stepcont .innerbox .listcont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #welfare .stepcont .innerbox .listcont .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 0 0;
  }
  #welfare .stepcont .innerbox .listcont .box .icon {
    width: 85px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  #welfare .stepcont .innerbox .listcont .box .tl {
    width: calc(100% - 85px);
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  #welfare .stepcont .innerbox .listcont .box .tx {
    width: 100%;
    padding: 0 0 0 85px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  #welfare .trainingcont {
    padding: 110px 0;
    background: #fafafa;
  }
  #welfare .trainingcont .innerbox {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }
  #welfare .trainingcont .innerbox .tlbox {
    margin: 0 0 40px 0;
  }
  #welfare .trainingcont .innerbox .tlbox .mtl {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    color: #F8712A;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
  }
  #welfare .trainingcont .innerbox .tlbox .mtl::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #F8712A;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #welfare .trainingcont .innerbox .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #welfare .trainingcont .innerbox .flexbox .box {
    padding: 8% 5%;
    background: #fff;
    border: 1px solid #E0E0E0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  #welfare .trainingcont .innerbox .flexbox .box.box2 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  #welfare .trainingcont .innerbox .flexbox .box .tl {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
  }
  #welfare .trainingcont .innerbox .flexbox .box .tx {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 15px 0 0 0;
  }
}