@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 22.6666666667vw;
  padding-bottom: 17.3333333333vw;
}

/**
会社概要
*/
#page-company {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 4vw 0vw;
  position: relative;
}
#page-company h3 {
  margin-bottom: 13.3333333333vw;
}
#page-company h3 img {
  display: block;
  margin: 0 auto;
}
#page-company .boxes {
  z-index: 1;
  position: relative;
  padding-left: 2.6666666667vw;
}
#page-company .boxes .box {
  display: block;
  width: 85.8666666667vw;
  height: 48.1333333333vw;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 10.6666666667vw;
}
#page-company .boxes .box h4 {
  background: url(../img/common/bg-trapezoid01.svg) right top no-repeat;
  background-size: cover;
  color: #fff;
  width: 37.3333333333vw;
  height: 9.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: normal;
  position: absolute;
  top: 2.6666666667vw;
  left: -2.6666666667vw;
}
#page-company .boxes .box#box-greeting {
  background-image: url(../img/company/menu-greeting.jpg);
}
#page-company .boxes .box#box-outline {
  background-image: url(../img/company/menu-outline.jpg);
}
#page-company .boxes .box#box-history {
  background-image: url(../img/company/menu-history.jpg);
}
#page-company .boxes .box#box-business {
  background-image: url(../img/company/menu-business.jpg);
}
#page-company .boxes .box#box-recruit {
  background-image: url(../img/company/menu-recruit.jpg);
}
#page-company .boxes .box#box-csr {
  background-image: url(../img/company/menu-csr.jpg);
}
#page-company .boxes .box#box-sponsor {
  background-image: url(../img/company/menu-sponsor.jpg);
}
#page-company .boxes .box#box-blog {
  background-image: url(../img/company/menu-blog.jpg);
}
#page-company .name {
  background: url(../img/common/bg-trapezoid03.svg) right center no-repeat;
  background-size: cover;
  color: #fff;
  height: 26.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 3.2vw;
  font-weight: normal;
  margin-left: -4vw;
  padding-right: 9.3333333333vw;
}
#page-company .name img {
  width: auto;
  height: 4.5333333333vw;
}

#page-greeting {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-greeting:before {
  content: "";
  display: block;
  position: absolute;
  width: 96vw;
  height: 17.3333333333vw;
  background: #00112e;
  bottom: 0;
  left: -2.6666666667vw;
  transform: skew(-10deg);
}
#page-greeting .text {
  width: 89.6vw;
  margin: 0 auto;
  padding: 0 0 12vw;
  font-size: 3.7333333333vw;
}
#page-greeting .text p {
  color: #333;
  margin: 0 0 5.6vw;
  line-height: 1.64;
}
#page-greeting .text p:last-child {
  margin: 0;
}
#page-greeting .name {
  width: 77.3333333333vw;
  margin: 0 auto;
  padding: 2.2vw 0;
  color: #fff;
  font-size: 2.6666666667vw;
  text-align: right;
  position: relative;
  line-height: 1.66;
}
#page-greeting .name .small {
  font-size: 3.2vw;
  font-weight: bold;
}
#page-greeting .name .bold {
  font-size: 3.7333333333vw;
  font-weight: bold;
}

#page-outline {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-outline:before {
  content: "";
  display: block;
  position: absolute;
  width: 96vw;
  height: 26.6666666667vw;
  background: #00112e;
  bottom: 0;
  left: -2.6666666667vw;
  transform: skew(-10deg);
}
#page-outline .inner {
  position: relative;
  padding-bottom: 6.6666666667vw;
  z-index: 1;
}
#page-outline h3 {
  margin-bottom: 3.0666666667vw;
}
#page-outline h3 img {
  display: block;
  width: 92vw;
  margin: 0 auto;
}
#page-outline h4 {
  background: #00112e;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin: 0 auto 4vw;
  padding: 4vw 0 4vw 5.8666666667vw;
  position: relative;
}
#page-outline h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6666666667vw;
  height: 5.3333333333vw;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 2.9333333333vw;
  margin: auto;
}
#page-outline .outline {
  width: 93.3333333333vw;
  margin: 0 auto 12.6666666667vw;
}
#page-outline .outline table {
  width: 100%;
  margin: 0 auto 10.2666666667vw;
  border-collapse: separate;
  border-spacing: 0.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.41;
}
#page-outline .outline table tr th {
  width: 32vw;
  background: #00112e;
  color: #fff;
  vertical-align: middle;
}
#page-outline .outline table tr td {
  width: 58.6666666667vw;
  background: #fff;
  padding: 4vw;
}
#page-outline .outline table tr td .tel_area {
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
  white-space: nowrap;
}
#page-outline .outline table tr td .address_area p {
  margin-bottom: 5.3333333333vw;
}
#page-outline .outline table tr td .address_area p span {
  display: block;
  font-weight: bold;
}
#page-outline .outline table tr td .address_area p a {
  color: #172ccb;
}
#page-outline .outline .img_area {
  width: 92vw;
  margin: 0 auto;
}
#page-outline .outline .img_area ul li {
  width: 74.6666666667vw;
  margin: 0 auto 6vw;
}
#page-outline .outline .img_area ul li .img {
  margin: 0 0 2.6666666667vw;
}
#page-outline .outline .img_area ul li p {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.41;
}
#page-outline .history {
  width: 93.3333333333vw;
  margin: 0 auto 13.3333333333vw;
}
#page-outline .history h4 {
  width: 92vw;
}
#page-outline .history table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0.6666666667vw;
  font-size: 2.4vw;
  line-height: 1.33;
}
#page-outline .history table tr th {
  width: 24vw;
  background: #fff;
  vertical-align: middle;
}
#page-outline .history table tr td {
  width: 66.6666666667vw;
  background: #fff;
  padding: 4.5333333333vw 2.9333333333vw;
}
#page-outline .map {
  width: 92vw;
  margin: 0 auto;
}
#page-outline .map iframe {
  width: 81.6vw;
  height: 80vw;
  display: block;
  margin: 0 auto;
}

#page-business {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-business .toc {
  width: 88vw;
  margin: 0 auto 13.3333333333vw;
}
#page-business .toc dl {
  overflow: hidden;
}
#page-business .toc dl dt {
  width: 100%;
  background: #00112e;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding: 6.6666666667vw 0;
  text-align: center;
}
#page-business .toc dl dd {
  width: 100%;
  background: #fff;
  padding: 4.2666666667vw 5.3333333333vw;
}
#page-business .toc dl dd ul li {
  color: #3b87ae;
  font-size: 3.7333333333vw;
  line-height: 2.22;
}
#page-business .toc dl dd ul li a {
  color: #3b87ae;
}
#page-business .item_list {
  width: 92vw;
  margin: 0 auto;
  overflow: hidden;
}
#page-business .item_list ul {
  width: 88vw;
  margin: 0 auto;
}
#page-business .item_list ul li {
  background: #fff;
  position: relative;
  padding: 5.3333333333vw 5.0666666667vw;
  margin: 0 0 4vw;
}
#page-business .item_list ul li .label {
  display: inline-block;
  width: 26.6666666667vw;
  background: #3b87ae;
  font-size: 2.4vw;
  color: #fff;
  font-weight: bold;
  transform: skew(-10deg);
  text-align: center;
  padding: 2.8vw 3.0666666667vw;
  position: absolute;
  top: 2.6666666667vw;
  left: -4vw;
}
#page-business .item_list ul li .label p {
  transform: skew(10deg);
}
#page-business .item_list ul li .label p span {
  font-size: 4.5333333333vw;
  vertical-align: text-bottom;
  margin: 0 4px;
}
#page-business .item_list ul li h3 {
  font-size: 3.7333333333vw;
  margin: -21.3333333333vw 0 8vw 21.3333333333vw;
  line-height: 1.21;
  padding-top: 21.3333333333vw;
}
#page-business .item_list ul li .detail .img_box {
  width: 62.6666666667vw;
  margin: 0 auto 5.0666666667vw;
}
#page-business .item_list ul li .detail .text_box {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1.78;
}
#page-business .item_list ul li .detail .text_box p + p {
  margin: 1.3333333333vw 0 0;
}
#page-business .item_list ul li .result {
  margin: 2.1333333333vw 0 0;
}
#page-business .item_list ul li .result .item h4 {
  background: #eee;
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding: 2.6666666667vw;
  margin: 0 0 4vw;
}
#page-business .item_list ul li .result .item p {
  font-size: 3.7333333333vw;
  margin: 0 0 4vw;
  line-height: 1.66;
}
#page-business .item_list ul li a {
  color: #357fae;
}
#page-business .item_list ul li:last-child .detail {
  display: block;
}
#page-business .item_list ul li:last-child .img_box,
#page-business .item_list ul li:last-child .text_box {
  width: 100%;
}
#page-business .item_list ul li:last-child .img_box ul,
#page-business .item_list ul li:last-child .text_box ul {
  width: auto;
}
#page-business .item_list ul li:last-child .img_box ul li,
#page-business .item_list ul li:last-child .text_box ul li {
  padding: 0;
}
#page-business .item_list ul li:last-child .img_box {
  margin: 0 0 4vw;
}

/**
採用情報
*/
#page-recruit {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-recruit:before {
  content: "";
  display: block;
  position: absolute;
  width: 96vw;
  height: 26.6666666667vw;
  background: #00112e;
  bottom: 0;
  left: -2.6666666667vw;
  transform: skew(-10deg);
}
#page-recruit .inner {
  position: relative;
  padding: 0 0 6.6666666667vw;
  z-index: 1;
}
#page-recruit #message {
  width: 92vw;
  margin: 0 auto 9.3333333333vw;
}
#page-recruit #message:after {
  content: "";
  display: block;
  clear: both;
}
#page-recruit #message .box {
  width: 88vw;
  background-color: #00112e;
  position: relative;
  padding: 46vw 3.7333333333vw 4.6666666667vw;
  margin-bottom: 17.3333333333vw;
  background-repeat: no-repeat;
  float: right;
}
#page-recruit #message .box:last-of-type {
  margin-bottom: 0;
}
#page-recruit #message .box:nth-of-type(1) {
  padding-bottom: 12vw;
  background-image: url(../img/recruit/message-bg01.png);
  background-size: 37.0666666667vw auto;
  background-position: right 0 bottom -2.9333333333vw;
}
#page-recruit #message .box:nth-of-type(2) {
  padding-bottom: 10.6666666667vw;
  background-image: url(../img/recruit/message-bg02.png);
  background-size: 80.2666666667vw auto;
  background-position: right 0 bottom 0vw;
}
#page-recruit #message .box .top .img {
  position: absolute;
  top: -8vw;
  width: 85.3333333333vw;
  left: -4vw;
}
#page-recruit #message .box .sentence {
  margin-top: 4.2666666667vw;
}
#page-recruit #message .box h3 {
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  color: #fff;
  margin-bottom: 3.2vw;
}
#page-recruit #message .box p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  margin-bottom: 4.2666666667vw;
  color: #fff;
}
#page-recruit #message .box p:last-of-type {
  margin-bottom: 0;
}
#page-recruit #requirements {
  width: 92vw;
  margin: 0 auto;
}
#page-recruit #requirements h3 {
  font-size: 4.5333333333vw;
  line-height: 1;
  text-align: center;
  color: #333333;
  margin-bottom: 4.2666666667vw;
}
#page-recruit #requirements .comment {
  margin-bottom: 5.3333333333vw;
  padding: 0 6vw;
}
#page-recruit #requirements .comment p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  margin-bottom: 1.25em;
  color: #333333;
}
#page-recruit #requirements .comment p:last-of-type {
  margin-bottom: 0;
}
#page-recruit #requirements table {
  width: 100%;
  margin: 0 auto 13.3333333333vw;
  border-collapse: separate;
  border-spacing: 0.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.4166666667;
}
#page-recruit #requirements table tr th {
  width: 32vw;
  background: #00112e;
  color: #fff;
  vertical-align: middle;
}
#page-recruit #requirements table tr td {
  width: 58.6666666667vw;
  background: #fff;
  padding: 4vw;
}
#page-recruit #requirements table tr td ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
#page-recruit #requirements table tr td ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}
#page-recruit .contact {
  width: 86.6666666667vw;
  margin: 0 auto;
  background-color: #fff;
  padding: 9.3333333333vw 6vw 8vw;
}
#page-recruit .contact h4 {
  text-align: center;
  font-size: 3.7333333333vw;
  color: #333333;
  margin-bottom: 7.3333333333vw;
}
#page-recruit .contact .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-recruit .contact .btns a {
  display: flex;
  width: 100%;
  height: 14.9333333333vw;
  align-items: center;
  justify-content: center;
  margin-top: 2.6666666667vw;
  background-color: #3b87ae;
  font-size: 3.7333333333vw;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#page-recruit .contact .btns a:first-of-type {
  margin-top: 0;
}
#page-recruit .contact .btns a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  display: block;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  background: url(../img/common/icon-window.png) center center no-repeat;
  background-size: contain;
}

/**
スポンサー活動
*/
#page-sponsor {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-sponsor .box {
  width: 92vw;
  margin: 0 auto;
}
#page-sponsor .box .text {
  margin: 0 0 3.2vw;
}
#page-sponsor .box .text p {
  font-size: 3.7333333333vw;
  line-height: 1.35;
}
#page-sponsor .box .img {
  width: 79.3333333333vw;
  margin: 0 auto 8vw;
}
#page-sponsor .box .img ul {
  display: flex;
  justify-content: center;
}
#page-sponsor .box .img ul li {
  margin-right: 2.6666666667vw;
}
#page-sponsor .box .img ul li:last-child {
  margin-right: 0;
}
#page-sponsor .box .message {
  margin: 6.6666666667vw 0 0;
  overflow: hidden;
}
#page-sponsor .box .message .message_img {
  width: 88vw;
  margin: 0 0 0 auto;
}
#page-sponsor .box .message .message_text {
  width: 89.3333333333vw;
  background: #fff;
  transform: skew(-10deg);
  padding: 4vw 0 4vw 6.1333333333vw;
  position: relative;
  bottom: 4vw;
  left: -4vw;
}
#page-sponsor .box .message .message_text p {
  transform: skew(10deg);
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.58;
}

/**
CSR活動
*/
#page-csr {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-csr:before {
  content: "";
  display: block;
  position: absolute;
  width: 96vw;
  height: 26.6666666667vw;
  background: #00112e;
  bottom: 0vw;
  left: -2.6666666667vw;
  transform: skew(-10deg);
}
#page-csr .inner {
  position: relative;
  padding: 0 0 6.6666666667vw;
}
#page-csr .content_list {
  margin: 0 auto 13.3333333333vw;
}
#page-csr .content_list .content {
  width: 92vw;
  margin: 0 auto 8.2666666667vw;
}
#page-csr .content_list .content h3 {
  font-size: 4.5333333333vw;
  text-align: center;
  margin: 0 0 4.2666666667vw;
  color: #333;
}
#page-csr .content_list .content .box .img {
  width: 80vw;
  margin: 0 auto 3.4666666667vw;
}
#page-csr .content_list .content .box .text {
  font-size: 3.7333333333vw;
  line-height: 1.35;
  color: #333;
}
#page-csr .content_list .content .box .text p {
  margin: 0 0 4vw;
}
#page-csr .content_list .content .box .text p:last-child {
  margin: 0;
}
#page-csr .content_list .content:first-child {
  padding: 0 0 6vw;
  border-bottom: 1px solid #999;
}
#page-csr .more {
  width: 86.6666666667vw;
  margin: 0 auto 6.6666666667vw;
  padding: 8vw 0 10.9333333333vw;
  background: #fff;
}
#page-csr .more .more_inner .text {
  font-size: 3.7333333333vw;
  text-align: center;
  margin: 0 0 6vw;
  font-weight: bold;
  line-height: 1.21;
}
#page-csr .more .more_inner .btn {
  width: 74.6666666667vw;
  margin: 0 auto;
}
#page-csr .more .more_inner .btn a {
  display: flex;
  width: 100%;
  height: 14.9333333333vw;
  align-items: center;
  justify-content: center;
  margin-top: 2.6666666667vw;
  background-color: #3b87ae;
  font-size: 3.7333333333vw;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#page-csr .more .more_inner .btn a:first-of-type {
  margin-left: 0;
}
#page-csr .more .more_inner .btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  display: block;
  width: 1.8666666667vw;
  height: 3.2vw;
  background: url(../img/csr/arrow.svg) center center no-repeat;
  background-size: contain;
}

/**
見積もりフォーム
*/
#page-cart {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-cart .inner {
  width: 100%;
  margin: 0 auto;
}
#page-cart p {
  width: 92vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin: 0 auto 1em;
}
#page-cart p:last-of-type {
  margin-bottom: 0;
}
#page-cart a {
  color: #357fae;
}
#page-cart .form {
  width: 92vw;
  background: #fff;
  padding: 6.6666666667vw 3.3333333333vw 10.6666666667vw;
  margin: 6.6666666667vw auto 0;
}
#page-cart .form h3 {
  text-align: center;
  font-size: 4.5333333333vw;
  margin-bottom: 4.6666666667vw;
}
#page-cart .form table.cart tr th,
#page-cart .form table.cart tr td {
  font-size: 2vw;
  border: 0.2666666667vw solid #cccccc;
}
#page-cart .form table.cart tr th {
  padding: 1.6vw 0;
  text-align: left;
  width: 31.3333333333vw;
  vertical-align: middle;
  background-color: #dddddd;
  text-align: center;
}
#page-cart .form table.cart tr th.require:after {
  content: "必須";
  background: #d20000;
  color: #fff;
  font-size: 1.6vw;
  line-height: 1.5;
  padding: 0 1.3333333333vw;
  margin-left: 1.3333333333vw;
  width: 5.8666666667vw;
  height: 2.4vw;
  display: inline-block;
}
#page-cart .form table.cart tr th.no {
  width: 5.3333333333vw;
}
#page-cart .form table.cart tr th.product_name {
  width: 17.3333333333vw;
}
#page-cart .form table.cart tr th.cas_no {
  width: 17.3333333333vw;
}
#page-cart .form table.cart tr th.product_code {
  width: 13.3333333333vw;
}
#page-cart .form table.cart tr th.supplier {
  width: 13.3333333333vw;
}
#page-cart .form table.cart tr th.num {
  width: 10.6666666667vw;
}
#page-cart .form table.cart tr th.action {
  width: 10.6666666667vw;
}
#page-cart .form table.cart tr th.require:after {
  display: block;
  margin: 0.5333333333vw auto 0;
}
#page-cart .form table.cart tr td {
  padding: 1.6vw 0.2666666667vw;
  text-align: center;
}
#page-cart .form table.cart tr td input {
  width: 8vw;
  padding: 0.25em 0.65em;
}
#page-cart .form table.cart tr td button {
  font-size: 2.1333333333vw;
  padding: 0.8vw 1.6vw;
  text-decoration: none;
  background-color: #357ca2;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#page-cart .form table.cart tr td form + form {
  margin-top: 1.0666666667vw;
}
#page-cart .form .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.6666666667vw;
}
#page-cart .form .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b87ae;
  border: 0;
  font-size: 3.7333333333vw;
  color: #fff;
  width: 74.6666666667vw;
  height: 14.9333333333vw;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
#page-cart .form table.contact {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  width: 100%;
  padding: 0 2.6666666667vw;
  display: block;
}
#page-cart .form table.contact tr {
  display: block;
  width: 100%;
  padding-bottom: 2.6666666667vw;
}
#page-cart .form table.contact tr th,
#page-cart .form table.contact tr td {
  padding: 1.6vw 0;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  display: block;
}
#page-cart .form table.contact tr th {
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
#page-cart .form table.contact tr th.require:after {
  content: "必須";
  background: #d20000;
  color: #fff;
  font-size: 1.6vw;
  line-height: 1.5;
  padding: 0 1.3333333333vw;
  margin-left: 1.3333333333vw;
  display: inline-block;
}
#page-cart .form table.contact tr .label {
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-cart .form table.contact tr .label:first-of-type {
  margin-top: 0;
}
#page-cart .form table.contact tr .label:last-of-type {
  margin-bottom: 0;
}
#page-cart .form table.contact tr .wpcf7-not-valid-tip {
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-cart .form table.contact tr select,
#page-cart .form table.contact tr textarea,
#page-cart .form table.contact tr input[type=text],
#page-cart .form table.contact tr input[type=email] {
  width: 100%;
  border: 0.2666666667vw solid #cccccc;
  padding: 0.65em;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#page-cart .form table.contact tr textarea {
  width: 100%;
}
#page-cart .form table.contact tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 0.75em;
}
#page-cart .form table.contact tr .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
#page-cart .form table.contact tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#page-cart .form table.contact tr .zip input[type=text] {
  width: 40vw;
}
#page-cart .form table.contact tr dl {
  display: flex;
  flex-wrap: wrap;
}
#page-cart .form table.contact tr dl dt {
  display: flex;
  align-items: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-cart .form table.contact tr dl dd {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-cart .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-cart .form .submit [type=submit] {
  display: block;
  background: #3b87ae;
  border: 0;
  font-size: 3.7333333333vw;
  color: #fff;
  width: 74.6666666667vw;
  height: 14.9333333333vw;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-cart .form .submit [type=submit]:hover {
  opacity: 0.5;
}
#page-cart .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-cart_send {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-cart_send .inner {
  width: 120vw;
  margin: 0 auto;
}
#page-cart_send h3 {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4vw;
}
#page-cart_send p {
  font-size: 2.4vw;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
#page-cart_send .link {
  display: flex;
  justify-content: center;
}
#page-cart_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4vw;
  width: 40vw;
  height: 8vw;
}

/**
お問い合わせ
*/
#page-contact {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-contact .inner {
  padding: 0 4vw;
  margin: 0 auto;
}
#page-contact p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin-bottom: 1em;
}
#page-contact p:last-of-type {
  margin-bottom: 0;
}
#page-contact a {
  color: #357fae;
}
#page-contact .form {
  background: #fff;
  padding: 6.6666666667vw 6.4vw 10.6666666667vw;
  margin-top: 6vw;
}
#page-contact .form h3 {
  text-align: center;
  font-size: 4.5333333333vw;
  margin-bottom: 8vw;
}
#page-contact .form table {
  margin-bottom: 5.3333333333vw;
}
#page-contact .form table tr {
  display: block;
  margin-bottom: 5.3333333333vw;
}
#page-contact .form table tr th,
#page-contact .form table tr td {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
}
#page-contact .form table tr th {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2.6666666667vw;
}
#page-contact .form table tr th.require:after {
  content: "必須";
  background: #d20000;
  color: #fff;
  font-size: 2.6666666667vw;
  line-height: 1.3;
  padding: 0 1.6vw;
  margin-left: 2.6666666667vw;
}
#page-contact .form table tr .label {
  font-size: 3.7333333333vw;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr .label:first-of-type {
  margin-top: 0;
}
#page-contact .form table tr .label:last-of-type {
  margin-bottom: 0;
}
#page-contact .form table tr .wpcf7-not-valid-tip {
  font-size: 3.7333333333vw;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr select,
#page-contact .form table tr textarea,
#page-contact .form table tr input[type=text],
#page-contact .form table tr input[type=email] {
  width: 100%;
  border: 0.1333333333vw solid #cccccc;
  padding: 0.65em;
  font-size: 3.7333333333vw;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#page-contact .form table tr select.p-postal-code,
#page-contact .form table tr textarea.p-postal-code,
#page-contact .form table tr input[type=text].p-postal-code,
#page-contact .form table tr input[type=email].p-postal-code {
  width: 38.6666666667vw;
}
#page-contact .form table tr textarea {
  width: 100%;
}
#page-contact .form table tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
}
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 3.3333333333vw;
}
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item input {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#page-contact .form table tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#page-contact .form table tr dl {
  display: flex;
  flex-wrap: wrap;
}
#page-contact .form table tr dl dt {
  display: flex;
  align-items: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-contact .form table tr dl dd {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-contact .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#page-contact .form .submit [type=submit] {
  display: block;
  background: #3b87ae;
  border: 0;
  font-size: 3.7333333333vw;
  color: #fff;
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  line-height: 14.6666666667vw;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-contact_send {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-contact_send .inner {
  padding: 0 4vw;
}
#page-contact_send h3 {
  font-size: 4.5333333333vw;
  line-height: 1.2941176471;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
#page-contact_send p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10.6666666667vw;
}
#page-contact_send .link {
  display: flex;
  justify-content: center;
}
#page-contact_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  width: 74.6666666667vw;
  height: 14.6666666667vw;
}

/**
404
*/
/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-privacy .inner,
#page-sitepolicy .inner {
  padding: 0 4vw;
}
#page-privacy h3,
#page-sitepolicy h3 {
  font-weight: bold;
  margin-top: 6vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  position: relative;
  background-color: #031433;
  color: #fff;
  padding: 2.6666666667vw 6vw;
}
#page-privacy h3:before,
#page-sitepolicy h3:before {
  position: absolute;
  content: "";
  width: 0.6666666667vw;
  height: calc(100% - 4vw);
  background-color: #fff;
  display: block;
  top: 50%;
  left: 2.6666666667vw;
  transform: translateY(-50%);
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin-bottom: 4vw;
  color: #333;
}
#page-privacy p:last-of-type,
#page-sitepolicy p:last-of-type {
  margin-bottom: 0;
}
#page-privacy ol li,
#page-privacy ul li,
#page-sitepolicy ol li,
#page-sitepolicy ul li {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#page-privacy ul li:before,
#page-sitepolicy ul li:before {
  content: "・";
}
#page-privacy ol li,
#page-sitepolicy ol li {
  list-style-type: decimal;
}

/**
リンク
*/
/**
サイトマップ
*/
/**
応用技術研究所
*/
#page-laboratory {
  background-color: rgb(255, 255, 255);
  padding: 0 0 0vw;
  position: relative;
}
#page-laboratory .inner {
  margin: 0 auto;
}
#page-laboratory h3 {
  font-size: 7.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-laboratory p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-top: 6vw;
}
#page-laboratory table {
  border: 0.2666666667vw;
}
#page-laboratory th,
#page-laboratory td {
  border: 0.1333333333vw;
}
#page-laboratory .link a {
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  margin: 8vw auto 0;
  font-size: 3.7333333333vw;
}

/**
coming_soon
*/
#page-coming_soon {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-coming_soon .inner {
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 7.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-top: 6vw;
}
#page-coming_soon .link a {
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  margin: 8vw auto 0;
  font-size: 3.7333333333vw;
}

/**
notfound-page
*/
#page-notfound-page {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-notfound-page .inner {
  margin: 0 auto;
}
#page-notfound-page h3 {
  font-size: 7.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-notfound-page p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-top: 6vw;
}
#page-notfound-page .link a {
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  margin: 8vw auto 0;
  font-size: 3.7333333333vw;
}

/**
製品情報
*/
#page-product-list {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-product-list .message {
  margin-bottom: 8vw;
  font-size: 3.4666666667vw;
  line-height: 1.7692307692;
}
#page-product-list .boxes {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
#page-product-list .boxes .box {
  display: block;
  width: 42.6666666667vw;
  height: 46.6666666667vw;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}
#page-product-list .boxes .box:nth-of-type(2n+1) {
  margin-left: 0;
}
#page-product-list .boxes .box:nth-last-child(-n+2) {
  margin-bottom: 0;
}
#page-product-list .boxes .box h4 {
  background: url(../img/common/bg-trapezoid01.svg) right center no-repeat;
  background-size: cover;
  color: #fff;
  width: 42.6666666667vw;
  height: 9.3333333333vw;
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  line-height: 1.1666666667;
  font-weight: normal;
  position: absolute;
  top: 2.6666666667vw;
  left: -1.3333333333vw;
  padding-left: 1.6vw;
  padding-right: 5.3333333333vw;
  font-weight: bold;
}
#page-product-list .boxes .box#box-bio {
  background-image: url(../img/products/products-img01.jpg);
}
#page-product-list .boxes .box#box-elution_test {
  background-image: url(../img/products/products-img02.jpg);
}
#page-product-list .boxes .box#box-drug {
  background-image: url(../img/products/products-img03.jpg);
}
#page-product-list .boxes .box#box-spectrometer {
  background-image: url(../img/products/products-img04.jpg);
}
#page-product-list .boxes .box#box-other {
  background-image: url(../img/products/products-img05.jpg);
}

/**
ログインページ
*/
.body_login main {
  padding-top: 22.6666666667vw;
  padding-bottom: 2.4vw;
}

#page-login {
  background-color: rgb(255, 255, 255);
  padding: 13.3333333333vw 10vw 2.6666666667vw;
  position: relative;
}
#page-login .inner {
  margin: 0 auto;
}
#page-login .panel {
  background-color: #d9f2ff;
  padding: 6.6666666667vw 5.3333333333vw 12vw;
}
#page-login .panel form {
  margin: 0 auto;
}
#page-login .panel h3 {
  font-size: 4.5333333333vw;
  line-height: 1;
  text-align: center;
}
#page-login .panel strong {
  display: block;
  width: 100%;
  font-size: 4.5333333333vw;
  line-height: 1;
  text-align: center;
  margin-top: 3.2vw;
}
#page-login .panel .message {
  display: block;
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 1;
  text-align: center;
  margin-top: 3.2vw;
}
#page-login .panel table {
  margin-top: 2.6666666667vw;
  width: 100%;
  display: block;
}
#page-login .panel table tr + tr {
  margin-top: 4vw;
}
#page-login .panel table tbody,
#page-login .panel table tr,
#page-login .panel table th,
#page-login .panel table td {
  display: block;
}
#page-login .panel table th {
  width: 16vw;
  text-align: left;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#page-login .panel table td {
  margin-top: 2.6666666667vw;
}
#page-login .panel table td input {
  width: 100%;
  height: 9.3333333333vw;
  border: 0.2666666667vw solid #cccccc;
  font-size: 3.7333333333vw;
  line-height: 1;
  padding-left: 0.5em;
}
#page-login .panel button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.6666666667vw;
  background-color: #3b87ae;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #fff;
  border: 0;
  margin: 11.8666666667vw auto 0;
  cursor: pointer;
}
#page-login .panel button:hover {
  opacity: 0.65;
}