@charset "utf-8";

/* all */
* {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: Arial, san-serif, Helvetica;
    line-height: 1;
    margin: 0;
    font: 12px sans-serif;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
}

address,
caption,
em,
strong,
th {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th,
td {
    text-align: left;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    font-size: 100%;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* body setting
    -------------------------------------*/
html {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #222222;
}

html:not(:target) body {
    font-size: 12px;
}

/* clearfix
    -------------------------------------*/
.clearfix:before,
.clearfix:after,
.wrap:before,
.wrap:after {
    display: table;
    content: "";
}

.clearfix:after,
.wrap:after {
    clear: both;
}

.clearfix,
.wrap {
    zoom: 1;
}

html body.rn20024_reset {
    padding-top: 0 !important;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/bg-mv.jpg) no-repeat center center;
}

.mvBlock {
    text-align: center;
    background-color: #ffde69;
}

.section02 {
    padding: 20px 15px;
    background: #2d99e6;
}

.bannerInner {
    position: relative;
    background-color: #fff;
    padding: 10px 0 17px;
}

.bannerInner::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/border-inner-top.png) no-repeat top center;
    background-size: 100%;
}

.bannerInner::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/border-inner-bottom.png) no-repeat bottom center;
    background-size: 100%;
}

.bannerImage {
    width: 89%;
    margin: 0 auto;
}

.bannerText {
    padding: 0 12px;
    color: #333333;
    font-size: 9px;
    line-height: 1.556;
    letter-spacing: -0.6px;
    margin-top: 8px;
}

.bannerText.mt12 {
    margin-top: 12px;
}

.bannerText.mt14 {
    margin-top: 14px;
}

.bannerTextLink {
    color: #009be4 !important;
    text-decoration: underline;
}

.section03 {
    padding: 25px 15px;
}

.titleSection {
    font-size: 19px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 18px 0 14px;
}

.titleSection.title04 {
    background: #fff7d8;
}

.listLink {
    padding: 25px 15px 30px;
    background-color: #fff;
}

.listLinkItem {
    display: flex;
    justify-content: center;
    border: 2px solid #ffc800;
    border-radius: 8px;
    margin-bottom: 10px;
}

.listLinkItem:last-child {
    margin-bottom: 0;
}

.listLinkItem a {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 4px 0 3px;
    color: #333333;
    font-weight: 700;
}

.listLinkItem a span {
    text-underline-offset: 1px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.section06 {
    padding: 25px 15px;
}

.label--01 {
    background: #00a0ea;
    padding: 12px 0 11px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label--01 img {
    width: 228px;
}

.contentInner {
    background: #fff7d8;
    padding: 26px 0 30px;
}

.contentInner .accordionArea {
    margin: 0;
}

.contentInner .accordionArea>h3 {
    position: relative;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #0000;
    display: block;
}

.contentInner .accordionArea>h3:before {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 19px;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/left_line.png);
    background-size: 100% auto;
    content: "";
    height: 12px;
    width: 10px;
}

.contentInner .accordionArea>h3:after {
    position: absolute;
    top: 5px;
    right: 19px;
    bottom: 0;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/right_line.png);
    background-size: 100% auto;
    content: "";
    height: 12px;
    width: 10px;
}

.contentInner .accordionArea dl {
    background: #d9f0fb;
    border-radius: 10px;
    margin: 6px 15px 0;
    overflow: hidden;
}

.contentInner .accordionArea .accordionHeader {
    padding: 0;
    display: flex;
    cursor: pointer;
}

.contentInner .accordionArea .accordionHeader:hover {
    opacity: .8;
}

.contentInner .accordionArea .accordionHeader .accordionIcon {
    display: flex;
    align-items: center;
    background: #00a0ea;
    padding: 0 9px;
    border: 2px solid #00a0ea;
    border-radius: 10px 0 0 10px;
}

.contentInner .accordionArea.pointArea .accordionHeader .accordionIcon {
    padding: 0 12px;
}

.contentInner .accordionArea .accordionHeader.open .accordionIcon {
    border-radius: 10px 0 0 0;
}

.contentInner .accordionArea .accordionHeader h4 {
    background: #fff;
    position: relative;
    color: #00a0ea;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 30px 17px 10px;
    width: calc(100% - 40px);
    border: 2px solid #00a0ea;
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.contentInner .accordionArea .accordionHeader.open h4 {
    border-bottom: none;
    border-radius: 0 10px 0 0;
    padding-bottom: 20px;
}

.contentInner .accordionArea .accordionHeader h4:after {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/accordionHeader_button_icon.png);
    background-size: 100% auto;
    content: "";
    height: 18px;
    margin: auto;
    width: 18px;
}

.contentInner .accordionArea .accordionHeader.open h4:after {
    background: url(/sites/default/files/media/sp/images/lp/univcoop/accordionHeader_button_icon_open.png);
    background-size: 100% auto;
    height: 18px;
    width: 18px;
}

.contentInner .accordionContent {
    padding: 15px 10px;
    border: 2px solid #00a0ea;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.contentInner .accordionContent .flow,
.contentInner .accordionContent .point {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 17px;
}

.contentInner .accordionContent .point.point04 {
    margin-bottom: 0;
}

.contentInner .accordionContent .flow.flow02 {
    margin-bottom: 15px;
}

.contentInner .accordionContent .flow.flow03 {
    margin-bottom: 14px;
}

.contentInner .accordionContent .flow h3,
.contentInner .accordionContent .point h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 18px 41px;
    text-align: center;
    background-color: #0000;
}

.contentInner .accordionContent .flow h3 img,
.contentInner .accordionContent .point h3 img {
    position: absolute;
    top: -4px;
    left: -8px;
}

.contentInner .accordionContent .flow h3:after,
.contentInner .accordionContent .point h3:after {
    position: absolute;
    right: 9px;
    bottom: 6px;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/line_dot.png);
    background-size: 100% auto;
    content: "";
    height: 4px;
    margin: auto;
    width: 208px;
}

.contentInner .accordionContent .flow>div,
.contentInner .accordionContent .point>div {
    display: flex;
    margin: 10px 15px 0;
    text-align: left;
}

.contentInner .accordionContent .flow>div a {
    text-decoration: underline;
}

.contentInner .accordionContent .flow .flow01_link {
    color: #0074cb;
}

.contentInner .accordionContent .flow>div p,
.contentInner .accordionContent .point>div p {
    font-size: 13px;
    line-height: 1.38;
    max-width: 156px;
}

.contentInner .accordionContent .flow img.mgLeft4,
.contentInner .accordionContent .point img.mgLeft4 {
    margin-left: 4px;
}

.contentInner .accordionContent .flow01:before {
    display: none;
}

.contentInner .accordionContent .flow:before {
    position: absolute;
    top: -23px;
    right: 0;
    left: 0;
    background: url(/sites/default/files/media/sp/images/lp/univcoop/flow_arrow.png);
    background-size: 100% auto;
    content: "";
    height: 26px;
    margin: auto;
    width: 43px;
}

.contentInner .accordionContent .flow .text {
    font-size: 10px;
    line-height: 1.5;
    margin: 4px 15px 0;
    text-align: left;
}

.contentInner .accordionContent .flow+.text {
    font-size: 10px;
    line-height: 1.3;
}

.section08 {
    background-color: #f5f6f8;
}

.section08 .titleSection {
    text-align: left;
    padding: 0;
    margin-bottom: 6px;
}

.section08 .blockInner {
    padding: 27px 15px 18px;
}

.menuLink {
    margin-top: 34px;
}

.menuLink01 {
    margin-top: 0;
}

h4.menuTitle {
    color: #1d262a;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-left: 15px;
}

.menuLinkItem {
    color: #265f8f;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 9px;
}

.menuLinkItem::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/sites/default/files/media/sp/images/lp/univcoop/arrow_right_icon.png);
    background-size: 100% auto;
}

.menuLinkItem a {
    display: block;
    color: #265f8f;
}


.page_top {
    text-align: right;
    padding: 19px 14px 9px 0;
}

.page_top a {
    color: #00a0ea;
    font-size: 14px;
    font-weight: 600;
}

.footer-top-wrap {
    border: 1px solid #ccc;
    border-width: 1px 0;
}

.footer-top {
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: 40px;
    margin: 0 auto;
    padding-left: 115px;
    text-align: left;
    color: #004aaa;
}

.footer-top-wrap a {
    display: block;
    text-decoration: none;
    outline: none;
}

.footer-top,
.company-menu {
    width: 100%;
}

.footer-top:before {
    position: absolute;
    top: 50%;
    left: 90px;
    display: block;
    width: 15px;
    height: 13px;
    margin-top: -7px;
    content: '';
    background: url(/sites/default/files/media/sp/images/global/elements/material.png) -30px -23px;
    -webkit-background-size: 363px 252px;
    background-size: 363px 252px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .footer-top:before {
        background-image: url(/sites/default/files/media/sp/images/global/elements/material_2x.png);
    }
}

.l-footer-menu01 {
    border-bottom: 1px solid #ccc;
}

.l-footer-menu01__title {
    margin: 0;
    padding: 0;
}

.l-footer-menu01__title-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 20px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-align: left;
    color: #333;
    cursor: pointer;
    font-size: 12px;
}

.l-footer-menu01__title-button:before,
.l-footer-menu01__title-button:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
    width: 15px;
    height: 2px;
    background: #999;
    transition: .5s;
}

.l-footer-menu01__title-button:after {
    transform: rotate(90deg);
}

.l-footer-menu01__title-button.is-active:after {
    transform: rotate(0);
}

.l-footer-menu01__detail {
    display: none;
    margin: 0;
    padding: 10px 20px;
    background: #f5f5f5;
    line-height: 1.5;
}

.l-footer-menu01__list {
    margin: 0;
    padding: 0;
    text-align: left;
    background: transparent;
}

.l-footer-menu01__item {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.l-footer-menu01__desc-title {
    margin: 0;
    padding: 0;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
}

.l-footer-menu01__link:link,
.l-footer-menu01__link:visited {
    color: #1d3994;
}

.l-footer-menu01__desc-detail {
    margin: 5px 0 0;
    padding: 0 0 0 1em;
}

.l-footer-menu01__list {
    margin: 0;
    padding: 0;
    text-align: left;
    background: transparent;
}

.l-footer-menu01__item {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.l-footer-menu01__link {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 10px;
    color: #1d3994;
}

.l-footer-menu01__link:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #333;
}

.footer-logo {
    position: relative;
    width: 100%;
    height: 64px;
    background: #019be5 url(/sites/default/files/media/sp/images/global/elements/foot-logo.png) right center no-repeat;
    -webkit-background-size: 256px 64px;
    background-size: 256px 64px;
}

.footer-logo::before {
    position: absolute;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    content: '';
    background: url(/sites/default/files/media/sp/images/global/elements/foot-logo-icon.png);
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
}

.l-footer-menu01__list-side {
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px 5%;
    background: transparent;
}

.modal__container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    justify-content: center;
    opacity: 0;
    overflow: auto;
    text-align: center;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.mt15 {
    margin-top: 15px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml6 {
    margin-left: 6px !important;
}

.modal__container.active {
    opacity: 1;
    visibility: visible;
}

.modal__body {
    position: relative;
    padding: 16px 0;
    width: calc(100% - 32px);
}

.modal__content {
    display: none;
    text-align: center;
}

.modal__container.active .modal__content {
    display: block;
}

.modal__close {
    display: flex;
    position: absolute;
    top: -20px;
    right: 0;
    align-items: center;
    background: #009ce5;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    height: 32px;
    justify-content: center;
    width: 32px;
}

    .discountArea{display:none;}
    
/* SP */
@media screen and (max-width: 768px) {
    .u-hide-on-mobile {
        display: none !important
    }
}

/* PC */
@media screen and (min-width: 769px) {
    body.rn20024_reset {
        line-height: 1.55;
    }

    body.hidden {
        overflow: unset;
    }

    .u-hide-on-pc {
        display: none !important
    }

    .l-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .wrapperAll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrapperAll::after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        left: 50%;
        top: 50%;
        background: url(/sites/default/files/media/sp/images/lp/univcoop/bg-mv-pc.jpg) no-repeat top center;
        background-size: cover;
        z-index: 5;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .wrapperMain {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        width:324px;
    }

    .bannerInner {
        padding: 10px 0 12px;
    }

    .bannerTextLink:hover {
        text-decoration: none;
    }

    .listLinkItem a:hover span {
        text-decoration: none;
    }

    .section03 {
        background: #fff;
    }

    .section03_video {
        cursor: pointer;
    }

    .section03_video:hover {
        opacity: .8;
    }

    .titleSection {
        padding: 17px 0 14px;
    }

    .listLink {
        padding: 23px 15px 30px;
    }

    .listLinkItem {
        margin-bottom: 10px;
    }

    .listLinkItem a {
        padding: 4px 0 2px;
    }

    .section06 {
        background: #fff;
    }

    .section06 p a:hover {
        opacity: .8;
    }

    .contentInner .accordionContent .flow .flow01_link:hover {
        text-decoration: none;
    }

    .height100 {
        height: 100% !important;
    }

    .menuLinkItem a:hover {
        text-decoration: underline;
    }

    .menuPC {
        position: sticky;
        position: -webkit-sticky;
        right: 0;
        width: 100%;
        top: 43%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: transparent;
        padding-left: 64px;
    }

    .navigation {
        color: #fff;
        margin-bottom: 27px;
    }

    .navigation_link {
        display: block;
        border-bottom: 2px solid #ffbe3c;
    }

    .navigation_link:hover {
        opacity: .8;
    }

    .page_top {
        background-color: #fff;
    }

    .l-footer {
        background-color: #fff;
    }

    footer li {
        border: none;
    }

    .l-footer-menu01__link:hover {
        text-decoration: underline;
    }

    .company-menu li:first-child {
        border-left: none;
    }

    .company-menu li a {
        display: inline;
        color: inherit;
    }

    .modal__body {
        width: 293px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .bannerInner {
        padding: 10px 0 12px;
    }

    .bannerText {
        font-size: 1.40625vw;
    }

    .titleSection {
        font-size: 2.96875vw;
    }

    .listLinkItem a {
        font-size: 2.8125vw;
        padding: 0 0 8px;
        line-height: 1;
    }

    .contentInner .accordionArea>h3 {
        letter-spacing: -0.4px;
        font-size: 2.03125vw;
    }

    .contentInner .accordionArea .accordionHeader h4 {
        font-size: 2.03125vw;
    }

    .contentInner .accordionContent .flow h3,
    .contentInner .accordionContent .point h3 {
        font-size: 2.8125vw;
    }

    .contentInner .accordionContent .flow>div p,
    .contentInner .accordionContent .point>div p {
        font-size: 2.03125vw;
    }

    .contentInner .accordionContent .flow .text {
        font-size: 1.5625vw;
    }
    
    .contentInner .accordionContent .flow+.text {
        font-size: 1.5625vw;
    }

    h4.menuTitle {
        font-size: 2.96875vw;
    }
    
    .menuLinkItem {
        font-size: 2.1875vw;
    }

    .page_top a {
        font-size: 2.1875vw;
    }

    .footer-top {
        font-size: 1.875vw;
    }

    .l-footer-menu01__title-button {
        font-size: 1.875vw;
    }

    .l-footer-menu01__desc-title {
        font-size: 1.875vw;
    }

    .l-footer-menu01__link {
        font-size: 1.5625vw;
    }

    .wrapperMain .company-menu li {
        font-size: 1.5625vw;
    }

    .copyright {
        font-size: 1.5625vw !important;
    }

    .modal__close {
        font-size: 4.6875vw;
    }

    .footer-logo {
        -webkit-background-size: 217px 54px;
        background-size: 217px 54px;
    }
}