/*
Theme Name: PIPE TREKKER RE
Theme URI: https://spacexone.com
Description: Design for Pipe trekker's web site 2025.07
Template: force_tcd078
Author: Spaceone
Author URI: https://spacexone.com
Version: 1.15
*/
* {
	box-sizing: border-box;
}
body {
	color: var(--wp--preset--color--white);
	background: #000000;
}


#header {
	background: #000;
}
.pc .home #header {
	background: transparent;
}

.pc #header_logo img {
	height: auto;
	width: 300px;
}

.global_menu li a:hover,
.global_menu li.active_menu > a,
#index_staff_head, #staff_headline,
div#footer_top,
#archive_headline,
.side_headline,
.widget_block .wp-block-heading,
#comment_headline,
.page_navi span.current,
.widget_search #search-btn input,
.widget_search #searchsubmit,
.google_search #search_button,
.global_menu ul ul a {
	background: #000000 !important;
}

div#header_inner {
	height: 70px;
}

.cb_contents.num1 {
	width: 100%;
	background: #181818;
}
.cb_contents.num1 .post_content {
	max-width: 850px;
	margin-inline: auto;
}

.index_design_content1.cb_contents.num2 {
  width: 100%;
  margin: 0;
}

.index_design_content1 .button a {
	border: 1px solid #FFBA08;
	border-radius: 30px;
}

.cb_contents.num2 .post_content {
	max-width: 1500px;
	margin-inline: auto;
}

.cb_contents.num2 .post_content .post_col-2 {
	text-align: center;
}

.cb_contents.num2 .post_content .main_content {
	max-width: 850px;
	margin-inline: auto;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.spec-table>table,
.table-notice {
	font-family: 'Roboto', 'Inter', sans-serif;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.spec-table>table thead tr th {
	font-weight: bold;
	padding: 0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.spec-table>table tbody tr td {
	padding: .5em;
	line-height: 1.2;
}

#header_social_link {
	top: 20px;
}

#header_social_link li a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ffba08;
	padding: 0;
}

#header_social_link li a:hover {
	background: #ffba08;
}

#header_social_link li a span {
    font-size: 1rem;
	display: initial;
	color: #ffba08;
	font-size: 1.1rem;
}
#header_social_link li a:hover span {
	color: #000;
}

#global_menu > ul > li > a:hover,
#header_social_link li a:hover:before,
#global_menu > ul > li.megamenu_parent.active_button > a,
#header_logo .logo a:hover,
#global_menu > ul > li.active > a {
	background: #ffba08;
}

#global_menu ul ul a:hover {
    color: #000;
}


/* お問い合わせ:12, デモ依頼:218 */
/*
body.page-id-12.wp-singular:not(.home),
body.page-id-218.wp-singular:not(.home) {
	background: url(./assets/images/bg_dot.png);
}
.page-id-12 #page_header,
.page-id-218 #page_header {
	height: 210px;
}
.page-id-12 #main_contents,
.page-id-218 #main_contents {
	bottom: auto;
	top: 80px;
}
.page-id-12 #main_contents,
.page-id-218 #main_contents {
	margin-top: 0;
	background: white;
	padding: 1.5em;
}
.page-id-12 #main_contents .wpcf7,
.page-id-218 #main_contents .wpcf7 {
	border: none;
	border-top: 1px solid #ddd;
}
.page-id-12 #main_contents .wpcf7 form,
.page-id-218 #main_contents .wpcf7 form {
	margin: 0;
}
*/
.index_post_list1 {
	width: 100%;
	padding-inline: calc((100vw - 850px) / 2);
    color: #000;
	background: #f2f2f2;
}

body.wp-singular:not(.home) {
	background: #f2f2f2;
    color: #000;
}

body.wp-singular.page-template-page-dark:not(.home)
 {
	background: black;
	color: white;
}

/*
.page-template-default #main_contents,
.page-template-page-dark #main_contents {
    width: 100%;
}
*/

/* .page-template-page-dark .post_content h2 {
	font-weight: bold;
	font-size: 32px;
}
.page-template-page-dark h2,
.page-template-page-dark h3 {
	color: #FFBA08;
} */

/*
.page-template-default #main_contents .post_content > *,
.page-template-page-dark #main_contents .post_content > *,
.page-template-default #main_contents .post_content > .wp-block-group,
.page-template-page-dark #main_contents .post_content > .wp-block-group {
	width: 850px;
	margin-inline: auto;
}
.page-template-default #main_contents .post_content > .wp-block-group.wide-width,
.page-template-page-dark #main_contents .post_content > .wp-block-group.wide-width {
	width: 80%;
	max-width: 96rem;
}
@media (max-width:800px) {
	.page-template-default #main_contents .post_content > .wp-block-group.wide-width,
	.page-template-page-dark #main_contents .post_content > .wp-block-group.wide-width {
		width: 95%;
	}
}
.page-template-default #main_contents .post_content > .wp-block-group.full-width,
.page-template-page-dark #main_contents .post_content > .wp-block-group.full-width {
	width: 100%;
}
*/