@charset "utf-8";
/* CSS Document */

.txt_height {
    height: 200px;
}
h3.midashi_height {
    height: 100px;
}
.pay_jirei-img {
    width: calc(50% - 36px);
    width: -webkit-calc(25% - 36px);
	margin-left: 120px;
}
.pay_jirei-img img {
  width: 100%;
}
.pay_jirei > div {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding: 40px; */
}
.pay_jirei-textArea:nth-child(even),
.pay_jirei-img:nth-child(even) {
    order: 2;
}

.pay_jirei-textArea {
    width: calc(50% - 36px);
    width: -webkit-calc(65% - 36px);
}
.pay_jirei-textArea:nth-child(even),
.pay_jirei-img:nth-child(even) {
    order: 2;
}
.p_company {
    text-align: left;
    line-height: 2;
}
div.wrap>div:not(.pb-handle) {
    width: 100% !important;
}
.qCmp_column.column2:not(.typeA) .qCmp_column_box {
    width: 47% !important;
}
.qCmp_column>div {
    margin-top: 10px !important;
}
@media screen and (max-width: 768px){
    .txt_height {
    height: 250px;
}
.pay_jirei-img:nth-child(even) {
    order: 1;
  }
  .pay_jirei-textArea:nth-child(odd){
    order: 2;
  }
  .pay_jirei-textArea,
  .pay_jirei-img {
    width: 100%;
  }
  .pay_jirei-textArea:nth-child(odd){
    order: 2;
  }
  .pay_jirei-textArea,
  .pay_jirei-img {
    margin-left: 0;
    width: 95%;
	margin: 0 auto;
  }
.pay_jirei-img img {
    width: 60%;
}

  .pay_jirei > div {
    flex-direction: column;
  }
.p_company {
    margin: 20px 0;
}


}
@media screen and (max-width: 480px){
    .txt_height {
    height: 100px;
}
.qCmp_column > div {
    display: flex;
    flex-direction: column;
}
.qCmp_column.column2:not(.typeA) .qCmp_column_box {
    width: 90% !important;
    margin: 0 auto;
}
}