@charset "utf-8";

body {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background: #eee;
	position: relative;
}

a {
	color: #111;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:visited {
	color: #111;
}

a:hover {
	color: #111;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul,dl,li,dt,dd {
	list-style: none !important;
}

input[type="submit"] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

input {
	font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
p,
strong,
b,
span,
a {
	line-height: 140%;
}

.wp-block-file__button {
	display: inline-block !important;
}

.addtoany_content {
	margin: 0 0 50px 0 !important;
}

select {
	-webkit-appearance: none;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

@media (max-width: 740px) {
		.grecaptcha-badge {
		bottom: 50px !important;
}
}

.article_tag {
	font-size: 80%;
	margin-bottom: 10px;
}

.article_tag span {
	margin: 0 5px 10px 0;
	padding: 3px;
	background: #f7f7f7;
	display: inline-block;
}

.article_subimg img {
	max-width: 80% !important;
	height: auto !important;
}



/* side_contents
--------------------------------------------------------- */
@media (min-width: 741px) and (max-width: 1000px) {
	.side_contents {
		width: 100%;
}
}

.side_contents section {
	margin-bottom: 30px;
}

@media (max-width: 740px) {
		.side_contents section {
		margin-bottom: 40px;
}
}

.side_contents section ul {
	font-size: 90%;
	padding: 30px 30px 20px 30px;
	background: #fff;
	border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
}

.side_contents section h2 {
	margin-bottom: 10px;
}

.side_contents section li {
	margin-bottom: 5px;
}

.side_contents section .post-date {
	font-size: 80%;
}

.widget_media_image img {
	width: 100% !important;
	max-width: 100% !important;
}

@media (min-width: 741px) and (max-width: 1000px) {
	.widget_media_image img {
		width: auto !important;
		margin: 0 auto !important;
		display: block !important;
}
}



/* pagenation
========================================================= */
.pagenation {
	width: 100%;
	margin: 20px 0 10px 0;
	text-align: center;
	overflow: hidden;
}

.pagenation a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none !important;
	margin: 0 2px 10px 2px !important;
	color: #fff !important;
	background: #cccccc;
	border: 1px #cccccc solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block !important;
	position: relative;
}

.pagenation a:visited {
	text-decoration: none;
	color: #fff;
}

.pagenation span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none !important;
	margin: 0 2px !important;
	color: #a58d7f !important;
	border: 1px #cccccc solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block !important;
	position: relative;
}



/* contact_form
========================================================= */
.contact_form {
	margin-top: 50px;
}

.contact_form dt {
	margin-bottom: 10px;
}

.form_comment {
	font-size: 80%;
	margin-top: 10px;
	display: block;
}

.contact_form p {
	margin: 0 !important;
}

.contact_form .ajax-loader {
	margin: 0 !important;
	display: none !important;
}

.wpcf7-form-control-wrap {
	display: inline-block !important;
}

@media (min-width: 741px) and (max-width: 1000px) {
	.contact_form span {
}
}

@media (max-width: 740px) {
	.contact_form span {
}
}

.contact_form span span span {
	font-size: 90%;
	margin: 10px 10px 0 0;
	display: inline-block;
}

.contact_form span span span label {
	padding: 5px 10px;
	background: #e7e7e7;
	display: inline-block;
}

.wpcf7-list-item-label {
	padding-left: 3px !important;
	margin: 0 !important;
}

.contact_form input[type=text],
.contact_form input[type="url"],
.contact_form input[type="email"],
.contact_form input[type="tel"] {
	line-height: 140%;
	padding: 10px;
}

@media (min-width: 741px) and (max-width: 1000px) {
	.contact_form input[type=text],
	.contact_form input[type="url"],
	.contact_form input[type="email"],
	.contact_form input[type="tel"] {
		width: calc(100% - 24px);
}
}

@media (max-width: 740px) {
	.contact_form input[type=text],
	.contact_form input[type="url"],
	.contact_form input[type="email"],
	.contact_form input[type="tel"] {
		width: calc(100% - 24px);
}
}

.contact_form textarea {
	line-height: 140%;
	padding: 10px;
}

@media (min-width: 741px) and (max-width: 1000px) {
	.contact_form textarea {
		width: calc(100% - 24px);
}
}

@media (max-width: 740px) {
	.contact_form textarea {
		width: calc(100% - 24px);
}
}

.contact_form input[type=submit] {
	height: 50px;
	line-height: 50px;
	font-size: 80%;
	letter-spacing: 2px;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0 80px;
	color: #fff;
	background: url() 50% 50% no-repeat rgb(149, 185, 97);
	border: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	display: block;
}

@media (max-width: 740px) {
	.contact_form input[type=submit] {
		margin: 0 auto;
}
}

.contact_form input[type=submit]:hover {
	opacity: 0.9;
}

.wpcf7-response-output {
	font-size: 80% !important;
	text-align: center;
	margin: 0;
	padding: 10px !important;
	border-color: red !important;
}

:focus {
	outline: none !important;
}



/* nextprev_page
--------------------------------------------------------- */
.nextprev_page {
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	.nextprev_page {
		width: 100%;
}
}

.nextprev_page div {
	width: calc(50% - 10px);
	line-height: 130%;
	letter-spacing: 0;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media (max-width: 740px) {
	.nextprev_page div {
		width: 100%;
}
}

.nextprev_page div:nth-of-type(1) {
	margin-right: 10px;
}

@media (max-width: 740px) {
	.nextprev_page div:nth-of-type(1) {
		margin: 0 0 20px 0;
}
}

.nextprev_page div:nth-of-type(2) {
	margin-left: 10px;
}

@media (max-width: 740px) {
	.nextprev_page div:nth-of-type(2) {
		margin: 0;
}
}

.nextprev_page div a {
	height: calc(100% - 10px);
	font-size: 90% !important;
	text-decoration: none !important;
	padding: 16px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nextprev_page div a:visited {
	text-decoration: none !important;
}

.nextprev_page div a:hover {
	text-decoration: none !important;
	opacity: 0.9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nextprev_page div a p {
	letter-spacing: 1px;
	margin: 0 0 10px 0 !important;
	padding-left: 20px !important;
}

.nextprev_page div:nth-of-type(1) a p {
	background: url(../img/left-arrow.png) left 50% no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.nextprev_page div:nth-of-type(2) a p {
	background: url(../img/right-arrow.png) left 50% no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.nextprev_page div a p span {
	font-size: 90%;
	margin-left: 5px;
	display: inline-block;
}

.nextprev_page div a img {
	max-width: 100px !important;
	height; auto !important;
	margin: 0 16px 0 0 !important;
	float: left;
}



/* filter
========================================================= */
.filter_01 {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3));
	display: block;
	overflow: hidden;
	z-index: 2;
}



/* button
========================================================= */
.button_01 {
	text-align: center;
}

.button_01 a {
	font-size: 90%;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 600;
	padding: 16px 60px;
	color: #fff;
	background: #9fbf2e;
	border-radius: 5px;
	display: inline-block;
}

.button_01 a:visited {
	text-decoration: none;
}

.button_01 a:hover {
	opacity: 0.9;

}

.button_02 {
	background: #fff;
	margin-bottom: 0 !important;
	z-index: 10;
	border-radius: 10px;
}

.button_02 a {
	font-size: 90%;
	text-decoration: none;
	font-weight: 600;
	padding: 16px 20px;
	color: #fff;
	background: #9fbf2e;
	border-radius: 5px;
	display: inline-block;
}

.button_02 a:visited {
	text-decoration: none;
}

.button_02 a:hover {
	opacity: 0.9;
}

.button_03 {
	padding-right: 40px;
	z-index: 10;
}

.button_03 a {
	width: 100%;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 16px 0;
	color: #fff;
	background: #9fbf2e;
	border-radius: 5px;
	display: inline-block;
}

.button_03 a:visited {
	text-decoration: none;
}

.button_03 a:hover {
	opacity: 0.9;
}

.button_04 {
	padding-right: 40px;
	z-index: 10;
}

.button_04 a {
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	padding: 16px 30px;
	color: #fff;
	background: #9fbf2e;
	border-radius: 5px;
	display: inline-block;
}

.button_04 a:visited {
	text-decoration: none;
}

.button_04 a:hover {
	opacity: 0.9;
}



/* header
========================================================= */
header {
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 740px) {
	header {
		margin-bottom: 60px;
}
}



/* logo
--------------------------------------------------------- */
.logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

.logo a {
	background: #fff;
	display: block;
}

.logo a img {
	width: 160px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.logo a img:hover {
	opacity: 0.9;
}

@media (max-width: 740px) {
	.logo a img {
		width: 100px;
}
}

.other_header {
	margin-bottom: 30px;
}

@media (max-width: 740px) {
	.other_header {
		margin-bottom: 60px;
}
}

.other_header .logo {
	display: inline-block;
	position: relative;
}

.other_header .logo img {
	width: 100px;
}



/* contact_button
========================================================= */
.contact_button {
	background: #fff;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

@media (max-width: 350px) {
	.contact_button {
		top: 54px;
}
}

.contact_button a {
	width: 66px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 0;
	background: #6c777e;
	display: inline-block;
}

@media (max-width: 740px) {
	.contact_button a {
		width: 56px;
		line-height: 54px;
}
}

.contact_button a:visited {
	text-decoration: none;
}

.contact_button a:hover {
	opacity: 0.9;
}

.contact_button a img {
	width: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}

@media (max-width: 740px) {
	.contact_button a img {
		width: 20px;
}
}



/* catchcopy
--------------------------------------------------------- */
.catchcopy {
	font-weight: 600;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 15;
	pointer-events: none;
}

@media (max-width: 740px) {
	 .catchcopy{
		width: 100%;
		top: 260px;
}
}

.catchcopy p:nth-of-type(1) {
	line-height: 120%;
	font-size: 46px;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

@media (max-width: 740px) {
	.catchcopy p:nth-of-type(1) {
		font-size: 26px;
		letter-spacing: 0;
		margin-bottom: 13px;
		padding-bottom: 16px;
}
}

.catchcopy p:nth-of-type(1)::before {
	width: 50px;
	border-bottom: 5px #fff solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
}

@media (max-width: 740px) {
	.catchcopy p:nth-of-type(1)::before {
		width: 30px;
		border-bottom: 3px #fff solid;
}
}

.catchcopy p:nth-of-type(2) {
	font-size: 20px;
}

@media (max-width: 740px) {
	.catchcopy p:nth-of-type(2) {
		font-size: 12px;
}
}



/* nationalflag
--------------------------------------------------------- */
.nationalflag {
	padding-left: 18px;
	background: url(../img/select_icon2.png) no-repeat #fff;
	background-position: left 7px center;
	background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	-o-background-size: 10px 10px;
	-ms-background-size: 10px 10px;
	position: fixed;
	right: 132px;
	top: 0;
	z-index: 10000;
}

@media (max-width: 740px) {
	.nationalflag {
		right: 112px;
}
}

@media (max-width: 350px) {
	.nationalflag {
		right: 56px;
}
}

.nationalflag select {
	max-width: 110px;
	font-size: 70%;
	padding: 5px 15px 5px 5px;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: url(../img/search_arrow_01.png) no-repeat #fff;
	background-position: right 7px center;
	background-size: 7px 7px;
	-moz-background-size: 7px 7px;
	-webkit-background-size: 7px 7px;
	-o-background-size: 7px 7px;
	-ms-background-size: 7px 7px;
}



/* head_block
--------------------------------------------------------- */
.head_block {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.head_block:nth-of-type(2) {
	width: 50%;
	height: 600px;
	background-position: center top;
	float: left;
}

@media (max-width: 740px) {
	.head_block:nth-of-type(2) {
		width: 100%;
		height: 400px;
}
}

@media (min-width: 1600px) {
	.head_block:nth-of-type(2) {
		height: 700px;
}
}

.head_block:nth-of-type(3) {
	width: 50%;
	height: 300px;
	background-position: center top;
	float: left;
}

@media (max-width: 740px) {
	.head_block:nth-of-type(3) {
		height: 160px;
}
}

@media (min-width: 1600px) {
	.head_block:nth-of-type(3) {
		height: 350px;
}
}

.head_block:nth-of-type(4) {
	width: 50%;
	height: 300px;
	background-position: center top;
	float: left;
}

@media (max-width: 740px) {
	.head_block:nth-of-type(4) {
		height: 160px;
}
}

@media (min-width: 1600px) {
	.head_block:nth-of-type(4) {
		height: 350px;
}
}

.head_block a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,0.1);
	display: block;
	overflow: hidden;
	z-index: 10;
	transition: .3s;
}

.head_block a:visited {
	text-decoration: none;
}

.head_block a:hover {
	background: rgba(0,0,0,0.0);
}

.head_block p {
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 30px 30px 40px 30px;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 20;
}

@media (min-width: 741px) and (max-width: 950px) {
	 .head_block p {
		font-size: 100%;
		letter-spacing: 0px;
}
}

@media (max-width: 740px) {
	.head_block p {
		font-size: 12px;
		padding: 16px 16px 26px 16px;
}
}

.head_block p::before {
	width: 50px;
	border-bottom: 2px #111 solid;
	position: absolute;
	bottom: 30px;
	content: "";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head_block p:hover::before {
	width: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 740px) {
	.head_block p::before {
		width: 20px;
		bottom: 16px;
		border-bottom: 1px #111 solid;
}
}

.head_block:nth-of-type(2) p {
	position: absolute;
	left: 0;
	bottom: 0;
}

.head_block:nth-of-type(3) p,
.head_block:nth-of-type(4) p {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (max-width: 740px) {
	.head_block:nth-of-type(3) p {
		right: auto;
		left: 0;
}
}



/* lead
========================================================= */
#lead {
	margin-bottom: 80px;
	text-align: center;
}

@media (max-width: 740px) {
	#lead {
		margin-bottom: 60px;
}
}

#lead h1 {
	line-height: 160%;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 60px;
}

@media (max-width: 740px) {
	#lead h1 {
		font-size: 16px;
		text-align: left;
		padding: 0 40px;
}
}



/* newsrelease
========================================================= */
#newsrelease {
	width: calc(100% - 120px);
	max-width: calc(1000px - 120px);
	margin: 0 auto 100px auto;
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	#newsrelease {
		width: calc(100% - 40px);
		max-width: calc(800px - 40px);
		margin: 0 auto 60px auto;
		padding: 0 20px;
}
}

#newsrelease ul {
	width: calc(100% - 60px);
	padding: 35px 30px 30px;
	background: #fff;
	position: relative;
}

@media (max-width: 740px) {
	#newsrelease ul {
		width: calc(100% - 40px);
		padding: 35px 20px 25px 20px;
}
}

.newsrelease_title {
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 600;
	font-size: 80%;
	letter-spacing: 1px;
	color: #fff;
	background: #9fbf2e;
	padding: 5px 8px;
	margin-bottom: 10px;
	position: absolute;
	left: -5px;
	top: -5px;
}

#newsrelease li {
	width: 100%;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
	display: flex;
	flex-wrap: wrap;
}

#newsrelease li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#newsrelease li h3 {
	width: calc(100% - 90px);
	font-size: 90%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media (max-width: 740px) {
	#newsrelease li h3 {
		width: calc(100% - 70px);
		font-size: 90%;
		letter-spacing: 0px;
}
}

#newsrelease li span {
	width: 80px;
	font-size: 80%;
	margin-right: 10px;
	display: inline-block;
}

@media (max-width: 740px) {
	#newsrelease li span {
		width: 60px;
		font-size: 70%;
		letter-spacing: 0px;
}
}

#newsrelease li a {
	display: block;
}

#newsrelease li a {text-decoration: none;}
#newsrelease li a:visited {text-decoration: none;}
#newsrelease li a:hover {text-decoration: underline;}

.newsrelease_link {
	width: 100%;
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

@media (max-width: 740px) {
	.newsrelease_link {
		right: -5px;
		bottom: -5px;
}
}

.newsrelease_link a {
	font-size: 80%;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 8px;
	color: #fff;
	background: #111;
	display: inline-block;
}

.newsrelease_link a {text-decoration: none;}
.newsrelease_link a:visited {text-decoration: none;}

.newsrelease_link a:hover {
	opacity: 0.8;
}



/* top_menu
========================================================= */
#top_menu {
	margin-bottom: 100px;
}

@media (max-width: 740px) {
	#top_menu {
		margin-bottom: 60px;
}
}

#top_menu a {text-decoration: none;}
#top_menu a:visited {text-decoration: none;}



/* top_menu_block_03
--------------------------------------------------------- */
.top_menu_container_03 {
	width: calc(100% - 80px);
	max-width: calc(1340px - 80px);
	margin: 0 auto 40px auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_container_03 {
		width: calc(100% - 40px);
		max-width: calc(1340px - 40px);
		padding: 0 20px;
}
}

@media (max-width: 740px) {
	.top_menu_container_03 {
		margin: 0 auto 10px auto;
}
}

.top_menu_block_03 {
	width: 33.3333%;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 740px) {
	.top_menu_block_03 {
		width: 100%;
}
}

.top_menu_block_03 a {
	margin: 0 20px;
	padding: 40px 30px 30px;
	background: #fff;
	display: block;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 30% 20% / 10%);
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_03 a {
		margin: 0 10px;
}
}

@media (max-width: 740px) {
	.top_menu_block_03 a {
		margin: 0 0 30px 0;
}
}

.top_menu_block_03 p:nth-of-type(1) {
	font-size: 90%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_03 p:nth-of-type(1) {
		font-size: 90%;
}
}

@media (max-width: 740px) {
	.top_menu_block_03 p:nth-of-type(1) {
		font-size: 90%;
}
}

.top_menu_block_03 p:nth-of-type(1)::before {
	width: 30px;
	border-bottom: 2px #111 solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
}

@media (max-width: 740px) {
	.top_menu_block_03 p:nth-of-type(1)::before {
		border-bottom: 1px #111 solid;
}
}

.top_menu_block_03 p:nth-of-type(2) {
	width: 100%;
	padding-top: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}



/* top_menu_block_04
--------------------------------------------------------- */
.top_menu_container_04 {
	width: calc(100% - 80px);
	max-width: calc(1300px - 80px);
	margin: 0 auto 40px auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_container_04 {
		width: calc(100% - 40px);
		max-width: calc(1340px - 40px);
		padding: 0 20px;
}
}

@media (max-width: 740px) {
	.top_menu_container_04 {
		margin: 0 auto 10px auto;
}
}
.top_menu_block_04 {
	width: 25%;
	text-align: center;
	overflow: hidden;
}

@media (min-width: 951px) and (max-width: 1200px) {
	.top_menu_block_04 {
		width: 33.3333%;
		margin-bottom: 30px;
}
}

@media (min-width: 951px) and (max-width: 1200px) {
	.top_menu_block_04:nth-of-type(4) {
		margin-bottom: 0;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_04 {
		width: 50%;
		margin-bottom: 30px;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_04:nth-of-type(3),
	.top_menu_block_04:nth-of-type(4) {
		margin-bottom: 0;
}
}

@media (max-width: 740px) {
	.top_menu_block_04 {
		width: 100%;
}
}

.top_menu_block_04 a {
	margin: 0 15px;
	padding: 40px 30px 30px;
	background: #fff;
	display: block;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 30% 20% / 10%);
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_04 a {
		margin: 0 15px;
}
}

@media (max-width: 740px) {
	.top_menu_block_04 a {
		margin: 0 0 30px 0;
}
}

.top_menu_block_04 p:nth-of-type(1) {
	font-size: 100%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

.top_menu_block_04 p:nth-of-type(1)::before {
	width: 30px;
	border-bottom: 2px #111 solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top_menu_block_04 p:nth-of-type(1):hover::before {
	width: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 740px) {
	.top_menu_block_04 p:nth-of-type(1)::before {
		border-bottom: 1px #111 solid;
}
}

.top_menu_block_04 p:nth-of-type(2) {
	width: 100%;
	padding-top: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top_menu_block_04 p:nth-of-type(2):hover {
	opacity: 0.8;
}



/* top_menu_block_05
--------------------------------------------------------- */
.top_menu_container_05 {
	width: calc(100% - 80px);
	max-width: calc(1300px - 80px);
	margin: 0 auto 40px auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_container_05 {
		width: calc(100% - 40px);
		max-width: calc(1340px - 40px);
		padding: 0 20px;
}
}

@media (max-width: 740px) {
	.top_menu_container_05 {
		margin: 0 auto 10px auto;
}
}
.top_menu_block_05 {
	width: 25%;
	text-align: center;
	overflow: hidden;
}

@media (min-width: 951px) and (max-width: 1200px) {
	.top_menu_block_05 {
		width: 33.3333%;
		margin-bottom: 30px;
}
}

@media (min-width: 951px) and (max-width: 1200px) {
	.top_menu_block_05:nth-of-type(4) {
		margin-bottom: 0;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_05 {
		width: 50%;
		margin-bottom: 30px;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_05:nth-of-type(3),
	.top_menu_block_05:nth-of-type(4) {
		margin-bottom: 0;
}
}

@media (max-width: 740px) {
	.top_menu_block_05 {
		width: 100%;
}
}

.top_menu_block_05 a {
	margin: 0 15px;
	padding: 40px 30px 30px;
	background: #fff;
	display: block;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 30% 20% / 10%);
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_05 a {
		margin: 0 15px;
}
}

@media (max-width: 740px) {
	.top_menu_block_05 a {
		margin: 0 0 30px 0;
}
}

.top_menu_block_05 p:nth-of-type(1) {
	font-size: 90%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 741px) and (max-width: 950px) {
	.top_menu_block_05 p:nth-of-type(1) {
		font-size: 90%;
}
}

@media (max-width: 740px) {
	.top_menu_block_05 p:nth-of-type(1) {
		font-size: 90%;
}
}

.top_menu_block_05 p:nth-of-type(1)::before {
	width: 30px;
	border-bottom: 2px #111 solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
}

@media (max-width: 740px) {
	.top_menu_block_05 p:nth-of-type(1)::before {
		border-bottom: 1px #111 solid;
}
}

.top_menu_block_05 p:nth-of-type(2) {
	width: 100%;
	padding-top: 70%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}



/* top_about
========================================================= */
#top_about {
	width: 100%;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media (max-width: 740px) {
	#top_about {
		padding: 60px 0;
}
}

.top_about_container {
	width: calc(100% - 120px);
	max-width: calc(1300px - 120px);
	margin: 0 auto;
	padding: 0 60px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	.top_about_container {
		width: calc(100% - 80px);
		max-width: calc(1300px - 80px);
		padding: 0 40px;
}
}

#top_about h3 {
	width: 100%;
	line-height: 160%;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 40px;
	z-index: 10;
}

@media (max-width: 740px) {
	#top_about h3 {
		font-size: 90%;
}
}

#top_about p {
	width: 100%;
	line-height: 160%;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 40px;
	z-index: 10;
}

@media (max-width: 740px) {
	#top_about p {
		font-size: 90%;
}
}



/* article
========================================================= */
#article {
	width: calc(100% - 120px);
	max-width: calc(1300px - 120px);
	margin: 0 auto;
	padding: 0 60px 50px 60px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	#article {
		width: calc(100% - 40px);
		padding: 0 20px 10px 20px;
}
}



/* article_left
========================================================= */
#article_left {
	width: calc(100% - 360px);
}

@media (max-width: 740px) {
	#article_left {
		width: 100%;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	#article_left {
		width: 100%;
}
}

h1.article_title {
	font-size: 160% !important;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 2px #ccc solid;
	position: relative;
}

@media (max-width: 740px) {
	h1.article_title {
		font-size: 130% !important;
}
}

.article_title::after {
	width: 30%;
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -2px;
	border-bottom: 2px solid #9fbf2e;
}

@media (max-width: 740px) {
	h1.article_title {
		font-size: 120%;
}
}

#article_left h1,
#article_left h2,
#article_left h3,
#article_left h4,
#article_left h5,
#article_left p,
#article_left figure,
#article_left dl,
#article_left iframe {
	line-height: 150%;
	font-weight: 500;
	margin-bottom: 50px;
}

#article_left ul {
	line-height: 150%;
	font-size: 100%;
	font-weight: 500;
	margin-bottom: 40px;
}

.wp-block-file {
	margin-bottom: 50px !important;
}

#article_left h2 {
	width: calc(100% - 43px);
	line-height: 120%;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 20px;
	border-left: 3px #95b961 solid;
	background: #e7e7e7;
	overflow: hidden;
}

@media (max-width: 740px) {
	#article_left h2 {
		font-size: 100%;
}
}

#article_left h3 {
	line-height: 120%;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}

@media (max-width: 740px) {
	 #article_left h3{
		font-size: 100%;
}
}

#article_left h3::after {
	width: 20px;
	height: 3px;
	background: #95b961;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#article_left blockquote {
	font-size: 90%;
	font-style: italic;
	padding: 20px;
	margin-bottom: 50px;
	background: #e7e7e7;
}

#article_left blockquote p {
	margin-bottom: 0 !important;
}

#article_left iframe {
	max-width: 100%;
}

#article_left ul,
#article_left ol {
	line-height: 140%;
	margin-bottom: 50px;
}

#article_left ul li {
	list-style: disc inside !important;
	margin: 0 0 10px 10px;
}

#article_left ol li {
	list-style: decimal inside !important;
	margin-left: 10px;
}

@media (max-width: 740px) {
	.wp-block-table {
		overflow-x: scroll;
		white-space: nowrap;
		margin-bottom: 30px;
	}
}

#article_left table {
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

@media (max-width: 740px) {
	#article_left table {
		width: 100%;
		white-space: nowrap;
		overflow: auto;
}
}

#article_left th,
#article_left td {
	padding: 20px;
	border: 1px #ccc solid;
}

.is-style-stripes table,
.is-style-stripes th,
.is-style-stripes td {
	border: none !important;
}

.is-style-stripes tbody tr:nth-child(odd) {
	background: #f7f7f7 !important;
}

.wp-block-table tr {
	background: #fff;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	width: 100% !important;
	padding: 60% 0 0;
	position: relative;
	overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}



/* blog_category
--------------------------------------------------------- */
.blog_category {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.blog_category span {
	width: 100%;
	font-size: 80%;
	margin-bottom: 5px;
	display: block;
}

.blog_category p {
	margin: 0 !important;
}

.blog_category p a {
	font-size: 70%;
	text-decoration: none;
	padding: 5px 8px;
	margin: 0 10px 10px 0;
	background: #e7e7e7;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.blog_category p a:hover {
	background: #e3e3e3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



/* sidebar
========================================================= */
#sidebar {
	width: 300px;
	margin-left: 60px;
}

@media (max-width: 740px) {
	#sidebar {
		width: 100%;
		margin-left: 0;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	#sidebar {
		width: 100%;
		margin-left: 0;
}
}

@media (max-width: 740px) {
	.side_cate,
	.side_search_box {
		display: none;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	.side_cate,
	.side_search_box {
		display: none;
}
}

.side_cate {
	margin-bottom: 30px;
}

.side_cate li a {
	font-size: 90%;
	font-weight: 500;
	text-decoration: none;
	padding: 10px 5px;
	border-bottom: 1px #ccc solid;
	display: block;
	position: relative
}

.side_cate li a::after {
	width: 30%;
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	border-bottom: 2px solid #9fbf2e;
}

.side_cate ul ul li a {
	padding-left: 15px;
}

.side_cate ul ul li a::after {
	border: none;
}

.side_cate li a:visited {
	text-decoration: none;
}

.side_cate li a:hover {
	background: #e7e7e7;
}



/* fat-nav searchform
--------------------------------------------------------- */
.side_search_box {
	margin-bottom: 30px;
}

.side_search_box input[type=text] {
	width: 240px;
	height: 43px;
	line-height: 50px;
	margin: 0;
	padding: 0 5px;
	background: #fff;
	border: none !important;
	border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(left, #fff, #fff);
	position: relative;
}

.side_search_box input[type=submit] {
	width: 50px;
	height: 43px;
	line-height: 50px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	background: url(../img/search_01.png) 50% 50% no-repeat #9fbf2e;
	background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-o-background-size: 14px 14px;
	-ms-background-size: 14px 14px;
	border: none !important;
	border-radius: 0 5px 5px 0 !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
}



/* article_list
======================================================== */
#article_list {
	width: calc(100% - 360px);
}

@media (max-width: 740px) {
	#article_list {
		width: 100%;
}
}

@media (min-width: 741px) and (max-width: 950px) {
	#article_list {
		width: 100%;
}
}

#article_list h1.article_title {
	margin-bottom: 50px;
}

#article_list_container {
	width: calc(100% + 40px);
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	#article_list_container {
		margin-bottom: 20px;
}
}

.article_list_block {
	width: calc(50% - 40px);
	margin: 0 20px 40px 20px;
}

@media (max-width: 740px) {
	.article_list_block {
		width: calc(100% - 40px);
		margin: 0 20px 30px 20px;
}
}

.article_list_block a {
	font-size: 90%;
	text-decoration: none;
	background: #fff;
	padding: 40px 30px 30px;
	display: block;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 30% 20% / 10%);
	position: relative;
}

.article_list_block a:visited {
	text-decoration: none;
}

.article_list_block a:hover {
	background: #fcfcfc;
}

.article_list_block h3 {
	font-size: 110%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
}

.article_list_block dd {
	display: flex;
	flex-wrap: wrap;
}

.article_list_block dd p:nth-of-type(1) {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.article_list_block dd p:nth-of-type(2) {
	width: calc(100% - 120px);
	padding-left: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.article_list_block dd a {
	display: inline-block;
}

#search_catch p {
	margin-bottom: 50px;
}

.article_list_block .cate_icon {
	font-size: 60%;
	font-weight: 600;
	padding: 3px 5px;
	color: #fff;
	background: #9fbf2e;
	position: absolute;
	top: 0;
	right: 0;
}



/* article_list_block_page20
--------------------------------------------------------- */
.article_list_container_page20 {
	width: calc(100% + 20px) !important;
	margin: 0 -10px 10px -10px !important;
}

@media (max-width: 740px) {
	.article_list_container_page20 {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
}
}

.article_list_container_page20_p {
	margin-bottom: 50px;
}

.article_list_block_page20 {
	width: calc(33.3333% - 20px);
	margin: 0 10px 40px 10px;
}

@media (max-width: 740px) {
	.article_list_block_page20 {
		width: 100%;
		margin: 0 0 30px 0;
}
}

.article_list_block_page20 a {
	font-size: 90%;
	text-decoration: none;
	background: #fff;
	padding: 30px;
	display: block;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 30% 20% / 10%);
}

.article_list_block_page20 a:visited {
	text-decoration: none;
}

.article_list_block_page20 h3 {
	font-size: 110%;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #ccc solid;
}

.article_list_block_page20 dd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.article_list_block_page20 dd p {
	width: 100%;
	height: 100%;
	padding-top: 60%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.article_list_block_page20 dd p:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.article_list_block_page20 dd a {
	display: inline-block;
}



/* top_blog
========================================================= */
.top_blog {
	width: calc(100% - 120px);
	max-width: calc(1300px - 120px);
	margin: 0 auto;
	padding: 100px 60px;
}

@media (max-width: 740px) {
	.top_blog {
		width: calc(100% - 80px);
		max-width: calc(1300px - 80px);
		margin: 0 auto;
		padding: 60px 40px;
}
}

.top_blog_title {
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 40px;
	padding: 0 20px;
}

@media (max-width: 740px) {
	.top_blog_title {
		font-size: 22px;
}
}

@media (max-width: 740px) {
	.top_blog_title {
		margin-bottom: 30px;
}
}

.top_blog_title span {
	font-size: 70%;
	margin-left: 20px;
	display: inline-block;
}

@media (max-width: 740px) {
	.top_blog_title span {
		font-size: 60%;
		margin-left: 10px;
}
}

.top_blog_inner {
	width: calc(100% + 40px);
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

.top_blog .button_01 {
	margin: 0 auto;
}

.blog_block {
	width: 25%;
	margin-bottom: 40px;
}

@media (max-width: 740px) {
	.blog_block {
		width: 100%;
		margin-bottom: 30px;
}
}

@media (min-width: 741px) and (max-width: 1000px) {
	.blog_block {
		width: 33.3333%;
}
}

@media (min-width: 741px) and (max-width: 1000px) {
	.blog_block:nth-of-type(4) {
		display: none;
}
}

.blog_block a {
	width: calc(100% - 40px);
	text-decoration: none;
	margin: 0 20px;
	display: block;
	position: relative;
}

.blog_block a:visited {
	text-decoration: none;
}

.blog_block a:hover {
}

.blog_block p {
	width: 100%;
	max-width: 100%;
	padding-top: 70%;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.blog_block p:hover {
	opacity: 0.8;
}

.blog_block span {
	font-size: 80%;
	margin-bottom: 5px;
	display: block;
}

.blog_block h3 {
	font-weight: 600;
	font-size: 80%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog_block h3:hover {
	text-decoration: underline;
}

.blog_block .cate_icon {
	font-size: 60%;
	font-weight: 600;
	padding: 3px 5px;
	color: #fff;
	background: #9fbf2e;
	position: absolute;
	top: 0;
	left: 0;
}



/* footer
========================================================= */
#footer {
	width: 100%;
	font-weight: 500;
	padding: 100px 0 0 0;
	color: #fff;
	background: #9fbf2e;
	overflow: hidden;
}

@media (max-width: 740px) {
	#footer {
		padding: 60px 0 0 0;
}
}

.footer_container {
	width: calc(100% - 120px);
	max-width: calc(1300px - 120px);
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 740px) {
	.footer_container {
		width: calc(100% - 80px);
		max-width: calc(1300px - 80px);
		padding: 0 40px 60px 40px;
}
}

.footer_block_01 {
	width: 130px;
}

@media (max-width: 740px) {
	.footer_block_01 {
		width: 100%;
		margin-bottom: 30px;
}
}

.footer_logo {
	background: #fff;
	margin-bottom: 20px;
	display: inline-block;
}

.footer_logo a {
	width: 100px;
	padding: 40px 20px;
	background: #fff;
	display: block;
}

.footer_logo a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.footer_logo img {
	width: 100%;
	height: auto;
}

#footer p {
	line-height: 160%;
	font-size: 90%;
	margin-bottom: 20px;
}

.footer_block_02 {
	width: calc(100% - 180px);
	margin-left: 50px;
}

@media (max-width: 740px) {
	.footer_block_02 {
		width: 100%;
		margin-left: 0;
}
}

.footer_block_02 ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_block_02 li {
}

.footer_block_02 li a {
	font-size: 90%;
	text-decoration: none;
	padding: 0 10px 5px 0;
	color: #fff;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.footer_block_02 li a:visited {
	text-decoration: none;
	color: #fff;
}

.footer_block_02 li a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.copyright {
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 60px;
}

.footer_sns ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_sns img {
	width: 30px;
	margin-right: 5px;
	opacity: 0.9;
}

.footer_sns a:hover {
	opacity: 0.9;
}



/* footer_banner
========================================================= */
#footer_banner {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

#footer_banner ul {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

#footer_banner a {
	font-size: 80%;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	padding: 18px 25px;
	display: inline-block;
}

@media (max-width: 740px) {
	#footer_banner a {
		font-size: 70%;
		padding: 10px 15px;
		letter-spacing: 0;
}
}

#footer_banner a:visited {
	text-decoration: none;
}

#footer_banner li:nth-of-type(1) a {
	background: #999;
}

#footer_banner li:nth-of-type(2) a {
	background: #6c777e;
}

#footer_banner li a:hover {
	opacity: 0.9;
}

#footer_banner a img {
	width: 20px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
}

@media (max-width: 740px) {
	#footer_banner a img {
		width: 16px;
}
}