@charset "UTF-8";
.slide {
    margin-bottom: 15px;
}
.slide_images {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity;
}
.slide_images.slick-initialized {
    opacity: 1;
}
.slide_image {}
.slide_image > a {}
.slide_image > a::before {
    content: "";
}
.slide_image > a::after {
    content: "";
}
.slide_image > a > img {}
.slide_button {
    position: absolute;
    z-index: 100;
    bottom: 5px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ECE7DA;
    border-radius: 50%;
    color: #999;
    transition-duration: .3s;
    transition-property: background-color, color, transform;
}
.slide_button-prev {
    left: calc((100% - 940px) / 2);
}
.slide_button-next {
    right: calc((100% - 940px) / 2);
}
.slide_button > .icon {
    display: block;
    text-align: center;
    font-size: 11px;
}
.slick-dots {
    text-align: center;
    font-size: 0;
    margin-top: 7px;
}
.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
}
.slick-dots > li > button {
    width: 11px;
    height: 11px;
    background: #999999;
    border-radius: 500%;
    box-sizing: content-box;
    border: 17px solid rgba(255, 255, 255, 0);
    background-clip: padding-box;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.slick-dots > li.slick-active > button {
    background-color: #e81210;
}
.pickup {}
.pickup_title {}
.pickup_list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pickup_list::after {
    content: "";
    display: block;
    clear: both;
}
.pickup_list > li {
    width: 23.5%;
    margin-left: 2%;
}
.pickup_list > li:first-child {}
.pickup_list > li:nth-child(4n+1) {
    margin-left: 0;
}
.pickup_list > li:nth-child(n+5) {
    margin-top: 16px;
}
.pickup_list > li > a {
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    text-decoration: none;
    padding: 12px 10px;
    text-decoration: none;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 1;
}
.pickup_list > li > a::before {
    content: "";
}
.pickup_list > li > a::after {
    content: "";
}
.pickup_list > li > a > img {
    display: inline-block;
    vertical-align: middle;
}
.pickup_list > li > a > b {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 80px);
    margin-left: 5px;
    line-height: 1.2;
    font-weight: normal;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 16px;
    vertical-align: middle;
}
.pickup_list > li > a > small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 11px;
}
body.fontL .pickup_list > li > a > small {
    font-size: 13px;
}
.pickup_list > li > a > .icon {
    display: block;
    color: #FB6300;
    font-size: 12px;
    height: 12px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 40px;
    margin: auto;
    right: 10px;
}
.news {
    position: relative;
    z-index: 1;
}
.news_title {
    margin-bottom: 2px;
}
.news_list {
    list-style: none;
}
.news_list::after {
    content: "";
    display: block;
    clear: both;
}
.news_list > li {}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 5px;
    display: block;
    transition-duration: .3s;
    transition-property: background-color, color;
    height: 43px;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.news_list > li:last-child > a {
    border-bottom: none;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_list > li > a > b {
    font-size: 12px;
    min-width: 77px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 28px;
    border-radius: 5px;
    background: #FF9A32;
    display: block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}
.news_list > li > a > b.-topics {
    background-color: #84CCDB;
}
.news_list > li > a > .icon {
    font-size: 12px;
    color: #FB6300;
    vertical-align: top;
    line-height: 28px;
    margin-right: 8px;
    display: block;
}
.news_list > li > a > small {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 6px;
    display: block;
}
.news_list > li > a > .-date {
    display: block;
    white-space: nowrap;
    margin-right: 13px;
    font-size: 13px;
}
body.fontL .news_list > li > a > small {
    font-size: 15px;
}
.news_list-category > li > a > small {}
.news_list > li > a > small > img {
    vertical-align: middle;
    margin-left: 5px;
}
.news_list > li > a > small > .icon {
    color: #707070;
    font-size: 12px;
    margin-left: 5px;
}
.news_link {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 10px;
}
.news_link > a {
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.news_link > a::before {
    content: "";
}
.news_link > a::after {
    content: "";
}
.news_link > a > .icon {
    color: #FB6300;
    font-size: 12px;
    margin-right: 6px;
}
.areaNews {
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
}
.areaNews_cols {}
.areaNews_cols::after {
    content: "";
    display: block;
    clear: both;
}
.areaNews_col {
    width: 48.5%;
}
.areaNews_col-no1 {
    float: left;
}
.areaNews_col-no2 {
    float: right;
}
.area-announce_list {
    list-style: none;
}
.area-announce_list::after {
    content: "";
    display: block;
    clear: both;
}
.area-announce_list > li {}
.area-announce_list > li:first-child {}
.area-announce_list > li:nth-child(2n+1) {}
.area-announce_list > li:nth-child(n+3) {}
.area-announce_list > li > a {
    font-size: 0;
    padding: 0;
    transition-duration: .3s;
    transition-property: background-color, color;
    height: 43px;
}
.area-announce_list > li:last-child > a {
    border-bottom: none;
}
.area-announce_list > li > a::before {
    content: "";
}
.area-announce_list > li > a::after {
    content: "";
}
.area-announce_list > li > a > b {
    font-size: 12px;
    min-width: 77px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 28px;
    border-radius: 5px;
    background: #FF9A32;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}
.area-announce_list > li > a > b.-topics {
    background-color: #84CCDB;
}
.area-announce_list > li > a > .icon {
    font-size: 12px;
    color: #FB6300;
    vertical-align: top;
    line-height: 28px;
    margin-right: 8px;
}
.area-announce_list > li > a > small {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    max-width: calc(100% - 30px);
    padding-top: 6px;
}
body.fontL .area-announce_list > li > a > small {
    font-size: 18px;
}
.area-announce_list-category > li > a > small {
    max-width: calc(100% - 120px);
}
.area-announce_list > li > a > small > img {
    vertical-align: middle;
    margin-left: 5px;
}
.area-announce_list > li > a > small > .icon {
    color: #707070;
    font-size: 12px;
    margin-left: 5px;
}
.area-announce_label {
    font-size: 12px;
    min-width: 77px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 28px;
    border-radius: 5px;
    background: #e70111;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    margin-right: 8px;
}
.about {}
.about_title {}
.about_title > a {}
.about_title > a::before {
    content: "";
}
.about_title > a::after {
    content: "";
}
.about_title > a > .icon {}
.about_list {
    list-style: none;
}
.about_list::after {
    content: "";
    display: block;
    clear: both;
}
.about_list > li {
    width: 48%;
    float: left;
    margin-left: 4%;
}
.about_list > li:first-child {}
.about_list > li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.about_list > li:nth-child(n+3) {
    margin-top: 9px;
}
.about_list > li > a {
    height: 60px;
}
.about_list > li > a::before {
    content: "";
}
.about_list > li > a::after {
    content: "";
}
.about_text {
    font-size: 12px;
    margin: 13px 0 26px;
}
.customer {
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}
.customer:nth-of-type(10) {
    z-index: 1;
}
.customer:nth-of-type(9) {
    z-index: 2;
}
.customer:nth-of-type(8) {
    z-index: 3;
}
.customer:nth-of-type(7) {
    z-index: 4;
}
.customer:nth-of-type(6) {
    z-index: 5;
}
.customer:nth-of-type(5) {
    z-index: 6;
}
.customer:nth-of-type(4) {
    z-index: 7;
}
.customer:nth-of-type(3) {
    z-index: 8;
}
.customer:nth-of-type(2) {
    z-index: 9;
}
.customer:nth-of-type(1) {
    z-index: 10;
}
.customer_title {}
.customer_title > a {}
.customer_title > a::before {
    content: "";
}
.customer_title > a::after {
    content: "";
}
.customer_title > a > .icon {}
.customer_list {
    list-style: none;
}
.customer_list::after {
    content: "";
    display: block;
    clear: both;
}
.customer_list > li {
    width: 24%;
    float: left;
    margin-left: 1.3%;
    position: relative;
    z-index: 1;
}
.customer_list > li:nth-child(10) {
    z-index: 1;
}
.customer_list > li:nth-child(9) {
    z-index: 2;
}
.customer_list > li:nth-child(8) {
    z-index: 3;
}
.customer_list > li:nth-child(7) {
    z-index: 4;
}
.customer_list > li:nth-child(6) {
    z-index: 5;
}
.customer_list > li:nth-child(5) {
    z-index: 6;
}
.customer_list > li:nth-child(4) {
    z-index: 7;
}
.customer_list > li:nth-child(3) {
    z-index: 8;
}
.customer_list > li:nth-child(2) {
    z-index: 9;
}
.customer_list > li:nth-child(1) {
    z-index: 10;
}
.customer_list > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.customer_list > li:nth-child(n+5) {
    margin-top: 10px;
}
.customer_list > li > a {
    background-color: white;
}
.customer_list > li > a::before {
    content: "";
}
.customer_list > li > a::after {
    content: "";
}
.customer_list > li > a > .icon {}
.corp {}
.corp_sect {
    background-color: #FFFDE9;
    padding: 10px 10px;
    margin-top: 24px;
}
.corp_title {}
.corp_sTitle {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
}
.corp_title > a {}
.corp_title > a::before {
    content: "";
}
.corp_title > a::after {
    content: "";
}
.corp_title > a > .icon {}
.corp_cols {}
.corp_cols::after {
    content: "";
    display: block;
    clear: both;
}
.corp_col {
    width: 49%;
}
.corp_col-no1 {
    float: left;
}
.corp_image {}
.corp_image > img {}
.corp_col-no2 {
    float: right;
}
.corp_list {
    list-style: none;
}
.corp_list::after {
    content: "";
    display: block;
    clear: both;
}
.corp_list > li {
    margin-top: 10px;
}
.corp_list > li:first-child {
    margin-top: 0;
}
.corp_list > li:nth-child(2n+1) {}
.corp_list > li:nth-child(n+3) {}
.corp_list > li > a {
    height: 60px;
}
.corp_list > li > a::before {
    content: "";
}
.corp_list > li > a::after {
    content: "";
}
.corp_list > li > a > .icon {}
.corp_sList {
    list-style: none;
}
.corp_sList::after {
    content: "";
    display: block;
    clear: both;
}
.corp_sList > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.corp_sList > li:first-child {
    margin-left: 0;
}
.corp_sList > li:nth-child(2n+1) {}
.corp_sList > li:nth-child(n+3) {}
.corp_sList > li > a {
    height: 60px;
}
.corp_sList > li > a::before {
    content: "";
}
.corp_sList > li > a::after {
    content: "";
}
.corp_sList > li > a > .icon {}
.user {
    margin-bottom: 31px;
    position: relative;
    z-index: 3;
}
.user_title {}
.user_title > a {}
.user_title > a::before {
    content: "";
}
.user_title > a::after {
    content: "";
}
.user_title > a > .icon {}
.user_cols {}
.user_cols::after {
    content: "";
    display: block;
    clear: both;
}
.user_col {
    width: 49.5%;
}
.user_col-no1 {
    float: left;
}
.user_loginList {
    list-style: none;
}
.user_loginList::after {
    content: "";
    display: block;
    clear: both;
}
.user_loginList > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.user_loginList > li:first-child {
    margin-left: 0;
}
.user_loginList > li:nth-child(2n+1) {}
.user_loginList > li:nth-child(n+3) {}
.user_loginList > li > a {
    display: block;
    text-decoration: none;
    border: 2px solid #e60012;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(180deg, #EB354B 0%, #e60012 100%);
    text-align: center;
    display: flex;
    height: 100px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.user_loginList > li:first-child > a {
    border-color: #FC6621;
    background-image: linear-gradient(180deg, #FF9B5A 0%, #FB6300 100%);
}
.user_loginList > li > small {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}
.user_loginList > li > a::before {
    content: "";
}
.user_loginList > li > a::after {
    content: "";
}
.user_loginList > li > a > small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.user_loginList > li > a > b {
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-top: 5px;
}
.user_loginList > li > a > .icon {
    font-size: 17px;
    display: block;
    line-height: 1;
    height: 17px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.user_col-no2 {
    float: right;
}
.user_list {
    list-style: none;
}
.user_list::after {
    content: "";
    display: block;
    clear: both;
}
.user_list > li {
    width: 49%;
    float: left;
    margin-left: 2%;
}
.user_list > li:first-child {}
.user_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.user_list > li:nth-child(n+3) {
    margin-top: 10px;
}
.user_list > li > a {}
.user_list > li > a::before {
    content: "";
}
.user_list > li > a::after {
    content: "";
}
.user_list > li > a > .icon {}
.customer_childList {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 81px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 10px 8px 10px 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, 0s;
    transition-delay: 0s, .5s;
}
.customer_childList-2col {
    display: flex;
    flex-wrap: wrap;
}
.customer_childList::after {
    content: "";
    display: block;
    clear: both;
}
.customer_childList > li {
    margin-bottom: -3px;
}
.customer_childList-2col > li {
    width: 50%;
}
.customer_childList > li:first-child {}
.customer_childList > li:nth-child(2n+1) {}
.customer_childList > li:nth-child(n+3) {}
.customer_childList > li > a {
    display: block;
    text-decoration: none;
    padding: 6px 0px;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-size: 12px;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    line-height: 1.4;
}
.customer_childList > li > a.-noArrow {
    padding-left: 5px;
}
.customer_childList > li > a::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #333;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
}
.customer_childList > li > a.-noArrow::before {
    display: none;
}
.customer_childList > li > a::after {
    content: "";
}
.customer_childList > li > a > .icon {
    font-size: 12px;
    margin-right: 6px;
}
.customer_text {
    font-size: 12.4px;
    margin-top: 10px;
    line-height: 1.7;
}
body.fontL .customer_text {
    font-size: 13px;
}
@media screen and (min-width:960px) {
    .slide_image > a:hover {}
    .slide_button:hover {
        color: #FB6300;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .slick-dots > li > button:hover {
        background-color: #e81210;
    }
    .pickup_list > li > a:hover {
        opacity: 1;
    }
    .pickup_list > li > a:hover > b {
        color: #FB6300;
    }
    .news_list > li > a:hover {
        color: #FF9A32;
        opacity: 1;
    }
    .news_link > a:hover {
        color: #FF9A32;
        opacity: 1;
    }
    .about_title > a:hover {}
    .about_list > li > a:hover {}
    .customer_title > a:hover {}
    .customer_list > li > a.-hasChild:hover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .customer_list > li > a:hover {}
    .corp_title > a:hover {}
    .corp_list > li > a:hover {}
    .corp_sList > li > a:hover {}
    .user_title > a:hover {}
    .user_loginList > li > a:hover {
        opacity: 1;
        background-image: linear-gradient(0deg, #EB354B 0%, #e60012 100%);
    }
    .user_loginList > li:first-child > a:hover {
        background-image: linear-gradient(0deg, #FF9B5A 0%, #FB6300 100%);
    }
    .user_loginList > li > a:hover {}
    .user_list > li > a:hover {}
    .customer_list > li > a:hover + .customer_childList {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .customer_childList:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .customer_childList > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
}
.img-pickup-sns {
    width: 180px;
}
.text-center {
    text-align: center;
}
.only-pc {
    display: block;
}
.only-sp {
    display: none !important;
}
.font_size_12px {
    font-size: 12px;
}
.customer_childList-2col-title {
    display: block;
    width: 100% !important;
}
.customer_childList-2col-in {
    margin-left: 6px;
    width: 47% !important;
}
.customer_childList-2col-out {
    display: block;
    width: 100% !important;
}
.mt8px {
    margin-top: 8px !important;
}
.gBody .slick-list {
    margin: 0 auto !important;
    width: 940px !important;
}
.outer-area-announce {
    margin: 1.4em auto;
    width: 910px;
}
.area-announce {
    border: 2px solid #e70111;
    padding: 1em;
    font-size: 16px;
    line-height: 1.6;
}
body.fontL .area-announce {
    font-size: 18px;
}
.font-16px {
    font-size: 16px;
    line-height: 1.4;
}
.font-red {
    color: #e70111;
}
.font-bold {
    font-weight: bold;
}
