@charset "UTF-8";
.pageHeader {
    background: #EEEEEE;
    padding-top: 4px;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
}
.pageHeader.isFixed {
    position: fixed;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.pageHeader:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: url(/common/img/bg-gnav.png) repeat;
    top: 0;
    left: 0;
}
.pageHeader_inner {}
.pageHeader_cols {
    display: table;
    width: 100%;
}
.pageHeader_cols:after {
    content: "";
    display: block;
    clear: both;
}
.pageHeader_col {
    display: table-cell;
    vertical-align: middle;
}
.pageHeader_col-no1 {
    width: 267px;
    padding-right: 20px;
}
.pageHeader_title {}
.pageHeader_title > a {
    display: block;
    padding-top: 10px;
}
.pageHeader_title > a:hover {}
.pageHeader_title > a:before {
    content: "";
}
.pageHeader_title > a:after {
    content: "";
}
.pageHeader_title > a > img {}
.pageHeader_col-no2 {}
.gnav {}
.gnav_list {
    list-style: none;
    display: table;
    width: 100%;
}
.gnav_list > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: 66px;
}
.gnav_list > li:first-child {}
.gnav_list > li:nth-child(2n+1) {}
.gnav_list > li > a {
    display: block;
    padding: 26px 0 22px;
}
.gnav_list > li > a:hover {}
.gnav_list > li > a:before {
    content: "";
}
.gnav_list > li > a:after {
    content: "";
}
.gnav_list > li > a > img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 0;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.gnav_list > li > a:hover > img {
    top: 5px;
}
.pc_none{
	display: none;
	}
.pageFooter {
    background: #000;
    color: #fff;
    margin-top: 69px;
    padding: 51px 0 23px;
}
.pageFooter_inner {}
.pageTop {
    position: absolute;
    z-index: 1;
    top: -19px;
    right: 20px;
}
.pageTop_button {
    -webkit-transition: -webkit-transform 0.3s, text-shadow .3s;
    transition: transform 0.3s, text-shadow .3s;
    display: block;
}
.pageTop_button:hover {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
.pageTop_button > .icon {
    display: block;
    font-size: 29px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.pageTop_button:hover > .icon {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.pageTop_button > b {
    font-size: 15px;
    font-weight: normal;
    display: block;
}
.pageFooter_dList {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pageFooter_dList > dt {
    margin-bottom: 11px;
}
.pageFooter_dList > dt > a {}
.pageFooter_dList > dt > a > img {}
.pageFooter_dList > dd {}
.pageFooter_dList > dd > a {}
.pageFooter_dList > dd > a:hover {}
.pageFooter_dList > dd > a:before {
    content: "";
}
.pageFooter_dList > dd > a:after {
    content: "";
}
.pageFooter_copyright {
    margin-top: 17px;
}
.pageFooter_copyright > small {
    display: block;
    font-size: 12px;
    text-align: center;
}
.spMenuButton {
    display: none;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mainVisual {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 49px;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}
.mainVisual-about {
    background-image: url(/common/img/pt-main-about.jpg);
}
.mainVisual-yado {
    background-image: url(/common/img/pt-main-yado.jpg);
}
.mainVisual-yado01 {
    background-image: url(/common/img/pt-main-yado01.jpg);
}
.mainVisual-yado02 {
    background-image: url(/common/img/pt-main-yado02.jpg);
}
.mainVisual-yado03 {
    background-image: url(/common/img/pt-main-yado03.jpg);
}
.mainVisual-yado04 {
    background-image: url(/common/img/pt-main-yado04.jpg);
}
.mainVisual-yado05 {
    background-image: url(/common/img/pt-main-yado05.jpg);
}
.mainVisual-yado06 {
    background-image: url(/common/img/pt-main-yado06.jpg);
}
.mainVisual-yado07 {
    background-image: url(/common/img/pt-main-yado07.jpg);
}
.mainVisual-yado08 {
    background-image: url(/common/img/pt-main-yado08.jpg);
}
.mainVisual-yado08_i {
    background-image: url(/common/img/pt-main-yado08_i.jpg);
}
.mainVisual-yado09 {
    background-image: url(/common/img/pt-main-yado09.jpg);
}
.mainVisual-yado10k {
    background-image: url(/common/img/pt-main-yado10k.jpg);
}
.mainVisual-yado10 {
    background-image: url(/common/img/pt-main-yado10.jpg);
}
.mainVisual-shopping {
    background-image: url(/common/img/pt-main-shopping.jpg);
}
.mainVisual-information {
    background-image: url(/common/img/pt-main-information.jpg);
}
.mainVisual-event {
    background-image: url(/common/img/pt-main-event.jpg);
}
.mainVisual-spot {
    background-image: url(/common/img/pt-main-spot.jpg);
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.mainVisual-contact {
    background-image: url(/common/img/pt-main-contact.jpg);
}
.mainVisual-apply {
    background-image: url(/common/img/pt-main-apply.jpg);
}
.mainVisual-access {
    background-image: url(/common/img/pt-main-access.jpg);
}
.mainVisual-product {
    background-image: url(/common/img/pt-main-about.jpg);
}
.mainVisual_inner {
    padding-bottom: 515px;
}
.mainVisual_inner-wide {
    max-width: 100%;
}
.mainVisual_title {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
}
.mainVisual_title-about,
.mainVisual_title-product {
    height: 303px;
    top: 151px;
}
.mainVisual_provide {
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    text-align: right;
    width: auto;
}
.mainVisual_title-about > img,
.mainVisual_title-product > img {
    display: block;
    margin: 0 auto;
}
.gnav_childList {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 93px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #eee;
    display: none;
}
.gnav_childList.isShow {
    display: block;
}
.gnav_childList > li {}
.gnav_childList > li:first-child {}
.gnav_childList > li:nth-child(2n+1) {}
.gnav_childList > li > a {
    background: rgb(238, 238, 238);
    display: block;
    padding: 10px 11px;
    border-top: 1px solid #fff;
    text-decoration: none;
}
.gnav_childList > li > a:hover {
    opacity: 1;
}
.gnav_childList > li > a:before {
    content: "";
}
.gnav_childList > li > a:after {
    content: "";
}
.gnav_childList > li > a > img {
    display: block;
    width: auto;
    height: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: left .3s;
    left: 0;
}
.gnav_childList > li > a:hover > img {
    left: 7px;
}
.pageHeaderOuter {}
.pageHeaderOuter.isFixed {}
.pageFooter_link {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}
.pageFooter_link > a {
    display: block;
    background: #D0B42B;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    font-size: 21px;
    color: #000;
    border: 1px solid #D0B42B;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.pageFooter_link > a:hover {
    background: #000;
    opacity: 1;
    color: #fff;
    border-color: #fff;
}
.pageFooter_link > a:before {
    content: "";
}
.pageFooter_link > a:after {
    content: "";
}
.pageFooter_link > a > .icon {
    font-size: 25px;
    margin-right: 9px;
}
.otherYado_link {
    margin-top: 38px;
    overflow: hidden;
}
.otherYado_link > a {
    display: block;
    background: #172F48;
    line-height: 65px;
    font-size: 22px;
    width: 49%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
}
.otherYado_link > a:nth-child(2n+1) {
    margin-left: 0;
}
.otherYado_link > a:hover {}
.otherYado_link > a:before {
    content: "";
}
.otherYado_link > a:after {}
.otherYado_link > a > b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.otherYado_link > a > b:after {
    content: "";
    display: block;
    width: 68px;
    height: 128px;
    background: url(/img/bg-foot@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -130px;
}
@media screen and (max-width:1199px) {
    .pageHeader {}
    .pageHeader:before {}
    .pageHeader_inner {}
    .pageHeader_cols {}
    .pageHeader_cols:after {}
    .pageHeader_col {}
    .pageHeader_col-no1 {}
    .pageHeader_title {}
    .pageHeader_title > a {}
    .pageHeader_title > a:hover {}
    .pageHeader_title > a:before {}
    .pageHeader_title > a:after {}
    .pageHeader_title > a > img {
        width: 245px;
        height: auto;
    }
    .pageHeader_col-no2 {}
    .gnav {}
    .gnav_list {}
    .gnav_list > li {}
    .gnav_list > li:first-child {}
    .gnav_list > li:nth-child(2n+1) {}
    .gnav_list > li > a {}
    .gnav_list > li > a:hover {}
    .gnav_list > li > a:before {}
    .gnav_list > li > a:after {}
    .gnav_list > li > a > img {
        width: auto;
        height: 16px;
    }
    .gnav_list > li > a:hover > img {}
    .pageFooter {}
    .pageFooter_inner {}
    .pageTop {}
    .pageTop_button {}
    .pageTop_button:hover {}
    .pageTop_button > .icon {}
    .pageTop_button:hover > .icon {}
    .pageTop_button > b {}
    .pageFooter_dList {}
    .pageFooter_dList > dt {}
    .pageFooter_dList > dt > a {}
    .pageFooter_dList > dt > a > img {}
    .pageFooter_dList > dd {}
    .pageFooter_dList > dd > a {}
    .pageFooter_dList > dd > a:hover {}
    .pageFooter_dList > dd > a:before {}
    .pageFooter_dList > dd > a:after {}
    .pageFooter_copyright {}
    .pageFooter_copyright > small {}
    .mainVisual {}
    .mainVisual-about {}
    .mainVisual-yado {}
    .mainVisual-shopping {}
    .mainVisual-information {}
    .mainVisual-event {}
    .mainVisual-spot {}
    .mainVisual-access {}
    .mainVisual_inner {}
    .mainVisual_title {}
    .mainVisual_title-about {}
    .mainVisual_title-about > img {}
    .pageHeaderOuter {}
    .pageHeaderOuter.isFixed {}
    .pageFooter_link {}
    .pageFooter_link > a {}
    .pageFooter_link > a:hover {}
    .pageFooter_link > a:before {
        content: "";
    }
    .pageFooter_link > a:after {
        content: "";
    }
    .pageFooter_link > a > .icon {}
    .otherYado_link {}
    .otherYado_link > a {}
    .otherYado_link > a:hover {}
    .otherYado_link > a:before {}
    .otherYado_link > a:after {}
    .otherYado_link > a > b {}
    .otherYado_link > a > b:after {}
}
@media screen and (max-width:999px) {
    .pageHeader {
        position: relative;
        padding-top: 3px;
    }
    .pageHeader:before {
        height: 3px;
        background-size: auto 100%;
    }
    .pageHeader_inner {
        padding-top: 19px;
    }
    .pageHeader_cols {
        display: block;
    }
    .pageHeader_cols:after {}
    .pageHeader_col {
        display: block;
        padding: 0;
        width: auto;
    }
    .pageHeader_col-no1 {
        margin-bottom: 5px;
    }
    .pageHeader_title {
        width: 200px;
        margin: 0 auto 0;
    }
    .pageHeader_title > a {
        padding: 0;
    }
    .pageHeader_title > a:hover {}
    .pageHeader_title > a:before {}
    .pageHeader_title > a:after {}
    .pageHeader_title > a > img {
        width: 200px;
        display: block;
    }
    .pageHeader_col-no2 {}
    .gnav {}
    .gnav_list {}
    .gnav_list > li {
        height: 49px;
    }
    .gnav_list > li:first-child {}
    .gnav_list > li:nth-child(2n+1) {}
    .gnav_list > li > a {
        padding: 17px 0;
    }
    .gnav_list > li > a:hover {}
    .gnav_list > li > a:before {}
    .gnav_list > li > a:after {}
    .gnav_list > li > a > img {
        height: 40px;
    }
    .gnav_list > li > a:hover > img {
        top: 0;
    }
    .pageFooter {
        padding: 40px 0 25px;
        margin-top: 40px;
    }
    .pageFooter_inner {}
    .pageTop {
        position: fixed;
        z-index: 10;
        top: auto;
        right: 2%;
        bottom: 20px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .pageTop.isFixed {
        opacity: 1;
    }
    .pageTop_button {
        background: rgba(0, 0, 0, 0.7);
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
    }
    .pageTop_button:hover {}
    .pageTop_button > .icon {}
    .pageTop_button:hover > .icon {}
    .pageTop_button > b {
        font-size: 12px;
        display: none;
    }
    .pageFooter_dList {
        text-align: center;
        display: block;
    }
    .pageFooter_dList > dt {}
    .pageFooter_dList > dt > a {}
    .pageFooter_dList > dt > a > img {
        width: 200px;
    }
    .pageFooter_dList > dd {}
    .pageFooter_dList > dd > a {}
    .pageFooter_dList > dd > a:hover {}
    .pageFooter_dList > dd > a:before {}
    .pageFooter_dList > dd > a:after {}
    .pageFooter_copyright {}
    .pageFooter_copyright > small {
        font-size: 11px;
    }
    .mainVisual {
        margin-bottom: 35px;
    }
    .mainVisual-about {}
    .mainVisual-yado {}
    .mainVisual-shopping {}
    .mainVisual-information {}
    .mainVisual-event {}
    .mainVisual-spot {
        margin-bottom: 0;
    }
    .mainVisual-access {}
    .mainVisual_inner {
        padding-bottom: 51.5%;
    }
    .mainVisual_title {}
    .mainVisual_title-about,
    .mainVisual_title-product {
        width: 217px;
        right: 0;
        margin: auto;
        height: 190px;
        bottom: 0;
        top: 0;
    }
    .mainVisual_title-about > img {}
    .gnav_childList {
        top: 49px;
    }
    .gnav_childList.isShow {}
    .gnav_childList > li {}
    .gnav_childList > li:first-child {}
    .gnav_childList > li:nth-child(2n+1) {}
    .gnav_childList > li > a {}
    .gnav_childList > li > a:hover {}
    .gnav_childList > li > a:before {}
    .gnav_childList > li > a:after {}
    .gnav_childList > li > a > img {
        height: 14px;
    }
    .gnav_childList > li > a:hover > img {}
    .pageHeaderOuter {}
    .pageHeaderOuter.isFixed {}
    .pageFooter_link {
        display: block;
        margin: 10px auto 10px;
    }
    .pageFooter_link > a {
        line-height: 50px;
        font-size: 18px;
    }
    .pageFooter_link > a:hover {}
    .pageFooter_link > a:before {
        content: "";
    }
    .pageFooter_link > a:after {
        content: "";
    }
    .pageFooter_link > a > .icon {
        font-size: 20px;
        margin-right: 5px;
    }
    .otherYado_link {}
    .otherYado_link > a {}
    .otherYado_link > a:hover {}
    .otherYado_link > a:before {}
    .otherYado_link > a:after {}
    .otherYado_link > a > b {}
    .otherYado_link > a > b:after {}
}
@media screen and (max-width:699px) {
    .pageHeader {
        padding-top: 2px;
    }
    .pageHeader:before {
        height: 2px;
    }
    .pageHeader_inner {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 0;
        position: static;
        padding-bottom: 15px;
    }
    .pageHeader_cols {}
    .pageHeader_cols:after {}
    .pageHeader_col {}
    .pageHeader_col-no1 {
        margin-bottom: 0;
    }
    .pageHeader_title {
        width: 133px;
        margin: 0;
    }
    .pageHeader_title > a {}
    .pageHeader_title > a:hover {}
    .pageHeader_title > a:before {}
    .pageHeader_title > a:after {}
    .pageHeader_title > a > img {
        width: 133px;
    }
    .pageHeader_col-no2 {}
    .gnav {
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        padding-top: 57px;
        height: auto;
        background: rgba(238, 238, 238, 0.91);
        box-sizing: border-box;
        display: none;
        padding-bottom: 30px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    }
    /*.gnav.isShow {
        display: block;
    }*/
		/*201903修正*/
			.pc_none{
			display: block;
			}
			.gnav.isShow {
        display: block;
				height:  660px;
				overflow: auto;
    }
		/*201903修正end*/
    .gnav_list {
        display: block;
    }
    .gnav_list > li {
        display: block;
        height: auto;
        overflow: hidden;
    }
    .gnav_list > li:first-child {}
    .gnav_list > li:nth-child(2n+1) {}
    .gnav_list > li > a {
        padding: 14px 0;
        position: relative;
        z-index: 1;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
    }
    .gnav_list > li > a:hover {
        /* background: #fff; */
        opacity: 1;
    }
    .gnav_list > li > a:before {}
    .gnav_list > li > a:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #000;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gnav_list > li > a.-hasChild:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .gnav_list > li > a.-hasChild.isShow:after {
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .gnav_list > li > a > img {}
    .gnav_list > li > a:hover > img {}
    .pageFooter {
        padding: 35px 0 15px;
    }
    .pageFooter_inner {}
    .pageTop {
        right: 10px;
        bottom: 15px;
    }
    .pageTop_button {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }
    .pageTop_button:hover {}
    .pageTop_button > .icon {}
    .pageTop_button:hover > .icon {}
    .pageTop_button > b {}
    .pageFooter_dList {
        font-size: 12px;
    }
    .pageFooter_dList > dt {}
    .pageFooter_dList > dt > a {}
    .pageFooter_dList > dt > a > img {
        width: 160px;
        display: block;
        margin: 0 auto;
    }
    .pageFooter_dList > dd {}
    .pageFooter_dList > dd > a {}
    .pageFooter_dList > dd > a:hover {}
    .pageFooter_dList > dd > a:before {}
    .pageFooter_dList > dd > a:after {}
    .pageFooter_copyright {}
    .pageFooter_copyright > small {
        font-size: 10px;
    }
    .spMenuButton {
        width: 42px;
        height: 15px;
        background: transparent;
        position: absolute;
        z-index: 21;
        top: 9px;
        right: 10px;
        margin: auto;
        display: block;
        box-sizing: content-box;
        padding: 10px 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        display: block;
    }
    .spMenuButton.isShow {}
    .spMenuButton:hover {}
    .spMenuButton_bar {
        width: 32px;
        height: 5px;
        background: #231815;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        -webkit-transition: transform 0.3s, top .3s, background-color .3s, border-radius .3s;
        transition: transform 0.3s, top .3s, background-color .3s, border-radius .3s;
    }
    .spMenuButton_bar-no1 {
        top: -5px;
    }
    .spMenuButton_bar-no2 {}
    .spMenuButton_bar-no3 {
        top: 5px;
    }
    .isShow .spMenuButton_bar {
        background: #000;
    }
    .isShow .spMenuButton_bar-no1 {
        top: 5px;
        transform: rotate(-45deg) scale(1.1, 0.3);
    }
    .isShow .spMenuButton_bar-no2 {
        transform: scale(0);
        border-radius: 50%;
    }
    .isShow .spMenuButton_bar-no3 {
        top: -5px;
        transform: rotate(45deg) scale(1.1, 0.3);
    }
    .mainVisual {
        margin-bottom: 25px;
    }
    .mainVisual-about {}
    .mainVisual-yado {}
    .mainVisual-shopping {}
    .mainVisual-information {}
    .mainVisual-event {}
    .mainVisual-spot {
        margin-bottom: 0;
    }
    .mainVisual-access {}
    .mainVisual_inner {}
    .mainVisual_title {}
    .mainVisual_title-about,
    .mainVisual_title-product {
        width: 143px;
        height: 125px;
    }
    .mainVisual_provide {
        font-size: 10px;
        bottom: 5px;
        right: 5px;
    }
    .mainVisual_title-about > img {}
    .gnav_childList {
        position: static;
        width: auto;
        margin: 0;
        background: none;
        box-shadow: none;
    }
    .gnav_childList.isShow {}
    .gnav_childList > li {}
    .gnav_childList > li:first-child {}
    .gnav_childList > li:nth-child(2n+1) {}
    .gnav_childList > li > a {
        background: none;
        border-top: none;
        text-align: center;
        position: relative;
        z-index: 1;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
    }
    .gnav_childList > li > a:hover {
        background: #fff;
    }
    .gnav_childList > li > a:before {}
    .gnav_childList > li > a:after {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #000;
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .gnav_childList > li > a > img {
        height: 15px;
    }
    .gnav_childList > li > a:hover > img {}
    .pageHeaderOuter {}
    .pageHeaderOuter.isFixed {
        padding-bottom: 49px;
    }
    .pageFooter_link {
        width: auto;
        max-width: 300px;
    }
    .pageFooter_link > a {
        line-height: 42px;
        font-size: 16px;
    }
    .pageFooter_link > a:hover {}
    .pageFooter_link > a:before {
        content: "";
    }
    .pageFooter_link > a:after {
        content: "";
    }
    .pageFooter_link > a > .icon {
        font-size: 18px;
        top: -2px;
    }
    .otherYado_link {
        margin-top: 15px;
    }
    .otherYado_link > a {
        font-size: 14px;
        line-height: 42px;
        width: 100%;
        margin: 0 0 10px;
    }
    .otherYado_link > a:hover {}
    .otherYado_link > a:before {}
    .otherYado_link > a:after {}
    .otherYado_link > a > b {}
    .otherYado_link > a > b:after {
        width: 34px;
        height: 64px;
        top: 0;
        right: auto;
        left: -50px;
    }
}
@media screen and (max-width:374px) {}
