@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/
/* reset style
-------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary, main {
    display: block;
    padding: 0;
    margin: 0;
}

ol, ul, dl, li, dt, dd {
    list-style: none;
}

img {
    vertical-align: top;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    font: normal normal 87.5%/1 "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 400;
    font-feature-settings: "pwid";
    letter-spacing: 0.05em;
    background: #fff;
    text-align: left;
}

a, img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.4;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 1px;
    position: relative;
}

sup {
    bottom: 0.7ex;
}

sub {
    top: 0.1ex;
}

small {
    font-size: 100%;
}

/* a Element
-------------------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a, button, input[type="submit"] {
    transition-property: color, background, opacity, border, box-shadow, transform;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overOpc {
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html:not(.touchDevice) .overOpc:hover,
html:not(.touchDevice) a:hover .overOpc {
    opacity: 0.7;
}

img.ico-pdf,
img.ico-blank,
img.ico-blank2 {
    background: url(../images/parts_spr.png) no-repeat -27px 0;
    vertical-align: -2px;
    width: 15px;
    height: 16px;
    margin: 0 3px 0 1px;
}

img.ico-blank {
    background-position: 0 0;
    vertical-align: -3px;
    width: 12px;
    height: 13px;
    margin: 0 4px 0 0;
}

img.ico-blank2 {
    background-position: -60px 0;
    vertical-align: -3px;
    width: 15px;
    height: 13px;
    margin: 0 4px;
}

/* block Layout
-------------------------------------------------------------*/
img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

.forReader,
.dsp-none,
.pc-dsp-block,
.tb-dsp-block,
.sp-dsp-block,
.spP-dsp-block,
.spS-dsp-block {
    display: none;
}

.pc-dsp-none,
.tb-dsp-none,
.sp-dsp-none,
.spP-dsp-none,
.spS-dsp-none {
}

/* box Layout
-------------------------------------------------------------*/
#container {
    overflow: hidden;
}

.contentsInr {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

/*=============================================================
 animation
=============================================================*/
/* set ScrollMagic trigger
--------------------------------------------------------------*/
.setScMc,
.setScMcChild {
    transition: all 0.8s ease 0.2s;
}

.setScMc.enter {
}

.setScMcChild:nth-child(2) {
    transition-delay: 0.6s;
}

.setScMcChild:nth-child(3) {
    transition-delay: 0.9s;
}

.setScMcChild:nth-child(4) {
    transition-delay: 1.2s;
}

.setScMcChild:nth-child(5) {
    transition-delay: 1.5s;
}

.setScMcChild:nth-child(6) {
    transition-delay: 1.8s;
}

.setScMcChild:nth-child(7) {
    transition-delay: 2.1s;
}

.setScMcChild:nth-child(8) {
    transition-delay: 2.4s;
}

.setScMcChild:nth-child(9) {
    transition-delay: 2.7s;
}

.setScMcChild:nth-child(10) {
    transition-delay: 3s;
}

/* animation-in-fadeSlide
-------------------------------------------------------------*/
.animation-in-fadeSlide {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease 0.2s;
}

.animation-in-fadeSlide.enter,
.enter .setScMcChild.animation-in-fadeSlide {
    opacity: 1;
    transform: translateY(0);
}


/*=============================================================
 Home contents
=============================================================*/
/* home-main
-------------------------------------------------------------*/
#home-main {
    overflow: hidden;
    position: relative;
}

#home-main .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

#home-main figure {
    /*max-width:1400px;*/
    max-width: 100%;
    margin: 0 auto;
}

#home-main figure img {
    width: 100%;
}

/* home-news
-------------------------------------------------------------*/
#home-news {
    max-width: 740px;
    margin-top: 80px;
}

#home-news h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

#home-news h2::after {
    content: "";
    display: block;
    width: 33px;
    margin: 10px auto 0;
    border-bottom: 2px solid #d986ba;
}

/* list-news */
.list-news {
    line-height: 1.6;
}

.list-news dt {
    white-space: nowrap;
    width: 80px;
    padding: 0 30px 0 110px;
    position: relative;
    font-size: 14px;
}

.list-news dt em {
    font-size: 16px;
}

.list-news .newsIcon {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    white-space: nowrap;
    background-color: #005d95;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

/*IE用の記述*/
@media all and (-ms-high-contrast: none) {
    .list-news .newsIcon {
        padding-top: 3px;
    }
}

.list-news dd {
    margin-top: -1.6em;
    padding: 0 0 10px 220px;

}

.list-news dd:last-child {
    padding-bottom: 0;
}

.list-news dd a {
    text-decoration: none;
}

.list-news dd a:visited {
    color: #639;
}

.list-news dd a:hover {
    color: #005d95;
}

/* link */
#home-news .link {
    text-align: right;
    margin-top: 25px;
}

#home-news .link a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 0 18px 2px 0;
    border-bottom: 1px solid #999;
    position: relative;
}

#home-news .link a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    position: absolute;
    top: 50%;
    right: 0;
    transform: scale(1, .5) translate(-25%, -100%) rotate(45deg);
    transition: .3s;
}

#home-news .link a:hover {
    color: #005d95;
    border-color: rgba(0, 93, 149, .7);
}

#home-news .link a:hover::after {
    border-color: #005d95;
}

/* home-menu01
-------------------------------------------------------------*/
#home-menu01 {
    display: flex;
    flex-wrap: wrap;
    /* margin-top:60px; */
}

#home-menu01 li {
    width: calc((99.99999% - 2px) / 3);
}

#home-menu01 li:not(:nth-child(3n+1)) {
    border-left: 1px solid #fff;
}

#home-menu01 li:nth-child(n+4) {
    border-top: 1px solid #fff;
}

#home-menu01 li a {
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
}

#home-menu01 li a > span {
    background: linear-gradient(to top, rgba(0, 93, 149, 0.63) 0%, rgba(0, 93, 149, 0.8) 18%, rgba(0, 93, 149, 0) 100%);
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40%;
    padding: 20% 8.5% 0;
    position: absolute;
    top: 60%;
    left: 0;
    transition: .5s;
}

html:not(.touchDevice) #home-menu01 li a:hover > span {
    height: 100%;
    top: 0;
}

#home-menu01 li a .ttl {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-top: -24px;
}

#home-menu01 li a .text {
    font-size: 14px;
    line-height: 1.75;
    display: block;
    margin-top: 9.6%;
}

#home-menu01 li a img {
    width: 100%;
}

/* home-menu02
-------------------------------------------------------------*/
#home-menu02 {
    background: linear-gradient(90deg, rgba(231, 238, 243, 1) 0%, rgba(231, 238, 243, 1) 49%, rgba(217, 134, 186, 1) 50%, rgba(217, 134, 186, 1) 100%);
    margin-top: 130px;
}

#home-menu02 ul {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    padding-left: 50px;
}

#home-menu02 li {
    width: 25%;
    padding-left: 10px;
}

#home-menu02 li a {
    width: 150%;
    display: block;
    padding: 50px 0 30px 10%;
    box-sizing: border-box;
    border-top-left-radius: 50px;
    transform: skewX(-30deg);
    text-decoration: none;
    background-color: #b9d9eb;
    color: #fff;
    overflow: hidden;
}

#home-menu02 li:nth-child(2) a {
    background-color: #00bab3;
}

#home-menu02 li:nth-child(3) a {
    background-color: #0089b6;
}

#home-menu02 li:nth-child(4) a {
    background-color: #d986ba;
}

#home-menu02 li a {
    position: relative;
}

#home-menu02 li a::after {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}

#home-menu02 li a:hover::after {
    background-color: #DFEBF3;
}

#home-menu02 li:nth-child(2) a:hover::after {
    background-color: #A7DCD8;
}

#home-menu02 li:nth-child(3) a:hover::after {
    background-color: #A0C4D8;
}

#home-menu02 li:nth-child(4) a:hover::after {
    background-color: #E7C7DC;
}

#home-menu02 li a > span {
    display: block;
    transform: skewX(30deg);
    font-size: 14px;
    position: relative;
    z-index: 1;
}

#home-menu02 li a .ttl {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 16px 1.2em;
}

#home-menu02 li a .text {
    display: block;
    line-height: 1.6;
    text-indent: 1em;
}

/* covid-19
-------------------------------------------------------------*/
#covid-19 {
    padding: 100px 20px 0;
    margin: 0 auto;
    display: table;
}

#covid-19 > span {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

#covid-19 > span a {
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    position: relative;
    padding-right: 50px;
    line-height: 1.6;
}

#covid-19 > span a::after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#covid-19 > span a:hover {
    text-decoration: none;
}

/* home-bnr01
-------------------------------------------------------------*/
#home-bnr01 {
    margin-top: 110px;
}

#home-bnr01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 -2%;
}

#home-bnr01 li {
    margin: 4% 2% 0;
}

/* snsBtn
-------------------------------------------------------------*/
#snsBtn {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#snsBtn li {
    margin: 20px 10px 0;
}

#snsBtn li.sns-twitter {
    /* padding-bottom: 6px; */
}

#snsBtn #fbBnr img {
    width: 200px;
    height: 46px;
}

/* pickup
-------------------------------------------------------------*/
.sec03 {
    background-color: #dde5ed;
    margin-top: 40px;
}

.sec03 .sec-inner {
    padding: 75px 0;
    margin: 0 12%;
}

.sec03 .ttl-h2 {
    font-size: 26px;
    color: #00BAB3;
    position: relative;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.sec03 .ttl-h2::after {
    content: "";
    background: url("../images/ttl_line.png") no-repeat;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-size: cover;
}

.sec03 .sec-inner {
    padding: 75px 0 40px;
    margin: 0;
}

.sec03 .menu-box {
    max-width: inherit;
}

.sec03 ul.slick-items {
    margin: 30px 0;
    overflow: hidden;
}

.sec03 ul.slick-items li.slick-item {
    margin: 0 24px;
    background: #fff;
    box-shadow: 0px 0px 20px #E0E0E0;
}

.sec03 ul.slick-items li.slick-item img {
    height: auto;
    width: 100%;
}

.sec03 ul.slick-items .slick-list {
    padding: 20px 30px !important;
}

.sec03 li.slick-item {
    width: 345px !important;
    height: 330px;
}

.sec03 .slick-dots li::before {
    display: none;
}

.sec03 .slick-prev.slick-arrow {
    left: 170px;
    width: 60px;
    height: 60px;
    background: #1A4E89;
    border-radius: 50%;
}

.sec03 .slick-next.slick-arrow {
    right: 170px;
    width: 60px;
    height: 60px;
    background: #1A4E89;
    border-radius: 50%;
}

.sec03 .slick-arrow::before {
    width: 19px !important;
    height: 2px !important;
    background: #fff;
    border: none !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.sec03 .slick-arrow::after {
    content: "";
    position: absolute;
    top: 28.5%;
    right: 48%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(224deg) translate(-50%, -50%);
}

.sec03 .slick-prev.slick-arrow {
    left: 30px;
}

.sec03 .slick-next.slick-arrow {
    right: 30px;
}


/* menu-box
-------------------------------------------------------------*/
.menu-box,
.menu-list {
    max-width: 1100px;
    padding-top: 50px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-box li {
    border-radius: 0 0 0 20px;
    position: relative;
}

.menu-box li::before {
    content: "";
    background: url(../images/index_menu-ttl.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 75px;
    height: 37px;
    z-index: 9;
    cursor: pointer;
}

.menu-box img {
    width: 100%;
}

.menu-box span.menu-ttl {
    display: block;
    padding: 20px 20px 35px;
}

.menu-box span.menu-ttl {
    font-size: 16px;
    line-height: 1.5;
    color: #001957;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.menu-box a:hover span.menu-ttl {
    color: #00BAB3;
}

.menu-box a figure {
    overflow: hidden;
}

.menu-box a figure img {
    transition: .5s all;
}

.menu-box a:hover figure img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
}

.menu-box a,
.menu-box a span.arrow-move {
    transition: .5s;
}

.menu-box a::before,
.menu-box a::after,
.menu-box a span.arrow-move::before,
.menu-box a span.arrow-move::after {
    content: "";
    position: absolute;
    z-index: 9;
}

.menu-box a::before,
.menu-box a span.arrow-move::before {
    right: 14px;
    width: 13px;
    height: 1px;
    background: #fff;
    bottom: 15px;
}

.menu-box a::after,
.menu-box a span.arrow-move::after {
    right: 14px;
    width: 6px;
    height: 6px;
    bottom: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.menu-box a span.arrow-move::before,
.menu-box a span.arrow-move::after {
    opacity: 0;
    right: 20px;
}

.menu-box a:hover::before,
.menu-box a:hover::after {
    animation: arrowbefore .5s;
}

.menu-box a:hover span.arrow-move::before,
.menu-box a:hover span.arrow-move::after {
    animation: arrowafter ease-out .5s;
}

@keyframes arrowbefore {
    100% {
        right: 5px;
        opacity: 0;
    }
}

@keyframes arrowafter {
    99% {
        right: 14px;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* ----- circle arrow ----- */
.sec03 .arrow {
    position: relative;
}

.sec03 .arrow a {
    font-size: 16px;
    color: #001957;
    font-weight: bold;
    display: flex;
    position: relative;
}

.sec03 .arrow a::before {
    content: "";
    background: url("../images/icon_arw.svg");
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.sec03 .arrow a:hover::before {
    background: url("../fonts/icon_arw-hover.svg");
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC (wide)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 1401px) {

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 1024px) {

    /* block Layout
    -------------------------------------------------------------*/
    .pc-dsp-none {
        display: none !important;
    }

    .pc-dsp-block {
        display: block;
    }

    br.pc-dsp-block {
        display: inline;
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC / Tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width: 768px) {

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    /* block Layout
    -------------------------------------------------------------*/
    .tb-dsp-none {
        display: none !important;
    }

    .tb-dsp-block {
        display: block;
    }

    br.tb-dsp-block {
        display: inline;
    }

    /*=============================================================
     header
    =============================================================*/
    /* hdr-menuArea
    -------------------------------------------------------------*/
    /* hdr-search */
    /*#hdr-search{right:44%;}*/
    /* globalNavSet
    -------------------------------------------------------------*/
    /* globalNav */
    /*#globalNav{font-size:calc(14px + ((1vw - 7.68px) * 0.78125));}
    #globalNav li:not(:last-child){margin-right:3vw;}*/
    /* hdr-menu
    -------------------------------------------------------------*/
    /*#hdr-menu li{margin-right:4vw;}*/
    /* home-menu02
    -------------------------------------------------------------*/
    #home-menu02 {
        margin-top: 50px;
    }

    #home-menu02 ul {
        max-width: none;
        flex-wrap: wrap;
        overflow: inherit;
        padding-left: 0;
    }

    #home-menu02 li {
        width: 50%;
        padding-left: 0;
    }

    #home-menu02 li:first-child {
        background: #ADDDE9;
    }

    #home-menu02 li:nth-child(3) {
        background: #0089b6;
    }

    #home-menu02 li a {
        padding: 50px 0 42px 10%;
    }

    #home-menu02 li a:hover::after {
        content: none;
    }

    #home-menu02 li a .ttl {
        font-size: 18px;
        margin: 0 0 0 0.6em;
    }

    #home-menu02 li a .text {
        display: none;
    }


}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 767px) {

    body {
        font-size: 13px;
    }

    /* block Layout
    -------------------------------------------------------------*/
    .sp-dsp-none {
        display: none !important;
    }

    .sp-dsp-block,
    .dsp-table.sp-dsp-block,
    .dsp-table.sp-dsp-block > * {
        display: block;
    }

    img.sp-dsp-block,
    br.sp-dsp-block {
        display: inline;
    }

    /* box Layout
    -------------------------------------------------------------*/
    #container {
        min-width: 320px;
    }

    .contentsInr {
        padding-right: 15px;
        padding-left: 15px;
    }

    /*=============================================================
     Home contents
    =============================================================*/
    #pageBody {
        padding-top: 50px;
    }

    /* home-main
    -------------------------------------------------------------*/
    /* home-news
    -------------------------------------------------------------*/
    #home-news h2 {
        margin-bottom: 15px;
    }

    /* list-news */
    .list-news dt {
        white-space: normal;
        width: auto;
        padding: 0 0 0 55px;
        font-size: 12px;
    }

    .list-news .newsIcon {
        font-size: 10px;
        line-height: 17px;
        width: 50px;
        top: 2px;
    }

    .list-news dd {
        margin-top: 0;
        padding: 0 0 10px;
    }

    /* home-menu01
    -------------------------------------------------------------*/
    #home-menu01 {
        margin-top: 30px;
    }

    #home-menu01 li {
        width: calc((99.99999% - 1px) / 2);
    }

    #home-menu01 li:not(:nth-child(3n+1)) {
        border-left: none;
    }

    #home-menu01 li:nth-child(even) {
        border-left: 1px solid #fff;
    }

    #home-menu01 li:nth-child(n+3) {
        border-top: 1px solid #fff;
    }

    html:not(.touchDevice) #home-menu01 li a:hover > span {
        height: 40%;
        top: 60%;
    }

    #home-menu01 li a .ttl {
        font-size: 16px;
        margin-top: -16px;
    }

    #home-menu01 li a .text {
        display: none;
    }

    /* home-menu02
    -------------------------------------------------------------*/
    #home-menu02 {
        margin-top: 50px;
    }

    #home-menu02 ul {
        max-width: none;
        flex-wrap: wrap;
        overflow: inherit;
        padding-left: 0;
    }

    #home-menu02 li {
        width: 50%;
        padding-left: 0;
    }

    #home-menu02 li:first-child {
        background: #ADDDE9;
    }

    #home-menu02 li:nth-child(3) {
        background: #0089b6;
    }

    #home-menu02 li a {
        padding: 50px 0 42px 10%;
    }

    #home-menu02 li a:hover::after {
        content: none;
    }

    #home-menu02 li a .ttl {
        font-size: 18px;
        margin: 0 0 0 0.6em;
    }

    #home-menu02 li a .text {
        display: none;
    }

    /* home-bnr01
    -------------------------------------------------------------*/
    #home-bnr01 {
        margin-top: 50px;
    }

    #home-bnr01 ul {
        margin: 0 -8px;
    }

    #home-bnr01 li {
        margin: 16px 8px 0;
    }

    /* snsBtn
    -------------------------------------------------------------*/
    #snsBtn {
        margin-top: 20px;
    }


    .sec-inner {
        margin: 0 8%;
    }

    p.txt {
        text-align: left;
    }

    .ttl-h2 {
        font-size: 26px;
    }

    .menu-box, .menu-list {
        display: block;
    }

    .menu-box span.menu-ttl {
        padding: 15px 15px 30px;
    }

    /* sec03
        -------------------------------------------------------------*/
    .sec03 .slick-prev.slick-arrow {
        left: 10px;
    }

    .sec03 .slick-next.slick-arrow {
        right: 10px;
    }

    .sec03 .sec03 li.slick-item {
        width: 220px !important;
        height: 230px;
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 440px) {

    /* block Layout
    -------------------------------------------------------------*/
    .spP-dsp-none {
        display: none !important;
    }

    .spP-dsp-block {
        display: block;
    }

    br.spP-dsp-block {
        display: inline;
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width: 374px) {

    /* block Layout
    -------------------------------------------------------------*/
    .spS-dsp-none {
        display: none !important;
    }

    .spS-dsp-block {
        display: block;
    }

    br.spS-dsp-block {
        display: inline;
    }

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Print
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media print {
    #hdr-logo img {
        width: 30%;
        height: auto;
        margin-bottom: 20px
    }

    .break {
        page-break-before: always;
    }

    #globalNav,
    #globalNavSet,
    #hdr-menuArea {
        display: none !important;
    }

    .animation-in-fadeSlide {
        opacity: 1;
    }

    #home-menu02 ul {
        padding-left: 0;
        flex-wrap: wrap;
    }

    #home-menu02 li {
        padding-left: 0;
        width: 50%;
    }

    #home-menu02 li a,
    #home-menu02 li a > span {
        transform: none;
        border-top-left-radius: 0;
    }
}

