@charset "utf-8";
  /*contents*/
/*-----------------------------------------------------------*/

/* h1 {
    color: #15bd15;
    font-size: 1.875rem;
    text-align: left;
    margin: 4rem 0 2rem;
    line-height: 1.2;
} */

h1 {
    color: var(--bs-black);
    font-size: 1.875rem;
    text-align: left;
    margin: 4rem 0 2rem;
    line-height: 1.2;
}

h2 {
    color: var(--bs-black);
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: .25em;
    line-height: 1.2;
}
    
h2::first-letter {
    color: var(--bs-black);
    font-size: 1.5rem;
}

.solvent_h2 {
    color: var(--bs-black);
}

.solvent_contents {
    margin: 0 auto;
    max-width: 925px;
    width: 90%;
}

.solvent_contents p {
  margin-bottom: 15px;
}

.solvent_contents p a {
  color: var(--link-green);
}

.solvent_contents p a:hover {
  color: var(--bs-green);
  text-decoration: underline;
}

.solvent_support {
    display: flex;
    align-items: center;
}

.equipment_sentence {
    width:calc(100% - 10.625rem);
}

.equipment_img {
    margin: auto;
    width: 170px;
    height: auto;
}

.comp_name {
    color: #639E7D;
    font-weight: 700;
    font-size: 1rem;
    margin: 0;
    text-align: right;
}

.equipment_name {
    /* color: #0E9D95; */
    color: var(--link-green);
    font-weight: 700;
    font-size: 1.1rem;
    margin: .5em 0;
    padding-left: 5px;
}


.equipment_txt {
    color: var(--bs-black);
    font-size: 0.9rem;
    padding-left: 5px;
    text-align: justify;
  }

.equipment_list {
display: flex;
flex-wrap: wrap;
gap: 2em 2em;
justify-content: space-between;
list-style: none;
margin: 1em auto 0;
padding: 0;
}

.equipment_list a {
background: var(--bs-white);
border: 2px solid #008767;
border-radius: 5px;
box-sizing: border-box;
display: block;
padding: 1em;
transition: .3s;
}

.equipment_list a:hover {
background: var(--bs-gray);
}

.equipment_list a.new-companny {
position: relative;
}
.equipment_list a.new-companny::after {
background: #ff9d12;
color: #fff;
content: "NEW";
display: block;
height: 1.4em;
line-height: 1.4;
position: absolute;
right: -2px;
text-align: center;
top: 7px;
width: 5em;
z-index: 5;
}


@media screen and (max-width: 959px) {
    .equipment_list {
      flex-direction: column;
    }
  }
  @media screen and (min-width: 960px) {
    .equipment_list {
      justify-content: space-between;
    }
    .equipment_list a {
      width: 48%;
    }
  }


.details_table {
  border-collapse: collapse;
  margin: 1.75em 0 0;
}

.details_table th {
  background-color: #0E9D95;
  border-bottom: solid 2px #b2b2b2;
  border-top: solid 2px #b2b2b2;
  border-left: solid 2px #b2b2b2;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding-left: .6em;
  text-align: left;
  height: 2.5em;
  width: 8em;
}

.details_table td {
  border-right: solid 2px #b2b2b2;
  border-bottom: solid 2px #b2b2b2;
  border-top: solid 2px #b2b2b2;
  color: var(--bs-black);
  padding-left: 1em;
  height: 2.5em;
  width: 8em;
}

/* SEイメージセクション */
.detail_img_group {
  display: flex;
  padding: 1rem 0 3rem;
}
.detail_img_child {
  background-color: #fff;
  border: 2px solid #198F72;
  box-shadow: 5px 5px 0 #ccc;
  margin-right: 3rem;
  padding: 5px 20px 10px;
  /* position: relative;
  max-width: 450px;
  z-index: 1; */
}
/* .detail_img_txt {
  background-color: #fff;
  border: 2px solid #198F72;
  border-radius: 5px;
  color: #bc6800;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 10px;
  position: relative;
  top: -30px;
  left: -320px;
  max-height: 35px;
  z-index: 2;
}
.detail_img_txt p {
  margin: 0;
  width: 200px;
} */
.detail_img_comp {
  background-color: #fff;
  color: #198F72;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding-left: .3rem;
  text-align: right;
}

.detail_img_child a {
  text-decoration: none;
}
.detail_img_child a:hover {
  opacity: .8;
}
.detail_img_child img {
  max-width: 280px;
}

/* 目的別と同様の最適な事業者を紹介のフォーマット */
.container {
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px;
  max-width: 925px;
  }
  .link-row-head {
  background-color: #198F72;
  border: 1px solid #ddd;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0;
  text-align: center;
  }
  
  .link-row {
  align-items: center;
  background-color: #f6f6f6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  color: #25947A;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  }
  .link-row:nth-child(even) {
  background-color: #FFF3C0;
  }
  .link-row:nth-child(even):hover {
  background-color: #ffed9c;
  }
  .link-row:nth-child(odd):hover {
  background-color: #eeeeee;
  }
  @media (max-width: 600px) {
  .link-row {
    flex-direction: column;
  }
  .link-row-head {
    display: none;
  }
  }
  .card {
  background-color: #fff6d1;
  color: #333;
  margin: .2rem auto;
  width: 100%;
  }
  .card-inner {
  display: flex;
  padding: 1rem 0;
  }
  .cell_comp {
  align-items: center;
  border-right: 1px solid rgb(200, 200, 200);
  display: flex;
  font-size: 12.5px;
  justify-content: center;
  padding: 0 8px;
  width: 18%;
  }
  .cell_comp p {
  margin: 0;
  padding: 0 0 0 5px;
  }
  
  .cell_comp span {
  display: inline-block;
  padding: 0;
  }
  .cell_comp p a {
  color: #25947A;
  font-size: 14.5px;
  font-weight: bold;
  text-decoration: none;
  }
  
  .cell_comp p a:hover {
  color: #60b49f;
  text-decoration: underline;
  }
  
  .cell_comp:last-child {
  border-right: none;
  }
  
  @media (max-width: 600px) {
  .card-inner {
    flex-direction: column;
  }
  .cell_comp {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .cell_comp:last-child {
    border-bottom: none;
  }
  }
  .cell_feature {
  border-right: 1px solid rgb(200, 200, 200);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 8px;
  width: 24%;
  }
  
  .cell_feature div {
  border-radius: 5px;
  color: #bc6800;
  font-weight: bold;
  padding: 3px;
  display: inline-block;
  }
  
  .cell_comparison {
  border-right: 1px solid rgb(200, 200, 200);
  font-size: 13px;
  padding: 4px 8px;
  text-align: left;
  width: 43%;
  }
  
  .cell_comparison span {
  display: inline-block;
  font-size: 13px;
  text-align: left;
  width: 100%;
  }
  
  .cell_comparison span span {
  background-color: #fffbec;
  border: solid 1px #bc6800;
  border-radius: 2px;
  color: #bc6800;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  }

  .attention_strength {
    background-color: #255aa3;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 5px 0 0;
    padding: 2px 10px;
  }
  
  .cell_comparison_flex {
  display: flex;
  gap: 25px;
  }
  
  .cell_comparison_solvents {
  padding: 10px 0 0;
  }
  
  .cell_region {
  padding: 10px 0 0;
  }
  
  .cell_btn {
  border-right: 1px solid rgb(200, 200, 200);
  display: grid;
  gap: 10px;
  font-size: 12px;
  justify-content: space-between;
  padding: 10px 8px;
  text-align: center;
  width: 15%;
  }
  
  .cell_btn:last-child {
  border-right: none;
  }
  
  .cell_btn p {
  align-items: center;
  display: flex;
  margin: 0 auto;
  }
  
  .cell_btn p a {
  background-color: #25947A;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 25px;
  text-decoration: none;
  height: 25px;
  width: 120px;
  }
  
  .cell_btn p a:hover {
  background-color: #fff;
  border: solid 1px #25947A;
  box-sizing: border-box;
  color: #25947A;
  font-weight: normal;
  }
  
  .card-tags li a {
  background-color: #25947A;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin: 12px 0 0;
  padding: 2px 0;
  text-decoration: none;
  width: 150px;
  }
  
  .card-tags a:hover {
  background-color: #fff;
  border: solid 1px #25947A;
  border-radius: 10px;
  box-sizing: border-box;
  color: #25947A;
  }
  
  .cell_comp_head {
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 8px;
  width: 18%;
  }
  
  .cell_feature_head {
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 8px;
  width: 24%;
  }
  
  .cell_comparison_head {
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 8px;
  width: 43%;
  }
  
  .cell_btn_head {
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 8px;
  width: 15%;
  }

  .cell_btn_head:last-child {
    border: none;
  }  

  .figure {
    color: #454545;
    font-size: 14px;
  }


  /*solvent_list*/
/*-----------------------------------------------------------*/
.dl_solvent {
    margin: 1em 0 0;
  }
  .dl_solvent dt {
    color: var(--bs-black);
    /* color: #15bd15; */
    font-size: 1.1rem;
    margin-top: 1em;
  }
  .dl_solvent dd {
    line-height: 1.7;
  }
  .dl_solvent a {
    transition: 0s;
    color: var(--link-green);
    /* color: var(--bs-vividblue); */
    font-weight: bold;
  }
  .dl_solvent a:hover,
  .dl_solvent a:active {
    font-weight: bold;
    text-decoration: underline;
  }

  /* .btn_top a {
    border: solid 1px #15BD15;
    box-shadow: 3px 3px 3px #ccc;
    display: block;
    margin: 0 auto;
    padding: 0.4rem;
    width: 35%;
  } */
  
  /* .btn_top_text {
    color: #0C9D9D;
    font-weight: bold;
    text-align: center;
  } */
  
  /* .btn_text {
    color: #15BD15;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  } */
  
  /* .btn_text span {
    display: inline-block;
  } */



.solvent_list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}

.solvent_category {
  width: 30%;
}

.solvent_category_title {
  border-bottom: solid 3px #ccc;
  font-size: 15px;
  font-weight: bold;
  padding-left: 8px;
}

.solvent_category_title_second {
  padding: 44px 0 0 8px;
}

.solvent_category_link {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 8px;
  justify-content: space-between;
  padding: 15px 0 5px 5px;
}

.solvent_category_link a {
  text-decoration: none;
}
  
.solvent_category_link a:hover {
  color: #60b49f;
  text-decoration: underline;
}

.common_txt {
  font-size: 0.9rem;
  margin: 0 0 .5rem;
}
  
.common_solvent {
  color: rgb(255, 132, 0);
  font-size: 16px;
  padding-right: .3rem;
  vertical-align: middle;
}



/* 末尾 */
.copyright_bg {
  background-color: #f2f2f2;
}

.copyright_group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}

.copyright_text {
  font-size: 15px;
  margin: .5rem 0;
  width: 300px;
}

.copyright_text img {
  gap: 0 8px;
  margin: .5rem 0;
  max-width: 200px;
}

.poweredby_text:hover {
  opacity: .8;
}

.poweredby_text {
  display: flex;
}

/* footer end */


/* 目的から探す */
/*-----------------------------------------------------------*/
.purpose_bg {
  background-color: #EBFFEC;
  padding: 0 0 15px; 
}

.purpose {
  padding: 0 0 32px;
  max-width: 925px;
  display: block;
  margin: 0 auto;
}

.purpose_group_title {
  background-color: #46a48e;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin: 2rem 0 0;
  padding: .4rem 0;
  text-align: center;
}

.purpose_group_title img {
  display: inline-block;
  padding-left: .25rem;
  vertical-align: middle;
  max-width: 27px;
}

.footer_purpose_title {
  border-bottom: solid 2px #198F72;
  color: #4B4B4B;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 2rem 0 0;
  text-align: center;
  /* text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.25); */
}

.footer_purpose_btn_group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  max-width: 925px;
}

.footer_purpose_btn {
  align-items: center;
  background-color: #fff;
  border: solid 1px #198F72;
  display: flex;
  gap: 0 12px;
  margin: 8px;
  text-decoration: none;
  height: 80px;
  width: 289px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.footer_purpose_btn:hover {
  background-color: #ffec9f;
  box-shadow: 1px 1px #25947A, 1px -1px #25947A, -1px 1px #25947A, -1px -1px #25947A;
}

.footer_purpose_btn img {
  padding-left: 12px;
}

.footer_purpose_btn span {
  color: #285943;
  font-size: 15px;
  font-weight: bold;
}

.footer_purpose_btn span:last-child {
  color: #4B4B4B;
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.footer_purpose_btn_group_second {
  background-color: #fff;
  border: solid 1px #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  max-width: 905px;
}

/* 目的別小さいテキストリンク */
.footer_purpose_btn_small {
  align-items: center;
  display: flex;
  gap: 0 12px;
  justify-content: center;
  margin: 6px 0;
  text-decoration: none;
  height: 20px;
  width: 289px;
}

.footer_purpose_btn_small:hover {
  color: #285943;
  text-decoration: underline;
}

.footer_purpose_btn_small span {
  color: #285943;
  font-size: 14px;
}


/* SE情報の盛り込みに伴う一覧の変更 */
.company_list_section {
  background-color: #fffdf5;
  padding: 2.5rem 0 0;
}
.link-row-head_se {
  display: grid;
  grid-template-columns: 1.5fr 4fr 1fr;
}
.cell_comp_head_se {
  grid-column: 1;
  width: auto!important;
}
.cell_comparison_head_se {
  grid-column: 2;
  width: auto!important;
}
.cell_btn_head_se {
  grid-column: 3;
  width: auto!important;
}
.card_se {
  background-color: #fff;
  border: solid 1px #DCDCDC;
  margin: 0 0 3rem;
}
.card_inner_se {
  display: grid;
  grid-template-columns: 1.5fr 4fr 1fr;
}
.cell_comp_se {
  grid-column: 1;
  width: auto!important;
}
.cell_comparison_se {
  grid-column: 2;
  width: auto!important;
}
.cell_btn_se {
  grid-column: 3;
  width: auto!important;
}
.card_img_link {
  padding: 0;
  text-decoration: none;
}
.card_img {
  padding: 0 0 .5rem 0!important;
  text-align: center;
  width: 100%;
}
.card_img img {
  display: inline-block;
  max-width: 110px;
  width: 100%;
}
.card_compname {
  /* background-color: #fff6d1; */
  color: #25947A;
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0!important;
}
.card_keitai_souchi {
  background-color: #FFEFAE;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  color: #4d4d4d;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  padding: 0 3px!important;
}
.card_keitai_itaku {
  background-color: #ffcfbd;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  color: #4d4d4d;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  padding: 0 3px!important;
}
.cell_solvents_title {
  background-color: #787878;
  color: #fff;
  font-weight: bold;
  margin: 0 0 .5rem 0!important;
  padding: 2px 0 2px 6px;
}
.cell_solvents_txt {
  font-size: 0.8rem;
  margin: 0!important;
  padding: 0 6px;
}
.cell_solvents_other {
  display: block;
  margin-top: .2rem!important;
  text-align: right!important;
}
.cell_solvents_other a {
  display: inline-block;
  margin-left: auto;
}
.cell_tag_group {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px 0 0;
}
.cell_tag {
  background-color: #D4EDE7;
  color: #474747;
  margin: 5px;
  padding: 3px 5px;
}
/* SE追記部分 */
.card_detail {
  border-top: solid 1px #DCDCDC;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem .5rem;
}
.card_detail_child {
  width: 46%;
}
.detail_child_title {
  border-left: solid 4px #474747;
  display: inline-block;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  padding: 2px 0 2px 5px;
}
.detail_child_txt {
  font-size: 0.85rem;
  margin-bottom: 0.25rem!important;
}
.detail_child_txt span {
  text-decoration: underline 5px #D4EDE7;
  font-weight: bold;
  text-underline-offset: -1px;
}
.detail_clild_img {
  text-align: left;
}
.detail_clild_img a img:first-child {
  display: inline-block;
  margin-top: 0.25rem;
  
  max-width: 100%;
}

.zoom {
  width: 44px;
}




/* -------分岐式トップ（溶剤のカテゴリ）--------- */
.type_btn_group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 1rem 0 2rem;
  width: 100%;
}

.type_btn {
  background-color: #fff;
  border: solid 1px #198F72;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  padding: 1rem 1rem .5rem;
  position: relative;
  width: 30%;
}

.type_btn::after {
  background-color: #198F72;
  color: white;
  content: "➡";
  font-size: .9rem;
  font-weight: bold;
  padding: 0 .25rem;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.type_btn:hover {
  background-color: #eef7f0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .type_btn {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .type_btn {
    width: 90%;
  }
}

.type_btn_name {
  color: #198F72;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 ;
}

.type_btn:hover .type_btn_name {
  color: #60b49f;
}

.type_btn_about {
  color: #878787;
  margin: 0;
}

.solvents_table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}

.solvents_table tbody tr th {
  border: solid 1px #d4d4d4;
  text-align: left;
}

.solvents_table a {
  display: inline-block;
  padding: .5rem 3rem .5rem 1rem;
  width: 100%;
}

.solvents_table p {
  display: inline-block;
  margin: 0;
  padding: .5rem 3rem .5rem 1rem;
  width: 100%;
}

.solvents_table a:hover {
  background-color: #eef7f0;
  text-decoration: underline;
}