@charset "UTF-8";

/* ==========================================================================
   一覧 リスト
   ========================================================================== */
.breadcrumbs {
    font-size: 12px !important;

}

.breadcrumbs a {
    margin: 0 5px
}

.breadcrumbs em {
    margin: 0 5px
}

.news-flex {
    margin-bottom: 100px;
}

.news-flex .news-content {
    padding-right: 50px;
    padding-left: 50px;
    width: 100%;
    box-sizing: border-box;

}

.news-flex .news-side {
    width: 260px;
}

.news-entries {
    margin-top: -10px;
}

.news-entries + .news-entries {
    margin-top: 0;
}

.news-entries li {
    border-bottom: 1px dotted #000;
    padding: 20px 0;
}

.news-entries li:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.news-entries__date {
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

.news-entries__country {
    float: left;
    color: #7E7E7E;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 3px;
    margin-left: 5px;
}


.news-entries__category {
    font-size: 12px;
    float: left;
}

.news-entries__category a {
    display: inline-block;
    line-height: 20px;
    padding: 3px 10px;
    margin-right: 0.5em;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.news-entries__category a:after {
    position: absolute;
    content: "";
    height: 0;
    display: block;
    right: -3px;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    top: -3px;
    z-index: 2;

}

.news-entries__category a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 120%;
    height: 120%;
    width: 150%;
    opacity: 0.15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.news-entries__category a:hover {
    text-decoration: none;
}

.news-entries__category a:hover:before {
    left: -200%;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

/*.news-entries__category a:hover {
    text-decoration: none;
    color: #000;
}*/

.news-entries__title {
    clear: both;
    padding: 0;
    font-size: 15px;
}

.news-entries__title a {
    color: #0A9BCD;
    text-decoration: none;
}

.news-entries__title a:hover {
    text-decoration: underline;
}

.news-entry-filter {
    position: absolute;
    right: 10px;
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 15px 10px;
    }

    .news-entries li {
        padding: 10px 0;
    }

    .news-entries__date,
    .news-entries__category {
        /*float: none;*/
    }

    .news-entries__date {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .news-entries__country {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .news-entries__category {
        margin-top: 5px;
    }

    .news-entries__category a {
        margin-bottom: 5px;
    }

    .news-entries__title {
        font-size: 13px;
        margin-top: 10px;
    }

    .news-flex {
        display: block;
        margin-bottom: 100px;
    }

    .news-flex .news-content {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 50px;
        width: 100%;

    }

    .news-flex .news-side {
        width: 100%;
    }
}

/* ==========================================================================
   一覧 ページネーション
   ========================================================================== */
.news-pager {
    text-align: center;
    margin: 60px 0;
    clear: both;
}

.news-pager li {
    display: inline;
}


.news-pager a {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #0a9bcd;
    overflow: hidden;
    position: relative;

}

.news-pager a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 120%;
    height: 120%;
    width: 150%;
    opacity: 0.15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.news-pager a:hover {
    text-decoration: none;

}

.news-pager a:hover:before {
    left: -250%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.news-pager span {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 12px;
    background-color: #a6a6a6;
    color: #fff;
    position: relative;
    overflow: hidden;
}


/* ==========================================================================
   一覧 アーカイブリンク
   ========================================================================== */
.news-select-archive {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.news-select-archive dt {
    border-bottom: 1px dotted #777;
    padding: 0 0 7px 0;
    margin: 0 0 7px 0;
    font-size: 14px;
    font-weight: bold;
}

.news-select-archive .link {
    font-weight: normal;
    font-size: 0.8em;
}

.news-select-archive__has-children {
    position: relative;
}

.news-select-archive__has-children .toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
    height: 1.4em;
    font-weight: bold;
    color: #000;
}

.news-select-archive__has-children ul {
    display: none;
    font-size: 13px;
    line-height: 1.8;
    margin-left: 15px;
}

.news-select-archive__has-children.is-shown ul {
    display: block;
}

.news-select-archive__has-children li {
    margin-left: 1.2em;
    line-height: 1.7;
    list-style: disc;
    color: #06c;
}

.news-select-archive__has-children li:first-child {
    margin-top: 3px;
}

.news-side-banner {
    margin-bottom: 15px;
}

.news-side-banner__banner {
    margin-bottom: 15px;
    text-align: center;
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {
    .dir-news .side-nav {
        margin-bottom: 60px;
    }

    .news-select-archive {
        margin-left: 15px;
        margin-right: 15px;
    }

    .news-side-banner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* ==========================================================================
   詳細 メタ
   ========================================================================== */
.news-meta {
    margin-top: -25px;
    margin-bottom: 10px;
}

.news-meta:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.news-meta__date {
    font-size: 12px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

.news-meta__country {
    font-size: 12px;
    float: left;
    line-height: 20px;
    margin-bottom: 10px;
    color: #7e7e7e;
    margin-right: 10px;
    margin-top: 4px;

}

.news-meta__category {
    font-size: 12px;
    float: left;
}

.news-meta__category a {
    display: inline-block;
    line-height: 20px;
    padding: 3px 10px;
    margin-right: 0.5em;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    color: #0a9bcd;
}

.news-meta__category a:after {
    position: absolute;
    content: "";
    height: 0;
    display: block;
    right: -3px;
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    top: -3px;
    z-index: 2;

}

.news-meta__category a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 120%;
    height: 120%;
    width: 150%;
    opacity: 0.15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.news-meta__category a:hover {
    text-decoration: none;
}

.news-meta__category a:hover:before {
    left: -200%;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}




.news-sns {
    margin-bottom: 20px;
    min-height: 22px;
    text-align: right;
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {
    .news-meta {
        margin-top: -10px;
        padding: 0 10px;
    }

    .news-meta__date,
    .news-meta__category {}

    .news-meta__date {
        margin-bottom: 5px;
    }

    .news-meta__category {
        margin-top: 5px;
        float: none
    }

    .news-meta__category a {
        margin-bottom: 5px;
    }

    .news-sns {
        padding: 0 15px;
    }

}

/* ==========================================================================
   詳細 セクション
   ========================================================================== */
#page-news-detail .contents,
.news-entry .contents {
    max-width: 780px;
}

.news-body {
    margin-bottom: 60px;
}

.news-body a {
    color: #0A9BCD;
    text-decoration: none;
				word-break:break-all;

}

.news-body a:hover {
    text-decoration: underline;
}

/** タブレット **/
@media only screen and (max-width: 860px) {
    .news-body {
        font-size: 14px;
    }
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {
    .news-body {
        padding: 0 10px;
        margin-bottom: 30px;
        font-size: 13px;
    }

    .news-body h4 {
        font-size: 1.8rem;
    }
}

/* ==========================================================================
   詳細 見出し
   ========================================================================== */
.mceContentBody h2,
.news-body h2 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 22px;
    padding: 13px 15px 11px;
    border: 1px #f0f0f0 solid;
    border-radius: 5px;
    font-size: 15px;
    background: #f5f5f5;
}

.mceContentBody .section > h2,
.news-body .section > h2,
.mceContentBody section > h2,
.news-body section > h2 {
    margin-top: 0;
}

.mceContentBody h3,
.news-body h3 {
    font-size: 16px;
    font-weight: bold;
    background: url(/en/common/images/icon-page-title.png) repeat-y;
    padding: 0 0 10px 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.mceContentBody .section > h3,
.news-body .section > h3,
.mceContentBody section > h3,
.news-body section > h3 {
    margin-top: 0;
}

.mceContentBody h3:before,
.news-body h3:before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

/* ==========================================================================
   詳細 MT用本文
   ========================================================================== */
/* 段落 */
.mceContentBody p,
.news-body p {
    margin: 1em 0;
}

.mceContentBody p:after,
.news-body p:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

/* リスト */
.mceContentBody ul,
.news-body ul {
    margin: 1em 0;
    padding: 0 0 0 30px;
}

.mceContentBody ol,
.news-body ol {
    margin: 1em 0;
    padding: 0 0 0 30px;
}

.mceContentBody ul ol,
.news-body ul ol,
.mceContentBody ol ul,
.news-body ol ul,
.mceContentBody ul ul,
.news-body ul ul,
.mceContentBody ol ol,
.news-body ol ol,
.mceContentBody table ul,
.mceContentBody table ol,
.news-body table ul,
.news-body table ol {
    margin: 0;
}

.mceContentBody ul > li,
.news-body ul > li {
    list-style-type: disc;
}

.mceContentBody ul ul li,
.news-body ul ul li {
    list-style-type: circle;
}

.mceContentBody li,
.news-body li {
    margin: 0.25em 0;
    padding: 0;
}

/* 太字 */
.mceContentBody b,
.mceContentBody strong,
.news-body b,
.news-body strong {
    font-weight: bold;
}

/* 斜体 */
.mceContentBody em,
.mceContentBody i,
.news-body em,
.news-body i {
    font-weight: normal;
    font-style: italic;
}

/* テキスト打ち消し線 */
.mceContentBody s,
.mceContentBody strike,
.mceContentBody del,
.news-body s,
.news-body strike,
.news-body del {
    text-decoration: line-through;
}

/* テキスト下線 */
.mceContentBody u,
.mceContentBody ins,
.news-body u,
.news-body ins {
    text-decoration: underline;
}

/* 引用 */
.mceContentBody blockquote,
.news-body blockquote {
    margin: 1em 0;
    padding: 20px;
    background-color: #f5f5f5;
    color: #888;
}

.mceContentBody blockquote p,
.news-body blockquote p,
.mceContentBody blockquote ul,
.news-body blockquote ul,
.mceContentBody blockquote ol,
.news-body blockquote ol {
    margin: 0;
}

.mceContentBody blockquote p + p,
.news-body blockquote p + p,
.mceContentBody blockquote p + ul,
.news-body blockquote p + ul,
.mceContentBody blockquote p + ol,
.news-body blockquote p + ol,
.mceContentBody blockquote ul + p,
.news-body blockquote ul + p,
.mceContentBody blockquote ul + ul,
.news-body blockquote ul + ul,
.mceContentBody blockquote ul + ol,
.news-body blockquote ul + ol,
.mceContentBody blockquote ol + p,
.news-body blockquote ol + p,
.mceContentBody blockquote ol + ul,
.news-body blockquote ol + ul,
.mceContentBody blockquote ol + ol,
.news-body blockquote ol + ol {
    margin-top: 1em;
}

/* 区切り線 */
.mceContentBody hr,
.news-body hr {
    color: transparent;
    background-color: transparent;
    height: 0;
    display: block;
    width: 100%;
    border-top: 1px dotted #000;
    padding: 0;
    margin: 1em 0;
}

/* 表 */
.mceContentBody table,
.news-body table {
    table-layout: fixed;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
    width: 100%;
    margin: 2em 0;
    font-size: 14px;
}

.mceContentBody caption,
.news-body caption {
    margin-bottom: 8px;
    font-weight: bold;
}

.mceContentBody th,
.news-body th {
    border: 1px solid #ddd;
    background-color: #ebebeb;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font-weight: normal;
}

.mceContentBody td,
.news-body td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

.mceContentBody table p,
.news-body table p {
    margin: 0;
}

.mceContentBody table p + p,
.news-body table p + p,
.mceContentBody table p + ul,
.news-body table p + ul,
.mceContentBody table p + ol,
.news-body table p + ol,
.mceContentBody table ul + p,
.news-body table ul + p,
.mceContentBody table ul + ul,
.news-body table ul + ul,
.mceContentBody table ul + ol,
.news-body table ul + ol,
.mceContentBody table ol + p,
.news-body table ol + p,
.mceContentBody table ol + ul,
.news-body table ol + ul,
.mceContentBody table ol + ol,
.news-body table ol + ol {
    margin-top: 1em;
}

/* 記事最下部注釈 */
ul.news-body__notes-bottom {
    margin-top: 3em;
}

/* 画像 */
.mceContentBody img,
.news-body img {
    max-width: 100%;
    height: auto;
}


.mt-image-none {
    clear: both;
    display: block;
}

.mt-image-center {
    clear: both;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

.mt-image-left {
    clear: left;
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-right {
    clear: right;
    float: right;
    margin: 0 0 20px 20px;
}

/** スマートフォン **/
@media only screen and (max-width: 767px) {

    .mt-image-none,
    .mt-image-center,
    .mt-image-left,
    .mt-image-right {
        display: block !important;
        float: none !important;
        clear: both !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* YouTube */
.news-embed-movie {
    padding-top: 37.5%;
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 30px auto;
    text-align: center;
    display: block;
}

.news-embed-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

/** タブレット **/
@media only screen and (max-width: 860px) {
    .news-embed-movie {
        padding-top: 42.5%;
    }
}

/** タブレット **/
@media only screen and (max-width: 767px) {
    .news-embed-movie {
        padding-top: 56.25%;
    }
}

/* キャプション・細目 */
.mceContentBody small,
.news-body small {
    font-size: 85%;
    display: block;
    margin: 0 0 2em;
    padding: 0;
}

/* sup, sub */
.mceContentBody sup,
.news-body sup {
    vertical-align: super;
    font-size: smaller;
    top: -0.1em;
}

.mceContentBody sub,
.news-body sub {
    vertical-align: sub;
    font-size: smaller;
}

/* ==========================================================================
   詳細 本件に関する問い合わせ先
   ========================================================================== */
.news-contact {
    margin: 30px 0 40px 0;
}

.news-contact dl {
    margin-bottom: 22px;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    padding: 30px;
}

.news-contact dl:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.news-contact dt {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    clear: both;
}

.news-contact dd + dt {
    padding-top: 20px;
}

.news-contact__title {
    float: left;
    margin-right: 15px;
    line-height: 35px;
    font-size: 15px;
    min-width: 480px;
}

.news-contact__body {
    float: left;
}

.news-contact__body--tel {
    font-weight: bold;
    float: left;
    margin-right: 15px;
    line-height: 35px;
}

.news-contact__body--mail {
    float: left;
    height: 35px;
    width: 10em;
}

.news-contact__body--mail a {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

.news-contact__notes {
    clear: both;
    margin-top: 60px;
}

.news-contact__body--tel img,
.news-contact .btn img {
    position: relative;
    margin-right: 5px;
    vertical-align: unset;
}

@media only screen and (max-width: 860px) {
    .news-contact dl {
        padding: 20px;
    }

    .news-contact__title {
        font-size: 14px;
        float: none;
        margin: 10px 0 5px 0;
        line-height: normal;
        min-width: unset;
    }

    .news-contact__body {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .news-contact dl {
        padding: 15px;
    }

    .news-contact {
        margin: 20px 0 30px 0;
    }

    .news-contact__body--tel {
        line-height: normal;
        font-size: 11px;
        margin-right: 10px;
    }

    .news-contact__body--tel:before {
        content: "\30BF\30C3\30D7\3057\3066\96FB\8A71\3092\639B\3051\308B";
        display: block;
        color: #777;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .news-contact__body--mail {
        width: 9em;
    }

    .news-contact__body--mail a {
        font-size: 11px;
    }
}

/* ==========================================================================
   詳細 関連情報
   ========================================================================== */
.news-more-information {
    margin: 30px 0 40px 0;
}

.news-more-information .news-more-information__list {
    border: 1px solid #eee;
    background-color: #f5f5f5;
    padding: 25px 30px 25px 45px;
}

@media only screen and (max-width: 860px) {
    .news-more-information .news-more-information__list {
        padding: 20px 25px 20px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .news-more-information {
        margin: 20px 0 30px 0;
    }

    .news-more-information .news-more-information__list {
        padding: 10px 15px 10px 30px;
    }
}

/* ==========================================================================
   詳細 影響を受けたスタイルの再設定
   ========================================================================== */
.mceContentBody .btn-group,
.news-body .btn-group {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 35px;
}

.mceContentBody .consultation .btn-group,
.news-body .consultation .btn-group {
    margin-bottom: 0;
}

.mceContentBody .btn-group li,
.news-body .btn-group li {
    margin-right: 2.1875%;
    margin-top: 0;
    margin-bottom: 0;
}

/*各列の3個目からマージンライト削除*/
.mceContentBody .btn-group li:nth-child(3n),
.news-body .btn-group li:nth-child(3n) {
    margin-right: 0;
}

/*新しい列の開始でクリア*/
.mceContentBody .btn-group li:nth-child(3n+1),
.news-body .btn-group li:nth-child(3n+1) {
    clear: left;
}

/*4個目以降にのみマージントップ付与*/
.mceContentBody .btn-group li:nth-child(n+4),
.news-body .btn-group li:nth-child(n+4) {
    margin-top: 15px;
}

.mceContentBody .btn-group li,
.news-body .btn-group li,
.mceContentBody .notes li,
.news-body .notes li {
    list-style: none;
}

.news-body .notes li {
    position: relative;
    margin-left: 2em;
}

.news-body .notes li .notes__head {
    position: absolute;
    top: 0;
    left: -2em;
}

@media only screen and (max-width: 860px) {

    .mceContentBody .btn-group li,
    .news-body .btn-group li {
        margin-right: 2.5%;
    }

    .mceContentBody .btn-group li:nth-child(3n),
    .news-body .btn-group li:nth-child(3n) {
        margin-right: 2.5%;
    }

    .mceContentBody .btn-group li:nth-child(3n+1),
    .news-body .btn-group li:nth-child(3n+1) {
        clear: none;
    }

    .mceContentBody .btn-group li:nth-child(2n),
    .news-body .btn-group li:nth-child(2n) {
        margin-right: 0;
    }

    .mceContentBody .btn-group li:nth-child(2n+1),
    .news-body .btn-group li:nth-child(2n+1) {
        clear: left;
    }

    .mceContentBody .btn-group li:nth-child(n+3),
    .news-body .btn-group li:nth-child(n+3) {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {

    .mceContentBody .btn-group li,
    .mceContentBody .btn-group li:nth-child(3n),
    .mceContentBody .btn-group li:nth-child(2n),
    .news-body .btn-group li,
    .news-body .btn-group li:nth-child(3n),
    .news-body .btn-group li:nth-child(2n) {
        margin-right: 0;
    }

    .mceContentBody .btn-group li + li,
    .news-body .btn-group li + li {
        margin-top: 15px;
    }
}

.news-contents-wrap {
    width: 960px;
    margin: 0 auto;
}

.news-contents-wrap h1 {
    font-size: 2.7rem;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .news-contents-wrap {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .news-contents-wrap {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .news-contents-wrap h1 {
        font-size: 2rem;
        padding: 0 10px;
    }
}

.ta-left {
    text-align: left;
}

.mr-25 {
    margin-right: 25px !important;
}

.btn {
    width: 10em;
    height: 35px;
    display: table;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: bold;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(/en/common/images/btn-back.jpg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn a {
    background-size: 6px 10px;
    padding-right: 25px;
    display: table-cell;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    background-position: 95% 50%;
    background-position: -webkit-calc(100% - 15px) -webkit-calc(100% - 50%);
    background-position: calc(100% - 15px) calc(100% - 50%);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn span {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px 10px;
    display: inline-block;
}

.btn-2 {
    background-size: auto 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
}

.btn-2 span {
    background-image: url(/en/common/images/icon_arrow-blue-next-1.png);
}

.notes {
    position: relative;
    padding-left: 0 !important;
    font-size: 13px;
}
