@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
    .contents_contact.dn-sp {
        display: block !important;
    }
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.casestudy-detail {
    box-sizing: border-box
}

.casestudy-detail .b-nv {
    width: 960px
}

.casestudy-detail .contents {
    padding-bottom: 20px
}

@media print,
screen and (min-width: 601px) {
    .casestudy-detail .contents {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 20px
    }
}

.casestudy-detail .contents-head {
    padding-bottom: 0;
    margin-bottom: 40px
}

.casestudy-detail .contents-head .casestudy-title {
    font-weight: 700
}

@media only screen and (max-width: 600px) {
    .casestudy-detail .contents-head {
        display: block
    }
}

.casestudy-detail .contents-head__bottom {
    background-color: #e8f0f5
}

@media only screen and (max-width: 600px) {
    .casestudy-detail .contents-head__bottom {
        padding: 25px 30px
    }
}

.casestudy-detail .contents-head__bottom__img {
    width: 200px;
    height: 150px;
    background-color: #eeeeee;
    float: left
}

@media only screen and (max-width: 600px) {
    .casestudy-detail .contents-head__bottom__img {
        width: 100%;
        float: none
    }
}

.casestudy-detail .contents-head__bottom__txt {
    float: left;
    width: 760px;
    height: 150px;
    font-size: 12px;
    font-weight: bold;
    padding: 25px 30px
}

@media only screen and (max-width: 600px) {
    .casestudy-detail .contents-head__bottom__txt {
        width: 100%;
        height: auto;
        float: none;
        padding: 25px 0 0 0
    }
}

.casestudy-detail .contents-head__bottom__txt p {
    line-height: 2.2;
    letter-spacing: 2.9px
}

.casestudy-detail__main__s-heading {
    border-bottom: 1px solid #025c90;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #cacaca
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__s-heading {
        border-top: 1px solid #025c90;
        border-bottom: none;
        padding-top: 15px;
        margin-bottom: 0;
        text-align: center
    }
}

.casestudy-detail__main__s-heading__button {
    background-color: #eeeeee;
    text-align: center;
    padding: 12px 0;
    margin-top: 15px
}

.casestudy-detail__main__s-heading__button button {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    background-color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    width: 135px;
    padding: 10px;
    position: relative;
    letter-spacing: 0.7px;
    display: inline-block;
    text-align: left
}

.casestudy-detail__main__s-heading__button button:first-child {
    margin-right: 4%
}

.casestudy-detail__main__s-heading__button .close::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 32%;
    right: 10px
}

.casestudy-detail__main__s-heading__button .open::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #808080;
    border-right: solid 1px #808080;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 10px
}

.casestudy-detail__main__result {
    margin-bottom: 50px
}

.casestudy-detail__main__result__left {
    width: 340px;
    margin-left: 40px;
    float: right
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__left {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-left: 0
    }
}

.casestudy-detail__main__result__left__data {
    border: 1px solid #025c90;
    padding: 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__left__data {
        display: none
    }
}

.casestudy-detail__main__result__left__data span {
    color: #025c90;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.7px;
    margin-bottom: 30px;
    display: block
}

.casestudy-detail__main__result__left__data p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.7;
    line-height: 2
}

.casestudy-detail__main__result__left__related {
    border: 1px solid #bfbfbf;
    padding: 30px
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__left__related {
        display: none
    }
}

.casestudy-detail__main__result__left__related h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.7px;
    margin-bottom: 30px
}

.casestudy-detail__main__result__left__related ul li {
    cursor: pointer;
    text-decoration: underline;
}

.casestudy-detail__main__result__left__related ul > li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.casestudy-detail__main__result__left__related ul > li a {
    color: #303030;
    text-decoration: none;
}

.casestudy-detail__main__result__left__related ul > ul {
    display: block;
    margin: 10px 0 10px 10px
}

.casestudy-detail__main__result__left__related ul > ul a {
    color: #000
}

.casestudy-detail__main__result__left__related ul > ul > li {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px
}

.casestudy-detail__main__result__left__related ul > ul  ul {
    display: none;
    margin-left: 10px
}

.casestudy-detail__main__result__left__related ul > ul  ul > li {
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 8px
}

.casestudy-detail__main__result__left__related__button {
    text-align: center;
    margin-top: 25px
}

.casestudy-detail__main__result__left__related__button a {
    background-color: transparent;
    border: 1px solid #025c90;
    font-size: 14px;
    font-weight: bold;
    color: #025c90;
    width: 280px;
    padding: 9px 0;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif
}

.casestudy-detail__main__result__left__related__button a {
    color: #025c90;
    text-decoration: none;
    display: block;
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__left__related__button a {
        width: 100%
    }
}

@media print,
screen and (min-width: 601px) {
    .casestudy-detail__main__result .casefloat {
        width: 580px !important;
        display: inline-block
    }
}

.casestudy-detail__main__result__right {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.8
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__right {
        width: 100%;
        float: none
    }
}

.casestudy-detail__main__result__right__date {
    margin: 30px 0 20px
}

.casestudy-detail__main__result__right__date span {
    font-size: 16px;
    font-weight: 400
}

.casestudy-detail__main__result__right video {
    width: 100%
}

.casestudy-detail__main__result__right blockquote {
    background-color: #e8f0f5
}

.casestudy-detail__main__result__right h2 {
    font-size: 22px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #025c90;
    padding: 10px;
    margin: 25px 0
}

.casestudy-detail__main__result__right h3 {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    background-color: #e8f0f5;
    border-top: 1px solid #000;
    padding: 10px;
    margin: 25px 0
}

.casestudy-detail__main__result__right h4 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    border-top: 2px solid #808080;
    border-bottom: 1px dotted #808080;
    padding: 10px;
    margin: 25px 0
}

.casestudy-detail__main__result__right h5 {
    padding: 5px;
    color: #555;
    font-weight: bold;
    margin: 5px 5px 15px 5px;
    border-bottom: 1px solid #025c90
}

.casestudy-detail__main__result__right h6 {
    padding: 5px;
    color: #555;
    font-weight: bold;
    margin: 5px 5px 15px 5px;
}

.casestudy-detail__main__result__right p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.8
}

.casestudy-detail__main__result__right ul {
    padding-left: 25px
}
.casestudy-detail__main__result__right ol {
    padding-left: 25px
}

.casestudy-detail__main__result__right ol li {
    font-weight: 400;
}



.casestudy-detail__main__result__right ul li {
    list-style: disc;
    font-weight: 400;
}

.casestudy-detail__main__result__right ul .non {
    list-style: none;
}

.casestudy-detail__main__result__right dl dt {
    float: left;
    clear: left
}

.casestudy-detail__main__result__right dl dd {
    margin-left: 15px;
    float: left;
    font-weight: 400;
}

.casestudy-detail__main__result__right dl::after {
    content: '';
    display: block;
    clear: both
}

.casestudy-detail__main__result__right small {
    font-size: 12px
}

.casestudy-detail__main__result__right .small {
    font-size: 12px
}

.casestudy-detail__main__result__right .x-small {
    font-size: 10px
}

.casestudy-detail__main__result__right .left {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.casestudy-detail__main__result__right .right {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-left: 10px;
}

.casestudy-detail__main__result__right {
    margin-top: 12px;
}

.casestudy-detail__main__result__right .arw {
    list-style: none !important;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .15em
}

.casestudy-detail__main__result__right .arw::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border: solid 1px #666
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__right__table table {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }
    .casestudy-detail__main__result__right table {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
    }
}

.casestudy-detail__main__result__right table {
    border-top: none !important;
    letter-spacing: 1.7px;
    width: auto;
    margin: 0 0 10px;
}

.casestudy-detail__main__result__right table thead th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.casestudy-detail__main__result__right table thead th:first-child {
    border-left: 1px solid #a0c2d6
}

.casestudy-detail__main__result__right table tbody tr th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.casestudy-detail__main__result__right table tbody tr th:first-child {
    border-left: 1px solid #a0c2d6
}

.casestudy-detail__main__result__right table tbody tr td {
    width: auto !important;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #a0c2d6;
    border-bottom: 1px solid #a0c2d6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .15em;
    background-color: #fff
}

.casestudy-detail__main__result__right table tbody tr td:first-child {
    border-left: 1px solid #a0c2d6
}

.casestudy-detail__main__result__right__img {
    font-size: 0;
    margin-bottom: 25px
}

.casestudy-detail__main__result__right__img > div {
    background-color: #808080;
    width: 280px;
    height: 210px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .casestudy-detail__main__result__right__img > div {
        width: 100%;
        margin-right: 0
    }
}

.casestudy-detail__main__result__right__img > div:first-child {
    margin-right: 20px
}

.casestudy-detail__main__contact {
    background-color: #e8f0f5;
    text-align: center;
    padding: 30px 0 33px;
    margin-bottom: 65px;
    letter-spacing: .15em;
    line-height: 1;
}

.casestudy-detail__main__contact h2 {
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.7px;
}

.casestudy-detail__main__contact__name {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 1 !important;

}

.casestudy-detail__main__contact__button,.casestudy-detail__main__contact button {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #025c90;
    text-align: center;
    width: 260px;
    height: 50px;
    border: none;
    margin: 20px 0;
    display: inline-block;
    padding-top: 19px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
}

.casestudy-detail__main__contact a.casestudy-detail__main__contact__button:hover {
    color: #fff;
    background-color: #025CC6;
    opacity: 0.8;
    transition: 0.5s all;
}

.casestudy-detail__main__contact__add {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px
}

.casestudy-detail__main__contact__phone {
    font-size: 22px;
    font-weight: 400
}

.casestudy-detail button {
    cursor: pointer
}

.selected {
    color: #fff;
    background-color: #009dac
}

.cs-link {
    text-decoration: none !important
}

.faq-contents {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.8
}

@media only screen and (max-width: 600px) {
    .faq-contents {
        width: 100%;
        float: none
    }
}

.faq-contents__date {
    margin: 30px 0 20px
}

.faq-contents__date span {
    font-size: 16px;
    font-weight: 400
}

.faq-contents video {
    width: 100%
}

.faq-contents blockquote {
    background-color: #e8f0f5
}

.faq-contents h2 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #025c90;
    padding: 10px;
    margin: 25px 0
}

.faq-contents h3 {
    font-size: 20px;
    font-weight: bold;
    background-color: #e8f0f5;
    border-top: 1px solid #000;
    padding: 10px;
    margin: 25px 0
}

.faq-contents h4 {
    font-size: 18px;
    font-weight: 400;
    border-top: 2px solid #808080;
    border-bottom: 1px dotted #808080;
    padding: 10px;
    margin: 25px 0
}

.faq-contents h5 {
    padding: 12px;
    margin: 5px;
    color: #303030;
    border-bottom: 1px solid #025c90
}

.faq-contents p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.8
}

.faq-contents ul {
    padding-left: 25px
}

.faq-contents ol {
    padding-left: 25px
}

.faq-contents ol li {
    font-weight: 400;
}


.faq-contents ul li {
    list-style: disc;
    font-weight: 400;
}

.faq-contents ul .non {
    list-style: none;
}

.faq-contents dl dt {
    float: left;
    clear: left
}

.faq-contents dl dd {
    margin-left: 15px;
    float: left;
    font-weight: 400;
}

.faq-contents dl::after {
    content: '';
    display: block;
    clear: both
}

.faq-contents small {
    font-size: 12px
}

.faq-contents .small {
    font-size: 12px
}

.faq-contents .x-small {
    font-size: 10px
}

.faq-contents .left {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.faq-contents .right {
    text-align: left !important;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-left: 10px;
}

.faq-contents img {
    margin-top: 12px;
}

.faq-contents .arw {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .15em
}

.faq-contents .arw::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border: solid 1px #666
}

@media only screen and (max-width: 600px) {
    .faq-contents__table {
        overflow-x: scroll;
        white-space: nowrap
    }
    .faq-contents table {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.faq-contents__table table {
    border-top: none !important;
    letter-spacing: 1.7px;
    width: auto;
    margin: 0 auto 10px;
}

.faq-contents__table table thead th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.faq-contents__table table thead th:first-child {
    border-left: 1px solid #a0c2d6
}

.faq-contents__table table tbody tr th {
    width: auto !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-right: 1px solid #a0c2d6;
    background-color: #4E8DB1;
    border-bottom: 1px solid #a0c2d6
}

.faq-contents__table table tbody tr th:first-child {
    border-left: 1px solid #a0c2d6
}

.faq-contents__table table tbody tr td {
    width: auto !important;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #a0c2d6;
    border-bottom: 1px solid #a0c2d6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .15em;
    background-color: #fff
}

.faq-contents__table table tbody tr td:first-child {
    border-left: 1px solid #a0c2d6
}

.faq-contents__img {
    font-size: 0;
    margin-bottom: 25px
}

.faq-contents__img > div {
    background-color: #808080;
    width: 280px;
    height: 210px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .faq-contents__img > div {
        width: 100%;
        margin-right: 0
    }
}

.faq-contents__img > div:first-child {
    margin-right: 20px
}

.faq-list li {
    list-style: none !important;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .15em
}

.faq-list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border: solid 1px #666
}

.faq-d {
    display: block !important
}

.slide-p {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    float: right;
    background-color: #e8f0f5;
    border: 1px solid #4379a1;
    margin-top: 3px;
    cursor: pointer;
}

.slide-p::before,
.slide-p::after {
    display: block;
    content: '';
    background-color: #015b90;
    border-radius: 10px;
    position: absolute;
    width: 16px;
    height: 4px;
    top: 6px;
    left: 0px
}

.slide-p::before {
    width: 4px;
    height: 16px;
    top: 0px;
    left: 6px
}

.slide-m {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    float: right;
    background-color: #e8f0f5;
    border: 1px solid #4379a1;
    margin-top: 3px;
    cursor: pointer;
}

.slide-m::after {
    display: block;
    content: '';
    background-color: #015b90;
    border-radius: 10px;
    position: absolute;
    width: 16px;
    height: 4px;
    top: 6px;
    left: 0px
}

.select-category {
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .product_category_list {
        overflow-x: scroll;
        white-space: nowrap
    }
}

.slide-child {
    margin-top: -6px !important;
}

.ul-child {
    margin-top: 7px !important;
}


