.list-u-disc li {
    margin-bottom: 5px;
}
.contArea .paragraph p, .contents_box p {
    line-height: 1.6;
}

.button a {
    line-height: 1.0;
}
/* h3見出し */

.pc-heading-box {
    margin: 0 0 20px 20px;
}

.sp-heading-box {
    margin: 0;
}

.heading-box {
    margin: 0 20px 20px;
}

.heading-box .heading-box-inner,.pc-heading-box .heading-box-inner,.sp-heading-box .heading-box-inner {
    padding-left: 0 !important;
    font-weight: bold;
}

.heading-ttl .heading-inner-icon {
    display: flex;
    align-items: center;
}
.btn-width-large {
    max-width: initial;
    line-height: 1.4;
}

.heading-box-logo img {
    width: 3.1em;
    margin-right: 15px;
}

/* ezweb */

.contents_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* QRコード1つバージョン */

.contents_box .left_box {
  width: 81%;
  text-align: left;
}
.contents_box .right_box {
  width: 18%;
  margin-top: 1%;
}

/* QRコード2つバージョン */

.contents_box .left_box_support {
  width: 62%;
  text-align: left;
}
.contents_box .right_box_support {
  width: 35%;
  margin-top: 1%;
  padding-left: 25px;
}

.contents_box .right_box_support .section-qr {
    text-align: left;
    padding-right: 0;
}

.section-qr .inner-qr .inner-qr-box img {
    margin-bottom: 10px;
}

ul.inner-qr-box {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.inner-qr-box li {
    display: inline-block;
    text-align: center;
    width: 49%;
}

.ezweb .ezweb-text {
    margin-top: 30px;
}

.section-qr {
    text-align: right;
    padding-right: 30px;
}

.section-qr .inner-qr img {
    text-align: center;
}

@media screen and (min-width: 768px) {

/* SP表示OFF */

.spdisplay {
    display: none;
}

}

@media screen and (max-width: 767px) {

/* SPテキスト */

.sp-text-left {
  text-align: left;
}

.sp-text-right {
  text-align: right;
}

.sp-text-center {
  text-align: center;
}

/* h3見出し */

.pc-heading-box {
    margin: 0;
}

.sp-heading-box {
    margin-bottom:14px;
}

.heading-box {
    margin: 0 0 14px;
}

.heading-box-logo img {
    width: 2.2em;
    margin-right: 10px;
}

/* PC表示OFF */

.pcdisplay {
    display: none;
}

/* ezweb */

.contents_box .left_box {
    width: 75%;
    text-align: left;
}

/* QRコード1つバージョン */

.contents_box .right_box {
  width: 21%;
  margin-top: -1%;
}

.contents_box .left_box_support {
    width: 100%;
    text-align: left;
}

/* QRコード2つバージョン */

.contents_box .right_box_support {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
}

.contents_box .right_box_support .section-qr {
    text-align: center;
    padding-right: 0;
}

.section-qr .inner-qr .inner-qr-box img {
    margin-bottom: 7px;
}

.ezweb .ezweb-text {
    margin-top: 0;
    font-size: 14px;
    padding-left: 5px;
}

.section-qr .inner-qr img {
    width: 65px;
    height: auto;
    text-align: center;
}

}