﻿/* PC */
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .underlayer_topmain {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }
  .underlayer_topmain p {
    position: fixed;
    z-index: 200;
    top: 115px;
    right: 20px;
  }
  .underlayer_topmain p:hover {
    opacity: 0.7;
  }
  /*-------------
memu
-------------*/
  #underlayer_menu {
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 10px 0 0 0;
    background-color: #fff;
    position: fixed;
    z-index: 100;
  }
  #underlayer_menu_inner {
    width: 1000px;
    margin: 0 auto;
  }
  div#underlayer_menu h1 {
    float: left;
    margin: 0 0 0 0;
  }
  /*nav*/
  div#underlayer_menu-nav {
    width: 625px;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0 0 0 0;
  }
  #underlayer_menu-nav li {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 6px 0 0 5px;
    line-height: 35px;
    text-align: center;
  }
  #underlayer_menu-nav li:nth-child(1) {
    margin: 6px 15px 0 0;
  }
  #underlayer_menu-nav li:nth-child(3) {
    width: 155px;
  }
  #underlayer_menu-nav li:nth-child(4) {
    width: 140px;
  }
  #underlayer_menu-nav li:nth-child(5) {
    width: 140px;
  }
  #underlayer_menu-nav li a {
    font-size: 18px;
    display: block;
    padding: 0 11px 0 10px;
    font-weight: 600;
  }
  #underlayer_menu-nav li:nth-child(1) a:hover {
    border-bottom: solid 2px #4c4a55;
    margin: 0 0 0 0;
  }
  #underlayer_menu-nav li ul.drop {
    width: 75px;
    position: absolute;
    z-index: 100;
    /* left: 0; */
    top: 53px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: .80;
    -moz-opacity: .80;
    padding: 7px 10px 10px 10px;
    margin: 0 0 0 0;
    background-color: #000;
    display: none;
    line-height: 15px;
  }
  #underlayer_menu-nav li ul.drop li {
    font-size: 13px;
    /*font-weight: bold;*/
    background-color: #000;
    opacity: 1.0;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    position: static;
    width: 100%;
    float: none;
  }
  #underlayer_menu-nav li ul.drop li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  #underlayer_menu-nav li ul.drop li a:link {
    text-decoration: none;
    color: #fff;
  }
  #underlayer_menu-nav li ul.drop li a:hover {
    text-decoration: underline;
    border: none;
    color: #fff;
    text-decoration-color: #fff;
  }
  #underlayer_menu-nav li ul.drop li:last-child a:hover {
    opacity: 1;
  }
  /*-------------
undermain
-------------*/
  .underlayer_main {
    width: 750px;
    margin: 75px auto 0 auto;
    overflow: hidden;
    padding: 0 0 60px 0;
  }
  .underlayer_main_right.clearfix {
    margin: 0 0 0 0;
    width: 750px;
  }
  h2.banner {
    width: 100%;
    margin: 20px 0 20px 0;
    clear: both;
  }
  h3.underlayer_title {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    border-bottom: solid 1px #b5b5b5;
    clear: both;
    padding: 0 0 0 5px;
    margin: 30px 0 15px 0;
  }
  h3.underlayer_title:before {
    content: "●";
    padding-right: 7px;
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
  }
  .contents_inner {
    padding-top: 100px;
    margin-top: -100px;
  }
  /*-------------
news
-------------*/
  ul.ewslist.clearfix {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 30px auto 0 auto;
    color: #3b3b3b;
  }
  ul.newslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
  }
  ul.newslist.clearfix li:nth-child(odd) {
    font-weight: 600;
    padding: 10px 0 7px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  ul.newslist.clearfix li:nth-child(even) {
    border-bottom: dashed 1px #b0b0b0;
    padding: 0 15px 10px 15px;
  }
  ul.newslist.clearfix li a {
    text-decoration: underline;
    color: #0b8793;
  }
  /*-------------
corporate
-------------*/
  table.corporate {
    border-collapse: collapse;
    width: 750px;
    margin: 20px auto 45px auto;
    line-height: 20px;
    font-size: 13px;
  }
  table.corporate th {
    text-align: justify;
    padding: 11px 0 8px 10px;
    border-bottom: dotted 1px #b5b5b5;
    width: 130px;
  }
  table.corporate td {
    padding: 8px 0 8px 0;
    border-bottom: dotted 1px #b5b5b5;
    width: 605px;
  }
  table.corporate td a {
    color: #0000ff;
    text-decoration: underline;
  }
  table.corporate td a:hover {
    text-decoration: none;
  }
  .corporate_box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .corporate_box ul {
    width: 100%;
    text-align: center;
  }
  .corporate_box ul li:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    line-height: 75px;
  }
  .corporate_box ul li:nth-child(1) img {
    padding: 0 10px;
  }
  .corporate_box ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box ul li:nth-child(2) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box ul li:nth-child(4) {
    font-size: 20px;
    font-weight: 600;
    line-height: 80px;
    margin: 20px 0 0 0;
  }
  .corporate_box ul li:nth-child(4) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box ul li:nth-child(4) img {
    padding: 0 10px 0 0;
  }
  .corporate_box2 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .corporate_box2 ul {
    background: url(../images/corporate/corporate_back.png) no-repeat;
    width: 750px;
    height: 244px;
    text-align: center;
  }
  .corporate_box2 ul li:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    line-height: 90px;
    margin: 0 0 -30px 0;
  }
  .corporate_box2 ul li:nth-child(1) img {
    padding: 0 10px;
  }
  .corporate_box2 ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box2 ul li:nth-child(3) {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box2 ul li:nth-child(3) span {
    font-size: 30px;
    color: #0599d9;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box3 {
    background: url(../images/corporate/corporate_back2.png) no-repeat;
    width: 750px;
    height: 850px;
    margin: 0 0 30px 0;
  }
  .corporate_box3 ul {
    width: 100%;
    text-align: center;
    padding: 60px 0 0 0;
  }
  .corporate_box3 ul li:nth-child(1) {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }
  .corporate_box3 ul li:nth-child(1) img {
    padding: 0 10px 0 15px;
  }
  .corporate_box3 ul li:nth-child(1) span {
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box3 ul li:nth-child(2) {
    font-size: 70px;
    font-weight: 600;
    line-height: 90px;
    margin: 0 0 25px 0;
  }
  .corporate_box3 ul li:nth-child(3) {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin: 30px 0 20px 0;
  }
  .corporate_box3 ul li:nth-child(6) {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 0 0;
  }
  /*-------------
product
-------------*/
  .product_box {
    width: 96%;
    border: solid 3px #bebebe;
    outline: solid 8px #d7d7d7;
    outline-offset: 3px;
    margin: 0 0 55px 11px;
  }
  .product_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .product_box table {
    border-collapse: collapse;
    width: 662px;
    margin: 10px auto 20px auto;
    line-height: 20px;
    font-size: 12px;
  }
  .product_box table th {
    text-align: justify;
    padding: 0 20px;
    border: solid 1px #bebebe;
    width: 15px;
    line-height: 15px;
    font-weight: 500;
  }
  .product_box table td {
    padding: 5px 0 5px 20px;
    width: 50%;
    border: solid 1px #bebebe;
  }
  .product_box table caption {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin: 0 0 5px 15px;
  }
  .product_box a {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .product_box a:hover {
    opacity: 0.8;
  }
  .product_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 60px 0;
  }
  p.product_box2_text {
    font-size: 15px;
    line-height: 25px;
    margin: 35px 0 0 0;
  }
  ul.product_box2_list1.clearfix {
    width: 660px;
    margin: 30px auto 0 auto;
  }
  ul.product_box2_list1.clearfix li {
    float: left;
    margin: 0 15px;
  }
  ul.product_box2_list1.clearfix li:nth-child(3) {
    clear: both;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  ul.product_box2_list2.clearfix {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  ul.product_box2_list2.clearfix li {
    float: left;
    width: 360px;
  }
  ul.product_box2_list2.clearfix li:nth-child(2) {
    margin: 0 0 0 30px;
  }
  ul.product_box2_list2.clearfix li p {
    font-size: 20px;
    line-height: 30px;
    border-bottom: solid 1px #b5b5b5;
    margin: 0 0 10px 0;
  }
  ul.product_box2_list2.clearfix li div {
    background-color: #b5b5b5;
    padding: 15px;
    height: 525px;
    text-align: center;
  }
  ul.product_box2_list2.clearfix li div img {
    margin: 0 0 15px 0;
  }
  .product_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box3 ul {
    width: 100%;
    margin: 0 auto;
  }
  .product_box3 ul li:nth-child(even) {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px 27px;
  }
  .product_box3 ul li:nth-child(odd) {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
  }
  .product_box3 ul li p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1px;
    border-bottom: solid 15px #fcff00;
    display: inline-block;
    padding: 0 10px 0 5px;
    margin: 0 0 0 5px;
  }
  .product_box3 ul li:nth-child(11) {
    margin: 15px 0 0 27px;
  }
  .product_box4 {
    width: 100%;
    overflow: hidden;
    border-bottom: dotted 1px #b5b5b5;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  .product_box4 p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #135c7c;
    line-height: 30px;
    height: 30px;
  }
  .product_box4 ul {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .product_box4 ul li {
    float: left;
  }
  .product_box4 ul li:nth-child(1) {
    margin: 100px 10px 0 10px;
  }
  .product_box5 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box5 ul {
    width: 100%;
    margin: 0;
  }
  .product_box5 ul li {
    float: left;
  }
  .product_box5 ul li:nth-child(even) {
    width: 470px;
    margin: 0 0 30px 0;
  }
  .product_box5 ul li:nth-child(odd) {
    font-size: 13px;
    line-height: 20px;
    width: 220px;
    margin: 0 50px 30px 0;
  }
  .product_box5 ul li:nth-child(odd) p {
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 10px 0;
  }
  .product_box5 ul li:nth-child(odd) img {
    margin: 0 10px 0 0;
  }
  .product_box5 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 0 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box5 table th {
    text-align: justify;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box5 table td {
    padding: 5px 20px;
    border: solid 1px #d4d4d4;
  }
  .product_box5 table td:nth-child(1) {
    vertical-align: top;
    width: 135px;
    padding: 5px 0 5px 20px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box6 p {
    font-size: 20px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  .product_box6 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 13px;
  }
  .product_box6 table th {
    text-align: justify;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box6 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    width: 130px;
  }
  .product_box6 table td:nth-child(1) {
    vertical-align: middle;
    width: 135px;
    padding: 5px 0 5px 10px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 table caption {
    caption-side: bottom;
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
  }
  td#product_box6_td, td#product_box6_td2 {
    vertical-align: top;
    background-color: #fff;
    width: 130px;
    padding: 5px 8px;
  }
  .product_box6 table td span {
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0;
  }
  .product_box7 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding-top: 95px;
    margin-top: -50px;
  }
  .product_box7 p {
    font-size: 16px;
    /*color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;*/
    padding: 0;
    text-align: center;
  }
  .product_box7 h3.title {
    font-size: 20px;
    text-align: center;
    border-bottom: 5px solid #5b5b5b;
    margin: 20px 0;
  }
  .product_box7 h3.title span {
    color: #fd420a;
    font-weight: 700;
  }
  .product_box7 .btn_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box7 .btn_box .btn_left {
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .btn_box .btn_right {
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .regist_text_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box7 .regist_text_box .regist_no {
    width: 10%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_no p {
    font-size: 20px;
    color: #fff;
    background-color: #fd420a;
    padding: 10px 20px;
    display: inline-block;
  }
  .product_box7 .regist_text_box .regist_text {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_text p {
    text-align: left;
  }
  .product_box7 .regist_img {
    text-align: center;
  }
  .product_box7 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 20px;
  }
  .product_box7 table th {
    text-align: center;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 600;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
  }
  .product_box7 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    text-align: center;
  }
  .product_box7 table caption {
    font-size: 20px;
    text-align: left;
    margin: 10px 0 5px 0;
    font-weight: 600;
  }
  .product_box7 table caption span {
    font-size: 15px;
    font-weight: 500;
  }
  .product_box7 table caption span.attention {
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    padding: 3px;
    border: solid 1px #bcbcbc;
  }
  th#product_box7_th, td#product_box7_td {
    display: none;
  }
  .dropdown {
    display: none;
    background-color: #eee;
    width: 232px;
    margin: 5px auto 10px auto;
    padding: 5px 0;
  }
  .dropdown li a {
    color: #0000ff;
    text-decoration: underline;
    padding: 5px 0;
  }
  .dropdown li a:hover {
    text-decoration: none;
  }
  label:hover {
    opacity: 0.8;
  }
  input[type="checkbox"] {
    display: none;
  }
  .cad_bt {
    width: 232px;
    height: 44px;
    background-image: url("../images/product/cad_bt.png");
    margin: 0 auto;
  }
  .cad_bt.change {
    background-image: url("../images/product/cad_bt2.png");
  }
  #menu_cad:checked + .dropdown {
    display: block;
  }
  #menu_cad2:checked + .dropdown {
    display: block;
  }
  #menu_cad3:checked + .dropdown {
    display: block;
  }
  #menu_cad4:checked + .dropdown {
    display: block;
  }
  #menu_cad5:checked + .dropdown {
    display: block;
  }
  #menu_cad6:checked + .dropdown {
    display: block;
  }
  #menu_cad7:checked + .dropdown {
    display: block;
  }
  #menu_cad8:checked + .dropdown {
    display: block;
  }
  #menu_cad9:checked + .dropdown {
    display: block;
  }
  #menu_cad10:checked + .dropdown {
    display: block;
  }
  #menu_cad11:checked + .dropdown {
    display: block;
  }
  #menu_cad12:checked + .dropdown {
    display: block;
  }
  #menu_cad13:checked + .dropdown {
    display: block;
  }
  #menu_cad14:checked + .dropdown {
    display: block;
  }
  #menu_cad15:checked + .dropdown {
    display: block;
  }
  #menu_cad16:checked + .dropdown {
    display: block;
  }
  #menu_cad17:checked + .dropdown {
    display: block;
  }
  .product_box8 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
    padding-top: 95px;
    margin-top: -50px;
  }
  .product_box8 p {
    font-size: 20px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  p#product_box8_text {
    font-size: 20px;
    line-height: 23px;
    background-color: #fff;
    color: #3b3b3b;
    margin: 15px 0 -8px 0;
    padding: 0;
  }
  span.span1 {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 95px;
  }
  span.span2 {
    font-size: 11px;
  }
  .product_box8 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box8 table th {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
    font-weight: 500;
  }
  .product_box8 table td {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
  }
  .product_box8 table td:nth-child(1) {
    background-color: #ececec;
  }
  .product_box8 table caption {
    caption-side: bottom;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .product_box9 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box9 ul {
    width: 100%;
    overflow: hidden;
  }
  .product_box9 ul li {
    float: left;
  }
  .product_box9 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .product_box9 ul li:nth-child(1) {
    width: 495px;
  }
  .product_box9 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box9 table th {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    font-weight: 500;
  }
  .product_box9 table td {
    text-align: left;
    padding: 5px 15px;
    border: solid 1px #d4d4d4;
  }
  .product_box9 table td:nth-child(1) {
    background-color: #ececec;
    text-align: center;
  }
  .product_box9 table caption {
    caption-side: bottom;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .product_box9 ul li:nth-child(2) {
    width: 240px;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0 15px;
  }
  .product_box9 ul li:nth-child(3), .product_box9 ul li:nth-child(4) {
    margin: 0 40px 0 0;
  }
  .product_box9 ul li:nth-child(3) span, .product_box9 ul li:nth-child(4) span {
    display: block;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #0e566d;
    padding: 0 0 0 5px;
    width: 210px;
  }
  /*-------------
environmental
-------------*/
  .environmental_box1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 80px 0;
  }
  .environmental_box1 ul {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .environmental_box1 ul li:nth-child(1) {
    font-size: 22px;
  }
  .environmental_box1 ul li:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .environmental_box1 ul li:nth-child(3) {
    font-size: 16px;
  }
  .environmental_box1 ul li:nth-child(5) {
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box1 ul li:nth-child(7) {
    font-size: 16px;
  }
  ul#env_list {
    width: 535px;
    margin: 10px auto 0 auto;
  }
  ul#env_list li {
    float: left;
  }
  ul#env_list li:nth-child(3) {
    margin: 0 14px 0 3px;
  }
  ul#env_list li:nth-child(4) {
    margin: 0 30px 0 0;
  }
  .environmental_box2 {
    width: 100%;
    overflow: hidden;
  }
  .environmental_box2_inner {
    background: url(../images/environmental/back1.png) no-repeat;
    width: 750px;
    height: 450px;
    margin: 15px 0 15px 0;
  }
  .environmental_box2_inner ul {
    width: 100%;
    text-align: center;
    padding: 70px 0 0 0;
  }
  .environmental_box2_inner ul li:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    margin: 10px 0 20px 0;
  }
  .environmental_box2_inner ul li:nth-child(3) {
    font-size: 26px;
    font-weight: 900;
    line-height: 0;
    border-bottom: solid 15px #fff;
    width: 90%;
    margin: 40px auto 10px auto;
  }
  .environmental_box2_inner ul li:nth-child(4) {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box2_inner ul li:nth-child(5) {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 5px 0 0 0;
  }
  ul#env_list2 {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  ul#env_list2 p {
    text-align: left;
  }
  ul#env_list2 li:nth-child(1) {
    background: url(../images/environmental/back2.png) no-repeat;
    width: 750px;
    height: 330px;
  }
  ul#env_list2 li:nth-child(2) {
    background: url(../images/environmental/back3.png) no-repeat;
    width: 750px;
    height: 330px;
    margin: 15px 0;
  }
  ul#env_list2 li:nth-child(3) {
    background: url(../images/environmental/back4.png) no-repeat;
    width: 750px;
    height: 330px;
  }
  ul#env_list2 li:nth-child(1) div {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    padding: 40px 0 0 0;
  }
  ul#env_list2 li:nth-child(1) div p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  ul#env_list2 li:nth-child(1) div img {
    display: block;
    margin: 15px 0 0 0;
  }
  ul#env_list2 li:nth-child(2) div {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    padding: 40px 0 0 0;
    margin: 0 0 0 360px;
  }
  ul#env_list2 li:nth-child(2) div p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  ul#env_list2 li:nth-child(2) div img {
    display: block;
    margin: 15px 0 0 0;
  }
  ul#env_list2 li:nth-child(3) div {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    padding: 15px 0 0 0;
  }
  ul#env_list2 li:nth-child(3) div p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  ul#env_list2 li:nth-child(3) div img {
    display: block;
    margin: 10px 0 0 0;
  }
  .environmental_box2 p {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 0 0;
  }
  ul#env_list3 {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
  }
  ul#env_list3 li {
    float: left;
    font-size: 12px;
    line-height: 22px;
  }
  ul#env_list3 li:nth-child(1) div {
    background: url(../images/environmental/list_back1.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li:nth-child(2) div {
    background: url(../images/environmental/list_back2.png) no-repeat;
    width: 240px;
    height: 215px;
    margin: 0 15px;
  }
  ul#env_list3 li:nth-child(3) div {
    background: url(../images/environmental/list_back3.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li p {
    font-size: 14px;
    font-weight: 600;
  }
  ul#env_list3 li:nth-child(3) p {
    letter-spacing: -1px;
  }
  .environmental_box3 {
    width: 100%;
    overflow: hidden;
    margin: 60px 0 0 0;
  }
  .environmental_box3 p {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .environmental_box3 p a {
    font-size: 15px;
    color: #0012ff;
    text-decoration: underline;
  }
  .environmental_box3 p a:hover {
    text-decoration: none;
  }
  .environmental_box3 ul {
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
  }
  .environmental_box3 ul li {
    float: left;
  }
  .environmental_box3 ul li:nth-child(1) {
    width: 355px;
    margin: 50px 20px 0 0;
  }
  /*-------------
quality
-------------*/
  .quality_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .quality_box p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
  }
  .quality_box p span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 15px 0 0 0;
  }
  .quality_box_inner {
    background-color: #ededed;
    margin: 30px 0 0 0;
    text-align: center;
    padding: 30px 20px;
  }
  .quality_box_inner p {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
  }
  .quality_box_inner ul {
    width: 610px;
    margin: 30px auto 0 auto;
    overflow: hidden;
  }
  .quality_box_inner ul li {
    float: left;
  }
  .quality_box_inner ul li:nth-child(2) {
    margin: 0 5px;
  }
  .quality_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box2 ul {
    width: 80%;
    font-size: 13px;
    font-weight: 600;
  }
  .quality_box2 ul li {
    line-height: 22px;
    text-indent: -3.2em;
    margin: 0 0 20px 50px;
  }
  .quality_box2 ul li p {
    font-size: 16px;
    margin: 0 0 2px 0;
  }
  .quality_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box3 ul {
    width: 90%;
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 0 20px;
  }
  .quality_box3 ul li {
    line-height: 22px;
    text-indent: -2.7em;
    margin: 0 0 20px 50px;
  }
  /*-------------
contact
-------------*/
  p.contact_text {
    font-size: 15px;
    font-weight: 600;
  }
  #contact .form {
    clear: both;
  }
  #contact .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 13px;
  }
  #contact .form th, #contact .form td {
    text-align: justify;
    padding: 10px;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact .form th {
    width: 20%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact .form td {}
  #contact .form td input#name, #contact .form td input#companyname {
    width: 50%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#mail, #contact .form td input#tel {
    width: 40%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#address {
    width: 60%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  div#formEnd p {
    font-size: 13px;
    margin: 0 0 0 0;
  }
  p#contact_p {
    text-align: center;
    margin: 0 0 10px 0;
  }
  p#contact_p a {
    color: #0006ff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
  }
  p#contact_p a:hover {
    text-decoration: none;
  }
  #contact .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  .contact_box {
    width: 100%;
    background-color: #e2e2e2;
    margin: 15px auto 0 auto;
    padding: 0 0 15px 0;
  }
  .contact_box p {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    padding: 15px 0 10px 20px;
  }
  .contact_box ul {
    width: 500px;
    margin: 0 0 0 20px;
    overflow: hidden;
  }
  .contact_box ul li {
    float: left;
    margin: 0 20px 0 0;
  }
  .contact_box ul li a:hover {
    opacity: 0.6;
  }
  /*-------------
recruit
-------------*/
  .recruit_box1 {
    width: 100%;
    text-align: center;
  }
  .recruit_box1 ul {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(2) {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(2) span {
    font-size: 18px;
  }
  .recruit_box1 ul li:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #191919;
    width: 350px;
    margin: 0 auto 35px auto;
  }
  .recruit_box2 {
    width: 100%;
    overflow: hidden;
  }
  .recruit_box2 ul {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .recruit_box2 ul li {
    float: left;
  }
  .recruit_box2 ul li:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    width: 360px;
    line-height: 26px;
    margin: 0 32px 0 0;
  }
  .recruit_box2 ul li:nth-child(1) span {
    font-size: 21px;
    display: block;
    font-weight: 900;
    margin: 5px 0 15px 0;
  }
  .recruit_box2 ul li:nth-child(3) {
    clear: both;
    background: url(../images/recruit/recruit_back.png) no-repeat;
    width: 750px;
    height: 112px;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 25px 0 0 0;
    margin: 30px 0 0 0;
  }
  .recruit_box2 ul li:nth-child(4) {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .recruit_box2 ul li:nth-child(4) a {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  .recruit_box2 ul li:nth-child(4) a:hover {
    text-decoration: underline;
  }
  .recruit_box3 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .recruit_box3 p {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: solid 8px #d7d7d7;
    width: 330px;
    margin: 0 auto;
  }
  .recruit_box3 ul {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .recruit_box3 ul li {
    float: left;
    width: 90px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 0 42px;
  }
  .recruit_box3 ul li:nth-child(1) {
    margin: 0 0 0 0
  }
  .recruit_box3 ul li img {
    display: block;
    margin: 0 auto;
  }
  /*-------------
contact_partner
-------------*/
  .partner_box {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .partner_box table {
    width: 100%;
    line-height: 22px;
    margin: 15px 0 0 0;
  }
  .partner_box table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    width: 180px;
  }
  .partner_box table td {
    text-align: left;
    vertical-align: top;
  }
  p.contact_text {
    font-size: 15px;
    font-weight: 600;
  }
  #contact_partner .form {
    clear: both;
  }
  #contact_partner .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 13px;
  }
  #contact_partner .form th, #contact_partner .form td {
    text-align: left;
    padding: 10px 0;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact_partner .form th {
    width: 25%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact_partner .form td {}
  #contact_partner .form td input#name, #contact_partner .form td input#companyname {
    width: 50%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#mail, #contact_partner .form td input#tel {
    width: 40%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#address {
    width: 60%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact_partner .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  #contact_partner .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  input#check1, input#check2, input#check3, input#check4, input#check5, input#check6, input#check7, input#check8, input#check9, input#check10, input#check11, input#check12, input#check13, input#check14, input#check15, input#check16, input#check17, input#check18, input#check19, input#check20, input#check21, input#check22, input#check23, input#check24, input#check25, input#check26 {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  #contact_partner .form td span {
    width: 120px;
    display: inline-block;
  }
  span.process_span2 {
    width: 160px !important;
  }
  span.process_span3 {
    width: 95px !important;
  }
  span.process_span4 {
    width: 90px !important;
  }
  /*-------------
privacy
-------------*/
  .privacy_box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .privacy_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .privacy_box dl {
    width: 100%;
    margin: 15px auto 30px auto;
    text-align: left;
    line-height: 21px;
  }
  .privacy_box dl dt {
    background-color: #c5c5c5;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .privacy_box dl dd {
    padding: 8px 5px 20px 10px;
    font-size: 12px;
  }
  .privacy_box dl dd ul {
    margin: 10px 0 0 10px;
  }
  .privacy_box dl dd ul li {
    text-indent: -2em;
    margin: 0 0 0 15px;
  }
  li#privacy_li {
    margin: 10px 0 0 15px;
  }
  ul#privacy_list3 {
    margin: 10px 0 10px 10px;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
undermain
-------------*/
  .underlayer_main {
    width: 95%;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .underlayer_main_right.clearfix {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
  }
  h2.banner {
    width: 100%;
    margin: 20px 0 10px 0;
    clear: both;
  }
  h3.underlayer_title {
    width: 100%;
    line-height: 25px;
    font-size: 15px;
    border-bottom: solid 1px #b5b5b5;
    clear: both;
    padding: 0 0 0 5px;
    margin: 10px 0 10px 0;
  }
  h3.underlayer_title:before {
    content: "●";
    padding-right: 7px;
    padding-left: 0;
    font-size: 17px;
    line-height: 17px;
  }
  .contents_inner {
    padding-top: 30px;
    margin-top: -30px;
  }
  /*-------------
news
-------------*/
  ul.ewslist.clearfix {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 30px auto 0 auto;
    color: #3b3b3b;
  }
  ul.newslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
  }
  ul.newslist.clearfix li:nth-child(odd) {
    font-weight: 600;
    padding: 10px 0 7px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  ul.newslist.clearfix li:nth-child(even) {
    border-bottom: dashed 1px #b0b0b0;
    padding: 0 15px 10px 15px;
  }
  ul.newslist.clearfix li a {
    text-decoration: underline;
  }
  /*-------------
corporate
-------------*/
  .corporate {
    width: 100%;
    margin: 5px auto 40px auto;
    text-align: left;
    line-height: 17px;
  }
  .corporate dt {
    background-color: #eee;
    padding: 5px 5px 5px 10px;
    font-weight: 500;
  }
  .corporate dd {
    padding: 5px 5px 5px 10px;
  }
  .corporate_box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .corporate_box ul {
    width: 100%;
    text-align: center;
  }
  .corporate_box ul li:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }
  .corporate_box ul li:nth-child(1) img {
    padding: 0 10px;
    max-width: 336px;
  }
  .corporate_box ul li:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box ul li:nth-child(2) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box ul li:nth-child(3) img {
    max-width: 404px;
  }
  .corporate_box ul li:nth-child(4) {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  .corporate_box ul li:nth-child(4) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box ul li:nth-child(4) img {
    padding: 0 10px 0 0;
    max-width: 156px;
    width: 35%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .corporate_box2 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .corporate_box2 ul {
    width: 100%;
    text-align: center;
  }
  .corporate_box2 ul li:nth-child(1) {
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 0 0;
  }
  .corporate_box2 ul li:nth-child(1) img {
    padding: 0 10px;
    max-width: 86px;
    margin: 0 0 -5px 0;
  }
  .corporate_box2 ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box2 ul li:nth-child(3) {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .corporate_box2 ul li:nth-child(3) span {
    font-size: 30px;
    color: #0599d9;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box3 {
    width: 100%;
    height: auto;
    margin: -5px 0 20px 0;
    background: #ffffff;
    background: -moz-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf1fa), color-stop(25%, #ddf1fa), color-stop(50%, #ddf1fa), color-stop(60%, #ddf1fa), to(#ffffff));
    background: -webkit-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -o-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -ms-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddf1fa, endColorstr=#ffffff, GradientType=0);
  }
  .corporate_box3 ul {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .corporate_box3 ul li:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box3 ul li:nth-child(1) img {
    padding: 0 10px 0 15px;
    width: 86px;
  }
  .corporate_box3 ul li:nth-child(1) span {
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box3 ul li:nth-child(2) {
    font-size: 43px;
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 15px 0;
  }
  .corporate_box3 ul li:nth-child(3) {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0 10px 0;
  }
  .corporate_box3 ul li:nth-child(5) img {
    padding: 0 10px 0 15px;
    max-width: 332px;
    width: 70%;
  }
  .corporate_box3 ul li:nth-child(6) {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0 0 0;
  }
  /*-------------
product
-------------*/
  .product_box {
    width: 96%;
    border: solid 3px #bebebe;
    outline: solid 8px #d7d7d7;
    outline-offset: 3px;
    margin: 0 0 55px 11px;
  }
  .product_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .product_box table {
    border-collapse: collapse;
    width: 662px;
    margin: 10px auto 20px auto;
    line-height: 20px;
    font-size: 12px;
  }
  .product_box table th {
    text-align: justify;
    padding: 0 20px;
    border: solid 1px #bebebe;
    width: 15px;
    line-height: 15px;
    font-weight: 500;
  }
  .product_box table td {
    padding: 5px 0 5px 20px;
    width: 50%;
    border: solid 1px #bebebe;
  }
  .product_box table caption {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin: 0 0 5px 15px;
  }
  .product_box a {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .product_box a:hover {
    opacity: 0.8;
  }
  .product_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  p.product_box2_text {
    font-size: 13px;
    line-height: 20px;
    margin: 35px 0 0 0;
    clear: both;
  }
  p.product_box2_text br {
    display: none;
  }
  ul.product_box2_list1.clearfix {
    max-width: 660px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  ul.product_box2_list1.clearfix li {
    float: left;
    margin: 0 7px;
  }
  ul.product_box2_list1.clearfix li img {
    max-width: 300px;
  }
  ul.product_box2_list1.clearfix li:nth-child(3) {
    clear: both;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  ul.product_box2_list2.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.product_box2_list2.clearfix li {
    float: left;
    width: 100%;
    max-width: 360px;
    margin: 0 10px 20px 5px;
  }
  ul.product_box2_list2.clearfix li p {
    font-size: 15px;
    line-height: 25px;
    border-bottom: solid 1px #b5b5b5;
    margin: 0 0 10px 0;
  }
  ul.product_box2_list2.clearfix li div {
    background-color: #b5b5b5;
    padding: 15px;
    height: auto;
    text-align: center;
  }
  ul.product_box2_list2.clearfix li div img {
    margin: 0 0 15px 0;
  }
  img.product_box2_img {
    max-width: 330px;
  }
  img.product_box2_img2 {
    width: 229px;
  }
  img.product_box2_img3 {
    width: 165px;
  }
  .product_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .product_box3 ul {
    width: 100%;
    margin: 0 auto;
  }
  .product_box3 ul li:nth-child(even) {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 15px 25px;
  }
  .product_box3 ul li:nth-child(odd) {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 600;
  }
  .product_box3 ul li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1px;
    border-bottom: solid 15px #fcff00;
    display: inline-block;
    padding: 0 10px 0 5px;
    margin: 0 0 0 5px;
  }
  .product_box3 ul li:nth-child(11) {
    margin: 15px 0 0 27px;
  }
  .product_box4 {
    width: 100%;
    overflow: hidden;
    border-bottom: dotted 1px #b5b5b5;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  .product_box4 p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #135c7c;
    line-height: 30px;
    height: 30px;
  }
  .product_box4 ul {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .product_box4 ul li {
    float: none;
  }
  .product_box4 ul li:nth-child(1) {
    margin: 20px 0 0 0;
    width: 279px;
  }
  .product_box4 ul li:nth-child(2) {
    width: 100%;
    max-width: 450px;
  }
  .product_box5 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .product_box5 ul {
    width: 100%;
    margin: 0;
  }
  .product_box5 ul li {
    float: none;
  }
  .product_box5 ul li:nth-child(even) {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .product_box5 ul li:nth-child(odd) {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product_box5 ul li:nth-child(odd) p {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .product_box5 ul li:nth-child(odd) img {
    margin: 0 10px -4px 0;
    width: 25px;
  }
  .product_box5 table {
    border-collapse: collapse;
    width: 100%;
    max-width: 470px;
    margin: 0 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }
  .product_box5 table th {
    text-align: justify;
    padding: 5px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box5 table td {
    padding: 5px 15px;
    border: solid 1px #d4d4d4;
  }
  .product_box5 table td:nth-child(1) {
    vertical-align: top;
    width: 20%;
    max-width: 135px;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box6 p {
    font-size: 17px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  .product_scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 10px 0;
  }
  .product_box6 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }
  .product_box6 table th {
    text-align: justify;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box6 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    width: 130px;
  }
  .product_box6 table td:nth-child(1) {
    vertical-align: middle;
    width: 135px;
    padding: 5px 5px 5px 10px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 table caption {
    caption-side: bottom;
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
  }
  td#product_box6_td, td#product_box6_td2 {
    vertical-align: top;
    background-color: #fff;
    width: 130px;
    padding: 5px 8px;
  }
  .product_box6 table td span {
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0;
  }
  .product_box7 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 25px 0;
  }
  .product_box7 p {
    font-size: 17px;
    /*color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;*/
  }
  .product_box7 h3.title {
    font-size: 20px;
    text-align: center;
    border-bottom: 5px solid #5b5b5b;
    margin: 20px 0;
  }
  .product_box7 h3.title span {
    color: #fd420a;
    font-weight: 700;
  }
  .product_box7 .btn_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box7 .btn_box .btn_left {
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .btn_box .btn_right {
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .regist_text_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box7 .regist_text_box .regist_no {
    width: 10%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_no p {
    font-size: 20px;
    color: #fff;
    background-color: #fd420a;
    padding: 10px 20px;
    display: inline-block;
  }
  .product_box7 .regist_text_box .regist_text {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_text p {
    text-align: left;
  }
  .product_box7 .regist_img {
    text-align: center;
  }
  .product_box7 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 20px;
  }
  .product_box7 table th {
    text-align: center;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 600;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
  }
  .product_box7 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    text-align: center;
  }
  .product_box7 table td img {
    width: 178px;
  }
  .product_box7 table caption {
    font-size: 17px;
    text-align: left;
    margin: 10px 0 5px 0;
    font-weight: 600;
  }
  .product_box7 table caption span {
    font-size: 13px;
    font-weight: 500;
  }
  .product_box7 table caption span.attention {
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-right: 30px;
    padding: 3px;
    border: solid 1px #bcbcbc;
  }
  th#product_box7_th, td#product_box7_td {
    display: none;
  }
  .dropdown {
    display: none;
    background-color: #eee;
    max-width: 232px;
    margin: 5px auto 10px auto;
    padding: 5px 0;
  }
  .dropdown li a {
    color: #0000ff;
    text-decoration: underline;
    padding: 5px 0;
    font-size: 13px;
  }
  .dropdown li a:hover {
    text-decoration: none;
  }
  li:hover, label:hover {
    opacity: 0.8;
  }
  input[type="checkbox"] {
    display: none;
  }
  .cad_bt {
    width: 232px;
    height: 44px;
    background-image: url("../images/product/cad_bt.png");
    margin: 0 auto;
  }
  .cad_bt.change {
    background-image: url("../images/product/cad_bt2.png");
  }
  #menu_cad:checked + .dropdown {
    display: block;
  }
  #menu_cad2:checked + .dropdown {
    display: block;
  }
  #menu_cad3:checked + .dropdown {
    display: block;
  }
  #menu_cad4:checked + .dropdown {
    display: block;
  }
  #menu_cad5:checked + .dropdown {
    display: block;
  }
  #menu_cad6:checked + .dropdown {
    display: block;
  }
  #menu_cad7:checked + .dropdown {
    display: block;
  }
  #menu_cad8:checked + .dropdown {
    display: block;
  }
  #menu_cad9:checked + .dropdown {
    display: block;
  }
  #menu_cad10:checked + .dropdown {
    display: block;
  }
  #menu_cad11:checked + .dropdown {
    display: block;
  }
  #menu_cad12:checked + .dropdown {
    display: block;
  }
  #menu_cad13:checked + .dropdown {
    display: block;
  }
  #menu_cad14:checked + .dropdown {
    display: block;
  }
  #menu_cad15:checked + .dropdown {
    display: block;
  }
  #menu_cad16:checked + .dropdown {
    display: block;
  }
  #menu_cad17:checked + .dropdown {
    display: block;
  }
  .product_box8 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .product_box8 p {
    font-size: 17px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  p#product_box8_text {
    font-size: 17px;
    line-height: 23px;
    height: auto;
    background-color: #fff;
    color: #3b3b3b;
    margin: 15px 0 0 0;
    padding: 0;
  }
  span.span1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
  }
  span.span2 {
    font-size: 11px;
  }
  .product_box8 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box8 table th {
    text-align: center;
    padding: 5px;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
    font-weight: 500;
  }
  .product_box8 table td {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
  }
  .product_box8 table td:nth-child(1) {
    background-color: #ececec;
  }
  .product_box8 table caption {
    caption-side: bottom;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .product_box9 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box9 ul {
    width: 100%;
    overflow: hidden;
  }
  .product_box9 ul li {
    float: none;
  }
  .product_box9 p {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
  }
  .product_box9 ul li:nth-child(1) {
    width: 100%;
  }
  .product_box9 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box9 table th {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    font-weight: 500;
  }
  .product_box9 table td {
    text-align: left;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
  }
  .product_box9 table td:nth-child(1) {
    background-color: #ececec;
    text-align: center;
  }
  .product_box9 table caption {
    caption-side: bottom;
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
  }
  .product_box9 ul li:nth-child(2) {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 25px 0;
  }
  .product_box9 ul li:nth-child(3), .product_box9 ul li:nth-child(4) {
    margin: 0 0 30px 0;
  }
  .product_box9 ul li:nth-child(3) span, .product_box9 ul li:nth-child(4) span {
    display: block;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #0e566d;
    padding: 0 0 0 5px;
    width: 210px;
  }
  /*-------------
environmental
-------------*/
  .environmental_box1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .environmental_box1 ul {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
  }
  .environmental_box1 ul li:nth-child(1) {
    font-size: 19px;
  }
  .environmental_box1 ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 10px 0;
  }
  .environmental_box1 ul li:nth-child(3) {
    font-size: 14px;
  }
  .environmental_box1 ul li:nth-child(5) {
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box1 ul li:nth-child(7) {
    font-size: 14px;
    clear: both;
  }
  ul#env_list_sp {
    max-width: 535px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  ul#env_list_sp li {
    float: left;
    width: 88px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 5px 15px 5px;
  }
  ul#env_list_sp li:nth-child(1) img {
    margin: 0 0 12px 0;
  }
  ul#env_list_sp li:nth-child(2) img {
    margin: 0 0 13px 0;
  }
  ul#env_list_sp li:nth-child(3) img {
    margin: 0 0 13px 0;
  }
  .environmental_box1 ul li:nth-child(6) {
    clear: both;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .environmental_box2 {
    width: 100%;
    overflow: hidden;
  }
  .environmental_box2_inner {
    background: url(../images/environmental/back1.png) no-repeat;
    width: 100%;
    height: auto;
    margin: 10px 0 15px 0;
    background-size: contain;
  }
  .environmental_box2_inner ul {
    width: 95%;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
  .environmental_box2_inner ul li:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .environmental_box2_inner ul li:nth-child(3) {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 5px;
    width: 100%;
    margin: 10px auto 10px auto;
  }
  .environmental_box2_inner ul li:nth-child(4) {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box2_inner ul li:nth-child(5) {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 5px 0 0 0;
  }
  ul#env_list2_sp {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  ul#env_list2_sp li {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin: 0 0 30px 0;
  }
  ul#env_list2_sp li div p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  ul#env_list2_sp li img {
    display: block;
    margin: 15px auto 0 auto;
    max-width: 338px;
  }
  .environmental_box2 p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 0 0;
  }
  ul#env_list3 {
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }
  ul#env_list3 li {
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
  ul#env_list3 li:nth-child(1) div {
    background: url(../images/environmental/list_back1.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li:nth-child(2) div {
    background: url(../images/environmental/list_back2.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li:nth-child(3) div {
    background: url(../images/environmental/list_back3.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li p {
    font-size: 14px;
    font-weight: 600;
  }
  ul#env_list3 li:nth-child(3) p {
    letter-spacing: -1px;
  }
  .environmental_box3 {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .environmental_box3 p {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .environmental_box3 p a {
    font-size: 15px;
    color: #0012ff;
    text-decoration: underline;
  }
  .environmental_box3 p a:hover {
    text-decoration: none;
  }
  .environmental_box3 ul {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .environmental_box3 ul li {
    float: none;
    margin: 0 auto;
  }
  .environmental_box3 ul li:nth-child(1) {
    max-width: 355px;
  }
  .environmental_box3 ul li:nth-child(2) {
    max-width: 344px;
  }
  /*-------------
quality
-------------*/
  .quality_box {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0 0;
  }
  .quality_box p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
  }
  .quality_box p span {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
    margin: 10px 0 0 0;
  }
  .quality_box_inner {
    background-color: #ededed;
    margin: 30px 0 0 0;
    text-align: center;
    padding: 30px 10px;
  }
  img.quality_img {
    max-width: 573px;
  }
  .quality_box_inner p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
  }
  .quality_box_inner ul {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
  }
  .quality_box_inner ul li {
    float: left;
    width: 46%;
    max-width: 200px;
    margin: 0 3px;
  }
  .quality_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box2 ul {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
  }
  .quality_box2 ul li {
    line-height: 22px;
    text-indent: -3.2em;
    margin: 0 0 20px 50px;
  }
  .quality_box2 ul li br {
    display: none;
  }
  .quality_box2 ul li p {
    font-size: 16px;
    margin: 0 0 2px 0;
  }
  .quality_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box3 ul {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 0 0;
  }
  .quality_box3 ul li {
    line-height: 22px;
    text-indent: -2.7em;
    margin: 0 0 20px 50px;
  }
  .quality_box3 ul li br {
    display: none;
  }
  .quality_box4 {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .bx-pager.bx-default-pager {
    margin: 0 0 -45px 0 !important;
  }
  /*-------------
contact
-------------*/
  #contact .form {
    clear: both;
  }
  #contact .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 13px;
  }
  #contact .form th, #contact .form td {
    text-align: justify;
    padding: 5px;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact .form th {
    width: 35%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact .form td {}
  #contact .form td input#name, #contact .form td input#companyname {
    width: 100%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#mail, #contact .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#address {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  div#formEnd p {
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  #contact .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  .contact_box {
    width: 100%;
    max-width: 650px;
    background-color: #e2e2e2;
    margin: 30px auto 0 auto;
    padding: 0 0 15px 0;
  }
  .contact_box p {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    padding: 15px 0 10px 10px;
  }
  .contact_box ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .contact_box ul li:nth-child(1) {
    float: left;
    width: 200px;
    margin: 0 10px 0 10px;
  }
  .contact_box ul li:nth-child(2) {
    float: left;
    width: 221px;
  }
  /*-------------
recruit
-------------*/
  .recruit_box1 {
    width: 100%;
    text-align: center;
  }
  .recruit_box1 ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(1) {
    max-width: 341px;
    width: 70%;
    margin: 0 auto;
  }
  .recruit_box1 ul li:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(2) span {
    font-size: 16px;
  }
  .recruit_box1 ul li:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #191919;
    max-width: 350px;
    margin: 0 auto 35px auto;
  }
  .recruit_box2 {
    width: 100%;
    overflow: hidden;
  }
  .recruit_box2 ul {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .recruit_box2 ul li {
    float: none;
  }
  .recruit_box2 ul li:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    max-width: 360px;
    line-height: 22px;
    margin: 0 auto 15px auto;
  }
  .recruit_box2 ul li:nth-child(1) span {
    font-size: 20px;
    display: block;
    font-weight: 900;
    margin: 5px 0 15px 0;
  }
  .recruit_box2 ul li:nth-child(2) {
    max-width: 358px;
    margin: 0 auto;
  }
  .recruit_box2 ul li:nth-child(3) {
    clear: both;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #f8773d;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    margin: 15px 0 0 0;
  }
  .recruit_box2 ul li:nth-child(4) {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .recruit_box2 ul li:nth-child(4) img {
    width: 28px;
    margin: 0 0 -5px 0;
  }
  .recruit_box2 ul li:nth-child(4) a {
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
    color: #191919;
    margin: 0 0 0 5px;
  }
  .recruit_box2 ul li:nth-child(4) a:hover {
    text-decoration: underline;
  }
  .recruit_box3 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .recruit_box3 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: solid 8px #d7d7d7;
    max-width: 330px;
    margin: 0 auto;
  }
  .recruit_box3 ul {
    width: 100%;
    margin: 35px 0 0 0;
  }
  .recruit_box3 ul li {
    float: left;
    width: 90px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 10px 30px 10px;
  }
  .recruit_box3 ul li img {
    display: block;
    margin: 0 auto;
  }
  /*-------------
contact_partner
-------------*/
  .partner_box {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  .partner_box table {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .partner_box table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    width: 150px;
  }
  .partner_box table td {
    text-align: left;
    vertical-align: top;
  }
  #contact_partner .form {
    clear: both;
  }
  #contact_partner .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 12px;
  }
  #contact_partner .form th, #contact_partner .form td {
    text-align: left;
    padding: 5px 0;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact_partner .form th {
    width: 35%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact_partner .form td {}
  #contact_partner .form td input#name, #contact_partner .form td input#companyname {
    width: 100%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#mail, #contact_partner .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#address {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact_partner .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  div#formEnd p {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  p#contact_p a {
    color: #0006ff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }
  #contact_partner .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  input#check1, input#check2, input#check3, input#check4, input#check5, input#check6, input#check7, input#check8, input#check9, input#check10, input#check11, input#check12, input#check13, input#check14, input#check15, input#check16, input#check17, input#check18, input#check19, input#check20, input#check21, input#check22, input#check23, input#check24, input#check25, input#check26 {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  #contact_partner .form td span {
    width: 120px;
    display: inline-block;
  }
  span.process_span2 {
    width: 160px !important;
  }
  span.process_span3 {
    width: 95px !important;
  }
  span.process_span4 {
    width: 90px !important;
  }
  label {
    display: block;
  }
  /*-------------
privacy
-------------*/
  .privacy_box {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .privacy_box p {
    font-size: 13px;
    line-height: 20px;
  }
  .privacy_box dl {
    width: 100%;
    margin: 15px auto 30px auto;
    text-align: left;
    line-height: 21px;
  }
  .privacy_box dl dt {
    background-color: #c5c5c5;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .privacy_box dl dd {
    padding: 8px 5px 20px 10px;
    font-size: 12px;
  }
  .privacy_box dl dd ul {
    margin: 10px 0 0 10px;
  }
  .privacy_box dl dd ul li {
    text-indent: -2em;
    margin: 0 0 0 15px;
  }
  li#privacy_li {
    margin: 10px 0 0 15px;
  }
  ul#privacy_list3 {
    margin: 10px 0 10px 10px;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-------------
undermain
-------------*/
  .underlayer_main {
    width: 95%;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .underlayer_main_right.clearfix {
    float: none;
    margin: 0 0 0 0;
    width: 100%;
  }
  h2.banner {
    width: 100%;
    margin: 20px 0 10px 0;
    clear: both;
  }
  h3.underlayer_title {
    width: 100%;
    line-height: 25px;
    font-size: 15px;
    border-bottom: solid 1px #b5b5b5;
    clear: both;
    padding: 10px 0 0 5px;
    margin: 10px 0 10px 0;
  }
  h3.underlayer_title:before {
    content: "●";
    padding-right: 7px;
    padding-left: 0;
    font-size: 17px;
    line-height: 17px;
  }
  .contents_inner {
    padding-top: 50px;
    margin-top: -50px;
  }
  /*-------------
news
-------------*/
  ul.ewslist.clearfix {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 30px auto 0 auto;
    color: #3b3b3b;
  }
  ul.newslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
  }
  ul.newslist.clearfix li:nth-child(odd) {
    font-weight: 600;
    padding: 10px 0 7px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  ul.newslist.clearfix li:nth-child(even) {
    border-bottom: dashed 1px #b0b0b0;
    padding: 0 15px 10px 15px;
  }
  ul.newslist.clearfix li a {
    text-decoration: underline;
  }
  /*-------------
corporate
-------------*/
  .corporate {
    width: 100%;
    margin: 5px auto 40px auto;
    text-align: left;
    line-height: 17px;
  }
  .corporate dt {
    background-color: #eee;
    padding: 5px 5px 5px 10px;
    font-weight: 500;
  }
  .corporate dd {
    padding: 5px 5px 5px 10px;
  }
  .corporate_box {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .corporate_box ul {
    width: 100%;
    text-align: center;
  }
  .corporate_box ul li:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }
  .corporate_box ul li:nth-child(1) img {
    padding: 0 10px;
    max-width: 336px;
  }
  .corporate_box ul li:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box ul li:nth-child(2) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box ul li:nth-child(3) img {
    max-width: 404px;
  }
  .corporate_box ul li:nth-child(4) {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0 0 0;
  }
  .corporate_box ul li:nth-child(4) span {
    font-size: 30px;
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box ul li:nth-child(4) img {
    padding: 0 10px 0 0;
    max-width: 156px;
    width: 35%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .corporate_box2 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .corporate_box2 ul {
    width: 100%;
    text-align: center;
  }
  .corporate_box2 ul li:nth-child(1) {
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 0 0;
  }
  .corporate_box2 ul li:nth-child(1) img {
    padding: 0 10px;
    max-width: 86px;
    margin: 0 0 -5px 0;
  }
  .corporate_box2 ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box2 ul li:nth-child(3) {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .corporate_box2 ul li:nth-child(3) span {
    font-size: 30px;
    color: #0599d9;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
  .corporate_box3 {
    width: 100%;
    height: auto;
    margin: -5px 0 0 0;
    background: #ffffff;
    background: -moz-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddf1fa), color-stop(25%, #ddf1fa), color-stop(50%, #ddf1fa), color-stop(60%, #ddf1fa), to(#ffffff));
    background: -webkit-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -o-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: -ms-linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    background: linear-gradient(#ddf1fa 0%, #ddf1fa 25%, #ddf1fa 50%, #ddf1fa 60%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddf1fa, endColorstr=#ffffff, GradientType=0);
  }
  .corporate_box3 ul {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
  }
  .corporate_box3 ul li:nth-child(1) {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }
  .corporate_box3 ul li:nth-child(1) img {
    padding: 0 10px 0 15px;
    width: 86px;
  }
  .corporate_box3 ul li:nth-child(1) span {
    color: #237f3e;
    display: inline-block;
    padding: 0 5px;
  }
  .corporate_box3 ul li:nth-child(2) {
    font-size: 40px;
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 15px 0;
  }
  .corporate_box3 ul li:nth-child(3) {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 10px 0 15px 0;
  }
  .corporate_box3 ul li:nth-child(5) img {
    padding: 0 10px 0 15px;
    max-width: 332px;
    width: 70%;
  }
  .corporate_box3 ul li:nth-child(6) {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin: 20px 0 0 0;
  }
  /*-------------
product
-------------*/
  .product_box {
    width: 96%;
    border: solid 3px #bebebe;
    outline: solid 8px #d7d7d7;
    outline-offset: 3px;
    margin: 0 0 55px 11px;
  }
  .product_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .product_box table {
    border-collapse: collapse;
    width: 662px;
    margin: 10px auto 20px auto;
    line-height: 20px;
    font-size: 12px;
  }
  .product_box table th {
    text-align: justify;
    padding: 0 20px;
    border: solid 1px #bebebe;
    width: 15px;
    line-height: 15px;
    font-weight: 500;
  }
  .product_box table td {
    padding: 5px 0 5px 20px;
    width: 50%;
    border: solid 1px #bebebe;
  }
  .product_box table caption {
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin: 0 0 5px 15px;
  }
  .product_box a {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .product_box a:hover {
    opacity: 0.8;
  }
  .product_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  p.product_box2_text {
    font-size: 13px;
    line-height: 20px;
    margin: 35px 0 0 0;
    clear: both;
  }
  p.product_box2_text br {
    display: none;
  }
  ul.product_box2_list1.clearfix {
    max-width: 660px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  ul.product_box2_list1.clearfix li {
    float: left;
    margin: 0 7px;
  }
  ul.product_box2_list1.clearfix li img {
    max-width: 300px;
  }
  ul.product_box2_list1.clearfix li:nth-child(3) {
    clear: both;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  ul.product_box2_list2.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  ul.product_box2_list2.clearfix li {
    float: left;
    width: 100%;
    max-width: 360px;
    margin: 0 10px 20px 5px;
  }
  ul.product_box2_list2.clearfix li p {
    font-size: 15px;
    line-height: 25px;
    border-bottom: solid 1px #b5b5b5;
    margin: 0 0 10px 0;
  }
  ul.product_box2_list2.clearfix li div {
    background-color: #b5b5b5;
    padding: 15px;
    height: auto;
    text-align: center;
  }
  ul.product_box2_list2.clearfix li div img {
    margin: 0 0 15px 0;
  }
  img.product_box2_img {
    max-width: 330px;
  }
  img.product_box2_img2 {
    width: 229px;
  }
  img.product_box2_img3 {
    width: 165px;
  }
  .product_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .product_box3 ul {
    width: 100%;
    margin: 0 auto;
  }
  .product_box3 ul li:nth-child(even) {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 15px 25px;
  }
  .product_box3 ul li:nth-child(odd) {
    margin: 0 0 0 0;
    font-size: 17px;
    font-weight: 600;
  }
  .product_box3 ul li p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1px;
    border-bottom: solid 15px #fcff00;
    display: inline-block;
    padding: 0 10px 0 5px;
    margin: 0 0 0 5px;
  }
  .product_box3 ul li:nth-child(11) {
    margin: 15px 0 0 27px;
  }
  .product_box4 {
    width: 100%;
    overflow: hidden;
    border-bottom: dotted 1px #b5b5b5;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  .product_box4 p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #135c7c;
    line-height: 30px;
    height: 30px;
  }
  .product_box4 ul {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .product_box4 ul li {
    float: none;
  }
  .product_box4 ul li:nth-child(1) {
    margin: 20px 0 0 0;
    width: 279px;
  }
  .product_box4 ul li:nth-child(2) {
    width: 100%;
    max-width: 450px;
  }
  .product_box5 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .product_box5 ul {
    width: 100%;
    margin: 0;
  }
  .product_box5 ul li {
    float: none;
  }
  .product_box5 ul li:nth-child(even) {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .product_box5 ul li:nth-child(odd) {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product_box5 ul li:nth-child(odd) p {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 5px 0;
  }
  .product_box5 ul li:nth-child(odd) img {
    margin: 0 10px -4px 0;
    width: 25px;
  }
  .product_box5 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }
  .product_box5 table th {
    text-align: justify;
    padding: 5px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box5 table td {
    padding: 5px;
    border: solid 1px #d4d4d4;
  }
  .product_box5 table td:nth-child(1) {
    vertical-align: top;
    width: 50px;
    padding: 5px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box6 p {
    font-size: 17px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  .product_scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 10px 0;
  }
  .product_box6 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 0 0;
    line-height: 20px;
    font-size: 13px;
  }
  .product_box6 table th {
    text-align: justify;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 500;
    color: #fff;
    background-color: #0e566d;
  }
  .product_box6 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    width: 130px;
  }
  .product_box6 table td:nth-child(1) {
    vertical-align: middle;
    width: 135px;
    padding: 5px 5px 5px 10px;
    border: solid 1px #d4d4d4;
    background-color: #ececec;
  }
  .product_box6 table caption {
    caption-side: bottom;
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
  }
  td#product_box6_td, td#product_box6_td2 {
    vertical-align: top;
    background-color: #fff;
    width: 130px;
    padding: 5px 8px;
  }
  .product_box6 table td span {
    font-weight: 600;
    display: block;
    margin: 0 0 5px 0;
  }
  .product_box7 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 25px 0;
  }
  .product_box7 p {
    font-size: 17px;
    /*color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;*/
  }
  .product_box7 h3.title {
    font-size: 20px;
    text-align: center;
    border-bottom: 5px solid #5b5b5b;
    margin: 20px 0;
  }
  .product_box7 h3.title span {
    color: #fd420a;
    font-weight: 700;
  }
  .product_box7 .btn_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    /*display: flex;
    flex-wrap: wrap;*/
  }
  .product_box7 .btn_box .btn_left {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .btn_box .btn_left img {
    width: auto;
  }
  .product_box7 .btn_box .btn_right {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }
  .product_box7 .btn_box .btn_right img {
    width: auto;
  }
  .product_box7 .regist_text_box {
    width: 100%;
    height: auto;
    margin: 10px auto 30px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box7 .regist_text_box .regist_no {
    width: 10%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_no p {
    font-size: 20px;
    color: #fff;
    background-color: #fd420a;
    padding: 10px 20px;
    display: inline-block;
  }
  .product_box7 .regist_text_box .regist_text {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0;
  }
  .product_box7 .regist_text_box .regist_text p {
    text-align: left;
    padding-left: 20px;
  }
  .product_box7 .regist_img {
    text-align: center;
  }
  .product_box7 table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0 10px 0;
    line-height: 20px;
    font-size: 20px;
  }
  .product_box7 table th {
    text-align: center;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
    font-weight: 600;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
  }
  .product_box7 table td {
    vertical-align: top;
    padding: 5px 8px;
    border: solid 1px #d4d4d4;
    text-align: center;
  }
  .product_box7 table td img {
    width: 178px;
  }
  .product_box7 table caption {
    font-size: 17px;
    text-align: left;
    margin: 10px 0 5px 0;
    font-weight: 600;
  }
  .product_box7 table caption span {
    font-size: 13px;
    font-weight: 500;
  }
  .product_box7 table caption span.attention {
    font-size: 10px;
    font-weight: bold;
    float: none;
    padding: 3px;
    border: solid 1px #bcbcbc;
  }
  th#product_box7_th, td#product_box7_td {
    display: none;
  }
  .dropdown {
    display: none;
    background-color: #eee;
    max-width: 232px;
    margin: 5px auto 10px auto;
    padding: 5px 0;
  }
  .dropdown li a {
    color: #0000ff;
    text-decoration: underline;
    padding: 5px 0;
    font-size: 13px;
  }
  .dropdown li a:hover {
    text-decoration: none;
  }
  li:hover, label:hover {
    opacity: 0.8;
  }
  input[type="checkbox"] {
    display: none;
  }
  .cad_bt {
    width: 232px;
    height: 44px;
    background-image: url("../images/product/cad_bt.png");
    margin: 0 auto;
  }
  .cad_bt.change {
    background-image: url("../images/product/cad_bt2.png");
  }
  #menu_cad:checked + .dropdown {
    display: block;
  }
  #menu_cad2:checked + .dropdown {
    display: block;
  }
  #menu_cad3:checked + .dropdown {
    display: block;
  }
  #menu_cad4:checked + .dropdown {
    display: block;
  }
  #menu_cad5:checked + .dropdown {
    display: block;
  }
  #menu_cad6:checked + .dropdown {
    display: block;
  }
  #menu_cad7:checked + .dropdown {
    display: block;
  }
  #menu_cad8:checked + .dropdown {
    display: block;
  }
  #menu_cad9:checked + .dropdown {
    display: block;
  }
  #menu_cad10:checked + .dropdown {
    display: block;
  }
  #menu_cad11:checked + .dropdown {
    display: block;
  }
  #menu_cad12:checked + .dropdown {
    display: block;
  }
  #menu_cad13:checked + .dropdown {
    display: block;
  }
  #menu_cad14:checked + .dropdown {
    display: block;
  }
  #menu_cad15:checked + .dropdown {
    display: block;
  }
  #menu_cad16:checked + .dropdown {
    display: block;
  }
  #menu_cad17:checked + .dropdown {
    display: block;
  }
  .product_box8 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .product_box8 p {
    font-size: 17px;
    color: #fff;
    background-color: #5b5b5b;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 10px;
  }
  p#product_box8_text {
    font-size: 17px;
    line-height: 23px;
    height: auto;
    background-color: #fff;
    color: #3b3b3b;
    margin: 15px 0 0 0;
    padding: 0;
  }
  span.span1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
  }
  span.span2 {
    font-size: 11px;
  }
  .product_box8 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box8 table th {
    text-align: center;
    padding: 5px;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    width: 25%;
    font-weight: 500;
  }
  .product_box8 table td {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
  }
  .product_box8 table td:nth-child(1) {
    background-color: #ececec;
  }
  .product_box8 table caption {
    caption-side: bottom;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 0;
  }
  .product_box9 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .product_box9 ul {
    width: 100%;
    overflow: hidden;
  }
  .product_box9 ul li {
    float: none;
  }
  .product_box9 p {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
  }
  .product_box9 ul li:nth-child(1) {
    width: 100%;
  }
  .product_box9 table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .product_box9 table th {
    text-align: center;
    padding: 5px 0;
    border: solid 1px #d4d4d4;
    color: #fff;
    background-color: #0e566d;
    font-weight: 500;
  }
  .product_box9 table td {
    text-align: left;
    padding: 5px 10px;
    border: solid 1px #d4d4d4;
  }
  .product_box9 table td:nth-child(1) {
    background-color: #ececec;
    text-align: center;
  }
  .product_box9 table caption {
    caption-side: bottom;
    font-size: 13px;
    text-align: left;
    margin: 5px 0 0 0;
  }
  .product_box9 ul li:nth-child(2) {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 25px 0;
  }
  .product_box9 ul li:nth-child(3), .product_box9 ul li:nth-child(4) {
    margin: 0 0 30px 0;
  }
  .product_box9 ul li:nth-child(3) span, .product_box9 ul li:nth-child(4) span {
    display: block;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #0e566d;
    padding: 0 0 0 5px;
    width: 210px;
  }
  /*-------------
environmental
-------------*/
  .environmental_box1 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 40px 0;
  }
  .environmental_box1 ul {
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
  }
  .environmental_box1 ul li:nth-child(1) {
    font-size: 19px;
  }
  .environmental_box1 ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 10px 0;
  }
  .environmental_box1 ul li:nth-child(3) {
    font-size: 14px;
  }
  .environmental_box1 ul li:nth-child(5) {
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box1 ul li:nth-child(7) {
    font-size: 14px;
    clear: both;
  }
  ul#env_list_sp {
    max-width: 535px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
  ul#env_list_sp li {
    float: left;
    width: 88px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 5px 15px 5px;
  }
  ul#env_list_sp li:nth-child(1) img {
    margin: 0 0 12px 0;
  }
  ul#env_list_sp li:nth-child(2) img {
    margin: 0 0 13px 0;
  }
  ul#env_list_sp li:nth-child(3) img {
    margin: 0 0 13px 0;
  }
  .environmental_box1 ul li:nth-child(6) {
    clear: both;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .environmental_box2 {
    width: 100%;
    overflow: hidden;
  }
  .environmental_box2_inner {
    background: url(../images/environmental/back1.png) no-repeat;
    width: 100%;
    height: auto;
    margin: 10px 0 15px 0;
    background-size: contain;
  }
  .environmental_box2_inner ul {
    width: 95%;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 auto;
  }
  .environmental_box2_inner ul li:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .environmental_box2_inner ul li:nth-child(3) {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 5px;
    width: 100%;
    margin: 10px auto 10px auto;
  }
  .environmental_box2_inner ul li:nth-child(4) {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
  }
  .environmental_box2_inner ul li:nth-child(5) {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 5px 0 0 0;
  }
  ul#env_list2_sp {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  ul#env_list2_sp li {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    margin: 0 0 30px 0;
  }
  ul#env_list2_sp li div p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  ul#env_list2_sp li img {
    display: block;
    margin: 15px auto 0 auto;
    max-width: 338px;
  }
  .environmental_box2 p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 0 0;
  }
  ul#env_list3 {
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }
  ul#env_list3 li {
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
  ul#env_list3 li:nth-child(1) div {
    background: url(../images/environmental/list_back1.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li:nth-child(2) div {
    background: url(../images/environmental/list_back2.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li:nth-child(3) div {
    background: url(../images/environmental/list_back3.png) no-repeat;
    width: 240px;
    height: 215px;
  }
  ul#env_list3 li p {
    font-size: 14px;
    font-weight: 600;
  }
  ul#env_list3 li:nth-child(3) p {
    letter-spacing: -1px;
  }
  .environmental_box3 {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
  }
  .environmental_box3 p {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .environmental_box3 p a {
    font-size: 15px;
    color: #0012ff;
    text-decoration: underline;
  }
  .environmental_box3 p a:hover {
    text-decoration: none;
  }
  .environmental_box3 ul {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .environmental_box3 ul li {
    float: none;
  }
  .environmental_box3 ul li:nth-child(1) {
    max-width: 355px;
  }
  .environmental_box3 ul li:nth-child(2) {
    max-width: 344px;
  }
  /*-------------
quality
-------------*/
  .quality_box {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0 0;
  }
  .quality_box p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
  }
  .quality_box p span {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
  }
  .quality_box_inner {
    background-color: #ededed;
    margin: 30px 0 0 0;
    text-align: center;
    padding: 30px 10px;
  }
  img.quality_img {
    max-width: 573px;
  }
  .quality_box_inner p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
  }
  .quality_box_inner ul {
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
  }
  .quality_box_inner ul li {
    float: left;
    width: 46%;
    max-width: 200px;
    margin: 0 3px;
  }
  .quality_box2 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box2 ul {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
  }
  .quality_box2 ul li {
    line-height: 22px;
    text-indent: -3.2em;
    margin: 0 0 20px 50px;
  }
  .quality_box2 ul li br {
    display: none;
  }
  .quality_box2 ul li p {
    font-size: 16px;
    margin: 0 0 2px 0;
  }
  .quality_box3 {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .quality_box3 ul {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 0 0;
  }
  .quality_box3 ul li {
    line-height: 22px;
    text-indent: -2.7em;
    margin: 0 0 20px 50px;
  }
  .quality_box3 ul li br {
    display: none;
  }
  .quality_box4 {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .bx-pager.bx-default-pager {
    margin: 0 0 -45px 0 !important;
  }
  /*-------------
contact
-------------*/
  #contact .form {
    clear: both;
  }
  #contact .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 13px;
  }
  #contact .form th, #contact .form td {
    text-align: justify;
    padding: 5px;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact .form th {
    width: 35%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact .form td {}
  #contact .form td input#name, #contact .form td input#companyname {
    width: 100%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#mail, #contact .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td input#address {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  div#formEnd p {
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  #contact .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  .contact_box {
    width: 100%;
    max-width: 650px;
    background-color: #e2e2e2;
    margin: 30px auto 0 auto;
    padding: 0 0 15px 0;
  }
  .contact_box p {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    padding: 15px 0 10px 10px;
  }
  .contact_box ul {
    width: 221px;
    margin: 0 auto;
    overflow: hidden;
  }
  .contact_box ul li {
    float: left;
    width: 200px;
    margin: 0 20px 0 0;
  }
  /*-------------
recruit
-------------*/
  .recruit_box1 {
    width: 100%;
    text-align: center;
  }
  .recruit_box1 ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(1) {
    max-width: 341px;
    width: 70%;
    margin: 0 auto;
  }
  .recruit_box1 ul li:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
  }
  .recruit_box1 ul li:nth-child(2) span {
    font-size: 16px;
  }
  .recruit_box1 ul li:nth-child(3) {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #191919;
    max-width: 350px;
    margin: 0 auto 35px auto;
  }
  .recruit_box2 {
    width: 100%;
    overflow: hidden;
  }
  .recruit_box2 ul {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .recruit_box2 ul li {
    float: none;
  }
  .recruit_box2 ul li:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    max-width: 360px;
    line-height: 22px;
    margin: 0 auto 15px auto;
  }
  .recruit_box2 ul li:nth-child(1) span {
    font-size: 20px;
    display: block;
    font-weight: 900;
    margin: 5px 0 15px 0;
  }
  .recruit_box2 ul li:nth-child(2) {
    max-width: 358px;
    margin: 0 auto;
  }
  .recruit_box2 ul li:nth-child(3) {
    clear: both;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background-color: #f8773d;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    margin: 15px 0 0 0;
  }
  .recruit_box2 ul li:nth-child(4) {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
  }
  .recruit_box2 ul li:nth-child(4) img {
    width: 28px;
    margin: 0 0 -5px 0;
  }
  .recruit_box2 ul li:nth-child(4) a {
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
    color: #191919;
    margin: 0 0 0 5px;
  }
  .recruit_box2 ul li:nth-child(4) a:hover {
    text-decoration: underline;
  }
  .recruit_box3 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 25px 0 0 0;
  }
  .recruit_box3 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: solid 8px #d7d7d7;
    max-width: 330px;
    margin: 0 auto;
  }
  .recruit_box3 ul {
    width: 90%;
    margin: 35px auto 0 auto;
  }
  .recruit_box3 ul li {
    float: left;
    width: 90px;
    height: 240px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 8px 30px 8px;
  }
  .recruit_box3 ul li img {
    display: block;
    margin: 0 auto;
  }
  /*-------------
contact_partner
-------------*/
  .partner_box {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  .partner_box table {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0 0 0;
  }
  .partner_box table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    width: 150px;
  }
  .partner_box table td {
    text-align: left;
    vertical-align: top;
  }
  #contact_partner .form {
    clear: both;
  }
  #contact_partner .form table {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 12px;
  }
  #contact_partner .form th, #contact_partner .form td {
    text-align: left;
    padding: 5px 0;
    border-bottom: dotted 1px #b5b5b5;
  }
  #contact_partner .form th {
    width: 35%;
    vertical-align: top;
    font-weight: 500;
  }
  #contact_partner .form td {}
  #contact_partner .form td input#name, #contact_partner .form td input#companyname {
    width: 100%;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#mail, #contact_partner .form td input#tel {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td input#address {
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 0 0 0 5px;
    background-color: #e2e2e2;
    border: none;
  }
  #contact_partner .form td textarea#comment {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    font-size: 12px;
    background-color: #e2e2e2;
    border: none;
    padding: 10px 0 0 20px;
  }
  #contact_partner .form #formEnd {
    text-align: center;
    margin: 0 0 0 0;
  }
  div#formEnd p {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  p#contact_p a {
    color: #0006ff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }
  #contact_partner .form #formEnd button {
    margin: 10px 5px 0;
    border: 0;
    background-color: #fff;
  }
  input[type="radio"] {
    margin: 0 5px 0 0;
  }
  input#check1, input#check2, input#check3, input#check4, input#check5, input#check6, input#check7, input#check8, input#check9, input#check10, input#check11, input#check12, input#check13, input#check14, input#check15, input#check16, input#check17, input#check18, input#check19, input#check20, input#check21, input#check22, input#check23, input#check24, input#check25, input#check26 {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  #contact_partner .form td span {
    width: 120px;
    display: inline-block;
  }
  span.process_span2 {
    width: 160px !important;
  }
  span.process_span3 {
    width: 95px !important;
  }
  span.process_span4 {
    width: 90px !important;
  }
  label {
    display: block;
  }
  /*-------------
privacy
-------------*/
  .privacy_box {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .privacy_box p {
    font-size: 13px;
    line-height: 20px;
  }
  .privacy_box dl {
    width: 100%;
    margin: 15px auto 30px auto;
    text-align: left;
    line-height: 21px;
  }
  .privacy_box dl dt {
    background-color: #c5c5c5;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .privacy_box dl dd {
    padding: 8px 5px 20px 10px;
    font-size: 12px;
  }
  .privacy_box dl dd ul {
    margin: 10px 0 0 10px;
  }
  .privacy_box dl dd ul li {
    text-indent: -2em;
    margin: 0 0 0 15px;
  }
  li#privacy_li {
    margin: 10px 0 0 15px;
  }
  ul#privacy_list3 {
    margin: 10px 0 10px 10px;
  }
}