@charset "utf-8";

/* pattern common
================================================== */
.sec_ttl{
    padding: 17px 0;
    background-color: transparent;
    background-repeat: no-repeat;
    min-height: 88px;
    font-size: 180%;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}
/* btn */
.btn_default{
    list-style: none;
}
.btn_default a{
    position: relative;
    display: inline-block;
    padding: 15px 30px 14px;
    background-color: #ffffff;
    min-width: 220px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
	border-radius: 5px;
    font-weight: 500;
    color: #222222;
    text-decoration: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn_default a:after{
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: transparent url(/shared/site_foreign/images/icon/arrow_link_rgt.png) no-repeat;
    background-size: 100% auto;
	width: 10px;
	height: 18px;
	z-index: -1;
}
.btn_default a:hover,
.btn_default a:focus{
    border-color: #258752;
    color: #258752;
}
/* wrappper */
.arakawa_wrapper{
    overflow: hidden;
}

/* mainvisual
================================================== */
.sec_mv{
    position: relative;
    min-height: 806px;
    padding-top: 56.25%;
    z-index: 1;
}
.sec_mv .mv_movie_ttl{
    position: absolute;
	left: 0;
	right: 0;
    top: 50%;
	-webkit-transform: translate(0, calc(-50% - 21px));
	-ms-transform: translate(0, calc(-50% - 21px));
	transform: translate(0, calc(-50% - 21px));
    font-size: 285%;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    text-shadow: -2px 0 4px rgba(0, 0, 0, 0.5), -1px 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.sec_mv .mv_movie,
.sec_mv .mv_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec_mv .mv_movie {
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.sec_mv .mv_movie_bgr{
	position: relative;
	z-index: 1;
}
.sec_mv .mv_movie_bgr:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    color: inherit;
    z-index: 1;
}
.sec_mv .mv_movie_bgr.mv_mask:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: inherit;
    z-index: 1;
}
@media (min-aspect-ratio: 16/9) {
    .sec_mv .mv_movie_bgr {
        height: 300%;
		top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .sec_mv .mv_movie_bgr {
		top: 0;
        left: -100%;
		width: 300%;
        height: 100%;
    }
}
.sec_mv .mv_movie_control{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 38px 21px;
}
.sec_mv .control_play{
    position: relative;
    display: none;
    z-index: 2;
}
.sec_mv .control_play a{
    position: relative;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    width: 64px;
    height: 54px;
    color: inherit;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    z-index: 1;
}
.sec_mv .control_play .play_btn{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_pause.png);
}
.sec_mv .control_play .play_btn:hover{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_pause_hv.png);
}
.sec_mv .control_play .pause_btn{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_play.png);
}
.sec_mv .control_play .pause_btn:hover{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_play_hv.png);
}
/* ミュートボタン */
.sec_mv .control_mute{
	margin-right: 20px;
}
.sec_mv .control_mute a{
    position: relative;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    width: 47px;
    height: 54px;
    color: inherit;
    text-indent: -9999px;
    text-decoration: none;
    -webkit-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
    z-index: 1;
}
.sec_mv .control_mute .unmute_btn{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_sound_on.png);
}
.sec_mv .control_mute .mute_btn{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_sound_off.png);
}
.sec_mv .control_mute .unmute_btn:hover{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_sound_on_hv.png);
}
.sec_mv .control_mute .mute_btn:hover{
    background-image: url(/shared/templates/foreign_top/images/icon/icon_sound_off_hv.png);
}
.sec_mv .mv_movie .control_mute .unmute_btn,
.sec_mv .mv_movie .control_mute .mute_btn,
.sec_mv .mv_movie.video_stop .control_play .pause_btn,
.sec_mv .mv_movie.video_play .control_play .play_btn,
.sec_mv .video_g .mainvs_movie,
.sec_mv .video_g #tmp_pause_button,
.sec_mv .video_g #tmp_play_button,
.sec_mv .video_g #tmp_mute_button,
.sec_mv .video_g #tmp_unmute_button{
	display: none;
}
.sec_mv .mv_movie.video_stop .control_mute,
.sec_mv .mv_movie.video_play .control_mute,
.sec_mv .mv_movie .control_mute .unmute_btn.active,
.sec_mv .mv_movie .control_mute .mute_btn.active,
.sec_mv .mv_movie.video_stop .control_play .play_btn,
.sec_mv .mv_movie.video_stop .control_play,
.sec_mv .mv_movie.video_play .control_play{
	display: inline-block;
}

/* feature
================================================== */
.sec_feature{
    padding: 103px 0 73px;
    background: #e3f0e9 url(/shared/templates/foreign_top/images/icon/fearture_pattern_bgr.jpg) repeat;
    color: #222222;
    overflow: hidden;
}
.sec_feature .feature_wrapper{
    position: relative;
    padding: 33px 30px 0;
    z-index: 1;
}
.sec_feature .feature_wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(/shared/templates/foreign_top/images/icon/feature_ttl_triangle.png) no-repeat;
    background-size: 100% auto;
    width: 368px;
    height: 324px;
    color: inherit;
    opacity: 0.5;
    z-index: -1;
}
.sec_feature .feature_ttl{
    margin-bottom: 24px;
    padding: 21px 0 16px 108px;
    background: transparent url(/shared/templates/foreign_top/images/icon/feature_ttl_icon.png) no-repeat left center;
    background-size: 90px auto;
    min-height: 90px;
    font-size: 240%;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.sec_feature .feature_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -30px;
}
.sec_feature .feature_item{
    margin-bottom: 60px;
    padding: 0 30px;
    width: 50%;
    list-style: none;
}
.sec_feature .feature_item a{
    position: relative;
    display: block;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
}
.sec_feature .feature_item span{
    display: block;
}
.sec_feature .feature_item_img img{
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.sec_feature .feature_item_des{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 48px 25px 31px;
    background: rgba(0,0,0,0.7) url(/shared/templates/foreign_top/images/icon/feature_pattern_arrow.png) no-repeat right bottom;
    background-size: 72px auto;
    font-size: 120%;
    color: #ffffff;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.007em;
    z-index: 1;
    -webkit-transition: background-image 0.3s ease-in-out;
    -o-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out;
}
.sec_feature .feature_item a:hover .feature_item_img img,
.sec_feature .feature_item a:focus .feature_item_img img{
    opacity: 0.5;
}
.sec_feature .feature_item a:hover .feature_item_des,
.sec_feature .feature_item a:focus  .feature_item_des{
    background-image: url(/shared/templates/foreign_top/images/icon/feature_pattern_arrow_hv.png);
}

/* services
================================================== */
.sec_services .service_art_row{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 114px;
    z-index: 1;
}
.sec_services .service_art_row:after{
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 1000%;
    -webkit-box-shadow: 0 3px 5px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 3px 5px 0 rgba(216, 216, 216, 0.5);
    z-index: -1;
}
.sec_services .service_art{
    padding: 0 30px;
    width: 50%;
}
.service_art_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.sec_services .service_art_head{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 44px;
}
.sec_services .service_art_ttl{
    position: relative;
    margin-bottom: 41px;
    padding-top: 88px;
    font-size: 240%;
    font-weight: bold;
    line-height: 1.16;
    color: #258752;
    text-align: center;
    z-index: 1;
}
.sec_services .service_art_ttl:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #92c4a9;
    width: 149px;
    height: 10px;
    color: #222222;
    z-index: -1;
}
.sec_services .service_art_ttl span{
    display: inline-block;
    padding: 20px 0 20px 132px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 95px;
}
.sec_services .service_art_head > p{
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.sec_services .service_art_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sec_services .service_art_cnt .splide{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 67px;
    padding-bottom: 60px;
}
.sec_services .service_slide_inner {
    font-size: 150%;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.sec_services .service_slide_inner a,
.sec_services .service_slide_inner span{
    display: block;
}
.sec_services .service_slide_inner a{
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.sec_services .service_slide_img{
    margin-bottom: 20px;
}
.sec_services .service_slide_img img{
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
/* arrow */
.sec_services .splide__arrow{
    background-color: #258752;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px auto;
    width: 45px;
    height: 66px;
	border-radius: 0;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
/* prev */
.sec_services .splide__arrow--prev{
	left: 0;
	background-image: url(/shared/templates/foreign_top/images/icon/arrow_prev.png);
	border-radius: 0 5px 5px 0;
}
/* next */
.sec_services .splide__arrow--next{
	right: 0;
	background-image: url(/shared/templates/foreign_top/images/icon/arrow_next.png);
	border-radius: 5px 0 0 5px;
}
/* hover */
.sec_services .splide__arrow:hover{
    opacity: 1;
    background-color: #ffffff;
    color: #222222;
}
.sec_services .splide__arrow--prev:hover{
	background-image: url(/shared/templates/foreign_top/images/icon/arrow_prev_hv.png);
}
.sec_services .splide__arrow--next:hover{
	background-image: url(/shared/templates/foreign_top/images/icon/arrow_next_hv.png);
}
/* paginations */
.sec_services .splide__pagination{
    bottom: 0;
	padding: 0;
}
.sec_services .splide__pagination__page{
	margin: 0;
	background-color: #ffffff;
	width: 32px;
	height: 32px;
	border: 5px solid #258752;
	text-indent: -9999px;
	opacity: 1;
	color: #222222;
	-webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.sec_services .splide__pagination__page:hover,
.sec_services .splide__pagination__page.is-active{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	background-color: #258752;
	border-color: #ffffff;
	color: #ffffff;
}
.sec_services .splide__pagination li:not(:last-child){
	margin-right: 54px;
}
/* child */
#tmp_service_see .service_art_ttl span{
    padding-left: 126px;
    background-image: url(/shared/templates/foreign_top/images/icon/see_ttl_icon.png);
}
#tmp_service_gourmet .service_art_ttl span{
    padding-left: 140px;
    background-image: url(/shared/templates/foreign_top/images/icon/gourment_ttl_icon.png);
    background-position: 12px center;
}
#tmp_service_shopping .service_art_ttl{
    padding-right: 42px;
}
#tmp_service_shopping .service_art_ttl span{
    padding-left: 118px;
    background-image: url(/shared/templates/foreign_top/images/icon/shopping_ttl_icon.png);
    letter-spacing: 0.02em;
}
#tmp_service_exp .service_art_ttl span{
    padding-left: 108px;
    background-image: url(/shared/templates/foreign_top/images/icon/exp_ttl_icon.png);
}
#tmp_service_acco .service_art_ttl span{
    background-image: url(/shared/templates/foreign_top/images/icon/acco_ttl_ico.png);
}
#tmp_service_acco .service_art_ttl span{
	padding-left: 102px;
}
/* hover */
.sec_services .service_slide_inner a:hover .service_slide_img img,
.sec_services .service_slide_inner a:focus .service_slide_img img{
    opacity: 0.5;
}
/* btns */
.sec_services .btn_default{
    text-align: center;
}

/* about
================================================== */
.sec_about{
    padding: 71px 0 107px;
    background-color: #e3f0e9;
    -webkit-box-shadow: 0 3px 5px 0 rgba(216, 216, 216, 0.5);
    box-shadow: 0 3px 5px 0 rgba(216, 216, 216, 0.5);
    color: #222222;
}
.sec_about .about_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sec_about .about_intro,
.sec_about .about_map{
    padding: 0 30px;
    width: 50%;
}
.sec_about .about_intro .sec_ttl{
    margin-bottom: 46px;
    padding-left: 90px;
    background-image: url(/shared/templates/foreign_top/images/icon/about_ttl_icon.png);
    letter-spacing: 0.02em;
}
.sec_about .about_intro >p{
    margin-bottom: 50px;
    line-height: 1.7;
}
.sec_about .about_intro .btn_default{
    padding-left: 4px;
}
.sec_about .about_map .sec_ttl{
    margin-bottom: 47px;
    padding-left: 88px;
    background-image: url(/shared/templates/foreign_top/images/icon/map_ttl_icon.png);
    background-position: 0 5px;
}
.sec_about .about_list a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 50px 12px 27px;
    min-width: auto;
    min-height: 90px;
    width: 100%;
    font-size: 120%;
    text-align: left;
}
.sec_about .about_list .btn_default a:after{
    right: 30px;
    width: 14px;
    height: 26px;
}
.sec_about .about_list li:not(:last-child){
    margin-bottom: 38px;
}

/* access
================================================== */
.sec_access{
    padding: 73px 0 213px;
    background-color: #ffffff;
    color: #222222;
}
.sec_access .sec_ttl{
    margin: 0 30px 39px;
    padding-top: 9px;
    padding-left: 88px;
    background-image: url(/shared/templates/foreign_top/images/icon/access_ttl_icon.png);
}
.sec_access .access_cnt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sec_access .access_intro,
.sec_access .access_map{
    padding: 0 30px;
    width: 50%;
}
.sec_access .access_intro{
    padding-right: 80px;
}
.sec_access .access_intro ul{
    margin-bottom: 32px;
}
.sec_access .access_intro li{
    padding-left: 21px;
    background: transparent url(/shared/templates/foreign_top/images/icon/pattern_dot.png) no-repeat 2px 15px;
    list-style: none;
    color: inherit;
    letter-spacing: 0.007em;
    line-height: 2;
}
.sec_access .access_note{
    line-height: 1.7;
}
.sec_access .access_map{
    padding-top: 11px;
}
.sec_access .access_map img{
    max-width: 100%;
    height: auto;
}

/* accessibility
================================================== */
/* color */
.color_black #tmp_wrapper .btn_default a,
.color_black #tmp_wrapper .sec_feature .feature_item_des,
.color_black #tmp_wrapper .sec_services .splide__arrow,
.color_blue #tmp_wrapper .btn_default a,
.color_blue #tmp_wrapper .sec_feature .feature_item_des,
.color_blue #tmp_wrapper .sec_services .splide__arrow,
.color_yellow #tmp_wrapper .btn_default a,
.color_yellow #tmp_wrapper .sec_feature .feature_item_des,
.color_yellow #tmp_wrapper .sec_services .splide__arrow{
    border: 1px solid;
}
.color_black #tmp_wrapper .sec_mv .mv_movie_control,
.color_blue #tmp_wrapper .sec_mv .mv_movie_control,
.color_yellow #tmp_wrapper .sec_mv .mv_movie_control{
    background-color: transparent !important;
}
.color_black #tmp_wrapper .sec_mv .control_play a,
.color_blue #tmp_wrapper .sec_mv .control_play a,
.color_yellow #tmp_wrapper .sec_mv .control_play a{
    text-indent: inherit;
    width: auto;
    height: auto;
}
.color_black #tmp_wrapper .sec_feature .feature_wrapper:before,
.color_black #tmp_wrapper .sec_services .service_art_row:after,
.color_blue #tmp_wrapper .sec_feature .feature_wrapper:before,
.color_blue #tmp_wrapper .sec_services .service_art_row:after,
.color_yellow #tmp_wrapper .sec_feature .feature_wrapper:before,
.color_yellow #tmp_wrapper .sec_services .service_art_row:after{
    content: none;
}
.color_black #tmp_wrapper .sec_feature .feature_item_des{
    background-color: rgba(0,0,0,0.7) !important;
    z-index: 2 !important;
}
.color_blue #tmp_wrapper .sec_feature .feature_item_des{
    background-color: rgb(0, 0, 139, 0.7) !important;
    z-index: 2 !important;
}
.color_yellow #tmp_wrapper .sec_feature .feature_item_des{
    background-color: rgb(255, 255, 0, 0.7) !important;
    z-index: 2 !important;
}
.color_black #tmp_wrapper .sec_services .splide__arrow,
.color_yellow #tmp_wrapper .sec_services .splide__arrow{
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper .sec_services .splide__arrow{
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .sec_services .splide__arrow--prev,
.color_blue #tmp_wrapper .sec_services .splide__arrow--prev,
.color_yellow #tmp_wrapper .sec_services .splide__arrow--prev{
    background-image: url(/shared/templates/foreign_top/images/icon/arrow_prev.png) !important;
}
.color_black #tmp_wrapper .sec_services .splide__arrow--next,
.color_blue #tmp_wrapper .sec_services .splide__arrow--next,
.color_yellow #tmp_wrapper .sec_services .splide__arrow--next{
	background-image: url(/shared/templates/foreign_top/images/icon/arrow_next.png) !important;
}
.color_black #tmp_wrapper .sec_services .splide__pagination__page.is-active,
.color_blue #tmp_wrapper .sec_services .splide__pagination__page.is-active{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper .sec_services .splide__pagination__page.is-active{
	background-color: #000000 !important;
}
.color_black #tmp_wrapper .sec_about,
.color_blue #tmp_wrapper .sec_about,
.color_yellow #tmp_wrapper .sec_about{
    border-top: 1px solid;
    border-bottom: 1px solid;
}
/* fsize */
.fsize_small #tmp_wrapper .sec_access .access_intro li{
    background-position: 2px 8px;
}
/* no-js & no-splide */
.no_javascript #tmp_wrapper .sec_mv{
    padding: 40px;
    height: 300px;
}
.no_javascript #tmp_wrapper .sec_mv .mv_movie,
.no_javascript #tmp_wrapper .sec_mv .mv_movie_bgr,
.no_javascript #tmp_wrapper .sec_mv .mv_movie_ttl{
    position: static;
    transform: none;
    width: auto;
    height: auto;
}
.no_javascript #tmp_wrapper .sec_mv .mv_movie_control{
    display: none;
}
.no_javascript #tmp_wrapper .sec_mv .mv_movie_ttl{
    background-color: #222222;
}
.no_javascript #tmp_wrapper .sec_services .service_art .splide,
.sec_services .service_art .splide.no-splide{
    padding-bottom: 0;
    visibility: visible;
}
.no_javascript #tmp_wrapper .sec_services .service_art .splide__track{
    max-height: 452px;
    overflow-y: auto;
}
.sec_services .service_art .splide.no-splide .splide__list,
.no_javascript #tmp_wrapper .sec_services .service_art .splide__list{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.no_javascript #tmp_wrapper .sec_services .service_art .splide__slide:not(:last-child){
    margin-bottom: 10px;
}

