@charset "utf-8";

.container {
  margin-top: 1rem;
}

.link-row-head {
  background-color: #7a7a7a;
  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;
}

.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;
}  

.card {
  background-color: #fff;
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1),-2px -2px 2px rgba(0, 0, 0, 0.1); */
  border: solid 1px #ccc;
  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 p a {
  color: #BF783A;
  font-size: 14.5px;
  font-weight: bold;
  text-decoration: none;
}

.cell_comp p a:hover {
  color: var(--link-bright-brown);
  text-decoration: underline;
}

.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: #525252;
  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 {
  border: solid 1px var(--fc-gray);
  border-radius: 2px;
  color: var(--fc-gray);
  display: inline;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}

.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: #BF783A;
  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: var(--link-bright-brown);
}
/* end card_with_btn */

.box_solution_title {
  align-items: center;
  background-color: #BF783A;
  border-radius: 15px 15px 0 0;
  color: #FFF;
  display: flex;
  padding: 8px 0;
  line-height: 20px;
  height: 60px;
}

.box_solution_title strong {
  font-size: 20px;
}

.solution_title_new {
  background-color: #fff;
  border-radius: 0;
  color: #555555;
  padding: 0;
  position: absolute;
  top: -20px;
  height: 40px;
}

.figure {
  color: #454545;
  font-size: 14px;
}

/* h1 */
h1 {
  font-weight: bold;
  background-color: var(--link-bright-brown);
  /* color: #646464; */
  color: white;
  line-height: 50px;
  overflow: hidden;
  margin: 60px 0 20px;
  position: relative;
  padding: 0.5em 1.5em calc(0.5em - 6px);
  max-width: 925px;
}

h1::before {
  content: "";
  position: absolute;
  bottom: 3px; /* 下端から10px上に白い線を設定 */
  left: 0;
  width: 100%;
  height: 2px; /* 白い線の高さを設定 */
  background-color: #fff;
}

h1::after {
  content: '';
  background-color: var(--link-brown);
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}

.example_card img {
  width: auto;
  height: 72px;
}
.example_card strong {
  color: #BF783A;
  font-size: 22px;
}

.example_title {
  display: flex;
}

.example_tag_group {
  display: flex;
  margin: 5px 5px 5px 0;
}

.example_tag {
  background-color: #BF783A;
  color: #fff;
  margin: 5px;
  padding: 3px 5px;
}

.example_result {
  margin: 0;
  padding: 0 5px;
}

.example_result span {
  text-decoration: underline 5px #FFEC9F;
}

.example_bold {
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0 5px;
}

.example_text {
  margin: 0 0 20px 0;
  padding: 0 5px;
}

.example_btn {
  text-align: right;
  margin: 5px 10px 0 0;
}

.example_btn span {
  background-color: #BF783A;
  border-radius: 24px;
  border: solid 1px #BF783A;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 1px 0;
  text-align: center;
  min-width: 150px;
}

.example_bg:hover .example_btn span {
  background-color: #fff;
  border: solid 1px #BF783A;
  box-sizing: border-box;
  color: #BF783A;
  font-weight: bold;
  padding: 1px 0;
}


/* 目的別下のQ＆A */
.qa_btn {
  text-align: center;
  margin: 5px 10px 0 0;
}

.qa_btn a {
  background-color: #BF783A;
  border-radius: 24px;
  border: solid 1px #BF783A;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  min-width: 200px;
}

.qa_btn a:hover {
  background-color: #fff;
  color: #BF783A;
}



/* ------------------------------------------------------------------ */
/*地域から探す *//* region.html */
.box_map {
  display: flex;
  justify-content: space-between;
}
.image-map {
  padding: 0 0 7rem 0;
}
#imagemap_jpn {
  background: transparent url(../../../img/oil/purpose/map.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 19.6rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 30rem;
}
#imagemap_jpn.newmap {
  background: transparent url(../../../img/oil/purpose/map.png) 0 0 no-repeat;
  height: 27rem;
}
#imagemap_jpn li {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
}
#imagemap_jpn label {
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px var(--link-bright-brown) inset, -1px -1px var(--link-bright-brown) inset,
    1px -1px var(--link-bright-brown) inset, -1px 1px var(--link-bright-brown) inset;
  border-radius: 100%;
  display: flex;
  font-size: 1.4rem;
  height: 3.5em;
  justify-content: center;
  padding: .5em;
  width: 3.5em;
}
#imagemap_jpn span {
  line-height: 1.2;
  text-align: center;
  z-index: 10;
}
#hokkaido {
  right: 8rem;
  top: 0;
}
#touhoku {
  right: 1rem;
  top: 5rem;
}
#kanto {
  bottom: 0;
  right: 3rem;
}
#chubu {
  left: 13rem;
  top: 6rem;
}
#kansai {
  bottom: -2rem;
  left: 12rem;
}
#chugoku {
  left: 4rem;
  top: 6rem;
}
#shikoku {
  bottom: -2rem;
  left: 6rem;
}
#kyushu {
  bottom: -5rem;
  left: 0;
}
#hokkaido_touhoku {
  right: 3rem;
  top: 7rem;
}
.newmap #kanto {
  bottom: 4rem;
  right: 6rem;
}
.newmap #chubu {
  left: 6rem;
  top: 8rem;
}
.newmap #kansai {
  bottom: 1rem;
  left: 11rem;
}
#chu_shikoku {
  left: 0;
  top: 12rem;
}
#kyushu_okinawa {
  bottom: -2rem;
  left: 5rem;
}
.box_tc_list {
  padding-bottom: 2rem;
  width: 55rem;
}
.test_equipment > li {
  display: flex;
}
.test_equipment strong {
  min-width: 11em;
  width: 30%;
}
.list_test-items {
  display: flex;
  flex-wrap: wrap;
}
.list_test-items li {
  width: 50%;
}
.txtlink_comp a {
  margin-right: 1em;
}

@media screen and (min-width: 770px) and (max-width: 959px) {
.tab_non {
  display: none;
}
}
@media screen and (max-width: 959px) {
.tbl_corner,
.tbl_corner tbody,
.tbl_corner tr,
.tbl_corner td {
  display: block;
}
.tbl_corner tr {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.tbl_corner tr:first-of-type {
  display: none;
}
.tbl_corner td {
  border: none;
}
.tbl_corner tr td {
  line-height: 2;
}
.tbl_corner tr td a {
  margin: 1em 0;
}
.tbl_corner tr td::before {
  display: block;
  font-weight: 700;
}
.tbl_corner tr td:first-of-type br {
  display: none;
}
.tbl_corner_emc tr td:first-of-type::before {
  content: "評価項目";
}
.tbl_corner_emc tr td:nth-of-type(2)::before {
  content: "国際規格";
}
.tbl_corner_emc tr td:nth-of-type(3)::before {
  content: "欧州規格";
}
.tbl_corner_emc tr td:nth-of-type(4)::before {
  content: "北米規格";
}
.tbl_corner_emc tr td:nth-of-type(5)::before {
  content: "日本規格";
}
.tbl_corner tr td:last-of-type::before {
  content: "対応企業";
}
.tbl_corner_aec tr td:first-of-type::before {
  content: "試験項目";
}
.tbl_corner_aec tr td:nth-of-type(2)::before {
  content: "参照規格";
}
.tbl_corner_iso tr td:first-of-type::before {
  content: "試験項目";
}
}


.tc_list {
  border: 1px solid #3a89d8;
  margin-bottom: 1px;
}

.tc_list label {
  background: #3a89d8;
  color: #fff;
  display: block;
  padding: .25em .5em;
}

.accordion {
  display: none;
}



.display {
  display: flex;
  margin-bottom: 30px;
}

.select_group {
  background-color: #BF783A;
  width: 470px;
}

.select {
 color: #fff;
 display: block;
 font-size: 18px;
 padding: 5px;
}

.map {
  display: block;
  width: 350px;
}

.select-top {
  background-color: #EBFFEF;
  color: #BF783A;
  font-size: 18px;
  padding: 5px;

}

/* region.html *//*ここまで地域から探す */
/* ------------------------------------------------------------------ */


/* Q&A */
/* ------------------------------------------------------------------ */

dl dd a {
  color: #BF783A;
}

dl dd a:hover {
  color: #60b49f;
}

.q_navi ul {
  border: solid 2px #BF783A;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 1rem 2rem .8rem;
  margin: .5rem auto;
  width: 92%;
  height: auto;
}
.q_navi ul li {
  margin: .5rem 0;
  padding: 0 1rem;
  position: relative;
}
.q_navi ul li a {
  color: #BF783A;
}
.q_navi ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
} 
.q_navi ul li::before {
  background: #BF783A;
  content: "";
  display: block;
  height: .6rem;
  left: 0;
  line-height: 0;
  width: .6rem;
  position: absolute;
  top: .4em;
}

/*common*/
/*-----------------------------------------------------------*/
#question dl {
  padding: 0 1rem;
  line-height: 1.6;
}
#question dl dt {
  border-top: 1px solid #FFEC9F;
  color: #BF783A;
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 1rem;
}
#question dl dt:first-of-type {
  border-top: none;
}
#question dl dd {
  margin: .5rem 0 1rem 2rem;
}

.space {
  margin: 70px 0;
}

/* region.html */
.map {
  margin: 0 auto;
  width: 925px;
}

@media screen and (min-width: 770px) {
.box_map {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 2.5rem;
}
.image-map {
  padding: 2rem 2rem 7rem 2rem;
}
#imagemap_jpn li {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
}
#imagemap_jpn label {
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px var(--link-bright-brown) inset, -1px -1px var(--link-bright-brown) inset,
    1px -1px var(--link-bright-brown) inset, -1px 1px var(--link-bright-brown) inset;
  border-radius: 100%;
  display: flex;
  font-size: 1.1rem;
  height: 4em;
  justify-content: center;
  padding: .5em;
  width: 4em;
}
#imagemap_jpn span {
  line-height: 1.2;
  text-align: center;
  z-index: 10;
}

#hokkaido_touhoku {
  right: -1rem;
  top: 4.5rem;
}
.newmap #kanto {
  bottom: 2rem;
  right: 1rem;
}
.newmap #chubu {
  left: 4.5rem;
  top: 5rem;
}
.newmap #kansai {
  bottom: -0.5rem;
  left: 5rem;
}
#chu_shikoku {
  left: 0;
  top: 8rem;
}
#kyushu_okinawa {
  bottom: -3rem;
  left: -1rem;
}
}  
.box_tc_list {
  padding-bottom: 2rem;
  width: 55rem;
}
.tc_list {
border: 1px solid #BF783A;
margin-bottom: 1px;
}

.region_cover {
color: #333;
font-size: 1rem;
margin: 20px 0 0;
}

.region_place {
font-size: 14px;
margin: 0;
}

.region_btn {
display: flex;
margin: 5px 0;
}

.tc_list label {
background: #BF783A;
color: #fff;
display: block;
padding: .25em .5em;
}
input:checked ~ label {
  background: #ecf6ff;
  color: #BF783A;
}
.accordion {
display: none;
}
.accordion,
.accordion > dd {
margin: 0;
}
.accordion dl dt {
text-indent: 2rem;
}
.accordion dl dt {
margin-top: 0;
}
.icon_triangle {
cursor: pointer;
display: block;
text-decoration: none;
position: relative;
}

.icon_triangle::after {
box-sizing: border-box;
content: "";
position: absolute;
border-bottom: .6em solid transparent;
border-left: .8em solid #fff;
border-top: .6em solid transparent;
height: 0;
margin: -.6em 0 0 0;
right: 1em;
top: 50%;
width: 0;
}

input:checked  ~ label .icon_triangle::after {
border-left-color: #BF783A;
transform: rotate(90deg);
}
.box_tc {
max-height: 0;
min-height: 0;
overflow: hidden;
transition: all 0.2s;
}

input:checked ~ .box_tc {
max-height: 500rem;
min-height: 5rem;
opacity: 1;
overflow: initial;
}
.box_tc_list {
  padding: 2rem 0 2rem 3rem;
  width: 55rem;
}
.messege_looking-for {
color: #666;
margin: .25em .5em;
}
.list_tc {
padding: 1rem;
}

@media screen and (min-width: 770px) {
#imagemap_jpn {
  background: transparent url(../../../img/oil/purpose/map.png) 0 0 no-repeat;
  background-size: cover;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 240px;
}
#imagemap_jpn.newmap {
  background: transparent url(../../../img/oil/purpose/map.png) 0 0 no-repeat;
  background-size: cover;
  height: 270px;
}
}

@media screen and (max-width: 769px) {
.image-map {
  display: none;
}
}
@media screen and (min-width: 960px) {

.list_tc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_tc:not(.info_tc_only) {
  width: 48%;
}
.info_tc.info_tc_only {
  width: 100%;
}
.info_tc:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}
.info_tc:not(.info_tc_only) {
  width: 100%;
}
.info_tc.info_tc_only {
  width: 100%;
}
.info_tc:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
}
}
.info_tc,
[class^="info_tc"] {
display: block;
}
.info_tc_link {
color: #BF783A;
font-weight: 700;
}
.info_tc_link {
padding-right: 15px;
}
.info_tc_link:hover {
  opacity: .8;
}
.info_tc_img {
float: left;
margin-right: 2rem;
overflow: hidden;
width: 10rem;
}
.info_tc_img img {
max-width: 100%;
}
.info_tc_comp {
color: #666;
font-size: 1.4rem;
word-break: break-all;
}
.info_tc_comp::after {
clear: both;
content: "";
display: block;
}
.info_tc_fact {
list-style: none;
margin-left: 0;
padding: 0;
}
.info_tc_mark {
padding: 0;
}
.info_tc_mark li {
background-color: #BF783A;
border-radius: 20px;
color: #fff;
display: inline-block;
font-size: .95rem;
margin-top: 5px;
padding: .1em 1em;
}



/* env */
.space_top {
  margin-top: 40px;
}



/* 参加企業一覧ページ */
.company_list_title {
  background-color: #BF783A!important;
  color: #fff!important;
  font-size: 27px!important;
  font-weight: bold!important;
  margin: 0!important;
  padding: .3rem 0!important;
  text-align: center!important;
}
.company_list_title::after {
  display: none;
}
#list-company.company_list {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  width: 100%;
}
#list-company.company_list p {
  font-size: .95rem;
  margin: 0;
}
#list-company.company_list a {
  color: #BF783A;
  text-decoration: none;
}
#list-company.company_list a:hover {
  color: #BF783A;
  text-decoration: underline;
}
.company_list_comment {
  margin: 2rem 0 4rem;
  padding-left: 40px;
}
@media screen and (min-width: 770px) {
  #list-company.company_list {
    flex-wrap: wrap;
    gap: 1em 2em;
  }
  #list-company.company_list li {
    width: calc((100% - 4em) / 3);
  }
  #list-company.company_list span {
    display: flex;
    align-items: center;
    height: 4rem;
  }
  #list-company.company_list li a:hover {
    opacity: .8;
  }
  #list-company.company_list img {
    display: block;
    height: auto;
    max-width: 220px;
  }
}

.zoom {
  width: 44px;
}

.box_new {
  border: solid 1px #ccc;
  margin-bottom: 0;
  padding: 1.3rem;
  position: relative;
}

.list_new {
  display: flex;
  font-size: 0.85rem;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

.list_new li img {
  display: inline-block;
  padding-right: .2rem;
  vertical-align: middle;
  height: auto;
  width: 20px;
}

/* 油種一覧 */
.oil_list {
  display: flex;
  gap: 3rem;
  padding: 20px 0 0;
}

.oil_category {
  width: 30%;
}

.oil_category_title {
  border-bottom: solid 3px #ccc;
  font-size: 15px;
  font-weight: bold;
  padding-left: 8px;
}

.oil_category_title_second {
  padding: 44px 0 0 8px;
}

.oil_category_link {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 8px;
  justify-content: space-between;
  padding: 15px 0 5px 5px;
}

.oil_category_link a {
  color: var(--link-brown);
  text-decoration: none;
}
  
.oil_category_link a:hover {
  color: var(--link-bright-brown);
  text-decoration: underline;
}