@charset "utf-8";
/*
	Last Update: 2023/09/22
	Auther: sa
*/
/*===================================================================
	base layout
===================================================================*/
body.ipad .tel > a { pointer-events:none; }

.wrapper2, .wrapper2-t { padding-top:40px; }
.wrapper2, .wrapper2-b { padding-bottom:40px; }
@media (max-width: 767px){
	.wrapper, .wrapper-t { padding-top:60px; }
	.wrapper, .wrapper-b { padding-bottom:60px; }
}
@media (min-width: 768px){
	.wrapper, .wrapper-t { padding-top:80px; }
	.wrapper, .wrapper-b { padding-bottom:80px; }
}

.center { max-width:1100px; }
.center2 { max-width:900px; }
.center3 { max-width:600px; }
	@media (max-width:1140px){
		.center { max-width:100%; padding-left:20px; padding-right:20px; }
	}
	@media (max-width: 940px){
		.center2 { max-width:100%; padding-left:20px; padding-right:20px; }
	}
	@media (max-width: 640px){
		.center3 { max-width:100%; padding-left:20px; padding-right:20px; }
	}

/*===================================================================
	color / font
===================================================================*/
.bg_blue1 { background-color:#3387BA!important; }

.bg_color1-o { background-color:#e9e9ff !important; }
.bg_color2-o { background-color:#edfcff !important; }
.bg_color3-o { background-color:#E5ECFD !important; }
.bg_color4-o {}

.bg_image1 {}
.bg_image2 {}
.bg_image3 {}

.c_blue { color:#2F76B6 !important; }
.c_bark-gray { color:#454545 !important; }
.c_color3 { color:#40A8D0 !important; }
.c_color4 {}

.jp{font-family:'Noto Sans JP', sans-serif;}
.en { font-family:'Montserrat', sans-serif; }
.en2 {font-family: 'Jost', sans-serif;}


/*===================================================================
	common class
===================================================================*/
.need:not(._no) { border:1px solid #ff3a5f; background:#ff3a5f; color:#fff; }
.need._no { border:1px solid #ff3a5f; background-color:#fff; color:#ff3a5f; }
.error { background:#ffe1df; color:#ff453a; border:1px solid #ff453a; }

.list_pager ul li > * { border:1px solid #EFEFEF; width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; vertical-align:middle; line-height:18px; white-space:nowrap; }
.list_pager ul li > a { text-decoration:none; background:#fff; color:#707070; }
.list_pager ul li > strong { color:#fff; font-weight:bold; background:#3079C8; border:1px solid #3079C8; }
body.pc .list_pager ul li > a:hover { background:#3079C8; color:#fff; }
.list_pager ul li > a[data-back],
.list_pager ul li > a[data-next] { position:relative; }
.list_pager ul li > a[data-back].disabled,
.list_pager ul li > a[data-next].disabled { pointer-events:none; }
.list_pager ul li > a[data-back]::before,
.list_pager ul li > a[data-next]::before { content:""; width:7px; height:11px; display:block; mask:url(../image/icon/arrow_gray.png) no-repeat center center / contain; -webkit-mask:url(../image/icon/arrow_gray.png) no-repeat center center / contain; background:#3079C8; }
.list_pager ul li > a[data-back]:hover::before,
.list_pager ul li > a[data-next]:hover::before { background:#fff; }
.list_pager ul li > a[data-back].disabled::before,
.list_pager ul li > a[data-next].disabled::before { background:#E0E0E0; }
.list_pager ul li > a[data-back]::before { transform:rotateY(-180deg); }
.list_pager ul li > a[data-next]::before { transform:rotateY(0deg); }
@media (max-width:767px) {
	.list_pager ul li > * { width:30px; height:30px; padding:5px 8px; }
}

.tel_wrap { text-align:center; }
.tel_wrap .tel_unit { font-weight:bold; }
.tel_wrap .tel_unit .tel { display:inline-block; line-height:100%; }
.tel_wrap .tel_time { font-size:0.9em; }
	@media (max-width: 575px){
		.tel_wrap { margin-bottom:10px; }
		.tel_wrap .tel_unit .tel { font-size:2em; }
	}
	@media (min-width: 576px){
		.tel_wrap .tel_unit .tel { font-size:2.25em; }
	}

.vertical_unit { margin-bottom:30px; padding:15px; }
.vertical_unit .photo { text-align:center; }
	@media (max-width: 575px){
		.vertical_unit .photo { margin-bottom:10px; }
		.vertical_unit .text { padding:10px 0; }
	}
	@media (min-width: 576px) and (max-width: 767px){
		.vertical_unit [class^="col-sm-"] .photo { margin-bottom:10px; }
	}

.holizontal_text { position:relative; }
	@media (max-width: 991px){
		.holizontal_text { padding:30px 20px 50px; }
	}
	@media (min-width: 992px){
		.holizontal_text._left { padding:0 40px 0 20px; }
		.holizontal_text._right { padding:0 20px 0 40px; }
	}

.hv_change_unit { margin-bottom:30px; padding:15px; }
	@media (max-width: 575px){
		.hv_change_unit { display:flex; align-items:top; }
		.hv_change_unit > * { display:inline-block; }
		.hv_change_unit .photo { width:40%; }
		.hv_change_unit .text { width:60%; padding:0 0 0 15px; }
	}
	@media (min-width: 576px){
		.hv_change_unit .photo { margin-bottom:20px; }
	}


.tbl_1 { width:100%; }
.tbl_1 caption { padding:0 0 10px; }
.tbl_1 tr > * { border:3px solid #fff; }
.tbl_1 thead tr > * { font-weight:bold; text-align:center; }
.tbl_1 thead tr > th { background:#00c7be; color:#fff; }
.tbl_1 thead tr > td { background:#63e6e2; color:#fff; }
.tbl_1 tbody tr > th { background:#edfcff; font-weight:bold; }
.tbl_1 tbody tr:nth-child(2n) > td { background:#f5f5f5; }
.tbl_1 tfoot tr > * { font-weight:bold; }
.tbl_1 tfoot tr > th { background:#30b0c7; color:#fff; }
.tbl_1 tfoot tr > td { background:#40c8e0; color:#fff; }
	@media (max-width: 575px){
		.tbl_1:not(.tbl_sp) tr > * { padding:10px; }
		.tbl_1.tbl_sp tr > * { padding:10px 5px; }
	}
	@media (min-width: 576px){
		.tbl_1 tr > * { padding:15px; }
	}

.tbl_form { width:100%; }
.tbl_form tr > * { border-bottom:0!important; }
.tbl_form tr > th { width:220px; }
.tbl_form tr > th > div { position:relative; line-height:100%; display:flex; align-items:center; }
.tbl_form tr > th .need { background:#BA4848; border-radius:0; padding:3px 5px; border-color:#BA4848; margin-left:10px; }
	@media (max-width: 575px){
		.tbl_form .birthday_wrap .row { margin-bottom:10px; }
	}
	@media (max-width: 767px){
		.tbl_form,
		.tbl_form tbody,
		.tbl_form tr,
		.tbl_form tr > * { display:block; }
		.tbl_form tr > th { padding:10px 0 0; }
		.tbl_form tr > td { padding:10px 0; }
		.tbl_form .birthday_wrap .row { max-width:300px; }
	}
	@media (min-width: 768px){
		.tbl_form tr > * { vertical-align:top; border-bottom:2px solid #ddd; }
		.tbl_form tr > th > div { min-height:50px; }
		.tbl_form tr > th,
		.tbl_form tr > td { padding:20px 15px; }
	}

.radio_wrap { position:relative; display:inline-block; }
.radio_wrap + .radio_wrap { margin-left:5px; }
.radio_wrap input[type="radio"],
.radio_wrap input[type="checkbox"] { position:absolute; left:10px; top:50%; transform:translateY(-50%); margin:0; }
.radio_wrap span { display:inline-block; padding:6px 10px 6px 30px; border:1px solid #ddd; border-radius:10px; }
.radio_wrap input[type="radio"]:checked + span,
.radio_wrap input[type="checkbox"]:checked + span { background:#f2f2f7; }

.check_wrap { position:relative; display:block; }
.check_wrap + .check_wrap { margin-top:5px; }
.check_wrap input[type="radio"],
.check_wrap input[type="checkbox"] { position:absolute; left:10px; top:50%; transform:translateY(-50%); margin:0; }
.check_wrap span { display:inline-block; padding:4px 10px 4px 30px; border:1px solid #ddd; border-radius:10px; }
.check_wrap input[type="radio"]:checked + span,
.check_wrap input[type="checkbox"]:checked + span { background:#f2f2f7; }

.form_dl { display:table; width:100%; }
.form_dl + .form_dl { margin-top:10px; }
.form_dl > * { display:table-cell; vertical-align:top; }
.form_dl dt { font-weight:bold; width:100px; padding:8px 0 0; }

.form_privacy_area { max-height:150px; padding:20px 15px; overflow-y:auto; font-size:0.9em; border:1px solid #ddd; }
.form_privacy_title { font-size:1.15em; margin-bottom:5px; }
.form_privacy { padding:10px; text-align:center; }

.box { background:#fff; padding:40px 60px; box-shadow:0 1px 3px rgba(0,0,0,.16); }
@media (max-width:991px) {
	.box { padding:40px 20px; }
}

.optout_category_list ul { display:flex; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; flex-wrap:wrap; margin-bottom:-20px; }
.optout_category_list ul li { padding:0 10px; width:20%; margin-bottom:20px; }
.optout_category_list ul li a { display:flex; height:100%; justify-content:center; align-items:center; padding:20px 0; text-align:center; font-size:1.5em; font-weight:500; background:#fff; border:2px solid #3387BA; color:#3387BA; }
.optout_category_list ul li a.active { background:#3387BA; color:#fff; }
@media (max-width:991px) {
	.optout_category_list ul li a { font-size:1.1em; }
}
@media (max-width:767px) {
	.optout_category_list ul { width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; flex-wrap:wrap; margin-bottom:-10px; }
	.optout_category_list ul li { width:33.333%; padding:0 5px; margin-bottom:10px; }
	.optout_category_list ul li a { padding:10px 0; font-size:.9em; }
}

.news_list_wrap { margin-bottom:40px; }
.news_list_wrap .hl_news_list { position:relative; padding-bottom:10px; margin-bottom:30px; display:flex; align-items:center; justify-content:space-between; }
.news_list_wrap .hl_news_list .main { font-size:1.5em; }
.news_list_wrap .hl_news_list::before { content:""; width:100%; height:2px; position:absolute; display:block; bottom:0; left:0; background:linear-gradient(to right, #3387BA 0%, #3387BA 114px, #E3E3E3 114px, #E3E3E3 100%); }
.news__icon { display: none; }
.news__list .news__item+.news__item { margin-top: 0.875rem; }
.news__item a,
.news__item .no_link,
.news__item .no_news { position:relative; display:flex; gap:0.8rem; background-color:#fff; box-shadow: #dedede 1px 1px 6px; border-radius:2px; padding:1.3125rem 1.875rem; font-weight:500; color:#383838; flex-wrap:wrap; }
.news__item-left { min-width:8.25rem; }
.news__item--bottom-nav a,
.news__item--bottom-nav .no_news { border-radius:4px; padding:0.5rem 1.25rem; }
.news__date { color:#7B7B7B; font-size:0.9375rem; }
.news__item--bottom-nav .news__date { color:#383838; font-size:1rem; }
.news__category { color:#fff; font-size:0.75rem; padding:0.125rem 0.375rem; margin-left:0.687rem; background-color:#3387BA; }
.news__category--1 { background-color:#418FBE; }
.news__category--2 { background-color:#CE763F; }
.news__category--3 { background-color:#CD3D48; }
.news__category--4 { background-color:#C49700; }
.news__disc { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding-right:1rem; max-width:100%; }
.news__item a::after { position:absolute; content:""; background:url(../image/icon/arrow_icon.svg) no-repeat center center / contain; max-width:0.937rem; width:100%; aspect-ratio:1/1; top:50%; transform:translateY(-50%); right:0.875rem; }
.news__item a::after { position:absolute; content:""; background:url(../image/icon/arrow_icon.svg) no-repeat center center / contain; max-width:0.937rem; width:100%; aspect-ratio:1/1; top:50%; transform:translateY(-50%); right:0.875rem; }
.news__item a._file::after { background-image:url(../image/icon/download_icon.svg); background-position:center center; background-size:contain; }
@media (max-width: 767px) {
	.news__item a,
	.news__item .no_link,
	.news__item .no_news { flex-direction:column; gap:0; background-color:#f7f7f7; }
}

.news_detail {}
.news_detail .news_head { padding-bottom:20px; margin-bottom:40px; border-bottom:1px solid #CECECE; }
.news_detail .news_head .date_category_wrap { display:flex; flex-wrap:wrap; align-items:center; margin-bottom:5px; }
.news_detail .news_head .category > .news__category { margin-left:0; margin-right:10px; }
.news_detail .news_head .date { margin-right:5px; color:#222222; }
.news_detail .news_head .title { font-size:1.25em; }
.news_detail .news_images_wrap { display:flex; flex-wrap:wrap; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; flex-flow:row-reverse wrap-reverse; justify-content:space-around; }
.news_detail .news_images_wrap .unit { width:50%; padding:0 10px; }
.news_detail .news_images_wrap .unit:nth-child(1) { order:5; }
.news_detail .news_images_wrap .unit:nth-child(2) { order:4; }
.news_detail .news_images_wrap .unit:nth-child(3) { order:3; }
.news_detail .news_images_wrap .unit:nth-child(4) { order:2; }
.news_detail .news_images_wrap .unit:nth-child(5) { order:1; }
.news_detail .news_images_wrap .unit img { width:auto; height:auto; }
@media (max-width:767px) {
	.news_detail .news_head { padding-bottom:10px; margin-bottom:20px; }
	.news_detail .news_head .title { font-size:1.1em; }
	.news_detail .news_images_wrap .unit { width:100%; }
}

.entry-contact {
	margin-top: 5rem;
	margin-bottom: 4.5625rem;
}
.entry-contact__wrap {
	max-width: 48.70375rem;
	width: 100%;
	background: rgba(0, 76, 159, 0.05);
	margin: 0 auto;
	text-align: center;
	padding: 2.5rem 1rem;
}
.entry-contact__btn {
	margin-top: 1.375rem;
}
.entry-contact__btn a {
	display: inline-flex;
	background: linear-gradient(135deg, rgba(51, 135, 186, 1) 0%, rgba(50, 134, 187, 1) 3%, rgba(25, 116, 208, 1) 100%);
	color: #fff;
	font-size: 1.1875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0.9375rem 2.1rem;
	align-items: center;
	justify-content: center;
	gap: 0.5625rem;
}
.entry-contact__btn span {
	background: url(../image/icon/mail_icon.png) no-repeat center center / contain;
	width: 1.125rem;
	aspect-ratio: 18/13;
}
@media (max-width:767px) {
	.entry-contact {
		margin-top: 8rem;
		margin-bottom: 3rem;
	}
}

.contact_wrap {}
.contact_wrap .entry-contact__wrap { max-width:none; }

.tab_wrap {}
.tab_wrap ul { display:flex; flex-wrap:wrap; width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; margin-bottom:-10px; }
.tab_wrap ul li { padding:0 5px 10px; }
.tab_wrap ul li .tab_btn { background:#fff; display:block; padding:5px 15px; border:2px solid #3387BA; color:#3387BA; font-weight:500; text-align:center; width:100%; cursor:pointer; }
.tab_wrap ul li .tab_btn.active { background:#3387BA;color:#fff; pointer-events:none; }
@media (max-width:767px) {
	.tab_wrap ul li { width:20%; }
	.tab_wrap ul li .tab_btn { padding:5px 0; }

}

.tag_list { display:flex; flex-wrap:wrap; width:calc(100% + 10px); margin-right:-10px; margin-bottom:10px; }
.tag_list .tag_item { background:#fff; box-shadow:0 0 2px rgba(0,0,0,.16); display:inline-block; padding:5px 10px; margin:0 10px 10px 0; }

.ul_1 li { padding-left:1em; text-indent:-1em; }
.ul_1 li::before { content:"・"; }

@media (max-width:767px) {
	.sp-overscroll-wrap { overflow-x:auto; }
	.sp-overscroll-wrap img { width:auto!important; height:auto!important; max-width:none!important; height:50vh!important; }
}

/*===================================================================
	entry
===================================================================*/
.entry a { color:#3387BA; }
.entry ul > li:before { content:"●"; color:#3387BA; }
.entry ul > li > ul > li:before { content:"■"; color:#3387BA; }
.entry ol > li:before { color:#3387BA; }
.entry ol > li > ol > li:before { color:#3387BA; }
.entry table tr > * { border:1px solid #ccc; }
.entry table thead th { background:#3387BA; color:#fff; }
.entry table thead td { background:#edfcff; }
.entry table tbody th { background:#edfcff; color:#3387BA; }
.entry table tbody td { background:#fff; }

.entry .ql-size-small { font-size:.75em; }
.entry .ql-size-large { font-size:1.5em; }
.entry .ql-size-huge { font-size:2.5em; }

/*===================================================================
	button
===================================================================*/
.button._type1 { display:inline-block; padding:15px 10px; text-align:center; border:2px solid #1E4C9F; width:100%; max-width:250px; }
.button._type1 .main { font-weight:bold; font-size:1.25em; letter-spacing:2px; text-indent:-2px; color:#1E4C9F; }

.button._contact { border-radius:50px; width:400px; max-width:100%; font-weight:bold; }
.button._check,
.button._send,
.button._back { border-radius:5px; width:250px; max-width:100%; font-weight:bold; padding:15px 0; border:none; }
.button._zip { border-radius:30px; padding:11px 10px; border:none; font-size:0.9em; }
	@media (max-width: 575px){
		.button._contact { padding:15px; font-size:1.2em; }
	}
	@media (min-width: 576px){
		.button._contact { padding:20px; font-size:1.25em; }
	}

/*===================================================================
	hl
===================================================================*/
.hl_1 { display:block; margin-bottom:30px; padding:15px 20px; border-left:3px solid #759CB5; background:#ECF5F9; margin-bottom:30px; }
.hl_1 .main { font-weight:500; font-size:1.25em; }

.hl_center,
.hl_center2 { text-align:center; }
.hl_center .main,
.hl_center .sub,
.hl_center2 .main,
.hl_center2 .sub { font-weight:bold; }
	@media (max-width: 575px){
		.hl_center { margin-bottom:30px; }
		.hl_center .main { font-size:2em; }
		.hl_center2 { margin-bottom:10px; }
		.hl_center2 .main { font-size:1.25em; }
	}
	@media (min-width: 576px) and (max-width: 767px){
		.hl_center { margin-bottom:40px; }
		.hl_center .main { font-size:2.25em; }
		.hl_center2 { margin-bottom:15px; }
		.hl_center2 .main { font-size:1.5em; }
	}
	@media (min-width: 768px){
		.hl_center { margin-bottom:50px; }
		.hl_center .main { font-size:2.5em; }
		.hl_center .main.en { font-size:4em; letter-spacing:3px; }
		.hl_center2 { margin-bottom:20px; }
		.hl_center2 .main { font-size:1.75em; }
	}

.hl_border-l { text-align:left; border-left:7px solid #5e5ce6; }
.hl_border-b { text-align:left; border-bottom:3px solid #ccc; }
.hl_border-l > *,
.hl_border-b > * { line-height:100%; display:inline-block; vertical-align:middle; }
.hl_border-l .main { font-weight:bold; }
	@media (max-width: 575px){
		.hl_border-l { margin-bottom:15px; padding-left:15px; }
		.hl_border-l .main { font-size:1.25em; }
		.hl_border-b { margin-bottom:15px; padding-bottom:5px; }
		.hl_border-b .main { font-size:1.25em; }
		.hl_border-l .sub + .main,
		.hl_border-b .sub + .main,
		.hl_border-l .main + .sub,
		.hl_border-b .main + .sub { display:block; padding:5px 0; }
	}
	@media (min-width: 576px){
		.hl_border-l { margin-bottom:20px; padding-left:20px; }
		.hl_border-l .main { font-size:1.5em; }
		.hl_border-b { padding:0 0 10px; margin-bottom:20px; }
		.hl_border-b .main { font-size:1.5em; }
		.hl_border-l .sub + .main,
		.hl_border-b .sub + .main,
		.hl_border-l .main + .sub,
		.hl_border-b .main + .sub { margin-left:15px; }
	}

.hl_radius { text-align:left; border-radius:10px; padding:15px 20px; }
.hl_radius > * { line-height:100%; display:inline-block; vertical-align:middle; }
.hl_radius .main { font-weight:bold; }
.hl_radius .main + .sub { margin-left:15px; }
	@media (max-width: 575px){
		.hl_radius { margin-bottom:15px; }
		.hl_radius .main { font-size:1.25em; }
	}
	@media (min-width: 576px){
		.hl_radius { margin-bottom:20px; }
		.hl_radius .main { font-size:1.5em; }
	}

/*===================================================================
	layout
===================================================================*/
#head { position:fixed; top:0; left:0; width:100%; z-index:2000; background:#fff; }
#head .head_wrap { width:100%; position:relative; display:flex; align-items:center; justify-content:space-between; }
#head .head_wrap > * { display:inline-block; }
#head .site_logo a { display:inline-block; }
	@media (max-width: 991px){
		#base { padding-top:60px; }
		#head,
		#head .head_wrap { height:60px; }
		#head .site_logo a { padding:0 0 0 15px; width:200px; }
		#menu_cover { position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.5); z-index:1999; }
	}
	@media (min-width: 992px) and (max-width:1199px){
		#base { padding-top:85px; }
		#head { height:85px; }
		#head .site_logo a { padding:15px 0 15px 15px; width:250px; }
	}
	@media (min-width:1200px){
		#base { padding-top:100px; }
		#head { height:100px; }
		#head .site_logo a { padding:15px 0 15px 15px; }
	}

#head_navi ul { list-style:none; }
#head_navi a { display:block; }
#head_tel { text-align:center; }
#head_tel .head_tel_wrap { font-weight:bold; line-height:130%; }
#head_tel .head_tel_time { font-size:0.85em; }
	@media (max-width: 991px){
		.head_navi_wrap{ position:fixed; top:60px; right:0; width:100%; max-width:400px; background:#fff; height:calc(100vh - 60px); overflow-y:auto; overscroll-behavior:none; }
		#base:not(.open) .head_navi_wrap { display:none !important; }
		#head_navi ul li { border-bottom:1px solid #ccc; }
		#head_navi a { padding:15px 20px; }
		#head_tel { padding:15px; }
		#head_tel .head_tel_wrap { font-size:2.25em; }
	}
	@media (min-width: 992px){
		.head_navi_wrap { margin-left:auto; }
		.head_navi_wrap > * { display:inline-block; vertical-align:middle; }
		#head_navi ul { display:flex; align-items:start; justify-content:stretch; }
		#head_navi ul li { display:inline-block; }
		#head_navi .main a { font-weight:bold; }
		body.pc #head_navi .main a:hover { text-decoration:underline; color:#004C9F; }
		#head_tel .head_tel_wrap { font-size:2.25em; }
	}
	@media (min-width: 992px) and (max-width:1199px){
		#head_navi ul li { padding:0 10px; }
		#head_tel { padding:0 15px 0 10px; font-size:0.9em; }
	}
	@media (min-width:1200px){
		#head_navi ul li { padding:0 15px; }
		#head_tel { padding:0 15px; }
	}


#btn_open { width:60px; margin-left:auto; line-height:1px; }
#btn_open a { position:relative; display:inline-block; width:100%; height:60px; }
#btn_open a > span { position:absolute; right:15px; height:2px; background:#fff; transition:all .3s; transform-origin:right center; }
#btn_open a > span.l1 { top:22px; width:28px; }
#btn_open a > span.l2 { top:30px; width:18px; }
#btn_open a > span.l3 { top:38px; width:28px; }
#base.open #btn_open a > span.l1 { top:19px; transform:rotate(-45deg); right:20px; }
#base.open #btn_open a > span.l2 { width:0; }
#base.open #btn_open a > span.l3 { top:38px; transform:rotate(45deg); right:20px; }
	@media (min-width: 992px){
		#btn_open { display:none !important; }
	}

#foot .foot_logo { margin-bottom:10px; }
#foot address a { text-decoration:underline; }
#copyright { text-align:center; font-size:0.9em; padding:8px 0; }
	@media (max-width: 767px){
		#foot address { margin-bottom:10px; }
	}
