/*********************/
/**   グローバルCSS   **/
/*********************/
/*********************/
/**   フォント設定      **/
/*********************/
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 1.5;
}

/*********************/
/**   カラー設定      **/
/*********************/
.contact-submit button {
	background-color: #333333;
	color: #eeeeee;
	font-size: 1.6rem;
	border-radius: 50px;
	padding: 16px;
}

.social-navigation, .button, .page-template-grid-page .columns hr, input[type="submit"], .sidebar .widget_blog_subscription input[type="submit"] {
	background: #66eeaa;
}

.contact-menu {
	border: solid 1px #66eeaa;
	padding: 10px;
}
a:hover {
	color: #333333 !important;
}
.button-company-info a:hover {
	color: #cccccc !important;
}
/*
.site-header a:hover {
	background-color: #eeeeee;
}
*/
.site-footer a:hover {
	color: #eeeeee !important;
}

/*********************/
/**   レイアウト設定    **/
/*********************/
.site-header {
	height: 64px;
	min-height: 64px;
}
.site-header a {
	font-size: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.header-inner {
	height: 64px;
	min-height: 64px;
	display: block !important;
}
.site-logo {
	display: inline !important;
}
#secondary {
	display: inline-block !important;
}
.navigation-main ul {
	transform: translatex(160px);
}
.site-logo-link img {
	height: 32px;
	width: 160px;
}
.menu-toggle {
	margin-top: 16px;
}

/* ページトップの画像・フォント調整 */
.aboutpage .cd-fixed-bg-one {
	padding: 40px 0;
}
.aboutpage .cd-fixed-bg-one h1 {
	font-size: 4rem;
}
.content-caption {
	background: rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px 1px rgba(128,128,128,0.3);
	font-size: 2rem;
}
.blocks-gallery-item__caption {
	font-size: 3rem !important;
}
.block-one h2 {
	margin-top: 8rem !important;
	margin-bottom: 10rem !important;
}
.block-one a {
	font-size: 2.4rem;
}
.block-two p {
	font-size: 1.8rem;
}
.block-three .one_third {
	width: 100%;
}
.block-three .one_third h2 {
	margin-top: 8rem !important;
	margin-bottom: 2rem !important;
}
.widget-area a:hover {
	font-weight: bold;
}

/* スマホメニューアイコン調整 */
.menu-toggle:before {
	border-color: #ffffff;
	margin: auto;
	padding: 15px;
}

/* サービス */
.service-h4 {
	padding-left: 0.25em;
	border-left: solid 5px grey;
}
.has-text-align-center {
	margin: auto !important;
}
#anchor-pagemakely {
	margin-bottom: 50px;
}

/* 会社情報 */
.corporate-h2 {
	padding-left: 0.25em;
	border-left: solid 5px grey;
}
.about-header-column,.message-header-row,.accounts-header-row {
	background-color: #eeeeee;
}
.about-table {
	table-layout: fixed;
	width: 100%;
}
.about-header-30 {
	width: 30%;
}
.about-header-70 {
	width: 70%;
}

/* 採用情報 */
/* 該当箇所削除のため未使用
.recruit-h4 {
	padding-left: 0.25em;
	border-left: solid 5px grey;
}
.recruit-header-column {
	background-color: #eeeeee;
}
.recruit-table {
	table-layout: fixed;
	width: 100%;
}
.recruit-header-30 {
	width: 30%;
}
.recruit-header-70 {
	width: 70%;
}
*/

/* お問い合わせ */
form {
	max-width: 800px;
}
.inquiry-privacy-policy {
	overflow: scroll;
	height: 248px;
	background-color: white;
	padding: 16px;
}

/* 個人情報保護方針 */
.privacy-policy-h2 {
	padding-left: 0.25em;
	border-left: solid 5px grey;
}

/* フッター　プライバシーマーク */
.footer-privacy-policy {
	margin-top: 4rem;
	background-color: white;
}
/* フッター　Copyright */
.copyright:after {
	content: "Copyright (C) c3i Corporation All Right Reserved.";
	color: grey;
	font-size: 1.2rem;
}
/* c3i追加 */
/* トップページ「サービス」」ヘッダー */
.block-one .site-main .entry-content h2 {
	margin-top: 2rem !important;
	margin-bottom: 5rem !important;
}
/* トップページ「新着情報」ヘッダー */
.block-three .one_third h2 {
	margin-top: 2rem !important;
}
/* トップページ　各コンテント */
div.entry-content {
	padding-left: 30.75px;
	padding-right: 30.75px;
}
/* おしらせ */
.news-table table {
	margin: 0;
		border: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: none;
}
/* サイドメニュー */
.sidebar {
	margin-top: 50px
}
@media screen and (max-width: 480px) {
	.sidebar {
		display: none;
	}
}
/* 会社概要 */
.company-about td {
	border-top: 0px solid rgba(51, 51, 51, 0.1);
	border-right: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	border-left: 0px solid rgba(51, 51, 51, 0.1);
}
.company-about th {
	border: 1px solid rgba(51, 51, 51, 0.1);
}
/* 社長より */
.company-massage {
	border: 1px solid rgba(51, 51, 51, 0.1);
}
.company-massage table {
	border: none;
}
.company-massage td, .company-massage th {
	border: none;
}
/* 主要取引先 */
.company-suppliers table {
	margin: 0;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: none;
}
.company-suppliers td, .company-suppliers th {
	border: none;
}
/* 採用情報 */
.recruit-tbl table {
	margin: 0;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: none;
}
.recruit-tbl td, .recruit-tbl th {
	border: none;
}
/* 見出し下の下線 */
.aboutpage .cd-fixed-bg-one hr.short {
	display: none;
}

