﻿@charset "UTF-8";

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-s-loading .mfp-content {
    visibility: hidden;
}

.mfp-s-ready .mfp-content {
    visibility: visible;
}

.mfp-container {
    padding-top: 26px;
}

.ie8 .mfp-container {
    height: auto;
}

.mfp-image-holder .mfp-content {
    max-width: 970px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-content {
    padding: 10px;
    background-color: #fff;
}

.mfp-content .mfp-figure:after {
    display: none;
}

.mfp-content .mfp-figure .mod-overlayedVideo--close {
    right: -20px;
    top: -20px;
}

.mfp-content .mfp-figure .mod-overlayedVideo--close a {
    left: 0;
    top: 0;
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.mfp-content .mfp-figure .mod-overlayedVideo--close a:before {
    top: 2px !important;
    left: 0 !important;
    text-align: center;
    display: block;
    width: 34px;
    height: 34px;
}

.mfp-content .mfp-figure .js-modal-closeBtn--type-item a:before {
    top: 4px;
}

.mfp-content .mfp-figure img.mfp-img {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 534px;
}

.mfp-content .mfp-figure .mfp-bottom-bar {
    margin-top: 0;
    margin-right: 0;
    position: static;
    max-width: 100%;
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    /* font-size: 2rem; */
    font-weight: bold;
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-title.empty {
    margin-top: 0;
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-description {
    margin-top: 10px;
    color: #000;
    line-height: 1.4;
    color: #000;
}

.mfp-content .mfp-figure .mfp-bottom-bar .mfp-description.empty {
    margin-top: 0;
}

.mfp-content .mod-searchPager {
    margin-top: 1em;
    margin-bottom: 0;
}

.mfp-content .mod-searchPager-ul {
    font-size: 13px;
    /* font-size: 1.3rem; */
}

.mfp-content .mod-searchPager-ul li {
    line-height: 1.7;
    height: auto;
}

.mfp-content .mod-searchPager-ul li a {
    padding-right: 0.2em;
    cursor: pointer;
}

.mfp-content .mod-searchPager-ul li a span {
    display: inline-block;
}

.mfp-content .mod-searchPager-ul li.mod-searchPager-item--type-current a span {
    display: block;
    min-width: 27px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #cdcbc4;
    color: #fff;
}

.mfp-content .mod-searchPager-ul .mod-searchPager-next>a:after,
.mfp-content .mod-searchPager-ul .mod-searchPager-next>span:after,
.mfp-content .mod-searchPager-ul .mod-searchPager-prev>a:before,
.mfp-content .mod-searchPager-ul .mod-searchPager-prev>span:before {
    line-height: 1.1;
}

@media screen and (max-width: 960px) {
    .mfp-container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .mfp-container .mfp-content {
        padding: 8px;
    }

    .mfp-container .mfp-content img.mfp-img {
        padding-top: 0;
    }

    .mfp-container .mfp-content .mfp-bottom-bar .mfp-title {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mfp-container .mfp-content .mfp-bottom-bar .mfp-description {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .mfp-container .mfp-content {
        padding: 5px;
    }

    .mfp-container .mfp-content .mod-searchPager {
        padding-right: 10px;
        padding-left: 10px;
    }

    .mfp-container .mfp-content .mod-searchPager .mod-searchPager-ul .mod-searchPager-item {
        display: none;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.js-modal-slide-images {
    display: none;
}

.bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    left: 0;
}

.bx-wrapper .bx-loading,
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}

.js-slider-1-wrapper {
    max-width: 880px;
    margin: 0 auto;
}

.js-slider-1 {
    opacity: 0;
    -webkit-transition: opacity .5s linear 0;
    -moz-transition: opacity .5s linear 0;
    -o-transition: opacity .5s linear 0;
    transition: opacity .5s linear 0;
}

.js-slider-1 .bx-wrapper {
    margin-bottom: 0;
}

.js-slider-1 ul {
    margin: 0;
    padding: 0;
}

.js-slider-1 li {
    list-style: none;
    display: table;
    table-layout: fixed;
    vertical-align: top;
}

.js-slider-1 li .img-wrap {
    display: table-cell;
    vertical-align: middle;
    background: #1a1a1a;
    width: 100%;
    height: 586px;
    /* js related */
    text-align: center;
}

.js-slider-1 li img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 586px;
    /* js related */
}

.js-slider-1-caption {
    display: none;
    padding: .5em 1em;
    background: #f2f2f2;
}

.js-carousel-1 {
    margin: 10px auto 40px;
}

.js-carousel-1 .bx-wrapper .bx-viewport {
    left: 1px;
}

.js-carousel-1 ul {
    margin: 0;
    padding: 0;
}

.js-carousel-1 li {
    list-style: none;
}

.js-carousel-1 li>div {
    display: table;
    table-layout: fixed;
    width: 97.7%;
    border: 3px solid transparent;
    border-spacing: 4px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.js-carousel-1 li a {
    display: table-cell;
    vertical-align: middle;
    background: #1a1a1a;
    max-width: 100%;
    height: 158px;
    /* js related */
    outline: none;
}

.js-carousel-1 li img {
    margin: auto;
    max-width: 100%;
    max-height: 158px;
    /* js related */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #1a1a1a;
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a {
    width: auto;
    text-indent: 0;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a:before {
    text-decoration: none !important;
    line-height: 0.6;
    height: 0;
    vertical-align: top;
    font-family: 'FontAwesome';
    font-size: 50px;
    color: #ccc;
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next {
    right: -26px;
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105";
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -28px;
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
}

.js-carousel-1 .bx-wrapper .bx-controls-direction a:hover:before {
    color: #333;
}

.ie7 .js-carousel-1 li img,
.ie8 .js-carousel-1 li img {
    max-width: 154px !important;
    max-height: 152px !important;
}

@media screen and (max-width: 1000px) {
    .js-carousel-1 {
        max-width: 94%;
    }

    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next {
        right: -20px;
    }

    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -20px;
    }
}

@media screen and (max-width: 599px) {
    .js-carousel-1 li>div {
        border-width: 2px;
        border-spacing: 2px;
        width: 100%;
    }

    .js-carousel-1 li img {
        border-width: 1px;
    }

    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-next,
    .js-carousel-1 .bx-wrapper .bx-controls-direction a.bx-prev {
        font-size: 36px;
        line-height: .9;
    }
}

.inc-photoStoryGallery .loding-text,
.inc-photoStoryGallery noscript p {
    margin-top: 3em;
    min-height: 3em;
    text-align: center;
}

.inc-photoStoryGallery .loding-text {
    display: none;
}

.inc-photoStoryGallery .loding-text.isLoading {
    display: block;
}

/* .mod-linkBlock3--type-sceneSelect1
------------------------- */
.mod-linkBlock3--type-sceneSelect1 {
    margin: 30px auto 0;
    z-index: 0;
}

.mod-linkBlock3--type-sceneSelect1 .mod-linkBlock3-inner {
    margin-bottom: 0;
}

.mod-linkBlock3--type-sceneSelect1 dl {
    margin: 0;
}

.mod-linkBlock3--type-sceneSelect1 dt {
    padding-right: 4em;
    display: table-cell;
    vertical-align: middle;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    /* font-size: 1.8rem; */
    white-space: nowrap;
}

.mod-linkBlock3--type-sceneSelect1 dd {
    display: table-cell;
    vertical-align: middle;
}

.mod-linkBlock3--type-sceneSelect1 dd * {
    vertical-align: middle;
}

.mod-linkBlock3--type-sceneSelect1 dd label {
    display: inline-block;
}

.mod-linkBlock3--type-sceneSelect1 dd label span {
    margin-right: 10px;
    display: inline-block;
}

.mod-linkBlock3--type-sceneSelect1 dd label select {
    margin-right: 2em;
    min-width: 150px;
}

.mod-linkBlock3--type-sceneSelect1 dd br+.mod-linkBlock3-button+.mod-linkBlock3-button,
.mod-linkBlock3--type-sceneSelect1 dd br+.mod-linkBlock3-button {
    margin-top: 15px;
}

.mod-linkBlock3--type-sceneSelect1 dd .mod-linkBlock3-button::before {
    content: "";
    top: 0;
    margin-right: 0;
    font-size: 0;
}

.mod-linkBlock3--type-sceneSelect1 dd .mod-linkBlock3-button--type-disable:hover,
.mod-linkBlock3--type-sceneSelect1 dd .mod-linkBlock3-button--type-disable {
    border: 1px solid #cdcbc4;
    background: -webkit-linear-gradient(#f2f2f2 10%, #f2f2f2 85%, #f2f2f2);
    background: -moz-linear-gradient(#f2f2f2 10%, #f2f2f2 85%, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f2f2f2), color-stop(85%, #f2f2f2), to(#f2f2f2));
    background: -o-linear-gradient(#f2f2f2 10%, #f2f2f2 85%, #f2f2f2);
    background: linear-gradient(#f2f2f2 10%, #f2f2f2 85%, #f2f2f2);
    background-color: #f2f2f2;
    color: #9a9a9a !important;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    cursor: default;
}

/* .mod-itemInfo1
------------------------- */
.mod-itemInfo1 {
    margin: 30px 0 0;
    text-align: right;
}

.mod-itemInfo1 .mod-itemInfo1-pageInfo--type-nodata {
    margin: 5em 0;
    display: block;
    text-align: center;
}

/* .mod-searchPager
------------------------- */
.mod-itemInfo1+.mod-layout3--type-pagenation1 {
    margin-bottom: 0;
}

.mod-layout3--type-pagenation1 .mod-searchPager {
    margin: 30px auto 0;
}

.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-next--type-hidden,
.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-prev--type-hidden {
    visibility: hidden;
}

.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item {
    padding: 0 5px;
}

.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item--type-hidden {
    display: none;
}

.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item--type-visible {
    display: inline-block;
}

.mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item.mod-searchPager-item--type-current a {
    display: block;
    min-width: 27px;
    border-radius: 3px;
    background-color: #cdcbc4;
    color: #fff;
}

/* .mod-photoStoryGallery
------------------------- */
.mod-photoStoryGallery {
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
}

/* .mod-photoStoryGallery-item
------------------------- */
.mod-photoStoryGallery .mod-photoStoryGallery-item {
    margin: 0 2.5% 0 0;
    padding: 0 0 20px;
    display: inline-block;
    width: 23.125%;
    height: auto;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item .mod-photoStoryGallery-image {
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #1a1a1a;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item .mod-photoStoryGallery-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    line-height: 1;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item .mod-photoStoryGallery-description {
    display: none;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item--type-h .mod-photoStoryGallery-image img {
    max-width: 100%;
    max-height: 100%;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item--type-v .mod-photoStoryGallery-image img {
    width: auto;
    height: 100%;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item--type-last {
    margin-right: 0;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item--type-active:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background: url(../img/mod/arrow_03.jpg) no-repeat bottom center;
}

/* .mod-photoStoryGallery-expandField
------------------------- */
.mod-photoStoryGallery-expandField {
    margin: 20px 0 40px;
    padding-bottom: 2em;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    text-align: left;
    background: #e6e6e6;
    background: -webkit-linear-gradient(to bottom, #e6e6e6 50%, #f2f2f2 100%);
    background: -moz-linear-gradient(to bottom, #e6e6e6 50%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e6e6e6), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #e6e6e6 50%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #e6e6e6 50%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #e6e6e6 50%, #f2f2f2 100%);
}

/* .mod-photoStoryGallery-expandField *
------------------------- */
.block-articlelist-wrap .mod-specialtyMedia .mod-specialtyMedia-image a {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mod-specialtyMedia .mod-specialtyMedia-image a {
    height: 100%;
}

.mod-specialtyMedia .mod-specialtyMedia-image img {
    width: auto;
}

.block-articlelist-wrap .mod-specialtyMedia .mod-specialtyMedia-image a img {
    transition: .2s;
}

.block-articlelist-wrap .mod-specialtyMedia .mod-specialtyMedia-image a:hover img {
    transform: scale(1.1);
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 {
    margin: 0 auto;
    width: 91.6%;
    position: static;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-headingV1 h2 {
    margin: 30px 0 0;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 p:first-child,
.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-headingV1+p {
    margin: 20px 0 0;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .ex-ta-right a {
    text-align: left !important;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia {
    margin: 40px auto 0;
    position: relative;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia .mod-specialtyMedia-image {
    display: flex;
    width: 100%;
    height: 560px;
    text-align: center;
    vertical-align: middle;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia .mod-specialtyMedia-image img {
    vertical-align: bottom;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main-h img {
    width: 100%;
    max-width: 740px;
    height: auto;
    max-height: none;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main-v img {
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 560px;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia+p {
    margin: 15px 0 0;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 {
    margin: 30px auto 0;
    border-top: 1px solid #ccc;
    width: 91.6%;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-headingV10 {
    margin: 0;
    border-top: 0 none;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-layout2-row {
    margin-top: 30px;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-layout2-row .mod-specialtyMedia {
    margin-bottom: 0;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-layout2-row .mod-specialtyMedia .mod-specialtyMedia-image {
    margin-bottom: 0;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-layout2-item .mod-specialtyText {
    margin-bottom: 0;
}

.mod-photoStoryGallery-expandField .mod-layout2--type-pic3 .mod-layout2-item .mod-specialtyText p {
    margin-bottom: 0;
}

.mod-photoStoryGallery-expandField .btnClose {
    border-radius: 20px;
    display: table;
    width: 34px;
    height: 34px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    line-height: 1;
    cursor: pointer;
}

.mod-photoStoryGallery-expandField .btnClose span {
    display: table-cell;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: 4px;
    color: #000;
}

.mod-photoStoryGallery-expandField .btnClose span:before {
    margin: 0;
    position: relative;
    top: 5px;
    line-height: 1;
    color: inherit;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\f057";
}

.mod-photoStoryGallery-expandField .btnNext,
.mod-photoStoryGallery-expandField .btnPrev {
    position: absolute;
    top: 50%;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.mod-photoStoryGallery-expandField .btnNext .label,
.mod-photoStoryGallery-expandField .btnPrev .label {
    display: none;
}

.mod-photoStoryGallery-expandField .btnNext:after,
.mod-photoStoryGallery-expandField .btnPrev:before {
    display: block;
    text-align: center;
    font-family: FontAwesome;
    font-size: 60px !important;
    line-height: 0;
}

.mod-photoStoryGallery-expandField .btnPrev {
    left: -30px;
    vertical-align: middle;
}

.mod-photoStoryGallery-expandField .btnPrev:before {
    content: "\f104";
    color: inherit;
}

.mod-photoStoryGallery-expandField .btnNext {
    right: -30px;
    vertical-align: middle;
}

.mod-photoStoryGallery-expandField .btnNext:after {
    content: "\f105";
    color: inherit;
}

.mod-photoStoryGallery-expandField .btnNext:hover:after,
.mod-photoStoryGallery-expandField .btnPrev:hover:before {
    color: #999;
    -webkit-transition: .5s color ease;
    -moz-transition: .5s color ease;
    -o-transition: .5s color ease;
    transition: .5s color ease;
}

.mod-photoStoryGallery .mod-photoStoryGallery-item:first-child+.mod-photoStoryGallery-expandField .btnPrev {
    display: none;
}

.mod-photoStoryGallery .mod-photoStoryGallery-expandField:last-child .btnNext {
    display: none;
}

/* SizeAdjustment
======================== */
@media screen and (max-width: 1024px) {
    .mod-photoStoryGallery-expandField .btnClose {
        top: 5px;
        right: 5px;
    }
}

@media screen and (max-width: 960px) {
    .mod-linkBlock3--type-sceneSelect1 dd label {
        display: block;
    }

    .mod-linkBlock3--type-sceneSelect1 dd label select {
        margin: 20px 0 20px;
        display: block;
        min-width: 100%;
    }

    .mod-linkBlock3--type-sceneSelect1 dd label span+select {
        margin: 0 0 20px;
    }

    .mod-linkBlock3--type-sceneSelect1 dd br {
        display: none;
    }

    .mod-photoStoryGallery-expandField .btnPrev {
        left: -27px;
    }

    .mod-photoStoryGallery-expandField .btnNext {
        right: -27px;
    }

    .mod-photoStoryGallery-expandField .btnNext:after,
    .mod-photoStoryGallery-expandField .btnPrev:before {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 800px) {
    .mod-linkBlock3--type-sceneSelect1 dd select {
        display: block;
    }

    .mod-linkBlock3--type-sceneSelect1 dd .mod-linkBlock3-button {
        margin-top: 15px;
    }

    .mod-linkBlock3--type-sceneSelect1 dd select+.mod-linkBlock3-button {
        margin-left: 0;
    }
}

@media screen and (max-width: 599px) {
    .mod-linkBlock3--type-sceneSelect1 .mod-linkBlock3-inner {
        margin-right: 0;
        margin-left: 0;
        border-radius: 6px;
        border: 2px solid #e6e5de;
    }

    .mod-linkBlock3--type-sceneSelect1 dt {
        padding-right: 0;
        display: block;
    }

    .mod-linkBlock3--type-sceneSelect1 dd label {
        display: block;
    }

    .mod-linkBlock3--type-sceneSelect1 dd label select {
        margin: 20px 0 20px;
        display: block;
        min-width: 100%;
    }

    .mod-linkBlock3--type-sceneSelect1 .mod-linkBlock3-button {
        padding: 0 20px;
        min-width: 0;
    }

    .mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item--type-hidden {
        display: none;
    }

    .mod-layout3--type-pagenation1 .mod-searchPager .mod-searchPager-item--type-visible {
        display: none;
    }

    .mod-photoStoryGallery .mod-photoStoryGallery-item {
        width: 48.75%;
        height: auto;
    }

    .mod-photoStoryGallery-expandField {
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        overflow-y: scroll;
        height: 100% !important;
    }

    .mod-photoStoryGallery-expandField .mod-photoStoryGallery-description-inner {
        padding-bottom: 2em;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 {
        position: static;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main:first-child,
    .mod-photoStoryGallery-expandField .mod-layout-narrow1 p:first-child {
        margin-top: 50px;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia {
        margin-top: 20px;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia .mod-specialtyMedia-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-headingV1 {
        margin-top: 40px;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia .mod-specialtyMedia-image img {
        width: 100%;
        height: auto;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main-v .mod-specialtyMedia-image img {
        width: 80%;
    }

    body.photoStoryGallery-open {
        overflow: hidden;
    }

    body.photoStoryGallery-open .mod-wrapper .inc-photoStoryGallery .mod-photoStoryGallery-expandField {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        overflow-y: scroll;
        height: 100% !important;
    }

    .mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia {
        padding: 0 5px 0;
    }

    .mod-photoStoryGallery-expandField .btnNext,
    .mod-photoStoryGallery-expandField .btnPrev {
        top: 0;
        bottom: auto;
        width: 20%;
        height: 100%;
    }

    .mod-photoStoryGallery-expandField .btnNext .label,
    .mod-photoStoryGallery-expandField .btnPrev .label {
        display: none;
    }

    .mod-photoStoryGallery-expandField .btnNext {
        right: -12px;
    }

    .mod-photoStoryGallery-expandField .btnPrev {
        left: -12px;
    }

    .mod-photoStoryGallery-expandField .btnNext:after,
    .mod-photoStoryGallery-expandField .btnPrev:before {
        position: absolute;
        top: 50%;
        font-size: 30px !important;
    }

    .mod-photoStoryGallery-expandField .btnPrev:before {
        left: 0;
    }

    .mod-photoStoryGallery-expandField .btnNext:after {
        right: 0;
    }
}

/* ClearFix
======================== */
.mod-photoStoryGallery:before,
.mod-photoStoryGallery:after,
.mod-photoStoryGallery-expandField .mod-photoStoryGallery-description-inner:before,
.mod-photoStoryGallery-expandField .mod-photoStoryGallery-description-inner:after {
    content: " ";
    display: table;
}

.mod-photoStoryGallery:after,
.mod-photoStoryGallery-expandField .mod-photoStoryGallery-description-inner:after {
    clear: both;
}

.mod-photoStoryGallery,
.mod-photoStoryGallery-expandField .mod-photoStoryGallery-description-inner {
    *zoom: 1;
}

.mod-backToTopNav+.mod-headingV2 {
    margin-top: 0;
}

.mod-backToTopNav+.mod-headingV5 {
    margin-top: 0;
}

.mod-socialBlock {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
    .mod-socialBlock {
        margin-bottom: 20px;
    }
}

.mod-specialtyText>p a {
    text-decoration: none;
}

.mod-specialtyText>p a:hover {
    text-decoration: underline;
}

.mod-specialtyMedia .mod-specialtyMedia-caption h3 {
    margin-top: 0;
    line-height: 1.3;
}

.mod-specialtyMedia .mod-specialtyMedia-caption h3+p {
    margin-top: -10px;
}

.mod-specialtyMedia .mod-specialtyMedia-caption>p:first-child {
    margin-top: 0;
}

.mod-specialtyMedia .mod-specialtyMedia-caption .mod-formatIcon-group {
    margin-top: -10px;
    margin-bottom: -10px;
}

.mod-specialtyMedia.mod-specialtyMedia--type-main1 {
    margin-bottom: 20px;
}

.mod-headingV1 {
    /* margin-top: 20px;
    margin-bottom: 0; */
    margin: 20px 0;
}

.mod-headingV11+.mod-headingV2 {
    margin-top: 20px;
}

.mod-togglable-content+.mod-headingV8 {
    margin-top: 0;
}

.mod-tab3-body>.mod-headingV2:first-child {
    margin-top: 0;
}

.mod-layout4+.mod-headingV3 {
    margin-top: 20px;
}

.mod-headingV3+p {
    margin-top: 30px;
}

.mod-subHeadingV1 {
    margin-bottom: 20px;
}

.mod-subHeadingV1 h1 {
    margin-bottom: .3em;
    font-size: 1em;
}

.mod-subHeadingV1 p {
    margin-top: 0;
    margin-bottom: 0;
}

.mod-subHeadingV1 .mod-line {
    margin-bottom: .3em;
}

.mod-subHeadingV2 p {
    margin-top: 1em;
    margin-bottom: -.8em;
}

.mod-subHeadingV3 p {
    margin-bottom: -.8em;
    font-weight: bold;
}

.mod-layout2 .mod-layout2-row {
    display: table;
    width: 100%;
}

.mod-layout2 .mod-layout2-item h3 {
    line-height: 1.5;
}

.mod-layout2 .mod-layout2-item h4 {
    margin: 0 0 10px;
}

.mod-layout2.mod-layout2--type-pic1 .mod-layout2-media {
    width: 50.83%;
    padding-right: 24px;
}

.mod-layout2.mod-layout2--type-pic1-v {
    margin-right: auto;
    margin-left: auto;
    width: 632px;
}

.mod-layout2.mod-layout2--type-pic1-v .mod-layout2-media {
    width: 48.1%;
    padding-right: 24px;
}

.mod-layout2.mod-layout2--type-pic2 .mod-layout2-media:first-child {
    width: 25.62%;
}

.mod-layout2.mod-layout2--type-pic3 .mod-layout2-media:first-child {
    width: 34.16%;
}

.mod-layout2.mod-layout2--type-pic3 .mod-specialtyText h4 {
    margin-top: 0;
}

.mod-layout2.mod-layout2--type-pic4 .mod-layout2-item {
    padding-right: 0;
    width: 34.17%;
}

.mod-layout2.mod-layout2--type-pic4 .mod-layout2-row>.mod-layout2-media {
    width: 65.833333333333%;
    padding-right: 0;
}

@media screen and (max-width: 599px) {

    .mod-layout2.mod-layout2--type-pic1 .mod-layout2-item,
    .mod-layout2.mod-layout2--type-pic1 .mod-layout2-media {
        display: block;
        padding-right: 0 !important;
    }

    .mod-layout2.mod-layout2--type-pic1 .mod-layout2-row>.mod-layout2-media {
        width: 100%;
    }

    .mod-layout2.mod-layout2--type-pic1 .mod-specialtyMedia {
        margin-bottom: 20px;
    }

    .mod-layout2.mod-layout2--type-pic1-v {
        width: auto;
    }

    .mod-layout2.mod-layout2--type-pic1-v .mod-layout2-media {
        width: auto;
        padding-right: 0;
    }

    .mod-layout2.mod-layout2--type-pic1-v .mod-layout2-media .mod-specialtyMedia {
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }

    .mod-layout2.mod-layout2--type-pic2 .mod-specialtyMedia {
        margin-bottom: 20px;
    }

    .mod-layout2.mod-layout2--type-pic3 .mod-specialtyMedia {
        margin-bottom: 20px;
    }

    .mod-layout2.mod-layout2--type-pic4 .mod-layout2-item,
    .mod-layout2.mod-layout2--type-pic4 .mod-layout2-item>.mod-layout2-media,
    .mod-layout2.mod-layout2--type-pic4 .mod-layout2-row>.mod-layout2-media {
        display: block;
        width: 100%;
        padding-right: 0 !important;
    }

    .mod-layout2.mod-layout2--type-pic3 .mod-specialtyMedia {
        margin-bottom: 10px;
    }
}

.mod-layout8+.mod-headingV3 {
    margin-top: 10px;
}

.mod-layout8 .mod-layout8-item .mod-headingV2:first-child {
    margin-top: 0;
}

.mod-layout8 .mod-layout8-item .mod-specialtyMedia .mod-specialtyMedia-caption .txt-right {
    text-align: right;
}

.mod-layout4 .mod-layout4-item>.mod-line {
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .mod-layout4 .mod-layout4-item>.mod-line {
        margin-left: 0;
        margin-right: 0;
    }
}

.mod-layout9.mod-layout9--type-group {
    margin-left: 0;
}

.mod-layout9.mod-layout9--type-group .mod-layout9-group {
    display: block;
    margin-left: -24px;
}

.mod-layout9.mod-layout9--type-group .mod-layout9-group .mod-layout9-item {
    float: none;
    display: inline-block;
    margin-right: -5px;
}

@media screen and (max-width: 599px) {
    .mod-layout9.mod-layout9--type-group {
        margin-left: -15px;
    }

    .mod-layout9.mod-layout9--type-group .mod-layout9-group {
        margin-left: 0;
    }

    .mod-layout9.mod-layout9--type-group .mod-layout9-group .mod-layout9-item {
        display: block;
        margin-right: 0;
    }
}

.mod-specialtyMedia-single1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 48.75%;
    margin-bottom: 40px;
}

.mod-specialtyMedia-single1 .mod-specialtyMedia-image {
    text-align: center;
    margin-bottom: 10px;
}

.mod-specialtyMedia-single1 .mod-specialtyMedia-image img {
    max-width: 100%;
    height: auto;
}

.mod-specialtyMedia-single1 .mod-specialtyMedia-caption {
    font-size: 16px;
    /* font-size: 1.6rem; */
    margin-bottom: 10px;
}

.mod-specialtyMedia-single1 .mod-specialtyMedia-caption>p:first-child {
    /* margin-top: 0; */
    margin-top: 1em;
}

@media screen and (max-width: 599px) {
    .mod-specialtyMedia-single1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .mod-specialtyMedia-single1 .mod-specialtyMedia-image img {
        width: 100%;
        height: auto;
    }
}

.mod-rwdLogo1 {
    height: auto;
}

.mod-tab+.mod-layout3 {
    margin-top: 30px;
}

/* ADD 602 */
.mod-layout3 .mod-status {
    margin-bottom: 80px;
}

/* ADD 602 */
.ex-tx-color1 {
    color: #ef621e;
    font-style: normal;
    font-weight: 700;
}

.ex-tx-color2 {
    color: #999;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125em;
}

.mod-announcement1 {
    text-align: center;
}

.mod-announcement1 p {
    padding: 0.6em 1.5em;
    margin-top: 0;
    border-radius: 3px;
    display: inline-block;
    background-color: #ef621e;
    color: #fff;
    font-size: 20px;
    /* font-size: 2rem; */
}

@media screen and (max-width: 599px) {
    .mod-announcement1 p {
        font-size: 16px;
        /* font-size: 1.6rem; */
    }
}

.mod-leadText1 {
    padding: 1.5em 2em 1.7em;
    background: #fbfafa;
    background: -moz-linear-gradient(#f2f2f2, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
    background: -webkit-linear-gradient(#f2f2f2, #fff);
    background: -o-linear-gradient(#f2f2f2, #fff);
    background: linear-gradient(#f2f2f2, #fff);
    line-height: 1.4;
}

.mod-leadText1 p {
    margin: 0;
    text-align: center;
    font-size: 1.875em;
}

.mod-leadText1+.mod-headingV2 {
    margin-top: 0;
}

.mod-leadText2 {
    line-height: 1.4;
}

.mod-leadText2 p {
    text-align: center;
    font-size: 1.875em;
}

@media screen and (max-width: 599px) {

    .mod-leadText1 p,
    .mod-leadText2 p {
        font-size: 20px;
        /* font-size: 2rem; */
    }
}

.mod-layout-narrow1 {
    margin: 0 auto 40px;
    width: 796px;
}

.mod-layout-narrow1 .mod-layout8 .mod-layout8-item .mod-specialtyMedia.mod-specialtyMedia--type-vertical1>.mod-specialtyMedia-image img {
    display: block;
    margin-bottom: 6.3%;
}

.mod-layout-narrow1+.mod-headingV3 {
    margin-top: 40px;
}

.mod-layout-narrow1 p {
    margin-top: 0;
}

.mod-layout-narrow1 .mod-specialtyText {
    margin-bottom: 40px;
}

.mod-headingV3+.mod-layout-narrow1 {
    margin-top: 40px;
}

p+.mod-layout-narrow1 {
    margin-top: 40px;
}

@media screen and (max-width: 936px) {
    .mod-layout-narrow1 .mod-layout8 .mod-layout8-item .mod-specialtyMedia.mod-specialtyMedia--type-vertical1>.mod-specialtyMedia-image img {
        margin-bottom: 6%;
    }
}

@media screen and (max-width: 836px) {
    .mod-layout-narrow1 {
        width: auto;
    }
}

@media screen and (max-width: 599px) {
    .mod-layout-narrow1 {
        margin: 0 auto 30px;
    }

    .mod-headingV3+.mod-layout-narrow1,
    p+.mod-layout-narrow1 {
        margin-top: 30px;
    }
}

.mod-thumbMedia2 {
    overflow: hidden;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-itemOuter {
    margin-bottom: 0;
    margin-left: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item {
    margin-bottom: 0;
    margin-left: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image {
    padding-right: 25px;
    width: 17%;
    min-width: 140px;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame {
    border: 0 none;
    width: auto;
    height: auto;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame img {
    width: 140px;
    height: auto;
    position: static;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail {
    width: 83%;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-heading p:first-child {
    margin-top: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-heading h3 {
    margin-top: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a {
    display: inline-block;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a+a {
    margin-left: 30px;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile2 {
    margin-bottom: 1em;
    vertical-align: top;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item {
    margin-bottom: 0;
    margin-left: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item .mod-thumbMedia2-image {
    padding-right: 10px;
    max-width: 43px;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item .mod-thumbMedia2-image img {
    vertical-align: top;
}

.mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item .mod-thumbMedia2-detail {
    vertical-align: middle;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-itemOuter {
    margin-left: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item {
    margin-bottom: 0;
    margin-left: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image {
    padding-right: 25px;
    width: 17%;
    min-width: 140px;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame {
    border: 0 none;
    width: auto;
    height: auto;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame img {
    width: 140px;
    height: auto;
    position: static;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail {
    width: 83%;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-heading p:first-child {
    margin-top: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-heading h3 {
    margin-top: 0;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a {
    display: inline-block;
}

.mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a+a {
    margin-left: 30px;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .mod-thumbMedia2.mod-thumbMedia2--type-profile2 {
        display: table;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item {
        display: table-cell;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item .mod-thumbMedia2-detail {
        min-width: auto;
        padding-right: 1em;
    }
}

@media screen and (max-width: 599px) {
    .mod-thumbMedia2.mod-thumbMedia2--type-profile1 {
        margin-bottom: 0;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image {
        padding-right: 10px;
        min-width: 85px;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame {
        width: auto;
        height: auto;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame img {
        width: 85px;
        height: auto;
        max-width: 100%;
        max-height: none;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a+a {
        margin-left: 15px;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-profile2 .mod-thumbMedia2-item .mod-thumbMedia2-detail {
        min-width: 0;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-banner1 {
        margin-bottom: 0;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image {
        padding-right: 15px;
        min-width: 85px;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame {
        width: auto;
        height: auto;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-image .mod-thumbMedia2-imageFrame img {
        width: 85px;
        height: auto;
        max-width: 100%;
        max-height: none;
    }

    .mod-thumbMedia2.mod-thumbMedia2--type-banner1 .mod-thumbMedia2-item .mod-thumbMedia2-detail .mod-thumbMedia2-text a+a {
        margin-left: 15px;
    }
}

.mod-thumbMedia2-wrap {
    display: table;
    margin-bottom: 1em;
}

.mod-thumbMedia2-wrap .mod-thumbMedia2--type-profile2 {
    display: table-cell;
}

.mod-thumbMedia2-wrap .mod-thumbMedia2--type-profile2 .mod-thumbMedia2-detail {
    min-width: 270px;
}

.mod-headingV1+.mod-thumbMedia2-wrap {
    margin-top: 20px;
}

@media screen and (max-width: 599px) {
    .mod-thumbMedia2-wrap {
        display: block;
    }

    .mod-thumbMedia2-wrap .mod-thumbMedia2--type-profile2 {
        display: block;
    }
}

.mod-withinPageNav+.mod-headingV2 {
    margin-top: 30px;
}

.mod-withinPageNav+.mod-headingV3 {
    margin-top: 40px;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 span+span:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    color: #a8a8a8;
    font-size: 20px;
    margin-right: 10px;
    /**/
    content: "\f107";
    margin-top: -4px;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
    margin-top: -24px;
    margin-left: -24px;
    padding-left: 0;
    overflow: hidden;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
    margin: 24px 0 0 24px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li:before {
    display: none;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li a:hover {
    text-decoration: none;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li span:first-child img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li span+span {
    border-top: 1px solid #ccc;
    display: block;
    text-align: center;
    font-weight: 700;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li span+span.mod-thumbMedia-caption {
    background: #222;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

.mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li span+span.mod-thumbMedia-caption:before {
    content: none;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li:before {
    display: none;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 span+span:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    color: #a8a8a8;
    font-size: 20px;
    margin-right: 10px;
    /**/
    content: "\f107";
    margin-top: -4px;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul {
    margin-top: -24px;
    margin-left: -24px;
    padding-left: 0;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li {
    margin: 24px 0 0 24px;
    border: 1px solid #ccc;
    width: 302px;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li a:hover {
    text-decoration: none;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li span:first-child img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li span+span {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #ccc;
    display: block;
    text-align: center;
    font-weight: 700;
}

@media screen and (min-width: 800px) and (max-width: 959px) {
    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
        margin-left: -2.1%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
        margin-left: 2.1%;
        width: 14.5%;
    }
}

@media screen and (min-width: 700px) and (max-width: 799px) {
    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
        margin-left: -2%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
        margin-left: 2%;
        width: 18%;
    }
}

@media screen and (min-width: 600px) and (max-width: 699px) {
    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
        margin-left: -2%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
        margin-left: 2%;
        width: 23%;
    }
}

@media screen and (min-width: 500px) and (max-width: 599px) {
    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
        margin-left: -2%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
        margin-left: 2%;
        width: 31%;
    }
}

@media screen and (max-width: 499px) {
    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul {
        margin-left: -5%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image1 .mod-withinPageNav-ul li {
        margin-left: 5%;
        width: 45%;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul {
        margin-left: -2%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li {
        margin-left: 2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 31.3%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li span:first-child img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 500px) and (max-width: 599px) {
    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul {
        margin-left: -4%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li {
        margin-left: 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 46%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li span:first-child img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 499px) {
    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul {
        margin-left: 0;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li {
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li:first-child {
        margin-left: 0;
    }

    .mod-withinPageNav.mod-withinPageNav--type-image2 .mod-withinPageNav-ul li span:first-child img {
        width: 100%;
        height: auto;
    }
}

.mod-stepList1 {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.mod-stepList1 li {
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.mod-stepList1 li:after {
    content: url(../img/mod/arrow_02.jpg);
    position: absolute;
    bottom: 5px;
    left: 19%;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.mod-stepList1 li:last-child {
    padding-bottom: 0;
}

.mod-stepList1 li:last-child:after {
    display: none;
}

.mod-stepList1 .mod-stepList1-image {
    display: inline-block;
    width: 48%;
    float: left;
}

.mod-stepList1 .mod-stepList1-image img {
    width: 100%;
    max-width: 222px;
    height: auto;
    vertical-align: top;
}

.mod-stepList1 .mod-stepList1-text {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    float: right;
}

.mod-stepList1.mod-stepList1--type-large1 {
    margin-bottom: 40px;
}

.mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-image {
    width: 23.5%;
}

.mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-text {
    width: 74%;
}

.mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-text p {
    margin-top: 0;
}

.mod-stepList1.mod-stepList1--type-large1 li:after {
    left: 9.2%;
}

.ie8 .mod-stepList1 li:after {
    content: url(../img/mod/arrow_02-ie8.jpg);
    bottom: 12px;
    left: 20%;
}

.ie8 .mod-stepList1.mod-stepList1--type-large1 li:after {
    left: 10.5%;
}

@media screen and (min-width: 600px) and (max-width: 729px) {
    .mod-stepList1.mod-stepList1--type-large1 li {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 599px) {
    .mod-stepList1 {
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
    }

    .mod-stepList1 li {
        padding-bottom: 3em;
    }

    .mod-stepList1 li:after {
        left: 42%;
    }

    .mod-stepList1 .mod-stepList1-image {
        width: 100%;
        float: none;
    }

    .mod-stepList1 .mod-stepList1-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: top;
        text-align: center;
    }

    .mod-stepList1 .mod-stepList1-text {
        margin-top: 0.5em;
        width: 100%;
        float: none;
    }

    .mod-stepList1.mod-stepList1--type-large1 {
        margin-bottom: 30px;
    }

    .mod-stepList1.mod-stepList1--type-large1 li:after {
        left: 42%;
    }

    .mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-image {
        width: 100%;
        float: none;
    }

    .mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-image img {
        width: 100%;
        max-width: 100%;
        height: auto;
        vertical-align: top;
        text-align: center;
    }

    .mod-stepList1.mod-stepList1--type-large1 .mod-stepList1-text {
        margin-top: 1em;
        width: 100%;
        float: none;
    }
}

.mod-layout--type-step1 {
    overflow: hidden;
}

.mod-layout--type-step1:after {
    content: "";
    display: block;
    width: 54px;
    height: 55px;
    margin: 8px auto;
    background: url(../img/mod/arrow_01.jpg) center center no-repeat;
    background-size: cover;
}

.mod-layout--type-step1 .mod-specialtyText {
    margin-bottom: 0;
}

.mod-layout--type-step1+.mod-headingV2 {
    margin-top: 10px;
}

.ie8 .mod-layout--type-step1:after {
    content: url(../img/mod/arrow_01-ie8.jpg);
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 td {
    padding: 0.5em 10px;
    vertical-align: top;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2 .mod-thumbMedia2-itemOuter {
    margin-bottom: 0;
    margin-left: 0;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2 .mod-thumbMedia2-itemOuter .mod-thumbMedia2-item {
    display: table;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2 .mod-thumbMedia2-itemOuter .mod-thumbMedia2-item .mod-thumbMedia2-image {
    width: 67px;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2-imageFrame {
    border: 0 none;
    width: 67px;
    height: 78px;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2-imageFrame img {
    width: 100%;
    height: auto;
    max-width: 67px;
    max-height: 78px;
}

.mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2-heading+p {
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 599px) {
    .mod-verticalTable2.mod-verticalTable2--type-guestList1 td {
        padding: 0.5em 0;
        width: 100%;
    }

    .mod-verticalTable2.mod-verticalTable2--type-guestList1 .mod-thumbMedia2 {
        margin-bottom: 0;
    }
}

.mod-verticalTable+.mod-specialtyCaption {
    margin-top: -10px;
}

.mod-table.mod-table--type-schedule1 th {
    width: 20%;
}

.mod-table.mod-table--type-schedule1 td .mod-formatIcon-group {
    margin-bottom: -10px;
}

.mod-table.mod-table--type-schedule1 td p:last-child {
    margin-bottom: 0;
}

.mod-table.mod-table--type-schedule1 td p:first-child {
    margin-top: 0;
}

.mod-table.mod-table--type-notify1 {
    border-width: 0 0 2px 2px;
    border-color: #ef621e;
}

.mod-table.mod-table--type-notify1 td,
.mod-table.mod-table--type-notify1 th {
    border-color: #ef621e;
    border-width: 1px 2px 0 0;
}

.mod-table.mod-table--type-notify1 th {
    background-color: #f9dcce;
}

.mod-table.mod-table--type-notify1 colgroup+tbody tr:first-child th {
    border-top-width: 2px;
    background-color: #f9dcce;
}

@media screen and (max-width: 599px) {
    .mod-table.mod-table--type-schedule1 {
        table-layout: auto;
    }

    .mod-table.mod-table--type-schedule1 th {
        width: 5em;
        white-space: nowrap;
    }
}

.mod-focusBlock1 {
    padding: 1.25em;
    margin-bottom: 40px;
    background: #f7f6f5;
}

.mod-focusBlock1 dl {
    margin: 0;
}

.mod-focusBlock1 .title1 {
    font-weight: bold;
    margin-bottom: 1.25em;
}

.mod-focusBlock1 dd {
    margin-left: 0;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media {
    width: 25.37%;
    padding-right: 24px;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia,
.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia-image {
    margin-bottom: 0;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia img,
.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia-image img {
    display: block;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia-caption {
    margin-top: 10px;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item {
    padding-right: 18px;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item:last-child {
    padding-right: 0px;
}

.mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item .mod-specialtyText {
    margin-bottom: 0;
}

@media screen and (max-width: 799px) {
    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media {
        width: 20.67%;
        padding-right: 12px;
    }

    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item {
        padding-right: 12px;
    }

    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item:last-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 599px) {
    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-media .mod-specialtyMedia-image {
        margin-bottom: 20px;
    }

    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item .mod-specialtyText {
        margin-bottom: 20px;
    }

    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item:last-child .mod-specialtyText {
        margin-bottom: 0;
    }

    .mod-focusBlock1 .mod-layout2 .mod-layout2-row .mod-layout2-item:last-child .mod-specialtyText>p {
        margin-bottom: 0;
    }
}

.mod-focusBlock2 {
    padding: 1.25em;
    margin-bottom: 40px;
    background: #fafae1;
}

.mod-focusBlock2 dl {
    margin: 0;
}

.mod-focusBlock2 dd {
    margin: 0;
}

.mod-focusBlock2 .mod-arrowLink {
    text-indent: -14px;
}

.mod-focusBlock2 .title1 {
    padding-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4;
}

.mod-focusBlock2 h3 {
    margin: 0 0 10px;
}

.mod-focusBlock2 .mod-linkBlock3 {
    margin-bottom: 0;
    /* ADD 602 */
}

.mod-focusBlock2 .mod-linkBlock3 .mod-linkBlock3--mb40 {
    margin-bottom: 40px;
}

.mod-focusBlock2 .mod-linkBlock3-inner {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
}

.mod-focusBlock2 .mod-layout4 .mod-layout4-group {
    margin-left: -27px;
}

.mod-focusBlock2 .mod-layout4 .mod-layout4-item {
    margin-right: -6px;
    padding-left: 28px;
}

/* ADD 602 */
.mod-focusBlock3 {
    padding: 1.25em;
    margin-bottom: 40px;
    border-radius: 6px;
    background: #fafae1;
}

.mod-focusBlock3 .title1 {
    margin-bottom: 5px;
    /* font-size: 1.25em; */
    font-size: 18px;
    /* font-size: 1.8rem; */
    font-weight: bold;
    line-height: 1.4;
}

.mod-focusBlock3 dl {
    margin: 0;
}

.mod-focusBlock3 dd {
    margin: 0;
}

.mod-focusBlock3 dd p:first-child {
    margin-top: 0;
}

.mod-focusBlock3 dd p:last-child {
    margin-bottom: 0;
}

.mod-focusBlock3 .mod-focusBlock3-inner {
    margin: -1em 0;
}

.mod-focusBlock4 {
    padding: 1.25em;
    margin-bottom: 60px;
    border-radius: 6px;
    background: #f6f6f6;
}

.mod-focusBlock4 .mod-specialtyCaption {
    margin-bottom: 14px;
}

.mod-focusBlock4 .mod-specialtyCaption:last-child {
    margin-bottom: 0;
}

/* ADD 602 */
@media screen and (max-width: 599px) {
    .mod-focusBlock2 .mod-linkBlock3-inner {
        display: table;
        width: 100%;
        margin: 0 0 20px;
    }
}

.mod-btn2.mod-btn2--type-small1 {
    min-width: 100px;
    min-height: 36px;
    padding: 0 15px 0 10px;
    font-weight: normal;
    font-size: 1em;
    line-height: 33px;
}

.mod-btn2.mod-btn2--type-small1:before {
    top: 1px;
    margin-right: 6px;
}

@media screen and (max-width: 599px) {
    .mod-btn2.mod-btn2--type-small1 {
        min-height: 46px;
        padding: 0 30px;
        line-height: 46px;
    }

    .mod-btn2.mod-btn2--type-small1:before {
        top: 0;
    }
}

.mod-btnLink1 {
    margin-bottom: 40px;
    border: 1px solid #e6e5de;
    border-radius: 4px;
    text-align: center;
    background-color: #f7f6f5;
}

.mod-btnLink1 p {
    border: 3px solid #ffd200;
    border-radius: 3px;
    display: inline-block;
}

.mod-btnLink1 p a {
    padding: 0.6em 2.5em;
    border: 1px solid;
    display: inline-block;
    border: 1px solid #cdcbc4;
    border-radius: 3px;
    background: -moz-linear-gradient(#f7f6f5, #e8e7e4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f5), to(#e8e7e4));
    background: -webkit-linear-gradient(#f7f6f5, #e8e7e4);
    background: -o-linear-gradient(#f7f6f5, #e8e7e4);
    background: linear-gradient(#f7f6f5, #e8e7e4);
    line-height: 1;
    color: #4e4e4e;
    font-weight: 700;
    text-decoration: none;
}

.mod-btnLink1 p a:hover {
    filter: alpha(Opacity=80);
    opacity: .8;
}

.mod-btnLink1 p a:before {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 0;
    content: "\f105";
    vertical-align: top;
    color: #4e4e4e;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    text-decoration: inherit;
    *margin-right: .3em;
}

/* ADD 602 */
.mod-btnLink2 p a {
    display: inline-block;
    /* padding: 10px; */
    padding: 8px 13px;
    width: 222px;
    background: -webkit-linear-gradient(#f7f6f5 10%, #e8e7e4 85%, #f7f6f5) #e5e5dd;
    background: -moz-linear-gradient(#f7f6f5 10%, #e8e7e4 85%, #f7f6f5) #e5e5dd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f7f6f5), color-stop(85%, #e8e7e4), to(#f7f6f5)) #e5e5dd;
    background: -o-linear-gradient(#f7f6f5 10%, #e8e7e4 85%, #f7f6f5) #e5e5dd;
    background: linear-gradient(#f7f6f5 10%, #e8e7e4 85%, #f7f6f5) #e5e5dd;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.mod-btnLink2 p a:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(#e8e7e4 10%, #d4d3d2 85%, #ccccca) #d4d3d2;
    background: -moz-linear-gradient(#e8e7e4 10%, #d4d3d2 85%, #ccccca) #d4d3d2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e8e7e4), color-stop(85%, #d4d3d2), to(#ccccca)) #d4d3d2;
    background: -o-linear-gradient(#e8e7e4 10%, #d4d3d2 85%, #ccccca) #d4d3d2;
    background: linear-gradient(#e8e7e4 10%, #d4d3d2 85%, #ccccca) #d4d3d2;
}

/* ADD 602 */
.sys-hr {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    height: 0;
    border-width: 0 0 1px;
    border-color: #cdcbc4;
    border-bottom-style: solid;
}

.mod-textLabel1 {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 3px;
    width: auto;
    height: 22px;
    line-height: 22px;
    background-color: #666666;
    font-size: 15px;
    /* font-size: 1.5rem; */
    white-space: nowrap;
    border: 0;
}

.mod-textLabel1.mod-textLabel1--type-color1 {
    background-color: #cc0066;
}

.mod-textLabel1.mod-textLabel1--type-color2 {
    background-color: #3333cc;
}

.mod-textLabel1.mod-textLabel1--type-color3 {
    background-color: #669933;
}

.mod-textLabel1.mod-icon-premium {
    background-color: #cc9933;
}

.mod-textLabel1.mod-icon-photolife {
    background-color: #e89f57;
}

.mod-textLabel1.mod-icon-phototech {
    background-color: #88abda;
}

.mod-textLabel1.mod-icon-membership {
    background-color: #b3d465;
}

.mod-textLabel1.mod-icon-special {
    background-color: #f57e6b;
}

.mod-headingV1 .mod-headingV1-title .mod-textLabel1 {
    margin-left: 0;
    height: 1.8em;
    line-height: 1.8em;
    vertical-align: .4em;
}

@media screen and (min-width: 600px) and (max-width: 879px) {
    .mod-textLabel1 {
        font-size: 13px;
        /* font-size: 1.3rem; */
    }
}

@media screen and (max-width: 659px) {
    .mod-textLabel1 {
        font-size: 12px;
        /* font-size: 1.2rem; */
    }
}

@media screen and (max-width: 599px) {
    .mod-headingV11.mod-togglable-heading:before {
        top: 2px;
        right: 10px;
    }

    .mod-line.ex-only-large+.mod-thumbMedia2.mod-thumbMedia2--type-profile1 {
        margin-top: 1.5em;
    }
}

div.support-srsc-access>div.support-srsc-access-map>div.support-srsc-access-map-box {
    height: 300px;
}

div.support-srsc-access>div.support-srsc-access-map>div.support-srsc-access-map-box .support-srsc-access-map-baloon-box {
    height: auto;
}

@media screen and (max-width: 599px) {
    td.td-map {
        padding: 0;
    }

    div.support-srsc-access>div.support-srsc-access-map>div.support-srsc-access-map-box {
        width: auto;
        margin: 0;
    }
}

div.mod-access-map-box1 {
    width: 100%;
    height: 388px;
}

div.mod-access-map-box1 .access-map-baloon-box {
    /*font-family: Verdana,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/
}

div.mod-access-map-box1 .gm-style-iw>div>div {
    overflow: hidden !important;
}

.ie8 .gmnoprint {
    width: auto !important;
}

.mod-tab3.mod-tab3--type-js1:before {
    display: none;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul {
    padding-left: 0;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #cdcbc4;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px #cdcbc4;
    -moz-box-shadow: inset 0 0 0 1px #cdcbc4;
    box-shadow: inset 0 0 0 1px #cdcbc4;
    background-color: #e6e4e1;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul>li {
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul .mod-tab3-item {
    margin: 0;
    padding: 1em;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #cdcbc4;
    border-radius: 0;
    display: table-cell;
    height: auto;
    width: 1%;
    float: none;
    vertical-align: middle;
    line-height: 1.5;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul .mod-tab3-item--is-current:hover {
    border-bottom-color: #cdcbc4;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul .mod-tab3-body {
    border-top: 0 none;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul .mod-tab3-body--is-current {
    display: block;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item2>li {
    width: 50%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item3>li {
    width: 33%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item3>li:first-child {
    width: 34%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item4>li {
    width: 25%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item5>li {
    width: 20%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item6>li {
    width: 17%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item6>li:first-child {
    width: 16%;
}

.mod-tab3.mod-tab3--type-js1 .mod-tab3-ul--type-item6>li:first-child+li {
    width: 16%;
}

@media screen and (max-width: 599px) {
    .mod-tab3.mod-tab3--type-js1 {
        margin-right: 0;
        margin-left: 0;
        border-top: 0 none;
    }

    .mod-tab3.mod-tab3--type-js1 .mod-tab3-ul>li {
        margin-left: 0;
        width: 50% !important;
    }
}

.mod-linkBlock3.membership-loginStatusBlock {
    z-index: 1;
}

.mod-layout3.mod-layout3--type-caption1 {
    margin-left: auto;
    margin-right: auto;
}

.mod-layout.mod-layout4--type-pickup1 {
    margin-bottom: 10px;
    background: #f7f6f5;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-media {
    width: 51.25%;
    padding-right: 0;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-media .mod-specialtyMedia {
    margin-bottom: 0;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-media .mod-specialtyMedia .mod-specialtyMedia-image {
    margin-bottom: 0;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-media .mod-specialtyMedia .mod-specialtyMedia-image img {
    display: block;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-item {
    width: 48.75%;
    padding: 15px 20px;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-item h3 {
    margin-top: 10px;
}

.mod-layout.mod-layout4--type-pickup1 .mod-layout-item h4 {
    margin: 0;
    line-height: 1.4;
}

@media screen and (max-width: 599px) {
    .mod-layout.mod-layout4--type-pickup1 {
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    .mod-layout.mod-layout4--type-pickup1 .mod-layout-media {
        width: 100%;
    }

    .mod-layout.mod-layout4--type-pickup1 .mod-layout-media .mod-specialtyMedia .mod-specialtyMedia-image {
        border-bottom: 1px solid #fff;
    }

    .mod-layout.mod-layout4--type-pickup1 .mod-layout-item {
        display: block;
        width: 100%;
        padding: 10px;
    }
}

.mod-layout4.mod-layout4--type-latest1 {
    display: table;
    table-layout: fixed;
    margin-bottom: 10px;
    margin-left: -12px;
    border-collapse: separate;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item {
    display: table-cell;
    padding-left: 0;
    border-left: 12px solid #fff;
    color: #666;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item h4 {
    margin: 0;
    line-height: 1.3;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item h4 .mod-arrowLink {
    text-indent: -14px;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item h4 .mod-arrowLink:before {
    line-height: 1.3;
    top: -2px;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia .mod-specialtyMedia-image {
    margin-bottom: 0;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia .mod-specialtyMedia-image img {
    display: block;
}

.mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia .mod-specialtyMedia-caption {
    padding: 15px;
}

.mod-layout4.mod-layout4--type-latest1 .mod-formatIcon-group {
    margin-top: 0;
    margin-bottom: 10px;
}

.mod-layout4.mod-layout4--type-latest1 .mod-formatIcon-group .mod-formatIcon {
    display: inline-block;
    max-width: 51%;
    vertical-align: top;
}

.mod-layout4.mod-layout4--type-latest1 .mod-formatIcon-group small {
    display: inline-block;
    max-width: 49%;
    color: #808080;
    vertical-align: top;
}

.mod-layout4.mod-layout4--type-latest1.mod-bgcolor1 {
    background: #f7f6f5;
}

.mod-layout4.mod-layout4--type-latest1.mod-bgcolor2 {
    background: #f2f2f2;
}

.sys-list4 {
    margin: 0 0 40px;
    padding: 0;
}

.sys-list4-title {
    margin: 0 0 12px;
    padding: 0;
}

.sys-list4-body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.sys-list4-body a {
    display: block;
    margin-bottom: .3em;
}

@media screen and (max-width: 959px) {

    .mod-layout4.mod-layout4--type-latest1 .mod-formatIcon-group .mod-formatIcon,
    .mod-layout4.mod-layout4--type-latest1 .mod-formatIcon-group small {
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .mod-layout4.mod-layout4--type-latest1 {
        margin-left: 0;
        margin-bottom: 0;
    }

    .mod-layout4.mod-layout4--type-latest1 .mod-layout4-item {
        display: table;
        width: 100%;
        padding-top: 15px;
        border-left: 0;
        border-bottom: 1px solid #ccc;
    }

    .mod-layout4.mod-layout4--type-latest1 .mod-layout4-item h4 {
        font-size: 16px;
        /* font-size: 1.6rem; */
    }

    .mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia {
        margin-bottom: 15px;
    }

    .mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia .mod-specialtyMedia-image {
        display: table-cell;
        width: 46.4%;
        padding-left: 8px;
        vertical-align: top;
    }

    .mod-layout4.mod-layout4--type-latest1 .mod-layout4-item .mod-specialtyMedia .mod-specialtyMedia-caption {
        display: table-cell;
        padding: 0 8px;
        vertical-align: top;
    }
}

.mod-headingV2.mod-headingV2--type-bgcolor1 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.mod-headingV2.mod-headingV2--type-bgcolor1 a {
    color: #fff;
}

.mod-headingV2.mod-headingV2--type-bgcolor1 .mod-arrowLink:before {
    text-indent: 0;
    color: #fff;
    font-size: inherit;
    top: 3px;
}

.mod-headingV2.mod-headingV2--type-bgcolor1.heading-photolife {
    background: #e89f57;
}

.mod-headingV2.mod-headingV2--type-bgcolor1.heading-phototech {
    background: #88abda;
}

.mod-headingV2.mod-headingV2--type-bgcolor1.heading-special {
    background: #f57e6b;
}

.mod-headingV2.mod-headingV2--type-bgcolor1.heading-membership {
    background: #b3d465;
}

@media screen and (max-width: 599px) {
    .mod-smallFull {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.mod-linkBlock3.mod-linkBlock3--membership+.mod-linkBlock3.mod-linkBlock3--membership {
    margin-top: 20px;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-headingIcon--excl {
    position: relative;
    padding-left: 34px;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-headingIcon--excl::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/cms/enjoy/common/img/mod/icon_excl_01.png) top left no-repeat;
    background-size: 100% auto;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-heading {
    margin-bottom: 0;
    font-size: 20px;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-heading2 {
    padding-bottom: 10px;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4;
}

.mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-heading2--border {
    padding-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}

.mod-linkBlock3.mod-linkBlock3--membershipLogout>.mod-linkBlock3-inner {
    padding: 20px 15px;
    background: #e8e7e6;
    border-color: #666;
}

.mod-linkBlock3.mod-linkBlock3--membership:not(.mod-linkBlock3--membershipLogout)>.mod-linkBlock3-inner {
    padding: 0;
}

.mod-linkBlock3.mod-linkBlock3--membership:not(.mod-linkBlock3--membershipLogout)>.mod-linkBlock3-inner>.mod-linkBlock3-body {
    padding: 20px 15px;
}

.mod-linkBlock3.mod-linkBlock3--membership:not(.mod-linkBlock3--membershipLogout) .mod-linkBlock3-heading {
    padding: .75em 32px;
}

.mod-linkBlock3.mod-linkBlock3--membershipNormal>.mod-linkBlock3-inner {
    background: #f6fdff;
    border-color: #55a5bd;
}

.mod-linkBlock3.mod-linkBlock3--membershipNormal .mod-linkBlock3-heading {
    background: #55a5bd;
    color: #fff;
}

.mod-linkBlock3.mod-linkBlock3--membershipPremium>.mod-linkBlock3-inner {
    background: #fff9c8;
    border-color: #d9a463;
}

.mod-linkBlock3.mod-linkBlock3--membershipPremium .mod-linkBlock3-heading {
    background: #d9a463;
    color: #fff;
}

@media screen and (max-width: 599px) {
    .mod-linkBlock3.mod-linkBlock3--membership .mod-headingIcon--excl::before {
        top: 2px;
    }

    .mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-heading {
        font-size: 16px;
    }

    .mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3-heading2 {
        font-size: 16px;
    }

    .mod-linkBlock3.mod-linkBlock3--membershipPremium .mod-linkBlock3-heading {
        text-align: center;
    }

    .mod-linkBlock3.mod-linkBlock3--membership .mod-linkBlock3 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.mod-layout8 .mod-layout2.mod-layout2--type-benefit1 .mod-layout2-media {
    width: 35%;
}

.mod-layout8 .mod-layout2.mod-layout2--type-benefit1 h4 {
    margin: 0 0 10px;
    line-height: 1.4;
}

.mod-layout2.mod-layout2--type-benefit2 .mod-layout2-media:first-child {
    width: 17.08%;
}

@media screen and (max-width: 796px) {
    .mod-layout8 .mod-layout2.mod-layout2--type-benefit1 .mod-layout2-item {
        display: block;
        float: left;
        width: 65%;
    }

    .mod-layout8 .mod-layout2.mod-layout2--type-benefit1 .mod-layout2-media {
        display: block;
        float: left;
        width: 35%;
        padding-right: 12px;
    }

    .mod-layout2.mod-layout2--type-benefit2 .mod-layout2-media:first-child {
        padding-right: 12px;
    }
}

@media screen and (max-width: 599px) {
    .mod-layout2.mod-layout2--type-benefit2 .mod-layout2-item {
        display: block;
        float: left;
        width: 65%;
    }

    .mod-layout2.mod-layout2--type-benefit2 .mod-layout2-media:first-child {
        display: block;
        float: left;
        width: 35%;
        padding-right: 12px;
    }
}

.mod-layout8.mod-layout8--type-mix1 .mod-layout8-item {
    width: 33.34%;
}

.mod-layout8.mod-layout8--type-mix1 .mod-layout8-item:first-child {
    width: 66.66%;
}

@media screen and (max-width: 599px) {
    .mod-layout8.mod-layout8--type-mix1 .mod-layout8-item {
        width: 100%;
    }

    .mod-layout8.mod-layout8--type-mix1 .mod-layout8-item:first-child {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .mod-headingV10.mod-togglable-heading {
        padding-bottom: 15px;
    }
}

.mod-focusBlock1 dd+.title1 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main .mod-youtubeMovie1 {
    margin: 0 auto;
    padding-bottom: 63.75711574952564%;
    height: 0;
    max-width: 740px;
    position: relative;
    overflow: hidden;
}

.mod-photoStoryGallery-expandField .mod-layout-narrow1 .mod-specialtyMedia--type-main .mod-youtubeMovie1 iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ex-adjustImageArea1.imgType-h {
    background-color: #1a1a1a;
}

.ex-adjustImageArea1.imgType-h img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.ex-adjustImageArea1.imgType-v {
    text-align: center;
    background-color: #1a1a1a;
}

.ex-adjustImageArea1.imgType-v img {
    width: auto;
    height: 100%;
    vertical-align: top;
}

@media (max-width: 599px) {
    .ex-adjustImageArea1.imgType-h {
        background-color: transparent;
    }

    .ex-adjustImageArea1.imgType-v {
        background-color: transparent;
    }

    .ex-adjustImageArea1.imgType-v img {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 599px) {

    .ex-stopHoverAction-small1:hover,
    .ex-stopHoverAction-small1 a:hover {
        opacity: 1;
    }

    .ex-stopHoverAction-small1:hover img,
    .ex-stopHoverAction-small1 a:hover img {
        opacity: 1;
    }
}

.mod-personalNameList1 {
    padding: 0;
    margin: 30px -2.6% 30px 0;
    padding-top: 1px;
    overflow: hidden;
}

@media (max-width: 599px) {
    .mod-personalNameList1 {
        margin: 20px 0 40px 0;
    }
}

.mod-personalNameList1-item {
    width: 47.4%;
    float: left;
    list-style: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: -1px;
    margin-right: 2.6%;
    position: relative;
}

.mod-personalNameList1-item:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 8px;
    height: 14px;
    display: block;
    background: url(../img/mod/icon-arrow-right-1.png) no-repeat 0 0;
    background-size: 8px 14px;
}

@media (max-width: 599px) {
    .mod-personalNameList1-item {
        width: 100%;
        margin: 0;
    }
}

.mod-personalNameList1-item--type-externalLink1:after {
    width: 15px;
    height: 12px;
    background-image: url(/cms/common/img/mod-exlinkIcon/icon_01_2x.png);
    background-size: 15px 12px;
}

.mod-personalNameList1-name {
    font-size: 24px;
    /* font-size: 2.4rem; */
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.mod-personalNameList1-hiragana {
    font-size: 14px;
    /* font-size: 1.4rem; */
    display: block;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.mod-personalNameList1-link {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.mod-personalNameList1-link:hover {
    text-decoration: none;
    opacity: 1;
    background: #fafafa;
}

/* 目次１ */
.mod-table-of-contents {
    position: relative;
    margin: 45px 0;
    padding: 20px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    list-style: none;
}

.mod-table-of-contents:before {
    position: absolute;
    top: -1em;
    left: 0;
    padding-right: 12px;
    background-color: #fff;
    content: '\76EE\6B21';
}

.mod-table-of-contents>li {
    padding-left: 30px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%205%22%3E%3Cstyle%3E.cls-1%7Bfill%3A%23414141%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M4.5%2C5%2C0%2C.53.86%2C0%2C4.51%2C3.62%2C8.17%2C0%2C9%2C.53%2C4.52%2C5h0Z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
    background-position: left top 9px;
    background-size: 9px 5px
}

.mod-table-of-contents ul {
    margin: .4em 0 .4em 30px;
    list-style: none;
}

.mod-table-of-contents a,
.mainframe_ .mod-table-of-contents a {
    color: #333;
    font-weight: 100;
}

/* 目次2 */
.mod-ancorlink-accordion-lists {
    background-color: rgba(236, 236, 236, .5);
    margin: 60px 0;
    border-radius: 0.5em;
}

.mod-ancorlink-accordion-lists .ancorlink-title {
    padding: 1em;
    font-size: 20px;
    color: rgba(25, 25, 25, 0.5);
    cursor: pointer;
}

.mod-ancorlink-accordion-lists .ancorlink-title::after {
    content: "▼";
    display: inline-block;
    margin-left: 0.4em;
    position: relative;
    transition: .2s;
}

.mod-ancorlink-accordion-lists .ancorlink-title.hide::after {
    transform: rotate(60deg);
    top: 4px;
}

.mod-ancorlink-accordion-content {
    padding: 0 2em 2em 2em;
}

.mod-ancorlink-accordion-content .accordion-list ul {
    padding-left: 2em;
}

.mod-ancorlink-accordion-content .accordion-list ul a {
    color: rgba(25, 25, 25, 0.5);
    font-weight: bold;
}

.mod-ancorlink-accordion-content .accordion-list>li+li {
    border-top: 1px solid rgb(203 203 203);
    margin-top: 1em;
    padding-top: 1em;
}

.mod-ancorlink-accordion-content a,
main .mod-ancorlink-accordion-content a {
    color: rgba(25, 25, 25, 0.5);
}

/* 記事詳細：見出し */

.block-article-detail-wrap .btn_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.block-article-detail-wrap .btn_wrapper a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 50px;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 0 10px;
    width: 100%;
    max-width: 300px;
}

.block-article-detail-wrap .btn_wrapper .bg_bk {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.block-article-detail-wrap .btn_wrapper .bg_y {
    background-color: #ffe600;
    border: 1px solid #ffe600;
}

.block-article-detail-wrap .btn_wrapper .bg_wt {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #aaa;
    font-weight: bold;
}

.block-article-detail-wrap .btn_wrapper .bg_wt.active {
    border: 1px solid black;
    color: black;
}

@media (max-width: 768px) {
    .block-article-detail-wrap .btn_wrapper a {
        display: flex;
        flex-direction: column;
        margin: auto;
    }
}

/* バナースライダー */
.mod-slider-bnr-modal {
    margin: 80px 0;
}

.mod-slider-bnr-modal .mod-slider-area .slide-item a {
    display: flex;
    justify-content: center;
    aspect-ratio: 1 / 0.7;
}

.mod-slider-bnr-modal .slider-counter {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 50px;
}

.mod-slider-bnr-modal .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    z-index: 100;
}

.mod-slider-bnr-modal .modal .text {
    color: white;
}

.mod-slider-bnr-modal .modal-inner {
    text-align: center;
    max-height: 60vh;
    padding: 0 15px;
}

.mod-slider-bnr-modal .modal-inner img {
    animation: fadeIn .2s ease;
    margin: auto;
}

.mod-slider-bnr-modal .slick-arrow {
    appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 0;
    position: relative;
    padding: 0;
    width: 28px;
    aspect-ratio: 1;
    cursor: pointer;
}

.mod-slider-bnr-modal .slick-arrow::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: black;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 1.8px solid;
    border-right: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.mod-slider-bnr-modal .slick-arrow.slick-prev::before {
    transform: rotate(-45deg);
    right: -20%;
}

.mod-slider-bnr-modal .mod-slider-area .text {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*# sourceMappingURL=style.css.map */

.mod-layout .mod-layout-item:first-child,
.mod-layout .mod-layout-media:first-child {
    padding-left: 0;
    padding-right: 12px;
}

.mod-layout .mod-layout-item,
.mod-layout .mod-layout-media {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
}

.block-articlelist-more-list .common_article_more_wrap {
    display: none;
    text-align: center;
}

.block-articlelist-more-list .common_article_more_wrap.is-show {
    display: block;
}

.block-articlelist-more-list .common_article_more_wrap .btn_link {
    background-color: white;
    color: black;
    font-size: 14px;
    width: 100%;
    max-width: 480px;
    position: relative;
    transition: .3s;
}

.block-articlelist-more-list .common_article_more_wrap .btn_link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: black;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg) skew(calc((50deg - 30deg) / 2), calc((50deg - 30deg) / 2));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transition: .5s;
}

.block-articlelist-more-list .common_article_more_wrap .btn_link.is-show::after {
    transform: rotate(-45deg);
    right: 5%;
}

@media (min-width: 600px) {
    .block-articlelist-more-list:not(.is-show) .mod-layout4-item:nth-child(n + 13) {
        display: none;
    }
}

@media (max-width: 599px) {
    .block-articlelist-more-list:not(.is-show) .mod-layout4-item:nth-child(n + 5) {
        display: none;
    }
}