@charset "utf-8";

/* The TOYAMA Chamber of Commerce & Industry
-----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

:root {
	--font-rounded: 'M PLUS Rounded 1c', sans-serif;
}
/*
font-family: var(--font-rounded);
*/

.font-rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
}

/* ==============================================
    body
============================================== */
body {
	font-size: 16px;
	line-height: 1.625;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	
}
@media screen and (max-width: 700px) {
	body {
		font-size: 14px;
		min-width: 300px;
		padding-top: 70px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
	color: #218770;
	transition: all .4s;
	text-decoration: none;
}

@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
    
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    
============================================== */
#container {
	overflow-x: hidden;
}

#container,
main,
.inner {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after,
main:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1200px;
}
#global-header .inner {
	width: 100%;
	padding: 0 15px;
}

.sp {
	display: none;
}
.switch {}
.call {}



@media screen and (max-width: 1250px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#global-nav .inner {
		width: 100%;
	}
}


/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}
nav ul{
	list-style: none;
}


/* ==============================================
    span.icon
============================================== */
span.icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
span.i-access {
	background-image: url("image/i_access.svg");
}
span.i-contact {
	background-image: url("image/i_contact.svg");
}
span.i-join {
	background-image: url("image/i_join.svg");
}
span.i-tel {
	background-image: url("image/i_tel.svg");
}

span.i-news {
	background-image: url("image/i_news.svg");
}
span.i-consul {
	background-image: url("image/i_consul.svg");
}
span.i-finance {
	background-image: url("image/i_finance.svg");
}
span.i-market {
	background-image: url("image/i_market.svg");
}
span.i-event {
	background-image: url("image/i_event.svg");
}
span.i-exam {
	background-image: url("image/i_exam.svg");
}
span.i-rental {
	background-image: url("image/i_rental.svg");
}
span.i-about {
	background-image: url("image/i_about.svg");
}
span.i-recruit {
	background-image: url("image/i_recruit.svg");
}

span.i-soudan {
	background-image: url("image/i_soudan.svg");
}
span.i-hojokin {
	background-image: url("image/i_hojokin.svg");
}
span.i-yuushi {
	background-image: url("image/i_yuushi.svg");
}
span.i-kigyou {
	background-image: url("image/i_kigyou.svg");
}
span.i-hanro {
	background-image: url("image/i_hanro.svg");
}
span.i-pr {
	background-image: url("image/i_pr.svg");
}
span.i-kyousai {
	background-image: url("image/i_kyousai.svg");
}
span.i-roudouhoken {
	background-image: url("image/i_roudouhoken.svg");
}
span.i-boueki {
	background-image: url("image/i_boueki.svg");
}
span.i-mail {
	background-image: url("image/i_mail.svg");
}
span.i-kikanshi {
	background-image: url("image/i_kikanshi.svg");
}
span.i-about-b {
	background-image: url("image/i_about_b.svg");
}
span.i-recruit-b {
	background-image: url("image/i_recruit_b.svg");
}


span.i-news-w {
	background-image: url("image/i_news_w.svg");
}
span.i-consul-w {
	background-image: url("image/i_consul_w.svg");
}
span.i-finance-w {
	background-image: url("image/i_finance_w.svg");
}
span.i-market-w {
	background-image: url("image/i_market_w.svg");
}
span.i-event-w {
	background-image: url("image/i_event_w.svg");
}
span.i-exam-w {
	background-image: url("image/i_exam_w.svg");
}
span.i-rental-w {
	background-image: url("image/i_rental_w.svg");
}
span.i-about-w {
	background-image: url("image/i_about_w.svg");
}
span.i-recruit-w {
	background-image: url("image/i_recruit_w.svg");
}

@media (hover: hover) {
	a:hover span.i-news {
		background-image: url("image/i_news_w.svg");
	}
	a:hover span.i-consul {
		background-image: url("image/i_consul_w.svg");
	}
	a:hover span.i-finance {
		background-image: url("image/i_finance_w.svg");
	}
	a:hover span.i-market {
		background-image: url("image/i_market_w.svg");
	}
	a:hover span.i-event {
		background-image: url("image/i_event_w.svg");
	}
	a:hover span.i-exam {
		background-image: url("image/i_exam_w.svg");
	}
	a:hover span.i-rental {
		background-image: url("image/i_rental_w.svg");
	}
	a:hover span.i-about {
		background-image: url("image/i_about_w.svg");
	}
	a:hover span.i-recruit {
		background-image: url("image/i_recruit_w.svg");
	}
}


/* ==============================================
    header
============================================== */
header {
	margin: 0;
	padding: 0;
	background: #F7F8DA;
}
header a:hover {
	text-decoration: none;
}
#siteid {
	position: absolute;
	top: 15px;
	left: 15px;
}


#global-header {}
#global-header .inner {
	display: flex;
	justify-content: flex-end;
}
#h_menu {
	display: flex;
	justify-content: space-between;
}

.searchBlock {
	margin-top: 30px;
}
.searchInput {
	width: 240px;
	height: 50px;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.searchBlock .search_text {
	border: none;
	outline: none;
	width: 100%;
	flex: 1;
}
.searchBlock .search_btn {
	display: block;
	border: none;
	background: #fff url("image/icon_search.svg") no-repeat center right / 26px 26px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#h_menu nav {
	margin-left: 12px;
	margin-right: 12px;
}
#h_menu nav ul {
	display: flex;
	justify-content: space-between;
}
#h_menu nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 125px;
	height: 102px;
	border-radius: 0 0 6px 6px;
	background: transparent;
	border: 1px solid #218770;
	margin-top: -4px;
}

#h_menu nav li a strong {
	display: block;
	font-weight: 400;
	color: #000;
}

#h_menu nav li.m_accsess a {
	border-bottom-right-radius: 0;
}
#h_menu nav li.m_contact a {
	border-bottom-left-radius: 0;
	border-left: none;
}
#h_menu nav li.m_accsess a span.icon {
	width: 30px;
	height: 30px;
}
#h_menu nav li.m_contact a span.icon {
	width: 40px;
	height: 40px;
}

#h_join {
	position: relative;
	z-index: 1;
}
#h_join a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 182px;
	height: 140px;
	border-radius: 0px 0px 30px 30px;
	background: #218770;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff352;
	position: relative;
	transition: .2s;
}

#h_join a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 7px;
	/*width: 164px;
	height: 130px;*/
	width: calc(100% - 18px);
	height: calc(100% - 10px);
	border-radius: 0px 0px 25px 25px;
	background: transparent;
	border: 2px solid #fff352;
	border-top: none;
}

#h_join a span.icon {
	width: 80px;
	height: 80px;
}

@media (hover: hover) {
	#h_join a:hover {
		opacity: 1;
		transform: scale(1.05);
	}
}

@media screen and (max-width: 1100px) {
	#siteid {
		width: 24vw;
	}
	.searchBlock {
		margin-top: 20px;
	}
	.searchInput {
		width: 20vw;
		height: 40px;
		padding: 8px;
	}
	#h_menu nav li a {
		width: 90px;
		height: 80px;
	}
	#h_menu nav li a strong {
		font-size: 0.875em;
	}
	#h_menu nav li.m_accsess a span.icon {
		width: 24px;
		height: 24px;
	}
	#h_menu nav li.m_contact a span.icon {
		width: 30px;
		height: 30px;
	}
	#h_join a {
		width: 152px;
		height: 110px;
		font-size: 18px;
	}
	#h_join a span.icon {
		width: 60px;
		height: 60px;
	}
}


@media screen and (max-width: 700px) {
	header {
		/*height: 70px;*/
		display: flex;
		flex-direction: column;
		width: 100vw;
		position: relative;
		top: 0;
		/*top: 0;
		left: 0;*/
		z-index: 1001;
	}
	header.active {
		position: fixed;
		top: 0px;
		left: 0;
		height: 100vh;
		padding-top: 70px;
		/*height: calc(100vh - 70px);*/
		overflow: auto;
		
	}
	#siteid {
		position: fixed;
		top: 0;
		left: 0;
		height: 70px;
		width: 100vw;
		background: #F7F8DA;
		padding: 8px 0 0 8px;
		z-index: 1001;
	}
	#siteid img {
		height: 50px;
	}
	#global-header {
		opacity: 0;
		width: 100vw;
		height: 0;
		transform: translateX(100vw);/**/
		/*transition: .4s;*/
		order: 2;
	}
	.active #global-header {
		transform: translateX(0);/**/
		height: auto;
		opacity: 1;
		/**/
	}
	#global-header .inner {
		justify-content: center;
	}
	#h_menu {
		flex-direction: column;
	}
	#h_join {
		order: 1;
	}
	.searchBlock {
		order: 2;
		margin: 20px auto;
	}
	.searchInput {
		width: 70vw;
		
	}
	#h_menu nav {
		order: 3;
		padding-bottom: 50px;
	}
	#h_join {
		
	}
	.active #h_join {
		margin: 20px auto 20px;
	}
	#h_join a {
		width: 90vw;
		height: 90px;
		margin: 0 auto;
		border-radius: 16px;
		flex-direction:row-reverse;
	}
	#h_join a::before {
		border-radius: 14px;
		border: 1px solid #fff352;
		top: 5px;
		left: 5px;
		width: calc(100% - 12px);
		height: 78px;
	}
	#h_menu nav ul {
		justify-content: center;
	}
}


/* ==============================================
    global-nav
============================================== */
#global-nav {
	display: block;
	margin-top: -30px;
	padding-bottom: 30px;
}
.globalnav a:hover {
	opacity: 1;
	text-decoration: none;
}

.globalnav ul.gnav_list {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.globalnav li.gnav_item {
	width: 10.5%;
}
.globalnav li.gnav_item > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
	width: 100%;
	height: 135px;
	border-radius: 16px;
	box-shadow: 0px 8px 0px #dedede;
}


.globalnav li.gnav_item > a > span.icon {
	transition: .2s;
}

@media (hover: hover) {
	.globalnav li.gnav_item > a:hover {
		background: #218770;
		color: #fff;
	}
	.globalnav li.gnav_item > a:hover span.icon {
		transform: scale(1.15);
	}
}

.globalnav li.gnav_item > a strong {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875em;
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1.143;
	text-align: center;
	height: 2.5em;
}

@media screen and (max-width: 1100px) {
	#global-nav {
		display: block;
		margin-top: -10px;
	}
	#global-nav span.icon {
		width: 60px;
		height: 60px;
	}
	.globalnav li.gnav_item > a strong {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 700px) {
	#global-nav {
		/*display: none;*/
		
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;/**/
		opacity: 0;
		width: 100vw;
		height: 0;
		transform: translateX(100vw);
		/*transition: .4s;*/
		order: 1;
	}
	.active #global-nav {
		display: block;
		
		transform: translateX(0);/**/
		height: auto;
		opacity: 1;
		
	}
	#global-nav ul.gnav_list {
		background: #218770;
	}
	
	.globalnav ul.gnav_list {
		flex-wrap: wrap;
		padding: 0 5px 4px;
	}
	.globalnav li.gnav_item {
		width: 32%;
		padding: 5px 0 5px;
	}
	.globalnav li.gnav_item > a {
		border-radius: 8px;
		box-shadow: 0px 4px 0px #dedede;
	}
	.globalnav li.gnav_item > a strong {
		font-size: 0.875em;
	}
}


/* ==============================================
    subnav
============================================== */
#global-nav .inner,
#top-nav .inner {
	position: relative;
}

#subnav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	z-index: 1000;
}
#subnav.active {
	visibility: inherit;
	opacity: 1;
	padding-top: 20px;
}
.subnav_content {
	visibility: hidden;
	height: 0;
}

.subnav_box {
	width: 100%;
	border-radius: 40px;
	background: #fff;
	border: 4px solid #218770;
	padding: 20px;
	box-shadow: 0px 8px 0px rgba(222, 222, 222, 0.6);
	position: relative;
}
.subnav_box .bubble {
	display: none;
	
}
.active .subnav_box .bubble {
	display: block;
	background: url("image/bubble.svg") no-repeat 0 0 / contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -20px;
	margin-left: -15px;
	z-index: 10000;
}

.subnav_box .sub_header {
	border-radius: 28px;
	background: #218770;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	margin-bottom: 20px;
}
.subnav_box .sub_header span.icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.subnav_box .sub_header .sub_header_ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.subnav_box .sub_header .sub_header_ttl strong {
	font-family: var(--font-rounded);
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.subnav_box .sub_header .btn_more {
	display: block;
	width: 100px;
	line-height: 32px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 16px;
	padding-right: 20px;
	color: #fff;position: relative;
}
.subnav_box .sub_header .btn_more::after {
	content: "";
	display: block;
	background: url("image/arrow1_w.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.subnav_box .sub_header .btn_more:hover {
	text-decoration: none;
}

.sub_nav {
	margin: 0 10px;
}
.sub_nav ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sub_nav li {
	width: 24%;
	margin: 5px 0.5%;
}
.sub_nav li a {
	font-size: 1em;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 50px;
	padding: 3px 10px 3px 18px;
}
.sub_nav li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #FA9F1C;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.sub_nav li a:hover {
	text-decoration: none;
	background: #F7F8DA;
	opacity: 1;
}


@media screen and (max-width: 700px) {
	.subnav_content {
		display: none;
	}
}

/* ==============================================
    menuBtn span
============================================== */
#menuBtn {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
	background: #218770;
	border-radius: 50%;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1002;
}
#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #fff;
	top: 30px;
	left: 30px;
	transition: all .4s;
	opacity: 1;
}
#menuBtn span {
	margin-top: -1px;
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -8px);
}
#menuBtn:after {
	transform: translate(0, 6px);
}

#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
	}
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 20px 0;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	color: #888;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
}

#breadcrumb li a::after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 10px 0;
	}
}

/* ==============================================
    btn
============================================== */
a.bnrtxt {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 230px;
	min-height: 80px;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.1;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #218770;
}
a.bnrtxt:hover {
	text-decoration: none;
}

a.btn {
	font-family: var(--font-rounded);
	font-size: 21px;
	font-weight: 700;
	color: #218770;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 60px 5px 35px;
	min-height: 60px;
	background: #fff;
	border: 1px solid #218770;
	border-radius: 50px;
	transition: .3s;
	box-shadow: 0px 4px 0px #dedede;
	position: relative;
}
a.btn::after {
	content: "";
	display: block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

a.btn:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: 0px 2px 0px #dedede;
	transform: translateY(2px);
}

@media screen and (max-width: 700px) {
	a.btn {
		font-size: 16px;
		padding: 5px 40px 5px 25px;
		min-height: 50px;
	}
}


.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}

.btn_back {
	margin: 30px 0;
}
.btn_back a {
	font-size: 0.875em;
	display: block;
	width: 6em;
	line-height: 2em;
	text-align: center;
	color: #218770;
	background: #fff;
	border: 1px solid #218770;
	border-radius: 50px;
}
.btn_back a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 10px;
	height: 10px;
	transform: rotate(180deg);
	margin-right: 10px;
}
.btn_back a:hover {
	text-decoration: none;
}

/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 0;
    display: none;
}
#pagetop img {
	width: 110px;
	height: 110px;
	cursor: pointer;
	transition: .2s;
}
#pagetop img:hover {
	opacity: 1;
}

@media (hover: hover) {
	#pagetop img:hover {
		transform: translateY(-5px);
	}
}

@media screen and (max-width: 700px) {
	#pagetop {
		position: inherit;
		bottom: inherit;
		right: inherit;
		text-align: center;
		padding: 10px 0;
	}
	/*#pagetop img {
		width: 60px;
		height: 60px;
	}*/
}

/* ==============================================
    footer
============================================== */
footer {
	margin-top: 80px;
}
footer a:hover {
	text-decoration: none;
}

/* ==============================================
    footer-sitemap
============================================== */
#footer-sitemap {
	background: #F7F8DA;
	padding: 60px 0 40px;
}
#footer-sitemap .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#footer-sitemap nav {
	width: 48%;
	border-top: 1px solid #218770;
	padding: 20px 0;
	display: flex;
	justify-content: flex-start;
}


#footer-sitemap nav h3 {
	font-size: 21px;
	font-family: var(--font-rounded);
	font-weight: 700;
	line-height: 1.048;
	width: 220px;
	height: 135px;
}
#footer-sitemap nav h3 a {
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #000;
}
#footer-sitemap nav h3 span.icon {
	width: 76px;
	height: 76px;
}

#footer-sitemap nav ul {
	flex: 1;
	margin-left: 30px;
}
#footer-sitemap nav li {
	font-size: 0.875em;
	line-height: 1.3;
	margin: 6px 0;
}

#footer-sitemap nav li a {
	display: inline-block;
	color: #000;
	padding-left: 15px;
}
#footer-sitemap nav li a::before {
    content: "";
    display: inline-block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: -15px;
}


@media (hover: hover) {
	#footer-sitemap nav h3 a:hover {
		background: #218770;
		color: #fff;
		opacity: 1;
		border-radius: 16px;
	}
}

@media screen and (max-width: 1024px) {
	#footer-sitemap nav h3 {
		font-size: 17px;
		width: 40%;
		height: 135px;
	}
}

@media screen and (max-width: 700px) {
	#footer-sitemap {
		padding: 30px 10px;
	}
	#footer-sitemap .inner {
		display: block;
	}
	#footer-sitemap nav {
		width: 100%;
		display: block;
	}
	#footer-sitemap nav h3 {
		font-size: 18px;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	#footer-sitemap nav h3 a {
		width: 100%;
		height: auto;
		min-height: 110px;
	}
	#footer-sitemap nav h3 span.icon {
		width: 60px;
		height: 60px;
	}
	#footer-sitemap nav ul {
		margin-left: 0px;
	}
}

/* ==============================================
    global-footer
============================================== */

#global-footer {
	padding: 50px 0 20px;
}

#global-footer a {
	color: #000;
}

#f_logo {
	display: block;
	margin-right: 30px;
}
#f_logo img {
	width: 266px;
}
footer address {
	font-style: normal;
	font-weight: 500;
}


#global-footer .footer_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#global-footer .footer_info ul {
	list-style: none;
}

ul.f_name {
	display: flex;
	align-items: center;
}


ul.f_tel {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
ul.f_tel li {
	margin-right: 30px;
}

ul.f_tel span.icon {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

ul.f_tel .call {
	font-weight: 500;
}

ul.f_tel li.sns_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

ul.f_tel li.sns_btn a {
	display: block;
	text-indent: -99999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	width: 44px;
	height: 44px;
}

ul.f_tel li.sns_btn a.sns_fb {
    background-image: url("image/sns_fb.svg");
    width: 38px;
	height: 38px;
}
ul.f_tel li.sns_btn a.sns_in {
    background-image: url("image/sns_in.svg");
}


nav.f_nav ul {
	display: flex;
	flex-wrap: wrap;
}
nav.f_nav ul li {
	width: 32%;
	margin: 5px 0;
}

#global-footer nav li a {
	display: inline-block;
}
#global-footer nav li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

#global-footer nav.f_policy li a::before {
	background-image: url("image/arrow1_gray.svg");
}


nav.f_policy ul {
	display: flex;
}
nav.f_policy li {
	margin-right: 50px;
}

@media screen and (max-width: 1200px) {
	#global-footer .footer_info {
		display: block;
	}
	ul.f_tel {
		margin: 20px 0;
	}
}

@media screen and (max-width: 700px) {
	
	ul.f_name {
		display: block;
	}
	ul.f_name li {
		margin: 14px 0;
	}
	#f_logo img {
		width: 70vw;
	}
	
	ul.f_tel {
		display: block;
		align-items: center;
	}
	ul.f_tel li {
		margin: 10px 0;
	}

    ul.f_tel li.sns_btn {
        justify-content: center;
    }
	nav.f_nav ul li {
		width: 48%;
	}
	
	nav.f_policy ul {
		display: block;
	}
}


/* ==============================================
    copyright
============================================== */
#copyright {
	font-weight: 500;
	line-height: 1;
	padding: 28px 0;
	background: #218770;
	color: #fff;
	text-align:center;
}





/* ==============================================
    event-archive
============================================== */
ul.event-archive {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.event-archive li {
	width: 31.6666%;
	margin-bottom: 50px;
	position: relative;
}
ul.event-archive::after {
	content: "";
	display: block;
	width: 31.6666%;
	height: 0;
}

@media screen and (max-width: 1000px) {
	ul.event-archive li {
		width: 45%;
	}
	ul.event-archive::after {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	ul.event-archive {
	
	}
	ul.event-archive li {
		width: 100%;
	}
	ul.event-archive::after {
		display: none;
	}
}


ul.event-archive li a {
	position: relative;
	display: block;
	color: inherit;
}
ul.event-archive li a:hover {
	text-decoration: none;
}

ul.event-archive li .entry-title {
	--font-rounded: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.524;
	color: #000;
}

ul.event-archive li figure {
	overflow: hidden;
	
	border: 1px solid #A7A7A7;
	text-align: center;
	position: relative;
	padding-top: 66.6666%;
	height: 0;
}
ul.event-archive li figure img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	transition: .3s;
}
ul.event-archive li a:hover figure img {
	transform: scale(1.1);
}


.event-date {
	background: #F5F5F5;
	margin: 10px 0;
	padding: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.event-date span {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 4em;
	min-height: 4em;
	padding: 5px 1em;
	border-radius: 6px;
	background: #218770;
	margin-right: 10px;
	flex: 1;
}
.event-date p {
	/*flex: 1;*/
}

.event-category {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.event-category .entry-cat {
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	width: 138px;
	height: 46px;
	background: #fa601c;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: center;
	align-items: center;
}
.event-category .entry-cat::before {
	content: "";
	display: block;
	background: url("image/i_cat_event.svg") no-repeat 0 0 / contain;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}
.event-category  .entry-cat.cat-event {
	background: #FA9F1C;
}
.event-category  .entry-cat.cat-event::before {
	background-image: url("image/i_cat_event.svg");
}
.event-category  .entry-cat.cat-seminar {
	background: #FA601C;
}
.event-category  .entry-cat.cat-seminar::before {
	background-image: url("image/i_cat_seminar.svg");
}
.event-category  .entry-cat.cat-soudankai {
	background: #1C8BFA;
}
.event-category  .entry-cat.cat-soudankai::before {
	background-image: url("image/i_cat_soudankai.svg");
}



.now-recruiting {
	display: inline-block;
	font-size: 1.125em;
	font-weight: 500;
	color: #fff;
	width: 96px;
	line-height: 36px;
	border-radius: 18px;
	background: #f13535;
	text-align: center;
}

.event-archive .now-recruiting {
	position: absolute;
	top: 0;
	right: 10px;
	transform: translateY(-50%);
	z-index: 1;
}
.news-archive .now-recruiting {
	font-size: 0.875em;
	line-height: 20px;
	margin-right: 5px;
	width: 5em;
}

/* ==============================================
    news-archive
============================================== */
dl.news-archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
dl.news-archive dt,
dl.news-archive dd {
	padding: 26px 0;
	border-top: 1px solid #D1D1D1;
}
dl.news-archive dt {
	width: 280px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
}
dl.news-archive dd {
	width: calc(100% - 280px);
}
dl.news-archive dd a.entry-title {
	display: block;
	padding-right: 30px;
	position: relative;
	color: inherit;
}
dl.news-archive dd a.entry-title::after {
	content: "";
	display: block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 5px;
	transition: .2s;
}

dl.news-archive dd a.entry-title[target="_blank"]::after {
	background-image: url("image/icon_blank.svg");
}


span.entry-related {
	display: inline-block;
	font-size: 0.875em;
	color: #218770;
}
span.entry-related span {
	display: inline-block;
	margin: 0 10px 0 0;
}

span.entry-related span a {
	color: #218770;
}

span.entry-event_date {
	display: block;
	color: #218770;
	font-weight: 700;
	line-height: 1.2;
}
span.entry-bosyu {
	display: inline-block;
	color: #fff;
	background: #F13535;
	margin-right: 5px;
	padding: 3px 10px;
}





.entry-category {}
.entry-category .entry-cat {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	min-width: 150px;
	line-height: 28px;
	border-radius: 14px;
	background: #218770;
	text-align: center;
}

.entry-cat.cat-event {
	background: #FA9F1C;
}
.entry-cat.cat-seminar {
	background: #FA601C;
}
.entry-cat.cat-soudankai {
	background: #1C8BFA;
}
.entry-cat.cat-important {
	background: #FF0000;
}

.entry-category a:hover {
	text-decoration: none;
}

@media (hover: hover) {
	dl.news-archive dd a.entry-title:hover {
		opacity: 1;
		text-decoration: none;
		color: #218770;
	}
	dl.news-archive dd a.entry-title:hover::after {
		transform: translateX(3px);
	}
}

@media screen and (max-width: 700px) {
	dl.news-archive {
		display: block;
	}
	dl.news-archive dt,
	dl.news-archive dd {
		width: 100%;
		padding: 0;
	}
	dl.news-archive dt {
		justify-content: flex-start;
		padding: 15px 0;
	}
	dl.news-archive dd {
		border: none;
		padding-bottom: 15px;
	}
	dl.news-archive dt .entry-category {
		margin-left: 20px;
	}
}


.entry-tag {
	text-align: right;
	margin: 50px 0 0;
	font-size: 0.875em;
}
.entry-tag a::after {
	content: ",";
	display: inline-block;
	margin-right: 10px;
}
.entry-tag a:last-child::after {
	display: none;
}


.post_next_prev {
	margin: 30px auto 0;
	font-size: 0.875em;
}
.post_next_prev ul {
	display: flex;
	justify-content: space-between;
}

/* ==============================================
    page-news-area
============================================== */
.page-news-area {
	overflow-y: auto;
	max-height: 200px;
	border: 1px solid #218770;
	border-bottom: 1px solid #218770;
	border-radius: 10px 0 0 10px;
	padding: 10px 20px;
	margin-bottom: 50px;
}
.page-news-area dl.news-archive dt,
.page-news-area dl.news-archive dd {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-news-area dl.news-archive {
	border-bottom: 1px solid #D1D1D1;
}


/* ==============================================
    important
============================================== */
.important-section {
	background: #FFCFCF;
	border-radius: 16px;
	margin-bottom: 30px;
	padding: 20px 10px 20px 30px;

}
.important-section-inner {
	max-height: 170px;
	padding-right: 10px;
	overflow-y: auto;
}
.important-section-inner::-webkit-scrollbar {
	width: 10px;
}
.important-section-inner::-webkit-scrollbar-track {
	background-color: #DEDEDE;
}
.important-section-inner::-webkit-scrollbar-thumb {
	background-color: #C7C7C7;
}

.important-section dl.news-archive dt,
.important-section dl.news-archive dd {
	padding: 10px 0;
	border: none;
}
.important-section dl.news-archive dt {
	width: 260px;
	padding-right: 10px;
}
.important-section dl.news-archive dd {
	width: calc(100% - 260px);
}

.important-section dl.news-archive dd a.entry-title::after {
	background-image: url("image/arrow1_r.svg");
}

@media screen and (max-width: 700px) {
	.important-section dl.news-archive dt,
	.important-section dl.news-archive dd {
		width: 100%;
	}
}


/* ==============================================
    archive-list
============================================== */
.archive-list {
	margin-bottom: 50px;
}

.archive-list ul {
	list-style: none;
}
.archive-list li {
	border-bottom: 1px dotted #ccc;
}
.archive-list li:first-child {
	border-top: 1px dotted #ccc;
}
.archive-list li a {
	display: block;
	padding: 15px 0 15px 28px;
	transition: .2s;
}
.archive-list li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #218770;
	border-radius: 50%;
	margin: 0 10px 0 -18px;
}

@media (hover: hover) {
	.archive-list li a:hover {
		background: #F7F8DA;
		opacity: 1;
		text-decoration: none;
	}
}


/* ==============================================
    pagination
============================================== */
.pagination {
	margin-top: 30px;
	text-align: center;
}
.pagination span,
.pagination a {
	display: inline-block;
	border: 1px solid #D1D1D1;
	width: 30px;
	line-height: 30px;
	font-size: 0.875em;
	font-weight: bold;
	color: #218770;
	text-align: center;
	background: #fff;
	margin: 5px 2px;
}
.pagination a:hover {
	border-color: #218770;
	background: #218770;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.pagination span.current {
	border-color: #218770;
	background: #218770;
	color: #fff;
}


/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
  font-size: 0.750em !important;/*12px  10px*/
}
 
.has-small-font-size,
.font-s {
  font-size: 0.875em !important;/*14px  13px*/
}
 
.has-regular-font-size {
  font-size: 1.000em !important;/*16px*/
}
 
.has-large-font-size,
.font-l {
  font-size: 1.500em !important;/*24px  24px*/
}
 
.has-x-large-font-size,
.font-ll {
  font-size: 1.875em !important;/*30px  36px*/
}
 
.has-huge-font-size,
.font-xl {
  font-size: 2.250em !important;/*36px  50px*/
}


/* ==============================================
    entry-content
============================================== */
.entry-content {
	line-height: 1.8;
	margin-top: 50px;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	line-height: 1.2;
	clear: both;
}

.entry-content h1 {
	font-size: 1.75em;
	font-weight: 500;
	line-height: 1.1;
	border-left: 9px solid #218770;
	min-height: 66px;
	padding-left: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 50px 0 40px;
	position: relative;
}
.entry-content h1::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #828282;
	position: absolute;
	left: -9px;
	bottom: -3px;
}


.subtit1,
.entry-content h2 {
	font-size: 1.625em;
	font-weight: 500;
	border-left: 8px solid #FA9F1C;
	padding: 10px 0 10px 16px;
	margin: 50px 0 40px;
	position: relative;
}

.entry-content h2:first-child {
	margin-top: 0;
}

.subtit2,
.entry-content h3 {
	font-size: 1.25em;
	color: #fff;
	/*color: #1e447f;*/
	background: #218770;
	border-left: 6px solid #FA9F1C;
	padding: 8px 10px;
	margin: 50px 0 20px;
}

.subtit3,
.entry-content h4 {
	font-size: 1.125em;
	font-weight: 700;
	color: #218770;
	margin: 30px 0 20px;
	padding-left: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}
.subtit3::before,
.entry-content h4::before {
	content: "";
	display: inline-block;
	background: #218770;
	width: 0.6em;
	height: 0.6em;
	transform: rotate(45deg);
	margin-right: 0.4em;
	margin-left: -1em;
}


.entry-content h5 {
	font-size: 1em;
	font-weight: 900;
	color: #218770;
	margin: 30px 0 20px;
}

.entry-content h6 {
	font-size: 1em;
	font-weight: 700;
	margin: 30px 0 20px;
}


.ttl1 {
	font-size: 1.25em;
	color: #fff;
	background: #218770;
	padding: 5px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 700px) {

}




ul.list1,
.entry-content ul,
.entry-content ol {
	margin: 20px 0 30px 30px;
}

.entry-content ul.has-background,
.entry-content ol.has-background {
	margin: 0 0 30px 0;
}

ul.list1 li,
.entry-content li {
	line-height: 1.2;
	margin: 8px 0;
}
ul.list1,
.entry-content ul {
	list-style: none;
	margin-left: 15px;
}
ul.list1 li,
.entry-content ul li {
	padding-left: 16px;
	display: block;
	margin: 10px 0;
	position: relative;
}
ul.list1 li::before,
.entry-content ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #218770;
	border-radius: 50%;
	margin: 0;
	position: absolute;
	top: 8px;
	left: 0;
}

.entry-content ul li li::before {
	background: #777;
	border-radius: 0;
}


.entry-content p {
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

.entry-content table {
	margin: 10px auto 20px;
	width: auto;
	min-width: 50%;
}
.entry-content th,
.entry-content td {
	border: 1px solid #dddddd;
	padding: 10px 15px;
	background: #fff;
}
.entry-content td:first-child {
	min-width: 8em;
}
.entry-content th {
	background: #F7F8DA;
	color: #218770;
	white-space: nowrap;
	text-align: center;
	min-width: 8em;
}

.wp-block-table thead {
	border-bottom: 3px solid #ccc;
}

@media screen and (max-width: 700px) {

}

.wp-block-separator {
	border: none;
	border-top: 1px solid #ccc;
	margin: 30px auto 50px;
	clear: both;
}

.wp-block-image::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}


.wp-block-image {
	margin: 0 0 1em;
}

.wp-block-buttons {
	margin: 30px 0;
}


.entry-content a:not(.wp-block-button__link)[target="_blank"] {
	display: inline-block;
}
.entry-content a:not(.wp-block-button__link)[target="_blank"]::after {
	content: "";
	display: inline-block;
	background: url("image/icon_blank.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	margin: 0 5px;
}
.entry-content a:not(.wp-block-button__link)[href$=".pdf"]::after {
	background-image: url("image/file_pdf.svg");
	width: 16px;
	height: 16px;
}
.entry-content a:not(.wp-block-button__link):has(img)[target="_blank"]::after {
	display: none;
}

.wp-block-button__link {
	font-family: var(--font-rounded);
	font-size: 21px;
	font-weight: 700;
	color: #218770;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 60px 5px 35px;
	min-height: 60px;
    height: auto;
	background: #fff;
	border: 1px solid #218770;
	border-radius: 50px;
	transition: .3s;
	box-shadow: 0px 4px 0px #dedede;
	position: relative;
}
.wp-block-button__link::after {
	content: "";
	display: block;
	background: url("image/arrow1_g.svg") no-repeat 0 0 / contain;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.wp-block-button__link:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: 0px 2px 0px #dedede;
	transform: translateY(2px);
}


.wp-block-button__link[target="_blank"]::after {
	background-image: url("image/icon_blank.svg");
}
.wp-block-button__link[href$=".pdf"]::after {
	background-image: url("image/file_pdf.svg");
	width: 20px;
	height: 20px;
}
.wp-block-button__link[href$=".doc"]::after,
.wp-block-button__link[href$=".docx"]::after {
	background-image: url("image/file_word.svg");
	width: 20px;
	height: 20px;
}
.wp-block-button__link[href$=".xls"]::after,
.wp-block-button__link[href$=".xlsx"]::after {
	background-image: url("image/file_excel.svg");
	width: 20px;
	height: 20px;
}


@media screen and (max-width: 700px) {
	.wp-block-button__link {
		font-size: 16px;
		padding: 5px 40px 5px 25px;
		min-height: 50px;
	}
}


.wp-block-file {
	margin: 40px 0;
}
/*.wp-block-file__button {
	border: 1px solid #218770;
	color: #218770;
	background: #fff;
	padding: 5px 20px;
}*/



.wp-block-file:not(.wp-element-button) {
	font-size: 1.125em;
	font-weight: 500;
}
.wp-block-file a {
	position: relative;
	display: inline-block;
	border: 1px solid #218770;
	color: #218770;
	background: #fff;
	padding: 8px 40px 8px 20px;
	border-radius: 50px;
}
.entry-content .wp-block-file a:not(.wp-block-button__link)::after {
	content: "";
	background: url("image/file_pdf.svg") no-repeat center center / 20px 20px;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
}
.entry-content .wp-block-file a[href$=".pdf"]::after {
	background-image: url("image/file_pdf.svg");
}
.entry-content .wp-block-file a[href$=".doc"]::after,
.entry-content .wp-block-file a[href$=".docx"]::after {
	background-image: url("image/file_word.svg");
}
.entry-content .wp-block-file a[href$=".xls"]::after,
.entry-content .wp-block-file a[href$=".xlsx"]::after {
	background-image: url("image/file_excel.svg");
}
.entry-content .wp-block-file a:hover {
	text-decoration: none;
}


.wp-block-file a.wp-block-file__button {
	background: #218770;
	color: #fff;
	padding-right: 20px;
}
.wp-block-file a.wp-block-file__button::after {
	display: none !important;
}

.wp-block-embed {
	margin-bottom: 50px;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.wp-block-column.has-background,
.wp-block-group.has-background {
	padding: 10px 30px;
	margin-bottom: 30px;
}


/* ==============================================
    form-block
============================================== */
.require {
	display: inline-block;
	background: #FFCFCF;
	color: #FF0000;
	font-size: 13px;
	line-height: 20px;
	width: 3em;
	text-align: center;
	border-radius: 4px;
	margin-left: 10px;
}
.form-block p.note {
	margin: 5px 0 0 0;
	font-size: 0.875em;
	color: #555;
}
.form-block table {
	width: 100%;
}
.form-block th {
	text-align: left;
}


.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="tel"],
.form-block textarea {
	font-size: 1.143rem;
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 100%;
	padding: 8px;
	outline: none;
}

.form-block input[type="submit"] {
	font-size: 1.143rem;
	font-weight: 700;
	margin: 20px auto;
	position: relative;
	background: #218770;
	color: #fff;
	padding: 20px 100px;
	border: none;
	transition: .4s;
	cursor: pointer;
	outline: none;
}

.post-password-form input[type="password"] {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 8px;
	outline: none;
}
.post-password-form input[type="submit"] {
	margin: 0 0 0 10px;
	background: #218770;
	color: #fff;
	padding: 8px 20px;
	border: none;
	transition: .4s;
	cursor: pointer;
	outline: none;
}

.post-password-form input[type="submit"]:hover,
.form-block input[type="submit"]:hover {
	opacity: 0.8;
}




span[data-name="department"] .wpcf7-list-item {
	display: block;
	font-size: 1.25em;
}


.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	background: #ffcccc;
	padding: 10px !important;
	margin: 1em 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background: #d6fdd4;
	padding: 10px !important;
	margin: 1em 0 !important;
}


.wpcf7-spinner {
	display: block !important;
	margin: 10px auto !important;
}

.wpcf7-not-valid-tip {
	/*display: none !important;*/
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 1px solid #cc3333 !important;
	background: #ffcccc !important;
}
span.wpcf7-not-valid {
	background: #ffcccc !important;
}

@media screen and (max-width: 700px) {
	.form-block th,
	.form-block td {
		display: block;
		width: 100%;
	}
	.form-block th {
		border-bottom: none;
	}
	.form-block td {
		border-top: none;
	}
}

/* ==============================================
    recaptcha
============================================== */
.grecaptcha-badge {
    bottom: 130px !important;
}
