/* ----------reset---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,hr {
	margin:0;
	padding:0;
}

html {
    overflow-y: scroll;
}

body {
	font: 14px/1.6 Verdana,Helvetica,Arial,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

img {
	border:0;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

caption,th {
	text-align:left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

a {outline: none;}

hr {
	height: 0;
	border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
	overflow: hidden;
	background-color: #000000;
}

.nonePC {
	display: none;
}

/* ----------common---------- */

/* @group ヘッダー */
#header {
	background-color: #fff;
	padding: 10px 30px;
	height: 80px;
	position: relative;
    border-bottom: 1px solid #dcdcdc;
}

#header .logo {
	position: absolute;
	left: 30px;
	top: 10px;
}

#header .right {
	position: absolute;
	right: 30px;
	top: 10px;
}

#header .subNav {
	float: left;
	margin-right: 10px;
	padding-top: 22px;
	line-height: 1.1;
}

#header .subNav li {
	font-size: 13px;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #d6d6d6;
	padding-right: 10px;
}
#header .subNav li:last-child {
	border: none;
}
#header .subNav li .icon {
    margin-left: 5px;
    vertical-align: -2px;
}
#header .subNav li a {
	text-decoration: none;
}
#header .subNav li a:hover {
	text-decoration: underline;
}
#header .holdings {
	float: left;
	padding-top: 3px;
}

/* @end */

/* @group フッター */
#footer {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	background-color: #000000;
	color: #fff;
	padding: 20px 0 30px;
}
#footer a:link {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer a:visited {
    color: #fff;
    text-decoration: none;
}
#footer .inner {
	margin: 0 auto;
    width: 1000px;
	text-align: left;
}
#footer .pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}
#footer .logo {
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}
#footer hr {
    border-bottom: 1px solid #666666;
	margin: 10px 0 15px;
}
#footer .copyright {
    font-size: 13px;
}
#footer .privacy {
    font-size: 12px;
	float: right;
}
#footer .privacy .icon {
    margin-left: 5px;
    vertical-align: -2px;
}
/* @end */

#wrapper {
	margin: 0 auto;
	text-align: left;
	padding-bottom: 80px;
	background-color: #fff;
}

.w1000 {
    width: 1000px;
	margin: 0 auto;
}

@media print { 
body { zoom: 60%; }
}


#roots_blower_main {
	background: url(../roots_blower/img/mv_bg.jpg) no-repeat center 55px #000;
	margin-bottom: 40px;
	padding-bottom: 68px;
}
#gear_pump_main {
	background: url(../gear_pump/img/mv_bg.jpg) no-repeat center 55px #000;
	margin-bottom: 40px;
	padding-bottom: 68px;
}
.topnav_wrap {
	width: 100%;
	background: #000;
}
.topnav {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 40px;
}
.topnav li {
	text-align: center;
	border-left: 1px solid #727272;
	display: block;
	width: calc(100% / 6);
}
#gear_pump_main .topnav li {
	width: 20%;
}
.topnav li:last-child {
	border-right: 1px solid #727272;
}
.topnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 18px 0;
	font-size: 13px;
	transition: all ease-in-out .25s;
}
.topnav li a:hover {
	background: #333;
}

/* mv */
.mv_ttl {
	font-size: 32px;
	color: #fff;
	padding-left: 20px;
	border-left: 6px solid #d70019;
	margin-bottom: 32px;
}
.mv_txt {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	width: 46%;
}

/* common */
.section {
	margin-bottom: 64px;
}
h2.ttl01 {
	font-size: 28px;
	padding: 10px 10px 10px 34px;
	background: #f5f5f0;
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	position: relative;
}
h2.ttl01::after {
	content: "";
	display: block;
	width: 6px;
	height: 30px;
	background: #d70019;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
h3.ttl02 {
	font-size: 24px;
	font-weight: bold;
	color: #d70019;
	padding: 6px 20px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
}
.num_circle {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	background: #000;
	width: 20px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-right: 12px;
}

.txt_box01 {
	width: 100%;
	margin-bottom: 30px;
}
.txt_box01 .txt {
	width: 49%;
	float: left;
	font-size: 16px;
	line-height: 1.6;
}
.txt_box01 .img {
	display: block;
	width: 48%;
	float: right;
	margin: 0;
	padding: 0;
}
#sec01 .yt_box {
	width: 100%;
	padding-top: 56.2%;
	position: relative;
}
#sec01 .yt_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.box_col2 {
	width: 100%;
	margin-bottom: 60px;
}
.box_col2 .item_box {
	width: 46%;
	float: left;
}
.box_col2 .item_box:nth-child(2) {
	float: right;
}
.box_col2 .item_box_pt {
	padding-top: 52px;
}
.box_col2 .item_box h4.head {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_col2 .item_box .img {
	margin: 0 0 20px;
}
.box_col2 .item_box .txt {
	font-size: 16px;
	line-height: 1.6;
}
#sec02 .box_col2 .item_box .txt {
	text-align: center;
}
#sec02 .box_col2 .item_box .txt span {
	font-weight: bold;
}
.box_col2 .item_box .txt li {
	padding-left: 1em;
	text-indent: -0.8em;
}
.box_col2 .item_box .point {
	text-align: center;
	margin-top: 16px;
}
.box_col2 .item_box .point::before {
	content: url(../common/down_arrow.png);
	margin: 0 auto;
	display: block;
}
.box_col2 .item_box .point span {
	display: inline-block;
	color: #d70019;
	font-size: 20px;
	padding: 5px 10px;
	border: 1px solid #d70019;
}

.box_col2 .txt_list01 {
	width: 50%;
	float: left;
}
.txt_list01 li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding-left: 32px;
	position: relative;
}
.txt_list01 li:last-child {
	margin-bottom: 0;
}
.txt_list01 li .num_circle {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}

.box_col2 .item_box .txt_box02 {
	margin-bottom: 20px;
}
.box_col2 .item_box .txt_box02 .left_box {
	float: left;
	width: 350px;
}
.box_col2 .item_box .txt_box02 .logo {
	float: right;
	margin: 0;
	padding: 0;
}

.txt_col1 {
	margin-bottom: 40px;
	font-size: 16px;
}

table {
	width: 100%;
}
table th {
	font-weight: bold;
}

table.table_blue {
	border-top: 1px solid #4faec4;
	border-bottom: 1px solid #4faec4;
}
table.table_blue tr:first-child {
	border-bottom: 2px solid #4faec4;
}
table.table_blue tr:nth-child(even) {
	background: #dbeef4;
}
table.table_blue th,
table.table_blue td {
	background: none;
	text-align: center;
	border-bottom: 1px solid #4faec4;
	border-left: 1px solid #4faec4;
	width: 16.6667%;
	padding: 8px 0;
}
table.table_blue th:first-child {
	border-left: 0;
}

table.table_green01 {
	border-top: 1px solid #c3d6a0;
	border-bottom: 1px solid #c3d6a0;
	margin-bottom: 30px;
}
table.table_green01 tr:first-child {
	border-bottom: 2px solid #c3d6a0;
}
table.table_green01 tr:nth-child(even) {
	background: #eaf1dc;
}
table.table_green01 th,
table.table_green01 td {
	font-size: 15px;
	background: none;
	text-align: center;
	border-bottom: 1px solid #c3d6a0;
	border-left: 1px solid #c3d6a0;
	padding: 8px 0;
}
table.table_green01 td {
	width: 40%;
}
table.table_green01 th:first-child {
	border-left: 0;
}

table.table_red01 {
	border-top: 1px solid #e07777;
	border-bottom: 1px solid #e07777;
	margin-bottom: 30px;
}
table.table_red01 tr:first-child {
	border-bottom: 2px solid #e07777;
	background: #f9eded;
}
table.table_red01 tr:nth-child(even) {
	
}
table.table_red01 th,
table.table_red01 td {
	font-size: 16px;
	background: none;
	text-align: center;
	border-bottom: 1px solid #e07777;
	border-left: 1px solid #e07777;
	padding: 8px 0;
}
table.table_red01 td {
	width: 64%;
}
table.table_red01 th:first-child {
	border-left: 0;
}

table.table_red02 {
	border-top: 1px solid #e07777;
	border-bottom: 1px solid #e07777;
	margin-bottom: 30px;
}
table.table_red02 .bb02 {
	border-bottom: 2px solid #e07777;
}
table.table_red02 tr:nth-child(even) {
	
}
table.table_red02 th,
table.table_red02 td {
	font-size: 16px;
	background: none;
	border-bottom: 1px solid #e07777;
	border-left: 1px solid #e07777;
	padding: 8px 0;
}
table.table_red02 th {
	background: #f9eded;
	text-align: center;
}
table.table_red02 td {
	width: 38%;
	padding-left: 38px;
	text-align: left;
}
table.table_red02 th:first-child {
	border-left: 0;
}

.box_col4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.box_col4 li {
	width: 23.5%;
	text-align: center;
}
.box_col4 li .img {
	padding: 0;
	margin: 0 0 12px;
}
.box_col4 li .txt {
	font-size: 16px;
	font-weight: bold;
}
.img_col1 {
	display: block;
	padding: 0;
	margin: 0 0 60px;
}

.img_prize_logo {
	display: block;
	text-align: center;
	padding: 0;
	margin: 40px auto 60px;
}

.contact_link01 {
	background: #f5f5f5;
	padding: 50px 0;
}
.contact_link01 .contact_ttl {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 40px;
}
.contact_link01 .contact_btn {
	display: block;
	width: 40%;
	height: 80px;
	margin: 0 auto;
	background: #d70e19;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 80px;
	border-radius: 40px;
	position: relative;
	transition: all ease-in-out .25s;
}
.contact_link01 .contact_btn::after {
	content: url(../common/right_arrow.png);
	display: block;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 30px;
}
.contact_link01 .contact_btn:hover {
	opacity: 0.7;
}

#menu {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	width: 100%;
  }
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 28px;
}
#menu li::before,
#menu li::after {
	position: absolute;
	top: -21px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#menu li::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	background: #d70019;
}
#menu li::after {
	left: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu li .btn {
	background-color: #e1e1dc;
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding-left: 10px;
}
#menu li .btn:last-child {
	margin-left: 15px;
}
#menu li .btn:hover {
	text-decoration: none;
}
#menu li .btn::before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #7f7e7d;
	border-bottom: 2px solid #7f7e7d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bottom_link {
	margin-top: 80px;
}
.bottom_link li a {
	color: #d70e19;
}

#footer {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	background-color: #000000;
	color: #fff;
	padding: 20px 0 30px;
}

#footer a:link {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer .inner {
	margin: 0 auto;
    width: 1000px;
	text-align: center;
}

#footer .pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}

#footer .logo {
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}

#footer hr {
    border-bottom: 1px solid #666666;
	margin: 10px 0 15px;
}

#footer .copyright {
    font-size: 13px;
}

#footer .privacy {
    font-size: 12px;
	float: right;
}
#footer .privacy .icon {
    margin-left: 5px;
    vertical-align: -2px;
}
