/* @group TOPページ */
#toppage #main {
	background: url(../img/mv_bg.jpg) no-repeat center bottom #000;
	margin-bottom: 40px;
	padding-bottom: 80px;
}
#toppage .topnav_wrap {
	width: 100%;
	background: #000;
}
#toppage .topnav {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 40px;
}
#toppage .topnav li {
	text-align: center;
	border-left: 1px solid #727272;
	display: block;
	width: calc(100% / 6);
}
#toppage .topnav li:last-child {
	border-right: 1px solid #727272;
}
#toppage .topnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 18px 0;
	font-size: 14px;
	transition: all ease-in-out .25s;
}
#toppage .topnav li a:hover {
	background: #333;
}

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

/* common */
#toppage .section {
	margin-bottom: 64px;
}
#toppage h2.ttl01 {
	font-size: 28px;
	padding: 10px 10px 10px 34px;
	background: #f5f5f0;
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	position: relative;
}
#toppage h2.ttl01::after {
	content: "";
	display: block;
	width: 6px;
	height: 30px;
	background: #d70019;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}
#toppage 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;
}

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

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

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

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

#toppage .txt_col1 {
	margin-bottom: 40px;
	font-size: 18px;
}

#toppage table.table_blue {
	border-top: 1px solid #4faec4;
	border-bottom: 1px solid #4faec4;
}

#toppage table.table_blue tr:first-child {
	border-bottom: 2px solid #4faec4;
}
#toppage table.table_blue tr:nth-child(even) {
	background: #dbeef4;
}
#toppage table.table_blue th,
#toppage 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;
}
#toppage table.table_blue th:first-child {
	border-left: 0;
}

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

#toppage #rightBox {
	float: right;
	width: 320px;
	font-size: 13px;
}

.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(../img/right_arrow.png);
	display: block;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 30px;
}
.contact_link01 .contact_btn:hover {
	opacity: 0.7;
}

.mrc_download .mrc_download_btn {
	display: block;
	width: 40%;
	height: 80px;
	margin: 30px 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;
	text-align: center;
}
.mrc_download .mrc_download_btn::after {
	content: url(../img/right_arrow.png);
	display: block;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 30px;
}
.mrc_download .mrc_download_btn:hover {
	opacity: 0.7;
}

#toppage #rightBox h3 {
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	border-left: 6px solid #d70019;
	padding-left: 10px;
	margin-bottom: 15px;
}
#toppage #rightBox p {
	margin: 15px 0 30px;
}
#toppage #rightBox .btn a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #969691;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 1.3;
	position: relative;
}
#toppage #rightBox .btn a::after {
	display: block;
	content: '';
	position: absolute;
	top: 22px;
	right: 20px;
	width: 16px;
	height: 16px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#toppage #menu {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	width: 100%;
  }
#toppage #menu a {
	text-decoration: none;
}
#toppage #menu a:hover {
	text-decoration: underline;
}
#toppage #menu li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 28px;
}
#toppage #menu li::before,
#toppage #menu li::after {
	position: absolute;
	top: -21px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#toppage #menu li::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	background: #d70019;
}
#toppage #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);
}
#toppage #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;
}
#toppage #menu li .btn:last-child {
	margin-left: 15px;
}
#toppage #menu li .btn:hover {
	text-decoration: none;
}
#toppage #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);
}
/* @end */


/* @group 化学・医薬産業用途 */

#chemical .column {
	padding-bottom: 30px;
}

#chemical .column .photo {
	float: left;
	margin-right: 20px;
}
#chemical h2 {
	background-color: #f5f5f0;
	border-left: 6px solid #d70019;
	font-size: 28px;
	line-height: 46px;
	height: 46px;
	padding: 0 20px 0 15px;
	margin-bottom: 40px;
}
#chemical #recommendation h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#chemical #recommendation .col-md-6 {
	padding-bottom: 40px;
	width: 500px;
	float: left;
}
#chemical #recommendation ul {
	margin-bottom: 10px;
}
#chemical #recommendation li {
	position: relative;
	padding-left: 1.2em;
}
#chemical #recommendation li:before {
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #d70019;
	position: absolute;
	top: 4px;
	border-radius: 50%;
	margin-right: 3px;
	left: 0;
}
#chemical #recommendation .pdf img {
	margin-right: 3px;
}
#chemical table th {
	width: 160px;
}

/* @end */


/* @group 詳細ページ */

#detail {
	border-top: 1px solid #dcdcdc;
}
#detail #main {
	padding: 60px 0 20px;
}
#detail #main .photo {
	float: left;
	margin-right: 40px;
}
#detail #main .w600 {
	width: 600px;
	float: left;
}
#detail #main .tab li {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: #898989;
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1.3;
	position: relative;
	margin-right: 5px;
	margin-bottom: 10px;
}
#detail #main h1 {
	border-bottom: 3px solid #dcdcdc;
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: bold;
}
#detail #main h2.lead {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#detail #main .pdf img {
	margin-right: 3px;
}
#detail #main .inquiryBtn a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #d70019;
	display: inline-block;
	text-decoration: none;
	line-height: 54px;
	position: relative;
	width: 200px;
	height: 54px;
	text-align: center;
	margin-top: 25px;
}
#detail #tabs-list {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 3px solid #646464;
}
#detail #panels section {
	display: none;
	opacity: 0;
}
#detail #panels section.selected {
	max-height: initial;
	opacity: 1;
	display: block;
}
#detail #tabs-list li {
	width: calc(988px/4);
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #d9d9d9;
	cursor: pointer;
	float: left;
	margin-right: 4px;
}

#detail #tabs-list.tabs-list2 li {
	width: calc(991px/3);
}
#detail #tabs-list li:last-child {
	margin: 0;
}
#detail #tabs-list li span {
    display: block;
}
#detail #tabs-list li:hover {
    background-color: #646464;
    color: #fff;
    transition: .1s;
}
#detail #tabs-list li.selected {
    background-color: #646464;
    color: #fff;
}
#detail #panels {
	padding-top: 50px;
}
#detail #panels .cap {
	margin-top: 20px;
}
#detail #panels th {
	text-align: center;
	border-right: 1px solid #dcdcdc;
	line-height: 1.5;
	padding: 10px;
}
#detail #panels td {
	border-right: 1px solid #dcdcdc;
	text-align: center;
	line-height: 1.5;
	padding: 10px;
}
#detail #panels th:last-child,
#detail #panels td.last {
	border-right: none;
}
#detail #panels .image {
	text-align: center;
	margin-bottom: 50px;
}

#detail #panels h3 {
	background-color: #f5f5f0;
	border-left: 6px solid #d70019;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding: 0 20px 0 15px;
	margin-bottom: 30px;
	margin-top: 50px;
	font-weight: bold;
}
/* @end */



/* @group お問い合わせ */

#inquiry .cautionUl {
	margin-bottom: 30px;
}
#inquiry .cautionUl li {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-bottom: 10px;
}
#inquiry .cautionUl li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #d70019;
	position: relative;
	top: 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	margin-right: 3px;
}
#inquiry .caution {
	color: #e60012;
	margin-bottom: 10px;
}
#inquiry .error,
#inquiry .attention {
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
}
#inquiry th {
	font-size: 15px;
	width: 220px;
	padding: 15px 20px;
	font-weight: normal;
}
#inquiry td {
	padding: 15px 20px;
}
#inquiry .messageTb {
	border: 0;
	margin-top: 20px;
}
#inquiry .messageTb th {
	background-color: transparent;
	padding: 0;
	border: 0;
	width: 200px;
	font-size: 13px;
}
#inquiry .messageTb td {
	padding: 5px 0;
	border: 0;
	font-size: 13px;
}
#inquiry input {
	font-size: 16px;
}
#inquiry input[disabled] {
	opacity: 0.3;
	pointer-events: none;
}
#inquiry select {
	font-size: 13px;
	padding: 2px;
}
#inquiry .box100 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 4em;
}
#inquiry .box350 {
	border: 1px solid #b5b6b6;
	padding: 2px;
	width: 350px;
}
#inquiry .box550 {
    border: 1px solid
    #b5b6b6;
    padding: 2px;
    width: 550px;
}
#inquiry textarea {
	width: 550px;
}
#inquiry .btnBox {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 40px;
}
#inquiry .btnBox .privacy {
	margin-bottom: 30px;
}
#inquiry .btn {
	width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	background-color: #d70019;
	border: none;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}
#inquiry .backBtn {
	width: 240px;
	height: 60px;
	line-height: 60px;
    color: #fff;
	font-size: 24px;
	background-color: #b8b8b8;
	border: none;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	margin: 0 3px;
}
#inquiry .btn:hover,
#inquiry .backBtn:hover {
	opacity: 0.7;
	transition: .1s;
}

#inquiry .mw_wp_form_confirm #pump {
	display: table-row !important;
}

/* @end */
