.ols-app__2col__layout, .ols-app__1col__layout {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
}
@media (max-width: 767px){
  .ols-app__1col__layout .ols_button_icon{
    margin: 0 !important;
  }
}
.ols-app__2col__layout__item {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.ols-app__2col__layout__item:nth-child(2) {
    margin-right: 0;
    margin-left: 10px;
}
.ols-app__1col__layout__item__link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: auto;
    width: 100%;
}
.ols-app__2col__layout__item__link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: auto;
}
.ols-app__2col__layout__item__link img{
    height: 30px;
    margin-bottom: 10px;
}
.ols-app__2col__layout__item__link p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: center;
}
.ols-app__2col__layout__item__link p br{
  display: none;
}
.ols-app__2col__layout__item__link p span{
  border-radius: 5px;
  color: #fff;
  background: #eb5505;
  padding: 3px 30px;
  display: inline-block;
  margin-bottom: 3px;
}
@media (min-width: 768px){
  .ols-app__2col__layout__item__link:after {
      transform: scale(1.5);
  }
}
@media (max-width: 767px){
  .ols-app_button_icon {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
  }
  .ols-app__2col__layout__item__link img{
      height: 25px;
      margin-bottom: 5px;
  }
  .ols-app__2col__layout__item__link p br{
    display: inline-block;
  }
  .ols-app__2col__layout__item__link p{
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 32px;
  }
  .ols-app__2col__layout__item__link p span{
    padding: 3px 15px;
  }
}
@media (max-width: 500px){
  .ols-app__2col__layout__item {
      width: calc(50% - 5px);
      margin-right: 5px;
  }
  .ols-app__2col__layout__item:nth-child(2) {
      margin-right: 0;
      margin-left: 5px;
  }
  .ols-app__2col__layout__item__link{
      padding: 10px 20px 10px 10px;
  }
  .ols-app__2col__layout__item__link:after{
      right: 7px;
  }
  .ols-app__2col__layout__item__link img{
      height: 25px;
      margin-bottom: 7px;
  }
  .ols-app__2col__layout__item__link p{
      font-size: 13px;
      line-height: 17px;
      height: 30px;
  }
}

.ols-app__1col__layout__item__link img{
    width: 20px;
    margin-right: 15px;
}
.ols-app__1col__layout__item__link p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 767px){
  .ols-app__1col__layout__item__link img{
      width: 20px;
      margin-right: 10px;
  }
}
@media (max-width: 500px){
  .ols-app__1col__layout__item__link img{
      width: 20px;
      margin-right: 7px;
  }
}
.br_pc-only {
  display: none;
}
@media (max-width: 500px){
  .br_pc-only {
    display: inline-block;
  }
}
.ols-app__heading-icon .heading-inner-icon .icon-img{
  margin-top: -70px;
  width: 70px;
}
.ols-app__heading-icon .heading-inner-icon{
  padding-left: 85px;
}
.ols-app__heading-icon__span {
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px){
  .ols-app__heading-icon .heading-inner-icon .icon-img{
    margin-top: -50px;
    width: 50px;
  }
  .ols-app__heading-icon .heading-inner-icon{
    padding-left: 65px;
  }
  .ols-app__heading-icon h3{
    font-size: 18px;
  }
}
.ols-app__button-maxwidth {
  max-width: 490px;
  width: 100%;
  min-width: auto;
}
.ols-app__br-sp-only {
  display: none;
}
@media (max-width: 767px){
  .ols-app__br-sp-only {
    display: inline-block;
  }
}
.ols-app__2col-anchor__layout .ols-app__2col-anchor__layout__item__link::after {
  position: absolute;
  top: auto;
  background-position: -62px -37px !important;
  width: 17px !important;
  height: 10px !important;
  background-size: 121px 118px;
  left: 50%;
  right: auto;
  bottom: 15px;
  transform: scale(1,1) translateX(-50%);
}
.ols-app__2col-anchor__layout {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;

}
.ols-app__2col-anchor__layout__item {
    width: calc(50% - 10px);
    margin-right: 10px;
}
.ols-app__2col-anchor__layout__item:nth-child(2) {
    margin-right: 0;
    margin-left: 10px;
}
.ols-app__2col-anchor__layout__item__link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: auto;
    height: 75px;
    padding: 15px;
}
.ols-app__2col-anchor__layout__item__link img{
    height: 60px;
    margin-right: 0;
    position: absolute;
    left: 20px;
}
.ols-app__2col-anchor__layout__item__link p{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}
.ols-app__2col-anchor__layout__item__link p br{
  display: none;
}
.ols-app__2col-anchor__layout__item__link p span{
  border-radius: 5px;
  color: #fff;
  background: #eb5505;
  padding: 3px 30px;
  display: inline-block;
  margin-bottom: 3px;
}
@media (max-width: 767px){
  .ols-app__2col-anchor__layout .ols-app__2col-anchor__layout__item__link::after {
    transform: scale(0.7, 0.7) translateX(-50%);
    bottom: 12px;
  }
  .ols-app_button_icon {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
  }
  .ols-app__2col-anchor__layout__item__link{
      height: 65px;
      padding: 5px;
  }
  .ols-app__2col-anchor__layout__item__link img{
      height: 50px;
      left: 10px;
  }
  .ols-app__2col-anchor__layout__item__link p br{
    display: inline-block;
  }
  .ols-app__2col-anchor__layout__item__link p{
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .ols-app__2col-anchor__layout__item__link p span{
    padding: 3px 15px;
  }
}
@media (max-width: 500px){
  .ols-app__2col-anchor__layout .ols-app__2col-anchor__layout__item__link::after {
    bottom: 10px;
    left: 55%;
  }
  .ols-app__2col-anchor__layout__item {
      width: calc(50% - 5px);
      margin-right: 5px;
  }
  .ols-app__2col-anchor__layout__item:nth-child(2) {
      margin-right: 0;
      margin-left: 5px;
  }
  .ols-app__2col-anchor__layout__item__link{
      padding: 5px 5px 5px 25px;
      height: 50px;
  }
  .ols-app__2col-anchor__layout__item__link:after{
      right: 7px;
  }
  .ols-app__2col-anchor__layout__item__link img{
    height: 40px;
    position: absolute;
    left: 5px;
    margin-right: 0;
  }
  .ols-app__2col-anchor__layout__item__link p{
      font-size: 12px;
      line-height: 17px;
  }
}
