@charset "UTF-8";
/*
Theme Name: 障害者雇用促進センター
Version: 2.0
Author: Keita Tanaka
*/
/*------ リセット ---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	outline-style: none;
}
a {
	color: rgb(0, 172, 235);
	text-decoration: none;
	transition: .3s;
	word-break: break-all;
}
a:hover {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0;
}
.white {
	color: rgba(255, 255, 255, 1.00);
}
.orange {
	color: rgb(255, 85, 0);
}
.red {
	color: rgb(230, 0, 0);
}
.txt_center {
	text-align: center;
}
.bold {
	font-weight: bold !important;
}
.img_svg img {
	width: revert-layer !important;
}
@media (min-width:481px) {
	.d_n {
		display: none;
	}
	.d_b_pc {
		display: block !important;
	}
	.float_l {
		float: left;
	}
	.d_b300 {
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
	}
	.d_b700 {
		font-family: "Roboto", Sans-serif;
		font-weight: 700;
	}
}
@media (max-width:480px) {
	.d_b {
		display: block;
	}
	.d_b300 {
		display: block;
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
	}
	.d_b700 {
		display: block;
		font-family: "Roboto", Sans-serif;
		font-weight: 700;
	}
}
/*----------- 全体 ---------------------------------------------------*/
@media (min-width:481px) {
	#container {}
}
@media (max-width:480px) {
	#container {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.elementor-element-ef61c7f .e-con-inner {
		padding: 5% 0 40% !important;
	}
}
/*----------- ヘッダー ---------------------------------------------------*/
@media (min-width:481px) {
	#top_header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 99;
		background-color: rgba(255, 255, 255, 0.75);
		backdrop-filter: blur(3px);
	}
	#header {
		margin: 0 auto;
		padding: 10px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#header h1 {
		margin: 0 10px 0 0;
	}
	#header h1 a {
		width: 450px;
		height: 90px;
		display: block;
	}
	.sub_title {
		color: rgb(0, 172, 235);
	}
}
@media (max-width:480px) {
	#top_header {
		width: 100%;
		background: rgba(255, 255, 255, 1.00);
		padding-top: 60px;
	}
	#header {
		width: 100%;
		margin: 0 auto;
	}
	#header h1 {
		display: contents;
	}
	#header h1 a {
		background: url(images/logo.svg) no-repeat;
		width: 95%;
		height: 0;
		padding-top: calc(90/450*95%);
		margin: 0 auto;
		overflow: hidden;
		display: block;
	}
	.sub_title {
		color: rgb(0, 172, 235);
		width: 90%;
		margin: 10px auto 0;
		text-align: center;
		line-height: 1.6;
	}
}
/*------ メインメニュー -------------------*/
@media (min-width:481px) {
	.drawer-nav {
		margin: 15px 0 0;
		background: rgb(0, 172, 235);
	}
	.dropmenu {
		list-style-type: none;
		width: 100vw;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.dropmenu:before, .dropmenu:after {
		content: "";
		display: table;
	}
	.dropmenu:after {
		clear: both;
	}
	.dropmenu li {
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
	}
	.dropmenu li a, .dropmenu li .m_hover {
		width: calc(16.5vw - 4px);
		height: 60px;
		display: table-cell;
		margin: 0;
		padding: 0;
		color: rgba(255, 255, 255, 1.00);
		font-size: 18px;
		line-height: 1.3;
		text-decoration: none;
		vertical-align: middle;
		border: 2px solid rgba(255, 255, 255, 1.00);
	}
	.f_15 {
		font-size: 15px;
	}
	.dropmenu li ul {
		list-style: none;
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.dropmenu li ul li {
		width: 100%;
	}
	.dropmenu li ul li a {
		color: rgba(255, 255, 255, 1.00);
		padding: 0 10px;
		background: rgb(0, 172, 235);
		text-align: center;
		transition: 0s;
	}
	.dropmenu li a:hover {
		color: rgba(255, 255, 255, 1.00);
		background: rgba(255, 153, 0, 1.0);
	}
	.dropmenu li ul li a:hover {
		color: rgba(255, 255, 255, 1.00);
		background: rgba(255, 153, 0, 1.0);
	}
	.dropmenu li ul li {
		overflow: hidden;
		height: 0;
		transition: .6s;
	}
	.dropmenu li:hover ul li {
		overflow: visible;
		height: 60px;
	}
}
@media (max-width:480px) {
	.f_15 {
		font-size: 15px;
		display: contents !important;
	}
	.dropmenu br {
		display: none;
	}
}
.drawer-toggle {
	display: none;
}
/*----------- トップ ---------------------------------------------------*/
.title01, .title02 {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0;
}
.title01:after, .title02:after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: rgba(1, 172, 235, 1.00);
	right: 0;
}
.title01 h2, .title01 h3 {
	background-color: rgba(255, 255, 255, 1);
	display: inline-block;
	z-index: 9;
	position: relative;
	padding-right: 1em;
}
.title02 h3 {
	background-color: rgba(211, 228, 235, 1);
	display: inline;
	z-index: 999;
	position: relative;
	padding-right: 1em;
}
#container p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}
#category-posts-REPLACE_TO_ID-internal {
	padding: 0;
}
#category-posts-REPLACE_TO_ID-internal li {
	font-size: 16px;
	list-style-type: none;
	border-bottom: 1px solid rgb(122, 122, 122);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.cat-post-footer-link {
	text-align: right;
	display: block;
}
#category-posts-REPLACE_TO_ID-internal li a:hover, .cat-post-footer-link:hover {
	text-decoration: underline;
}
.cat-post-date {
	color: rgba(51, 51, 51, 1.00);
	line-height: 2;
}
/*------ ページ ------------------------*/
.list {
	margin-bottom: 15px;
}
.list li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 30px;
}
.list02 li {
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 30px;
}
.list03 li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 30px;
}
.list03 li:last-of-type {
	margin-bottom: 0;
}
.title_s span {
	font-size: 14px;
	margin-left: 0.5em;
}
.post-password-form p {
	font-size: 20px;
}
.flex_box3::after {
	content: "";
	display: block;
	width: 30%;
}
.indent_e h4{
	text-indent: -2.5em;
	padding-left: 2.5em;
}
@media (min-width:481px) {
	.name {
		font-size: 30px;
		line-height: 1.2;
		margin-left: 1em;
	}
	.post-password-form {
		margin: 200px auto;
		text-align: center;
		font-size: 18px;
	}
}
@media (max-width:480px) {
	.name {
		font-size: 26px;
		line-height: 1.2;
		margin-left: 1em;
	}
	.post-password-form {
		margin: 50px auto;
		text-align: center;
		font-size: 18px;
	}
}
/*----------- ページナビ ---------------------------------------------------*/
.wp-pagenavi {
	margin: 50px 0;
	text-align: center;
}
/*----------- フッター ---------------------------------------------------*/
.footer_name {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px
}
footer {
	color: rgb(255, 255, 255);
	background: rgb(0, 172, 235);
}
footer h6 {
	font-size: 16px;
}
footer h6 a {
	color: rgba(255, 255, 255, 1.00);
}
footer ul {
	margin: 0 0 20px 2em;
	list-style: disc;
}
footer li {
	margin-bottom: 5px;
}
footer li a:hover {
	text-decoration: underline;
}
footer address {
	font-size: 16px;
	line-height: 1.5;
	font-style: normal;
}
#copyright {
	padding: 15px 20px;
	text-align: right;
	font-style: normal;
	font-size: 12px;
	clear: both;
	display: block;
	color: rgb(255, 255, 255);
	background: rgb(0, 172, 235);
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5%;
	background: rgba(255, 255, 255, 0.70);
	border: 1px solid rgba(23, 42, 136, 1.00);
	z-index: 9999;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	content: '▲';
	font-size: 25px;
	color: rgba(23, 42, 136, 1.00);
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
.fb03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grecaptcha-badge {
	visibility: hidden;
}
@media (min-width:481px) {
	footer {
		width: 100vw;
		padding: 20px 0 0;
		margin: 30px auto 0;
	}
	.footer_wrap {
		width: calc(100vw - 40px);
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fb01 {
		width: 50%;
	}
	.fb02 {
		width: 50%;
		display: flex;
		justify-content: left;
		align-items: center;
	}
	footer h5 a {
		background: url(images/logo_w.svg) no-repeat;
		width: 450px;
		height: 0;
		padding-top: 90px;
		overflow: hidden;
		display: block;
	}
	footer h6 {
		margin-right: 5em;
	}
	footer address {
		margin-left: 110px;
	}
}
@media (max-width:480px) {
	.footer_top {
		width: 100%;
		margin: 0 auto 10px;
	}
	.footer_wrap {
		width: 100%;
		margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer_name {
		margin: 0 auto 10px;
		text-align: center;
	}
	footer address {
		text-align: center;
		margin: 0 0 30px !important;
	}
	.fb01, .fb02, .fb03 {
		width: 90%;
		margin: auto;
	}
	footer h5 a {
		background: url(images/logo_w.svg) no-repeat;
		width: 90%;
		height: 0;
		padding-top: calc(90/450*90%);
		margin: 20px auto;
		overflow: hidden;
		display: block;
	}
	footer h6 {
		margin-bottom: 25px;
		text-align: center;
	}
}
/*----------- single ---------------------------------------------------------------*/
.single_hl {
	font-size: 20px;
	margin-bottom: 10px;
}
.single_contents_wrap {
	margin: 20px 0 0;
	padding: 0 25px;
}
.others {
	margin-top: 100px;
}

.l_line_box {
	border-bottom: 1px solid rgb(122, 122, 122);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.l_line_box h3, .l_line_box h4 {
	font-size: 16px;
}
.txt_right {
	text-align: right;
}
.single_footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 150px;
}
.single_footer_left {
	width: 30%;
	background-color: rgba(248, 248, 248, 1);
	align-items: center;
	display: grid;
}
.single_footer_left img {
	display: block;
	margin: 0 auto;
}
.single_footer_left h4 {
	color: rgb(51, 51, 51);
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 15px auto;
}
.single_footer_left address {
	text-align: center;
}
.single_footer_right iframe {
	width: 100%;
	height: 375px;
}
.screen-reader-text {
	display: none;
}
@media (min-width:481px) {
	.single_title {
		padding: 0 0 10px 0;
		border-bottom: 2px solid rgba(0, 172, 235, 1);
	}
	.single_title h2, .single_title h3 {
		color: rgb(0, 172, 235);
		font-family: "Roboto", Sans-serif;
		font-size: 34px;
		font-weight: 300;
		line-height: 1;
		padding-left: 10px;
	}
	.single_contents_wrap h3 {
		color: rgb(0, 172, 235);
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		line-height: 1;
	}
	.single_wrap {
		margin-top: 250px
	}
	.content-area {
		margin: 250px auto 0;
	}
	.single_footer_left {
		width: 30%;
		background-color: rgba(248, 248, 248, 1);
		align-items: center;
		display: grid;
	}
	.single_footer_right {
		width: 70%;
	}
	.info_title {
		font-size: 24px !important;
		color: rgb(0, 172, 235);
		margin-bottom: 12px;
	}
	.info_hl {
		color: RGB(0, 172, 235);
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		font-size: 24px !important;
		margin-bottom: 12px;
	}
	.l_line_box_wrap {
		padding: 0 25px;
	}
	.single_txt_wrap {
		padding: 0 25px;
	}
}
@media (max-width:480px) {
	.single_title {
		padding: 0 0 10px 0;
		border-bottom: 2px solid rgba(0, 172, 235, 1);
	}
	.single_wrap {
		margin-top: 20px
	}
	.single_title h2, .single_title h3 {
		color: rgb(0, 172, 235);
		font-family: "Roboto", Sans-serif;
		font-size: 26px;
		font-weight: 300;
		padding-left: 10px;
		line-height: 1;
	}
	.content-area {
		width: 100%;
		margin: 50px auto 0;
		padding: 0;
	}
	.single_footer {
		flex-direction: column-reverse;
	}
	.single_footer_left {
		width: 100%;
		background-color: rgba(248, 248, 248, 1);
		align-items: center;
		display: grid;
		padding: 50px 0;
	}
	.single_footer_right {
		width: 100%;
	}
	.title01 h2, .title01 h3 {
		font-size: 20px !important;
		max-width: 85%;
	}
	.single_contents_wrap {
		padding: 0 10px !important;
	}
	.info_title {
		font-size: 20px !important;
		color: rgb(0, 172, 235);
		margin-bottom: 12px;
		line-height: 1.4;
	}
	.info_hl {
		color: RGB(0, 172, 235);
		font-family: "Roboto", Sans-serif;
		font-weight: 300;
		font-size: 20px !important;
		margin-bottom: 12px;
	}
	.l_line_box_wrap {
		padding: 0;
	}
	.single_txt_wrap {
		padding: 0;
	}
}
/*---------- Navi ---------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span, .post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers, .nav-links .page-numbers {
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 1;
	display: inline-block;
	color: #443f3f;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .nav-links .page-numbers:not(.dots):hover, .nav-links .page-numbers.current {
	background-color: rgba(0, 172, 235, 1.0);
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}
@media (min-width: 991px) {
	nav.woocommerce-pagination {
		margin-top: 45px;
	}
}
/*----------- table ---------------------------------------------------------------*/
.table03 {
	border-collapse: collapse;
	line-height: 1.5;
}
.table03 th {
	border: none;
	padding: 5px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.table03 td {
	padding: 5px 0;
	border: none;
}
.table04 {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	line-height: 1.5;
}
.table04 th {
	text-align: left;
	padding: 10px 20px;
	background-color: rgba(0, 38, 77, 1.00);
	color: rgba(255, 255, 255, 1.00);
}
.table04 th:nth-of-type(n+3) {
	width: 220px;
}
.table04 td {
	padding: 10px 20px;
}
.table04 tr:nth-of-type(odd) {
	background-color: rgba(248, 248, 248, 1.00);
}
@media (min-width:481px) {
	.table01 {
		border-collapse: collapse;
		line-height: 1.5;
	}
	.table01 th {
		width: 200px;
		padding: 10px 20px;
		border-bottom: 1px solid rgba(0, 172, 235, 1.00);
		vertical-align: top;
		text-align: left;
	}
	.table01 td {
		padding: 10px 20px;
		border-bottom: 1px solid rgba(0, 172, 235, 1.00);
		vertical-align: top;
	}
	.table01 tr:first-of-type td:first-of-type {
		width: 160px;
	}
	.table01 tr:first-of-type td:nth-of-type(2) {
		width: 160px;
	}
	.table01 tr:nth-of-type(2) td, .table01 tr:nth-of-type(3) td {
		border-bottom: none;
	}
	.table02 {
		border-collapse: separate;
		border-spacing: 0px 5px;
		margin: 0;
		border: none;
	}
	.table02 td, .table02 th {
		padding: 6px 15px;
		border: none;
		line-height: 1.8;
	}
	.table02 th {
		width: 250px;
		background: rgb(0, 172, 235);
		color: #fff;
	}
	.table02 th {
		text-align: left;
	}
	.table02 td {
		background: rgb(245, 245, 245);
	}
	.table02 td a:hover {
		text-decoration: underline;
	}
	.table05 {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
		line-height: 1.5;
		font-size: 11px;
	}
	.table05 th {
		padding: 8px 0;
		background-color: rgba(230, 230, 230, 1.00);
	}
	.table05 td {
		padding: 5px 0;
		text-align: center;
	}
	.table05 tr:nth-of-type(odd) {
		background-color: rgba(248, 248, 248, 1.00);
	}
	.table06 {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
		line-height: 1.5;
	}
	.table06 th {
		padding: 10px;
		background-color: rgba(0, 172, 235, 1);
		color: rgba(255, 255, 255, 1.00);
		border-bottom: 3px solid rgba(255, 255, 255, 1.00);
	}
	.table06 td {
		background-color: rgba(0, 172, 235, 1);
		color: rgba(255, 255, 255, 1.00);
		padding: 10px;
		border-bottom: 3px solid rgba(255, 255, 255, 1.00);
	}
	.table06 tr td:nth-of-type(1) {
		text-align: right;
	}
}
@media (max-width:480px) {
	.table01, .table02 {
		border-collapse: collapse;
		margin: 0 auto;
		width: 100%;
		line-height: 1.5;
	}
	.table01 tr {
		display: block;
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.table01 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		display: block;
		background: rgb(0, 172, 235);
		color: rgba(255, 255, 255, 1.00);
	}
	.table01 td {
		padding: 10px 15px;
		border: none;
		text-align: left;
		display: block;
		border-bottom: 1px solid rgba(0, 172, 235, 1.00);
	}
	.table02 th {
		border: none;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		display: block;
		background: rgb(0, 172, 235);
		color: rgba(255, 255, 255, 1.00);
	}
	.table02 td {
		border: none;
		display: block;
		padding: 10px;
	}
	.table05 {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
		line-height: 1.5;
	}
	.table05 th {
		padding: 8px 0;
		background-color: rgba(230, 230, 230, 1.00);
	}
	.table05 td {
		padding: 5px;
		text-align: center;
	}
	.table05 tr:nth-of-type(odd) {
		background-color: rgba(248, 248, 248, 1.00);
	}
	.table06 {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
		line-height: 1.5;
	}
	.table06 th {
		padding: 10px;
		background-color: rgba(0, 172, 235, 1);
		color: rgba(255, 255, 255, 1.00);
		border-bottom: 3px solid rgba(255, 255, 255, 1.00);
	}
	.table06 td {
		background-color: rgba(0, 172, 235, 1);
		color: rgba(255, 255, 255, 1.00);
		padding: 10px;
		border-bottom: 3px solid rgba(255, 255, 255, 1.00);
	}
	.table06 tr td:nth-of-type(1) {
		text-align: right;
	}
	.scroll {
		overflow: scroll;
		white-space: nowrap;
	}
	.alignleft, .alignright {
		float: none;
		width: 100%;
		margin: auto;
		display: block;
	}
	.m_d {
		display: block;
	}
}
/*----------- 問い合わせ ------------*/
.wpcf7-form-control-wrap {
	margin: 0 0 30px 0;
	display: block;
}
.s_red {
	font-size: 13px;
	color: rgba(215, 0, 0, 1.00);
}
.wpcf7-text {
	font-size: 16px;
	border: 1px solid rgb(219, 219, 219);
	padding: 10px;
	color: rgba(0, 0, 0, 1.00) !important;
	width: 50%;
	background-color: rgb(250, 250, 250) !important;
}
.wpcf7-date {
	font-size: 20px;
	height: 40px;
	background-color: rgb(250, 250, 250);
}
.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7-checkbox::before {
	content: "";
	display: block;
	width: 23.5%;
	order: 1;
	margin-left: 1em;
}
.wpcf7-checkbox::after {
	content: "";
	display: block;
	width: 23.5%;
	margin-left: 1em;
}
.wpcf7-checkbox span {
	width: 23.5%;
}
.wpcf7-date {
	margin-left: 1em;
}
.wpcf7 textarea {
	font-size: 16px;
	border: 1px solid rgb(219, 219, 219);
	padding: 10px;
	color: rgba(0, 0, 0, 1.00) !important;
	width: 50%;
	background-color: rgb(250, 250, 250) !important;
}
.wpcf7 input[type="submit"] {
	color: rgba(255, 255, 255, 1.00) !important;
	width: 50%;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin: 50px 0 0;
	background-color: rgb(0, 62, 140) !important;
	border: 1px solid rgb(0, 62, 140);
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	padding: 20px 0;
}
.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	color: rgba(0, 62, 140, 1.00) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(0, 62, 140);
	transition: all 0.3s ease-in-out;
	padding: 20px 0;
}
.pp_s_box h5 {
	font-size: 18px !important;
	margin: 40px 0 10px;
}
.pp_s_box h6 {
	font-size: 16px !important;
	margin-bottom: 10px;
}
.pp_s_box li {
	font-size: 16px !important;
	line-height: 1.8;
}
@media (max-width:480px) {
	.wpcf7-checkbox span {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.wpcf7-text {
		width: 100% !important;
	}
	.wpcf7 textarea {
		width: 100% !important;
	}
	.wpcf7 input[type="submit"] {
		margin: 50px auto 0 !important;
	}
}
/*---------img------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 3em 1.5em 3em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 3em 0 3em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 3em auto;
}
.alignleft a:hover, .alignright a:hover, .aligncenter a:hover {
	opacity: 0.7;
}
@media (max-width:480px) {
	.alignleft, .alignright, .aligncenter {
		width: 100% !important;
		margin: 3em auto;
	}
}
/*---------margin------------*/
.m_t10 {
	margin-top: 10px !important;
}
.m_t20 {
	margin-top: 20px !important;
}
.m_t30 {
	margin-top: 30px !important;
}
.m_t50 {
	margin-top: 50px !important;
}
.m_t100 {
	margin-top: 100px !important;
}
.m_t250 {
	margin-top: 250px !important;
}
.m_b10 {
	margin-bottom: 10px !important;
}
.m_b20 {
	margin-bottom: 20px !important;
}
.m_b30 {
	margin-bottom: 30px !important;
}
.m_b50 {
	margin-bottom: 50px !important;
}
.m_b100 {
	margin-bottom: 100px !important;
}
.m_l10 {
	margin-left: 10px !important;
}
.m_l20 {
	margin-left: 20px !important;
}
.m_l30 {
	margin-left: 30px !important;
}
.m_l50 {
	margin-left: 50px !important;
}
.m_l100 {
	margin-left: 100px !important;
}
.m_r10 {
	margin-right: 10px !important;
}
.m_r20 {
	margin-right: 20px !important;
}
.m_r30 {
	margin-right: 30px !important;
}
.m_r50 {
	margin-right: 50px !important;
}
.m_r100 {
	margin-right: 100px !important;
}
.f_18 {
	font-size: 18px;
}
.f_20 {
	font-size: 20px;
}
.f_22 {
	font-size: 22px;
}
.f_24 {
	font-size: 24px;
}
.f_26 {
	font-size: 26px;
}
.f_28 {
	font-size: 28px;
}
.f_30 {
	font-size: 3px;
}
.f_32 {
	font-size: 32px;
}
.fw_700 {
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
}
@media (min-width:481px) {
	.w_25per {
		width: 25% !important;
	}
	.w_50per {
		width: 50% !important;
	}
	.w_75per {
		width: 75% !important;
	}
}
@media (max-width:480px) {
	.w_25per_m {
		width: 25% !important;
	}
	.w_50per_m {
		width: 50% !important;
	}
	.w_75per_m {
		width: 75% !important;
	}
}