
#page {
    opacity: 0;
    transition: .2s;
}

#page.is-visible {
    opacity: 1;
}

/*--文字色変更--*/
#product-page .main p,
.list-group.list-disc>li,
.otherchoice,
#product-page .btn.shadow,
#wideVideo .container .box-movie {
    color: #000;
}

#product-page .btn.shadow.c009966 {
    color: #fff;
}

#product-page .btn.shadow {
    border: 1.5px solid #333;
}

#product-page .btn.shadow:hover {
    color: #034098;
    border-color: #034098;
    opacity: 1;
}

.box-merit .txt-main,
#page-title .tag-title,
.user-action .title {
    color: #034098 !important;
}

#product-page .btn.btn-wide.btn-orange.icon-triangle-white {
    border-color: #EF8912 !important;
}

.color-333,
.color-333 * {
    color: #333 !important;
}

.text-red {
    color: #ff0000 !important;
}

@media only screen and (max-width: 640px) {
    #applicationArea {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

#wideVideo .box-movie>*,
#wideVideo .box-movie .rightArea {
    width: 100% !important;
}

#wideVideo .box-movie .rightArea .row.mt40 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wideVideo .box-movie .rightArea .row.mt40 li {
    width: 48.5%;
}

#wideVideo .box-movie .rightArea {
    max-width: 100%;
    margin: 0 auto;
}

#wideVideo .box-movie .rightArea .row.mt40:before,
#wideVideo .box-movie .rightArea .row.mt40:after {
    display: none !important;
}

#wideVideo .box-movie .rightArea .row.mt40 li a {
    max-width: 300px;
}

#wideVideo .box-movie .rightArea .row.mt40 li a.pc-ml-auto {
    margin-left: auto;
}

#wideVideo .box-movie .video-wrap.or {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wideVideo .box-movie .video-wrap.or .video {
    width: 48.5%;
    position: relative;
    /*padding-bottom: 56.25%;*/
    height: 243px;
}

#wideVideo .box-movie .video-wrap.or .video iframe {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 640px) {
    #wideVideo .box-movie .video-wrap.or .video {
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
    }

    #wideVideo .box-movie .video-wrap.or .video+.video {
        margin-top: 15px;
    }

    #wideVideo .box-movie .rightArea .row.mt40 [class^="col-"] {
        float: none !important;
        width: 100% !important;
    }

    #wideVideo .box-movie .rightArea .row.mt40 li a {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 641px) {
    #product-page .main .paper a p.mb21 {
        margin-bottom: 21px !important;
    }
}

.list01 li {
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.list01 li span {
    position: absolute;
    left: 0;
}

.addText {
    color: #d00 !important;
    font-weight: 400;
    font-size: 86%;
}

@media only screen and (min-width: 641px) {
    .addText {
        color: #d00 !important;
        font-weight: bold;
        width: fit-content;
        margin: 0px 0 0 auto;
        position: relative;
        top: -2px;
        height: auto;
        display: inline;
        font-weight: 400;
        font-size: 86%;
    }
}

.entry-flex-cont.color01 {
    border-color: #FB5C5B;
}

.entry-flex-cont.color01>h4 {
    background: #FB5C5B;
}

.entry-flex-cont.color01 .btn-entry a {
    border-color: #FB5C5B;
    color: #FB5C5B;
}

.entry-flex-cont.color02 {
    border-color: #4bc5e0;
}

.entry-flex-cont.color02>h4 {
    background: #4bc5e0;
}

.entry-flex-cont.color02 .btn-entry a {
    border-color: #4bc5e0;
    color: #4bc5e0;
}

.attention {
    font-size: 74%;
    padding-top: 8px;
}

.top-desc {
    clear: both;
    text-align: center;
}

.btn-point.blank a::after {
    position: absolute;
    content: url(/pisj/bosyu/images/tokusetsu/icon_blank.svg);
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    line-height: 1;
}

.list-faq .acc-trigger {
    margin-bottom: 1em;
}

.list-faq .acc-trigger:after {
    transform: rotate(-90deg);
}
#product-page .main p.faqMoreBtn {
    border: none !important;
    border-radius:0!important;
    padding-top: 15px;
}
#product-page .main p.faqMoreBtn a{
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    color: #ee8532 !important;
    border: 1px solid #ee8532 !important;
    border-radius: 4px;
    margin-left: auto;
}
#block01 .mt80.mb30.top-desc{
    font-weight: bold;
    color: #044099;
    font-size: 140%;
}
.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
}
.list-faq .acc-trigger.open::after {
    content: url(/pisj/bosyu/images/tokusetsu/icon-down.svg);
}

.bg-wht {
    background: #fff!important;
}
.ttl-column + .flexBox a .title.font-weight-bold {
    display: block;
}
.ttl-column + .flexBox a:hover .title.font-weight-bold  {
    text-decoration: underline;
}
.flexWrap {
    display: flex;
    gap: 3px;
}

.cv-btn {
    position: relative;
    max-width: 384px;
    width: 100%;
    margin: 0 auto 20px;
}
.cv-btn a {
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 144%;
    font-weight: bold;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 12px;
    padding: 0.5em;
    background:#ee8532  !important;
    text-decoration: none;
    transition: 0.3s;
}
@media only screen and (max-width: 640px) {
    .video-wrap.or .video {
        max-width: 100%;
    }
}

.cv-btn a {
    box-shadow: 6px 6px #D0D0D0;
}
.cv-btn a:hover {
    box-shadow: none;
}

.btn-point.pdf {
    margin-bottom: 20px!important;
}