/*.el_column__fit[data-column="2"] {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
}*/


@media only screen and (min-width: 981px) {
    .el_definitionListItem_body {
        width: 70%;
    }
}

.el_list>li {
    margin-bottom: 1em;    
}

.el_icon2 {
    display: inline-flex;
    width: 100%;
    height: 100%;
    line-height: 0;
}

#event_open, #event_close {
    margin: 9.2rem 0 0 -4.6rem;;
    padding: 0 0 1rem;
    border-bottom: solid 1px #dcdee6;
}

.eventend {
    font-weight: normal;
    font-size: 70%;
}

.logo_img {
    float: right;
    margin-top: 3rem;
    padding-left: 20px;
}

@media only screen and (min-width: 981px) {
    .logo_img {
    float: right;
    margin-top: 50px;
    }
}


.el_definitionList.el_definitionList__hasTimeLine .el_definitionListItem:not(:nth-child(1)) {
    padding: 2.4rem 0;
    margin-top: 0;
}

.el_definitionList.el_definitionList__hasTimeLine .el_definitionListItem:nth-child(1) {
    padding-bottom: 2.4rem;
}

.el_definitionList.el_definitionList__hasTimeLine .el_definitionListItem:not(:last-child) .el_definitionListItem_line {
    height: calc(100% + 4.8rem);
}


.el_imageInformationCard_imageWrapper {
    width: 18rem;
    height: 12rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 2%;
}

.el_imageInformationCard_imageWrapper {
    width: 18rem;
    height: 12rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 2%;
}

.el_imageInformationCard_imageWrapper2 {
    width: 12rem;
    height: 18rem;
    margin-right: 1.6rem;
    overflow: hidden;
    border-radius: 2%;
}

@media only screen and (min-width: 981px) {
    .el_definitionList__wideTitle .el_definitionListItem_body {
        width: 70%;
    }
}


@media only screen and (min-width: 981px) {
	.sp {
		display: none;
	}
    .el_mediumPageHeading .el_baseHeading span {
        font-size: 6rem;
    }
}

.el_baseHeading span {
        font-size: 4rem;
    }


.ly_basePage_largeBgImageWrapper {
    top: 0rem;
}

@media only screen and (max-width: 980px) {
    .ly_basePage_largeBgImageWrapper {
        top: 8rem;
    }
}

.ly_basePage_largeBgImageWrapper:before {
    padding-top: 80%;
}

.ly_shipment_pageHeadingWrapper {
    z-index: 2;
    position: relative;
    min-height: 32vw;
    margin-top: calc(1rem + 1vw);
}

@media only screen and (max-width: 980px) {
    .ly_shipment_pageHeadingWrapper {
    min-height: 0vw;
    margin-top: 0;
}
}


@media only screen and (max-width: 980px) {
    .el_bigPageHeading {
        margin-top: -2rem;
    }
}