@charset "utf-8";

.tc {
	text-align: center;
}
.fs12 {
	font-size: 12px;
}
.normal {
	font-weight: normal;
}
.graph_h4 {
	width: 150px;
	margin: 10px auto;
	padding: 6px 0;
	border: 1px solid #ddd;
	font-weight: bold;
}
#search_container {
	background-color: #e0ecf5 !important;
}
#search_container form table {
	width: 100%;
}
#search_container form table td {
	width: 33%;
}
.result_num_box {
	background-color: #f1f2f1 !important;
}
.result_table01 th,
.result_table01 td {
	border-right: 1px solid #b3b3b3;
}
.result_table01 th {
	background-image: none !important;
	background-color: #e0ecf5 !important;
}
.result_table01 th a {
	display: inline-block;
	padding-right: 20px;
	background: url(../seisansei/images/th_arr.png) right center no-repeat;
	color: #333;
}
label {
	cursor: pointer;
}
.flexbox {
	display: flex !important;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
.flexbox .box {
	width: 30%;
}
.flexbox .box ol {
	font-size: 1.2rem !important;
}
/*#sub_side {
	display: none !important;
}
#contents {
	width: 100% !important;
	float: none !important;
}*/


@media only screen and (max-width: 999px) {			/* --------- Responsive Portrait --------- */

	img {
		max-width: 100%;
		height: auto;
	}
	#wrapper *, #wrapper *:before, #wrapper *:after {
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
	}
	
	#wrapper,#header,#page_wrapper,#contents,#index_list,#wide_contents {
		width: 100% !important;
	}
	#head_right,#header .head_gnavi,#sub_contents ul,#sub_side ul,#footer_3rd {
		display: none !important;
	}
	#header .head {
		margin-left: 3%;
	}
	#sub_contents {
		min-width: inherit;
	}
	#page_wrapper {
		display: flex !important;
		flex-direction: column-reverse;
	}
	#sub_side,#contents {
		float: none;
	}
	#sub_side h3 {
		width: 20vw;
		min-width: 140px;
	}
	#contents {
		/*margin-top: -10vw;*/
		padding: 0 2vw;
	}
	#contents #sub_head {
		float: right;
		margin-bottom: 20px !important;
	}
	#wide_contents {
		padding: 0 2vw 50px 2vw;
		overflow: hidden;
	}
	#wide_contents .search_result_foot {
		width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	#form_name table,#form_name h4 {
		width: 100%;
	}
	#form_name table td {
		display: block;
		width: 100% !important;
		padding-bottom: 10px;
		text-align: center;
	}
	#form_name table td #word_input {
		width: 80%;
	}
}
/* 建設業 働き方改革 バナー・ダウンロードセクション */
.wx-section {
	margin-top: 30px;
}
.wx-banner {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border: 2px solid #ccc !important;
	border-radius: 8px !important;
	padding: 16px 24px;
	text-decoration: none !important;
	color: #333;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
}
.wx-banner:hover {
	opacity: .8;
}
.wx-banner__logo {
	width: 70%;
}
.wx-banner__logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wx-banner__text {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	padding-left: 16px;
}
.wx-pr-grid {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 16px;
	margin-top: 20px;
}
.wx-pr-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0%;
	        flex: 1 1 0%;
	min-width: 0;
	background: #f5f5f5;
	border-radius: 4px !important;
	padding: 24px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.wx-pr-item__title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #333;
}
.wx-pr-item__img {
	width: 90%;
	max-width: 220px;
	margin: 16px auto;
}
.wx-pr-item:nth-of-type(2) .wx-pr-item__img {
	max-width: 200px;
}
.wx-pr-item__img img {
	width: 100%;
	height: auto;
	display: block;
}
.wx-pr-item__btns {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-top: auto;
}
.wx-pr-item__btn {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #7d7d7d;
	width: 95%;
	max-width: 240px;
	padding: 8px 10px;
	min-height: 50px;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
	        box-shadow: 0 3px 4px rgba(0,0,0,.15);
	border-radius: 999px !important;
	border: 2px solid #7d7d7d !important;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #fff !important;
	line-height: 1.2;
	text-decoration: none !important;
}
.wx-pr-item__btn:hover {
	opacity: .8;
}
.wx-pr-item__btn span {
	font-size: 11px;
	display: block;
}
/* サイトのグローバルCSS由来の外部リンク・PDFアイコンを非表示 */
.wx-section span.external_link,
.wx-section span.pdf_link,
.wx-section .wx-pr-item__btn::after,
.wx-section a::after {
	display: none !important;
}
.wx-pr-note {
	text-align: center;
	font-size: 13px;
	color: #555;
	margin-top: 16px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	.wx-pr-grid {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}
	.wx-pr-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

@media only screen and (max-width: 479px) {			/* --------- Responsive Smart Phone --------- */
	/* iOSでのデフォルトスタイルをリセット */
	input[type="submit"],
	input[type="button"] {
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
	#wrapper .scroll {
		width: 100%;
		overflow-x: scroll;
	}
	#wrapper .scroll img {
		max-width: inherit;
	}
	#wrapper .scroll::-webkit-scrollbar{ /* スクロールバー本体 */
		width: 5px;
		height: 16px;
		background: #9aadfc;
	}
	#wrapper .scroll::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
		width: 5px;
		background: #b7e7eb;
	}
	#wrapper .scroll::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
		background: #0241c2;
		border-radius: 8px;
	}
	#wrapper .scroll::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
		background: #0166c2;
		border-radius: 8px;
	}
	#wrapper .scroll::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
		background: #88acf7;
	}
	#wrapper .scroll::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
		background: #56a4da;
	}
	#wrapper .scroll::-webkit-scrollbar-corner{ /* スクロールバー角 */
		background: transparent;
	}
	#header .head {
		float: none;
		width: 80%;
		height: auto;
		margin: 20px auto;
		
	}
	#header .head h1 {
		text-align: center;
	}
	#sub_contents {
		height: 100px;
	}
	#sub_side {
		margin-top: -100px;
		pointer-events: none;
	}
	#sub_side h3 {
		width: 30vw;
		min-width: 100px;
	}
	#contents {
		margin-top: -24vw;
	}
	#contents #sub_head {
		max-width: 60vw;
		margin-bottom: 30px;
	}
	#contents #sub_head ul li {
		font-size: 1.4rem;
	}
	#contents #sub_head ul li a {
		display: inline-block;
		line-height: 2.2rem;
	}
	#search_container .box_inner {
		padding: 8px;
	}
	#search_container h3 span {
		display: block;
		padding-top: 10px;
	}
	#search_container form table td {
		display: block;
		width: 100% !important;
		font-size: 1.5rem;
	}
	.flexbox {
		flex-direction: column;
	}
	.flexbox .box {
		width: 100%;
	}
	.flexbox .box ol {
		font-size: 1.4rem !important;
	}
}
.wx-pr-grid::after,
.wx-pr-grid::before {
	display: none !important;
}