.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-back {
    float: left;
    margin-top: 5px;
    position: relative;
    width: 70px
}

.cf7msm-ro {
    white-space: pre-wrap
}

.dnd-icon-remove.deleting {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    position: relative;
    top: -3px
}

.dnd-icon-remove.deleting:after {
    display: none !important
}

.wpcf7-drag-n-drop-file.d-none {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0
}

.dnd-upload-status {
    display: flex;
    padding: 4px 0;
    align-items: center;
    position: relative
}

.dnd-upload-status .dnd-upload-image {
    width: 40px;
    height: 40px;
    border: 1px solid #a5a5a5;
    text-align: center;
    border-radius: 100%;
    position: relative
}

.dnd-upload-status .dnd-upload-image span.file {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 21px;
    width: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.dnd-upload-status .dnd-upload-details {
    padding-left: 10px;
    width: calc(100% - 40px)
}

.dnd-upload-status .dnd-upload-details .name {
    color: #016d98;
    padding: 4px 0;
    padding-right: 60px;
    display: flex
}

.dnd-upload-status .dnd-upload-details .name span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 10px
}

.dnd-upload-status .dnd-upload-details .name em {
    color: #444242;
    font-weight: 700
}

.dnd-upload-status .dnd-upload-details .remove-file {
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    opacity: 1
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A")
}

.dnd-upload-status.in-progress .remove-file {
    opacity: .2
}

.dnd-upload-status .dnd-upload-details span.has-error {
    color: #f50505
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #565555;
    height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #4caf50;
    display: block;
    font-size: 11px;
    text-align: right;
    color: #fff;
    height: 100%;
    width: 0;
    line-height: 14px
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete {
    width: 100% !important;
    padding-right: 5px
}

.dnd-upload-counter {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 12px
}

.codedropz-upload-handler {
    border: 2px dashed #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative
}

.codedropz-upload-container {
    padding: 15px 20px
}

.codedropz-upload-inner {
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: inherit
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
    box-shadow: none
}

.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 30px;
    line-height: 32px;
    word-break: break-word
}

.codedropz-dragover {
    border-color: #6b6a6a
}

.codedropz-upload-wrapper span.has-error-msg {
    display: inline-block;
    color: red;
    padding: 5px 0;
    font-style: italic
}

.wpcf7-form label.error-new {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px
}

.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler {
    border-bottom-color: #900;
    border-bottom-style: solid
}

@media screen and (max-width:767px) {
    .dnd-upload-status .dnd-upload-details .name em {
        font-weight: 400
    }

    .dnd-upload-status .dnd-upload-details .name {
        padding-right: 60px
    }

    .codedropz-upload-inner h3 {
        font-size: 22px
    }
}

/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%
}

.ui-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0
}

.ui-timepicker-rtl {
    direction: rtl
}

.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}

.tos-caption>div,
.tos-slide,
.tos-slide>* {
    box-sizing: border-box
}

.tos-slide,
.tos-slider,
.tos-wrapper {
    width: 100%;
    height: 100%
}

.tos-noanimation {
    -webkit-transition-property: none !important;
    transition-property: none !important
}

.tos-fastanimation {
    -webkit-transition-duration: .2s !important;
    transition-duration: .2s !important;
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.tos-wrapper {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.tos-wrapper.tos-opened {
    display: block
}

.tos-slide,
.tos-slide:before,
.tos-slide>* {
    display: inline-block
}

.tos-wrapper.tos-opening {
    opacity: 1
}

.tos-wrapper.tos-fixed {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000
}

.tos-slider,
.tos-wrapper.tos-inline {
    position: relative
}

.tos-slider {
    white-space: nowrap;
    padding: 0;
    margin: 0
}

.tos-uibg,
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
    position: absolute
}

.tos-wrapper.tos-fx-slide .tos-slider {
    left: 0;
    -webkit-transition: left .4s ease;
    transition: left .4s ease
}

.tos-wrapper.tos-fx-fade .tos-slider {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.tos-uibg {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1
}

.tos-fill .tos-uibg {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
    opacity: 1
}

.tos-slide {
    -webkit-overflow-scrolling: touch;
    line-height: 1px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.tos-slide:before {
    content: "";
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.tos-slide.tos-loading>* {
    opacity: 0
}

.tos-slide>* {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.tos-slide.tos-html>div {
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    text-align: left;
    line-height: 1.5
}

.tos-slide.tos-html>div * {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

.tos-wrapper.tos-fill .tos-slide.tos-image>img {
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%
}

.tos-wrapper.tos-fixed .tos-slide.tos-html>div {
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
    padding: 40px;
    overflow: auto
}

.tos-desktop .tos-wrapper.tos-fixed {
    background-color: rgba(0, 0, 0, .85)
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px
}

.tos-close,
.tos-next {
    right: 20px
}

.tos-close,
.tos-next,
.tos-prev {
    background: #000;
    border-radius: 3px;
    opacity: 0;
    display: block;
    width: 40px;
    position: absolute;
    z-index: 1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.tos-next,
.tos-prev {
    height: 80px;
    margin-top: -40px;
    top: 50%
}

.tos-next.tos-disabled,
.tos-prev.tos-disabled {
    cursor: default
}

.tos-prev {
    left: 20px
}

.tos-close {
    height: 40px;
    top: 20px
}

.tos-desktop .tos-wrapper:hover .tos-close,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-prev {
    opacity: .5
}

.tos-desktop .tos-wrapper:hover .tos-close:hover,
.tos-desktop .tos-wrapper:hover .tos-next:hover,
.tos-desktop .tos-wrapper:hover .tos-prev:hover,
.tos-touch .tos-wrapper.tos-hover .tos-close:hover,
.tos-touch .tos-wrapper.tos-hover .tos-next:hover,
.tos-touch .tos-wrapper.tos-hover .tos-prev:hover {
    opacity: .9
}

.tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
.tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
.tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled {
    opacity: .2
}

.tos-close span:after,
.tos-close span:before,
.tos-next span,
.tos-prev span {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tos-close span:after,
.tos-close span:before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    margin-left: 0;
    margin-right: 0
}

.tos-close span:before,
.tos-prev span {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    left: 50%
}

.tos-close span:after,
.tos-next span {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    right: 50%
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide,
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide {
    padding-left: 80px;
    padding-right: 80px
}

.tos-inline {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: inline-block;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto
}

.tos-caption,
.tos-pagination {
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute
}

.tos-inline.tos-prev {
    margin-right: -60px
}

.tos-inline.tos-next {
    margin-left: -60px
}

.tos-loading .tos-inline {
    opacity: 0 !important
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3)
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.tos-caption {
    color: #fff;
    opacity: 0;
    transition: opacity .4s ease
}

.tos-caption:after {
    content: '';
    display: block;
    clear: both
}

.tos-caption>div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 0 20px;
    float: left
}

.tos-caption>div:last-child {
    float: right;
    margin-right: -2px
}

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
    opacity: 1
}

.tos-wrapper .tos-caption {
    line-height: 20px;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    height: 40px
}

.tos-wrapper.tos-has-caption .tos-uibg {
    height: 100px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
    padding-bottom: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 40px;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .8);
    height: 80px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 200px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
    line-height: 60px;
    font-size: 45px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .8);
    height: 120px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
    height: 300px
}

.tos-wrapper.tos-fx-slide .tos-slider {
    -webkit-transition-property: left, margin;
    transition-property: left, margin
}

.tos-pagination {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    opacity: 0;
    transition: opacity .4s ease
}

.tos-pagination a {
    display: inline-block
}

.tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, .2)
}

.tos-pagination.tos-bullets a:hover {
    background-color: rgba(255, 255, 255, .5)
}

.tos-pagination.tos-bullets a.tos-selected {
    background-color: rgba(255, 255, 255, .9)
}

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
    opacity: 1
}

.tos-wrapper .tos-pagination:after,
.tos-wrapper .tos-pagination:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px
}

.tos-wrapper.tos-has-bullets .tos-pagination {
    height: 30px
}

.tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.tos-wrapper.tos-has-bullets .tos-caption {
    bottom: 30px
}

.tos-wrapper.tos-has-bullets .tos-uibg {
    height: 90px
}

.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 130px
}

.tos-wrapper.tos-has-thumbnails .tos-pagination {
    height: 70px
}

.tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px
}

.tos-wrapper.tos-has-thumbnails .tos-caption {
    bottom: 70px
}

.tos-wrapper.tos-has-thumbnails .tos-uibg {
    height: 130px
}

.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 170px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
    padding-bottom: 50px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
    padding-bottom: 80px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
    padding-bottom: 90px
}

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
    padding-bottom: 120px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 20px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 60px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 180px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 260px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 140px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 140px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 260px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 340px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 30px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
    height: 90px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
    bottom: 90px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
    height: 270px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
    height: 390px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
    height: 210px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
    bottom: 210px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
    height: 390px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
    height: 510px
}

.tos-slide .tos-html {
    -webkit-overflow-scrolling: touch
}

.tos-play,
.tos-play:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.tos-play {
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.tos-play:after {
    content: ''
}

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
    opacity: .5
}

.tos-desktop .tos-wrapper:hover .tos-play:hover,
.tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: .9
}

.tos-wrapper .tos-play {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin: -40px
}

.tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: #fff;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 160px;
    width: 160px;
    height: 160px;
    margin: -80px
}

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: #fff;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
    border-radius: 240px;
    width: 240px;
    height: 240px;
    margin: -120px
}

.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: #fff;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/./fonts/slick.eot);
    src: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/./fonts/slick.woff) format('woff'), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/./fonts/slick.ttf) format('truetype'), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/./fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

ul,
ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a:focus {
    outline: none
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

    border-radius: 0
}

input[type=checkbox] {
display: inline;
}

input[type=radio] {
    display: inline;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: .1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

body {
    background: #fff;
    color: #000;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

a {
    color: #000;
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

big {
    font-size: larger
}

small {
    font-size: 80%
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

i,
cite,
em,
var,
address,
dfn {
    font-style: italic
}

tt,
code,
kbd,
samp {
    font-family: monospace
}

u,
ins {
    text-decoration: underline
}

img {
    vertical-align: bottom
}

input {
    border: 0;
    margin: 0;
    padding: 0
}

select {
    background: none transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

a,
a:before,
a:after,
input {
    -moz-transition-property: background-color, color;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: .2s;
    transition-timing-function: ease
}

#infscr-loading {
    color: #525252;
    font-size: 14px;
    text-align: center;
    width: 100%
}

#infscr-loading img {
    margin-right: 8px;
    vertical-align: middle
}

#infscr-loading div {
    display: inline
}

@font-face {
    font-family: "design_plus";
    src: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/fonts/design_plus.eot?v=1.0);
    src: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/fonts/design_plus.eot?v=1.0#iefix) format("embedded-opentype"), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/fonts/design_plus.woff?v=1.0) format("woff"), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/fonts/design_plus.ttf?v=1.0) format("truetype"), url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/fonts/design_plus.svg?v=1.0#design_plus) format("svg");
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes loading-anime {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-anime {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slideDown {
    0% {
        top: -70px
    }

    100% {
        top: 0
    }
}

@keyframes slideDown {
    0% {
        top: -70px
    }

    100% {
        top: 0
    }
}

.l-footer {
    background: #131e20;
    padding-top: 32px
}

.l-footer__inner {
    padding-bottom: 80px
}

.l-footer__logo {
    margin-bottom: 32px;
    text-align: center
}

.l-header {
    background: rgba(19, 30, 32, .8);
    height: 70px;
    line-height: 70px;
    width: 100%;
    position: relative;
    z-index: 999
}

.l-header.is-fixed {
    position: absolute;
    top: 0
}

.l-header.is-active {
    height: 70px;
    line-height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation: slideDown .5s ease;
    animation: slideDown .5s ease
}

.l-header--large {
    height: 103px;
    line-height: 103px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 88.28125%;
    max-width: 1130px;
    height: 100%
}

.l-header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.l-header__logo a {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word
}

.l-header__logo img {
    vertical-align: middle
}

.l-header__logo--text a {
    width: 200px
}

.l-header__logo--retina img {
    width: 50%
}

.l-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 88.28125%;
    max-width: 1130px
}

.l-inner--narrow {
    width: 79.64602%;
    max-width: 900px
}

.c-breadcrumb__item {
    display: inline;
    line-height: 1.4
}

.c-breadcrumb__item--home a {
    color: #b2b2b2
}

.c-breadcrumb__item--home a:before {
    content: "\e90c";
    font-family: "design_plus"
}

.c-breadcrumb__item--home span {
    display: none
}

.c-comment {
    font-size: 12px;
    margin-bottom: 50px
}

.c-comment__tab {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-comment__tab-item {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1
}

.c-comment__tab-item.is-active a,
.c-comment__tab-item.is-active p {
    background: #333;
    border: 0;
    color: #fff;
    position: relative
}

.c-comment__tab-item.is-active a:after,
.c-comment__tab-item.is-active p:after {
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    content: "";
    width: 0;
    height: 0
}

.c-comment__tab-item a,
.c-comment__tab-item p {
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 11px;
    line-height: 180%;
    padding: 15px;
    text-decoration: none;
    width: 100%
}

.c-comment__tab-item a:hover {
    background: #333;
    color: #fff
}

.c-comment__list-item {
    border: 1px solid #ccc;
    color: #777;
    margin-bottom: 15px;
    padding: 15px 20px 0
}

.c-comment__item-body p {
    line-height: 2.4;
    margin-bottom: 15px
}

.c-comment__item-header {
    margin-bottom: 10px;
    position: relative
}

.c-comment__item-avatar {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px
}

.c-comment__item-author {
    display: block;
    margin-bottom: 10px;
    padding-top: 3px
}

.c-comment__item-author a {
    text-decoration: underline
}

.c-comment__item-date {
    color: #757676;
    display: block;
    font-size: 11px
}

.c-comment__item-act {
    font-size: 11px;
    margin-top: 5px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.c-comment__item-act>li {
    display: inline;
    border-right: 1px solid #aaa;
    margin-right: 6px;
    padding-right: 10px
}

.c-comment__item-act>li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0
}

.c-comment__pager {
    margin-bottom: 10px
}

.c-comment__pager a,
.c-comment__pager span {
    display: inline;
    float: left;
    margin-right: 10px
}

.c-comment__pager span {
    text-decoration: underline
}

.c-comment__item-note {
    background: #d6f4f0;
    border: 1px solid #94ddd4;
    color: #33a8e5;
    display: block;
    font-size: 11px;
    margin-bottom: 1em;
    padding: 10px 15px
}

.c-comment__trackback-url {
    background: #fafafa;
    font-size: 11px;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.trackback_time {
    font-size: 11px;
    color: #757676;
    margin: 0 0 7px
}

.trackback_title {
    margin: 2px 0 8px;
    margin: 0 0 10px;
    line-height: 160%
}

.c-comment__form-wrapper {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 15px
}

.c-comment__cancel {
    color: #666;
    font-size: 11px;
    margin-bottom: 1em
}

.c-comment__cancel a {
    color: #666
}

.c-comment__cancel a:before {
    content: "\e910";
    font-family: "design_plus";
    display: inline-block
}

.c-comment__form-login {
    color: #666;
    font-size: 11px
}

.c-comment__form-login a {
    color: #666
}

.c-comment__input {
    margin-bottom: 12px;
    text-align: left
}

.c-comment__input input {
    border: 1px solid #ccc;
    color: #777;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%
}

.c-comment__input textarea {
    border: 1px solid #ccc;
    color: #777;
    font-size: 11px;
    overflow: auto;
    margin-top: 15px;
    width: 100%;
    height: 150px
}

.c-comment__label-text {
    color: #666;
    display: block;
    font-size: 11px;
    margin-bottom: 5px
}

.c-comment__form-submit {
    background: #aaa;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 15px auto 0;
    width: 200px;
    height: 50px;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.c-comment__form-hidden {
    display: none
}

.c-comment__password-protected {
    background: #3db4b2;
    border-radius: 5px;
    color: #fff;
    margin: 0 38px 30px;
    padding: 10px 20px;
    text-align: center
}

.c-comment__password-protected p {
    font-size: 12px;
    line-height: 160%
}

.c-header-video {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
}

.c-header-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.c-header-youtube {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
}

.c-header-youtube__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.p-header-video,
.p-header-video .vegas-wrapper,
.p-header-youtube {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-header-video .caption,
.p-header-youtube .caption {
    text-align: center;
    width: calc(100%*1150/1280);
    max-width: 1150px
}

.p-header-video .caption .title,
.p-header-youtube .caption .title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12.4px
}

.p-header-video .caption .desc,
.p-header-youtube .caption .desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20.4px
}

#js-header-video .caption .title,
#js-header-youtube .caption .title,
#js-header-video .caption .button,
#js-header-youtube .caption .button {
    opacity: 0
}

#js-header-youtube .caption.first_active .title,
#js-header-video .caption.first_active .title {
    -webkit-animation: opacityAnimation .5 ease forwards .75s;
    animation: opacityAnimation .5s ease forwards .75s
}

#js-header-youtube .caption.first_active .button,
#js-header-video .caption.first_active .button {
    -webkit-animation: opacityAnimation .25s ease forwards 1.25s;
    animation: opacityAnimation .25s ease forwards 1.25s
}

@-webkit-keyframes opacityAnimation {
    100% {
        opacity: 1
    }
}

@keyframes opacityAnimation {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes loading-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-square-base {
    0% {
        bottom: 10px;
        opacity: 0
    }

    5%,
    50% {
        bottom: 0;
        opacity: 1
    }

    55%,
    100% {
        bottom: -10px;
        opacity: 0
    }
}

@keyframes loading-square-base {
    0% {
        bottom: 10px;
        opacity: 0
    }

    5%,
    50% {
        bottom: 0;
        opacity: 1
    }

    55%,
    100% {
        bottom: -10px;
        opacity: 0
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0
    }
}

#site-wrap {
    display: none
}

#site_loader_overlay {
    background: #fff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 99999
}

.c-load--type1 {
    width: 48px;
    height: 48px;
    font-size: 10px;
    text-indent: -9999em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: loading-circle 1.1s infinite linear;
    animation: loading-circle 1.1s infinite linear
}

.c-load--type2 {
    width: 44px;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.c-load--type2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    animation: loading-square-loader 5.4s linear forwards infinite
}

.c-load--type2:after {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    opacity: 0;
    content: '';
    animation: loading-square-base 5.4s linear forwards infinite
}

.c-load--type3 {
    width: 100%;
    min-width: 160px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards
}

#site_loader_animation i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 .25em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite
}

#site_loader_animation i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -webkit-transform: translate(-1em);
    transform: translate(-1em)
}

#site_loader_animation i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite
}

.c-meta-box {
    background: #fafafa;
    box-sizing: border-box;
    font-size: 12px;
    padding: 22px 20px
}

.c-meta-box__item {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 15px;
    position: relative
}

.c-meta-box__item:last-child {
    border-right: none
}

.c-meta-box__item:before {
    color: #aaa;
    font-family: "design_plus";
    position: absolute;
    left: 0
}

.c-meta-box__item--author:before {
    content: "\e90d"
}

.c-meta-box__item--category:before {
    content: "\e92f"
}

.c-meta-box__item--tag:before {
    content: "\e935"
}

.c-meta-box__item--comment:before {
    content: "\e916"
}

.c-menu-button {
    color: #fff;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center
}

.c-menu-button:before {
    content: "\f0c9";
    font-family: "design_plus";
    font-size: 18px
}

.c-nav01 {
    border-collapse: collapse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-nav01__item {
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    width: 50%;
    height: 120px;
    flex: 1;
    margin-left: -1px
}

.c-nav01__item a {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 100%;
    padding: 36px 70px
}

.c-nav01__item a:hover {
    background: #f8f8f8
}

.c-nav01__item--prev:before {
    content: "\e90f";
    font-family: "design_plus";
    font-size: 18px;
    line-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 18px;
    height: 18px
}

.c-nav01__item--next:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    line-height: 100%;
    margin: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 18px;
    height: 18px
}

.c-pw__desc {
    line-height: 2.5
}

.c-pw__desc p {
    line-height: 2.5;
    margin-bottom: 16px
}

.c-pw__btn {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1
}

.c-pw__btn:hover {
    background: #333;
    color: #fff
}

.c-pw__btn--register {
    min-width: 160px;
    margin-bottom: 32px
}

.c-pw__btn--submit {
    min-width: 100px;
    border: 0;
    cursor: pointer
}

.c-pw .c-pw__btn:hover {
    text-decoration: none
}

.c-pw__box {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 25px 36px;
    margin-bottom: 40px;
    box-sizing: border-box
}

.c-pw__box .c-pw__box-desc {
    line-height: 1.2;
    margin-bottom: 20px
}

.c-pw__box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.c-pw__box-label {
    margin-right: 14px
}

.c-pw__box-input {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
    width: 250px;
    margin-right: 14px;
    flex: 1;
    box-sizing: border-box;
    padding: 0 10px
}

.c-share__icn {
    font-family: "design_plus" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;

    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.c-share__icn--facebook:before {
    content: "\e902"
}

.c-share__icn--facebook2:before {
    content: "\e903"
}

.c-share__icn--feedly:before {
    content: "\e907"
}

.c-share__icn--google-plus:before {
    content: "\e900"
}

.c-share__icn--google-plus2:before {
    content: "\e901"
}

.c-share__icn--hatebu:before {
    content: "\e908"
}

.c-share__icn--line:before {
    content: "\e909"
}

.c-share__icn--pinterest:before {
    content: "\e905"
}

.c-share__icn--pocket:before {
    content: "\e90a"
}

.c-share__icn--rss:before {
    content: "\e90b"
}

.c-share__icn--rss2:before {
    content: "\e906"
}

.c-share__icn--twitter:before {
    content: "\e904"
}

.c-share--sm {
    line-height: 25px;
    min-width: 27px
}

.c-share--sm .c-share__btn {
    margin-right: 5px
}

.c-share--sm a {
    padding: 1px 5px 0
}

.c-share--sm .c-share__icn {
    font-size: 1.3em;
    position: relative;
    top: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .1)
}

.c-share--sm .c-share__title {
    line-height: 20px;
    margin: 0 3px 0 2px
}

.c-share--lg .c-share__btn {
    margin-right: 1%;
    margin-bottom: 2px;
    width: 24%
}

@media only screen and (max-width:767px) {
    .c-share--lg .c-share__btn {
        margin-right: 3%;
        margin-bottom: 3%;
        width: 47%
    }
}

.c-share--lg .c-share__btn:nth-child(4n) {
    margin-right: 0
}

.c-share--lg .c-share__btn a {
    padding: 10px 2px
}

.c-share--lg .c-share__icn {
    font-size: 140%;
    position: relative;
    top: 3px
}

.c-share--lg .c-share__title {
    margin: 0 3px 0 4px
}

.c-share--color a {
    color: #fff
}

.c-share--color a:hover {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0)
}

.c-share--color .c-share__btn--twitter a {
    background-color: #55acee
}

.c-share--color .c-share__btn--twitter a:hover {
    background-color: #468ec5
}

.c-share--color .c-share__btn--facebook a {
    background-color: #35629a
}

.c-share--color .c-share__btn--facebook a:hover {
    background-color: #1f3669
}

.c-share--color .c-share__btn--google-plus a {
    background-color: #dd4b39
}

.c-share--color .c-share__btn--google-plus a:hover {
    background-color: #b94031
}

.c-share--color .c-share__btn--hatebu a {
    background-color: #3c7dd1
}

.c-share--color .c-share__btn--hatebu a:hover {
    background-color: #0270ac
}

.c-share--color .c-share__btn--pocket a {
    background-color: #ee4056
}

.c-share--color .c-share__btn--pocket a:hover {
    background-color: #c53648
}

.c-share--color .c-share__btn--rss a {
    background-color: #ffb53c
}

.c-share--color .c-share__btn--rss a:hover {
    background-color: #e09900
}

.c-share--color .c-share__btn--feedly a {
    background-color: #6cc655
}

.c-share--color .c-share__btn--feedly a:hover {
    background-color: #5ca449
}

.c-share--color .c-share__btn--pinterest a {
    background-color: #d4121c
}

.c-share--color .c-share__btn--pinterest a:hover {
    background-color: #a42f35
}

.c-share--mono a {
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #222
}

.c-share--mono a:hover {
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.c-share--mono .c-share__btn--twitter a:hover {
    background-color: #55acee
}

.c-share--mono .c-share__btn--facebook a:hover {
    background-color: #35629a
}

.c-share--mono .c-share__btn--google-plus a:hover {
    background-color: #dd4b39
}

.c-share--mono .c-share__btn--hatebu a:hover {
    background-color: #3c7dd1
}

.c-share--mono .c-share__btn--pocket a:hover {
    background-color: #ee4056
}

.c-share--mono .c-share__btn--rss a:hover {
    background-color: #ff8c00
}

.c-share--mono .c-share__btn--feedly a:hover {
    background-color: #6cc655
}

.c-share--mono .c-share__btn--pinterest a:hover {
    background-color: #d4121c
}

.c-share__btn {
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    text-align: center
}

.c-share__btn a {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
    display: block
}

@media screen and (max-width:767px) {
    .c-share--sm .c-share__icn {
        left: 1px
    }

    .c-share--sm .c-share__title {
        display: none
    }
}

.c-share--official .c-share__btn {
    line-height: 1;
    margin-right: 5px
}

.c-share--official .c-share__btn--twitter {
    width: 74px
}

.c-share--official .c-share__btn--facebook:hover {
    text-decoration: none
}

.c-share--official .c-share__btn--google-plus {
    width: 58px
}

.c-share--official .c-share__btn--pocket {
    width: 88px
}

.p-address {
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 13.2px;
    text-align: center
}

.p-article01__thumbnail {
    display: block;
    margin-bottom: 14px
}

.p-article01__thumbnail img {
    width: 100%;
    height: auto
}

.p-article01__title {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 7px
}

.p-article01__title a {
    font-weight: 700
}

.p-article01__title a:hover {
    color: #e37100
}

.p-article01__meta {
    font-size: 12px;
    line-height: 1.9
}

.p-article01__date {
    color: #999
}

.p-article01__date+.p-article01__category:before {
    color: #999;
    content: "|";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px
}

.p-article01__category a {
    color: #999
}

.p-article02 {
    background: #fafafa;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 30px 30px 20.2px
}

.p-article02__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 20.2px
}

.p-article02__thumbnail {
    margin-right: 30px;
    width: 160px
}

.p-article02__thumbnail img {
    width: 100%;
    height: auto
}

.p-article02__content {
    flex: 1
}

.p-article02__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 6px
}

.p-article02__date {
    color: #999;
    font-size: 12px
}

.p-article02__excerpt {
    font-size: 14px;
    line-height: 2.4
}

.p-blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 110px;
    width: 102.21239%
}

.p-blog-list__item {
    margin-right: 2.21239%;
    margin-bottom: 35.8px;
    width: 31.85841%
}

.p-blog-list__item:nth-of-type(3n) {
    margin-right: 0
}

.p-blog-list__item.is-active {
    -webkit-animation: fadeIn .65s ease forwards;
    animation: fadeIn .65s ease forwards
}

.p-breadcrumb {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 55.8px
}

.p-breadcrumb a:hover {
    color: #e37100
}

.p-breadcrumb__item+.p-breadcrumb__item:before {
    font-size: 10px
}

.p-button {
    background: #ff7f00;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    min-width: 220px;
    height: 50px;
    padding: 0 15px
}

.p-button:hover {
    background: #e37100;
    color: #fff
}

.p-copyright {
    background: #000;
    color: #fff;
    font-size: 12px;
    height: 55px;
    line-height: 55px;
    overflow: hidden
}

.p-copyright small {
    float: right
}

.p-cta {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 70px;
    position: relative
}

.p-cta:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.p-cta--type2 .p-cta__inner {
    border: 1px solid #ddd;
    border-left: 0;
    box-sizing: border-box;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    flex: initial;
    width: 50%;
    padding: 0 4.44444%
}

.p-cta--type2 .p-cta__catch {
    text-align: left;
    margin-bottom: 16px
}

.p-cta--type2 .p-cta__desc {
    text-align: left
}

.p-cta--type2 .p-cta__desc p {
    margin-bottom: 21px
}

.p-cta--type2-rev {
    flex-flow: row-reverse nowrap
}

.p-cta--type2-rev .p-cta__inner {
    border: 1px solid #ddd;
    border-right: 0
}

.p-cta__inner {
    color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    flex: 1
}

.p-cta__catch {
    line-height: 1.5;
    margin-bottom: 14px
}

.p-cta__desc {
    line-height: 2
}

.p-cta__desc p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 23px
}

.p-cta__btn {
    align-self: center;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    min-width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    position: relative;
    color: #fff
}

.p-cta__btn:after {
    content: "\e910";
    font-family: "design_plus";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto
}

.p-cta__img {
    flex: 1;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.p-cta__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.p-entry__inner {
    width: 88.28125%;
    max-width: 1130px
}

.p-entry__inner--narrow {
    width: 79.64602%;
    max-width: 900px
}

.p-entry__body {
    margin-bottom: 60.2px
}

.p-entry__body .p-entry__ad img {
    max-width: none;
    width: auto
}

.p-entry__share {
    margin-bottom: 27px
}

.p-entry__meta {
    margin-bottom: 70px
}

.p-entry__nav {
    margin-bottom: 70px
}

.p-entry__related {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 144.6px
}

.p-entry__related-item {
    margin-right: 2.65487%;
    width: 23.00885%
}

.p-entry__related-item:last-child {
    margin-right: 0
}

.p-entry__ad {
    margin-bottom: 70px;
    text-align: center
}

.p-entry__ad-item {
    display: inline-block
}

.p-entry__ad-item+.p-entry__ad-item {
    margin-left: 50px
}

.p-footer-blog {
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative
}

.p-footer-blog .slick-dots {
    bottom: 0;
    width: 97.41379%
}

.p-footer-blog .slick-dots li {
    background: #fff
}

.p-footer-blog__catch {
    color: #fff;
    font-size: 30px;
    line-height: 2.2;
    margin-bottom: 32px
}

.p-footer-blog__archive-link {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 0
}

.p-footer-blog__archive-link:after {
    content: "\e910";
    font-family: "design_plus";
    margin-left: 14px;
    transition-property: none
}

.p-footer-blog__archive-link:hover {
    color: #e37100
}

.p-footer-blog__list {
    color: #646767;
    padding-bottom: 58px;
    width: 102.65487%
}

.p-footer-blog__list.slick-dotted.slick-slider {
    margin-bottom: 50px
}

.p-footer-blog__item {
    float: left;
    margin-right: 2.58621%;
    width: 22.41379%
}

.p-footer-blog__item-title a {
    color: #fff
}

.p-footer-cta {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 90;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    width: auto
}

.p-footer-cta.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.p-footer-cta__inner {
    background: #000;
    box-sizing: border-box;
    border-top: 1px solid #333;
    height: 120px;
    padding: 0 60px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative
}

.p-footer-cta__catch {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 5px
}

.p-footer-cta__desc {
    color: #999;
    font-size: 14px;
    line-height: 2
}

.p-footer-cta__btn {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    min-width: 300px;
    height: 55px;
    line-height: 55px;
    padding: 0 40px 0 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box
}

.p-footer-cta__btn:after {
    content: "\e910";
    font-family: "design_plus";
    position: absolute;
    right: 11px
}

.p-footer-cta__close {
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    transition: background .5s
}

.p-footer-cta__close:hover {
    background: #444
}

.p-footer-cta__close:before {
    color: #fff;
    content: "\e91a";
    font-family: "design_plus";
    line-height: 40px;
    height: 40px
}

.p-footer-nav {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.p-footer-nav li+li:before {
    content: "|";
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px
}

.p-footer-nav a {
    color: #fff
}

.p-footer-nav a:hover {
    color: #e37100
}

.p-global-nav {
    font-size: 14px
}

.p-global-nav>li {
    float: left;
    line-height: inherit
}

.p-global-nav>li.menu-item-has-children:hover>.sub-menu {
    top: 100%
}

.p-global-nav>li>a {
    padding-left: 22px;
    padding-right: 22px
}

.p-global-nav>li>.sub-menu {
    top: 75%;
    left: 0
}

.p-global-nav a {
    color: #fff;
    display: block
}

.p-global-nav .menu-item-has-children {
    position: relative
}

.p-global-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    top: 0;
    visibility: visible
}

.p-global-nav .sub-menu {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    top: -25%;
    left: 100%;
    transition: .3s;
    visibility: hidden;
    z-index: 99
}

.p-global-nav .sub-menu .menu-item-has-children>a {
    position: relative
}

.p-global-nav .sub-menu .menu-item-has-children>a:after {
    content: "\e910";
    font-family: "design_plus";
    position: absolute;
    right: 16px
}

.p-global-nav .sub-menu a {
    background: #131e20;
    box-sizing: border-box;
    padding: 15px 19px;
    width: 220px
}

.p-headline {
    background: #131e20;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 27px;
    padding-left: 24px;
    padding-right: 24px
}

.p-header-video {
    height: 780px
}

.p-header-youtube {
    height: 780px
}

.p-hover-effect--type1 {
    overflow: hidden
}

.p-hover-effect--type1 img {
    transform: scale(1);
    transition-duration: .75s;
    vertical-align: middle
}

.p-hover-effect--type2 {
    overflow: hidden
}

.p-hover-effect--type2:hover img {
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0)
}

.p-hover-effect--type2 img {
    transition-property: opacity, translate3d;
    transition: .5s
}

.p-hover-effect--type3:hover img {
    opacity: .5
}

.p-hover-effect--type3 img {
    transition-property: opacity;
    transition: .5s;
    background: #fff
}

.p-index-content01 {
    padding-top: 92px;
    padding-bottom: 45px;
    text-align: center
}

.p-index-content01__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 15px
}

.p-index-content01__desc {
    font-size: 16px;
    line-height: 2.2
}

.p-index-content02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    margin-bottom: 100px
}

.p-index-content02__item {
    border-right: 1px solid #ddd;
    padding-left: 27px;
    padding-right: 27px;
    flex: 1
}

.p-index-content02__item:last-child {
    border-right: 0
}

.p-index-content02__item-catch {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700
}

.p-index-content02__item-desc {
    font-size: 14px;
    line-height: 2.4;
    margin-bottom: 30px
}

.p-index-content02__item-image {
    display: block
}

.p-index-content02__item-image img {
    width: 100%;
    height: auto
}

.p-index-content03__image {
    bottom: 0
}

.p-index-content04 {
    padding-top: 92px;
    padding-bottom: 90px
}

.p-index-content04 .slick-dots {
    bottom: 8px
}

.p-index-content04 .slick-dots li {
    background: #000
}

.p-index-content04__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center
}

.p-index-content04__summary {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 90px;
    text-align: center
}

.p-index-content04__carousel {
    padding-bottom: 70px
}

.p-index-content04__carousel.slick-slider {
    margin-bottom: 40px
}

.p-index-content04__carousel img {
    width: 100%;
    height: auto
}

.p-index-content04__desc {
    columns: 2;
    column-gap: 60px;
    font-size: 14px;
    line-height: 2.4
}

.p-index-content04__desc.p-index-content04__desc--full {
    columns: 1
}

.p-index-content05__image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-index-content06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 100px
}

.p-index-content06__item {
    margin-bottom: 90px;
    width: 47.43363%
}

.p-index-content06__item-image {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    overflow: hidden;
    width: 200px;
    height: 200px
}

.p-index-content06__item-image img {
    width: 100%;
    height: auto
}

.p-index-content06__item-catch {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center
}

.p-index-content06__item-desc {
    font-size: 14px;
    line-height: 2.4
}

.p-index-content07 {
    background: #eeefef;
    height: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.p-index-content07 .slick-dots li {
    background: #000
}

.p-index-content07__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 82px;
    text-align: center
}

.p-index-content07__review {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    width: 68.49558%
}

.p-index-content07__archive-link {
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0
}

.p-index-content07__archive-link:after {
    content: "\e910";
    display: inline-block;
    font-family: "design_plus";
    margin-left: 14px;
    transition-property: none
}

.p-index-content07__archive-link:hover {
    color: #e37100
}

.p-index-content08 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.p-index-content08 .p-index-content08__inner {
    height: auto
}

.p-index-content08__inner {
    text-align: center;
    vertical-align: middle
}

.p-index-content09 {
    background: #eeefef;
    padding-top: 92px;
    padding-bottom: 100px
}

.p-index-content09__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-align: center
}

.p-index-content09__desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 60px;
    text-align: center
}

.p-index-content09__action {
    text-align: center
}

.p-index-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 780px;
    min-height: 445px
}

.p-index-slider__item {
    background-position: center center;
    background-size: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.p-index-slider__item:first-child {
    display: block
}

.p-index-slider__item.is-active .p-index-slider__item-catch,
.p-index-slider__item.is-active .p-index-slider__item-desc,
.p-index-slider__item.is-active .p-index-slider__item-image {
    opacity: 1;
    transition: .5s
}

.p-index-slider__item.is-active .p-index-slider__item-button {
    opacity: 1;
    transition: background-color .2s, color .2s, opacity .25s linear 1.25s
}

.p-index-slider__item.is-active .p-index-slider__item-catch,
.p-index-slider__item.is-active .p-index-slider__item-desc {
    transition-delay: .3s
}

.p-index-slider__item.is-active .p-index-slider__item-image {
    transition-delay: 1.75s
}

.p-index-slider__item--type2 .p-index-slider__item-content {
    order: 1
}

.p-index-slider__item--type2 .p-index-slider__item-catch,
.p-index-slider__item--type2 .p-index-slider__item-desc {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-index-slider__item--type2 .p-index-slider__item-image {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    order: 0
}

.p-index-slider__item--type2.is-active .p-index-slider__item-catch,
.p-index-slider__item--type2.is-active .p-index-slider__item-desc,
.p-index-slider__item--type2.is-active .p-index-slider__item-image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.p-index-slider__item--type3 .p-index-slider__item-catch,
.p-index-slider__item--type3 .p-index-slider__item-desc {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-index-slider__item--type3 .p-index-slider__item-image {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.p-index-slider__item--type3.is-active .p-index-slider__item-catch,
.p-index-slider__item--type3.is-active .p-index-slider__item-desc,
.p-index-slider__item--type3.is-active .p-index-slider__item-image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.p-index-slider__item-inner {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 445px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.p-index-slider__item-content {
    width: 46.54867%
}

.p-index-slider__item-catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 12.4px;
    opacity: 0
}

.p-index-slider__item-desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20.4px;
    opacity: 0
}

.p-index-slider__item-image {
    opacity: 0;
    width: 49.55752%
}

.p-index-slider__item-image img {
    width: 100%;
    height: auto
}

.p-index-slider__item-button {
    opacity: 0
}

.p-latest-news {
    margin-bottom: 150px
}

.p-latest-news__title {
    background: #131e20;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding-left: 26px;
    position: relative
}

.p-latest-news__archive-link {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 18px
}

.p-latest-news__archive-link:hover {
    color: #e37100
}

.p-latest-news__archive-link:after {
    content: "\e910";
    font-family: "design_plus";
    margin-left: 12px;
    transition-property: none
}

.p-latest-news__item a {
    border: 1px solid #ddd;
    border-top: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 54px;
    height: 54px;
    padding-left: 23px;
    padding-right: 45px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.p-latest-news__item a:after {
    color: #aaa;
    content: "\e910";
    font-family: "design_plus";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0
}

.p-latest-news__item a:hover {
    background: #f8f8f8
}

.p-latest-news__item a:hover:after {
    color: #000
}

.p-latest-news__item-date {
    color: #999;
    font-size: 12px;
    margin-right: 22px;
    line-height: 54px;
    height: 54px
}

.p-latest-news__item-title {
    font-size: 14px;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lb-nav {
    background: #222;
    top: -webkit-calc(100% + 50px);
    top: calc(100% + 50px);
    height: 50px
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    background: #333;
    opacity: 1;
    line-height: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9999
}

.lb-nav a.lb-prev {
    left: -webkit-calc(50% - 51px);
    left: calc(50% - 51px)
}

.lb-nav a.lb-prev:before {
    color: #fff;
    content: "\e90f";
    font-family: "design_plus"
}

.lb-nav a.lb-next {
    left: -webkit-calc(50% + 1px);
    left: calc(50% + 1px)
}

.lb-nav a.lb-next:after {
    color: #fff;
    content: "\e910";
    font-family: "design_plus"
}

.lb-dataContainer {
    height: 100px;
    padding-top: 0
}

.lb-data {
    background: #000;
    height: 50px;
    line-height: 50px;
    padding: 0
}

.lb-data .lb-details {
    box-sizing: border-box;
    float: none;
    padding: 0 10px;
    text-align: center;
    width: 100%
}

.lb-data .lb-caption {
    display: block !important;
    height: 50px;
    line-height: 50px
}

.lb-data .lb-number {
    padding-bottom: 0
}

.lb-data .lb-close {
    float: right;
    line-height: 50px;
    opacity: 1;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 999
}

.lb-data .lb-close:before {
    color: #aaa;
    content: "\e91a";
    font-size: 18px;
    font-family: "design_plus";
    position: absolute;
    right: 18px
}

.lightbox .lb-image {
    border: 0;
    border-radius: 0
}

.p-load-post {
    margin-bottom: 150px;
    text-align: center
}

.p-load-post a {
    background: #131e20;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    width: 200px;
    height: 50px
}

.p-logo a {
    color: #fff
}

.p-menu-button {
    line-height: 60px;
    width: 60px;
    height: 60px
}

.p-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 122px
}

.p-news-list__item {
    box-sizing: border-box;
    margin-bottom: 28px;
    width: 48.67257%
}

.p-news-list__item:nth-child(even) {
    margin-right: 0
}

.p-news-list__item.is-active {
    -webkit-animation: fadeIn .65s ease forwards;
    animation: fadeIn .65s ease forwards
}

.p-news-ticker {
    background: #131e20;
    font-size: 14px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    position: relative
}

.p-news-ticker a {
    color: #fff
}

.p-news-ticker__list {
    position: relative;
    width: 100%
}

.p-news-ticker__item {
    display: none;
    width: 100%
}

.p-news-ticker__item a:hover {
    color: #e37100
}

.p-news-ticker__item-date {
    color: #ff7f00;
    margin-right: 20px
}

.p-news-ticker__archive-link {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.p-news-ticker__archive-link:after {
    content: "\e910";
    display: inline-block;
    font-family: "design_plus";
    margin-left: 16px;
    transition-property: none
}

.p-news-ticker__archive-link:hover {
    color: #e37100
}

.p-page-links {
    font-size: 14px
}

.p-page-links a,
.p-page-links span {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px
}

.p-page-links span,
.p-page-links a span:hover {
    background: #ff7f00
}

.p-page-links a span {
    background: #131e20
}

.p-page-links .p-page-links__title {
    background: 0 0;
    color: #000;
    text-align: left;
    width: auto;
    height: auto
}

.p-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 150px
}

.p-pager__item {
    font-size: 14px;
    margin-right: 5px
}

.p-pager__item a,
.p-pager__item span {
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px
}

.p-pager__item a,
.p-pager__item .dots {
    background: #131e20
}

.p-pager__item span {
    background: #ff7f00
}

.p-pagetop a {
    background: #333;
    color: #fff;
    display: block;
    height: 56px;
    position: relative
}

.p-pagetop a:hover {
    background: #444
}

.p-pagetop a:after {
    content: "\e911";
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px
}

.p-review__image {
    border-radius: 50%;
    float: left;
    margin-top: 11.2px;
    margin-right: 30px;
    width: 150px;
    height: 150px
}

.p-review__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 2.4
}

.p-review__desc {
    font-size: 14px;
    line-height: 2.4;
    overflow: hidden
}

.p-review__button {
    background: #131e20;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-top: 14px;
    margin-bottom: 9.8px;
    text-align: center;
    width: 200px;
    height: 50px
}

.p-review__button:after {
    content: "\e910";
    font-family: "design_plus";
    margin-left: 10px
}

.p-review-footer {
    border-bottom: 1px solid #ddd;
    margin-bottom: 150px;
    text-align: right
}

.p-review-footer+.p-cta {
    margin-bottom: 150px
}

.p-review-footer__portrait {
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    height: 150px
}

.p-review-footer__name {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center
}

.p-review-footer__link {
    background: #131e20;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: -1px;
    padding: 0 15px;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.p-review-footer__link:hover {
    background: #ff7f00
}

.p-review-footer__link span:before {
    content: "\e90f";
    display: inline-block;
    font-family: "design_plus";
    margin-right: 10px
}

.p-review-header {
    border-top: 1px solid #ddd;
    position: relative
}

.p-review-header__name {
    background: #ccc;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: -1px;
    margin-bottom: 54px;
    padding: 0 15px;
    text-align: center
}

.p-review-header__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 54px
}

.p-review-list {
    margin-bottom: 50px
}

.p-review-list__row {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 39px
}

.p-review-list__row:first-child {
    padding-top: 0
}

.p-review-list__row:last-child {
    border-bottom: 0
}

.p-review-list__item {
    padding-bottom: 40.2px;
    width: 46.0177%
}

.slick-dots li {
    border-radius: 50%;
    margin: 0 14px 0 0;
    width: 12px;
    height: 12px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #ff7f00
}

.slick-dots li button {
    width: 12px;
    height: 12px
}

.slick-dots li button:before {
    content: ""
}

.p-showcase {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 580px
}

.p-showcase:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-showcase--reverse .p-showcase__content {
    right: 0
}

.p-showcase--reverse .p-showcase__image {
    left: 0
}

.p-showcase__inner {
    height: 100%;
    opacity: 0;
    transition-property: opacity;
    transform: translateY(10%)
}

.p-showcase__inner.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: .5s;
    transition-delay: .5s
}

.p-showcase__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46.0177%
}

.p-showcase__catch {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 15px
}

.p-showcase__desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 15px
}

.p-showcase__image {
    position: absolute;
    right: 0;
    width: 50%
}

.p-showcase__image img {
    width: 100%;
    height: auto
}

.p-social-nav {
    margin-bottom: 30px;
    text-align: center
}

.p-social-nav__item {
    display: inline-block;
    margin-right: 20px
}

.p-social-nav__item:last-child {
    margin-right: 0
}

.p-social-nav__item a {
    color: #fff
}

.p-social-nav__item a:before {
    font-family: "design_plus";
    transition-property: none
}

.p-social-nav__item a:hover {
    color: #e37100
}

.p-social-nav__item--facebook a:before {
    content: "\e902"
}

.p-social-nav__item--twitter a:before {
    content: "\e904"
}

.p-social-nav__item--instagram a:before {
    content: "\ea92"
}

.p-social-nav__item--rss a:before {
    content: "\e90b"
}

.p-widget-area {
    background: #eeefef
}

.p-widget-area__inner {
    padding-top: 80px;
    padding-bottom: 80px
}

.p-widget-area__column {
    float: left;
    margin-right: 55px;
    width: -webkit-calc((100% - 110px)/3);
    width: calc((100% - 110px)/3)
}

.p-widget-area__column:last-child {
    margin-right: 0
}

.p-widget-dropdown {
    background: #131e20;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    position: relative
}

.p-widget-dropdown:after {
    color: #a9a9a9;
    content: "\e90e";
    font-family: "design_plus";
    position: absolute;
    top: 0;
    right: 17px
}

.p-widget-dropdown select {
    color: #fff;
    font-family: inherit;
    width: 100%;
    height: 100%;
    padding-left: 19px;
    padding-right: 17px
}

.p-widget-list li {
    font-size: 14px
}

.p-widget-list__item {
    background: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 2px
}

.p-widget-list__item:last-child {
    margin-bottom: 0
}

.p-widget-list__item a {
    display: block;
    padding: 12px 52px 12px 22px;
    position: relative
}

.p-widget-list__item a:after {
    color: #aaa;
    content: "\e910";
    font-family: "design_plus";
    font-size: 16px;
    margin: auto;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.p-widget-list__item a:hover:after {
    color: #000;
    transition: none
}

.p-widget-list__item-date {
    color: #999;
    display: block;
    font-size: 12px
}

.p-widget-search {
    position: relative
}

.p-widget-search__input {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

.p-widget-search__submit {
    background: #131e20;
    color: #fff;
    cursor: pointer;
    font-family: "design_plus";
    font-size: 20px;
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px
}

.p-widget {
    margin-bottom: 60px
}

.p-widget:last-child {
    margin-bottom: 0
}

.p-widget__title {
    font-size: 16px;
    margin-bottom: 20px
}

.p-widget li {
    line-height: 1.7
}

.p-widget .calendar_wrap caption {
    margin-bottom: 20px
}

.p-widget .calendar_wrap tbody {
    line-height: 1.7;
    margin-bottom: 20px
}

.p-widget .calendar_wrap tfoot {
    line-height: 1.7
}

.p-widget .searchform {
    position: relative
}

.p-widget .searchform #s {
    height: 45px;
    line-height: 45px;
    padding: 0 55px 0 10px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

.p-widget .searchform #searchsubmit {
    background: #131e20;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px
}

.p-entry__body .alignright {
    float: right
}

.p-entry__body .alignleft {
    float: left
}

.p-entry__body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px
}

.p-entry__body blockquote.alignleft,
.p-entry__body img.alignleft {
    margin: 7px 24px 7px 0
}

.p-entry__body .wp-caption.alignleft {
    margin: 7px 14px 7px 0
}

.p-entry__body blockquote.alignright,
.p-entry__body img.alignright {
    margin: 7px 0 7px 24px
}

.p-entry__body .wp-caption.alignright {
    margin: 7px 0 7px 14px
}

.p-entry__body blockquote.aligncenter,
.p-entry__body img.aligncenter,
.p-entry__body .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px
}

.p-entry__body p {
    font-size: 14px;
    line-height: 2.4;
    margin-bottom: 8px;
    overflow-wrap: break-word
}

.p-entry__body h1,
.p-entry__body h2,
.p-entry__body h3,
.p-entry__body h4,
.p-entry__body h5,
.p-entry__body h6 {
    clear: both;
    line-height: 1.4;
    margin-bottom: 24.2px
}

.p-entry__body h2 {
    font-size: 36px
}

.p-entry__body h3 {
    font-size: 130%
}

.p-entry__body h4 {
    font-size: 120%
}

.p-entry__body h5 {
    font-size: 110%
}

.p-entry__body h6 {
    font-size: 100%
}

.p-entry__body img[class*=align],
.p-entry__body img[class*=wp-image-],
.p-entry__body img[class*=attachment-],
.p-entry__body .size-full,
.p-entry__body .size-large,
.p-entry__body .wp-post-image,
.p-entry__body img {
    max-width: 100%;
    height: auto
}

.p-entry__body li,
.p-entry__body dt,
.p-entry__body dd {
    line-height: 2.2
}

.p-entry__body ul,
.p-entry__body ol,
.p-entry__body dl {
    margin-bottom: 24px
}

.p-entry__body ol {
    list-style: decimal outside none;
    margin-left: 1.5em
}

.p-entry__body ul {
    list-style: circle outside none;
    margin-left: 1.3em
}

.p-entry__body li>ul,
.p-entry__body li>ol {
    margin-bottom: 0
}

.p-entry__body dt {
    font-weight: 700
}

.p-entry__body dd {
    margin-bottom: 1em
}

.p-entry__body table {
    margin: auto;
    margin-bottom: 24px
}

.p-entry__body td,
.p-entry__body th {
    border: 1px solid #ddd;
    padding: 10px 15px 7px;
    line-height: 2.2;
    background: #fff;
    font-size: 14px
}

.p-entry__body th {
    background: #fafafa;
    font-weight: 400
}

.table_no_border th,
.table_no_border td {
    border: none;
    padding-left: 0
}

.table_border_horizontal th,
.table_border_horizontal td {
    border-left: none;
    border-right: none;
    padding-left: 0
}

.p-entry__body blockquote {
    margin: 0 0 25px;
    padding: 27px 30px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 0px 0px #f2f2f2;
    position: relative
}

.p-entry__body blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #5cbcd7
}

.p-entry__body blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    color: #5cbcd7
}

.p-entry__body blockquote cite {
    border-top: 1px dotted #aaa;
    display: block;
    padding: 20px 0 0;
    font-style: italic;
    text-align: right;
    font-size: 90%
}

.p-entry__body .wp-caption {
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.p-entry__body .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px auto
}

.p-entry__body .wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.gallery {
    margin-bottom: 20px
}

.gallery a img {
    border: 0 !important
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-10 .gallery-item {
    max-width: 7%;
    max-width: -webkit-calc(9.4% - 0px);
    max-width: calc(9.4% - 0px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
    display: none
}

.p-entry__body .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.p-entry__body address {
    margin: 0 0 24px;
    line-height: 2.2
}

.p-entry__body pre {
    border-left: 5px solid #7fc120;
    font-size: 12px;
    margin: 0 0 27px;
    line-height: 25px;
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/img/common/pre.gif) repeat left top;
    padding: 0 17px;
    overflow: auto
}

.p-entry__body .mejs-container {
    margin: 12px 0 25px
}

.u-clearfix:after {
    clear: both;
    content: " ";
    display: table
}

.u-left {
    float: left
}

.u-right {
    float: right
}

.u-hidden {
    display: none
}

.u-overflow-hidden {
    overflow: hidden
}

.post_row {
    line-height: 2;
    margin-left: -15px;
    margin-right: -15px
}

.post_row:before,
.post_row:after {
    content: " ";
    display: table
}

.post_row:after {
    clear: both
}

.post_col,
.post_col-2,
.post_col-3 {
    float: left;
    margin-bottom: 2em;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .post_col-2 {
        width: 50%
    }

    .post_col-3 {
        width: 33.33333%
    }
}

@media screen and (min-width:1024px) {
    .post_col-2 {
        width: 50%
    }

    .post_col-3 {
        width: 33.33333%
    }
}

.style3a,
.style3b,
.style4a,
.style4b,
.style5a,
.style5b,
.style6 {
    line-height: 1.6
}

.style3a {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 22px;
    font-weight: 400;
    margin: 3em 0 1.5em;
    padding: 1.1em .2em 1em
}

.style3b {
    background: #fafafa;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 1px 2px #f7f7f7;
    font-size: 22px;
    font-weight: 400;
    margin: 3em 0 1.5em;
    padding: 1.1em .9em 1em
}

.style4a {
    border-bottom: none;
    border-left: 2px solid #222;
    font-size: 18px;
    font-weight: 400;
    margin: 2.5em 2px 1.2em;
    padding: .3em 0 .3em .8em
}

.style4b {
    border-bottom: 1px dotted #aaa;
    font-size: 18px;
    font-weight: 400;
    margin: 2.5em 0 1.2em;
    padding: .9em 0 .8em
}

.style5a {
    background: #f5f5f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
    font-size: 18px;
    font-weight: 700;
    margin: 2em 0 1em;
    padding: .5em .8em .3em 1em
}

.style5b {
    background: #222;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 2em 0 1em;
    padding: .5em .8em .4em 1em
}

.style6 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin: 2em 0 1em;
    padding: .5em .8em .8em 1.3em;
    position: relative
}

.style6:before {
    background: #222;
    content: "";
    position: absolute;
    top: .5em;
    left: .2em;
    width: 12px;
    height: 12px
}

.news_headline1 {
    border-left: 8px solid #444;
    font-size: 1.2em;
    line-height: 1.2;
    margin: 80px 0 25px;
    padding: .5em;
    position: relative
}

.news_headline1:after {
    border-bottom: 1px dotted #ddd;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0
}

.news_headline2 {
    border-left: 6px solid #545454;
    font-size: 1.1em;
    line-height: 26px;
    margin: 40px 0 20px;
    padding: 0 .5em
}

.balloon {
    background: #222;
    border-bottom: 0;
    clear: both;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 50px 0 22px;
    min-width: 115px;
    padding: .5em 18px .5em;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 0
}

.balloon:after {
    border-color: #222 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    margin-left: -10px;
    position: absolute;
    left: 30px;
    width: 0;
    height: 0
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px solid #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, .3)
}

.well3 {
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px dashed #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, .3)
}

.wl_red {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.wl_yellow {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.wl_blue {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.wl_green {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.q_button {
    background-color: #535353;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 180px;
    margin: 0;
    max-width: 90%;
    padding: .6em 1em .5em;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle
}

.q_button:hover,
.q_button:focus {
    background-color: #7d7d7d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15) inset;
    color: #fff;
    text-decoration: none
}

.rounded {
    border-radius: 6px
}

.pill {
    border-radius: 50px
}

.sz_full {
    display: block;
    font-size: 110%;
    max-width: 100%;
    min-width: 100px;
    padding: 1em 1.5em .9em
}

.sz_l {
    font-size: 110%;
    max-width: 90%;
    min-width: 330px;
    padding: .8em 1.5em .7em
}

@media screen and (max-width:767px) {
    .sz_l {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;
        width: 100%
    }
}

.sz_s {
    min-width: 100px;
    max-width: 90%;
    font-size: 85%;
    padding: .4em 1em .3em
}

.bt_red {
    background: #c01f0e;
    color: #fff
}

.bt_red:hover,
.bt_red:focus {
    background-color: #d33929;
    color: #fff
}

.bt_yellow {
    background: #f1c40f;
    color: #fff
}

.bt_yellow:hover,
.bt_yellow:focus {
    background-color: #f9d441;
    color: #fff
}

.bt_blue {
    background: #2980b9;
    color: #fff
}

.bt_blue:hover,
.bt_blue:focus {
    background-color: #3a91c9;
    color: #fff
}

.bt_green {
    background: #27ae60;
    color: #fff
}

.bt_green:hover,
.bt_green:focus {
    background-color: #39c574;
    color: #fff
}

.ytube {
    position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden
}

.ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.rps_table {
    line-height: 2.0
}

@media only screen and (max-width:480px) {
    .rps_table tr {
        display: block;
        margin-bottom: 1.5em
    }

    .rps_table th,
    .rps_table td {
        display: list-item;
        list-style-type: none;
        border: none
    }
}

.cardlink {
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    background: #fafafa
}

.cardlink_thumbnail {
    float: left;
    margin-right: 20px
}

.cardlink_content {
    line-height: 1.6
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #222;
    line-height: 1.6;
    font-size: 12px
}

.cardlink_title {
    font-size: 14px;
    margin: 0 0 5px
}

.cardlink_title a {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.cardlink_title a:hover {
    text-decoration: underline
}

.cardlink_excerpt {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.8
}

.cardlink_footer {
    clear: both
}

.clear {
    clear: both
}

@media screen and (max-width:767px) {
    .cardlink_thumbnail {
        float: none
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle
    }

    .cardlink_excerpt {
        float: none
    }
}

.wpcf7 {
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 0 0 2.5em !important;
    padding: 0;
    width: 100%
}

.wpcf7 form {
    margin: 1.5em 1.5em 0
}

.wpcf7 p {
    margin-bottom: 1em;
    font-size: 12px
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px;
    width: 100%;
    width: auto
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    border: 1px solid #ccc;
    max-width: 97%;
    padding: 8px;
    width: auto
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.2
}

.wpcf7 .wpcf7-list-item {
    display: block
}

.wpcf7 textarea {
    height: 300px
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border: 1px solid #bbb;
    box-shadow: inner 0 0 5px rgba(0, 0, 0, .5);
    outline: none
}

.wpcf7 .wpcf7-submit {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
    box-sizing: border-box
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #666
}

.wpcf7 .wpcf7-submit .wpcf7-not-valid {
    background: pink
}

.wpcf7 .wpcf7-submit .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1
}

.text70 {
    font-size: 70%
}

.text80 {
    font-size: 80%
}

.text90 {
    font-size: 90%
}

.text100 {
    font-size: 100%
}

.text110 {
    font-size: 110%
}

.text120 {
    font-size: 120%
}

.text130 {
    font-size: 130%
}

.text140 {
    font-size: 140%
}

.text150 {
    font-size: 150%
}

.text160 {
    font-size: 160%
}

.text170 {
    font-size: 170%
}

.text180 {
    font-size: 180%
}

.text190 {
    font-size: 190%
}

.text200 {
    font-size: 200%
}

.text210 {
    font-size: 210%
}

.text220 {
    font-size: 220%
}

.b {
    font-weight: 700
}

.u {
    text-decoration: underline
}

.del {
    text-decoration: line-through
}

.red {
    color: red
}

.blue {
    color: #2ca9e1
}

.green {
    color: #82ae46
}

.orange {
    color: #ff7d00
}

.yellow {
    color: #fff000
}

.pink {
    color: #ff0084
}

.gray {
    color: #999
}

.bg-blue {
    background-color: #4ab0f5;
    padding: 2px
}

.bg-red {
    background-color: red;
    padding: 2px
}

.bg-yellow {
    background-color: #ff0;
    padding: 2px
}

.align1 {
    text-align: center !important
}

.align2 {
    text-align: right !important
}

.align3 {
    text-align: left !important
}

.r-flo {
    float: right;
    margin: 10px
}

.l-flo {
    float: left;
    margin: 10px
}

.f-clear {
    clear: both
}

a img.fade {
    background: 0 0 !important;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover img.fade {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: 0 0 !important
}

.att {
    padding-left: 1em;
    text-indent: -1em
}

.att_box {
    margin: 2em 0 2.5em;
    padding: 1em 1.2em;
    line-height: 2;
    border: 1px dotted #ccc;
    background: #fcfcfc;
    box-shadow: 0px 4px 0px 0px #f7f7f7
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.mr0 {
    margin-right: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.ml0 {
    margin-left: 0 !important
}

.m5 {
    margin: 5px !important
}

.mt5 {
    margin-top: 5px !important
}

.mr5 {
    margin-right: 5px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.ml5 {
    margin-left: 5px !important
}

.m10 {
    margin: 10px !important
}

.mt10 {
    margin-top: 10px !important
}

.mr10 {
    margin-right: 10px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.ml10 {
    margin-left: 10px !important
}

.m15 {
    margin: 15px !important
}

.mt15 {
    margin-top: 15px !important
}

.mr15 {
    margin-right: 15px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.ml15 {
    margin-left: 15px !important
}

.m20 {
    margin: 20px !important
}

.mt20 {
    margin-top: 20px !important
}

.mr20 {
    margin-right: 20px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml20 {
    margin-left: 20px !important
}

.m25 {
    margin: 25px !important
}

.mt25 {
    margin-top: 25px !important
}

.mr25 {
    margin-right: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.ml25 {
    margin-left: 25px !important
}

.m30 {
    margin: 30px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml30 {
    margin-left: 30px !important
}

.m35 {
    margin: 35px !important
}

.mt35 {
    margin-top: 35px !important
}

.mr35 {
    margin-right: 35px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.ml35 {
    margin-left: 35px !important
}

.m40 {
    margin: 40px !important
}

.mt40 {
    margin-top: 40px !important
}

.mr40 {
    margin-right: 40px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.ml40 {
    margin-left: 40px !important
}

.m45 {
    margin: 45px !important
}

.mt45 {
    margin-top: 45px !important
}

.mr45 {
    margin-right: 45px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.ml45 {
    margin-left: 45px !important
}

.m50 {
    margin: 50px !important
}

.mt50 {
    margin-top: 50px !important
}

.mr50 {
    margin-right: 50px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.ml50 {
    margin-left: 50px !important
}

.m55 {
    margin: 55px !important
}

.mt55 {
    margin-top: 55px !important
}

.mr55 {
    margin-right: 55px !important
}

.mb55 {
    margin-bottom: 55px !important
}

.ml55 {
    margin-left: 55px !important
}

.m60 {
    margin: 60px !important
}

.mt60 {
    margin-top: 60px !important
}

.mr60 {
    margin-right: 60px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.ml60 {
    margin-left: 60px !important
}

.m65 {
    margin: 65px !important
}

.mt65 {
    margin-top: 65px !important
}

.mr65 {
    margin-right: 65px !important
}

.mb65 {
    margin-bottom: 65px !important
}

.ml65 {
    margin-left: 65px !important
}

.m70 {
    margin: 70px !important
}

.mt70 {
    margin-top: 70px !important
}

.mr70 {
    margin-right: 70px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.ml70 {
    margin-left: 70px !important
}

.m75 {
    margin: 75px !important
}

.mt75 {
    margin-top: 75px !important
}

.mr75 {
    margin-right: 75px !important
}

.mb75 {
    margin-bottom: 75px !important
}

.ml75 {
    margin-left: 75px !important
}

.m80 {
    margin: 80px !important
}

.mt80 {
    margin-top: 80px !important
}

.mr80 {
    margin-right: 80px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.ml80 {
    margin-left: 80px !important
}

.p0 {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pr0 {
    padding-right: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pl0 {
    padding-left: 0 !important
}

.p5 {
    padding: 5px !important
}

.pt5 {
    padding-top: 5px !important
}

.pr5 {
    padding-right: 5px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pl5 {
    padding-left: 5px !important
}

.p10 {
    padding: 10px !important
}

.pt10 {
    padding-top: 10px !important
}

.pr10 {
    padding-right: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pl10 {
    padding-left: 10px !important
}

.p15 {
    padding: 15px !important
}

.pt15 {
    padding-top: 15px !important
}

.pr15 {
    padding-right: 15px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pl15 {
    padding-left: 15px !important
}

.p20 {
    padding: 20px !important
}

.pt20 {
    padding-top: 20px !important
}

.pr20 {
    padding-right: 20px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pl20 {
    padding-left: 20px !important
}

.p25 {
    padding: 25px !important
}

.pt25 {
    padding-top: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pl25 {
    padding-left: 25px !important
}

.p30 {
    padding: 30px !important
}

.pt30 {
    padding-top: 30px !important
}

.pr30 {
    padding-right: 30px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pl30 {
    padding-left: 30px !important
}

.p35 {
    padding: 35px !important
}

.pt35 {
    padding-top: 35px !important
}

.pr35 {
    padding-right: 35px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.pl35 {
    padding-left: 35px !important
}

.p40 {
    padding: 40px !important
}

.pt40 {
    padding-top: 40px !important
}

.pr40 {
    padding-right: 40px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pl40 {
    padding-left: 40px !important
}

.p45 {
    padding: 45px !important
}

.pt45 {
    padding-top: 45px !important
}

.pr45 {
    padding-right: 45px !important
}

.pb45 {
    padding-bottom: 45px !important
}

.pl45 {
    padding-left: 45px !important
}

.p50 {
    padding: 50px !important
}

.pt50 {
    padding-top: 50px !important
}

.pr50 {
    padding-right: 50px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pl50 {
    padding-left: 50px !important
}

.p55 {
    padding: 55px !important
}

.pt55 {
    padding-top: 55px !important
}

.pr55 {
    padding-right: 55px !important
}

.pb55 {
    padding-bottom: 55px !important
}

.pl55 {
    padding-left: 55px !important
}

.p60 {
    padding: 60px !important
}

.pt60 {
    padding-top: 60px !important
}

.pr60 {
    padding-right: 60px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.pl60 {
    padding-left: 60px !important
}

.p65 {
    padding: 65px !important
}

.pt65 {
    padding-top: 65px !important
}

.pr65 {
    padding-right: 65px !important
}

.pb65 {
    padding-bottom: 65px !important
}

.pl65 {
    padding-left: 65px !important
}

.p70 {
    padding: 70px !important
}

.pt70 {
    padding-top: 70px !important
}

.pr70 {
    padding-right: 70px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.pl70 {
    padding-left: 70px !important
}

.p75 {
    padding: 75px !important
}

.pt75 {
    padding-top: 75px !important
}

.pr75 {
    padding-right: 75px !important
}

.pb75 {
    padding-bottom: 75px !important
}

.pl75 {
    padding-left: 75px !important
}

.p80 {
    padding: 80px !important
}

.pt80 {
    padding-top: 80px !important
}

.pr80 {
    padding-right: 80px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.pl80 {
    padding-left: 80px !important
}

.mform table {
    background-color: #fff !important
}

.mform input {
    border: solid 1px !important;
    padding: 10px;
    font-size: 20px
}

.mform textarea {
    border: solid 1px !important;
    padding: 10px;
    font-size: 20px
}

.outlink:after {
    position: relative;
    content: url(/wp/wp-content/themes/oops_tcd048/css/img/icon_link.svg);
    left: 8px
}


body {
    font-family: "Noto Sans JP", sans-serif
}

button {
    font-family: inherit
}

#top *,
header *,
footer * {
    box-sizing: border-box
}

.question-box .answer {
    box-sizing: unset
}

a:not(.btn) {
    transition: .1s
}

a:not(.btn):hover {
    opacity: .7
}

.hidden {
    display: none
}

@media only screen and (max-width:767px) {
    .p-pagetop {
        z-index: 90 !important
    }
}

.btn {
    border-radius: 60px;
    border-width: 2px;
    border-style: solid;
    display: flex;
    line-height: 1.8;
    align-items: center;
    justify-content: center;
    padding: 0 12px 2px;
    height: 60px;
    max-width: 300px;
    font-size: 24px;
    margin: 30px auto;
    transition: .3s
}

.line_blue {
    border-color: #54b6d4;
    background-color: #fff
}

.line_blue:hover {
    background-color: #54b6d4;
    color: #fff
}

.color_blue {
    border-color: #54b6d4;
    background-color: #54b6d4;
    color: #fff
}

.color_blue:hover {
    background-color: #fff;
    color: #54b6d4
}

.line_pink {
    border-color: #f1e025;
    background-color: #fff
}

.line_pink:hover {
    background-color: #f1e025
}

.color_pink {
    border-color: #f1e025;
    background-color: #f1e025
}

.color_pink:hover {
    background-color: #fff
}

@media only screen and (max-width:640px) {
    .btn {
        max-width: none;
        width: 100%;
        font-size: 20px
    }
}

#js-header {
    box-shadow: 0 0 6px #00000029;
    border-bottom: none
}

#js-header .l-header__inner {
    font-size: 14px;
    max-width: none
}

header a:not(.btn):hover {
    opacity: 1
}

.l-header__logo img {
    height: 50px;
    margin-bottom: 7px
}

.p-global-nav {
    height: 100%;
    line-height: 1.8;
    display: flex;
    align-items: center
}

.p-global-nav>li>.sub-menu {
    border-radius: 10px;
    box-shadow: 0 0 6px #00000029
}

.p-global-nav .sub-menu {
    left: auto
}

.p-global-nav .sub-menu a {
    background: #fff !important;
    color: #333;
    white-space: nowrap;
    width: auto !important;
    border-bottom: 1px solid #dde5eb;
    min-width: 150px
}

.p-global-nav .sub-menu .menu-item:last-of-type a {
    border-bottom: none;
    border-radius: 0 0 10px 10px
}

#js-global-nav .careers span {
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/icon_link.svg) no-repeat center;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-left: 3px;
    transition: .2s ease
}

.header_branch_link {
    display: flex;
    align-items: center;
    gap: 10px
}

.header_branch_link .btn {
    height: 35px;
    width: 120px;
    min-width: unset;
    padding: 0;
    font-size: 14px
}

.p-breadncrumb {
    padding: 10px 0
}

main {
    margin-top: 80px
}

.p-page-header {
    background-color: #022173;
    height: auto !important;
    margin-bottom: 20px
}

.p-page-header__inner {
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/title_bg.png) no-repeat right;
    background-size: auto 100%
}

.p-page-header__inner .l-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    color: #fff;
    line-height: 1.8;
    padding: 10px 0 15px 20px;
    position: relative
}

.p-page-header__inner .l-inner.left_line:before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 67%;
    background-color: #fff;
    left: 0;
    top: 15%
}

.p-page-header__inner h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3
}

.p-page-header__inner h1.title_post {
    position: relative
}

.p-page-header__inner h1.title_post:before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 95%;
    background-color: #fff;
    left: -20px;
    top: 5%
}

.title_post time {
    display: block;
    font-size: 14px
}

.dl_top .dl_btn {
    position: relative
}

.dl_top_message {
    line-height: 1.8;
    margin-bottom: 8px;
    font-size: 16px !important;
    text-align: center;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:1130px) {
    .entry-news .p-entry__body br {
        display: none
    }
}

@media screen and (max-width:1024px) {

    .l-inner.p-breadncrumb,
    .p-page-header__inner .l-inner {
        width: 90%
    }
}

@media screen and (max-width:640px) {
    .p-page-header__inner .l-inner:before {
        height: 50%;
        top: 25%
    }

    .p-page-header__inner h1 {
        font-size: 20px;
        line-height: 1.6
    }
}

.c-menu-button span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 2px #022173;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 20px
}

.c-menu-button span:nth-child(1) {
    top: 24px
}

.c-menu-button span:nth-child(2) {
    top: 30px
}

.c-menu-button span:nth-child(3) {
    top: 36px
}

.p-menu-button.is-active span:nth-child(1) {
    border-color: #fff;
    top: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-menu-button.is-active span:nth-child(2) {
    border-color: #fff;
    top: 29px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-menu-button.is-active span:nth-child(3) {
    display: none
}

.c-menu-button:before {
    display: none
}

.l-header--large .p-global-nav>li>a:hover,
.p-global-nav>.current-menu-item>a,
.p-global-nav>li>a:hover,
.p-global-nav .current-menu-item>a .p-widget-list a:hover,
.p-article01__category a:hover {
    color: #54b6d4 !important
}

@media only screen and (min-width:1201px) {
    #js-header {
        height: 80px
    }

    #js-header .l-header__inner {
        width: 95%
    }

    .l-header--large .p-global-nav>li>a {
        padding: 15px
    }

    .p-global-nav>li.menu-item-has-children:hover>.sub-menu {
        min-width: 150px;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .p-global-nav .sub-menu a:hover {
        background-color: #eaeff3 !important
    }

    .p-global-nav .sub-menu a {
        text-align: center
    }

    .l-header--large .p-global-nav>li>a:hover {
        color: #54b6d4 !important
    }

    .p-global-nav .sub-menu .menu-item:first-of-type a {
        border-radius: 10px 10px 0 0
    }

    #js-global-nav .careers a:hover span {
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/icon_link_blue.svg) no-repeat center
    }

    .p-global-nav .consultation {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .header_branch_link {
        display: none
    }

    .p-global-nav .consultation {
        display: block;
        background: #f1e025 !important
    }

    .p-global-nav .consultation a {
        color: #1e1e1e !important
    }

    .p-global-nav .sub-menu a {
        border-top: 1px solid #7986b2;
        border-bottom: none
    }

    .nv_footer .l-footer__inner {
        width: 90%
    }

    .is-fixed .p-global-nav.u-clearfix {
        height: calc(100vh - 120px)
    }

    .l-header__logo img {
        height: 45px;
        margin-bottom: 2px
    }
}

.nv_footer.l-footer {
    padding-top: 0
}

.nv_footer .l-footer__inner {
    padding-bottom: 0
}

.footer_up_pc {
    padding: 30px 0 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px
}

.footer_up_pc li {
    margin-bottom: 15px
}

.footer_up_pc li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.footer_up_pc>ul>li,
.footer_up_pc>ul>li>a {
    font-weight: 700
}

.footer_up_pc>ul>li>ul {
    margin-left: 30px
}

.footer_last ul li a {
    font-weight: 700
}

.footer_branch_link a {
    height: 35px;
    width: 150px;
    min-width: auto;
    margin: 0 0 10px;
    font-size: 14px
}

.footer_branch_link .line_blue {
    position: relative
}

.footer_branch_link .line_blue:after {
    position: absolute;
    content: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/icon_link.svg);
    right: 10px;
    top: 3px
}

.footer_branch_link .line_blue:hover:after {
    content: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/css/../img/icon_link_white.svg)
}

.footer_down {
    border-top: 1px solid #e6ebf1;
    padding: 20px 0;
    display: flex;
    justify-content: space-between
}

.footer_down>p {
    display: none
}

.footer_company {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer_company div:first-of-type {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px
}

.footer_company>div p,
.footer_company>div p a {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 700;
    color: #54b6d4
}

.footer_company p:nth-of-type(2),
.footer_company p:nth-of-type(2) a {
    font-size: 22px;
    color: #54b6d4;
    margin-top: 10px
}

.footer_company .r_text {
    font-size: 14px
}

.footer_down .footer_logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    width: auto
}

.footer_company>p span,
.footer_down>p span {
    white-space: nowrap
}

footer .p-copyright {
    background-color: #022173;
    text-align: center;
    padding-bottom: 100px
}

nav .p-global-nav .menu-item-has-children>a>span:before {
    line-height: 22px;
    font-weight: 700
}

footer.nv_footer {
    padding-bottom: 0
}

.accordion-area {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px
}

.accordion-area li {
    border-bottom: 1px solid #e2e2e2
}

.accordion-area li:first-of-type {
    border-top: 1px solid #e2e2e2
}

.accordion_title {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transition: .3s all
}

.accordion_title,
.no_accordion {
    height: 50px;
    padding: 10px
}

.accordion_title a {
    min-width: fit-content
}

li.no_accordion a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.no_accordion a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #022173;
    border-right: solid 2px #022173;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 5px;
    margin-top: -4px
}

.accordion_title_span {
    position: relative;
    cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

.accordion_title_span:before,
.accordion_title_span:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #022173;
    top: 48%;
    right: 0
}

.accordion_title_span:before {
    transform: rotate(0deg)
}

.accordion_title_span:after {
    transform: rotate(90deg)
}

.accordion_title_span.close:before {
    transform: rotate(45deg);
    background-color: #fff
}

.accordion_title_span.close:after {
    transform: rotate(-45deg);
    background-color: #fff
}

.accordion_title.close {
    background-color: #54b6d4;
    color: #fff
}

.accordion_title.close a {
    color: #fff
}

.box {
    display: none
}

.box li:last-of-type {
    border-bottom: none
}

.box li a {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #f6f6f6
}

@media only screen and (max-width:1024px) {
    .footer_company div:first-of-type {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0
    }

    .footer_company>p {
        display: none
    }

    .footer_company .r_text {
        display: block;
        margin: 25px 0 10px
    }

    .footer_down {
        flex-wrap: wrap
    }

    .footer_down>p {
        display: block;
        margin-top: 20px
    }
}

@media only screen and (max-width:920px) {
    .footer_up_pc {
        flex-wrap: wrap
    }

    .footer_up_pc>ul {
        width: 48%
    }

    .footer_last {
        width: 100%;
        display: flex
    }

    .footer_last ul {
        width: 48%
    }

    .footer_branch_link {
        width: 48%
    }

    .footer_branch_link a {
        width: 100%;
        max-width: none
    }
}

@media only screen and (max-width:800px) {
    footer .p-copyright {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .nv_footer.l-footer {
        border-top: 1px solid #022173
    }
}

@media only screen and (min-width:641px) {
    .footer_up_sp {
        display: none
    }
}

@media only screen and (max-width:640px) {
    .footer_up_pc {
        display: none
    }

    .footer_up_sp {
        padding-top: 30px
    }

    .footer_branch_link {
        width: 100%
    }

    .footer_branch_link a {
        height: 50px
    }

    .footer_branch_link .line_blue:after {
        top: -1px;
        zoom: 2
    }
}

@media only screen and (max-width:570px) {
    .footer_down {
        flex-direction: column;
        align-items: center
    }

    .footer_down .footer_logo {
        justify-content: center
    }

    .footer_logo {
        margin-top: 30px
    }

    footer .p-copyright {
        padding-bottom: 130px
    }
}

footer .is-active .cookie_content {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
    z-index: 5998;
    background-color: #333c;
    font-size: 1.4rem;
    padding: 1.5rem;
    min-height: 115px
}

.cookie_content.hidden {
    display: none !important
}

footer .cookie_content div {
    display: block;
    top: -103px;
    left: 70px;
    z-index: 5997;
    color: #fff
}

.cookie_content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    padding-right: 1rem;
    text-align: left
}

.cookie_content p span {
    text-decoration: underline
}

.cookie_content span a {
    color: #fff
}

footer .cookie_content button {
    display: flex;
    z-index: 5997;
    padding: 0;
    cursor: pointer;
    margin: 0;
    margin-left: 30px;
    background-color: transparent;
    border: 0
}

.btn_search_wt {
    position: relative;
    color: #a89052;
    font-size: 1.5rem;
    max-width: 220px;
    width: 100%;
    border-radius: 1px;
    transition: .5s
}

.cookie_content .btn span {
    line-height: 24px;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: flex;
    padding: 1rem 1.1rem 1.1rem;
    color: #333
}

.btn_search_wt span {
    border: none
}

.p-footer-cta {
    right: 0;
    text-align: right
}

@media screen and (max-width:910px) {
    footer .is-active .cookie_content {
        display: block
    }

    footer .cookie_content button {
        margin: 8px auto 0
    }

    br {
        display: none
    }

    .p-entry__body br {
        display: block
    }
}

@media screen and (max-width:640px) {
    footer .cookie_content {
        border: solid 1px #a89052
    }

    footer .cookie_content button {
        width: 100%;
        max-width: none;
        margin: 8px auto 0;
        z-index: 5999
    }

    .cookie_content .btn:after {
        top: 24px;
        width: 8px
    }

    .cookie_content .btn span {
        font-size: 20px
    }
}

.case_logo_box.bottom {
    margin: 30px 0 50px
}

.case_logo_box .case-list .slick-track {
    box-sizing: border-box
}

.case_logo_box .case-list .case_item {
    width: auto !important;
    background-color: #fff;
    margin: 0 25px !important;
    display: flex !important;
    align-items: center;
    height: 70px;
    padding: 10px 0;
    box-sizing: border-box
}

.case_logo_box .case_item .case_company_logo {
    width: auto !important;
    height: 100% !important
}

.case_logo_box .case_item .case_company_logo img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: unset
}

.case_logo_box .case_item.slick-current {
    border: none
}

@media screen and (max-width:1200px) {
    .case_logo_box.top {
        margin: 50px 0 0
    }

    .case_logo_box.bottom {
        margin: 10px 0 0
    }

    .case_logo_box .case-list .slick-track {
        padding: 0
    }

    .case_logo_box .case-list .case_item {
        margin: 0 8px !important;
        height: 50px
    }
}


@media only screen and (max-width:1200px) {

    .l-header,
    .l-header--large,
    .l-header.is-fixed {
        height: 60px;
        line-height: 60px
    }

    .l-header.is-fixed~.l-main {
        margin-top: 60px
    }

    .l-header__inner {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none
    }

    .l-header__logo {
        position: relative;
        height: 100%;
        padding-left: 22px
    }

    .l-header__logo a {
        line-height: 60px;
        height: 60px
    }
}

@media only screen and (max-width:991px) {
    .l-footer__logo {
        margin-bottom: 30.2px
    }

    .p-header-video .caption .title,
    .p-header-youtube .caption .title {
        font-size: 30px !important
    }

    .p-header-video .caption .desc,
    .p-header-youtube .caption .desc {
        font-size: 14px !important
    }

    .c-nav01__item--prev a::before {
        content: attr(data-prev)
    }

    .c-nav01__item--next a::before {
        content: attr(data-next)
    }
}

@media only screen and (max-width:500px) {

    .p-header-video .caption .title,
    .p-header-youtube .caption .title {
        font-size: 20px !important;
        margin-bottom: 10px
    }

    .p-header-video .caption .desc,
    .p-header-youtube .caption .desc {
        font-size: 12px !important;
        margin-bottom: 13.4px;
        line-height: 2
    }
}

@media only screen and (max-width:767px) {
    .l-footer {
        padding-top: 29.4px
    }

    .l-footer__inner {
        padding-bottom: 60px
    }

    .l-inner {
        width: 88.88889%
    }

    .l-inner--narrow {
        width: 100%
    }

    .c-breadcrumb__item+.c-breadcrumb__item::before {
        margin-left: 5px;
        margin-right: 5px
    }

    .c-comment__item-act {
        margin-top: 10px;
        padding-left: 0;
        position: static
    }

    .c-comment__tab-item a,
    .c-comment__tab-item p {
        padding: 5px 10px
    }

    .c-comment__tab-item.is-active a,
    .c-comment__tab-item.is-active p,
    .p-header-video,
    .p-header-youtube {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .p-header-video .caption,
    .p-header-youtube .caption {
        width: 100%;
        padding: 0 50px;
        text-align: center
    }

    .c-load--type1 {
        width: 30px;
        height: 30px
    }

    .c-load--type2::after,
    .c-load--type2::before {
        width: 8px;
        height: 8px
    }

    #site_loader_animation i {
        width: .25em;
        height: .25em;
        margin: 0 .125em
    }

    .c-meta-box {
        background: 0 0;
        margin-bottom: 10px;
        padding: 0
    }

    .c-meta-box__item {
        border-right: 0;
        float: none;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1200px) {
    .c-menu-button {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .c-nav01__item {
        text-align: center;
        font-size: 12px;
        width: 50%;
        height: 50px
    }

    .c-nav01__item a {
        box-sizing: border-box;
        display: block;
        line-height: 48px;
        padding: 0;
        width: 100%;
        height: 48px
    }

    .c-nav01__item--prev::before {
        color: #cecece;
        left: 16px;
        width: 18px;
        height: 18px;
        line-height: 20px
    }

    .c-nav01__item--next::after {
        color: #cecece;
        right: 16px;
        width: 18px;
        height: 18px;
        line-height: 20px
    }

    .c-pw__box {
        margin: 0 auto;
        width: 88.88889%;
        padding: 20px;
        text-align: center
    }

    .c-pw__box-input,
    .c-pw__box-label {
        display: block;
        margin-bottom: 1em;
        margin-right: 0
    }

    .c-pw__box-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .c-pw__box-label {
        font-size: 12px
    }

    .c-pw__box-input {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .c-share__btn {
        margin-bottom: 5px
    }

    .p-address {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .p-article01__thumbnail {
        margin-bottom: 9px
    }

    .p-article01__title {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 2px
    }

    .p-article01__meta {
        font-size: 10px
    }

    .p-article01__date+.p-article01__category::before {
        margin-left: 5px;
        margin-right: 5px
    }

    .p-article02 {
        padding: 7px 20px 7px 7px
    }

    .p-article02__thumbnail {
        margin-right: 20px;
        width: 100px
    }

    .p-article02__thumbnail img {
        height: auto
    }

    .p-article02__header {
        margin-bottom: 0
    }

    .p-article02__title {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 0
    }

    .p-article02__date {
        font-size: 10px
    }

    .p-article02__excerpt {
        display: none
    }

    .p-blog-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .p-blog-list__item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 46.875%
    }
}

@media only screen and (max-width:991px) {
    .p-breadcrumb {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .p-breadcrumb {
        font-size: 10px;
        line-height: 2;
        margin-bottom: 13.5px
    }

    .p-button {
        font-size: 12px;
        line-height: 40px;
        width: 150px;
        height: 40px
    }
}

@media only screen and (max-width:991px) {
    .p-copyright {
        font-size: 10px;
        height: 50px;
        line-height: 50px;
        text-align: center
    }

    .p-copyright small {
        float: none
    }

    .p-cta--type2 .p-cta__inner {
        width: 60%
    }

    .p-cta--type2 .p-cta__img {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .p-cta {
        height: 280px;
        margin-bottom: 30px
    }

    .p-cta--type1 {
        display: block
    }

    .p-cta--type1 .p-cta__inner {
        box-sizing: border-box;
        height: 100%;
        padding-top: 20px
    }

    .p-cta--type1 .p-cta__btn {
        width: calc(100% - 20px);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        margin: 0 auto
    }

    .p-cta--type2 .p-cta__btn,
    .p-cta__img img {
        position: static
    }

    .p-cta--type1 .p-cta__desc {
        font-size: 12px !important;
        line-height: 1.5
    }

    .p-cta--type2 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-cta--type2 .p-cta__inner {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 20px 10px 10px;
        width: 100%
    }

    .p-cta__catch,
    .p-cta__desc,
    .p-cta__inner {
        padding: 0 10px
    }

    .p-cta--type2 .p-cta__catch {
        margin-bottom: 6px
    }

    .p-cta--type2 .p-cta__desc p {
        margin-bottom: 12px
    }

    .p-cta--type2 .p-cta__img {
        width: 100%
    }

    .p-cta__catch {
        font-size: 16px !important;
        margin-bottom: 6px;
        text-align: left
    }

    .p-cta__desc {
        font-size: 14px !important;
        line-height: 1.8;
        text-align: left
    }

    .p-cta__desc p {
        margin-bottom: 0
    }

    .p-cta__btn {
        min-width: 0;
        width: 100%;
        height: 50px;
        line-height: 50px
    }

    .p-cta__img {
        overflow: visible;
        width: 100%
    }

    .p-cta__img img {
        transform: none;
        width: 100%;
        height: auto
    }

    .p-entry__body {
        margin-bottom: 34px;
        width: 100%
    }

    .p-entry__body p {
        font-size: 14px !important;
        line-height: 2
    }

    .p-entry__body td,
    .p-entry__body th {
        font-size: 12px
    }

    .p-entry__share {
        margin-bottom: 23px
    }

    .p-entry__nav {
        margin-bottom: 30px
    }

    .p-entry__related {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .p-entry__related-item {
        margin-right: 0;
        margin-bottom: 30px;
        width: 46.875%
    }

    .p-entry__ad {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .p-entry__ad-item {
        display: block
    }

    .p-entry__ad-item+.p-entry__ad-item {
        margin-top: 30px;
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .p-footer-blog {
        margin-bottom: 30px
    }

    .p-footer-blog__catch {
        font-size: 18px !important;
        line-height: 1.4;
        margin-bottom: 25.4px;
        text-align: center
    }

    .p-footer-blog__archive-link {
        display: none
    }

    .p-footer-blog__list {
        padding-bottom: 38px
    }

    .p-footer-blog__item-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .p-footer-blog__item {
        margin-bottom: 25.5px;
        width: 47.5%
    }

    .p-footer-blog__item:nth-child(even) {
        margin-right: 0
    }

    .p-footer-blog__item:nth-child(3),
    .p-footer-blog__item:nth-child(4) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1199px) {
    .p-footer-cta__catch {
        margin-bottom: 0
    }

    .p-footer-cta__desc {
        display: none
    }

    .p-footer-cta__btn {
        margin-left: 30px
    }
}

@media only screen and (max-width:991px) {
    .p-footer-cta__catch {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .p-footer-cta__inner {
        height: 60px;
        padding-left: 10px;
        padding-right: 55px
    }

    .p-footer-cta__inner::after {
        content: "\e910";
        color: #fff;
        font-family: design_plus;
        font-size: 14px;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 45px;
        margin: auto
    }

    .p-footer-cta__catch {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 0
    }

    .p-footer-cta__btn,
    .p-footer-cta__desc {
        display: none
    }

    .p-footer-cta__close {
        border-radius: 0;
        top: 0;
        right: 0;
        width: 35px;
        height: 100%;
        background: #444;
        text-align: center
    }

    .p-footer-cta__close::before {
        height: 100%;
        line-height: 60px
    }

    .p-footer-nav {
        font-size: 10px;
        line-height: 2.6
    }
}

@media screen and (max-width:375px) {
    .p-footer-nav {
        line-height: 1.8
    }
}

@media only screen and (max-width:1200px) {

    .p-global-nav li.current-menu-item a,
    .p-global-nav>li>a:hover {
        color: #fff
    }

    .p-global-nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 99;
        width: 100%
    }

    .is-fixed .p-global-nav {
        height: 100vh;
        overflow: auto
    }

    .p-global-nav>li {
        float: none
    }

    .p-global-nav li {
        width: 100%
    }

    .p-global-nav .menu-item-has-children>a>span.is-active::before {
        content: "-"
    }

    .p-global-nav .menu-item-has-children>a>span::before {
        border: 1px solid #555;
        border-radius: 100%;
        color: #aaa;
        content: "+";
        line-height: 24px;
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        right: 17px;
        bottom: 0;
        text-align: center;
        width: 24px;
        height: 24px
    }

    .p-global-nav .sub-menu {
        display: none;
        opacity: 1;
        position: static;
        visibility: visible;
        width: 100%;
        transition-property: none
    }

    .p-global-nav .sub-menu li {
        box-sizing: border-box;
        padding-left: 1em
    }

    .p-global-nav .sub-menu .menu-item-has-children>a::after {
        content: ""
    }

    .p-global-nav .sub-menu a {
        background: 0 0 !important;
        height: 50px;
        line-height: 50px;
        padding: 0 22px;
        width: 100%
    }

    .p-global-nav a {
        color: #fff !important;
        box-sizing: border-box;
        font-size: 13px;
        height: 50px;
        line-height: 50px;
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .p-headline {
        font-size: 14px !important;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 6.25%
    }
}

@media only screen and (max-width:991px) {
    .p-index-content01__catch {
        font-size: 30px !important
    }

    .p-index-content01__desc {
        font-size: 14px !important
    }
}

@media only screen and (max-width:767px) {
    .p-index-content01 {
        padding-top: 24.4px;
        padding-bottom: 24px
    }

    .p-index-content01__catch {
        font-size: 18px !important;
        margin-bottom: 6.4px
    }

    .p-index-content01__desc {
        line-height: 2
    }
}

@media only screen and (max-width:991px) {
    .p-index-content02__item-catch {
        font-size: 16px !important
    }
}

@media only screen and (max-width:767px) {
    .p-index-content02 {
        border-top: 1px solid #ddd;
        display: block;
        margin-bottom: 0;
        padding-top: 26.4px
    }

    .p-index-content02__item {
        border-right: 0;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .p-index-content02__item-catch {
        line-height: 1.4;
        margin-bottom: 10.4px
    }

    .p-index-content02__item-desc {
        font-size: 14px !important;
        line-height: 2;
        margin-bottom: 24px
    }
}

@media only screen and (max-width:991px) {
    .p-index-content04__catch {
        font-size: 30px !important
    }

    .p-index-content04__summary {
        font-size: 14px !important
    }
}

@media only screen and (max-width:767px) {
    .p-index-content04 {
        padding-top: 24.4px;
        padding-bottom: 24px
    }

    .p-index-content04 .slick-dots {
        margin-top: 10px;
        position: static
    }

    .p-index-content04__catch {
        font-size: 18px !important;
        margin-bottom: 6.4px
    }

    .p-index-content04__desc,
    .p-index-content04__desc p {
        font-size: 14px !important
    }

    .p-index-content04__summary {
        line-height: 2;
        margin-bottom: 24px
    }

    .p-index-content04__carousel {
        padding-bottom: 0
    }

    .p-index-content04__carousel.slick-slider {
        margin-bottom: 23px
    }

    .p-index-content04__desc {
        columns: 1;
        line-height: 2
    }

    .p-index-content05__image {
        position: static
    }

    .p-index-content06 {
        padding-top: 30px;
        padding-bottom: 0
    }

    .p-index-content06__item {
        margin-bottom: 24px;
        width: 100%
    }

    .p-index-content06__item-image {
        margin-bottom: 18.4px;
        width: 180px;
        height: 180px
    }

    .p-index-content06__item-catch {
        line-height: 1.4;
        margin-bottom: 8.4px
    }

    .p-index-content06__item-desc {
        font-size: 14px !important;
        line-height: 2
    }
}

@media only screen and (max-width:991px) {
    .p-index-content07 .slick-dots {
        bottom: 0
    }

    .p-index-content07 .slick-dotted.slick-slider {
        margin-bottom: 42px
    }

    .p-index-content07 .p-review__desc {
        font-size: 14px
    }

    .p-index-content07__catch {
        font-size: 30px !important;
        margin-bottom: 26.4px
    }

    .p-index-content07__review {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .p-index-content07 {
        height: auto;
        padding: 26px 0 30px;
        text-align: center
    }

    .p-index-content07__catch {
        font-size: 18px !important
    }

    .p-index-content07__archive-link {
        font-size: 12px
    }

    .p-index-content09 {
        padding-top: 24.4px;
        padding-bottom: 30px
    }

    .p-index-content09__catch {
        font-size: 18px !important;
        margin-bottom: 6.4px
    }

    .p-index-content09__desc {
        font-size: 12px !important;
        line-height: 2
    }
}

@media only screen and (max-width:991px) {
    .p-index-slider__item-catch {
        font-size: 30px !important
    }

    .p-index-slider__item-desc {
        font-size: 14px !important
    }

    .p-index-slider__item-content {
        width: 56%
    }

    .p-index-slider__item-image {
        width: 39%
    }
}

@media only screen and (max-width:500px) {
    .p-index-slider {
        height: 580px
    }

    .p-index-slider__item-inner {
        height: 100%;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center
    }

    .p-index-slider__item-content {
        width: 100%
    }

    .p-index-slider__item-catch {
        font-size: 20px !important;
        margin-bottom: 10px
    }

    .p-index-slider__item-desc {
        font-size: 12px !important;
        line-height: 2;
        margin-bottom: 13.4px
    }

    .p-index-slider__item-button {
        margin-bottom: 20px
    }

    .p-index-slider__item-image {
        margin-bottom: 20px;
        width: auto
    }

    .p-header-video,
    .p-header-youtube {
        height: 580px
    }
}

@media only screen and (max-width:767px) {
    .p-latest-news {
        margin-bottom: 30px
    }

    .p-latest-news__title {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding-left: 13px
    }

    .p-latest-news__archive-link {
        font-size: 12px;
        right: 11px
    }

    .p-latest-news__item a {
        padding-left: 13px;
        padding-right: 35px
    }

    .p-latest-news__item a::after {
        right: 9px
    }

    .p-latest-news__item-title {
        font-size: 12px
    }

    .p-latest-news__item-date {
        font-size: 10px
    }
}

@media only screen and (max-width:991px) {
    .p-news-list {
        margin-bottom: 18px
    }

    .p-news-list__item {
        margin-right: 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .p-news-list__item {
        margin-bottom: 0
    }

    .p-news-list__item+.p-news-list__item {
        border-top: 0
    }
}

@media only screen and (max-width:991px) {
    .p-news-ticker {
        box-sizing: border-box;
        font-size: 12px;
        height: 115px;
        line-height: 1.6;
        padding-top: 17px
    }

    .p-news-ticker__inner {
        height: 100%
    }

    .p-news-ticker__archive-link {
        line-height: 1;
        top: auto;
        bottom: 20px;
        right: 0
    }

    .p-news-ticker__archive-link::after {
        margin-left: 10px
    }

    .p-news-ticker__item-date {
        display: block;
        font-size: 10px;
        line-height: 1;
        margin-bottom: 6.4px
    }
}

@media only screen and (max-width:767px) {
    .p-pager {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:991px) {
    .p-page-header {
        margin-bottom: 35px
    }

    .p-page-header__title {
        font-size: 30px !important
    }

    .p-page-header__desc {
        font-size: 14px !important
    }
}

@media only screen and (max-width:767px) {
    .p-page-header {
        height: 280px;
        margin-bottom: 13.5px
    }

    .p-page-header__title {
        font-size: 20px !important;
        line-height: 1.4;
        margin-bottom: 0
    }

    .p-page-header__desc {
        font-size: 12px !important;
        line-height: 2;
        text-align: left
    }

    .p-page-header__meta {
        font-size: 10px;
        line-height: 1.2
    }

    .p-pagetop {
        line-height: 50px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999
    }

    .p-pagetop a {
        width: 50px;
        height: 50px;
        text-align: center
    }

    .p-pagetop a::after {
        position: static
    }
}

@media only screen and (max-width:991px) {

    .p-review__button,
    .p-review__image {
        margin-left: auto;
        margin-right: auto
    }

    .p-review {
        text-align: center
    }

    .p-review__image {
        float: none;
        margin-bottom: 19px
    }

    .p-review__desc,
    .p-review__name {
        text-align: left
    }

    .p-review__button {
        line-height: 40px;
        width: 160px;
        height: 40px
    }
}

@media only screen and (max-width:767px) {

    .p-review__desc,
    .p-review__name {
        font-size: 12px;
        line-height: 2;
        text-align: left
    }

    .p-review__button {
        font-size: 12px;
        margin-bottom: 5.8px
    }

    .p-review-header__name {
        font-size: 12px;
        margin-bottom: 26px;
        min-width: 160px;
        height: 40px;
        line-height: 40px
    }

    .p-review-header__title {
        font-size: 20px !important;
        margin-bottom: 26px;
        width: 100%
    }

    .p-review-footer {
        border: 0;
        margin-bottom: 50px;
        text-align: center
    }

    .p-review-footer+.p-cta {
        margin-bottom: 30px
    }

    .p-review-footer__name {
        font-size: 12px;
        margin-bottom: 40px
    }

    .p-review-footer__link {
        font-size: 12px;
        min-width: 160px;
        height: 40px;
        line-height: 40px
    }

    .p-review-list {
        margin-bottom: 20px
    }

    .p-review-list__row {
        border-bottom: 0;
        padding-top: 0
    }

    .p-review-list__item {
        border-bottom: 1px solid #ddd;
        margin-top: 18.8px;
        padding-bottom: 24px;
        width: 100%
    }

    .p-social-nav {
        margin-bottom: 22px
    }
}

@media only screen and (max-width:991px) {
    .p-showcase__content {
        width: 56%
    }

    .p-showcase__catch {
        font-size: 30px !important
    }

    .p-showcase__desc {
        font-size: 14px !important
    }

    .p-showcase__image {
        width: 40%
    }
}

@media only screen and (max-width:767px) {
    .p-showcase__inner {
        box-sizing: border-box;
        padding-top: 50px;
        text-align: center
    }

    .p-showcase__content {
        position: relative;
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .p-showcase__catch {
        font-size: 20px !important;
        margin-bottom: 10px
    }

    .p-showcase__desc {
        font-size: 12px !important;
        line-height: 2;
        margin-bottom: 14px
    }

    .p-showcase__action {
        margin-bottom: 28px
    }

    .p-showcase__image {
        left: 0;
        margin: auto;
        -webkit-transform: none;
        transform: none;
        width: auto;
        height: 40%
    }

    .p-showcase__image img {
        width: auto;
        height: 100%
    }

    .p-widget {
        margin-bottom: 30px
    }

    .p-widget__title {
        font-size: 14px;
        margin-bottom: 18px
    }

    .p-widget-dropdown {
        height: 40px;
        line-height: 40px
    }

    .p-widget-list__item {
        border: 1px solid #ddd;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 0
    }

    .p-widget-list__item+.p-widget-list__item {
        border-top: 0
    }

    .p-widget-list__item a {
        padding: 14.4px 44px 14.4px 20px
    }

    .p-widget-list__item a::after {
        right: 9px
    }

    .p-widget-search__input {
        height: 40px;
        line-height: 40px;
        width: calc(100% - 40px)
    }

    .p-widget-search__submit {
        width: 40px;
        height: 40px
    }

    .p-widget-area__inner {
        padding-top: 30px;
        padding-bottom: 0
    }

    .p-widget-area__column {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .pb_headline {
        font-size: 30px !important
    }
}

@media only screen and (max-width:767px) {

    .pb_catchcopy,
    .pb_headline {
        font-size: 20px !important
    }
}

[data-class=wpcf7cf_group],
.wpcf7cf_remove,
.wpcf7cf_add {
    display: none
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px
}

.wpcf7cf_repeater_controls,
.wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.wpcf7cf_multistep .wpcf7cf_step {
    width: 100%
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: 700
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}



* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.66
}

ul,
ol,
li {
    list-style: none
}

img {
    width: 100%;
    max-width: 100%
}

.sp {
    display: none
}

.corp_header {
    display: none
}

.l-footer {
    display: none
}

header {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%
}

header .header_inner {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px 0 46px
}

header .header_inner .logo_area a {
    display: flex;
    align-items: center
}

header .header_inner .logo_area a .logo_img {
    width: 164px;
    margin: 0 28px 0 0
}

header .header_inner .logo_area a .logo_tag {
    min-width: 100px;
    color: #54b6d4;
    font-size: 10px;
    font-weight: 700;
    border: 1px solid #54b6d4;
    border-radius: 50px;
    text-align: center;
    padding: 5px 14px;
    letter-spacing: .083em
}

header .header_inner .contact_area {
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .header_inner .contact_area .tel {
    margin: 0 10px 0 0
}

header .header_inner .contact_area .tel a {
    color: #696969;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: .05em;
    position: relative
}

header .header_inner .contact_area .tel a:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/ico_tel.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 37px;
    display: block;
    position: absolute;
    left: -28px;
    top: -5px
}

header .header_inner .contact_area .btn {
    width: 180px;
    height: 60px;
    border: 2px solid #f2932d;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
    padding: 0
}

header .header_inner .contact_area .btn:hover {
    opacity: .5
}

header .header_inner .contact_area .btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px
}

header .header_inner .contact_area .btn.request {
    margin: 0 10px 0 0
}

header .header_inner .contact_area .btn.request a {
    color: #696969
}

header .header_inner .contact_area .btn.contact {
    background: #f2932d
}

header .header_inner .contact_area .btn.contact a {
    color: #fff
}

#wrapper {
    overflow: hidden
}

.menu-btn,
.menu-icon,
.menu {
    display: none
}

#mv {
    height: 664px;
    overflow: hidden;
    position: relative;
    margin: 100px 0 0
}

#mv.mv_all {
    height: unset
}

#mv.mv_all picture {
    display: block
}

#mv.mv_all .mv_inner {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0
}

#mv.mv_all .mv_inner .mv_btn {
    position: relative;
    top: unset;
    left: unset;
    width: 36vw;
    margin: auto
}

#mv.mv_all .mv_inner .mv_btn a {
    width: 100%;
    height: 7vw;
    font-size: 2vw
}

#mv .mv_img {
    width: 1500px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%)
}

#mv .mv_inner {
    width: 100%;
    max-width: 1108px;
    margin: 0 auto;
    position: relative
}

#mv .mv_inner .mv_logo_text_set {
    position: absolute;
    display: inline-block;
    left: 70px;
    top: 204px;
    text-align: center
}

#mv .mv_inner .mv_logo_text_set .mv_text {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0 0 31px
}

#mv .mv_inner .mv_logo_text_set .mv_text span {
    -webkit-text-emphasis: filled;
    text-emphasis: filled
}

#mv .mv_inner .mv_logo_text_set .mv_logo {
    width: 365px;
    margin: 0 0 0 50px
}

#mv .mv_inner .mv_logo_text_set .mv_tag {
    min-width: 140px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    padding: 7px 40px;
    margin: 22px 0 0;
    display: inline-block;
    letter-spacing: .083em
}

#mv .mv_inner .mv_medal {
    position: absolute;
    width: 672px;
    top: 65px;
    left: 50px
}

#mv .mv_inner .mv_btn {
    position: absolute;
    top: 298px;
    left: 30px;
    transition: .2s
}

#mv .mv_inner .mv_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 387px;
    height: 72px;
    background: #f2932d;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: .05em;
    border-radius: 36px
}

#mv .mv_inner .mv_btn:hover {
    opacity: .5
}

#mv .mv_btn a.wedge0920_btn {
    text-align: center;
    line-height: 1.4
}

#mv .mv_cm {
    position: absolute;
    max-width: 384px;
    width: 29vw;
    max-height: 507px;
    height: 37vw;
    bottom: -100px;
    right: 0
}

#about {
    margin: 80px 0 100px
}

#about .inner {
    max-width: 882px;
    width: 92%;
    margin: 0 auto;
    position: relative
}

#about .inner .title {
    text-align: center;
    margin: 0 0 50px
}

#about .inner .title img {
    width: auto
}

#about .inner .about_text {
    text-align: center
}

#able {
    position: relative
}

#able:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/able_bg.png) no-repeat;
    background-size: 100% 80%;
    display: block;
    width: 1920px;
    height: 1500px;
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none
}

#able .inner {
    max-width: 1108px;
    width: 92%;
    margin: 0 auto;
    position: relative
}

#able .inner .title {
    text-align: center;
    margin: 0 0 36px
}

#able .inner .title img {
    width: auto
}

#able .inner .able_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#able .inner .able_list:after {
    content: "";
    display: block;
    width: 32%
}

#able .inner .able_list .able_item {
    width: 32%;
    margin: 0 0 20px;
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 8px 15px -5px #ccc
}

#able .inner .able_list .able_item.open {
    overflow: unset;
    z-index: 1
}

#able .inner .able_list .able_item.open .able_item_inner {
    height: auto
}

#able .inner .able_list .able_item .able_item_inner {
    display: flex;
    flex-direction: column;
    height: 230px;
    position: relative
}

#able .inner .able_list .able_item .title {
    background: #54b6d4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700
}

#able .inner .able_list .able_item .able_text {
    padding: 20px;
    font-size: 15px;
    flex: 1;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transition: max-height .5s ease
}

#able .inner .able_list .able_item .able_text p {
    white-space: pre-wrap
}

#able .inner .able_list .able_item .toggle_button {
    display: none;
    margin: -48px auto 0;
    cursor: pointer;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 20%);
    background-color: transparent;
    padding: 20px 0 4px;
    text-align: right;
    z-index: 1;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    bottom: 0
}

#able .inner .able_list .able_item .toggle_button img {
    width: auto;
    margin-right: 10px
}

#able .inner .able_list .able_item.show_button .toggle_button {
    display: block
}

#able .able_slide_list {
    max-width: 1108px;
    width: 94%;
    margin: 85px auto 120px
}

#able .able_slide_list #able_slide .slide-item {
    margin: 0 5px;
    border: 2px solid #54b6d4;
    background: #fff;
    padding: 15px;
    border-radius: 30px
}

#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_title {
    color: #54b6d4;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding: 40px 0 20px;
    border-bottom: 2px solid #54b6d4
}

#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img {
    margin: 40px 0 60px;
    cursor: pointer
}

#able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img img {
    width: 100%
}

#able .able_slide_list #able_slide .slick-dots li {
    background: #eee
}

#able .able_slide_list #able_slide .slick-dots li.slick-active {
    background: #54b6d4
}

#able .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8)
}

#able .modal-content {
    margin: auto;
    display: block;
    max-width: 84%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -180px;
    bottom: 0
}

#able .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer
}

#trouble {
    background: #e7e7e7;
    padding: 70px 0 228px;
    overflow: hidden;
    position: relative
}

#trouble .inner {
    max-width: 882px;
    width: 92%;
    margin: 0 auto;
    position: relative
}

#trouble .inner .title {
    text-align: center;
    margin: 0 0 36px
}

#trouble .inner .title img {
    width: auto
}

#trouble .inner .fukidashi {
    background: #0b2265;
    max-width: 846px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
    border-radius: 100px
}

#trouble .inner .fukidashi .list {
    padding: 0 75px;
    position: relative;
    z-index: 1
}

#trouble .inner .fukidashi .list ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding: 0 0 0 40px
}

#trouble .inner .fukidashi .list ul li+li {
    margin-top: 13px
}

#trouble .inner .fukidashi .list ul li:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/icon_trouble_check.svg) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

#trouble .inner:after {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/trouble_illust_pc.png) no-repeat;
    background-size: 100%;
    position: absolute;
    max-width: 882px;
    width: 100%;
    height: 274px;
    left: 0;
    right: 0;
    bottom: -240px;
    margin: auto
}

#merit {
    padding: 155px 0 0;
    position: relative;
    z-index: 5
}

#merit .inner {
    max-width: 1108px;
    width: 100%;
    margin: 0 auto
}

#merit .inner .title {
    text-align: center;
    margin: 0 0 36px
}

#merit .inner .title img {
    width: auto
}

#merit .inner .title_text {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.666;
    margin: 0 0 185px
}

#merit .inner .merit_list ul {
    display: flex;
    justify-content: space-between
}

#merit .inner .merit_list ul li {
    background: #edfaff;
    max-width: 356px;
    width: 32%;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.66;
    font-weight: 500
}

#merit .inner .merit_list ul li .img {
    width: 100%;
    height: auto;
    max-width: 340px;
    max-height: 340px;
    position: relative;
    left: 0;
    right: 0;
    margin: -50% auto -50px
}

#merit .inner .merit_list ul li .img picture {
    display: block
}

#merit .inner .merit_list ul li .text_area {
    padding: 30px
}

#merit .inner .merit_list ul li .text_area .title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 33px;
    position: relative
}

#merit .inner .merit_list ul li .text_area .title .num {
    color: #fff;
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/merit_num_bg.svg) no-repeat;
    background-size: 100%;
    width: 43px;
    height: 43px;
    display: inline-block;
    margin: 0 8px 0 0
}

#merit:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/trouble_arrow.svg) no-repeat;
    background-size: 100%;
    width: 211px;
    height: 95px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

#result {
    padding: 120px 0 0;
    position: relative;
    overflow-x: clip
}

#result .inner {
    max-width: 842px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

#result .inner .title {
    text-align: center;
    margin: 0 0 12px
}

#result .inner .title img {
    width: auto
}

#result .inner .title_text {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.666;
    margin: 0 0 44px
}

#result .inner .result_list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

#result .inner .result_list ul li {
    max-width: 222px;
    width: 32%;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.66;
    font-weight: 500
}

#result .inner .result_list ul li .img {
    width: 100%;
    height: 174px;
    max-width: 215px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 12px
}

#result .inner .result_list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

#result .inner .result_list ul li .text_area .title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: #0b2265
}

#result .inner .result_list ul li .text_area .text {
    color: #4a4949
}

#result .inner .result_list ul li:nth-of-type(n+4) {
    margin: 44px 0 0
}

#result:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/bg_dot.svg) no-repeat;
    background-size: 100%;
    width: 1634px;
    height: 348px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    margin: auto;
    z-index: 2
}

#movie {
    padding: 235px 0 88px;
    position: relative;
    background: #f0fbff;
    overflow-x: clip
}

#movie .inner {
    max-width: 880px;
    width: 100%;
    margin: 0 auto
}

#movie .inner .title {
    text-align: center;
    margin: 0 0 53px
}

#movie .inner .movie {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    position: relative
}

#movie .inner .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#movie:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/bg_white_tri.svg) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-width: 1400px;
    height: 166px;
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%)
}

#trial {
    padding: 62px 0 54px;
    position: relative;
    background: linear-gradient(#28b1d9 0%, #70eaf6 100%)
}

#trial .inner {
    color: #fff
}

#trial .inner .title {
    text-align: center;
    margin: 0 0 53px
}

#trial .inner .title img {
    width: auto
}

#trial .inner .text {
    font-weight: 500;
    font-size: 27px;
    line-height: 1.66;
    text-align: center;
    margin: 0 0 70px
}

#trial .inner .text p+p {
    margin: 1em 0 0
}

#trial .inner .btn {
    width: 398px;
    margin: 0 auto;
    border: none
}

#trial .inner .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    background: #f2932d;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .05em;
    border-radius: 36px
}

#plan {
    padding: 55px 0 34px;
    background: #fafafa
}

#plan .inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto
}

#plan .inner .title {
    text-align: center;
    margin: 0 0 40px
}

#plan .inner .title img {
    width: auto
}

#plan .inner .title_text {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.666;
    margin: 0 0 85px;
    letter-spacing: .1em
}

#plan .inner table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

#plan .inner .RP_table_box {
    overflow-x: auto
}

#plan .inner .RP_table {
    background-color: #fff;
    max-width: 1020px;
    margin: auto;
    table-layout: fixed;
    position: relative;
    min-width: 660px
}

#plan .inner .RP_table:after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(15% + 2px);
    width: calc(23% - 2px);
    height: calc(100% - 5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    pointer-events: none;
    border-radius: 20px 20px 0 0
}

#plan .inner .RP_table th,
#plan .inner .RP_table td {
    text-align: center;
    vertical-align: middle;
    border: 3px solid #fafafa;
    font-weight: 400
}

#plan .inner .RP_table thead th:first-of-type {
    border: none
}

#plan .inner .RP_table thead th:nth-of-type(2) {
    border-left: none
}

#plan .inner .RP_table thead td {
    background-color: #fafafa
}

#plan .inner .RP_table thead th {
    background-color: #fafafa;
    vertical-align: bottom
}

#plan .inner .RP_table thead th div {
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    vertical-align: middle;
    display: grid;
    place-items: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

#plan .inner .RP_table thead th:first-of-type div {
    background-color: #f2932d;
    height: 110px;
    color: #fff
}

#plan .inner .RP_table thead th:nth-of-type(2) div {
    background-color: #40bee5;
    color: #fff;
    height: 100px
}

#plan .inner .RP_table thead th:nth-of-type(3) div {
    background-color: #40bee5;
    color: #fff;
    height: 100px
}

#plan .inner .RP_table thead th:nth-of-type(4) div {
    background-color: #40bee5;
    color: #fff;
    height: 100px
}

#plan .inner .colgroup_1 {
    width: 15%
}

#plan .inner .colgroup_2 {
    width: 23%
}

#plan .inner .RP_table tbody tr:nth-of-type(-n+2) {
    height: 100px
}

#plan .inner .RP_table tbody tr:nth-of-type(3) {
    height: 110px;
    background-color: #fafafa
}

#plan .inner .RP_table tbody tr:nth-of-type(1) td {
    border-bottom: 3px solid #d8dfe8
}

#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(1) {
    border-bottom: 3px solid #d8dfe8
}

#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(2),
#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(3) {
    border-right: 3px solid #d8dfe8;
    border-bottom: 3px solid #d8dfe8
}

#plan .inner .RP_table tbody tr:nth-of-type(2) td:nth-of-type(4) {
    border-bottom: 3px solid #d8dfe8
}

#plan .inner .RP_table tbody tr:nth-of-type(3) td {
    vertical-align: top
}

#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(2),
#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(3) {
    border-right: 3px solid #d8dfe8
}

#plan .inner .RP_table tbody tr:nth-of-type(3) th,
#plan .inner .RP_table tbody tr:nth-of-type(3) td {
    vertical-align: top
}

#plan .inner .RP_table tbody tr:nth-of-type(3) th>div,
#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(n+2)>div {
    height: 100px;
    background-color: #fff;
    display: grid;
    place-items: center
}

#plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(1)>div {
    height: 110px;
    background-color: #fff;
    display: grid;
    place-items: center
}

#plan .inner .RP_table tbody td {
    font-size: 20px;
    background: #fff
}

#plan .inner .RP_table .emphasis {
    font-size: 40px;
    font-weight: 700
}

#plan .inner .RP_table .orange_emphasis {
    color: #f2932d;
    font-size: 40px;
    font-weight: 700
}

#plan .inner .synopsis2 {
    text-align: center
}

#plan .inner .message {
    max-width: 820px;
    width: 100%;
    margin: 60px auto 42px;
    background-color: #fff;
    -webkit-clip-path: polygon(0% 100%, 30px 0%, 100% 0%, 790px 100%);
    clip-path: polygon(0% 100%, 30px 0%, 100% 0%, 790px 100%);
    text-align: center;
    padding: 25px;
    text-align: center;
    font-size: 22px;
    box-sizing: border-box
}

#plan .inner .message p span {
    background: linear-gradient(transparent 95%, #a9ebf6 60%)
}

#plan .inner .download .title {
    margin: 0 0 14px
}

#plan .inner .download .btn {
    width: 398px;
    max-width: unset;
    margin: 0 auto;
    border: none
}

#plan .inner .download .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    background: #fff;
    border: 3px solid #f2932d;
    color: #f2932d;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 36px
}

#voice {
    padding: 45px 0 88px;
    position: relative;
    overflow-x: clip
}

#voice .inner {
    position: relative;
    z-index: 3
}

#voice .inner .title {
    text-align: center;
    margin: 0 0 25px
}

#voice .inner .title img {
    width: auto
}

#voice .inner .title_text {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.666;
    margin: 0 0 80px
}

#voice .inner .logo_area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 8%;
    max-width: 875px;
    width: 100%;
    margin: 0 auto
}

#voice .inner .logo_area ul li {
    overflow: hidden;
    position: relative;
    max-width: 120px;
    width: 20%
}

#voice .inner #js-slide .slick-list {
    overflow: unset
}

#voice .inner #js-slide .slick-track {
    display: flex;
    align-items: center
}

#voice .inner #js-slide .item {
    max-width: 500px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1607843137);
    margin: 0 44px;
    border: 1px solid transparent
}

#voice .inner #js-slide .item .item_inner {
    padding: 40px
}

#voice .inner #js-slide .item .item_inner .title {
    position: relative
}

#voice .inner #js-slide .item .item_inner .title h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    z-index: 1;
    white-space: pre-line
}

#voice .inner #js-slide .item .item_inner .title:after {
    content: "";
    display: block;
    position: absolute;
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/icon_voice.svg) no-repeat center center/contain;
    z-index: 0;
    top: -20px;
    left: -25px;
    width: 100px;
    height: 75px
}

#voice .inner #js-slide .item .item_inner p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #292b2b;
    white-space: pre-line
}

#voice .inner #js-slide .item .item_inner .voice_person {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#voice .inner #js-slide .item .item_inner .voice_person .voice_person_information {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 15px;
    white-space: pre-line
}

#voice .inner #js-slide .item .item_inner .voice_person .voice_person_img {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

#voice .inner #js-slide .item .item_inner .voice_person .voice_person_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#voice .inner #js-slide .slick-current {
    border: 1px solid #5ecef1
}

#voice .inner #js-slide .slide-arrow {
    background-color: transparent;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 3;
    cursor: pointer;
    transition: .2s
}

#voice .inner #js-slide .slide-arrow:hover {
    opacity: .5
}

#voice .inner #js-slide .prev-arrow {
    border-bottom: 30px solid transparent;
    border-left: 0;
    border-right: 30px solid #40bee5;
    border-top: 30px solid transparent;
    right: calc(50% + 285px)
}

#voice .inner #js-slide .next-arrow {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #40bee5;
    border-right: 0;
    border-top: 30px solid transparent;
    left: calc(50% + 285px)
}

#voice .inner #js-slide button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0
}

#voice:before {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/bg_gray_tri.svg) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    min-width: 1400px;
    height: 166px;
    display: block;
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%)
}

#qa {
    padding: 55px 0 50px;
    background: #f0fbff
}

#qa .inner {
    max-width: 790px;
    width: 100%;
    margin: 0 auto
}

#qa .inner .title {
    text-align: center;
    margin: 0 0 40px
}

#qa .inner .title img {
    width: auto
}

#qa .inner .job {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px;
    letter-spacing: .1em
}

#qa .inner .qa_list {
    max-width: 790px;
    width: 100%
}

#qa .inner .qa_list ul li {
    margin: 0 auto 33px
}

#qa .inner .qa_list ul li .question {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    padding: 20px 24px 20px 90px;
    margin: 0 0 5px;
    position: relative
}

#qa .inner .qa_list ul li .question:before {
    content: "";
    position: absolute;
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/question.svg) no-repeat;
    background-size: 100%;
    width: 19px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 37px;
    margin: auto
}

#qa .inner .qa_list ul li .answer {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    padding: 20px 24px 20px 90px;
    position: relative
}

#qa .inner .qa_list ul li .answer:before {
    content: "";
    position: absolute;
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/answer.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 37px;
    margin: auto
}

#qa .inner .qa_list ul li:last-child {
    margin: 0 auto
}

#contact {
    background: linear-gradient(#28b1d9 0%, #70eaf6 100%);
    position: relative;
    padding: 75px 0 93px;
    overflow: hidden
}

#contact .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

#contact .inner .text_area {
    max-width: 960px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1
}

#contact .inner .text_area .title {
    text-align: center;
    margin: 0 0 36px
}

#contact .inner .text_area .title img {
    width: auto
}

#contact .inner .text_area p {
    font-size: 23px;
    line-height: 1.88;
    font-weight: 500
}

#contact .inner .text_area .btn {
    width: 347px;
    margin: 26px auto 0;
    border: none
}

#contact .inner .text_area .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    background: #fff;
    border: 3px solid #f2932d;
    color: #f2932d;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .05em;
    border-radius: 36px
}

#contact .inner .text_area .contact_area {
    margin: 65px 0 0
}

#contact .inner .text_area .contact_area .btn {
    margin: 10px auto 0
}

#contact .inner .text_area .contact_area .btn a {
    background: #f2932d;
    border: 3px solid #f2932d;
    color: #fff
}

#contact .inner:after {
    content: "";
    background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/contact_img.png) no-repeat;
    background-size: 100%;
    width: 351px;
    height: 817px;
    display: block;
    position: absolute;
    top: 0;
    right: 140px
}

footer {
    padding: 54px 0 48px
}

footer .footer_logo {
    width: 224px;
    margin: 0 auto 22px
}

footer .copyright {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    color: #696969
}

@media screen and (max-width:980px) {
    header .header_inner .contact_area {
        display: none
    }

    .menu {
        display: block;
        list-style: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        clear: both;
        background: #fff;
        transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
        opacity: 0;
        pointer-events: none;
        z-index: 99
    }

    .menu .menu_inner {
        margin: 100px 0 0;
        padding: 40px 0 0;
        position: relative;
        height: 100%;
        z-index: 1;
        background: linear-gradient(#28b1d9 0%, #70eaf6 100%)
    }

    .menu .menu_inner .main_menu {
        width: 70vw;
        margin: 0 auto
    }

    .menu .menu_inner .main_menu li {
        border-bottom: 1px solid #fff;
        margin: 0 0 34px;
        padding: 0 0 14px
    }

    .menu .menu_inner .main_menu li a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-decoration: none;
        transition: .2s
    }

    .menu .menu_inner .main_menu li a:hover {
        opacity: .5
    }

    .menu .menu_inner .sub_menu {
        width: 70vw;
        margin: 0 auto
    }

    .menu .menu_inner .sub_menu li {
        margin: 0 0 20px
    }

    .menu .menu_inner .sub_menu li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 34px;
        text-decoration: none;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: .05em;
        border-radius: 36px;
        padding: 4px 0;
        transition: .2s
    }

    .menu .menu_inner .sub_menu li a.siryo {
        background: #fff;
        color: #f2932d;
        border: 2px solid #f2932d;
        color: #696969
    }

    .menu .menu_inner .sub_menu li a.contact {
        background: #f2932d;
        color: #fff;
        border: 2px solid #fff
    }

    .menu .menu_inner .sub_menu li a:hover {
        background: #0b2265;
        color: #fff;
        border: 2px solid #fff
    }

    .menu-btn:checked~.menu {
        opacity: 1;
        transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
        pointer-events: all
    }

    .menu-btn:checked~.menu a,
    .menu-btn:checked~.menu li {
        opacity: 1;
        transition: .3192s cubic-bezier(.04, .04, .12, .96) .2s
    }

    .menu-btn {
        display: none
    }

    .menu-icon {
        display: inline-block;
        position: fixed;
        right: 12px;
        top: 26px;
        cursor: pointer;
        padding: 24px 10px 10px;
        z-index: 100;
        transition: all .5s
    }
}

@media screen and (max-width:980px) and (hover:hover) and (pointer:fine) {
    .menu-icon:hover {
        opacity: .8
    }
}

@media screen and (max-width:980px) {
    .navicon {
        background: 0 0;
        display: block;
        height: 2px;
        width: 28px;
        position: relative;
        top: -6px;
        transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
        background: #54b6d4
    }
}

@media screen and (max-width:980px) {

    .navicon:before,
    .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #54b6d4;
        transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s
    }
}

@media screen and (max-width:980px) {
    .navicon:before {
        top: 9px
    }
}

@media screen and (max-width:980px) {
    .navicon:after {
        bottom: 9px
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon:after {
        content: ""
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon .navicon {
        top: -7px
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg)
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg)
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
        top: 0
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        bottom: 0
    }
}

@media screen and (max-width:980px) {
    .menu-btn:checked~.menu-icon .navicon {
        background: rgba(0, 0, 0, 0);
        transition: .2192s cubic-bezier(.04, .04, .12, .96) .1008s
    }
}

@media screen and (max-width:910px) {
    br {
        display: block
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    header .header_inner {
        height: 50px;
        padding: 3.2vw 3.7333333333vw;
        box-sizing: border-box
    }

    header .header_inner .logo_area a .logo_img {
        width: 28.2666666667vw;
        max-width: 106px;
        margin: 0 1.8666666667vw 0 0
    }

    header .header_inner .logo_area a .logo_tag {
        min-width: 22.9333333333vw;
        padding: .8vw 1.8666666667vw
    }

    header .header_inner .contact_area {
        display: none
    }

    .menu-icon {
        top: 6px
    }

    .menu .menu_inner {
        margin: 50px 0 0
    }

    #mv {
        height: 137.6vw;
        margin: 50px 0 0
    }

    #mv.mv_all {
        height: unset
    }

    #mv.mv_all picture {
        display: block
    }

    #mv.mv_all .mv_inner {
        display: none
    }

    #mv .mv_img {
        width: 100%;
        bottom: -10px
    }

    #mv .mv_inner {
        width: 100%
    }

    #mv .mv_inner .mv_logo_text_set {
        left: 8vw;
        top: 5.3333333333vw
    }

    #mv .mv_inner .mv_logo_text_set .mv_text {
        font-size: 7.4666666667vw;
        font-weight: 500;
        margin: 0;
        letter-spacing: 0
    }

    #mv .mv_inner .mv_logo_text_set .mv_logo {
        display: none
    }

    #mv .mv_inner .mv_logo_text_set .mv_tag {
        display: none
    }

    #mv .mv_inner .mv_medal {
        position: absolute;
        width: 89.3333333333vw;
        top: 42.6666666667vw;
        left: 0;
        right: 0;
        margin: auto
    }

    #mv .mv_inner .mv_btn {
        display: none
    }

    #mv .mv_cm {
        display: none
    }

    #cm {
        padding: 1.0666666667vw 0
    }

    #cm .inner {
        max-width: unset;
        width: 89.3333333333vw;
        margin: 0 auto
    }

    #cm .inner .title {
        text-align: center;
        margin: 0 0 1.0666666667vw
    }

    #cm .inner .title img {
        width: 100%;
        max-width: 37.8666666667vw
    }

    #cm .inner .movie {
        padding-top: 56.25%;
        width: 74.1333333333vw;
        height: 0;
        position: relative;
        margin: 0 auto 2.1333333333vw
    }

    #cm .inner .movie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }

    #cm .inner .btn {
        border: none;
        box-sizing: border-box
    }

    #cm .inner .btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10.4vw;
        background: #f2932d;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: .05em;
        border-radius: 36px
    }

    #cm .inner .btn a.wedge0920_btn {
        text-align: center;
        line-height: 1.4;
        height: 20vw;
        max-height: 82px;
        font-size: 18px
    }

    #about {
        margin: 10.6666666667vw 0 26.6666666667vw
    }

    #about .inner {
        width: 92%
    }

    #about .inner .title {
        text-align: center;
        margin: 0 0 8vw
    }

    #about .inner .title img {
        height: 4vw
    }

    #about .inner .about_text {
        font-size: 14px
    }

    #able {
        position: relative
    }

    #able:before {
        width: 100%;
        height: 790px;
        top: -16vw
    }

    #able .inner {
        width: 92%
    }

    #able .inner .title {
        text-align: center;
        margin: 0 0 8vw
    }

    #able .inner .title img {
        width: auto;
        height: 4vw
    }

    #able .inner .able_list:after {
        content: "";
        display: block;
        width: 48%
    }

    #able .inner .able_list .able_item {
        width: 48%;
        height: 200px;
        margin: 0 0 40px
    }

    #able .inner .able_list .able_item.open {
        overflow: unset;
        z-index: 1
    }

    #able .inner .able_list .able_item.open .able_item_inner {
        height: auto
    }

    #able .inner .able_list .able_item.open .toggle_button {
        bottom: -40px;
        background: #fff;
        padding: 13px 0 4px
    }

    #able .inner .able_list .able_item .able_item_inner {
        height: 200px
    }

    #able .inner .able_list .able_item .title {
        margin: 0;
        padding: 2.1333333333vw;
        font-size: 14px
    }

    #able .inner .able_list .able_item .able_text {
        padding: 2.1333333333vw;
        font-size: 11px;
        height: 130px;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 8px 15px -5px #ccc;
        overflow: hidden;
        transition: max-height .5s ease
    }

    #able .inner .able_list .able_item .able_text p {
        white-space: pre-wrap
    }

    #able .inner .able_list .able_item .toggle_button {
        margin: -48px auto 0;
        padding: 8px 0 4px;
        bottom: 0
    }

    #able .inner .able_list .able_item .toggle_button img {
        width: auto;
        margin-right: 10px;
        height: 10px
    }

    #able .able_slide_list {
        width: 100%;
        margin: 8vw auto 16vw
    }

    #able .able_slide_list #able_slide .slide-item {
        margin: 0 1.0666666667vw;
        padding: 2.1333333333vw;
        border-radius: 15px
    }

    #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_title {
        font-size: 16px;
        padding: 2.1333333333vw 0
    }

    #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img {
        margin: 4.2666666667vw 0
    }

    #able .able_slide_list #able_slide .slide-item .item_inner .able_slide_img img {
        width: 100%
    }

    #able .able_slide_list #able_slide .slick-dots li {
        background: #eee
    }

    #able .able_slide_list #able_slide .slick-dots li.slick-active {
        background: #54b6d4
    }

    #able .able_slide_list #able_slide .slick-prev {
        left: 0;
        z-index: 3
    }

    #able .able_slide_list #able_slide .slick-next {
        right: 0;
        z-index: 3
    }

    #trouble {
        padding: 8vw 0 45.3333333333vw
    }

    #trouble .inner {
        max-width: 882px;
        width: 89.3333333333vw
    }

    #trouble .inner .title {
        margin: 0 0 4.8vw
    }

    #trouble .inner .fukidashi {
        padding: 10.6666666667vw 6.6666666667vw;
        border-radius: 15px;
        box-sizing: border-box
    }

    #trouble .inner .fukidashi .list {
        padding: 0
    }

    #trouble .inner:after {
        content: "";
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/trouble_illust_sp.png) no-repeat;
        background-size: 100%;
        position: absolute;
        max-width: unset;
        width: 37.0666666667vw;
        height: 49.3333333333vw;
        left: 0;
        right: -36vw;
        bottom: -45vw;
        margin: auto
    }

    #merit {
        padding: 12vw 0 0
    }

    #merit .inner {
        width: 89.3333333333vw
    }

    #merit .inner .title {
        margin: 0 0 6.9333333333vw
    }

    #merit .inner .title_text {
        font-size: 14px;
        margin: 0 0 11.7333333333vw
    }

    #merit .inner .merit_list ul {
        display: block
    }

    #merit .inner .merit_list ul li {
        background: #edfaff;
        max-width: unset;
        width: 74.6666666667vw;
        font-size: 14px;
        margin: 0 0 8vw auto
    }

    #merit .inner .merit_list ul li .img {
        width: 34vw;
        height: auto;
        max-width: unset;
        max-height: unset;
        position: absolute;
        left: -23vw;
        right: unset;
        top: -8vw;
        margin: 0 auto
    }

    #merit .inner .merit_list ul li .img picture {
        display: block
    }

    #merit .inner .merit_list ul li .text_area {
        padding: 4.5333333333vw 4.5333333333vw 4.5333333333vw 7.4666666667vw
    }

    #merit .inner .merit_list ul li .text_area .title {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 3.2vw;
        position: relative
    }

    #merit .inner .merit_list ul li .text_area .title .num {
        color: #fff;
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/merit_num_bg.svg) no-repeat;
        background-size: 100%;
        width: 27px;
        height: 27px;
        display: inline-block;
        margin: 0 2px 0 0
    }

    #merit:before {
        content: "";
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/trouble_arrow.svg) no-repeat;
        background-size: 100%;
        width: 17.8666666667vw;
        height: 8vw
    }

    #result {
        padding: 29.3333333333vw 0 13.3333333333vw
    }

    #result .inner {
        width: 89.3333333333vw
    }

    #result .inner .title {
        text-align: center;
        margin: 0 0 1.0666666667vw
    }

    #result .inner .title_text {
        margin: 0 0 5.3333333333vw
    }

    #result .inner .result_list ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    #result .inner .result_list ul li {
        max-width: unset;
        width: 41.8666666667vw;
        position: relative;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto 6.4vw
    }

    #result .inner .result_list ul li .img {
        width: 100%;
        height: auto;
        max-width: 215px;
        height: 33.3333333333vw;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto 3.7333333333vw
    }

    #result .inner .result_list ul li .text_area {
        width: 41.0666666667vw;
        margin: 0 auto
    }

    #result .inner .result_list ul li .text_area .title {
        font-size: 20px
    }

    #result .inner .result_list ul li .text_area .text {
        color: #4a4949
    }

    #result .inner .result_list ul li:nth-of-type(n+4) {
        margin: 0 auto 6.4vw
    }

    #result:before {
        content: "";
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/bg_dot_sp.svg) no-repeat;
        background-size: 100%;
        width: 144.8vw;
        height: 48vw;
        top: -13vw
    }

    #trial {
        padding: 13.3333333333vw 0;
        position: relative;
        background: linear-gradient(#28b1d9 0%, #70eaf6 100%)
    }

    #trial .inner {
        color: #fff;
        width: 89.3333333333vw;
        margin: 0 auto
    }

    #trial .inner .title {
        margin: 0 0 9.3333333333vw
    }

    #trial .inner .text {
        font-size: 16px;
        margin: 0 0 8vw
    }

    #trial .inner .text p+p {
        margin: 1em 0 0
    }

    #trial .inner .btn {
        width: 80vw;
        margin: 0 auto
    }

    #trial .inner .btn a {
        height: 9.0666666667vw;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: .05em;
        border-radius: 36px
    }

    #plan {
        padding: 7.4666666667vw 0
    }

    #plan .inner {
        width: 89.3333333333vw
    }

    #plan .inner .title {
        text-align: center;
        margin: 0 0 5.3333333333vw
    }

    #plan .inner .title_text {
        font-size: 14px;
        margin: 0 0 6.6666666667vw;
        letter-spacing: 0
    }

    #plan .inner .RP_table {
        min-width: unset;
        width: 630px;
        position: relative;
        left: -5.3333333333vw
    }

    #plan .inner .RP_table:after {
        left: calc(20% + 2px);
        border-radius: 5px 5px 0 0
    }

    #plan .inner .colgroup_1 {
        width: 20%
    }

    #plan .inner .RP_table thead th div {
        font-size: 22px;
        border-radius: 5px 5px 0 0
    }

    #plan .inner .RP_table tbody th {
        font-size: 12px;
        background: #fff
    }

    #plan .inner .RP_table tbody td {
        font-size: 12px;
        padding: 10px
    }

    #plan .inner .RP_table thead th:first-of-type div {
        height: 40px;
        font-size: 12px
    }

    #plan .inner .RP_table thead th:nth-of-type(2) div,
    #plan .inner .RP_table thead th:nth-of-type(3) div,
    #plan .inner .RP_table thead th:nth-of-type(4) div {
        height: 34px;
        font-size: 12px
    }

    #plan .inner .RP_table tbody tr:nth-of-type(-n+2) {
        height: 34px
    }

    #plan .inner .RP_table tbody tr:nth-of-type(3) {
        height: 70px
    }

    #plan .inner .RP_table tbody tr:nth-of-type(3) th {
        vertical-align: middle
    }

    #plan .inner .RP_table tbody tr:nth-of-type(3) th>div,
    #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(n+2)>div {
        height: 34px
    }

    #plan .inner .RP_table tbody tr:nth-of-type(3) td:nth-of-type(1)>div {
        height: 40px
    }

    #plan .inner .RP_table_box {
        padding-bottom: 10px
    }

    #plan .inner .RP_table .emphasis {
        font-size: 16px
    }

    #plan .inner .RP_table .orange_emphasis {
        font-size: 16px
    }

    #plan .inner .message {
        width: 100vw;
        margin: 10.6666666667vw auto;
        background-color: #fff;
        -webkit-clip-path: polygon(0% 100%, 7vw 0%, 100% 0%, 91vw 100%);
        clip-path: polygon(0% 100%, 7vw 0%, 100% 0%, 91vw 100%);
        text-align: center;
        padding: 25px;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
        position: relative;
        left: -5.3333333333vw;
        line-height: 1.71
    }

    #plan .inner .download .title {
        margin: 0 0 6.6666666667vw
    }

    #plan .inner .download .btn {
        width: 80vw;
        margin: 0 auto
    }

    #plan .inner .download .btn a {
        width: 100%;
        height: 9.0666666667vw;
        background: #fff;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .05em;
        border-radius: 36px
    }

    #voice {
        padding: 12vw 0 10.6666666667vw;
        position: relative;
        overflow-x: clip
    }

    #voice .inner {
        position: relative;
        z-index: 3
    }

    #voice .inner .title {
        margin: 0 0 4.5333333333vw
    }

    #voice .inner .title_text {
        font-size: 14px;
        margin: 0 0 11.2vw
    }

    #voice .inner .logo_area {
        width: 100%;
        margin: 0 auto 8vw
    }

    #voice .inner .logo_area ul li {
        width: 18%
    }

    #voice .inner #js-slide .item {
        max-width: 500px;
        width: 70.4vw;
        box-shadow: 0 0 6px rgba(0, 0, 0, .1607843137);
        margin: 0 3.2vw;
        border: 1px solid transparent
    }

    #voice .inner #js-slide .item .item_inner {
        padding: 7.4666666667vw 2.1333333333vw 7.4666666667vw 5.8666666667vw
    }

    #voice .inner #js-slide .item .item_inner .title {
        position: relative
    }

    #voice .inner #js-slide .item .item_inner .title h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5.3333333333vw
    }

    #voice .inner #js-slide .item .item_inner .title:after {
        left: -3.7333333333vw;
        width: 13.6vw;
        height: 13.8666666667vw;
        transform: rotate(180deg)
    }

    #voice .inner #js-slide .item .item_inner p {
        font-size: 12px;
        padding: 0 3.7333333333vw 0 0
    }

    #voice .inner #js-slide .item .item_inner .voice_person {
        margin-top: 13.3333333333vw;
        margin-right: 3.7333333333vw
    }

    #voice .inner #js-slide .item .item_inner .voice_person .voice_person_information {
        font-size: 8px;
        margin-right: 4vw
    }

    #voice .inner #js-slide .item .item_inner .voice_person .voice_person_img {
        overflow: hidden;
        position: relative;
        width: 14.1333333333vw;
        height: 14.1333333333vw
    }

    #voice .inner #js-slide .slick-current {
        border: 1px solid #5ecef1
    }

    #voice .inner #js-slide .slide-arrow {
        background-color: transparent;
        bottom: 0;
        height: 0;
        margin: auto;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 3
    }

    #voice .inner #js-slide .prev-arrow {
        border-bottom: 30px solid transparent;
        border-left: 0;
        border-right: 30px solid #40bee5;
        border-top: 30px solid transparent;
        right: calc(50% + 285px)
    }

    #voice .inner #js-slide .next-arrow {
        border-bottom: 30px solid transparent;
        border-left: 30px solid #40bee5;
        border-right: 0;
        border-top: 30px solid transparent;
        left: calc(50% + 285px)
    }

    #voice .inner #js-slide button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0
    }

    #voice:before {
        content: "";
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/bg_gray_tri.svg) bottom center no-repeat;
        background-size: 100%;
        width: 100%;
        min-width: unset;
        height: 12vw;
        display: block;
        position: absolute;
        top: -2px;
        margin: auto;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%)
    }

    #qa {
        padding: 6.4vw 0 12vw
    }

    #qa .inner {
        width: 89.3333333333vw
    }

    #qa .inner .title {
        text-align: center;
        margin: 0 0 1.6vw
    }

    #qa .inner .job {
        font-size: 14px;
        margin: 0 0 2.1333333333vw
    }

    #qa .inner .qa_list ul li {
        font-size: 13px;
        margin: 0 auto 4.8vw
    }

    #qa .inner .qa_list ul li .question {
        padding: 3.2vw 2.6666666667vw 3.2vw 8vw;
        margin: 0 0 1.3333333333vw
    }

    #qa .inner .qa_list ul li .question:before {
        content: "";
        position: absolute;
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/question.svg) no-repeat;
        background-size: 100%;
        width: 3.7333333333vw;
        height: 6.9333333333vw;
        left: 2.1333333333vw
    }

    #qa .inner .qa_list ul li .answer {
        padding: 3.2vw 2.6666666667vw 3.2vw 8vw
    }

    #qa .inner .qa_list ul li .answer:before {
        content: "";
        position: absolute;
        background: url(//fujiko-san.com/wp/wp-content/themes/oops_tcd048/lp_parts/css/../img/answer.svg) no-repeat;
        background-size: 100%;
        width: 3.2vw;
        height: 6.9333333333vw;
        left: 2.4vw
    }

    #contact {
        padding: 11.2vw 0 10.6666666667vw
    }

    #contact .inner {
        max-width: 1400px;
        width: 89.3333333333vw;
        margin: 0 auto;
        position: relative
    }

    #contact .inner .text_area .title {
        text-align: center;
        margin: 0 0 6.1333333333vw
    }

    #contact .inner .text_area p {
        font-size: 16px
    }

    #contact .inner .text_area .btn {
        width: 80vw;
        margin: 5.3333333333vw auto 0
    }

    #contact .inner .text_area .btn a {
        height: 9.0666666667vw;
        font-size: 20px
    }

    #contact .inner .text_area .contact_area {
        margin: 9.6vw 0 0
    }

    #contact .inner .text_area .contact_area .btn {
        margin: 5.3333333333vw auto 0
    }

    #contact .inner:after {
        display: none
    }

    footer {
        padding: 9.8666666667vw 0 7.4666666667vw
    }

    footer .footer_logo {
        width: 42.4vw;
        margin: 0 auto 3.2vw
    }

    footer .copyright {
        font-size: 7px
    }
}

@media screen and (max-width:500px) {
    #able .inner .able_list .able_item {
        margin: 0 0 3vw
    }
}