#business-download {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
    color: #333;
    padding-top: 60px;
    padding-bottom: 120px;
}

#business-download * {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
a,
ul {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  display: none;
}
a:link,
a:visited {
  color: #333;
}
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}

html {
  min-width: 1200px;
}

#business-download .sp-only {
    display: none !important;
}

#business-download .pc-only {
    display: block !important;
}

#business-download .in-pc-only {
    display: inline-block !important;
}

.download-heading {
    margin-bottom: 60px;
}

#business-download .section-title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.section-catch {
    margin-top: 1em;
}

.section-catch::after {
    background: url(/ringbell/contents/company/images/common/title_line.png) no-repeat top left;
    background-size: auto;
    background-size: 100% auto;
    content: "";
    display: block;
    width: 82px;
    height: 6px;
    margin: 35px auto 0;
}

.download-heading .lead {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin-top: 45px;
}

.catalog-gift {
    width: 1000px;
    margin: 0 auto 55px;
}

.rb-cataloggift {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    height: 80px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid #bfbfbf;
}

.rb-cataloggift.top {
    border-top: 1px solid #bfbfbf;
}

.rb-cataloggift::before {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background: url(/ringbell/contents/company/download/img/open-btn.png) no-repeat center center/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.rb-cataloggift.open {
    color: #fff;
    background: #1688c5;
    border: unset;
}

.rb-cataloggift.top.open {
    border-top: unset;
}

.rb-cataloggift.open::before {
    background: url(/ringbell/contents/company/download/img/close-btn.png) no-repeat center center/cover;
}

.catalog-wrap {
    margin-top: 50px;
    padding: 0 30px;
    display: none;
}

.catalog-wrap:first-of-type {
    display: block;
}


#business-download .catalog-category {
    font-size: 18px;
    font-weight: 700;
    background: #daecf6;
    border-radius: 23px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

#business-download .catalog-category-2 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

#business-download .catalog-category-2::before,
#business-download .catalog-category-2::after {
    content: '';
    flex-grow: 1;
    border-top: 5px dotted #daecf6;
}
#business-download .catalog-category-2::before {
    margin-right: 1em;
}
#business-download .catalog-category-2::after {
    margin-left: 1em;
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.catalog-list::after {
    display: block;
    content: "";
    width: 290px;
}

#business-download .catalog-list.list01 {
    margin-bottom: 20px;
}

#business-download .catalog-item {
    width: 290px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.catalog-item > div {
    width: 160px;
}

.catalog-name {
    font-size: 15px;
    font-weight: 700;
    min-height: 3em;
}

.catalog-price {
    font-size: 11px;
    white-space: nowrap;
}

#business-download .dl-btn {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 34px;
    border-radius: 17px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(/ringbell/contents/company/download/img/download-icon.png) no-repeat left 20px center/17px auto;
    background-color: #333;
    margin-top: 25px;
    transition: all 0.3s;
}
#business-download .dl-btn:not(.enabled) {
    pointer-events: none;
}

#business-download .dl-btn:hover {
    opacity: 0.7;
}

.download-contact {
    margin: 120px 0;
}

.download-contact .lead {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-box {
    width: 700px;
    height: 90px;
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contact-box + .contact-box {
    margin-top: 30px;
}

.contact-box.form {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: url(/ringbell/contents/company/download/img/contact-arrow.png) no-repeat right 60px center/16px auto;
    background-color: #000;
    transition: all 0.3s;
}

.contact-box.form a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-box.form:hover {
    opacity: 0.7;
}

#business-download .update {
    text-align: right;
    padding-right: 15px;
}

#business-download .popup {
    background: rgba(85,85,85,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

#business-download .popup.open {
    display: block;
}

.popup-inner {
    width: 1000px;
    height: 90%;
    background: #fff;
    display: inline-block;
    position: fixed;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow-y: scroll;
    overscroll-behavior-y: none;
    padding: 75px 60px 85px;
}

.popup-logo {
    margin-bottom: 40px;
}

.popup-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 45px;
}

.popup-top {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    margin-bottom: 30px;
}

.popup-inner .lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 60px;
}

.popup-inner dl {
    margin-bottom: 50px;
}

.popup-inner dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.popup-inner dl dd {
    font-size: 15px;
    line-height: 1.8;
}

.popup-inner dl dd > div p {
    text-indent: -2em;
    padding-left: 2em;
}

.popup-inner dl dd > p {
    padding-left: 2em;
    text-indent: -2em;
}

.text-right {
    text-align: right;
}

.popup-close {
    width: 600px;
    height: 90px;
    border-radius: 10px;
    background: url(/ringbell/contents/company/download/img/contact-arrow.png) no-repeat right 60px center/16px auto;
    background-color: #1688c5;
    margin: 60px auto 0;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close:hover {
    opacity: 0.7;
}


@media screen and (max-width: 599px) {
    html {
        min-width: 320px;
    }

    #business-download .sp-only {
        display: block !important;
    }

    #business-download .pc-only {
        display: none !important;
    }

    #business-download .in-pc-only {
        display: none !important;
    }

    .download-heading {
        margin-bottom: 10vw;
    }

    #business-download .section-title {
        font-size: 5.8vw;
        font-weight: 700;
        text-align: center;
    }

    .section-catch {
        margin-top: 1em;
    }

    .section-catch::after {
        background: url(/ringbell/contents/company/images/common/title_line.png) no-repeat top left;
        background-size: auto;
        background-size: 100% auto;
        content: "";
        display: block;
        width: 10vw;
        height: 0.8vw;
        margin: 4.6vw auto 0;
    }

    .download-heading .lead {
        text-align: center;
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 2;
        margin-top: 1em;
    }

    .catalog-gift {
        width: 100%;
        margin: 0 auto 8vw;
        padding: 0 5vw;
    }

    .rb-cataloggift {
        font-size: 3.6vw;
        font-weight: 700;
        width: 100%;
        height: 10vw;
        padding-left: 5vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        cursor: pointer;
        transition: all 0.3s;

        border-bottom: 1px solid #bfbfbf;
    }

    .rb-cataloggift::before {
        display: block;
        content: "";
        width: 6vw;
        height: 6vw;
        background: url(/ringbell/contents/company/download/img/open-btn.png) no-repeat center center/cover;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5vw;
        margin: auto;
    }

    .rb-cataloggift.open {
        color: #fff;
        background: #1688c5;
    }

    .rb-cataloggift.open::before {
        background: url(/ringbell/contents/company/download/img/close-btn.png) no-repeat center center/cover;
    }

    .catalog-wrap {
        margin: 8vw 0;
        padding: 0 2vw;
    }

    #business-download .catalog-category {
        font-size: 3.4vw;
        font-weight: 700;
        background: #daecf6;
        border-radius: 23px;
        height: 8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5vw;
    }

    #business-download .catalog-category-2 {
        font-size: 3.4vw;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5vw;
    }

    .catalog-list {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .catalog-list::after {
        display: block;
        content: "";
        width: 41vw;
    }

    #business-download .catalog-list.list01 {
        margin-bottom: 8vw;
    }

    #business-download .catalog-item {
        width: 41vw;
        margin-bottom: 5vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .catalog-item > img {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .catalog-item > div {
        width: 100%;
        margin-top: 2vw;
    }

    .catalog-name {
        font-size: 3.3vw;
        font-weight: 700;
        min-height: 3.5em;
    }

    .catalog-price {
        font-size: 3vw;
        white-space: nowrap;
    }

    #business-download .dl-btn {
        font-size: 3.2vw;
        color: #fff;
        font-weight: 700;
        width: 100%;
        height: 8vw;
        border-radius: 17px;
        padding-left: 12vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: url(/ringbell/contents/company/download/img/download-icon.png) no-repeat left 6vw center/3.5vw auto;
        background-color: #333;
        margin-top: 5vw;
        transition: all 0.3s;
    }

    #business-download .dl-btn:hover {
        opacity: 0.7;
    }

    .download-contact {
        margin: 15vw 0;
    }

    .download-contact .lead {
        text-align: center;
        font-size: 3.4vw;
        font-weight: 700;
        margin-bottom: 8vw;
    }

    .contact-box {
        width: 100%;
        height: 15vw;
        border-radius: 10px;
        padding: 0 3vw;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .contact-box + .contact-box {
        margin-top: 8vw;
    }

    .contact-box.form {
        font-size: 4.2vw;
        font-weight: 700;
        color: #fff;
        background: url(/ringbell/contents/company/download/img/contact-arrow.png) no-repeat right 5vw center/2.8vw auto;
        background-color: #000;
        transition: all 0.3s;
    }

    .contact-box.form a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contact-box.form:hover {
        opacity: 0.7;
    }

    #business-download .update {
        text-align: right;
        padding-right: 5vw;
    }

    #business-download .popup {
        background: rgba(85,85,85,0.9);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }

    .popup-inner {
        width: 90%;
        height: 90%;
        background: #fff;
        display: inline-block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        overflow-y: scroll;
        padding: 5vw;
    }

    .popup-logo {
        width: 60vw;
        margin-bottom: 10vw;
    }

    .popup-title {
        font-size: 4.6vw;
        font-weight: 700;
        margin-bottom: 5vw;
    }

    .popup-top {
        font-size: 4vw;
        font-weight: 700;
        text-align: center;
        padding: 3vw 0;
        border-top: 1px solid #0c0c0c;
        border-bottom: 1px solid #0c0c0c;
        margin-bottom: 5vw;
    }

    .popup-inner .lead {
        font-size: 3.4vw;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 15vw;
    }

    .popup-inner dl {
        margin-bottom: 10vw;
    }

    .popup-inner dl dt {
        font-size: 3.8vw;
        font-weight: 700;
        margin-bottom: 5vw;
    }

    .popup-inner dl dd {
        font-size: 3.4vw;
        line-height: 1.8;
    }

    #business-download .popup-inner dl dd ul li {
        padding-left: 2em;
        text-indent: -2em;
    }

    .popup-inner dl dd > div p {
        text-indent: -2em;
        padding-left: 2em;
    }

    .popup-inner dl dd > p {
        padding-left: 2em;
        text-indent: -2em;
    }

    .text-right {
        text-align: right;
    }

    .popup-close {
        width: 80%;
        height: 15vw;
        border-radius: 10px;
        background: url(/ringbell/contents/company/download/img/contact-arrow.png) no-repeat right 3vw center/2vw auto;
        background-color: #1688c5;
        margin: 10vw auto 0;
        cursor: pointer;
        transition: all 0.3s;
        color: #fff;
        font-size: 3.4vw;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }


}