.image-col-set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.image-col-set-image {
    margin-right: 10px;
}
.image-col-set-image-inner,
.image-col-set-image a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 145px;
    height: 120px;
    border: 1px solid #bababa;
}
.image-col-set-image img {
    max-width: 99px;
    max-height: 52px;
}
.image-col-set-image-inner img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
}
.image-col-set-description-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 0.5em;
}
.image-col-set-description-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #777;
}

@media (min-width: 740px) {
    .image-col-set-image {
        margin-right: 15px;
    }
    .image-col-set-image-inner,
    .image-col-set-image a {
        width: 248px;
        height: 130px;
    }
    .image-col-set-image img {
        max-width: 198px;
        max-height: 104px;
    }
    .image-col-set-image a img {
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        -webkit-backface-visibility: hidden;
    }
    .image-col-set-image a img:hover {
        opacity: 0.5;
        text-decoration: inherit;
    }
    .image-col-set-image-inner img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
    }
    .image-col-set-description-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1.25em;
    }
    .image-col-set-description-text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.42857;
    }
}
.link-col-set-col {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857;
    text-align: center;
}
.link-col-set-col a {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-decoration: none;
}
.link-col-set-col strong {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
}

@media (min-width: 740px) {
    .link-col-set {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
    }
    .link-col-set-col {
        width: 336px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25;
        margin-right: 16px;
    }
    .link-col-set-col:nth-child(3n) {
        margin-right: 0;
    }
    .link-col-set-col a {
        height: 100px;
    }
    .link-col-set-col a:hover {
        text-decoration: underline;
    }
    .link-col-set-col strong {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.11111;
    }
}
.col-image {
    border: 1px solid #bababa;
    margin-bottom: 10px;
}

.col-image-full-width img {
    min-width: auto;
    min-width: initial;
    min-height: auto;
    min-height: initial;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media all and (min-width: 740px) {
    .col-image-full-width img {
        width: 246px;
        height: auto;
    }
}
.col-image-with-caption {
    margin-bottom: 2px;
}

@media all and (min-width: 740px) {
    .col-image a img {
        transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -webkit-transition: opacity 0.2s linear;
        -webkit-backface-visibility: hidden;
    }
    .col-image a img:hover {
        text-decoration: inherit;
        opacity: 0.5;
    }
}
.col-text {
    padding: 5px 7px;
    color: #777777;
    line-height: 1.5;
    font-size: 1.2rem;
}

@media all and (min-width: 740px) {
    .col-text {
        padding: 0px 15px 13px;
        line-height: 1.4285;
        font-size: 1.4rem;
    }
}
.col-caption {
    margin-bottom: 8px;
}
.col-caption a,
.col-caption span {
    display: block;
    padding: 3px 8px 6px;
    line-height: 1.4285;
    font-size: 1.4rem;
    text-decoration: none;
}

.col-caption .list-with-hyphen {
    padding-top: 13px;
}
.col-caption .list-with-hyphen a {
    padding-left: 0;
}

@media all and (min-width: 740px) {
    .col-caption {
        margin-bottom: 16px;
    }
    .col-caption a,
    .col-caption span {
        padding: 3px 15px 4px;
        line-height: 1.1538;
        font-size: 1.3rem;
    }
    .col-caption a {
        transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        -webkit-transition: opacity 0.2s linear;
        -webkit-backface-visibility: hidden;
    }
    .col-caption a:hover {
        text-decoration: inherit;
        opacity: 0.5;
    }
}
.col-image-basic a,
.col-image-basic span {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.col-image-basic img {
    width: 100%;
    height: auto;
}
.col-image-basic.col-image-fluid-height a,
.col-image-basic.col-image-fluid-height span {
    padding: 10px 0;
}
.col-image-basic.col-image-fluid-height img {
    width: auto;
}

@media all and (min-width: 740px) {
    .col-image-basic a,
    .col-image-basic span {
        width: auto;
        height: 127px;
    }
    .col-image-basic.col-image-fluid-height img {
        max-height: 140px;
        max-width: 240px;
        width: auto;
    }
    .col-image-basic.col-image-fluid-height a,
    .col-image-basic.col-image-fluid-height span {
        width: 248px;
        padding-top: 20px;
    }
}
.col-caption-dark-background {
    color: white;
    background-color: #2e2d32;
}

.list-with-hyphen.col-text li {
    line-height: 1.6666;
    padding-left: 1em;
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}
.list-with-hyphen.col-text li a {
    text-decoration: none;
}

@media all and (min-width: 740px) {
    .list-with-hyphen.col-text li {
        line-height: 1.5;
        font-size: 1.4rem;
        margin-bottom: 0.6em;
    }
    .list-with-hyphen.col-text li a {
        text-decoration: underline;
    }
    .list-with-hyphen.col-text li a:hover {
        text-decoration: none;
    }
}
.col-caption-light-background {
    color: iniherit;
    background-color: #d7d7d7;
}

.col-caption-transparent {
    background: transparent;
    border: 1px solid #999;
}

.col-with-border .unit {
    margin-bottom: 0;
}

.col-caption-block {
    border: 1px solid #bababa;
}

.col-caption-soft-dark-background {
    color: white;
    background-color: #999999;
}

.col-caption-text {
    padding: 28px 7px 25px;
    line-height: 1.6666;
    font-size: 1.2rem;
}

@media all and (min-width: 740px) {
    .col-caption-text {
        padding: 15px 13px 25px;
        line-height: 1.4285;
        font-size: 1.4rem;
    }
}
.col-caption-light-dark-background {
    color: white;
    background-color: #666666;
}

.col-caption-title {
    padding: 3px 8px 6px;
    margin: -1px;
    line-height: 1.4285;
    font-size: 1.4rem;
}
.col-caption-title a {
    text-decoration: none;
}
.col-caption-title a:hover {
    text-decoration: underline;
}

.col-caption-list li {
    padding: 12px 10px;
    color: #777777;
    line-height: 1.6666;
    font-size: 1.2rem;
    border-bottom: 1px solid #e5e5e5;
    min-height: 58px;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.col-caption-list li:last-child {
    border-bottom: none;
}
.col-caption-list li a {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 19px;
    display: block;
    position: relative;
    line-height: inherit;
    font-size: inherit;
    text-decoration: underline;
}
.col-caption-list li a .custom-icon {
    font-size: 18px;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -10px;
}

@media all and (min-width: 740px) {
    .col-caption-list li {
        line-height: 1.4285;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 1.4rem;
        min-height: 46px;
    }
    .col-caption-list li a {
        padding-left: 24px;
    }
    .col-caption-list li a .custom-icon {
        left: -3px;
        margin-top: -9px;
    }
}
.col-image-no-border {
    margin-bottom: 10px;
}

.col-with-border-under-margin .unit {
    margin-bottom: 10px;
}

@media (min-width: 740px) {
    .col-with-border-under-margin .unit {
        margin-bottom: 20px;
    }

    .col-image-fluid-height a {
        height: auto;
        padding: 20px;
    }
}
.col-text-with-padding {
    padding: 18px 7px;
}

@media (min-width: 740px) {
    .col-text-with-padding {
        padding: 13px 15px;
    }
}
.heading-list-schedule {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    position: relative;
    padding-bottom: 40px;
}
.heading-list-schedule .btn-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}
.heading-list-schedule-title {
    overflow: hidden;
}
.heading-list-schedule-text {
    display: block;
    overflow: hidden;
}

.list-schedule-wrapper {
    margin-bottom: 40px;
}

.list-schedule-inner {
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}
.list-schedule-inner:first-child {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.list-schedule {
    padding: 0 0 20px 0;
}
.list-schedule dt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.list-schedule dd {
    line-height: 1.6;
    font-size: 1.4rem;
}
.list-schedule dd .tag {
    position: relative;
    top: -2px;
}
.list-schedule-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

.list-schedule-for-page .heading-list-schedule {
    padding-bottom: 0;
}
.list-schedule-for-page .list-schedule-inner:first-child {
    border-top: none;
    padding-top: 0;
}
.image-col-set-element-no-image {
    background-color: #999;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s linear;
    text-align: center;
    line-height: 1.4;
}
.image-col-set-element-no-image:after {
    content: "Sorry this item has no image.";
}
.image-col-set-element-no-image:hover {
    text-decoration: none;
    opacity: 0.5;
}
a {
    color: #464646;
    text-decoration: underline;
    cursor: pointer;
}
ul {
    list-style: none;
}
.pr-slider{
    padding:0px;
}



#admin-menu {
    z-index: 1200;
}

header {
    z-index: 1000;
}
header #gnav .container ul li a.home_cn {
    padding-left: 2px;
    padding-right: 2px;
}
header #gnav .container ul li a.product_cn {
    padding-left: 20px;
    padding-right: 20px;
}
header #gnav .container ul li a.service_cn {
    padding-left: 19px;
    padding-right: 19px;
}
header #gnav .container ul li a.news_cn {
    padding-left: 17px;
    padding-right: 17px;
}
header #gnav .container ul li a.aboutus_cn {
    padding-left: 19px;
    padding-right: 20px;
}
.slick-dot-status {
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-right: 5px;
}
.slick-dot-status::last-child {
    margin-right: 0;
}

#topMain .heading-02 {
    margin-bottom: 17px;
    padding-bottom: 10px;
    text-align: center;
}
#topMain .news .front-page-news .list-with-date-top .list-with-date-item-text {
    width: 63%;
    margin-left: 2%;
}
.featured-article-label {
    margin-bottom: 20px;
}

.featured-article-label {
    display: none;
}

.featured-article-main {
    margin-bottom: 10px;
}

.featured-article-sub li {
    margin-bottom: 10px;
}

.featured-article-main a,
.featured-article-sub a {
    position: relative;
}
.featured-article-main a .featured-article-text,
.featured-article-sub a .featured-article-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.featured-article-main a .featured-article-caption,
.featured-article-main a .featured-article-describe,
.featured-article-sub a .featured-article-caption,
.featured-article-sub a .featured-article-describe {
    color: #fff;
    font-weight: normal;
}
.featured-article-main a .featured-article-caption,
.featured-article-sub a .featured-article-caption {
    text-decoration: underline;
}
.featured-article-main a .featured-article-caption:hover,
.featured-article-sub a .featured-article-caption:hover {
    text-decoration: none;
}
.featured-article-main a .featured-article-describe,
.featured-article-sub a .featured-article-describe {
    font-size: 1.2rem;
    text-align: left;
}

p.featured-article-describe {
    padding-bottom: 0;
}

.featured-article-image {
    margin-bottom: 0;
}

.featured-article-main a .featured-article-text,
.featured-article-sub a .featured-article-text {
    bottom: -17px;
    left: 0;
}
.featured-article-main a .featured-article-caption,
.featured-article-sub a .featured-article-caption {
    color: inherit;
}

.featured-article-main {
    margin-bottom: 25px;
}
.featured-article-sub li {
    margin-bottom: 25px;
}

footer {
    margin-top: 50px;
}
footer .container .copyright {
    display: none;
}
footer .container .links {
    padding: 8px 10px 10px 6px;
}
footer .container .links li {
    border-bottom: none;
    display: inline-block;
    font-size: 1rem;
    margin-right: 10px;
}
footer .container .links li:last-child {
    float: right;
    margin-right: 0;
    position: relative;
    top: 2px;
}
footer .container .links li a {
    display: inline;
    padding: 0;
    position: static;
    text-align: left;
}
footer .container .links li a::before {
    display: none;
}
footer .container .sns {
    display: none;
}

.page-top-area {
    display: none;
}

#supportWhatsnew.news {
    display: block;
}
#supportWhatsnew.news #headlines {
    display: none;
}
#supportWhatsnew.news .field_news {
    width: 100%;
    margin-right: 0;
}
#supportWhatsnew.news #video {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}
#supportWhatsnew.news #video iframe,
#supportWhatsnew.news #video object {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.support_top .heading-01 {
    margin-bottom: 17px;
    padding-bottom: 10px;
    padding-top: 14px;
}

.heading-01 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 17px;
}

.support_top .heading-01 {
    font-weight: normal;
}

#topMain .featured-article a {
    text-align: left;
    text-decoration: underline;
}
#topMain .featured-article a:hover {
    text-decoration: none;
}
#topMain .featured-article .video-set {
    padding-bottom: 0;
}
#topMain .featured-article .video-set .polyvFlashObject {
    height: 230px !important;
    width: 100%;
}
#topMain .featured-article .video-set div div div {
    height: 230px !important;
}

.list-with-date-archive .list-with-date-date,
.list-with-date-archive .list-with-date-item-text {
    display: block;
}

.ipad.tablet #topMain .video-set.featured-article-image {
    height: 322px;
    width: 512px !important;
    margin-top: -15px;
    margin-bottom: 22px;
}
.ipad.tablet #supportWhatsnew.news #video {
    padding-bottom: 0;
}
@charset "UTF-8";
/*
解像度による表示非表示の切り替え。
Todo: 最終的にこのクラスが当たっているものを、Drupal側での出力切り替えで対応すること。
不必要になれば消す。
*/
.visible-pc {
    display: none;
}

@media all and (min-width: 740px) {
    .visible-pc {
        display: block;
    }
}
.visible-mobile {
    display: block;
}

@media all and (min-width: 740px) {
    .visible-mobile {
        display: none;
    }
}
@media all and (min-width: 740px) {
    .hidden-pc {
        display: none;
    }
    .hidden-pc.thumbWrap {
        display: none !important;
    }
}
@media all and (max-width: 740px) {
    .hidden-sp {
        display: none;
    }
    .hidden-sp.thumbWrap {
        display: none !important;
    }
}

.list-in-heading{
    display: block;
}
.list-in-heading li {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 30px;
    float: right;
}

#main {
    margin-top: 68px;
}

@media all and (min-width:740px) {
    #main {
        margin-top: 40px;
    }
}
