/*
Theme Name: METAWN
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*タイポグラフィー*/
@media only screen and (max-width: 575px){
h2 {
	font-size:22px !important;
	}
}	
/*ヘッダー*/	
#site-header {
	box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 10%);
	z-index: 100;
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open{
	background-size:34px 34px;
	background-color:rgba(255,255,255,0.7);
	border:none;
	height: 44px;
	top:18px;
	width: 44px;
}
.vk-mobile-nav-menu-btn.position-right{
	right:10px;
}
@media only screen and (min-width: 992px){
body:not(.header_scrolled) .global-nav--layout--float-right,
	.global-nav-list>li .global-nav-name{
	display:none;
}
body.device-pc .vk-mobile-nav-menu-btn,
	body.device-pc .vk-mobile-nav{
	display:block;
}
.header_scrolled .site-header {
	animation:none;
	background-image:url("/wp-content/uploads/2022/10/header-logo.png");
	background-position:left 9% center;
	background-repeat: no-repeat;
	background-size: 250px 60px;
	height:80px;
}
}
@media only screen and (max-width: 991.98px){
.main-section {
	margin-bottom: 0;
}
.site-header-logo img {
	margin-left:0;
}
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open{
	top:10px;
}
}
/*モバイルメニュー*/
.vk-mobile-nav {
	width:280px;
}
.vk-mobile-nav.vk-mobile-nav-right-in {
	right:0;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
	left:calc(100% - 280px);
		right:0;
}
.vk-menu-acc .acc-btn {
	border:none;	
}
/*フッター*/
.footer .pp-link a {
	color:#fff !important;
	text-decoration:none;
	font-size:12px !important;
}
.footer .pp-link a:hover {
	color:#ffb700 !important;
}
.footer .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_txt,
.footer .vk_button .has-text-color.vk_button_link-type-text:hover.has-white-color .vk_button_link_before{
	color:#ffb700 !important;
}
.footer .vk_button .vk_button_link_before {
	margin-right:0.3em;
}
/*リンク*/
a {
	text-decoration: underline;
}
/*目指す構想*/
.concept-wrapper {
	border-radius:4px;
}
.table-concept table,
.table-concept table th,
.table-concept table td {
	border:none;
}	
.table-concept table th {
	min-width:165px;
	text-align:right;
	padding: 5px 3px 0 0;
	font-size: 16px;
	vertical-align: top;
}
.table-concept table td {
	font-size: 16px;
	padding:5px 0;
	vertical-align: top;
}
@media only screen and (max-width: 575px){
.table-concept table tbody tr {
	display:flex;
	flex-direction:column;
}
.table-concept table th {
	text-align:left;
}
}
/*事業概要*/
.business-item {
	border-left:solid 5px #ed7c12;
	padding-left:8px;
	padding-bottom:3px;
	border-bottom:solid 1px #999;
}
i.service-category {
	border-radius: 20%;
	bottom: 2px;
	color: #fff;
	font-size: 0.75rem;
	height: 1.6em;
	line-height: 1.6em;
	position: relative;
	text-align: center;
	width: 1.6em;
	margin-left: 5px;
}
i.service-category.fa-user {
	background-color:#ffb700; 
}
i.service-category.fa-key {
	background-color:#999794; 
}
/*会社概要*/
.profile-table-wrapper {
	background-color:rgba(255,255,255,0.7); 	
}
/*下層ページ*/
@media only screen and (min-width: 992px){
style.css:5:68474.main-section--col--two {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
/*お問合せ*/
.page-header {
	background-color:none;
	background-image:url("/wp-content/uploads/2022/10/page-title-bar_bg.jpg");
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	color:#333;
	min-height:4rem;
}
.page-header-title, h1.page-header-title {
font-size:1.5rem;
font-weight:normal;
text-align:left;
}
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], 
input[type=url], 
textarea {
	width:100%;
}
select {
	width:auto !important;
}
.required {
	color:#ee7e1b;
	font-weight:bold;
	margin-left:5px;
}
.breadcrumb {
	display:none;
}
.form-input-wrapper {
	background-color:#f5f4f0;
	border-radius:4px;
	padding:40px 40px 20px 40px;
}
h3.form-assesment-title {
	border-bottom:none;
	font-size:18px;
}
h3.form-assesment-title::after {
	border-bottom:none;
}
.wpcf7-submit {
	font-family:'Font Awesome 6 Free';
  font-weight:500;
	letter-spacing:0.25em;
}
.wpcf7-spinner {
	display:block;	
}
hr.form-title-ul{
	border-color:#ddd;
}
.form-note {
	font-size:13px;
	color:#333;
}
.form-indent-left {
	padding-left:1em;
}
.form-indent-right {
	width:calc(100% - 2em);
	display:inline-block;
}
.assessment-unit {
	display:inline-block;
	margin-left:0.5em;
	position:relative;
	top:0.5em;
}
input[type=submit]:hover {
	background-color:#d47700;
}
@media only screen and (max-width: 575px){
	.form-input-wrapper {
			padding:30px 20px 10px 20px;
}
}