@charset "UTF-8";
body {
    background: #fff;
    color: #333;
    font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ,
        ＭＳ\Ｐゴシック, MS PGothic, Verdana, sans-serif;
    font-size: 14px;
}
a {
    border: none;
    color: #006dd9;
}
a,
a:visited {
    text-decoration: none;
}
a:visited {
    color: #7f5ad7;
}
a:active {
    color: #006dd9;
    text-decoration: none;
}
a:hover {
    color: #006dd9;
    text-decoration: underline;
}
.acms-container {
    max-width: 1170px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
    padding: 0;
}
.narrow-container {
    margin: 0 auto;
    max-width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
}
@media (max-width: 1170px) {
    .acms-container,
    .narrow-container {
        padding-right: 20px;
        padding-left: 20px;
        padding-right: calc(20px + constant(safe-area-inset-right));
        padding-left: calc(20px + constant(safe-area-inset-left));
    }
}
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    20% {
        display: block;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}
.btn {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.btn:hover,
.btn:visited {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn:hover {
    background-color: #444;
    background-image: linear-gradient(180deg, #666, #444);
    color: #fff;
}
.btn:active,
.btn:focus {
    background: #444;
}
.btn-attention {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention:active,
.btn-attention:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention:hover {
    background-color: #910021;
    background-image: linear-gradient(180deg, #c41134, #910021);
    color: #fff;
}
.btn-attention:active,
.btn-attention:focus {
    background: #910021;
}
.btn-large {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-large:hover,
.btn-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-large:active,
.btn-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-large:active,
.btn-large:focus,
.btn-large:hover {
    background: #444;
}
.btn-attention-large {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention-large:active,
.btn-attention-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-large:active,
.btn-attention-large:focus,
.btn-attention-large:hover {
    background: #910021;
}
.btn-block-large {
    width: 100%;
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-block-large:active,
.btn-block-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-block-large:active,
.btn-block-large:focus,
.btn-block-large:hover {
    background: #444;
}
.btn-attention-block-large {
    width: 100%;
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus,
.btn-attention-block-large:hover {
    background: #910021;
}
@media (min-width: 768px) {
    .btn-attention-block-large,
    .btn-block-large {
        max-width: 360px;
    }
}
@media (max-width: 767px) {
    .btn-search-block {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 15px 20px;
        font-size: 20px;
    }
}
.home-btn {
    margin: 20px auto 10px;
}
.btn-border {
    display: inline-block;
    padding: 7px 10px;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.btn-border [class*="acms-icon-"] {
    color: #ccc;
    font-size: 14px;
}
.btn-border:hover {
    text-decoration: none;
}
.label-new {
    background: #c41134;
}
.label-category {
    background: #666;
}
.page-title-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    background: url(../../images/bg_other.jpg) #333 no-repeat 50%;
    background-size: cover;
}
.page-title-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.page-title-inner {
    display: table-cell;
    position: relative;
    padding: 15px 0;
    vertical-align: middle;
}
.page-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.page-title a {
    color: #fff;
}
.page-description {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .page-title-wrapper {
        height: 270px;
    }
}
.pager {
    list-style: none;
    margin: 0 -5px 50px;
    padding: 0;
    text-align: center;
}
.pager li {
    display: inline-block;
    margin: 0 5px;
}
.pager li.cur {
    color: #fff;
    background: #767676;
}
.pager-link,
.pager li.cur {
    padding: 5px 20px;
    border-radius: 3px;
}
.pager-link {
    display: block;
    color: #333;
    background: #e5e5e5;
}
.pager-link:active,
.pager-link:focus,
.pager-link:visited {
    color: #333;
}
.pager-link:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
.pager-link-forward {
    float: right;
}
.pager-link-prev {
    float: left;
}
@media screen and (min-width: 768px) {
    .pager-link,
    .pager li.cur {
        padding: 5px 10px;
    }
}
.serial-nav {
    list-style: none;
    margin: -25px 0 60px;
    padding: 0;
}
.serial-nav .serial-nav-item {
    display: block;
    float: none;
}
.serial-nav .serial-nav-item-prev {
    text-align: left;
}
.serial-nav .serial-nav-item-next {
    text-align: right;
}
.serial-nav a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}
.serial-nav a:active,
.serial-nav a:focus,
.serial-nav a:hover,
.serial-nav a:visited {
    color: inherit;
    text-decoration: none;
}
.serial-nav a:hover {
    background: #e5e5e5;
}
@media screen and (min-width: 768px) {
    .serial-nav {
        margin: 0 0 60px;
        border: 0;
    }
    .serial-nav .serial-nav-item-prev {
        float: left;
    }
    .serial-nav .serial-nav-item-next {
        float: right;
    }
    .serial-nav a {
        display: inline;
        border: 0;
    }
    .serial-nav a:hover {
        text-decoration: underline;
        background: 0;
    }
}
.topicpath {
    margin-bottom: 30px;
    padding: 10px 0;
    background: #f5f5f5;
}
.topicpath-list {
    list-style: none;
    margin: 0 auto;
}
.topicpath-item {
    float: left;
    padding: 0 10px 0 23px;
    background: url(../../images/marker/icon_arrow.png) no-repeat 0;
}
.topicpath-item:first-child {
    padding: 0 10px 0 0;
    background: 0;
}
.topicpath-link {
    color: #666;
    font-size: 14px;
}
.topicpath-link:active,
.topicpath-link:focus,
.topicpath-link:visited {
    color: #666;
}
.slick-slider {
    padding: 0 0 12px;
}
.slick-slider img {
    margin: 0 auto;
}
.fix-height {
    height: 300px;
    overflow: hidden;
}
.slick-slide:hover {
    cursor: pointer;
}
.slick-list:focus:focus {
    position: relative;
}
.slick-list:focus:focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px dotted #00c2ff;
    z-index: -1;
}
.js-slider .slick-list:focus {
    position: relative;
}
.js-slider .slick-list:focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px dotted #00c2ff;
    z-index: 1;
}
.main-slider-image {
    height: 300px;
    background: no-repeat 50% #333;
    background-size: cover;
}
.main-slider-image a:hover {
    text-decoration: none;
}
.main-slider-text-outer {
    height: 100%;
}
.main-slider-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.main-slider-text-inner {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.main-slider-main-copy {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.main-slider-side-copy {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.slick-list,
.slick-track {
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 19px;
    height: 60px;
    margin-top: -29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next:focus,
.slick-prev:focus {
    border: 1px dotted #fff;
}
.slick-prev {
    left: 10px;
    background: url(../image/slick_left.png) no-repeat;
}
.slick-next {
    right: 10px;
    background: url(../image/slick_right.png) no-repeat;
}
.slick-dots {
    position: relative;
    clear: both;
    margin: -35px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    font-size: 0;
    background: #fff;
    border-radius: 7px;
    border: 1px solid transparent;
}
.slick-dots li button:focus {
    outline: 0;
    border: 1px solid #c41134;
}
.slick-dots li:hover button {
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #c41134;
}
.slick-dots button {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
#autoplay-btn {
    position: absolute;
    right: 10px;
    right: calc(10px + constant(safe-area-inset-right));
    bottom: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    outline: 0;
    z-index: 1;
}
#autoplay-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before,
#autoplay-btn:focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dotted #fff;
}
#autoplay-btn:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 17px;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 20px;
    margin-left: 0;
    border-top: none;
    border-right: 5px solid #fff;
    border-bottom: none;
    border-left: 5px solid #fff;
}
#autoplay-btn.active:after {
    left: 15px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
    .slick-prev {
        left: 50px;
    }
    .slick-next {
        right: 50px;
    }
    .fix-height,
    .main-slider-image {
        height: 400px;
    }
    .main-slider-main-copy {
        font-size: 40px;
    }
    .main-slider-side-copy {
        font-size: 24px;
    }
}
.module-section {
    margin: 0 0 30px;
}
.module-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
    color: #333;
    border-bottom: 2px solid #333;
}
.module-header + .banner,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .summary-custom,
.module-header + .summary-default {
    margin-top: 10px;
}
.module-heading {
    margin: 0;
    font-size: 18px;
}
.module-heading [class*="acms-icon-"] {
    margin: 0 10px 0 0;
    vertical-align: baseline;
}
a.module-index-link {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #333;
    font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
    color: #ccc;
    font-size: 14px;
}
.group-list {
    list-style: none;
    padding: 0;
}
.heading-align-left .group-heading {
    text-align: left;
}
.heading-align-center .group-heading {
    text-align: center;
}
.heading-align-right .group-heading {
    text-align: right;
}
.detail-align-left .group-detail {
    text-align: left;
}
.detail-align-center .group-detail {
    text-align: center;
}
.detail-align-right .group-detail {
    text-align: right;
}
.btn-align-left .group-btn-wrap {
    text-align: left;
}
.btn-align-center .group-btn-wrap {
    text-align: center;
}
.btn-align-right .group-btn-wrap {
    text-align: right;
}
@media screen and (min-width: 768px) {
    a.acms-list-group-item {
        padding: 10px 20px 10px 10px;
        transition: padding 0.15s ease-out;
    }
    a.acms-list-group-item:hover {
        padding: 10px 10px 10px 20px;
        transition: padding 0.25s ease-out;
    }
}
.list-results-wrap {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ccc;
}
.list-results-heading {
    padding: 5px;
    margin: 0 0 10px;
    background: #e5e5e5;
}
.list-results {
    position: relative;
    margin: 0;
}
.list-results-item {
    position: absolute;
    width: 100px;
}
.list-results-detail {
    margin: 0;
    padding: 0 0 0 100px;
    font-weight: 700;
}
.summary-default {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.summary-default:after,
.summary-default:before {
    content: " ";
    display: table;
}
.summary-default:after {
    clear: both;
}
.summary-default.slick-initialized {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    border: 0;
}
.summary-default .slick-list {
    padding: 0 0 0 20px;
    overflow: inherit;
}
.summary-default .slick-dots {
    margin: 0;
}
.summary-default .slick-dots button {
    background: #e5e5e5;
}
.summary-default .slick-dots .slick-active button {
    background: #c41134;
}
.summary-default-item {
    padding: 10px;
    color: #333;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: background-color 0.25s ease-out;
}
.summary-default-item.bl-hover {
    background: #f1f1f1;
}
.acms-entry .summary-default-item {
    padding: 10px;
}
.slick-initialized .summary-default-item {
    width: 280px;
    margin: 2px 10px 2px 2px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08),
        -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
    border: 0;
}
.summary-title {
    margin: 0 0 10px;
    font-size: 16px;
}
.summary-detail {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .summary-default-image-wrap img {
        width: 60px;
        height: auto;
    }
}
@media screen and (min-width: 480px) {
    .summary-default {
        margin: 0 0 20px;
    }
}
.pickup-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pickup-list img {
    display: block;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pickup-list img:hover {
    opacity: 0.75;
}
.banner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner a {
    display: block;
    transition: opacity 0.25s ease-out;
}
.banner a:hover {
    opacity: 0.75;
}
.banner-list-item {
    margin: 0 0 20px;
}
.headline-item {
    line-height: 1.5;
    transition: background-color 0.25s ease-out;
}
.headline-item.bl-hover {
    background: #f1f1f1;
}
@media screen and (max-width: 479px) {
    .headline-item {
        padding: 10px 0;
    }
    .headline-title {
        display: block;
        margin: 0;
    }
}
.search-form .btn-search {
    padding: 10px 20px;
    font-size: 16px;
    filter: none;
    background: #333;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #333;
}
.search-form .btn-search:active,
.search-form .btn-search:focus,
.search-form .btn-search:hover {
    background: #666;
}
.search-form input[type="search"] {
    padding: 9px 10px;
    height: 40px;
    font-size: 16px;
    box-sizing: border-box;
}
input[type="search"].search-form-input {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 20px;
    box-sizing: border-box;
}
.layout-bg {
    background: #f6f6f6;
}
.layout-bg,
.layout-space {
    padding: 20px 0;
}
.center-col {
    float: none;
    margin: 0 auto;
}
.section-heading {
    margin: 20px 0 40px;
    font-size: 28px;
}
.section-heading a {
    color: #333;
}
.group-heading {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2;
}
.group-detail {
    margin: 0 0 30px;
    line-height: 1.7;
}
.group-detail,
.lp-headline {
    font-size: 16px;
}
.lp-suggest-box {
    padding: 50px 0;
}
.lp-suggest-text {
    margin: 30px 0 10px;
}
.lp-suggest-tel {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #c38a00;
}
.lp-suggest-tel a {
    color: #c38a00;
}
.btn-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.entry {
    margin: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.page-header {
    margin: 0 0 20px;
}
.entry-info {
    margin-top: 0;
}
.entry-category,
.entry-info,
.entry-new {
    font-size: 14px;
}
.entry-title {
    margin: 10px 0;
}
.entry-title a {
    color: #333;
}
.acms-entry h2 .entry-title {
    padding: 0;
}
.entry-column {
    color: #333;
    word-wrap: break-word;
}
.entry-column h2 {
    margin: 0 10px 25px;
    padding: 5px 10px;
    font-size: 18px;
    color: #666;
    border-left: 4px solid #666;
}
.entry-column h2.module-heading {
    margin: 0;
    padding: 0;
    border: 0;
}
.entry-column h3 {
    margin: 0 10px 20px;
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    background: #e5e5e5;
}
.entry-column a:link {
    color: #006dd9;
    text-decoration: none;
}
.entry-column a:active,
.entry-column a:focus,
.entry-column a:hover {
    text-decoration: underline;
}
.entry-column a:visited {
    color: #7f5ad7;
    text-decoration: none;
}
.entry-column p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.7;
}
.entry-column p.entry-btn {
    margin-bottom: 10px;
}
.entry-column p.entry-btn a {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
    color: #fff;
    text-decoration: none;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn a:hover {
    background-color: #444;
    background-image: linear-gradient(180deg, #666, #444);
    color: #fff;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
    background: #444;
}
.entry-column p.entry-btn-attention a {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
    color: #fff;
    text-decoration: none;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn-attention a:hover {
    background-color: #910021;
    background-image: linear-gradient(180deg, #c41134, #910021);
    color: #fff;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
    background: #910021;
}
.entry-column p.summary-title {
    margin: 0 0 10px;
}
.entry-column p.summary-detail {
    margin: 0 0 10px;
    font-size: 14px;
}
.entry-container {
    margin: 0 5px;
}
[class^="column-table"] .entry-container {
    overflow-x: auto;
    margin-bottom: 30px;
}
[class^="column-table"] table {
    margin-bottom: 0;
}
.entry-column table {
    width: 100%;
}
.entry-column table.table-history {
    table-layout: fixed;
}
.entry-column td,
.entry-column th {
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    border-top: 1px solid #dfdfdf;
    vertical-align: top;
}
.entry-column .acms-table-responsive td,
.entry-column .acms-table-responsive th {
    display: table-cell;
    white-space: nowrap;
}
.entry-column .acms-table-responsive table {
    margin: 0;
}
.entry-column th {
    background: #f5f5f5;
}
.entry-column table.table-history tr {
    background: #fff;
}
.entry-column table.table-history td,
.entry-column table.table-history th {
    display: block;
}
.entry-column table.table-history th {
    padding: 10px;
}
.entry-column table.table-history td {
    padding: 10px 0;
}
.entry-column table.table-history .table-history-img {
    display: block;
    padding: 0 10px 10px;
    background: #fff;
}
.entry-column ul {
    margin: 0 0 25px;
    padding: 0 0 0 2em;
}
.entry-column ul li {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-column ul.summary-default {
    padding: 0;
}
.entry-column ul.summary-default li {
    margin: 0;
}
.entry-column ol {
    margin: 0 0 25px;
    padding: 0 0 0 2.5em;
}
.entry-column ol li {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-column dl {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-column dt {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.entry-column dd {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-column blockquote {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px 15px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 4px solid #bfbfbf;
    background: #efefef;
    box-sizing: border-box;
}
.entry-column pre {
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.entry-column pre ol {
    margin: 0;
    padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
    line-height: 1.5;
}
.entry-column hr {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.entry-column .caption {
    margin: 0 0 20px;
    font-size: 13px;
}
.column-file-auto + .caption {
    margin-left: 10px;
}
@media screen and (min-width: 480px) {
    .entry-column .table-history-img {
        float: right;
    }
}
@media screen and (min-width: 768px) {
    .entry-column td,
    .entry-column th {
        display: table-cell;
        padding: 15px 20px;
        text-align: left;
        font-size: 16px;
        border-top: 1px solid #dfdfdf;
    }
    .entry-column th {
        background: inherit;
    }
    .entry-column tr:nth-child(odd) {
        background: #f5f5f5;
    }
}
.entry-footer {
    margin: 0 0 20px;
    padding: 10px;
    background: #f5f5f5;
}
.entry-tag {
    margin: 0 0 5px;
}
.entry-tag-icon {
    float: left;
    color: #707070;
}
.entry-tag-item {
    float: left;
    margin: 0 0 0 10px;
}
.share-wrapper {
    float: right;
}
.share-text {
    display: inline;
    float: left;
    margin: 0;
}
.share-list {
    display: inline;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
.share-item {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
}
.share-item a {
    color: #999;
    text-decoration: none;
}
.share-item [class*="acms-icon"] {
    font-size: 16px;
    vertical-align: middle;
}
.share-item .share-item-facebook {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #3b5999;
    border-radius: 4px;
}
.share-item .share-item-facebook:before {
    vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.share-item .share-item-twitter {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #55acee;
    border-radius: 4px;
}
.share-item .share-item-twitter:before {
    vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.share-item .share-item-gplus {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #dd4b39;
    border-radius: 4px;
}
.share-item .share-item-gplus:before {
    vertical-align: middle;
}
.share-item .share-item-gplus:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.continue-link {
    margin: 0;
    font-size: 16px;
}
.continue-link a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 3px;
    background: #767676;
}
.continue-link a [class*="acms-icon"] {
    margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
    color: #fff;
}
.continue-link a:active,
.continue-link a:focus,
.continue-link a:hover {
    color: #fff;
    text-decoration: none;
    background: #aaa;
}
@media screen and (min-width: 768px) {
    .entry-tag {
        margin: 0;
    }
    .continue-link a {
        padding: 5px 10px;
        font-weight: 400;
    }
}
.field-title {
    padding: 0 10px;
}
.field-title:first-child {
    margin: 0 0 10px;
}
.side-title {
    margin-top: 0;
    font-size: 18px;
}
.realestate-map {
    overflow: hidden;
}
.realestate-map .js-s2d-ready,
.realestate-map [class*="column-map-"] {
    width: auto !important;
    max-width: 100%;
}
.realestate-map img[class*="column-map-"] {
    width: auto !important;
    max-width: 100%;
    height: auto;
}
.realestate-map-entry {
    margin: 0 10px;
}
.entry-column table.realestate-search {
    margin: 20px 0 30px;
}
@media screen and (min-width: 1024px) {
    .table-nowrap {
        white-space: nowrap;
    }
}
.summary-custom {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #e5e5e5;
}
.summary-custom-entry {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.summary-custom-entry:hover {
    background: #f5f5f5;
    transition: background-color 0.25s linear;
}
.photo {
    margin: 0 0 10px;
}
.photo-title {
    margin: 0;
    font-size: 16px;
}
.pickup-title {
    color: #333;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .realestate-search td,
    .realestate-search th {
        display: block;
        box-sizing: border-box;
    }
    .realestate-search input {
        box-sizing: border-box;
    }
}
.contact-box .message {
    margin: 0 0 35px;
    font-weight: 700;
    color: #c41134;
}
.contact-box .contact-no {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.contact-box .contact-no a {
    color: inherit;
}
.contact-box .error-text {
    margin: 5px 0 0;
    color: #c41134;
}
.contact-form {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.contact-form,
.contact-form-group {
    background: #e5e5e5;
}
.contact-form-label {
    display: block;
    text-align: left;
    margin: 0;
    padding: 10px 10px 0;
}
.contact-form-control {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.contact-form-label {
    font-weight: 700;
}
.contact-form-grid {
    margin: 0 -5px;
}
.acms-entry .contact-form-col,
.contact-form-col {
    margin: 0 0 10px;
    padding: 0 5px;
}
.acms-entry .contact-form-col:last-child,
.contact-form-col:last-child {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .contact-form {
        display: table;
        width: 100%;
    }
    .contact-form-group {
        display: table-row;
    }
    .contact-form-control,
    .contact-form-label {
        display: table-cell;
    }
    .contact-form-label {
        width: 33.33333%;
        padding: 25px 15px 15px;
        vertical-align: top;
        border-bottom: 1px solid #fff;
    }
    .contact-form-control {
        width: 66.66667%;
        padding: 15px;
    }
    .contact-form-col {
        margin: 0;
    }
}
.contact-box .mail-step {
    margin: 0 0 35px;
    padding: 0 10px;
    background: #e5e5e5;
    counter-reset: a;
}
.contact-box .mail-step-item {
    float: left;
    list-style: none;
    margin: 0 10px;
    padding: 18px 0 14px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
    counter-increment: a;
    content: counter(a) ".";
}
.contact-box .mail-step-item-current {
    color: #333;
    border-bottom: 4px solid #333;
}
@media screen and (min-width: 768px) {
    .contact-box .mail-step {
        height: 60px;
    }
}
.form-btn-box {
    margin: 0 10px 50px;
    text-align: center;
}
.form-btn {
    display: inline-block;
}
.form-btn-return {
    float: left;
}
.form-btn-send {
    float: right;
}
@media screen and (min-width: 768px) {
    .form-btn-return {
        float: none;
    }
    .form-btn-send {
        float: none;
        max-width: 360px;
        width: 100%;
    }
}
.label-required {
    margin: 0 5px;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background: #c41134;
}
@media screen and (min-width: 768px) {
    .label-required {
        float: right;
    }
}
.contact-box select[required]:required {
    border: 1px solid #c49511;
}
.contact-box select.focused:invalid {
    border: 1px solid #c41134;
}
.contact-box select[required]:valid {
    border: 1px solid #a7a7aa;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
    background: #fffdeb;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
    background: #ffebee;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
    background: #fff;
}
.contact-box input[type="date"],
.contact-box input[type="datetime-local"],
.contact-box input[type="datetime"],
.contact-box input[type="email"],
.contact-box input[type="month"],
.contact-box input[type="number"],
.contact-box input[type="password"],
.contact-box input[type="search"],
.contact-box input[type="tel"],
.contact-box input[type="text"],
.contact-box input[type="time"],
.contact-box input[type="url"],
.contact-box input[type="week"] {
    font-size: 16px;
    padding: 14px 5px 10px;
}
.contact-box textarea {
    font-size: 16px;
    padding: 5px 5px 4px;
}
.contact-box select {
    font-size: 16px;
    padding: 11px 30px 11px 10px;
    vertical-align: top;
}
.valid-mark {
    display: none;
}
.valid-mark.valid {
    display: inline;
    color: #5cb85c;
    float: right;
}
.invalid {
    background: #ffebee !important;
}
.site-name {
    font-size: 24px;
    font-weight: 700;
    color: #c41134;
}
.header-stack .site-name {
    margin: 30px 0 20px;
}
.site-name a,
.site-name a:active,
.site-name a:focus,
.site-name a:hover,
.site-name a:visited {
    color: #c41134;
}
.site-logo {
    display: inline-block;
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.site-name-text {
    display: inline;
    vertical-align: middle;
}
.edit-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
@media (min-width: 768px) {
    .site-name {
        font-size: 24px;
    }
    .header-stack .site-name {
        text-align: center;
    }
    .site-logo {
        width: 40px;
    }
    .header {
        display: table;
        width: 100%;
    }
    .header-stack .header {
        display: block;
    }
    .header-logo {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .header-stack .header-logo {
        display: block;
    }
    .header-nav {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .header-stack .header-nav {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
}
@media (min-width: 1024px) {
    .header-logo {
        display: table-cell;
        width: 40%;
    }
    .header-stack .header-logo {
        display: block;
        width: 100%;
    }
    .header-nav {
        display: table-cell;
        width: 60%;
    }
    .header-stack .header-nav {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
}
.header-logo {
    padding: 48px 0 0;
}
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 5px;
    padding: 0 calc(5px + constant(safe-area-inset-right)) 0
        calc(5px + constant(safe-area-inset-left));
    border-top: 4px solid #333;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
}
.nav-menu-btn {
    display: inline-block;
    height: 44px;
    padding: 7px 5px;
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
}
a .nav-menu-btn {
    color: #333;
}
.nav-menu-btn:hover {
    color: #333;
    text-decoration: none;
}
.nav-menu-btn-text,
.nav-menu-btn .acms-icon-sort {
    display: inline-block;
}
.nav-menu-btn-text {
    margin: 0 0 0 5px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    vertical-align: middle;
}
.nav-menu-action {
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}
.nav-menu-action-item {
    display: table-cell;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.nav-menu-action-link {
    color: #333;
}
.nav-menu-action-link:active,
.nav-menu-action-link:focus,
.nav-menu-action-link:hover,
.nav-menu-action-link:visited {
    color: #333;
    text-decoration: none;
}
.navbar {
    display: none;
    width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
    z-index: 1;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar li a {
    display: block;
    padding: 10px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.navbar li a:active,
.navbar li a:focus,
.navbar li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c41134;
}
@media (min-width: 1024px) {
    .header {
        height: 100px;
    }
    .navbar {
        display: inline-block;
        vertical-align: middle;
    }
    .navbar > ul {
        float: right;
        list-style: none;
        padding: 0;
    }
    .header-stack .navbar > ul {
        float: none;
        display: table;
        width: 100%;
        table-layout: fixed;
        border-right: 1px solid #eee;
    }
    .navbar li {
        float: left;
        position: relative;
        margin: 0 10px;
        vertical-align: middle;
        text-align: center;
    }
    .header-stack .navbar li.navbar-btn {
        padding: 0 10px;
    }
    .header-stack .navbar li {
        float: none;
        display: table-cell;
        border-left: 1px solid #eee;
    }
    .navbar li ul {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
    }
    .navbar li li {
        margin: 0;
    }
    .header-stack .navbar li li {
        display: block;
        border: 0;
    }
    .navbar li a {
        padding: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        transition: border 0.25s ease-out;
    }
    .navbar li a:active,
    .navbar li a:focus,
    .navbar li a:hover {
        color: #333;
        background: transparent;
    }
    .header-stack .navbar li a {
        display: block;
        padding: 10px;
        font-size: 16px;
    }
    .navbar li.stay a {
        border-bottom: 4px solid #c41134;
    }
    .navbar li.stay a.btn-attention {
        border: 0;
    }
    .navbar li:hover ul {
        display: block;
        z-index: 10000;
        animation: 0.8s fade-in;
    }
    .navbar li:hover a {
        border-bottom: 4px solid #c41134;
    }
    .navbar li:hover a.btn-attention,
    .navbar li:hover li a {
        border: 0;
    }
    .navbar li li {
        display: block;
        float: none;
        text-align: left;
        background: #c41134;
        border: 0;
        border-top: 1px solid #910021;
    }
    .navbar li li:first-child {
        border: 0;
    }
    .navbar li li a {
        margin: 0;
        padding: 10px 15px;
        color: #fff;
        border: 0;
    }
    .navbar li li a:hover {
        color: #fff;
        border: 0;
        background: #910021;
    }
    .navbar a.btn-attention {
        background: #c41134;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 3px;
        border: 0;
    }
    .navbar a.btn-attention:hover,
    .navbar a.btn-attention:visited {
        color: #fff;
        text-decoration: none;
    }
    .navbar a.btn-attention:active,
    .navbar a.btn-attention:focus {
        color: #fff;
        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    }
    .navbar a.btn-attention:hover {
        background-color: #910021;
        background-image: linear-gradient(180deg, #c41134, #910021);
        color: #fff;
        border: 0;
    }
    .navbar a.btn-attention:active,
    .navbar a.btn-attention:focus {
        background: #910021;
    }
}
@media (min-width: 1024px) {
    .header-logo {
        padding: 0;
    }
    .navbar ul li a {
        font-size: 14px;
    }
}
@media (min-width: 1440px) {
    .navbar ul li a {
        font-size: 16px;
    }
}
.close-btn {
    display: none;
    width: 100%;
    padding: 0;
    border: 0;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.js-acms-offcanvas-open #offcanvas .close-btn {
    display: block;
    opacity: 0.7;
}
.js-acms-offcanvas-open #offcanvas .close-btn:focus {
    color: #fff;
    overflow: initial;
    white-space: normal;
    text-indent: 0;
}
@media (max-width: 1023px) {
    #nav {
        padding: 10px 15px 100px;
        box-sizing: border-box;
    }
    .offcanvas-nav {
        margin: 0 0 20px;
    }
    .offcanvas-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .offcanvas-nav li {
        display: block;
        padding: 10px;
        font-size: 16px;
        color: #e8ede3;
        border-top: 1px solid #ccc;
    }
    .offcanvas-nav li.navbarBtn {
        border: 0;
    }
    .offcanvas-nav li.stay {
        background: #555;
    }
    .no-js .offcanvas-nav li.stay {
        background: #e5e5e5;
    }
    .offcanvas-nav li:first-child {
        border: 0;
    }
    .offcanvas-nav li ul {
        display: none;
    }
    .offcanvas-nav a {
        display: block;
        margin: -10px;
        padding: 10px;
        color: #e8ede3;
    }
    .offcanvas-nav a:hover {
        text-decoration: none;
    }
    .offcanvas-nav a.btn-attention {
        border-top: 0;
        border-radius: 0;
        font-weight: 400;
    }
    .offcanvas-nav a.btn-attention:hover {
        background: #910021;
    }
    .no-js .offcanvas-nav a {
        color: #333;
    }
    .offcanvas-bar {
        display: none;
        padding: 10px 15px 100px;
    }
    .js-acms-offcanvas-active .offcanvas-bar {
        background: #333;
    }
    .offcanvas-bar .module-header {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    .no-js .offcanvas-bar .module-header {
        color: #333;
        border-bottom: 2px solid #333;
    }
    .offcanvas-bar .side-list-link {
        color: #fff;
    }
    .no-js .offcanvas-bar .side-list-link {
        color: #333;
    }
    .offcanvas-bar .side-list-link:active,
    .offcanvas-bar .side-list-link:focus,
    .offcanvas-bar .side-list-link:hover,
    .offcanvas-bar .side-list-link:visited {
        color: #fff;
        background: 0;
    }
    .no-js .offcanvas-bar .side-list-link:active,
    .no-js .offcanvas-bar .side-list-link:focus,
    .no-js .offcanvas-bar .side-list-link:hover,
    .no-js .offcanvas-bar .side-list-link:visited {
        color: #333;
    }
    .offcanvas-bar .pickup-title {
        margin: 0;
        color: #fff;
        font-size: 16px;
    }
    .offcanvas-bar .pickup-title a {
        color: inherit;
    }
    .offcanvas-bar .btn-search {
        background: #999;
        border: 1px solid #666;
    }
    .offcanvas-bar .sns-list {
        margin: 0 -5px 20px;
    }
    .js-acms-offcanvas-sidebar-left {
        padding-left: calc(15px + constant(safe-area-inset-left));
    }
    .js-acms-offcanvas-sidebar-right {
        padding-right: calc(15px + constant(safe-area-inset-right));
    }
}
.suggest-box {
    background: #ddd;
}
.suggest-inner {
    display: table;
    width: 100%;
    padding: 15px 0;
}
.suggest-item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.suggest-text {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 14px;
}
.suggest-tel {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
    color: #666;
}
.suggest-tel a {
    color: inherit;
}
.suggest-btn {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .suggest-inner {
        padding: 0;
    }
    .suggest-item {
        padding: 30px 10px;
    }
    .suggest-tel {
        margin: 0;
    }
    .suggest-half {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
}
.foot-wrapper {
    padding: 30px 0;
    background: #323232;
}
.company-about {
    margin: 0 0 30px;
    color: #fff;
}
.company-name {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
}
.company-detail {
    margin: 0 0 5px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}
.company-detail a {
    color: #fff;
}
.company-detail a:hover {
    text-decoration: underline;
}
.footer-nav {
    float: right;
    width: 650px;
    max-width: 100%;
    margin: 0 -10px;
}
.footer-nav-item {
    float: left;
    display: block;
    width: 25%;
    margin: 0 0 10px;
    padding: 0 10px;
    vertical-align: top;
    box-sizing: border-box;
}
.footer-nav-title {
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
}
.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999;
}
.footer-nav-list li {
    line-height: 1.7;
}
.footer-nav-list a {
    color: #999;
}
@media screen and (max-width: 767px) {
    .footer-nav {
        display: none;
    }
}
.page-top a:focus {
    display: block;
    border: 1px dotted #fff;
}
.page-top-btn {
    display: block;
    position: fixed;
    right: 20px;
    right: calc(20px + constant(safe-area-inset-right));
    bottom: 20px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../../images/marker/btn_pageTop.png) no-repeat 50%;
    transform: translateZ(0);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
    opacity: 0.6;
}
.page-top-btn-appear {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .page-top-btn {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .page-top-btn:hover {
        opacity: 0.8;
        transition: opacity 0.25s linear;
    }
}
.sns-list {
    list-style: none;
    margin: 0 -5px 30px 15px;
    padding: 0;
}
.sns-list-item {
    float: left;
    margin: 0 5px;
}
.sns-list-item a:active,
.sns-list-item a:focus,
.sns-list-item a:hover,
.sns-list-item a:visited {
    text-decoration: none;
}
.sns-list-item .sns-list-facebook {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    background: #3b5999;
}
.sns-list-item .sns-list-facebook:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    background: #55acee;
}
.sns-list-item .sns-list-twitter:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-gplus {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    background: #dd4b39;
}
.sns-list-item .sns-list-gplus:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    color: #fff;
    border-radius: 4px;
    background: #cd201f;
}
.sns-list-item .sns-list-youtube:before {
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .sns-list {
        float: right;
        margin: 0 -10px;
    }
    .sns-list-item {
        margin: 10px;
    }
    .sns-list-item a:hover {
        opacity: 0.8;
        transition: opacity 0.25s linear;
    }
}
.copyright {
    margin: 0;
    color: #fff;
}
.copyright-text {
    margin: 0 auto;
}
.copryright-logo {
    vertical-align: middle;
}

/* 2025.10 追加 */

.inquiry_table {
    background-color: #e5e5e5;
    border: none;
    table-layout: fixed;
    margin-bottom: 30px;
    width: 100%;
}

.inquiry_table th {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    width: 33%;
    position: relative;
}

.inquiry_table td {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
}

.inquiry_table td input,
.inquiry_table td textarea {
    padding: 12px 5px 12px 15px !important;
    color: #333;
    line-height: 1;
    vertical-align: middle;
    background: #fbfbfb !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    width: 100%;
}

.inquiry_table td .youken_radio {
    display: block;
}

.inquiry_table td input[type="radio"] {
    border: none;
    box-shadow: none;
    display: inline;
    margin-right: 10px;
    transform: scale(1.25);
    width: unset;
}

.inquiry_table td textarea {
    height: 15rem;
}

@media screen and (max-width: 500px) {
    .inquiry_table th,
    .inquiry_table td {
        display: block;
        width: 100%;
    }
    .inquiry_table th {
        border: none;
        padding-top: 1em;
    }
    .inquiry_table th label {
        margin-bottom: 0;
    }
}

@font-face {
    font-family: acms-fonts;
    src: url(../fonts/acms-fonts.eot?v=2018120682730);
    src: url(../fonts/acms-fonts.eot?v=2018120682730)
            format("embedded-opentype"),
        url(../fonts/acms-fonts.ttf?v=2018120682730) format("truetype"),
        url(../fonts/acms-fonts.woff?v=2018120682730) format("woff"),
        url(../fonts/acms-fonts.svg?v=2018120682730) format("svg");
    font-weight: 400;
    font-style: normal;
}
.acms-icon,
[class*="acms-icon-"] {
    font-family: acms-fonts;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.acms-icon-device-turn:before {
    content: "";
}
.acms-icon-user-switch:before {
    content: "";
}
.acms-icon-contract:before {
    content: "";
}
.acms-icon-cross:before {
    content: "";
}
.acms-icon-minus:before {
    content: "";
}
.acms-icon-expand:before {
    content: "";
}
.acms-icon-plus:before {
    content: "";
}
.acms-icon-add-below:before {
    content: "";
}
.acms-icon-add-duplicate:before {
    content: "";
}
.acms-icon-alias:before {
    content: "";
}
.acms-icon-app:before {
    content: "";
}
.acms-icon-attention:before {
    content: "";
}
.acms-icon-backup:before {
    content: "";
}
.acms-icon-blog-children:before {
    content: "";
}
.acms-icon-blog:before {
    content: "";
}
.acms-icon-briefcase:before {
    content: "";
}
.acms-icon-cart:before {
    content: "";
}
.acms-icon-category:before {
    content: "";
}
.acms-icon-change-blog:before {
    content: "";
}
.acms-icon-checklist:before {
    content: "";
}
.acms-icon-clip:before {
    content: "";
}
.acms-icon-close:before {
    content: "";
}
.acms-icon-comment:before {
    content: "";
}
.acms-icon-config:before {
    content: "";
}
.acms-icon-control-edit:before {
    content: "";
}
.acms-icon-control-move:before {
    content: "";
}
.acms-icon-control-remove:before {
    content: "";
}
.acms-icon-dashboard:before {
    content: "";
}
.acms-icon-delete:before {
    content: "";
}
.acms-icon-down:before {
    content: "";
}
.acms-icon-entry:before {
    content: "";
}
.acms-icon-exit:before {
    content: "";
}
.acms-icon-flag:before {
    content: "";
}
.acms-icon-form:before {
    content: "";
}
.acms-icon-graph:before {
    content: "";
}
.acms-icon-import:before {
    content: "";
}
.acms-icon-left:before {
    content: "";
}
.acms-icon-lock:before {
    content: "";
}
.acms-icon-logo:before {
    content: "";
}
.acms-icon-mail:before {
    content: "";
}
.acms-icon-media:before {
    content: "";
}
.acms-icon-mobile:before {
    content: "";
}
.acms-icon-module:before {
    content: "";
}
.acms-icon-money:before {
    content: "";
}
.acms-icon-open:before {
    content: "";
}
.acms-icon-pin:before {
    content: "";
}
.acms-icon-publish:before {
    content: "";
}
.acms-icon-right:before {
    content: "";
}
.acms-icon-rule:before {
    content: "";
}
.acms-icon-schedule:before {
    content: "";
}
.acms-icon-shortcut:before {
    content: "";
}
.acms-icon-sort:before {
    content: "";
}
.acms-icon-sort2:before {
    content: "";
}
.acms-icon-tag:before {
    content: "";
}
.acms-icon-time:before {
    content: "";
}
.acms-icon-tooltip:before {
    content: "";
}
.acms-icon-trash:before {
    content: "";
}
.acms-icon-unit-eximage:before {
    content: "";
}
.acms-icon-unit-file:before {
    content: "";
}
.acms-icon-unit-image_h2:before {
    content: "";
}
.acms-icon-unit-image:before {
    content: "";
}
.acms-icon-unit-map:before {
    content: "";
}
.acms-icon-unit-text:before {
    content: "";
}
.acms-icon-unit-youtube:before {
    content: "";
}
.acms-icon-up:before {
    content: "";
}
.acms-icon-user-group:before {
    content: "";
}
.acms-icon-user:before {
    content: "";
}
.acms-icon-workflow:before {
    content: "";
}
.acms-icon-google:before {
    content: "";
}
.acms-icon-google-square:before {
    content: "";
}
.acms-icon-config_access:before {
    content: "";
}
.acms-icon-config_alias_list:before {
    content: "";
}
.acms-icon-config_api_bing_image-search:before {
    content: "";
}
.acms-icon-config_api_bing_web-search:before {
    content: "";
}
.acms-icon-config_api_instagram_users_media_liked:before {
    content: "";
}
.acms-icon-config_api_instagram_users_media_recent:before {
    content: "";
}
.acms-icon-config_api_twitter_list_members:before {
    content: "";
}
.acms-icon-config_api_twitter_list_statuses:before {
    content: "";
}
.acms-icon-config_api_twitter_search:before {
    content: "";
}
.acms-icon-config_api_twitter_statuses_home-timeline:before {
    content: "";
}
.acms-icon-config_api_twitter_statuses_user-timeline:before {
    content: "";
}
.acms-icon-config_authorize:before {
    content: "";
}
.acms-icon-config_banner:before {
    content: "";
}
.acms-icon-config_blog_child-list:before {
    content: "";
}
.acms-icon-config_cache:before {
    content: "";
}
.acms-icon-config_calendar_month:before {
    content: "";
}
.acms-icon-config_category_entry-list:before {
    content: "";
}
.acms-icon-config_category_entry-summary:before {
    content: "";
}
.acms-icon-config_category_list:before {
    content: "";
}
.acms-icon-config_column_list:before {
    content: "";
}
.acms-icon-config_common:before {
    content: "";
}
.acms-icon-config_default:before {
    content: "";
}
.acms-icon-config_edit:before {
    content: "";
}
.acms-icon-config_entry_archive-list:before {
    content: "";
}
.acms-icon-config_entry_body:before {
    content: "";
}
.acms-icon-config_entry_calendar:before {
    content: "";
}
.acms-icon-config_entry_continue:before {
    content: "";
}
.acms-icon-config_entry_headline:before {
    content: "";
}
.acms-icon-config_entry_list:before {
    content: "";
}
.acms-icon-config_entry_photo:before {
    content: "";
}
.acms-icon-config_entry_summary:before {
    content: "";
}
.acms-icon-config_entry_tag-relational:before {
    content: "";
}
.acms-icon-config_export:before {
    content: "";
}
.acms-icon-config_feed_ex-list:before {
    content: "";
}
.acms-icon-config_feed_rss2:before {
    content: "";
}
.acms-icon-config_field_value-list:before {
    content: "";
}
.acms-icon-config_function:before {
    content: "";
}
.acms-icon-config_import:before {
    content: "";
}
.acms-icon-config_links:before {
    content: "";
}
.acms-icon-config_mail:before {
    content: "";
}
.acms-icon-config_navigation:before {
    content: "";
}
.acms-icon-config_output:before {
    content: "";
}
.acms-icon-config_plugin_schedule:before {
    content: "";
}
.acms-icon-config_property:before {
    content: "";
}
.acms-icon-config_reset:before {
    content: "";
}
.acms-icon-config_shop_cart_list:before {
    content: "";
}
.acms-icon-config_sitemap:before {
    content: "";
}
.acms-icon-config_tag_cloud:before {
    content: "";
}
.acms-icon-config_tag_filter:before {
    content: "";
}
.acms-icon-config_theme:before {
    content: "";
}
.acms-icon-config_topicpath:before {
    content: "";
}
.acms-icon-config_unit:before {
    content: "";
}
.acms-icon-config_user_profile:before {
    content: "";
}
.acms-icon-config_user_search:before {
    content: "";
}
.acms-icon-arrow-down:before {
    content: "";
}
.acms-icon-arrow-left:before {
    content: "";
}
.acms-icon-arrow-right:before {
    content: "";
}
.acms-icon-arrow-small-down:before {
    content: "";
}
.acms-icon-arrow-small-left:before {
    content: "";
}
.acms-icon-arrow-small-right:before {
    content: "";
}
.acms-icon-arrow-small-up:before {
    content: "";
}
.acms-icon-arrow-up:before {
    content: "";
}
.acms-icon-bike:before {
    content: "";
}
.acms-icon-book:before {
    content: "";
}
.acms-icon-book2:before {
    content: "";
}
.acms-icon-bus:before {
    content: "";
}
.acms-icon-business:before {
    content: "";
}
.acms-icon-car:before {
    content: "";
}
.acms-icon-children:before {
    content: "";
}
.acms-icon-company:before {
    content: "";
}
.acms-icon-cup:before {
    content: "";
}
.acms-icon-custom-field:before {
    content: "";
}
.acms-icon-domain:before {
    content: "";
}
.acms-icon-facebook-square:before {
    content: "";
}
.acms-icon-facebook:before {
    content: "";
}
.acms-icon-gallery:before {
    content: "";
}
.acms-icon-gift:before {
    content: "";
}
.acms-icon-gplus-square:before {
    content: "";
}
.acms-icon-gplus:before {
    content: "";
}
.acms-icon-home:before {
    content: "";
}
.acms-icon-install:before {
    content: "";
}
.acms-icon-ios-app:before {
    content: "";
}
.acms-icon-lisence-code:before {
    content: "";
}
.acms-icon-lisence:before {
    content: "";
}
.acms-icon-logout:before {
    content: "";
}
.acms-icon-lunch:before {
    content: "";
}
.acms-icon-man:before {
    content: "";
}
.acms-icon-manual:before {
    content: "";
}
.acms-icon-map-pin:before {
    content: "";
}
.acms-icon-map:before {
    content: "";
}
.acms-icon-news:before {
    content: "";
}
.acms-icon-person:before {
    content: "";
}
.acms-icon-plane:before {
    content: "";
}
.acms-icon-role:before {
    content: "";
}
.acms-icon-scissors:before {
    content: "";
}
.acms-icon-search:before {
    content: "";
}
.acms-icon-senior:before {
    content: "";
}
.acms-icon-server:before {
    content: "";
}
.acms-icon-ship:before {
    content: "";
}
.acms-icon-shop:before {
    content: "";
}
.acms-icon-support:before {
    content: "";
}
.acms-icon-target-blank:before {
    content: "";
}
.acms-icon-tel:before {
    content: "";
}
.acms-icon-train:before {
    content: "";
}
.acms-icon-truck:before {
    content: "";
}
.acms-icon-twitter-square:before {
    content: "";
}
.acms-icon-twitter:before {
    content: "";
}
.acms-icon-unlimited:before {
    content: "";
}
.acms-icon-user-add:before {
    content: "";
}
.acms-icon-version:before {
    content: "";
}
.acms-icon-woman:before {
    content: "";
}
.acms-icon-youtube:before {
    content: "";
}
.acms-icon-text-center:before {
    content: "";
}
.acms-icon-text-left:before {
    content: "";
}
.acms-icon-merge:before {
    content: "";
}
.acms-icon-split:before {
    content: "";
}
.acms-icon-text-right:before {
    content: "";
}
.acms-icon-source:before {
    content: "";
}
.acms-icon-undo:before {
    content: "";
}
body {
    background: #fff;
    color: #333;
    font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ,
        ＭＳ\Ｐゴシック, MS PGothic, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}
a {
    border: none;
    color: #006dd9;
}
a,
a:visited {
    text-decoration: none;
}
a:visited {
    color: #7f5ad7;
}
a:active {
    color: #006dd9;
    text-decoration: none;
}
a:hover {
    color: #006dd9;
    text-decoration: underline;
}
.acms-container {
    max-width: 1170px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
    padding: 0;
}
.narrow-container {
    margin: 0 auto;
    max-width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
}
@media (max-width: 1170px) {
    .acms-container,
    .narrow-container {
        padding-right: 20px;
        padding-left: 20px;
        padding-right: calc(20px + constant(safe-area-inset-right));
        padding-left: calc(20px + constant(safe-area-inset-left));
    }
}
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    20% {
        display: block;
        opacity: 0;
    }
    to {
        display: block;
        opacity: 1;
    }
}
html {
    font-size: 40%;
}
.btn {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.btn:hover,
.btn:visited {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn:hover {
    background-color: #444;
    background-image: linear-gradient(180deg, #666, #444);
    color: #fff;
}
.btn:active,
.btn:focus {
    background: #444;
}
.btn-attention {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention:active,
.btn-attention:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention:hover {
    background-color: #910021;
    background-image: linear-gradient(180deg, #c41134, #910021);
    color: #fff;
}
.btn-attention:active,
.btn-attention:focus {
    background: #910021;
}
.btn-large {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-large:hover,
.btn-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-large:active,
.btn-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-large:active,
.btn-large:focus,
.btn-large:hover {
    background: #444;
}
.btn-attention-large {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention-large:active,
.btn-attention-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-large:active,
.btn-attention-large:focus,
.btn-attention-large:hover {
    background: #910021;
}
.btn-block-large {
    width: 100%;
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-block-large:active,
.btn-block-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-block-large:active,
.btn-block-large:focus,
.btn-block-large:hover {
    background: #444;
}
.btn-attention-block-large {
    width: 100%;
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
    transition: background-color 0.25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
    color: #fff;
    text-decoration: none;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus,
.btn-attention-block-large:hover {
    background: #910021;
}
@media (min-width: 768px) {
    .btn-attention-block-large,
    .btn-block-large {
        max-width: 360px;
    }
}
@media (max-width: 767px) {
    .btn-search-block {
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 15px 20px;
        font-size: 20px;
        font-size: 2rem;
    }
}
.home-btn {
    margin: 20px auto 10px;
}
.btn-border {
    display: inline-block;
    padding: 7px 10px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.btn-border [class*="acms-icon-"] {
    color: #ccc;
    font-size: 14px;
    font-size: 1.4rem;
}
.btn-border:hover {
    text-decoration: none;
}
.page-title-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100px;
    color: #fff;
    background: url(../../images/bg_other-1.jpg) #333 no-repeat 50%;
    background-size: cover;
}
.page-title-filter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.page-title-inner {
    display: table-cell;
    position: relative;
    padding: 15px 0;
    vertical-align: middle;
}
.page-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.page-title a {
    color: #fff;
}
.page-description {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
    .page-title-wrapper {
        height: 270px;
    }
}
.pager {
    list-style: none;
    margin: 0 -5px 50px;
    padding: 0;
    text-align: center;
}
.pager li {
    display: inline-block;
    margin: 0 5px;
}
.pager li.cur {
    color: #fff;
    background: #767676;
}
.pager-link,
.pager li.cur {
    padding: 5px 20px;
    border-radius: 3px;
}
.pager-link {
    display: block;
    color: #333;
    background: #e5e5e5;
}
.pager-link:active,
.pager-link:focus,
.pager-link:visited {
    color: #333;
}
.pager-link:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
.pager-link-forward {
    float: right;
}
.pager-link-prev {
    float: left;
}
@media screen and (min-width: 768px) {
    .pager-link,
    .pager li.cur {
        padding: 5px 10px;
    }
}
.serial-nav {
    list-style: none;
    margin: -25px 0 60px;
    padding: 0;
}
.serial-nav .serial-nav-item {
    display: block;
    float: none;
}
.serial-nav .serial-nav-item-prev {
    text-align: left;
}
.serial-nav .serial-nav-item-next {
    text-align: right;
}
.serial-nav a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}
.serial-nav a:active,
.serial-nav a:focus,
.serial-nav a:hover,
.serial-nav a:visited {
    color: inherit;
    text-decoration: none;
}
.serial-nav a:hover {
    background: #e5e5e5;
}
@media screen and (min-width: 768px) {
    .serial-nav {
        margin: 0 0 60px;
        border: 0;
    }
    .serial-nav .serial-nav-item-prev {
        float: left;
    }
    .serial-nav .serial-nav-item-next {
        float: right;
    }
    .serial-nav a {
        display: inline;
        border: 0;
    }
    .serial-nav a:hover {
        text-decoration: underline;
        background: 0;
    }
}
.topicpath {
    margin-bottom: 30px;
    padding: 10px 0;
    background: #f5f5f5;
}
.topicpath-list {
    list-style: none;
    margin: 0 auto;
}
.topicpath-item {
    float: left;
    padding: 0 10px 0 23px;
    background: url(../../images/marker/icon_arrow-1.png) no-repeat 0;
}
.topicpath-item:first-child {
    padding: 0 10px 0 0;
    background: 0;
}
.topicpath-link {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
}
.topicpath-link:active,
.topicpath-link:focus,
.topicpath-link:visited {
    color: #666;
}
.slick-slider {
    padding: 0 0 12px;
}
.slick-slider img {
    margin: 0 auto;
}
.fix-height {
    height: 300px;
    overflow: hidden;
}
.slick-slide:hover {
    cursor: pointer;
}
.slick-list:focus:focus {
    position: relative;
}
.slick-list:focus:focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px dotted #00c2ff;
    z-index: -1;
}
.js-slider .slick-list:focus {
    position: relative;
}
.js-slider .slick-list:focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px dotted #00c2ff;
    z-index: 1;
}
.main-slider-image {
    height: 300px;
    background: no-repeat 50% #333;
    background-size: cover;
}
.main-slider-image a:hover {
    text-decoration: none;
}
.main-slider-text-outer {
    height: 100%;
}
.main-slider-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.main-slider-text-inner {
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.main-slider-main-copy {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
}
.main-slider-side-copy {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.slick-list,
.slick-track {
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 19px;
    height: 60px;
    margin-top: -29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}
.slick-next:focus,
.slick-prev:focus {
    border: 1px dotted #fff;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-dots {
    position: relative;
    clear: both;
    margin: -35px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    content: "";
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    font-size: 0;
    background: #fff;
    border-radius: 7px;
    border: 1px solid transparent;
}
.slick-dots li button:focus {
    outline: 0;
    border: 1px solid #c41134;
}
.slick-dots li:hover button {
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #c41134;
}
.slick-dots button {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
#autoplay-btn {
    position: absolute;
    right: 10px;
    right: calc(10px + constant(safe-area-inset-right));
    bottom: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    outline: 0;
    z-index: 1;
}
#autoplay-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}
#autoplay-btn:active:before,
#autoplay-btn:focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dotted #fff;
}
#autoplay-btn:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 17px;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 20px;
    margin-left: 0;
    border-top: none;
    border-right: 5px solid #fff;
    border-bottom: none;
    border-left: 5px solid #fff;
}
#autoplay-btn.active:after {
    left: 15px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
    .slick-prev {
        left: 50px;
    }
    .slick-next {
        right: 50px;
    }
    .fix-height,
    .main-slider-image {
        height: 400px;
    }
    .main-slider-main-copy {
        font-size: 40px;
        font-size: 4rem;
    }
    .main-slider-side-copy {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.module-section {
    margin: 0 0 30px;
}
.module-header {
    position: relative;
    margin: 0;
    padding: 5px 0;
    color: #333;
    border-bottom: 2px solid #333;
}
.module-header + .banner,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .summary-custom,
.module-header + .summary-default {
    margin-top: 10px;
}
.module-heading {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.module-heading [class*="acms-icon-"] {
    margin: 0 10px 0 0;
    vertical-align: baseline;
}
a.module-index-link {
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
}
a.module-index-link [class*="acms-icon-"] {
    color: #ccc;
    font-size: 14px;
    font-size: 1.4rem;
}
.group-list {
    list-style: none;
    padding: 0;
}
.heading-align-left .group-heading {
    text-align: left;
}
.heading-align-center .group-heading {
    text-align: center;
}
.heading-align-right .group-heading {
    text-align: right;
}
.detail-align-left .group-detail {
    text-align: left;
}
.detail-align-center .group-detail {
    text-align: center;
}
.detail-align-right .group-detail {
    text-align: right;
}
.btn-align-left .group-btn-wrap {
    text-align: left;
}
.btn-align-center .group-btn-wrap {
    text-align: center;
}
.btn-align-right .group-btn-wrap {
    text-align: right;
}
@media screen and (min-width: 768px) {
    a.acms-list-group-item {
        padding: 10px 20px 10px 10px;
        transition: padding 0.15s ease-out;
    }
    a.acms-list-group-item:hover {
        padding: 10px 10px 10px 20px;
        transition: padding 0.25s ease-out;
    }
}
.list-results-wrap {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ccc;
}
.list-results-heading {
    padding: 5px;
    margin: 0 0 10px;
    background: #e5e5e5;
}
.list-results {
    position: relative;
    margin: 0;
}
.list-results-item {
    position: absolute;
    width: 100px;
}
.list-results-detail {
    margin: 0;
    padding: 0 0 0 100px;
    font-weight: 700;
}
.summary-default {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.summary-default:after,
.summary-default:before {
    content: " ";
    display: table;
}
.summary-default:after {
    clear: both;
}
.summary-default.slick-initialized {
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    border: 0;
}
.summary-default .slick-list {
    padding: 0 0 0 20px;
    overflow: inherit;
}
.summary-default .slick-dots {
    margin: 0;
}
.summary-default .slick-dots button {
    background: #e5e5e5;
}
.summary-default .slick-dots .slick-active button {
    background: #c41134;
}
.summary-default-item {
    padding: 10px;
    color: #333;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: background-color 0.25s ease-out;
}
.summary-default-item.bl-hover {
    background: #f1f1f1;
}
.acms-entry .summary-default-item {
    padding: 10px;
}
.slick-initialized .summary-default-item {
    width: 280px;
    margin: 2px 10px 2px 2px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08),
        -1px -1px 1px 1px rgba(0, 0, 0, 0.08);
    border: 0;
}
.summary-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
}
.summary-detail {
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .summary-default-image-wrap img {
        width: 60px;
        height: auto;
    }
}
@media screen and (min-width: 480px) {
    .summary-default {
        margin: 0 0 20px;
    }
}
.pickup-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pickup-list img {
    display: block;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pickup-list img:hover {
    opacity: 0.75;
}
.banner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner a {
    display: block;
    transition: opacity 0.25s ease-out;
}
.banner a:hover {
    opacity: 0.75;
}
.banner-list-item {
    margin: 0 0 20px;
}
.headline-item {
    line-height: 1.5;
    transition: background-color 0.25s ease-out;
}
.headline-item.bl-hover {
    background: #f1f1f1;
}
@media screen and (max-width: 479px) {
    .headline-item {
        padding: 10px 0;
    }
    .headline-title {
        display: block;
        margin: 0;
    }
}
.search-form .btn-search {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    filter: none;
    background: #333;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: 1px solid #333;
}
.search-form .btn-search:active,
.search-form .btn-search:focus,
.search-form .btn-search:hover {
    background: #666;
}
.search-form input[type="search"] {
    padding: 9px 10px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
}
input[type="search"].search-form-input {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 20px;
    font-size: 2rem;
    box-sizing: border-box;
}
.entry {
    margin: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.page-header {
    margin: 0 0 20px;
}
.entry-info {
    margin-top: 0;
}
.entry-category,
.entry-info,
.entry-new {
    font-size: 14px;
    font-size: 1.4rem;
}
.entry-title {
    margin: 10px 0;
}
.entry-title a {
    color: #333;
}
.acms-entry h2 .entry-title {
    padding: 0;
}
.entry-column {
    color: #333;
    word-wrap: break-word;
}
.entry-column h2 {
    margin: 0 10px 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
    border-left: 4px solid #666;
}
.entry-column h2.module-heading {
    margin: 0;
    padding: 0;
    border: 0;
}
.entry-column h3 {
    margin: 0 10px 20px;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    background: #e5e5e5;
}
.entry-column a:link {
    color: #006dd9;
    text-decoration: none;
}
.entry-column a:active,
.entry-column a:focus,
.entry-column a:hover {
    text-decoration: underline;
}
.entry-column a:visited {
    color: #7f5ad7;
    text-decoration: none;
}
.entry-column p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
}
.entry-column p.entry-btn {
    margin-bottom: 5px;
}
.entry-column p.entry-btn a {
    background: #666;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
    color: #fff;
    text-decoration: none;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn a:hover {
    background-color: #444;
    background-image: linear-gradient(180deg, #666, #444);
    color: #fff;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
    background: #444;
}
.entry-column p.entry-btn-attention a {
    background: #c41134;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
    color: #fff;
    text-decoration: none;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
    color: #fff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.entry-column p.entry-btn-attention a:hover {
    background-color: #910021;
    background-image: linear-gradient(180deg, #c41134, #910021);
    color: #fff;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
    background: #910021;
}
.entry-column p.summary-title {
    margin: 0 0 10px;
}
.entry-column p.summary-detail {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.entry-container {
    margin: 0 5px;
}
[class^="column-table"] .entry-container {
    overflow-x: auto;
    margin-bottom: 15px;
}
[class^="column-table"] table {
    margin-bottom: 0;
}
.entry-column table {
    width: 100%;
}
.entry-column table.table-history {
    table-layout: fixed;
}
.entry-column td,
.entry-column th {
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    border-top: 1px solid #dfdfdf;
    vertical-align: top;
}
.entry-column .acms-table-responsive td,
.entry-column .acms-table-responsive th {
    display: table-cell;
    white-space: nowrap;
}
.entry-column .acms-table-responsive table {
    margin: 0;
}
.entry-column th {
    background: #f5f5f5;
}
.entry-column table.table-history tr {
    background: #fff;
}
.entry-column table.table-history td,
.entry-column table.table-history th {
    display: block;
}
.entry-column table.table-history th {
    padding: 10px;
}
.entry-column table.table-history td {
    padding: 10px 0;
}
.entry-column table.table-history .table-history-img {
    display: block;
    padding: 0 10px 10px;
    background: #fff;
}
.entry-column ul {
    margin: 0 0 10px;
    padding: 0 0 0 2em;
}
.entry-column ul li {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.entry-column ul.summary-default {
    padding: 0;
}
.entry-column ul.summary-default li {
    margin: 0;
}
.entry-column ol {
    margin: 0 0 10px;
    padding: 0 0 0 2.5em;
}
.entry-column ol li {
    margin: 0 0 5px;
}
.entry-column dl,
.entry-column ol li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.entry-column dl {
    margin-top: 0;
    margin-bottom: 15px;
}
.entry-column dt {
    margin: 0 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
}
.entry-column dd {
    margin-left: 0;
    margin-bottom: 10px;
}
.entry-column blockquote,
.entry-column dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.entry-column blockquote {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px 15px 16px;
    border-left: 4px solid #bfbfbf;
    background: #efefef;
    box-sizing: border-box;
}
.entry-column pre {
    width: 100%;
    margin: 0 0 15px;
    box-sizing: border-box;
}
.entry-column pre ol {
    margin: 0;
    padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
    line-height: 1.5;
}
.entry-column hr {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.entry-column .caption {
    margin: 0 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (min-width: 480px) {
    .entry-column .table-history-img {
        float: right;
    }
}
@media screen and (min-width: 768px) {
    .entry-column td,
    .entry-column th {
        display: table-cell;
        padding: 15px 20px;
        text-align: left;
        font-size: 16px;
        font-size: 1.6rem;
        border-top: 1px solid #dfdfdf;
    }
    .entry-column th {
        background: inherit;
    }
    .entry-column tr:nth-child(odd) {
        background: #f5f5f5;
    }
}
.entry-footer {
    margin: 0 0 20px;
    padding: 10px;
    background: #f5f5f5;
}
.entry-tag {
    margin: 0 0 5px;
}
.entry-tag-icon {
    float: left;
    color: #707070;
}
.entry-tag-item {
    float: left;
    margin: 0 0 0 10px;
}
.share-wrapper {
    float: right;
}
.share-text {
    display: inline;
    float: left;
    margin: 0;
}
.share-list {
    display: inline;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
.share-item {
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
}
.share-item a {
    color: #999;
    text-decoration: none;
}
.share-item [class*="acms-icon"] {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
}
.share-item .share-item-facebook {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    background: #3b5999;
    border-radius: 4px;
}
.share-item .share-item-facebook:before {
    vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.share-item .share-item-twitter {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    background: #55acee;
    border-radius: 4px;
}
.share-item .share-item-twitter:before {
    vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.share-item .share-item-gplus {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    background: #dd4b39;
    border-radius: 4px;
}
.share-item .share-item-gplus:before {
    vertical-align: middle;
}
.share-item .share-item-gplus:focus:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px dotted #333;
}
.continue-link {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.continue-link a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    border-radius: 3px;
    background: #767676;
}
.continue-link a [class*="acms-icon"] {
    margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
    color: #fff;
}
.continue-link a:active,
.continue-link a:focus,
.continue-link a:hover {
    color: #fff;
    text-decoration: none;
    background: #aaa;
}
@media screen and (min-width: 768px) {
    .entry-tag {
        margin: 0;
    }
    .continue-link a {
        padding: 5px 10px;
        font-weight: 400;
    }
}
.field-title {
    padding: 0 10px;
}
.field-title:first-child {
    margin: 0 0 10px;
}
.side-title {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.realestate-map {
    overflow: hidden;
}
.realestate-map .js-s2d-ready,
.realestate-map [class*="column-map-"] {
    width: auto !important;
    max-width: 100%;
}
.realestate-map img[class*="column-map-"] {
    width: auto !important;
    max-width: 100%;
    height: auto;
}
.realestate-map-entry {
    margin: 0 10px;
}
.entry-column table.realestate-search {
    margin: 20px 0 30px;
}
@media screen and (min-width: 1024px) {
    .table-nowrap {
        white-space: nowrap;
    }
}
.summary-custom {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #e5e5e5;
}
.summary-custom-entry {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.summary-custom-entry:hover {
    background: #f5f5f5;
    transition: background-color 0.25s linear;
}
.photo {
    margin: 0 0 10px;
}
.photo-title {
    margin: 0;
}
.photo-title,
.pickup-title {
    font-size: 16px;
    font-size: 1.6rem;
}
.pickup-title {
    color: #333;
}
@media screen and (max-width: 767px) {
    .realestate-search td,
    .realestate-search th {
        display: block;
        box-sizing: border-box;
    }
    .realestate-search input {
        box-sizing: border-box;
    }
}
.contact-box .message {
    margin: 0 0 35px;
    font-weight: 700;
    color: #c41134;
}
.contact-box .contact-no {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}
.contact-box .contact-no a {
    color: inherit;
}
.contact-box .error-text {
    margin: 5px 0 0;
    color: #c41134;
}
.contact-form {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.contact-form,
.contact-form-group {
    background: #e5e5e5;
}
.contact-form-label {
    display: block;
    text-align: left;
    margin: 0;
    padding: 10px 10px 0;
}
.contact-form-control {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.contact-form-label {
    font-weight: 700;
}
.contact-form-grid {
    margin: 0 -5px;
}
.acms-entry .contact-form-col,
.contact-form-col {
    margin: 0 0 10px;
    padding: 0 5px;
}
.acms-entry .contact-form-col:last-child,
.contact-form-col:last-child {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .contact-form {
        display: table;
        width: 100%;
    }
    .contact-form-group {
        display: table-row;
    }
    .contact-form-control,
    .contact-form-label {
        display: table-cell;
    }
    .contact-form-label {
        width: 33.33333%;
        padding: 25px 15px 15px;
        vertical-align: top;
        border-bottom: 1px solid #fff;
    }
    .contact-form-control {
        width: 66.66667%;
        padding: 15px;
    }
    .contact-form-col {
        margin: 0;
    }
}
.contact-box .mail-step {
    margin: 0 0 35px;
    padding: 0 10px;
    background: #e5e5e5;
    counter-reset: a;
}
.contact-box .mail-step-item {
    float: left;
    list-style: none;
    margin: 0 10px;
    padding: 18px 0 14px;
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
    counter-increment: a;
    content: counter(a) ".";
}
.contact-box .mail-step-item-current {
    color: #333;
    border-bottom: 4px solid #333;
}
@media screen and (min-width: 768px) {
    .contact-box .mail-step {
        height: 60px;
    }
}
.form-btn-box {
    margin: 0 10px 50px;
    text-align: center;
}
.form-btn {
    display: inline-block;
}
.form-btn-return {
    float: left;
}
.form-btn-send {
    float: right;
}
@media screen and (min-width: 768px) {
    .form-btn-return {
        float: none;
    }
    .form-btn-send {
        float: none;
        max-width: 360px;
        width: 100%;
    }
}
.label-required {
    margin: 0 5px;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 3px;
    background: #c41134;
}
@media screen and (min-width: 768px) {
    .label-required {
        float: right;
    }
}
.contact-box select[required]:required {
    border: 1px solid #c49511;
}
.contact-box select.focused:invalid {
    border: 1px solid #c41134;
}
.contact-box select[required]:valid {
    border: 1px solid #a7a7aa;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
    background: #fffdeb;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
    background: #ffebee;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
    background: #fff;
}
.contact-box input[type="date"],
.contact-box input[type="datetime-local"],
.contact-box input[type="datetime"],
.contact-box input[type="email"],
.contact-box input[type="month"],
.contact-box input[type="number"],
.contact-box input[type="password"],
.contact-box input[type="search"],
.contact-box input[type="tel"],
.contact-box input[type="text"],
.contact-box input[type="time"],
.contact-box input[type="url"],
.contact-box input[type="week"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 5px 10px;
}
.contact-box textarea {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 5px 4px;
}
.contact-box select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 11px 30px 11px 10px;
    vertical-align: top;
}
.valid-mark {
    display: none;
}
.valid-mark.valid {
    display: inline;
    color: #5cb85c;
    float: right;
}
.invalid {
    background: #ffebee !important;
}
.site-name {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #c41134;
}
.header-stack .site-name {
    margin: 30px 0 20px;
}
.site-name a,
.site-name a:active,
.site-name a:focus,
.site-name a:hover,
.site-name a:visited {
    color: #c41134;
}
.site-logo {
    display: inline-block;
    width: 22px;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.site-name-text {
    display: inline;
    vertical-align: middle;
}
.edit-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .site-name {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .header-stack .site-name {
        text-align: center;
    }
    .site-logo {
        width: 40px;
    }
    .header {
        display: table;
        width: 100%;
    }
    .header-stack .header {
        display: block;
    }
    .header-logo {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }
    .header-stack .header-logo {
        display: block;
    }
    .header-nav {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .header-stack .header-nav {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
}
@media (min-width: 1024px) {
    .header-logo {
        display: table-cell;
        width: 40%;
    }
    .header-stack .header-logo {
        display: block;
        width: 100%;
    }
    .header-nav {
        display: table-cell;
        width: 60%;
    }
    .header-stack .header-nav {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
}
.header-logo {
    padding: 48px 0 0;
}
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 5px;
    padding: 0 calc(5px + constant(safe-area-inset-right)) 0
        calc(5px + constant(safe-area-inset-left));
    border-top: 4px solid #333;
    border-bottom: 1px solid #ccc;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
}
.nav-menu-btn {
    display: inline-block;
    height: 44px;
    padding: 7px 5px;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    box-sizing: border-box;
}
a .nav-menu-btn {
    color: #333;
}
.nav-menu-btn:hover {
    color: #333;
    text-decoration: none;
}
.nav-menu-btn-text,
.nav-menu-btn .acms-icon-sort {
    display: inline-block;
}
.nav-menu-btn-text {
    margin: 0 0 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    vertical-align: middle;
}
.nav-menu-action {
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}
.nav-menu-action-item {
    display: table-cell;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
}
.nav-menu-action-link {
    color: #333;
}
.nav-menu-action-link:active,
.nav-menu-action-link:focus,
.nav-menu-action-link:hover,
.nav-menu-action-link:visited {
    color: #333;
    text-decoration: none;
}
.navbar {
    display: none;
    width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
    z-index: 1;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar li a {
    display: block;
    padding: 10px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
}
.navbar li a:active,
.navbar li a:focus,
.navbar li a:hover {
    text-decoration: none;
    color: #fff;
    background: #c41134;
}
@media (min-width: 1024px) {
    .header {
        height: 100px;
    }
    .navbar {
        display: inline-block;
        vertical-align: middle;
    }
    .navbar > ul {
        float: right;
        list-style: none;
        padding: 0;
    }
    .header-stack .navbar > ul {
        float: none;
        display: table;
        width: 100%;
        table-layout: fixed;
        border-right: 1px solid #eee;
    }
    .navbar li {
        float: left;
        position: relative;
        margin: 0 10px;
        vertical-align: middle;
        text-align: center;
    }
    .header-stack .navbar li.navbar-btn {
        padding: 0 10px;
    }
    .header-stack .navbar li {
        float: none;
        display: table-cell;
        border-left: 1px solid #eee;
    }
    .navbar li ul {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
    }
    .navbar li li {
        margin: 0;
    }
    .header-stack .navbar li li {
        display: block;
        border: 0;
    }
    .navbar li a {
        padding: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        transition: border 0.25s ease-out;
    }
    .navbar li a:active,
    .navbar li a:focus,
    .navbar li a:hover {
        color: #333;
        background: transparent;
    }
    .header-stack .navbar li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .navbar li.stay a {
        border-bottom: 4px solid #c41134;
    }
    .navbar li.stay a.btn-attention {
        border: 0;
    }
    .navbar li:hover ul {
        display: block;
        z-index: 10000;
        animation: 0.8s fade-in;
    }
    .navbar li:hover a {
        border-bottom: 4px solid #c41134;
    }
    .navbar li:hover a.btn-attention,
    .navbar li:hover li a {
        border: 0;
    }
    .navbar li li {
        display: block;
        float: none;
        text-align: left;
        background: #c41134;
        border: 0;
        border-top: 1px solid #910021;
    }
    .navbar li li:first-child {
        border: 0;
    }
    .navbar li li a {
        margin: 0;
        padding: 10px 15px;
        color: #fff;
        border: 0;
    }
    .navbar li li a:hover {
        color: #fff;
        border: 0;
        background: #910021;
    }
    .navbar a.btn-attention {
        background: #c41134;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 3px;
        border: 0;
    }
    .navbar a.btn-attention:hover,
    .navbar a.btn-attention:visited {
        color: #fff;
        text-decoration: none;
    }
    .navbar a.btn-attention:active,
    .navbar a.btn-attention:focus {
        color: #fff;
        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    }
    .navbar a.btn-attention:hover {
        background-color: #910021;
        background-image: linear-gradient(180deg, #c41134, #910021);
        color: #fff;
        border: 0;
    }
    .navbar a.btn-attention:active,
    .navbar a.btn-attention:focus {
        background: #910021;
    }
}
@media (min-width: 1024px) {
    .header-logo {
        padding: 0;
    }
    .navbar ul li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media (min-width: 1440px) {
    .navbar ul li a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.close-btn {
    display: none;
    width: 100%;
    padding: 0;
    border: 0;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.js-acms-offcanvas-open #offcanvas .close-btn {
    display: block;
    opacity: 0.7;
}
.js-acms-offcanvas-open #offcanvas .close-btn:focus {
    color: #fff;
    overflow: initial;
    white-space: normal;
    text-indent: 0;
}
@media (max-width: 1023px) {
    #nav {
        padding: 10px 15px 100px;
        box-sizing: border-box;
    }
    .offcanvas-nav {
        margin: 0 0 20px;
    }
    .offcanvas-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .offcanvas-nav li {
        display: block;
        padding: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #e8ede3;
        border-top: 1px solid #ccc;
    }
    .offcanvas-nav li.navbarBtn {
        border: 0;
    }
    .offcanvas-nav li.stay {
        background: #555;
    }
    .no-js .offcanvas-nav li.stay {
        background: #e5e5e5;
    }
    .offcanvas-nav li:first-child {
        border: 0;
    }
    .offcanvas-nav li ul {
        display: none;
    }
    .offcanvas-nav a {
        display: block;
        margin: -10px;
        padding: 10px;
        color: #e8ede3;
    }
    .offcanvas-nav a:hover {
        text-decoration: none;
    }
    .offcanvas-nav a.btn-attention {
        border-top: 0;
        border-radius: 0;
        font-weight: 400;
    }
    .offcanvas-nav a.btn-attention:hover {
        background: #910021;
    }
    .no-js .offcanvas-nav a {
        color: #333;
    }
    .offcanvas-bar {
        display: none;
        padding: 10px 15px 100px;
    }
    .js-acms-offcanvas-active .offcanvas-bar {
        background: #333;
    }
    .offcanvas-bar .module-header {
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    .no-js .offcanvas-bar .module-header {
        color: #333;
        border-bottom: 2px solid #333;
    }
    .offcanvas-bar .side-list-link {
        color: #fff;
    }
    .no-js .offcanvas-bar .side-list-link {
        color: #333;
    }
    .offcanvas-bar .side-list-link:active,
    .offcanvas-bar .side-list-link:focus,
    .offcanvas-bar .side-list-link:hover,
    .offcanvas-bar .side-list-link:visited {
        color: #fff;
        background: 0;
    }
    .no-js .offcanvas-bar .side-list-link:active,
    .no-js .offcanvas-bar .side-list-link:focus,
    .no-js .offcanvas-bar .side-list-link:hover,
    .no-js .offcanvas-bar .side-list-link:visited {
        color: #333;
    }
    .offcanvas-bar .pickup-title {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .offcanvas-bar .pickup-title a {
        color: inherit;
    }
    .offcanvas-bar .btn-search {
        background: #999;
        border: 1px solid #666;
    }
    .offcanvas-bar .sns-list {
        margin: 0 -5px 20px;
    }
    .js-acms-offcanvas-sidebar-left {
        padding-left: calc(15px + constant(safe-area-inset-left));
    }
    .js-acms-offcanvas-sidebar-right {
        padding-right: calc(15px + constant(safe-area-inset-right));
    }
}
.suggest-box {
    background: #ddd;
}
.suggest-inner {
    display: table;
    width: 100%;
    padding: 15px 0;
}
.suggest-item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.suggest-text {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}
.suggest-tel {
    margin: 0 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #666;
}
.suggest-tel a {
    color: inherit;
}
.suggest-btn {
    margin: 0;
}
@media screen and (min-width: 768px) {
    .suggest-inner {
        padding: 0;
    }
    .suggest-item {
        padding: 30px 10px;
    }
    .suggest-tel {
        margin: 0;
    }
    .suggest-half {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
}
.foot-wrapper {
    padding: 30px 0;
    background: #323232;
}
.company-about {
    margin: 0 0 30px;
    color: #fff;
}
.company-name {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-style: normal;
}
.company-detail {
    margin: 0 0 5px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
}
.company-detail a {
    color: #fff;
}
.company-detail a:hover {
    text-decoration: underline;
}
.footer-nav {
    float: right;
    width: 650px;
    max-width: 100%;
    margin: 0 -10px;
}
.footer-nav-item {
    float: left;
    display: block;
    width: 25%;
    margin: 0 0 10px;
    padding: 0 10px;
    vertical-align: top;
    box-sizing: border-box;
}
.footer-nav-title {
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999;
}
.footer-nav-list li {
    line-height: 1.7;
}
.footer-nav-list a {
    color: #999;
}
@media screen and (max-width: 767px) {
    .footer-nav {
        display: none;
    }
}
.page-top a:focus {
    display: block;
    border: 1px dotted #fff;
}
.page-top-btn {
    display: block;
    position: fixed;
    right: 20px;
    right: calc(20px + constant(safe-area-inset-right));
    bottom: 20px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../../images/marker/btn_pageTop-1.png) no-repeat 50%;
    transform: translateZ(0);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
    opacity: 0.6;
}
.page-top-btn-appear {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .page-top-btn {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .page-top-btn:hover {
        opacity: 0.8;
        transition: opacity 0.25s linear;
    }
}
.sns-list {
    list-style: none;
    margin: 0 -5px 30px 15px;
    padding: 0;
}
.sns-list-item {
    float: left;
    margin: 0 5px;
}
.sns-list-item a:active,
.sns-list-item a:focus,
.sns-list-item a:hover,
.sns-list-item a:visited {
    text-decoration: none;
}
.sns-list-item .sns-list-facebook {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    border-radius: 4px;
    background: #3b5999;
}
.sns-list-item .sns-list-facebook:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-twitter {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    border-radius: 4px;
    background: #55acee;
}
.sns-list-item .sns-list-twitter:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-gplus {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    border-radius: 4px;
    background: #dd4b39;
}
.sns-list-item .sns-list-gplus:before {
    vertical-align: middle;
}
.sns-list-item .sns-list-youtube {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 19px;
    font-size: 1.9rem;
    color: #fff;
    border-radius: 4px;
    background: #cd201f;
}
.sns-list-item .sns-list-youtube:before {
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .sns-list {
        float: right;
        margin: 0 -10px;
    }
    .sns-list-item {
        margin: 10px;
    }
    .sns-list-item a:hover {
        opacity: 0.8;
        transition: opacity 0.25s linear;
    }
}
.copyright {
    margin: 0;
    color: #fff;
}
.copyright-text {
    margin: 0 auto;
}
.copryright-logo {
    vertical-align: middle;
}
[class*="acms-col-"] {
    float: left;
}
.acms-col-1 {
    width: 8.33333%;
}
.acms-col-2 {
    width: 16.66667%;
}
.acms-col-3 {
    width: 25%;
}
.acms-col-4 {
    width: 33.33333%;
}
.acms-col-5 {
    width: 41.66667%;
}
.acms-col-6 {
    width: 50%;
}
.acms-col-7 {
    width: 58.33333%;
}
.acms-col-8 {
    width: 66.66667%;
}
.acms-col-9 {
    width: 75%;
}
.acms-col-10 {
    width: 83.33333%;
}
.acms-col-11 {
    width: 91.66667%;
}
.acms-col-12 {
    width: 100%;
}
.acms-col-sm-1 {
    width: 8.33333%;
}
.acms-col-sm-2 {
    width: 16.66667%;
}
.acms-col-sm-3 {
    width: 25%;
}
.acms-col-sm-4 {
    width: 33.33333%;
}
.acms-col-sm-5 {
    width: 41.66667%;
}
.acms-col-sm-6 {
    width: 50%;
}
.acms-col-sm-7 {
    width: 58.33333%;
}
.acms-col-sm-8 {
    width: 66.66667%;
}
.acms-col-sm-9 {
    width: 75%;
}
.acms-col-sm-10 {
    width: 83.33333%;
}
.acms-col-sm-11 {
    width: 91.66667%;
}
.acms-col-sm-12 {
    width: 100%;
}
.acms-col-md-1 {
    width: 8.33333%;
}
.acms-col-md-2 {
    width: 16.66667%;
}
.acms-col-md-3 {
    width: 25%;
}
.acms-col-md-4 {
    width: 33.33333%;
}
.acms-col-md-5 {
    width: 41.66667%;
}
.acms-col-md-6 {
    width: 50%;
}
.acms-col-md-7 {
    width: 58.33333%;
}
.acms-col-md-8 {
    width: 66.66667%;
}
.acms-col-md-9 {
    width: 75%;
}
.acms-col-md-10 {
    width: 83.33333%;
}
.acms-col-md-11 {
    width: 91.66667%;
}
.acms-col-md-12 {
    width: 100%;
}
.acms-col-lg-1 {
    width: 8.33333%;
}
.acms-col-lg-2 {
    width: 16.66667%;
}
.acms-col-lg-3 {
    width: 25%;
}
.acms-col-lg-4 {
    width: 33.33333%;
}
.acms-col-lg-5 {
    width: 41.66667%;
}
.acms-col-lg-6 {
    width: 50%;
}
.acms-col-lg-7 {
    width: 58.33333%;
}
.acms-col-lg-8 {
    width: 66.66667%;
}
.acms-col-lg-9 {
    width: 75%;
}
.acms-col-lg-10 {
    width: 83.33333%;
}
.acms-col-lg-11 {
    width: 91.66667%;
}
.acms-col-lg-12 {
    width: 100%;
}
.acms-col-xl-1 {
    width: 8.33333%;
}
.acms-col-xl-2 {
    width: 16.66667%;
}
.acms-col-xl-3 {
    width: 25%;
}
.acms-col-xl-4 {
    width: 33.33333%;
}
.acms-col-xl-5 {
    width: 41.66667%;
}
.acms-col-xl-6 {
    width: 50%;
}
.acms-col-xl-7 {
    width: 58.33333%;
}
.acms-col-xl-8 {
    width: 66.66667%;
}
.acms-col-xl-9 {
    width: 75%;
}
.acms-col-xl-10 {
    width: 83.33333%;
}
.acms-col-xl-11 {
    width: 91.66667%;
}
.acms-col-xl-12 {
    width: 100%;
}
.clearHidden {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
    border: none;
}
.acms-entry [class*="acms-col-"] {
    padding: 0;
}
.acms-entry .entry-container,
.acms-entry dl,
.acms-entry h2,
.acms-entry h3,
.acms-entry h4,
.acms-entry h5,
.acms-entry h6,
.acms-entry p {
    margin-left: 10px;
    margin-right: 10px;
}
.acms-entry blockquote {
    margin: 0 0 15px;
    padding: 10px 20px;
    border-left: 5px solid #ccc;
}
.column-image-left,
.column-media-left {
    display: inline;
    float: left;
    margin-bottom: 10px;
}
.column-image-right,
.column-media-right {
    display: inline;
    float: right;
    margin-bottom: 10px;
}
.column-image-center,
.column-media-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}
.column-file-auto,
.column-file-auto + .caption {
    margin-left: 10px;
}
.column-file-left {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.column-file-left + .caption {
    text-align: left;
}
.column-file-right {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.column-file-right + .caption {
    text-align: right;
}
.column-file-center {
    float: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}
.column-file-center + .caption {
    text-align: center;
}
.column-map-auto,
.column-map-left {
    margin-bottom: 10px;
}
.column-map-left {
    float: left;
}
.column-map-right {
    float: right;
    margin-bottom: 10px;
}
.column-map-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.column-yolp-auto,
.column-yolp-left {
    margin-bottom: 10px;
}
.column-yolp-left {
    float: left;
}
.column-yolp-right {
    float: right;
    margin-bottom: 10px;
}
.column-yolp-center {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.column-video-left,
.column-youtube-left {
    display: inline;
    float: left;
}
.column-video-right,
.column-youtube-right {
    display: inline;
    float: right;
}
.column-video-center,
.column-youtube-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.column-eximage-left {
    display: inline;
    float: left;
}
.column-eximage-right {
    display: inline;
    float: right;
}
.column-eximage-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.column-quote-left {
    float: left;
}
.column-quote-right {
    float: right;
}
.column-quote-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
[class*="column-quote-"] {
    margin-left: 10px;
    margin-right: 10px;
}
[class*="column-quote-"] blockquote {
    padding: 20px 10px 20px 20px;
}
[class*="column-quote-"] .quoteImageContainer {
    position: relative;
    float: left;
    max-width: 154px;
    margin-right: 25px;
}
[class*="column-quote-"] .quoteImage {
    display: block;
    max-width: 100%;
    height: auto;
}
[class*="column-quote-"] .quoteTitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}
[class*="column-quote-"] .quoteTitleLink {
    color: #006cd8;
}
[class*="column-quote-"] .quoteSiteName {
    margin: 0 0 10px;
    padding: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #666;
}
[class*="column-quote-"] .quoteDescription {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}
[class*="column-image-"],
[class*="column-media-"] {
    max-width: 100%;
}
[class*="column-media-"] a {
    display: block;
    text-align: center;
}
.acms-entry [class*="column-eximage-"],
.acms-entry [class*="column-image-"],
.acms-entry [class*="column-media-"],
.acms-entry [class*="column-video-"],
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"] {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.acms-entry [class*="column-map-"] {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.acms-entry [class*="column-map-"] > div {
    max-width: 100%;
}
.acms-entry [class*="column-eximage-"],
.acms-entry [class*="column-image-"],
.acms-entry [class*="column-media-"] {
    display: block;
    margin-bottom: 10px;
}
.acms-entry [class*="column-eximage-"] a,
.acms-entry [class*="column-image-"] a,
.acms-entry [class*="column-media-"] a {
    display: block;
}
.acms-entry [class*="column-eximage-"] .caption,
.acms-entry [class*="column-image-"] .caption,
.acms-entry [class*="column-media-"] .caption {
    padding: 0;
}
.acms-entry [class*="column-eximage-"].nocaption,
.acms-entry [class*="column-image-"].nocaption,
.acms-entry [class*="column-media-"].nocaption,
.acms-entry [class*="column-video-"],
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"] {
    margin-bottom: 20px;
}
.acms-entry .column-eximage-auto,
.acms-entry .column-image-auto,
.acms-entry .column-media-auto,
.acms-entry .column-video-auto,
.acms-entry .column-yolp-auto,
.acms-entry .column-youtube-auto {
    float: none;
}
[class*="column-eximage-"] img,
[class*="column-image-"] img,
[class*="column-media-"] img {
    width: auto\9;
    height: auto;
    max-width: 100%;
}
.column-eximage-left,
.column-image-left,
.column-media-left {
    float: left;
}
@media (max-width: 479px) {
    .acms-entry [class*="column-eximage-"],
    .acms-entry [class*="column-image-"],
    .acms-entry [class*="column-media-"] {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: auto !important;
    }
    .acms-entry [class*="column-eximage-"] img,
    .acms-entry [class*="column-image-"] img,
    .acms-entry [class*="column-media-"] img {
        padding: 0;
        box-sizing: border-box;
    }
    [class*="column-map-"],
    [class*="column-yolp-"] {
        width: auto !important;
        max-width: 100%;
    }
    [class*="column-map-"] > div,
    [class*="column-yolp-"] > div {
        max-width: 100%;
    }
    [class*="column-yolp-"] > div {
        width: 100% !important;
    }
    [class*="column-eximage-"] {
        width: auto !important;
    }
    [class*="column-video-"],
    [class*="column-youtube-"] {
        display: block;
        width: 100% !important;
        max-width: 100%;
    }
}
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube-"] {
    width: auto !important;
    max-width: 100%;
}
.column-iframe,
.column-youtube {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.column-iframe embed,
.column-iframe iframe,
.column-iframe object,
.column-youtube embed,
.column-youtube iframe,
.column-youtube object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
[class*="column-map-"] > img,
[class*="column-yolp-"] > img {
    max-width: 100%;
}
[class*="column-map-"] img,
[class*="column-yolp-"] img {
    width: auto;
    height: auto;
}
[class*="column-yolp-"] {
    width: auto !important;
}
.highlight1 {
    background-color: #ff6;
    color: #000;
}
.highlight2 {
    background-color: #a0ffff;
    color: #000;
}
.highlight3 {
    background-color: #9f9;
    color: #000;
}
.highlight4 {
    background-color: #f99;
    color: #000;
}
.highlight5 {
    background-color: #f6f;
    color: #000;
}
.highlight6 {
    background-color: #800;
    color: #000;
}
.acms-block {
    display: block !important;
}
.acms-inline {
    display: inline !important;
}
.acms-inline-block {
    display: inline-block !important;
}
.acms-table-cell {
    display: table-cell !important;
}
.acms-hide {
    display: none !important;
}
.acms-block-sm {
    display: block !important;
}
.acms-inline-sm {
    display: inline !important;
}
.acms-inline-block-sm {
    display: inline-block !important;
}
.acms-table-cell-sm {
    display: table-cell !important;
}
.acms-hide-sm {
    display: none !important;
}
.acms-block-md {
    display: block !important;
}
.acms-inline-md {
    display: inline !important;
}
.acms-inline-block-md {
    display: inline-block !important;
}
.acms-table-cell-md {
    display: table-cell !important;
}
.acms-hide-md {
    display: none !important;
}
.acms-block-lg {
    display: block !important;
}
.acms-inline-lg {
    display: inline !important;
}
.acms-inline-block-lg {
    display: inline-block !important;
}
.acms-table-cell-lg {
    display: table-cell !important;
}
.acms-hide-lg {
    display: none !important;
}
.acms-block-xl {
    display: block !important;
}
.acms-inline-xl {
    display: inline !important;
}
.acms-inline-block-xl {
    display: inline-block !important;
}
.acms-table-cell-xl {
    display: table-cell !important;
}
.acms-hide-xl {
    display: none !important;
}
.acms-show-sp {
    display: block !important;
}
.acms-hide-sp {
    display: none !important;
}
.acms-show-tb {
    display: block !important;
}
.acms-hide-tb {
    display: none !important;
}
.acms-show-pc {
    display: block !important;
}
.acms-hide-pc {
    display: none !important;
}
.header-logo {
    padding: 0;
}
.sub {
    display: none;
}
.main {
    width: 100%;
    display: block;
}
.entry-column td,
.entry-column th {
    display: table-cell;
}
.entry-footer,
.serial-nav {
    display: none;
}
.suggest-half {
    float: left;
    width: 50%;
}
.sns-list {
    float: right;
}

@import url("../../../css"); /*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.clearfix:after,
.info_technology ul li a:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
:root,
body {
    color: #000;
    font-size: 0.875rem;
}
@media (min-width: 1024px) {
    :root,
    body {
        font-size: 1rem;
    }
}
a {
    color: #000;
    text-decoration: none;
}
a:link,
a:visited {
    color: #000;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}
a:hover img,
a:active img,
a:focus img {
    opacity: 0.9;
}
main a,
footer a,
.contact-box a {
    color: #005485;
    text-decoration: underline;
}
main a:link,
main a:visited,
footer a:link,
footer a:visited,
.contact-box a:link,
.contact-box a:visited {
    color: #005485;
}
main a:hover,
main a:active,
main a:focus,
footer a:hover,
footer a:active,
footer a:focus,
.contact-box a:hover,
.contact-box a:active,
.contact-box a:focus {
    color: #005485;
    text-decoration: none;
}
main article,
footer article,
.contact-box article {
    margin: 0 0 4em 0;
}
main figure img,
footer figure img,
.contact-box figure img {
    width: 100%;
}
main figure figcaption,
footer figure figcaption,
.contact-box figure figcaption {
    padding: 0.5em;
    background: #dae2e6;
    text-align: right;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 0.7em 0;
    line-height: 1.5em;
    color: #005485;
    font-weight: bold;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
    display: inline-block;
}
h1 {
    font-size: 1.6em;
    text-align: center;
}
h2 {
    padding: 0.25em 0.5em;
    background-color: #005485;
    font-size: 1.4em;
    color: #fff;
}
h3 {
    border-bottom: 3px solid #005485;
    font-size: 1.3em;
}
h4 {
    border-bottom: 1px dotted #005485;
    font-size: 1.2em;
}
h5 {
    padding: 0 0 0 7px;
    border-left: 3px solid #005485;
    font-size: 1.1em;
}
p {
    line-height: 1.55em;
}
/* p strong {
    padding: 0 0.1em;
    position: relative;
    background: linear-gradient(transparent 60%, #edd60c 60%);
} */
p em {
    font-style: normal;
    font-weight: bold;
    color: #d80000;
}
#top h2 {
    padding: 0;
    background-color: transparent;
    text-align: center;
    color: #005485;
}
#top h3,
#top h4 {
    border-bottom: none;
}
#top h5 {
    padding: 0;
    border-left: none;
}
.link_btn {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.5em;
    position: relative;
    color: #000;
    text-align: center;
    background-color: #edd60c;
    text-decoration: none;
}
.link_btn:link,
.link_btn:visited {
    color: #000;
}
.link_btn i {
    margin: auto 0;
    position: absolute;
    left: 0.5em;
    color: #717171;
    font-size: 1.5em;
    vertical-align: middle;
}
.link_box a {
    display: block;
}
.link_box a:link,
.link_box a:visited,
.link_box a:hover,
.link_box a:active,
.link_box a:focus {
    text-decoration: none;
}
.link_btn_big {
    width: 100%;
    display: block;
    margin: 0;
    padding: 1em 2em;
    position: relative;
    color: #000;
    text-align: center;
    background-color: #edd60c;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}
.link_btn_big:link,
.link_btn_big:visited {
    color: #000;
}
.link_btn_big i {
    margin: auto 0;
    position: absolute;
    left: 0.5em;
    color: #717171;
    font-size: 1.5em;
    vertical-align: middle;
}
a .link_btn,
a .link_btn_big {
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a .link_btn i,
a .link_btn_big i {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a:hover .link_btn,
a:hover .link_btn_big,
a:focus .link_btn,
a:focus .link_btn_big,
a:active .link_btn,
a:active .link_btn_big {
    background-color: #fff179;
    text-decoration: none;
}
a:hover .link_btn i,
a:hover .link_btn_big i,
a:focus .link_btn i,
a:focus .link_btn_big i,
a:active .link_btn i,
a:active .link_btn_big i {
    left: 1em;
}
.space_2em,
.space_4em,
.space_8em {
    width: 100%;
    height: 2em;
    display: block;
}
.space_2em {
    height: 2em;
}
.space_4em {
    height: 4em;
}
.space_8em {
    height: 8em;
}
.table_wrapper {
    padding: 0 0 2em 0;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
}
table {
    margin: 0 0 0.5em;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
}
table th,
table td {
    min-width: 10em;
    padding: 0.5em 1em;
    border-bottom: 1px solid #969696;
    border-left: 1px solid #969696;
}
table th {
    background-color: #dae2e6;
}
ol,
ul {
    margin: 0 0 2em 1em;
    padding: 0 0 0 0.5em;
}
ol li,
ul li {
    padding: 0;
    margin: 0 0 0.5em 0;
    list-style-position: outside;
}
ul.icon_circle li {
    list-style: circle;
}
.column-image-left img,
.column-image-right img,
.column-image-center img {
    width: 100%;
}
.caption {
    padding: 0.25em 0.5em;
    background-color: #f4f3f6;
}
.text_align_r {
    text-align: right;
}
.text_space_01 {
    letter-spacing: -0.15em;
}
.wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 2em;
}
@media (min-width: 1024px) {
    .wrapper {
        padding: 0;
    }
}
#top .wrapper {
    max-width: 1240px;
    padding: 0;
}
.wrapper_colum {
    width: 100%;
}
.wrapper_colum .colum2_l {
    width: 100%;
    padding: 0 2em;
}
.wrapper_colum .colum2_r {
    width: 100%;
}
@media (min-width: 1024px) {
    .wrapper_colum {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 2em;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .wrapper_colum .colum2_l {
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
        padding: 0;
    }
    .wrapper_colum .colum2_r {
        -webkit-flex-basis: 28%;
        flex-basis: 28%;
    }
}
.iframeWraper {
    position: relative;
    width: calc(100% - 10px);
    margin: 0 auto;
}
.iframeWraper .iframeInnerWraper {
    height: 0;
    padding-bottom: 62.5%;
}
.iframeWraper .iframeInnerWraper iframe {
    position: absolute;
    top: 0;
    left: 0;
}
#g_header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.45rem;
    background-color: #fff;
    position: relative;
    z-index: 200;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#g_header img {
    width: 100%;
}
#g_header .logo {
    margin: 0;
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    max-width: 215px;
}
#g_header .logo a {
    padding: 0;
    display: block;
}
#g_header.fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}
#g_nav {
    width: 100vw;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: scroll;
    transition: 0.3s;
}
/* ボタンクリックでメニュー開閉 */
#g_nav.panelactive {
    height: 100vh;
}
#g_nav nav {
    padding: 70px 0 0 0;
    overflow: scroll;
}
#g_nav nav ul {
    margin: 0;
    padding: 0;
}
#g_nav nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#g_nav nav ul li a {
    margin: 0;
    padding: 15px 10px 15px 30px;
    display: block;
    border-bottom: 1px solid #717171;
    color: #fff;
}
#g_nav nav ul li a:link,
#g_nav nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}
@media (hover: hover) {
    #g_nav nav ul li a:hover {
        border-bottom: 1px solid #2087ca;
        color: #2087ca;
        text-decoration: none;
    }
}
#g_nav nav ul li a:active,
#g_nav nav ul li a:focus {
    border-bottom: 1px solid #2087ca;
    color: #2087ca;
    text-decoration: none;
}
#g_nav nav ul li.stay a {
    border-bottom: 1px solid #2087ca;
    color: #2087ca;
}
#g_nav nav ul li.stay a:link,
#g_nav nav ul li.stay a:visited,
#g_nav nav ul li.stay a:hover,
#g_nav nav ul li.stay a:active,
#g_nav nav ul li.stay a:focus {
    color: #2087ca;
}
#g_nav .contact a {
    padding: 20px 30px;
    display: block;
    /* border-bottom: 1px solid #717171; */
    color: #fff;
    line-height: 1em;
}
#g_nav .contact a:link,
#g_nav .contact a:visited {
    color: #fff;
    text-decoration: none;
}
#g_nav .contact a:hover,
#g_nav .contact a:active,
#g_nav .contact a:focus {
    border-bottom: 2px solid #2087ca;
    color: #2087ca;
    text-decoration: none;
}
#g_nav .contact a i {
    margin: 0 0.25em 0 0;
    font-size: 2.5em;
    vertical-align: middle;
}
@media (min-width: 1024px) {
    #g_header {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    #g_header .logo {
        -webkit-flex-basis: 15%;
        flex-basis: 15%;
    }
    #g_nav {
        -webkit-flex-basis: 71%;
        flex-basis: 71%;
        height: auto;
        margin: 0 14% 0 0;
        display: block;
        position: static;
        background-color: transparent;
        overflow: hidden;
    }
    #g_nav nav {
        width: 100%;
        padding: 0;
        position: static;
        overflow: hidden;
    }
    #g_nav nav ul {
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #g_nav nav ul li {
        margin: 0 0.5em;
    }
    #g_nav nav ul li a {
        padding: 1em 0 0.5em;
        border-bottom: 2px solid transparent;
    }
    #g_nav nav ul li a:link,
    #g_nav nav ul li a:visited {
        color: #000;
    }
    #g_nav nav ul li a:hover,
    #g_nav nav ul li a:active,
    #g_nav nav ul li a:focus {
        color: #004e7c;
    }
    #g_nav nav ul li.stay a {
        color: #004e7c;
    }
    #g_nav nav ul li.stay a:link,
    #g_nav nav ul li.stay a:visited,
    #g_nav nav ul li.stay a:hover,
    #g_nav nav ul li.stay a:active,
    #g_nav nav ul li.stay a:focus {
        color: #004e7c;
    }
    #g_nav .contact {
        width: 14%;
        max-width: 180px;
        position: absolute;
        top: 2em;
        right: 0;
    }
    #g_nav .contact a {
        padding: 2em;
        border-bottom: none;
        background-color: #2087ca;
        text-align: center;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        -ms-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #g_nav .contact a i {
        margin: 0;
        display: block;
    }
    #g_nav .contact a:after {
        content: "";
        width: 4em;
        height: 5px;
        display: inline-block;
        background-color: #004e7c;
        -webkit-transition-property: background-color;
        -moz-transition-property: background-color;
        -ms-transition-property: background-color;
        -o-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
    #g_nav .contact a:hover,
    #g_nav .contact a:active,
    #g_nav .contact a:focus {
        border-bottom: none;
        color: #edd60c;
    }
    #g_nav .contact a:hover:after,
    #g_nav .contact a:active:after,
    #g_nav .contact a:focus:after {
        background-color: #edd60c;
    }
}
#panel_btn {
    width: 49px;
    height: 49px;
    padding: 0.5em;
    position: absolute;
    top: 1.45rem;
    right: 1.45rem;
    z-index: 300;
    background-color: #2087ca;
    cursor: pointer;
}
#panel_btn #panel_btn_icon {
    width: 34px;
    height: 3px;
    margin: auto;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}
#panel_btn #panel_btn_icon:before,
#panel_btn #panel_btn_icon:after {
    width: 34px;
    height: 3px;
    background-color: #fff;
    display: block;
    content: "";
    position: absolute;
    transition: 0.3s;
}
#panel_btn #panel_btn_icon:before {
    margin-top: -11px;
}
#panel_btn #panel_btn_icon:after {
    margin-top: 11px;
}
#panel_btn.close {
    border: 1px solid #fff;
}
#panel_btn.close #panel_btn_icon {
    background: transparent;
}
#panel_btn.close #panel_btn_icon:before,
#panel_btn.close #panel_btn_icon:after {
    margin-top: 0;
    background-color: #fff;
}
#panel_btn.close #panel_btn_icon:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#panel_btn.close #panel_btn_icon:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media (min-width: 1024px) {
    #panel_btn {
        display: none;
    }
}
.sub_nav {
    padding: 2em;
    background-color: #dae2e6;
}
@media (min-width: 1024px) {
    .sub_nav {
        padding: 1em;
    }
}
.sub_nav h2 {
    padding: 0;
    background-color: transparent;
    color: #000;
    font-size: 1rem;
}
.sub_nav ul {
    margin: 0;
    padding: 0;
}
.sub_nav ul li {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}
.sub_nav ul li a {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sub_nav ul li .pic_wrapper {
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
}
.sub_nav ul li .pic_wrapper img {
    width: 100%;
}
.sub_nav ul li .text_wrpper {
    -webkit-flex-basis: 62%;
    flex-basis: 62%;
}
.sub_nav ul li .text_wrpper p {
    margin: 0 0 0.5em 0;
}
.sub_nav ul li .text_wrpper .cat {
    padding: 0.1em 0.2em;
}
.sub_nav ul li .text_wrpper .cat,
.sub_nav ul li .text_wrpper .date {
    font-size: 0.8em;
}
.sub_nav ul li .text_wrpper .subinfo {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 767px) {
    .sub_nav ul {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub_nav ul li {
        -webkit-flex-basis: 48%;
        flex-basis: 48%;
    }
}
@media (min-width: 1024px) {
    .sub_nav ul {
        display: block;
    }
}
.main_v_wrapper .main_v a {
    display: block;
}
.main_v_wrapper .main_v .main_v_image {
    height: 380px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center left;
    position: relative;
}
.main_v_wrapper .main_v .main_message {
    width: 50%;
    position: absolute;
    right: 1em;
    bottom: 6em;
    padding: 0;
    margin: 0 1em 0 0;
}
.main_v_wrapper .main_v .main_message h1 {
    color: #fff;
    text-align: left;
    font-size: 1.25em;
}
@media (min-width: 1024px) {
    .main_v_wrapper .main_v .main_message h1 {
        font-size: 2em;
    }
}
@media (min-width: 1366px) {
    .main_v_wrapper .main_v .main_message h1 {
        font-size: 3em;
    }
}
.main_v_wrapper .main_v .main_message p {
    font-size: 1em;
    color: #fff;
}
@media (min-width: 1366px) {
    .main_v_wrapper .main_v .main_message p {
        font-size: 1.4em;
    }
}
.main_v_wrapper .main_v .main_message .link_btn {
    background-color: transparent;
    border: 1px solid #959595;
    color: #fff;
}
.main_v_wrapper .main_v .main_message .link_btn i {
    color: #fff;
}
@media (min-width: 1024px) {
    #top .main_v_wrapper .main_v .main_v_image {
        height: 540px;
    }
}
@media (min-width: 1366px) {
    #top .main_v_wrapper .main_v .main_v_image {
        height: 720px;
    }
}
.page_title_v_wrapper {
    margin: 0;
    padding: 0 0 4em 0;
    overflow: hidden;
}
.page_title_v_wrapper a {
    display: block;
}
.page_title_v_wrapper .page_title_v_image {
    height: 200px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media (min-width: 1024px) {
    .page_title_v_wrapper .page_title_v_image {
        height: 300px;
    }
}
@media (min-width: 1366px) {
    .page_title_v_wrapper .page_title_v_image {
        height: 480px;
    }
}
.page_title_v_wrapper .page_title_v_image:after {
    content: "";
    width: 120%;
    height: 120%;
    background-color: #2087ca;
    position: absolute;
    bottom: -5%;
    left: -20%;
    z-index: -1;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.page_title_v_wrapper .page_title_v_image .page_title {
    position: relative;
}
.page_title_v_wrapper .page_title_v_image .page_title:after {
    content: "";
    width: 120%;
    height: 20em;
    display: block;
    background-color: rgba(26, 97, 139, 1);
    position: absolute;
    bottom: -3em;
    left: -1em;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    font-size: 1rem;
}
.page_title_v_wrapper .page_title_v_image .page_title h1,
.page_title_v_wrapper .page_title_v_image .page_title p {
    margin: 0.5em auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}
.news_title_v_wrapper,
.page_title_wrapper {
    width: 100%;
    background-color: #005485;
}
.news_title_v_wrapper a,
.page_title_wrapper a {
    display: block;
}
.news_title_v_wrapper h1,
.news_title_v_wrapper p,
.page_title_wrapper h1,
.page_title_wrapper p {
    margin: 0;
    padding: 2em 1em;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
}
.page_title_wrapper {
    margin: 0 0 2em 0;
}
.list_cat {
    width: 100%;
    margin: 0 0 2em 0;
    padding: 0.8em 0;
    background-color: #dae2e6;
}
.list_cat .wrapper {
    -ms-overflow-x: scroll;
    overflow-x: scroll;
}
.list_cat ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.list_cat ul li {
    margin: 0 1em 0 0;
    padding: 0;
    list-style: none;
}
.list_cat ul li a {
    padding: 0.8em 1.5em;
    display: block;
    background-color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.list_cat ul li a:hover,
.list_cat ul li a:active,
.list_cat ul li a:focus {
    background-color: #005485;
    color: #fff;
}
.list_cat ul li a.stay a:hover,
.list_cat ul li a.stay a:active,
.list_cat ul li a.stay a:focus {
    background-color: #005485;
    color: #fff;
}
.cat {
    padding: 0.5em 1em;
    background-color: #005485;
    color: #fff;
    font-size: 0.9em;
}
.date {
    font-size: 0.9em;
    color: #464646;
    text-align: right;
}
.news_wrapper {
    margin: 0 0 2em 0;
    padding: 25px;
    background-color: #004e7c;
    border-top: 5px solid #2087ca;
    color: #fff;
}
/* @media (min-width: 1024px) {
    .news_wrapper {
        width: 70%;
    }
} */
.news_wrapper .title_wrpper {
    text-align: center;
}
.news_inner {
    width: 100%;
    max-width: 500px;
    margin: auto;
}
@media (min-width: 768px) {
    .news_inner {
        display: flex;
        max-width: 650px;
    }
    .title_wrapper {
        align-self: center;
        text-align: left;
        width: 200px;
    }
    .news_inner > ul {
        flex: 1;
    }
}
@media (min-width: 1024px) {
    .news_inner {
        max-width: 800px;
    }
    .title_wrapper {
        width: 250px;
    }
}
.news_wrapper h2 {
    padding: 0 0 0.25em 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    display: inline-block;
}
@media (min-width: 1024px) {
    .news_wrapper h2 {
        padding: 0 0 0.5em 0;
        font-size: 26px;
    }
}
.news_wrapper ul {
    margin: 0;
    padding: 0;
}
.news_wrapper ul li {
    border-bottom: 1px dotted rgb(255 255 255 / 50%);
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0 0 8px 0;
    list-style: none;
    line-height: 1.6;
    color: #fff;
}
@media (min-width: 1024px) {
    .news_wrapper ul li {
        font-size: 16px;
    }
}
.news_wrapper ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.news_wrapper ul li .date {
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: left;
    color: #fff;
}
@media (min-width: 1024px) {
    .news_wrapper ul li .date {
        font-size: 16px;
    }
}
.news_wrapper ul li a {
    display: block;
    color: #fff;
}
.news_wrapper ul li a:link,
.news_wrapper ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.news_wrapper ul li a:hover,
.news_wrapper ul li a:focus,
.news_wrapper ul li a:active {
    text-decoration: underline;
}
#top .news_wrapper h2 {
    color: #fff;
}
.info_technology,
.info_plating {
    margin: 0 0 4em 0;
}
.info_technology h2,
.info_plating h2 {
    font-size: 1.8rem;
}
.info_technology h3,
.info_plating h3 {
    font-size: 1.25em;
    color: #000;
}
.info_technology ul,
.info_plating ul {
    margin: 0;
    padding: 0;
}
.info_technology ul li,
.info_plating ul li {
    margin: 0 0 2em 0;
    padding: 0;
    list-style: none;
}
.info_technology ul li a,
.info_plating ul li a {
    text-decoration: none;
    color: #000;
}
.info_technology ul li a:link,
.info_technology ul li a:visited,
.info_plating ul li a:link,
.info_plating ul li a:visited {
    text-decoration: none;
}
.info_technology ul li a {
    padding: 4em 0 0 0;
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
}
@media (min-width: 1024px) {
    .info_technology ul li a {
        padding: 12em 0 0 0;
        -webkit-background-size: 50%;
        -o-background-size: 50%;
        background-size: 50%;
    }
}
.info_technology ul li .text_wrpper {
    width: 60%;
    margin: 0;
    padding: 1em 1em 1em 1.5em;
    background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
    .info_technology ul li .text_wrpper {
        width: 55%;
    }
}
.info_technology ul li:nth-child(2n) a {
    background-position: left center;
}
.info_technology ul li:nth-child(2n) .text_wrpper {
    float: right;
}
.info_plating {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 4em;
    padding: 0 2em;
}
.info_plating ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .info_plating ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
.info_plating ul li {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    margin: 0 1% 2em 0;
    padding: 0 0 3em 0;
    position: relative;
}
.info_plating ul li:nth-child(2n) {
    margin: 0 0 2em 1%;
}
@media (min-width: 1024px) {
    .info_plating ul li {
        -webkit-flex-basis: 31%;
        flex-basis: 31%;
    }
    .info_plating ul li:nth-child(2n) {
        margin: 0 1% 2em 0;
    }
}
.info_plating ul li .link_btn {
    position: absolute;
    bottom: 0;
}
.info_iso_wrapper {
    width: 100%;
    background-color: #2087ca;
}
.info_iso_wrapper .info_iso {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    padding: 4em 2em;
}
.info_iso_wrapper .info_iso h2 {
    color: #fff;
}
.info_iso_wrapper .info_iso p {
    color: #fff;
}
.info_iso_wrapper .info_iso > p {
    margin: 0 0 2em 0;
}
.info_iso_wrapper .info_iso h3 {
    font-size: 1rem;
    color: #fff;
}
.info_iso_wrapper .info_iso a {
    color: #fff;
}
.info_iso_wrapper .info_iso a:link,
.info_iso_wrapper .info_iso a:visited,
.info_iso_wrapper .info_iso a:hover,
.info_iso_wrapper .info_iso a:active {
    color: #fff;
}
.info_iso_wrapper .info_iso i {
    margin: 0 0.25em 0 0;
}
.info_iso_wrapper .info_iso ul {
    margin: 0;
    padding: 0;
}
.info_iso_wrapper .info_iso ul li {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    color: #fff;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.info_iso_wrapper .info_iso ul li:last-child {
    margin: 0;
}
.info_iso_wrapper .info_iso ul li span {
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    height: auto;
    margin: 0 2% 0 0;
    display: block;
}
.info_iso_wrapper .info_iso ul li span img {
    width: 100%;
}
.info_iso_wrapper .info_iso ul li p {
    margin: 0;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
}
#top .info_iso_wrapper .info_iso h2 {
    color: #fff;
}
.bunner {
    padding: 2em;
    background-color: #dae2e6;
}
.bunner a {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    display: block !important;
}
.bunner img {
    width: 100%;
}
.grid_pattern {
    padding: 2em 2em 1em 2em;
    border: 1px solid #e9eff2;
    background-image: linear-gradient(transparent 95%, #e9eff2 5%),
        linear-gradient(90deg, transparent 95%, #e9eff2 5%);
    background-size: 11px 11px;
    background-repeat: repeat;
}
.list_entry ul {
    margin: 0;
    padding: 0;
}
.list_entry ul li {
    margin: 0 0 4em 0;
    padding: 0;
    list-style: none;
}
.list_entry ul li img {
    width: 100%;
}
.list_entry ul li a {
    text-decoration: none;
    color: #000;
}
@media (min-width: 768px) {
    .list_entry ul {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list_entry ul li {
        -webkit-flex-basis: 49%;
        flex-basis: 49%;
        margin: 0 1% 4em 0;
    }
    .list_entry ul li:nth-child(2n) {
        margin: 0 0 4em 1%;
    }
}
.list_entry ul.news li a {
    display: block;
}
.list_entry ul.news .pic_wrapper {
    position: relative;
}
.list_entry ul.news .pic_wrapper .cat {
    position: absolute;
    left: 0;
    bottom: 0;
}
.list_entry ul.news .title_wrpper {
    padding: 1em;
    background-color: #dae2e6;
}
.list_entry ul.news .title_wrpper h2 {
    margin: 0 0 0.5em 0;
    padding: 0;
    background-color: transparent;
    color: #000;
}
.list_entry ul.news .title_wrpper .date {
    display: block;
}
.pager ul {
    margin: 0 0 4em 0;
    padding: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.pager ul li {
    margin: 0 0.5em;
    padding: 0;
    list-style: none;
}
.pager ul li:first-child {
    margin: 0 0.5em 0 0;
}
.pager ul li:last-child {
    margin: 0 0 0 0.5em;
}
.pager ul li a {
    width: 3em;
    height: 3em;
    padding: 1em;
    display: block;
    line-height: 1em;
    text-align: center;
}
.pager ul li a:hover,
.pager ul li a:active,
.pager ul li a:focus {
    background-color: #005485;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
.pager ul li.stay span {
    width: 3em;
    height: 3em;
    padding: 1em;
    display: block;
    line-height: 1em;
    text-align: center;
    background-color: #005485;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
.pager ul li.stay a {
    background-color: #005485;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}
#entry .pager ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#entry .pager ul li {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
#entry .pager ul li:first-child a {
    padding: 1em 1em 1em 0.5em;
    text-align: left;
}
#entry .pager ul li:last-child a {
    padding: 1em 0.5em 1em 1em;
    text-align: right;
}
#entry .pager ul li a {
    width: auto;
    height: auto;
}
#entry .pager ul li a:hover,
#entry .pager ul li a:active,
#entry .pager ul li a:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}
#entry .pager ul li a i {
    margin: 0 0.5em;
}
#g_footer {
    padding: 2em;
    background-color: #005485;
    color: #fff;
    font-size: 0.9em;
}
#g_footer .footer_nav {
    margin: 0 0 2em 0;
}
#g_footer .footer_nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#g_footer .footer_nav ul li {
    margin: 0;
    padding: 0;
    color: #fff;
    list-style: none;
}
#g_footer .footer_nav ul li a {
    padding: 0 0.5em;
    border-right: 1px solid #fff;
    color: #fff;
}
#g_footer .footer_nav ul li a:link,
#g_footer .footer_nav ul li a:hover {
    color: #fff;
}
#g_footer .footer_nav ul li:last-child a {
    border-right: none;
}
#g_footer .copyright {
    margin: 0;
    text-align: center;
}
.technology .page_title_v_wrapper {
    padding: 0;
}
.technology .page_title_v_wrapper .page_title_v_image:after {
    content: none;
}
.page_summary {
    margin: 0;
    padding: 2em 0;
    background-color: #2087ca;
    position: relative;
}
.page_summary p {
    margin: 0;
    color: #fff;
}
.page_summary:after {
    content: "";
    width: 120%;
    height: 120%;
    background-color: #2087ca;
    position: absolute;
    bottom: -50%;
    left: -20%;
    z-index: -1;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.cat_list_child ul {
    margin: 0 0 2em 0;
    padding: 0;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.cat_list_child ul li {
    -webkit-flex-basis: 31%;
    flex-basis: 31%;
    list-style: none;
}
.cat_list_child ul li a {
    display: block;
}
.cat_list_child ul li img {
    width: 100%;
}
.technology .list_entry {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.technology .list_entry ul li {
    position: relative;
}
.technology .list_entry ul li h2 {
    position: absolute;
    top: 1em;
    left: 0;
    z-index: 10;
}
.technology .list_entry ul li p,
.technology .list_entry ul li span {
    width: auto;
    margin: 0.5em 2em;
}
@media (min-width: 768px) {
    .technology .list_entry ul {
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .technology .list_entry ul li {
        -webkit-flex-basis: 49%;
        flex-basis: 49%;
        margin: 0 1% 4em 0;
    }
    .technology .list_entry ul li:nth-child(2n) {
        margin: 0 0 4em 1%;
    }
    .technology .list_entry ul li p,
    .technology .list_entry ul li span {
        margin: 1em;
    }
}
.page404 article a:link,
.page404 article a:visited {
    color: #005485;
    text-decoration: underline;
}
.page404 article a:hover,
.page404 article a:active,
.page404 article a:focus {
    color: #005485;
    text-decoration: none;
}
.slick-slider {
    padding: 0;
}
.btn-attention-block-large {
    padding: 0.5em;
    background-color: #edd60c;
    color: #000;
    margin: 0 auto;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
    background-color: #fff179;
    text-decoration: none;
    color: #000;
}
.btn-large {
    padding: 0.5em;
}
.contact-box {
    margin: 0 0 4em 0;
}
.contact-box section {
    margin: 0 0 2em 0;
}
.contact-box section:last-child {
    margin: 0;
}
.contact_tel {
    font-weight: bold;
}
.contact-form .form_text {
    margin: auto 0.5em;
    display: inline-block;
    vertical-align: bottom;
}
.contact-form input[type="radio"] {
    margin: 0.8rem 0 0 0;
}
.column-image-center .caption,
.column-media-center .caption {
    text-align: left;
}
[class^="column-table"] table {
    margin-bottom: 1em;
}

.cat_list_child ul {
    justify-content: center;
}
.cat_list_child ul li {
    margin: 0 1%;
}
