@charset "UTF-8";

/* mainVisual */
.l-content .mainVisual {
  background: url("/maker/smc/mech/products/variation/air_cylinder/img/main.png") no-repeat;
}

/* .anchor */
.l-content .anchor ul li {
  width: 200px;
  margin-left: 25px;
}

.l-content .txt_01 {font-size: 15px; font-weight: bold;}
.l-content .txt_02 {font-size: 24px; font-weight: bold;}
.l-content .txt_03 {font-size: 21px; font-weight: bold;}
.l-content .txt_04 {font-size: 12px; font-weight: bold;}

.l-content .table_01 , .l-content .table_02  {
	border-collapse: collapse;
	text-align: center;
}
.l-content .table_01{width: 510px;}
.l-content .table_02{width: 700px;}
.l-content .table_01 th , .l-content .table_01 td ,
.l-content .table_02 th , .l-content .table_02 td {
    padding: 13px 7px;
    border: 1px solid #ccc;
    text-indent: 0;
    word-wrap: break-word;
    font-weight: bold;
}
.l-content .table_02 th {
	background: #dddddd;
}
.l-content .table_02 th , .l-content .table_02 td {
	font-size: 12px;
}
.l-content .table_01 th , .l-content .table_01 td {
	font-size: 15px;
}
.l-content .table_02 tr.bg_sub td {
	font-size: 15px;
	background: #fff5cc;
}
.l-content .table_01 th.bg_sub_01 {
	color: #fff;
	background: #0074be;
	border: 1px solid #0074be;
}
.l-content .table_01 th.bg_sub_02 {
	background: #cccccc;
}
.l-content .table_01 td.bg_sub_01 {
	color: #0074be;
	border: 1px solid #0074be;
}
.l-content .table_01 td.bg_sub_02 {
	border-bottom: 1px solid #ccc;
}
.l-content .table_01 td.bg_sub_03,
.l-content .table_01 th.bg_sub_03{
    border-right: #0074be;
}
.l-content .bg_wrap{
    width: 900px;
    background: #f6f6f6;
    margin: 20px auto 50px;
    padding: 20px 35px;
    box-sizing: border-box;
}
.l-content .leadTxt_02{
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.l-content .leadTxt_02::before,
.l-content .leadTxt_02::after {
  background-color: #0074be;
  content: "";
  height: 3px;
  width: 80px;
}
.l-content .leadTxt_02::before {
  margin-right: 10px;
}
.l-content .leadTxt_02::after {
  margin-left: 10px;
}
.l-content .col3_box{
    display: flex;
    justify-content: space-between;
}
.l-content .col3_box p{
    width: 260px;
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.l-content .col_01 {width: 700px;margin: 20px auto 60px;}
.l-content .col2_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.l-content .lead_block {
    position: relative;
    padding: 11px 0 0;
}
.l-content .lead_block img {
    position: absolute;
    top: 0;
    right: 150px;
}
.l-content .btn_01 , .l-content .btn_02 {
    width: 240px;
    height: 44px;
    margin: auto;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}