
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: #444444;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1280px;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.subtitle {
	color: #555555;
	font-size: 40px;
	font-weight: 500;
	padding: 10px 0;
}

h2.subtitle em {
	display: block;
	font-size: 17px;
}

h2.img {
	border-bottom: 1px solid #86a079;
	color: #555555;
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 20px;
	text-align: left;
}

h3.img {
	color: #555555;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0 20px 30px;
	position: relative;
	text-align: left;
}

h3.img em {
	color: #86a079;
	left: 0;
	margin-right: 5px;
	position: absolute;
	top: 19px;
}

h3.subtitle {
	color: #555555;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
	text-align: left;
}

h3.copy {
	color: #86a079;
	font-size: 18px;
	padding: 10px 0;
	text-align: justify;
}

h4.img {
	font-size: 16px;
	text-align: justify;
}

.sp {
	display: none;
}

p {
	line-height: 2em;
	margin: 15px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a,
a p.link-btn,
input.submit,
ul#flogos li a p {
	color: black;
	overflow: hidden;
	transition: all .2s;
}

a:hover,
a:hover p.link-btn,
input.submit:hover,
ul#flogos li a:hover p {
	opacity: .60;
	transition: all .3s;
}

a.link-btn,
a p.link-btn,
div.page span.next a,
div.page a.next {
	background: url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 6px;
	border: 1px solid #009a5a;
	color: #009a5a;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 40px 8px 30px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover,
a:hover p.link-btn,
div.page span.next a:hover,
div.page a.next:hover {
	background-color: #009a5a;
	background-image: url(images/link_btn_white.svg);
	background-position: right 10px center;
	color: white;
}

a.link-btn-prev,
span.link-btn-prev a,
div.page span.prev a,
div.page a.prev {
	background: url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 6px;
	border: 1px solid #009a5a;
	color: #009a5a;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 30px 8px 40px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev:hover,
span.link-btn-prev a:hover,
div.page span.prev a:hover,
div.page a.prev:hover {
	background-color: #009a5a;
	background-image: url(images/link_btn_prev_white.svg);
	background-position: left 10px center;
	color: white;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #006600;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	color: #f85820;
	padding: 0 5px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 5px top 12px;
	background-size: 7px;
	display: block;
	padding: 5px 0 5px 22px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.3em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	border-top: 1px solid #ebebeb;
	clear: both;
	display: block;
	height: 10px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

table.list-table th {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	font-weight: 500;
	padding: 30px 40px;
	text-align: justify;
	vertical-align: top;
	white-space: nowrap;
}

table.list-table td {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 30px 40px;
}

table.list-table td ul.list {
	margin: -10px 0;
}

ul.indexmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

ul.indexmenu li {
	margin-right: 35px;
	padding: 10px 0;
	width: 310px;
}

ul.indexmenu li:nth-child(3),
ul.indexmenu li:nth-child(6),
ul.indexmenu li:nth-child(9) {
	margin-right: 0;
}

ul.indexmenu li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

ul.indexmenu li a p {
	background: url(images/link_btn.svg) no-repeat right 5px center;
	background-size: 6px;
	color: #009a5a;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 2px 20px 2px 10px;
	transition: all .2s;
}

ul.indexmenu li a:hover p {
	background-position: right center;
	transition: all .3s;
}

ul.localnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.localnav li {
	margin: 3px 5px;
	width: 230px;
}

ul.localnav li a,
ul.localnav li div {
	background: url(images/link_btn.svg) no-repeat bottom 20px right 20px;
	background-size: 6px;
	border: 1px solid #89c1bd;
	display: inline-block;
	height: 180px;
	padding: 30px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

ul.localnav li a em,
ul.localnav li div em {
	color: #63ada7;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

ul.localnav li a em::after,
ul.localnav li div em::after {
	background-color: #89c1bd;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}

ul.localnav li a:hover {
	background-color: #dfeeed;
	background-position: bottom 20px right 15px;
}

ul.localnav li div {
	background-color: #dfeeed;
	background-image: none;
}

ul.pagenav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0;
}

ul.pagenav li {
	margin: 3px 5px;
	width: 200px;
}

ul.pagenav li a {
	background: white url(images/pagenav_li.svg) no-repeat bottom 20px center;
	background-size: 10px;
	border: 1px solid #89c1bd;
	display: inline-block;
	height: 180px;
	padding: 30px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

ul.pagenav li a:hover {
	background-color: #dfeeed;
	background-position: bottom 15px center;
}

ul.pagenav li a em {
	color: #63ada7;
	display: block;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

ul.pagenav li a em::after {
	background-color: #89c1bd;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}

div.dcontents {
	background-color: #f9faf8;
	padding: 20px 40px;
}

div.dcontents h4 {
	color: #86a079;
	font-size: 18px;
	text-align: justify;
}

div.dcontents ol {
	margin: 0;
}

div.dcontents ol li {
	margin: 15px 0 15px 45px;
	padding-left: .5em;
}

div.dcontents ol li::marker {
	color: #86a079;
	font-weight: 700;
}

div.dcontents ol li ul {
	margin-left: 0;
}

div.dcontents ol li ul li {
	font-size: 14px;
	margin: 5px 10px 5px 1em;
}

div.dcontents ol li ul li::before {
	content: "・";
	margin-left: -15px;
}

div.dcontents ul.list {
	margin-left: 30px;
}

div.dcontents table th {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	font-weight: 500;
	padding: 5px 40px;
	text-align: justify;
}

div.dcontents table td {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 5px 40px;
}

div.info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.info div.text {
	width: 500px;
}

div.info div.img {
	padding-top: 10px;
	width: 448px;
}

/***********************************************************************/

table.form-table th {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	font-weight: 500;
	padding: 25px 30px;
	text-align: justify;
	vertical-align: top;
	white-space: nowrap;
	width: 20%;
}

table.form-table td {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding: 17px 0 17px 20px;
	vertical-align: top;
}

table.form-table td.m {
	padding: 25px 0 0 15px;
	white-space: nowrap;
}

table.form-table td.m span {
	border: 1px solid #fe1c1c;
	border-radius: 3px;
	color: #fe1c1c;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px;
	text-align: center;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #cacaca;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

p.checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 10px;
}
p.checkbox input.checkbox {
	cursor: pointer;
	height: 25px;
	width: 25px;
}

p.checkbox label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	padding-left: 10px;
}


table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

table.form-table td table {
	width: auto;
}

table.form-table td table th {
	background-color: white;
	border-bottom: none;
	color: #f85820;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td {
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td input {
	border: none;
}

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

form h3 {
	text-align: justify;
}

input.submit {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 8px;
	border: 1px solid #009a5a;
	border-radius: 100px;
	color: #009a5a;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 90px 15px 80px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background-color: #009a5a;
	background-image: url(images/link_btn_white.svg);
	background-position: right 15px center;
	color: white;
	opacity: 1;
}

body#form table.form-table td {
	padding: 20px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

/***********************************************************************/

ul.news-list li {
	border-bottom: 1px solid #c1cbbd;
}

ul.news-list li:first-child {
	border-top: 1px solid #c1cbbd;
}

ul.news-list li a {
	background: url(images/link_btn.svg) no-repeat right 20px center;
	background-color: white;
	background-size: 6px;
	border-radius: 5px;
	display: block;
	padding: 20px 30px;
	text-decoration: none;
}

ul.news-list li a:hover {
	background-color: #f1f7f7;
	background-position: right 15px center;
}

ul.news-list li a p.date {
	display: table-cell;
	font-size: 13px;
	font-weight: 700;
	line-height: 1em;
	vertical-align: middle;
	width: 100px;
}

ul.news-list li a p.category {
	display: table-cell;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

ul.news-list li a p.category span {
	color: white;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 2px;
	padding: 5px 0;
	text-decoration: none;
	width: 130px;
}

p span.category span {
	font-size: 14px;
	font-weight: 700;
	margin: 0 2px;
	padding: 5px 20px;
	text-decoration: none;
}

ul.news-list li a p.category span.news,
p span.category span.news a,
ul.footercategoryul.news-list li span.category span.news a {
	background-color: #659484;
}

ul.news-list li a p.category span.cleaning,
p span.category span.cleaning a,
ul.footercategoryul.news-list li span.category span.cleaning a {
	background-color: #7dc7d2;
}

ul.news-list li a h3 {
	display: table-cell;
	font-size: 16px;
	font-weight: 500;
	padding-left: 40px;
	vertical-align: middle;
}

ul.footercategoryul.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.footercategoryul.news-list li {
	color: #43dbc7;
	margin: 0 5px;
}

ul.footercategoryul.news-list li a {
	background-color: white;
	border-radius: 50px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	min-width: 100px;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers {
	background-color: #f85820;
	border-radius: 5px;
	color: white;
	font-style: normal;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #f85820;
	color: #514117;
}

div.page a.next,
div.page a.prev {
	display: inline;
	margin: 0 10px;
}

div.page a.next {
	padding: 8px 60px 8px 50px;
}

div.page a.prev {
	padding: 8px 50px 8px 60px;
}

body#archive h1 {
	background: url(images/h2_img.svg) no-repeat center bottom;
	background-size: 80px;
	font-size: 30px;
	line-height: 2em;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

body#single h1 {
	background: url(images/h2_img.svg) no-repeat center bottom;
	background-size: 80px;
	font-size: 35px;
	line-height: 2em;
	margin: 20px 0;
	padding-bottom: 5px;
}

body#single h1 span.small {
	margin-left: 10px;
}

body#single div.body {
	background-color: white;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px 80px 50px 80px;
	width: 950px;
}

body#single div.body h2 {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 150%;
	margin: 10px auto;
	padding: 10px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

body#single div.body ul {
	line-height: 1.5em;
	margin: 20px auto;
}

body#single div.body table {
	border-top: 1px solid #88724f;
	margin: 20px auto;
}

body#single div.body table td {
	border-bottom: 1px solid #88724f;
	padding: 10px 20px;
}

/***********************************************************************/

header {
	min-width: 1200px;
	position: relative;
}

#header-logo {
	left: 10px;
	position: absolute;
	top: 25px;
}

#hamburger {
	display: none;
}

ul#globalnav-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	left: 160px;
	position: absolute;
	top: 32px;
}

ul#globalnav-main li a {
	font-weight: 700;
	padding: 10px 18px;
	position: relative;
	text-decoration: none;
}

ul#globalnav-main li a::after {
	background: #009a5a;
	border-radius: 50px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s;
	width: 100%;
}

ul#globalnav-main li a:hover::after {
	transform: scale(1, 1);
}

ul#globalnav-main li.about em {
	font-weight: 700;
	padding: 10px 0 30px 0;
}

ul#globalnav-main li.about em:hover {
	cursor: pointer;
}

ul#globalnav-main li.about {
	z-index: 2;
}

ul#globalnav-main li.about div {
	background-color: rgba(255,255,255,.90);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	left: 0;
	margin-top: 22px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	transform: translateY(-20px);
	transition: opacity .4s ease, transform .4s ease, visibility .4s;
	visibility: hidden;
	width: 100%;
}

ul#globalnav-main li.about:hover div {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

ul#globalnav-main li.about div ul {
	background: rgba(231,241,241,.6);
	padding: 35px 0 30px 164px;
}

ul#globalnav-main li.about div ul li {
	display: inline-block;
	margin: 0 20px;
	width: 200px;
}

ul#globalnav-main li.about div ul li a {
	display: block;
	padding: 0;
	position: static;
	text-align: center;
	width: 200px;
}

ul#globalnav-main li.about div ul li a p {
	background: url(images/link_btn_gray.svg) no-repeat right 3px center;
	background-size: 5px;
	display: inline;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	transition: all .2s;
}

ul#globalnav-main li.about div ul li a:hover p {
	background-position: right center;
	transition: all .3s;
}

ul#globalnav-main li.about div ul li a::after {
	height: 0;
}

a#englishjapanese {
	background: url(images/link_btn.svg) no-repeat right 10px top 12px;
	background-size: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 2px 22px 2px 5px;
	position: absolute;
	right: 440px;
	text-decoration: none;
	top: 10px;
}

a#englishjapanese:hover {
	background-position: right 7px top 12px;
}

ul#globalnav-right {
	display: flex;
	flex-wrap: wrap;
	float: right;
	justify-content: right;
}

ul#globalnav-right li {
	border-left: 1px solid #e0e0e0;
	height: 80px;
}

ul#globalnav-right li a {
	background-position: center top 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 80px;
	line-height: 1.2em;
	padding-top: 42px;
	text-align: center;
	text-decoration: none;
	width: 140px;
}

ul#globalnav-right li:nth-child(1) a {
	background-image: url(images/headernav_onlineshop.jpg);
}

ul#globalnav-right li:nth-child(2) a {
	background-image: url(images/headernav_cleaning.jpg);
}

ul#globalnav-right li:nth-child(3) a {
	background-image: url(images/headernav_academy.jpg);
	padding-top: 48px;
}

ul#globalnav-right li a:hover {
	background-color: #f1f7f7;
}

nav#breadnav {
	border-top: 1px solid #e0e0e0;
	clear: both;
	padding: 5px 0;
}

nav#breadnav ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	justify-content: left;
}

nav#breadnav ul li {
	background: url(images/breadnav_arrow.svg) no-repeat right center;
	background-size: 12px;
	padding: 0 26px 0 10px;
}

nav#breadnav ul li:first-child {
	padding: 0 26px 0 30px;
}

nav#breadnav ul li:first-child a {
	background: url(images/breadnav_home.jpg) no-repeat left center;
	background-size: 17px;
	padding-left: 25px;
}

nav#breadnav ul li:last-child {
	background-image: none;
	padding-right: 0;
}

nav#breadnav ul li a {
	text-decoration: none;
}

main {
	border-top: 1px solid #e0e0e0;
	clear: both;
}

#title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	padding-top: 140px;
}

#title h1 {
	color: white;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 8px;
	line-height: 1.1em;
	margin-left: 8px;
	text-shadow: 0 0 9px rgba(0,0,0,.8);
}

#title h1 em {
	display: block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 6px;
}

#title-s {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	padding-top: 40px;
	text-align: center;
}

#title-s a {
	color: white;
	display: inline-block;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 8px;
	line-height: 1.1em;
	margin-left: 8px;
	text-decoration: none;
	text-shadow: 0 0 9px rgba(0,0,0,.8);
}

#title-s a em {
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 6px;
}

div.main {
	margin: 0 auto;
	width: 1200px;
}

div.main-s {
	margin: 0 auto;
	width: 1000px;
}

div.bg-lightgreen {
	background-color: #f1f7f7;
}

footer {
	background-color: #f4f6f7;
	border-top: 1px solid #ebebeb;
}

footer a {
	text-decoration: none;
}

ul#flogos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 0 40px 0;
	width: 1000px;
}

ul#flogos li {
	margin: 5px 10px;
	width: 300px;
}

ul#flogos li a {
	display: inline-block;
	padding-top: 5px;
	text-align: center;
}

ul#flogos li a img {
	background-color: white;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

ul#flogos li a p {
	background: url(images/link_btn_gray.svg) no-repeat right 3px center;
	background-size: 5px;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 5px 20px 5px 15px;
	text-align: center;
}

ul#flogos li a:hover p {
	background-position: right center;
}

#footer {
	background-color: #4f5d66;
}

a#pagetop {
	background-color: #394750;
	color: white;
	display: block;
	padding: 10px;
	text-align: center;
}

nav#footernav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	width: 1100px;
}

nav#footernav ul {
	margin: 0 10px;
}

nav#footernav ul li {
	color: white;
	display: block;
	font-weight: 400;
}

nav#footernav ul li a {
	background: url(images/link_btn_white.svg) no-repeat right 10px center;
	background-size: 4px;
	color: white;
	display: inline-block;
	font-weight: 500;
	padding: 2px 22px 2px 5px;
	text-decoration: none;
}

nav#footernav ul li a:hover {
	background-position: right 7px center;
}

nav#footernav ul:first-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

nav#footernav ul:first-child li {
	display: inline-block;
	margin-right: 20px;
}

nav#footernav ul:first-child li:nth-child(2) ul {
	display: block;
	margin: 0 0 0 10px;
}

nav#footernav ul:first-child li:nth-child(2) ul li {
	display: block;
	font-size: 14px;
	margin-right: 0;
	white-space: nowrap;
	width: auto;
}

nav#footernav ul:first-child li:nth-child(2) ul li a {
	float: left;
}

nav#footernav ul:nth-child(2),
nav#footernav ul:nth-child(3) {
	font-size: 14px;
}

nav#footernav ul#footer-sns {
	bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	right: 0;
}

nav#footernav ul#footer-sns li {
	margin: 0 5px;
}

nav#footernav ul#footer-sns li:last-child {
	margin: 0;
}

nav#footernav ul#footer-sns li a {
	background-image: none;
	padding: 0;
}

p#copyright {
	color: #aeb1b4;
	font-size: 12px;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}