@charset "utf-8";
/* CSS Document */
@media print { 

/*▼不要な要素を非表示*/
.h2_wrapper { 
	display: none !important; 
}
.header_inner .header_left {
	border-right: none !important; 
}
.single .works_img img,
ul.works_pastlist li a::before,
ul.competition_pastlist li a::before,
#breadcrumb,
.contents_page_title,
.searchform-wrap {
 	display: none !important; 	
}
.page footer,
.single footer,
.archive footer {
	display: none;
}
#site_footer ul {
	list-style: none;
}
/*▲不要な要素を非表示*/

/*▼フォントサイズ調整*/
html {
	font-size: 10pt !important;
}
/*▲フォントサイズ調整*/

/*▼トップページを表紙風に*/
.home .header_right,
body .slider-nav,
body .contents_top {
	display: none;
}
/*body .home .header_inner {
	height: 80vw;
}*/
/*.header_inner .header_left {
	width: 100% !important;
	background: url("images/mv/mv01_b_asahichousha.webp")no-repeat;
	background-size: cover;
	background-position: 50% 0;
}*/
.header_inner .header_left {
	width: 100% !important;
	text-align: right !important;
}
h1.site_title {
	margin: 15mm 15mm 0 0;
	width: 70mm;
	height: 50mm;
	background: #34302f url("images/headers/logo_white.svg")no-repeat;
	background-position: 50% 90%;
	background-size: 62%;
}
h1.site_title img {
	display: none;
/*	padding: 8mm 10mm 5mm;
	border: 1px solid #555;
	border-bottom: none;*/
}
body .title_sub {
	position: relative;
	margin: 0;
	width: 70mm;
	height: 20mm;
	/*background: #34302f url("images/headers/c-name_white.svg")no-repeat;*/
	background: #34302f;
	background-position: 50% 0%;
	background-size: 42%;
}
body .title_sub:after {
	content: "会社案内";
	position: absolute;
	left: 50%;
	bottom: 6mm;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #fff;
	border-bottom: none;
	font-size: 19pt;
	font-weight: 700;
	letter-spacing: 1mm;
}
body .title_sub img {
	display: none;
/*	padding: 0 10mm 6mm;
	border: 1px solid #555;
	border-top: none;*/
}
body #site_footer {
	break-inside: avoid;
	height: 44mm;
}
body .footer_innerwrap {
	padding: 13mm 0 0;
}
body .footer_innerwrap .address {
	font-size: 10pt;
}
body .footer_innerwrap .footer_menu,
.footer_innerwrap .logo {
	display: none;
}
body #copyright {
	padding: 1mm 1em 0;
    font-size: 9pt;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.15em;	
}
/*▼QRコード*/
body .qrcode {
	position: fixed;
	right: 7mm;
	bottom: 10mm;
	padding: 0;
	background: none;
	border-radius:0;
	transform:  translateX(0px);
	z-index: 10;
}
body .qrcode p {
	display: none;
}
body .qrcode:before {
	display: none;
}
body .qrcode img {
	width: 28mm;
	height: 28mm;
}
/*▲QRコード*/
/*▲トップページを表紙風に*/



/*▼細部調整　レイアウト*/
.page .header_right,
.page .header_left,
.page .header_inner,
.archive .header_right,
.archive .header_left,
.archive .header_inner {
	display: none;
}
.contents_page_inner article {
	padding: 0 14mm 0 14mm !important;
}

body .entry-content h2 {
	position: relative;
	top: 0;
	left: 10mm;
	margin: 0 0 7mm 0 !important;
	padding: 10mm 0 0 0 !important;
}
body .entry-content h2::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10mm;
	top: 77%;
	-webkit-transform: translateY(-77%);
	transform: translateY(-77%);
	background: #000000;
	width: 6mm;
	height: 0.2mm;
}
ul.works_pastlist li p.work_title .mark_new,
ul.works_pastlist li p.work_title span.modified {
	display: none;
}

.wp-block-group {
	break-inside: avoid;
}
.page-id-20 img {
	display: block;
}
/*▲細部調整　レイアウト*/



/*▼細部調整　実績紹介*/
ul.works_pastlist,
ul.competition_pastlist {
	margin: 10mm 0 0 !important;
	padding: 0 !important;
}

body ul.works_pastlist li,
body  ul.competition_pastlist li {
	break-inside: avoid;
}
ul.works_pastlist li p.work_title {
	padding-right: 0 !important;
}
/*▲細部調整　実績紹介*/

/*▼細部調整　会社概要*/
body table {
	margin-bottom: 7mm;
}
body.page-id-14 figure.wp-block-image {
	display: none;
}
body.page-id-14 figure.wp-block-table {
	break-inside: avoid;
}
/*▲細部調整　会社概要*/

/*▼細部調整　アクセス*/
iframe {
	display: none;
}
/*▲細部調整　アクセス*/

/*.acf_txts_blue,
.acf_txts_green {
	display: inline-block;
	padding-right: 2em;
}*/

}
/*@media print and (min-width:769px) {*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/*body,
button,
input,
select,
optgroup,
textarea {
	color: #333333;
	font-family:inherit;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
blockquote {
	margin: 0 1.5em 1.6em;
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
address {
	margin: 0 0 1.5em;
}*/
/* Elements
--------------------------------------------- */
/*body {
	background: #fff;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
*//* Make sure embeds and iframes fit their containers. */
/*embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
*//*SP用の要素を非表示*/
/*.sp_show {
	display: none !important;
}
*/
/* Links
--------------------------------------------- */
/*a {
	color: #0066c0;
}
a:visited {
	color: #649ACB;
}
a:hover,
a:focus,
a:active {
	color: #014786;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
#page a:hover img,
.site_header a:hover img,
.contents_1col_top a:hover img {
	opacity:0.78;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}*/
/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.2em .5em 0.6em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
ul{list-style:none;}
ol {list-style: decimal;}
ul,ol {margin: 0;padding: 0;}
li > ul,li > ol {margin-bottom: 0;margin-left: 0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
h1,h2,h3,h4,h5,h6{clear: both;margin: 0;font-size:100%;font-weight:normal;}
p {margin: 0;}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}*/
/*sup（上付き文字）・sub（下付き文字）*/
/*sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}*/

/*}*/
