
/*========================================================
 PC
========================================================*/

/* -----------------------------
    COMMON
-------------------------------*/

.page_title {
    width: 100%;
    height: 190px;
    padding-top: 110px;
}

.page_title_inner {
    width: 400px;
    height: 130px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.p_tit {
    font-family: "Times New Roman", serif;
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 30px 0 10px 0;
}

.p_sub {
    font-size: 16px;
    color: #fff;
}

/* -----------------------------
    COMPANY
-------------------------------*/

.company .page_title {
    background: url(/img/company/title_company.jpg) no-repeat left bottom;
    background-size: cover;
}

.company .page_title_inner {
    background-color: rgba(0, 0, 0, 0.2);
}

.company_lead {
    width: 100%;
    background: url(/img/company/bg_company_top.jpg) no-repeat right top;
    position: relative;
    min-height: 620px;
}

.company_lead dl {
    width: 100%;
    background: url(/img/company/bg_company_btm.jpg) no-repeat left bottom;
    padding-bottom: 100px;
}

.company_lead dt {
    color: #16b6d8;
    font-size: 26px;
    width: 667px;
    margin: 0 auto 35px auto;
    padding-top: 100px;
}

.company_lead dd {
    font-size: 16px;
    line-height: 28px;
    width: 667px;
    margin: 0 auto;
}

.company_lead dd.president {
    margin-top: 45px;
}

.company_lead dd.president span {
    display: block;
    width: 110px;
    height: 35px;
    background: url(/img/company/president_name.png) no-repeat left bottom;
    margin: 5px auto 0 auto;
    text-indent: -9999px;
    text-align: left;
}

.company_profile{
    width: 100%;
    background: url(/img/company/bg_profile.jpg) no-repeat center top;
    padding: 100px 0 77px 0;
    background-size: cover;
}

.company_profile .h_sub{
    letter-spacing: 0.2em;
    margin-top: 10px;
}

.company_profile dl {
  	border-bottom: 1px solid #16b6d8;
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}

.company_profile .h_sub+dl {
  	border-top: 1px solid #16b6d8;
    margin-top: 50px;
}

.company_profile dt {
  	width: 190px;
  	padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.2em;
}

.company_profile dd {
  	margin-left: 190px;
  	padding: 5px 0;
  	word-break: break-all;
    display: table-cell;
    text-align: left;
}

.company_profile .btn_contact a {
    color: #16b6d8;
    background-color: #fff;
    display: block;
    width: 355px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #16b6d8;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 0 5px 0 0;
    margin: 30px auto 0 auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.company_profile .btn_contact a:hover {
    color: #fff;
    background: #16b6d8;
    border: 1px solid #16b6d8;
}

.company_profile .btn_contact a span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    width: 100%;
}

.company_profile .btn_contact.btn_contact_mail a {
    font-size: 16px;
}

.company_profile .btn_contact a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 28px;
    margin-top: -19px;
}

.company_profile .btn_contact.btn_contact_mail a span:before {
    width: 51px;
    height: 42px;
    background: url(/img/company/ico_mail.png) no-repeat center center;
}

.company_profile ul {
    width: 520px;
    margin: 30px auto 40px auto;
}

.company_profile ul:after {
    content: '';
    display: block;
    clear: both;
}

.company_profile li {
    width: 250px;
    float: right;
    text-align: center;
}

.company_profile li:first-child {
    float: left;
}

.company_profile li span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: 0.2em;
}

/* -----------------------------
    EQUIPMENT
-------------------------------*/

.equipment .page_title {
    background: url(/img/equipment/title_equipment.jpg) no-repeat left bottom;
    background-size: cover;
}

.equipment .page_title_inner {
    background-color: rgba(0, 0, 0, 0.4);
}

.equipment_navi {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0 10px 0;
}

.equipment_navi ul {
  display:-webkit-box;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack:justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.equipment_navi li {
    width: 380px;
    height: 50px;
}

.equipment_navi li a {
    width: 380px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border: 1px solid #16b6d8;
    font-size: 17px;
    color: #16b6d8;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.equipment_navi li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    width: 12px;
    height: 12px;
    border-left: 1px solid #16b6d8;
    border-bottom: 1px solid #16b6d8;
    top: 50%;
    left: 20px;
    margin-top: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.equipment_navi li a:hover {
    background: #16b6d8;
    color: #fff;
    border: 1px solid #16b6d8;
}

.equipment_navi li a:hover:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.equipment_list {
    padding-top: 70px;
}

.equipment_list_img {
    height: 200px;
    margin-top: 40px;
    position: relative;
}

#equipment_gum .equipment_list_img {
    background: url(/img/equipment/equipment_gum.jpg) no-repeat left bottom;
    background-size: cover;
}

#equipment_resin .equipment_list_img {
    background: url(/img/equipment/equipment_resin.jpg) no-repeat left bottom;
    background-size: cover;
}

.e_tit {
    position: absolute;
    width: 400px;
    left: 50%;
    bottom: 220px;
    margin-left: -200px;
    font-size: 18px;
    font-weight: normal;
    color:#16b6d8;
}

.equipment_list_inner {
    background: #f2f2f2;
    padding: 30px 0 60px 0;
}

.equipment_list_inner ul {
    width: 1000px;
    margin: 0 auto ;
}

.equipment_list_inner ul:after {
    content: '';
    display: block;
    clear: both;
}

.equipment_list_inner li {
    width: 480px;
    float: right;
}

.equipment_list_inner li:first-child {
    float: left;
}

.equipment_list_inner li table {
    border-collapse: collapse;
    width: 480px;
}

.equipment_list_inner li table th {
    background: #999;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #f2f2f2;
}

.equipment_list_inner li table th:last-child {
    border-right: none;
}

.equipment_list_inner li table td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.equipment_list_inner li table tr:nth-child(odd) td {
    background: #fff;
}

.equipment_list_inner li table td a {
    text-decoration: underline;
    color: #4870cd;
}

.equipment_list_inner li table td a:hover {
    text-decoration: none;
}

/* -----------------------------
    CONTACT
-------------------------------*/

.contact .page_title {
    background: url(/img/contact/title_contact.jpg) no-repeat right bottom;
    background-size: cover;
}

.contact .page_title_inner {
    background-color: rgba(0, 0, 0, 0.2);
}

.contact_lead dl {
    margin: 0 0 30px auto;
}

.contact_lead dt {
    background: url(/img/contact/ico_mail_contact.png) no-repeat center top;
    padding: 70px 0 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #16b6d8;
    width: 340px;
    margin: 75px auto 30px auto;
    letter-spacing: 0.2em;
}

.contact_lead dd {
    font-size: 14px;
    line-height: 28px;
}

.contact_lead dd a {
    color: #4870cd;
    text-decoration: underline;
}

.contact_lead dd a:hover {
    text-decoration: none;
}

.contact_lead dd span {
    color: #d84b5f;
}

.contact_form {
    width: 100%;
    background: #eee;
}

.contact_form dl {
    width: 620px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
}

.contact_form dl:after {
    content: '';
    display: block;
    clear: both;
}

.contact_form dt {
    width: 160px;
    float: left;
    text-align: left;
}

.contact_form dt span {
    color: #d84b5f;
}

.contact_form dd {
    width: 460px;
    margin-left: 160px;
    text-align: left;
}

.contact_form dd.form_post span {
    width: 25px;
    display: inline-block;
}

.contact_form dd.form_post input {
    width: 95px;
}

.contact_form dd.form_tel input {
    width: 200px;
}

.contact_form dd.form_note {
    padding: 5px 0 0 0;
    text-align: right;
    font-size: 12px;
}

.contact_form dd input {
    width: 420px;
    border: none;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 14px;
}

.contact_form dd textarea {
    width: 420px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
}

.contact_form dd select {
    width: 160px;
    padding: 8px 20px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff url(/img/contact/select_arrow.png) no-repeat 95% center;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.contact_form dd select::-ms-expand {
    display: none;
}

.contact_form dd input::-webkit-input-placeholder,
.contact_form dd textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.contact_form dd input::-moz-placeholder,
.contact_form dd textarea::-moz-placeholder{
    font-size: 14px;
    font-weight: normal;
    color: #999;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.contact_form dd input:-ms-input-placeholder,
.contact_form dd textarea:-ms-input-placeholder{
    font-size: 14px;
    font-weight: normal;
    color: #999;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.contact_form .btn_submit {
    padding-bottom: 50px;
}

.contact_form .btn_submit input {
    -webkit-appearance: none;
    border-radius: 0;
    width: 620px;
    height: 60px;
    line-height: 55px;
    background: #fff;
    border: 1px solid #16b6d8;
    font-size: 16px;
    color: #16b6d8;
    letter-spacing: 0.2em;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.contact_form .btn_submit input:hover {
    cursor: pointer;
    color: #fff;
    background: #1899b4;
    border: 1px solid #16b6d8;
}

.contact_tel {
    padding: 50px 0;
}

.contact_tel dl {
    width: 340px;
    margin: 0 auto;
}

.contact_tel dt {
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #16b6d8;
    padding-bottom: 10px;
}

.contact_tel dd a,
.contact_tel dd p {
    display: inline-block;
    font-size: 32px;
    color: #16b6d8;
    letter-spacing: 0.2em;
    background: #fff url(/img/contact/ico_tel_contact.png) no-repeat left center;
    padding: 20px 0 20px 48px;
}

/* -----------------------------
    PRIVACY POLICY
-------------------------------*/

.privacy .page_title {
    background: url(/img/privacy/title_privacy.jpg) no-repeat left bottom;
    background-size: cover;
}

.privacy .page_title_inner {
    background-color: rgba(0, 0, 0, 0.2);
}

.privacy .p_tit {
    letter-spacing: 0.1em;
}

.privacy_policy {
    width: 100%;
    background: #eee;
    padding: 60px 0 70px 0;
}

.privacy_policy_inner {
    font-size: 14px;
    line-height: 28px;
    width: 1000px;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.privacy_policy_lead {
    margin: 0 0 30px 0;
}

.privacy_policy dt {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 8px;
}

.privacy_policy dd {
    margin-bottom: 20px;
}

.privacy_policy dd a {
    color: #4870cd;
    text-decoration: underline;
}

.privacy_policy dd a:hover {
    text-decoration: none;
}

.privacy_policy dd:last-child {
    margin-bottom: 0;
}

.privacy_policy dd ul {
    margin: 10px 0;
}

.privacy_policy dd li {
    list-style-type: none;
    margin: 0 0 8px 10px;
    padding-left: 0.5em;
    text-indent: -0.5em;
}

.privacy_policy dd li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #333;
	position: relative;
	left: -8px;
	top: -3px;
}

.privacy_contact {
  width: 300px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 15px 0;
  line-height: 32px;
}

/* -----------------------------
    PRODUCT
-------------------------------*/

.product .page_title {
  background: url(/img/product/title_product.jpg) no-repeat center bottom;
  background-size: cover;
}

.product .page_title_inner {
  background-color: rgba(0, 0, 0, 0.4);
}

.product_navi {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 10px 0;
}

.product_navi ul {
  display:-webkit-box;
  display: flex;
  display:-webkit-flex;
  -webkit-box-pack:justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.product_navi li {
  width: 310px;
  height: 50px;
}

.product_navi li a {
  width: 310px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #fff;
  border: 1px solid #16b6d8;
  font-size: 17px;
  color: #16b6d8;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.product_navi li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #16b6d8;
  border-bottom: 1px solid #16b6d8;
  top: 50%;
  left: 20px;
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product_navi li a:hover {
  background: #16b6d8;
  color: #fff;
  border: 1px solid #16b6d8;
}

.product_navi li a:hover:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.product_area {
  padding-top: 70px;
}

.product_area_tit {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  background: #16b6d8;
  margin-bottom: 25px;
}

.product_area_lead {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: left;
}

.product_area_inner {
  width: 1000px;
  margin: 0 auto;
}

.product_list {
  width: 100%;
  display: flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.product_list li {
  width: 244px;
  margin-bottom: 60px;
  text-align: center;
}

.product_list li a {
  display: block;
  color: #333;
}

.product_list li a:hover {
  opacity: 0.7;
}

.product_list li img {
  vertical-align: bottom;
}

.product_list_name {
  border-top: 1px solid #b2b2b2;
  width: 230px;
  padding-top: 15px;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

#product_resin .product_list_name {
  border-top: none;
}

.product_brand {
  border: 1px solid #16b6d8;
  padding: 30px 40px 30px 30px;
  margin-bottom: 100px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_brand_text {
  width: 700px;
}

.product_brand_text h4 {
  color: #16b6d8;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 20px;
}

.product_brand_text p {
  font-size: 16px;
  line-height: 32px;
}

.product_brand_img {
  width: 152px;
}

/* -----------------------------
    REMODAL(EQUIPMENT&PRODUCT)
-------------------------------*/

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-wrapper {
  padding: 10px 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 25px;
  transform: translate3d(0, 0, 0.5);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.remodal-close {
  position: absolute;
  bottom: 0;
  bottom: -25px;
  right: 0;
  display: block;
  overflow: visible;
  width: 64px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
  background: url(/img/equipment/btn_close.png) no-repeat 0 0;
}

.remodal dl {
  width: 570px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.remodal_product.remodal dl {
  width: 400px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

.remodal dt {
  font-size: 17px;
  line-height: 30px;
  width: 100%;
  margin: 0 auto 15px auto;
}

.remodal dd {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

.remodal dd ul {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px;
}

.remodal dd ul li {
  display: inline-block;
}

.remodal dd ul li:first-child {
  margin-right: 20px;
}

.remodal dd ul li span {
  background: #fff;
  color: #333;
  padding: 0 10px;
  margin-right: 10px;
}

/*REMODAL ANIMATION*/

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*========================================================
 SP
========================================================*/

@media screen and (max-width:768px) {

  /* -----------------------------
      COMMON
  -------------------------------*/

  .page_title {
        height: 170px;
        padding-top: 0;
  }

  .page_title_inner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: none;
  }

  .p_tit {
        font-size: 27px;
        margin: 0 auto;
        padding: 80px 0 10px;
  }

  .p_sub {
        font-size: 12px;
  }

  /* -----------------------------
      COMPANY
  -------------------------------*/

  .company .page_title {
        background: url(/img/company/title_company.jpg) no-repeat left bottom;
        background-size: cover;
  }

  .company .page_title_inner {
        background-color: rgba(0, 0, 0, 0.2);
  }

  .company_lead {
        padding-top: 30px;
        background: none;
        min-height: auto;
        min-height: initial;
  }

  .company_lead dl {
        padding: 0 10px 30px 10px;
        background: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
  }

  .company_lead dt {
        font-size: 16px;
        width: 100%;
        margin: 0 auto 20px auto;
        padding-top: 0;
  }

  .company_lead dd {
        font-size: 13px;
        line-height: 25px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
  }

  .company_lead dd.president {
        margin-top: 20px;
        text-align: center;
  }

  .company_lead dd.president span {
        width: 101px;
        height: 25px;
        background: url(/img/company/president_name_sp.png) no-repeat left bottom;
        background-size: 100%;
        margin: 5px auto 0 auto;
  }

  .company_profile{
        padding: 30px 10px 30px 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
  }

  .company_profile .h_tit{
        font-size: 27px;
        margin: 0 0 5px 0;
        text-align: center;
  }

  .company_profile .h_sub{
        font-size: 12px;
        margin: 0 0 30px 0;
        text-align: center;
  }

  .company_profile dl {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
  }

  .company_profile .h_sub+dl {
        margin-top: 0;
  }

  .company_profile dt {
      	width: 90px;
      	padding: 5px 0;
  }

  .company_profile dd {
      	margin-left: 90px;
  }

  .company_profile .btn_contact a {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0;
        margin: 20px auto 0 auto;
    }

  .company_profile .btn_contact a:hover {
        color: #16b6d8;
        background-color: #fff;
        border: 1px solid #16b6d8;
    }

  .company_profile .btn_contact a span {
        display: inline-block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

  .company_profile .btn_contact.btn_contact_mail a span {
        padding: 0 0 0 50px;
    }

  .company_profile .btn_contact.btn_contact_mail a {
        font-size: 12px;
    }

  .company_profile .btn_contact a span:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

  .company_profile .btn_contact.btn_contact_mail a span:before {
        width: 38px;
        height: 31px;
        background: url(/img/company/ico_mail.png) no-repeat center center;
        background-size: 38px auto;
        left: 35px;
    }

    .company_profile ul {
      	width: 90%;
        margin: 20px auto;
    }

    .company_profile li {
      	width: 45%;
    }

    .company_profile li img {
      	width: 100%;
        height: auto;
    }

    .company_profile li span {
        font-size: 12px;
    }

    /* -----------------------------
        EQUIPMENT
    -------------------------------*/

    .equipment_navi {
        width: 100%;
        padding: 20px 0 10px 0;
    }

    .equipment_navi li {
        width: 50%;
        height: 35px;
    }

    .equipment_navi li a {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        border-right: none;
    }

    .equipment_navi li:first-child a {
        border-left: none;
    }

    .equipment_navi li a:before {
        width: 8px;
        height: 8px;
        left: 30px;
        margin-top: -6px;
    }

    .equipment_navi li a:hover {
        background: #16b6d8;
        color: #fff;
        border: 1px solid #16b6d8;
    }

    .equipment_navi li a:hover:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .equipment_list {
        margin-top: -50px;
        padding-top: 60px;
    }

    .equipment_list_img {
        height: 108px;
        margin-top: 40px;
    }

    #equipment_gum .equipment_list_img {
        background: url(/img/equipment/equipment_gum.jpg) no-repeat center bottom;
        background-size: cover;
    }

    #equipment_resin .equipment_list_img {
        background: url(/img/equipment/equipment_resin.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .e_tit {
        width: 300px;
        bottom: 128px;
        margin-left: -150px;
        font-size: 16px;
    }

    .equipment_list_inner {
        background: #f2f2f2;
        padding: 30px 0 30px 0;
    }

    .equipment_list_inner ul {
        width: 100%;
        margin: 0;
    }

    .equipment_list_inner li {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .equipment_list_inner li:first-child {
        float: none;
    }

    .equipment_list_inner li table {
        border-collapse: collapse;
        width: 100%;
    }

    .equipment_list_inner li table th {
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        font-size: 12px;
        text-align: center;
    }

    .equipment_list_inner li table th:nth-child(1) {
        width: 35%;
    }

    .equipment_list_inner li table th:nth-child(2) {
        width: 30%;
    }

    .equipment_list_inner li table td {
        padding: 5px;
        font-size: 11px;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
    }

    .equipment_list_inner li table td:nth-child(1) {
        width: 35%;
        border-right: 1px solid #ddd;
    }

    .equipment_list_inner li table td:nth-child(2) {
        width: 30%;
        border-right: 1px solid #ddd;
    }

    /* -----------------------------
        CONTACT
    -------------------------------*/

    .contact_lead dl {
        margin: 0 0 20px auto;
        padding: 0 10px 0 10px;
    }

    .contact_lead dt {
        background-size: 30px auto;
        padding: 45px 0 15px 0;
        font-size: 16px;
        width: 100%;
        margin: 30px auto 15px auto;
    }

    .contact_lead dd {
        font-size: 13px;
        line-height: 25px;
        text-align: left;
    }

    .contact_form {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .contact_form dl {
        width: 100%;
        padding: 20px 0 0 0;
        font-size: 13px;
    }

    .contact_form dt {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .contact_form dd {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .contact_form dd ul li {
        margin-bottom: 10px;
    }

    .contact_form dd.form_post input {
        width: 110px;
    }

    .contact_form dd.form_tel input {
        width: 200px;
    }

    .contact_form dd.form_note {
        margin-top: -20px;
        font-size: 11px;
    }

    .contact_form dd input {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        margin: 0;
        font-size: 13px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .contact_form dd textarea {
        width: 100%;
        border: none;
        padding: 10px;
        font-size: 13px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .contact_form dd select {
        width: 160px;
        padding: 5px;
        margin-bottom: 0;
        font-size: 13px;
    }

    .contact_form dd input::-webkit-input-placeholder,
    .contact_form dd textarea::-webkit-input-placeholder {
        font-size: 13px;
    }
    .contact_form dd input::-moz-placeholder,
    .contact_form dd textarea::-moz-placeholder{
        font-size: 13px;
    }
    .contact_form dd input:-ms-input-placeholder,
    .contact_form dd textarea:-ms-input-placeholder{
        font-size: 13px;
    }

    .contact_form .btn_submit {
        padding-bottom: 20px;
    }

    .contact_form .btn_submit input {
        width: 100%;
        height: 45px;
        line-height: 40px;
        background: #fff;
        border: 1px solid #16b6d8;
        font-size: 12px;
    }

    .contact_form .btn_submit input:hover {
        color: #16b6d8;
        background: #fff;
        border: 1px solid #16b6d8;
    }

    .contact_tel {
        padding: 20px 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .contact_tel dl {
        width: 100%;
    }

    .contact_tel dt {
        font-size: 13px;
        line-height: 25px;
        padding-bottom: 10px;
    }

    .contact_tel dd a {
        font-size: 20px;
        background-size: 25px auto;
        padding: 15px 0 15px 38px;
    }

    /* -----------------------------
        PRIVACY POLICY
    -------------------------------*/

    .privacy_policy {
        padding: 0;
    }

    .privacy_policy_inner {
        font-size: 12px;
        line-height: 23px;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }

    .privacy_policy_lead {
        margin: 0 0 20px 0;
    }

    .privacy_policy dt {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 25px;
    }

    .privacy_policy dd li {
        margin: 0 0 2px 10px;
    }

    .privacy_policy dd li:before {
        width: 4px;
        height: 4px;
    }

    .privacy_contact {
        width: 100%;
        margin: 15px 0;
        padding: 15px 0;
        line-height: 23px;
    }

    /* -----------------------------
        PRODUCT
    -------------------------------*/

    .product_navi {
        width: 100%;
        padding: 20px 0 10px 0;
    }

    .product_navi li {
        width: 34%;
        height: 35px;
    }

    .product_navi li a {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        padding-left: 10px;
        border-right: none;
    }

    .product_navi li:first-child a {
        border-left: none;
    }

    .product_navi li a:before {
        width: 8px;
        height: 8px;
        left: 8px;
        margin-top: -6px;
    }

    .product_navi li a:hover {
        background: #16b6d8;
        color: #fff;
        border: 1px solid #16b6d8;
    }

    .product_navi li a:hover:before {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .product_area {
        margin-top: -50px;
        padding-top: 60px;
    }

    .product_area_tit {
      font-size: 16px;
      height: 35px;
      line-height: 35px;
      margin-bottom: 0;
    }

    .product_area_lead {
      font-size: 13px;
      line-height: 25px;
      margin-bottom: 10px;
    }

    .product_area_inner {
        width: auto;
        padding: 10px;
    }

    .product_list {
        display: block;
        letter-spacing: -0.5em;
    }

    .product_list li {
        display: inline-block;
        width: 48%;
        margin-bottom: 20px;
        letter-spacing: normal;
    }

    .product_list li:nth-child(2n) {
        margin-left: 2%;
    }

    .product_list li img {
        width: 100%;
        height: auto;
    }

    .product_list_name {
      width: 90%;
      padding-top: 10px;
      font-size: 13px;
      line-height: 20px;
    }

    .product_brand {
      padding: 10px;
      margin-bottom: 30px;
      display: block;
    }

    .product_brand_text {
      width: 100%;
    }

    .product_brand_text h4 {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 10px;
    }

    .product_brand_text br {
      display: none;
    }

    .product_brand_text p {
      font-size: 13px;
      line-height: 25px;
    }

    .product_brand_img {
      width: 35%;
      margin: 20px auto;
      text-align: center;
    }

    .product_brand_img img {
      width: 100%;
      max-width: 117px;
    }

    /* -----------------------------
        REMODAL(EQUIPMENT&PRODUCT)
    -------------------------------*/

    .remodal {
        padding: 10px;
    }

    .remodal-close {
        width: 50px;
        height: 16px;
        background: url(/img/equipment/btn_close_sp.png) no-repeat 0 0;
        background-size: 100%;
    }

    .remodal img {
        width: 100%;
        height: auto;
    }

    .remodal dl {
        width: 100%;
    }

    .remodal_product.remodal dl {
        width: 100%;
    }

    .remodal dt {
        font-size: 15px;
        line-height: 20px;
        margin: 0 auto 15px auto;
    }

    .remodal dd {
        font-size: 13px;
        line-height: 25px;
        text-align: left;
    }

    .remodal dd ul {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .remodal dd ul li {
        display: block;
        margin-bottom: 5px;
    }

    .remodal dd ul li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }

}

@media screen and (max-width:500px) {

    .product .page_title {
      background: url(/img/product/title_product_sp.jpg) no-repeat center bottom;
      background-size: cover;
  }

}
