@charset "utf-8";
/* Color/Price/Foil ################################################################################## */
#color h1,#price h1,#foil h1 {
    color: #090d24;
    font-size: 57px;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 800;
    letter-spacing: 3px;
    word-break: break-all;
    line-height: 1.3;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

#color h1 span,#price h1 span {
    font-weight: bold;
    font-size: 88px;
    display: inline-block;
    letter-spacing: 0;
}

#price h1 span.priceList {
    font-weight: bold;
    font-size: 28px;
    display: block;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

#price h2,#foil h2 {
    color: #090d24;
    font-size: 32px;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 800;
    letter-spacing: 1px;
    word-break: break-all;
    line-height: 1.3;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
}

#price h2 span {
    font-size: 17px;
    padding-left: 5px;
    letter-spacing: 0;
    font-family: 'Noto Sans Japanese', sans-serif !important;
}

#price .layoutBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 0;
    width: 100%;
}

#foil a.arrow-right {
    font-size: 14px;
    font-weight: normal;
}

.osare3-table a {
    font-weight: normal;
    font-size: 12px;
    padding-left: 1rem;
    color: #2271b1;
}

@media (max-width: 600px) {
#color h1,#foil h1 {
    font-size: 10vw;
    margin: 0 0 3rem;
    line-height: .8;
}

#color h1 span,#price h1 span {
    font-size: 16vw;
}

#price h1 {
    font-size: 10vw;
    margin: 0 0 1rem;
    line-height: 1.3;
}

#price h1 span.priceList {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 0;
}

#foil h2 {
    font-size: 24px;
}

.osare3-table a {
    display: block;
    padding-left: 0;
    font-size: 11px;
}
}

/* Step ################################################################################## */
#step h2 span {
    font-weight: 800;
    font-size: 27px;
    display: block;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto 3rem;
}

.step_bg {
    background: #f9f9f9;
    margin: 4rem auto 2rem;
    padding: 4rem 0 6rem;
    width: 100%;
}

.step_bg h1 {
    color: #090d24;
    font-size: 47px;
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    display: block;
}

.step_history {
    line-height: 1.4;
    display: inline-block;
    margin: 0 0 1rem;
}

.step_history span {
    font-family: 'Akshar', sans-serif !important;
    font-weight: 800;
    font-size: 110%;
    padding-right: 1rem;
}

@media (max-width: 600px) {

#step h2 span {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto 2rem;
}

.step_bg {
    margin: 2rem auto 1rem;
    padding: 2rem 0 3rem;
}
}

/* Offer ################################################################################## */
h2.offer {
    font-weight: 800;
    font-size: 24px;
    display: block;
    color: #090d24;
    text-align: center;
    margin: 0 0 2rem;
    line-height: 1.6;
    word-break: break-all;
}

@media (max-width: 600px) {
h2.offer {
    font-size: 18px;
}
}

/* GUIDE ################################################################################## */
#guide h2 {
    font-weight: 800;
    font-size: 27px;
    display: block;
    color: #090d24;
    text-align: center;
    margin: 0 0 2rem;
    line-height: 1.6;
    word-break: break-all;
}

#guide h2 span {
    font-size: 17px;
    margin-left: 1.4rem;
    font-weight: normal;
    display: block;
}

#guide h3 {
    font-size: 19px;
    margin: 0 0 1rem;
    font-weight: 800;
}

.guidepageLabel {
    display: inline-block;
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 19px;
    font-weight: 800;
    margin: 0 1% 0;
    padding: 24px 1% 24px;
    width: 31.6%;
    text-align: center;
}

.guidepageLabel:first-child {
    margin: 0;
}


.guidepageLabel span.row {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
}

.guidepageLabelWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 2rem;
}

.guidepageLabel01 {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 14px;
    margin: 5px auto;
    padding: 15px 30px;
    width: calc(100%);
    text-align: center;
}

.guidepageLabel06 {
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 7px;
    font-size: 14px;
    margin: 5px auto;
    padding: 15px 30px;
    width: calc(100% / 6 - 10px);
    text-align: center;
}

@media (max-width: 600px) {
.guidepageLabel06 {
    width: calc(100% / 2 - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

#guide h2 {
    font-size: 22px;
}

#guide h2 span {
    display: block;
    margin: 0;
    font-size: 14px;
}

#guide h3 {
    font-size: 18px;
}

.guidepageLabel {
    font-size: 15px;
    height: 142px;
    vertical-align: middle;
    width: 28.6%;
    margin: 0 2% 0;
}

.guidepageLabel:first-child {
    margin: 0 2% 0;
}
}
/* FAQ ################################################################################## */
.scroll-hint-icon {
    top: -20%;
}

.faqBox {
    margin: 0;
}

.faqLabelWrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    text-align: center;
    margin: 40px 0 30px;
    width: 100%;
}

.faqLabel {
    position: relative;
    display: inline-block;
    color: #090d24;
    border: 1px solid #ececec;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Akshar','Noto Sans Japanese', sans-serif !important;
    margin: 0 1rem 0;
    text-align: left;
}

.faqLabel a {
    display: block;
    padding: 15px 30px;
}

.faqLabel:hover {
    background-color: #fafafa;
    background-position: top 20% right 3%;
}

.faqLabel span.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 11px;
    font-weight: normal;
}

.activeLabel {
    position: relative;
    display: inline-block;
    color: #fff;
    border: 1px solid #090d24;
    background: #090d24;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 1rem 0;
    padding: 13px 20px;
    text-align: left;
}

@media (max-width: 600px) {
.faqLabel {
    font-size: 12px;
    margin: 0 .3rem;
}

.faqLabel a {
    display: block;
    padding: 13px 20px;
}

.faqLabelWrap {
    margin: 0 0 3rem;
}

.activeLabel {
    font-size: 12px;
    margin: 0 .3rem;
}
}

/* CSR ################################################################################## */
.csr_bg {
      position: relative;
      background-attachment: fixed;
      background: url("https://universal-ribbon.jp/image/sub_back.png") no-repeat center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      -ms-background-size: cover;
      margin: -11rem auto 6rem;
      width: 100%;
      height: 44vh;
}

#csr h2 {
    font-size: 24px;
    display: block;
    margin: 0 0 2.4rem;
    line-height: 1.6;
    font-family: trajan-pro-3, serif;
    font-weight: bold;
    letter-spacing: 1px;
    word-break: break-all;
}

#csr .main_section p {
    text-align: center;
}

@media (max-width: 600px) {
.csr_bg {
    height: 24vh;
    margin: -3rem auto 3rem;
}

#csr h2 {
    font-size: 18px;
    margin: 0 0 2rem;
    word-break: break-all;
    line-height: 1.3;
}

#csr .main_section p {
    text-align: center;
}

}
