#l-technology .l-headline__primary .cont ._ttl .__ib {
  display: inline-block;
}
#l-technology .l-headline__medium .cont ._ttl .__ib {
  display: inline-block;
}

.p-adv_technology {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-adv_technology {
    margin-bottom: 40px;
  }
}
.p-adv_technology__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-adv_technology__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 860px) {
  .p-adv_technology__list {
    justify-content: space-between;
  }
}
.p-adv_technology__list > li {
  width: 384px;
  background: #f8fbfb;
}
@media screen and (max-width: 900px) {
  .p-adv_technology__list > li {
    width: 48.5%;
    max-width: 384px;
  }
}
@media screen and (max-width: 645px) {
  .p-adv_technology__list > li {
    width: 100%;
    margin: 0 auto;
    max-width: 438px;
  }
}
@media screen and (max-width: 900px) {
  .p-adv_technology__list > li:nth-child(n+3) {
    margin-top: calc( 3.922vw + 4.706px );
  }
}
@media screen and (max-width: 645px) {
  .p-adv_technology__list > li:not(:first-child) {
    margin-top: calc( 3.077vw + 10.154px );
  }
}
@media screen and (max-width: 320px) {
  .p-adv_technology__list > li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-adv_technology__list > li:last-child {
    margin-right: 50%;
  }
}
@media screen and (max-width: 860px) {
  .p-adv_technology__list > li:last-child {
    margin-right: auto;
  }
}
.p-adv_technology__item {
  width: 100%;
}
.p-adv_technology__item .top_menu {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .p-adv_technology__item .top_menu {
    margin-bottom: calc( 1.034vw + 18.69px );
  }
}
@media screen and (max-width: 320px) {
  .p-adv_technology__item .top_menu {
    margin-bottom: 22px;
  }
}
.p-adv_technology__item .cont {
  width: 100%;
  padding: 0 25px 30px;
}
@media screen and (max-width: 900px) {
  .p-adv_technology__item .cont {
    padding: 0 calc( 0.862vw + 17.241px ) calc( 1.724vw + 14.483px );
  }
}
@media screen and (max-width: 320px) {
  .p-adv_technology__item .cont {
    padding: 0 20px 20px;
  }
}
.p-adv_technology__item .cont p {
  font-size: 15px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.8;
}
.p-adv_technology__link {
  width: 100%;
  display: block;
  color: #26346e;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.p-adv_technology__link:hover {
  color: #eb2e3b;
}
.p-adv_technology__link .block {
  padding: 0 25px;
}
@media screen and (max-width: 900px) {
  .p-adv_technology__link .block {
    padding: 0 calc( 0.862vw + 17.241px );
  }
}
@media screen and (max-width: 320px) {
  .p-adv_technology__link .block {
    padding: 0 20px;
  }
}
.p-adv_technology__link .block ._cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
  font-size: 17px;
  /*max-height: 100%;*/
  margin-top: -3.485px;
  margin-bottom: -3.485px;
  line-height: 1.41;
  border-bottom: 1px solid #d5deee;
}
.p-adv_technology__link .block ._cont b {
  display: block;
  position: relative;
  padding-left: 16px;
}
.p-adv_technology__link .block ._cont b::before {
  content: '\f105';
  position: absolute;
  top: 3px;
  left: 2px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 900;
  color: #f15a5f;
}
.p-adv_technology__photo {
  display: block;
  width: 100%;
  overflow: hidden;
}
.p-adv_technology__photo img {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.p-adv_technology__link:hover .p-adv_technology__photo img {
  transform: scale(1.05);
}
.p-adv_technology__link_list {
  width: 100%;
  padding: 0 2px;
}
.p-adv_technology__link_list > li {
  width: 100%;
  border-bottom: 1px dotted #d5deee;
}
.p-adv_technology__sub_link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 3px 12px 16px;
  color: #26346e;
  transition: 0.3s ease-in-out;
  position: relative;
}
.p-adv_technology__link_list li:first-child .p-adv_technology__sub_link {
  padding-top: 0;
}
.p-adv_technology__sub_link:hover {
  color: #eb2e3b;
}
.p-adv_technology__sub_link::before {
  content: '\f0da';
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 2px;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 900;
  color: #f15a5f;
}
.p-adv_technology__link_list li:first-child .p-adv_technology__sub_link::before {
  top: 1px;
}

.p-technology_pellet {
  width: 100%;
}

.p-technology_pellet_history {
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_history {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-technology_pellet_history {
    margin-bottom: 40px;
  }
}
.p-technology_pellet_history__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_history__text {
    margin-bottom: calc( 1.034vw + 20.69px );
  }
}
@media screen and (max-width: 320px) {
  .p-technology_pellet_history__text {
    margin-bottom: 24px;
  }
}
.p-technology_pellet_history__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .p-technology_pellet_history__list {
    flex-wrap: wrap;
    max-width: 290px;
    margin: 0 auto;
  }
}
.p-technology_pellet_history__list li {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_history__list li {
    width: 31.6%;
    max-width: 284px;
  }
}
@media screen and (max-width: 479px) {
  .p-technology_pellet_history__list li {
    width: 47.6%;
    max-width: 290px;
  }
}
@media screen and (max-width: 479px) {
  .p-technology_pellet_history__list li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-technology_pellet_history__figure {
  width: 100%;
  display: block;
}
.p-technology_pellet_history__figure .cont {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .p-technology_pellet_history__figure .cont {
    margin-bottom: 10px;
  }
}
.p-technology_pellet_history__figure .ttl {
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-technology_pellet_history__figure .ttl {
    font-size: 13px;
  }
}

.p-technology_pellet_handling {
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_handling {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-technology_pellet_handling {
    margin-bottom: 40px;
  }
}
.p-technology_pellet_handling__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-technology_pellet_handling__list {
    display: block;
  }
}
.p-technology_pellet_handling__list li {
  width: 428px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_handling__list li {
    width: 48.5%;
    max-width: 428px;
  }
}
@media screen and (max-width: 640px) {
  .p-technology_pellet_handling__list li {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .p-technology_pellet_handling__list li:first-child {
    margin-bottom: 10px;
  }
}
.p-technology_pellet_handling__figure {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-technology_pellet_handling__figure .cont {
  width: 204px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_handling__figure .cont {
    width: 47.6%;
    max-width: 204px;
  }
}
.p-technology_pellet_handling__figure .cont:first-child ._ttl {
  background: #848484;
}
.p-technology_pellet_handling__figure .cont:last-child ._ttl {
  background: #2850aa;
}
.p-technology_pellet_handling__figure .cont ._ttl {
  width: 100%;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.p-technology_pellet_chara {
  width: 100%;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_chara {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-technology_pellet_chara {
    margin-bottom: 40px;
  }
}
.p-technology_pellet_chara__list {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .p-technology_pellet_chara__list {
    padding: calc( 1.724vw + 14.483px ) calc( 3.793vw + -4.138px );
  }
}
@media screen and (max-width: 320px) {
  .p-technology_pellet_chara__list {
    padding: 20px 8px;
  }
}
.p-technology_pellet_chara__list li {
  position: relative;
  font-size: 16px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
  padding-left: 1em;
}
.p-technology_pellet_chara__list li:not(:first-child) {
  margin-top: 18px;
}
.p-technology_pellet_chara__list li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -5px;
  display: inline-block;
  color: #1f1f1f;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-toning_technology {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .p-toning_technology {
    margin-bottom: calc( 3.793vw + 29.862px );
  }
}
@media screen and (max-width: 640px) {
  .p-toning_technology {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .p-toning_technology {
    margin-bottom: 42px;
  }
}
.p-toning_technology li {
  width: 438px;
  height: 128px;
}
@media screen and (max-width: 900px) {
  .p-toning_technology li {
    width: 48.5%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .p-toning_technology li {
    width: 100%;
    max-width: 438px;
    margin: 0 auto;
  }
}
.p-toning_technology li:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .p-toning_technology li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-toning_technology__link {
  width: 100%;
  display: block;
  background: #f8fbfb;
}
.p-toning_technology__card {
  width: 100%;
  display: flex;
}
.p-toning_technology__card .ttl {
  order: 2;
  margin-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-toning_technology__card .ttl {
    width: 50%;
    margin-left: calc( 1.552vw + 10.034px );
  }
}
@media screen and (max-width: 320px) {
  .p-toning_technology__card .ttl {
    margin-left: 15px;
  }
}
.p-toning_technology__card .ttl ._text {
  font-weight: 500;
  color: #26346e;
  position: relative;
  padding: 0 0.9em 0 0.8em;
  transition: color 0.3s ease-in-out;
  /*max-height: 100%;*/
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-toning_technology__card .ttl ._text {
    /*max-height: 100%;*/
    margin-top: -3.75px;
    margin-bottom: -3.75px;
    line-height: 1.5;
  }
}
.p-toning_technology__link:hover .p-toning_technology__card .ttl ._text {
  color: #eb2e3b;
}
.p-toning_technology__card .ttl ._text::before {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 900;
  color: #f15a5f;
}
@media screen and (max-width: 900px) {
  .p-toning_technology__card .ttl ._text::before {
    top: 0;
  }
}
.p-toning_technology__card .ttl ._text .__ib {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-toning_technology__card .ttl ._text .__ib {
    display: inline;
  }
}
.p-toning_technology__card .cont {
  width: 170px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-toning_technology__card .cont {
    width: 44.1%;
    max-width: 170px;
    min-width: 128px;
  }
}
.p-toning_technology__card .cont ._photo {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.p-toning_technology__link:hover .p-toning_technology__card .cont ._photo {
  transform: scale(1.05);
}

.p-toning_service {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .p-toning_service {
    margin-bottom: calc( 3.793vw + 29.862px );
  }
}
@media screen and (max-width: 320px) {
  .p-toning_service {
    margin-bottom: 42px;
  }
}
.p-toning_service__catch {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-toning_service__catch {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service__catch {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .p-toning_service__catch {
    margin-bottom: 40px;
  }
}
.p-toning_service__catch .text {
  width: 450px;
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-toning_service__catch .text {
    width: 50%;
    /*max-height: 100%;*/
    margin-top: -7.5px;
    margin-bottom: -7.5px;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service__catch .text {
    width: 100%;
    /*max-height: 100%;*/
    margin-top: -7.5px;
    margin-bottom: 12.5px;
    line-height: 2;
  }
}
.p-toning_service__catch .photo {
  width: 420px;
}
@media screen and (max-width: 900px) {
  .p-toning_service__catch .photo {
    width: 46.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service__catch .photo {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

.p-toning_service_car {
  width: 100%;
}
.p-toning_service_car__cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .p-toning_service_car__cont {
    display: block;
    overflow: hidden;
  }
}
.p-toning_service_car__cont .photo {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .p-toning_service_car__cont .photo {
    width: 31.6%;
  }
}
@media screen and (max-width: 540px) {
  .p-toning_service_car__cont .photo {
    width: 40%;
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_car__cont .photo {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 15px;
    float: none;
  }
}
.p-toning_service_car__cont .text {
  width: 590px;
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-toning_service_car__cont .text {
    width: 65.6%;
    /*max-height: 100%;*/
    margin-top: -7.5px;
    margin-bottom: -7.5px;
    line-height: 2;
  }
}
@media screen and (max-width: 540px) {
  .p-toning_service_car__cont .text {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_car__cont .text {
    width: 100%;
  }
}

.p-toning_service_cosmetics {
  width: 100%;
  margin-bottom: 40px;
}
.p-toning_service_cosmetics__cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .p-toning_service_cosmetics__cont {
    display: block;
    overflow: hidden;
  }
}
.p-toning_service_cosmetics__cont .photo {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .p-toning_service_cosmetics__cont .photo {
    width: 31.6%;
  }
}
@media screen and (max-width: 540px) {
  .p-toning_service_cosmetics__cont .photo {
    width: 40%;
    float: left;
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_cosmetics__cont .photo {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 15px;
    float: none;
  }
}
.p-toning_service_cosmetics__cont .text {
  width: 590px;
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: -8px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-toning_service_cosmetics__cont .text {
    width: 65.6%;
    /*max-height: 100%;*/
    margin-top: -7.5px;
    margin-bottom: -7.5px;
    line-height: 2;
  }
}
@media screen and (max-width: 540px) {
  .p-toning_service_cosmetics__cont .text {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_cosmetics__cont .text {
    width: 100%;
  }
}

.p-toning_service_ability {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 24px 25px 30px 25px;
}
@media screen and (max-width: 900px) {
  .p-toning_service_ability {
    padding: calc( 0.69vw + 17.793px ) calc( 1.724vw + 9.483px ) calc( 0.345vw + 26.897px ) calc( 1.724vw + 9.483px );
  }
}
@media screen and (max-width: 320px) {
  .p-toning_service_ability {
    padding: 20px 15px 28px 15px;
  }
}

.p-toning_service_examples {
  width: 100%;
}
.p-toning_service_examples__cont {
  width: 100%;
}
.p-toning_service_examples__cont .text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 7px;
  line-height: 2;
}
.p-toning_service_examples__cont .other_text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 12px;
  line-height: 2;
}
.p-toning_service_examples__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-toning_service_examples__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_examples__list {
    display: block;
  }
}
.p-toning_service_examples__list li {
  width: 268px;
}
@media screen and (max-width: 900px) {
  .p-toning_service_examples__list li {
    width: 31.6%;
    max-width: 268px;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service_examples__list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_examples__list li {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service_examples__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_examples__list li:not(:first-child) {
    margin-top: 16px;
  }
}
.p-toning_service_examples__figure {
  width: 100%;
  display: block;
}
.p-toning_service_examples__figure .ttl {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  background: #869dcf;
  color: #ffffff;
}
.p-toning_service_examples__figure .cont {
  max-width: 100%;
  display: block;
}

.p-toning_service_upgrade {
  width: 100%;
}
.p-toning_service_upgrade__cont {
  width: 100%;
}
.p-toning_service_upgrade__cont .text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 22px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-toning_service_upgrade__cont .text {
    /*max-height: 100%;*/
    margin-top: -8px;
    margin-bottom: 17px;
    line-height: 2;
  }
}
.p-toning_service_upgrade__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-toning_service_upgrade__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_upgrade__list {
    display: block;
  }
}
.p-toning_service_upgrade__list li {
  width: 268px;
}
@media screen and (max-width: 900px) {
  .p-toning_service_upgrade__list li {
    width: 31.6%;
    max-width: 268px;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service_upgrade__list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_upgrade__list li {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-toning_service_upgrade__list li:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 400px) {
  .p-toning_service_upgrade__list li:not(:first-child) {
    margin-top: 16px;
  }
}
.p-toning_service_upgrade__figure {
  width: 100%;
  display: block;
}
.p-toning_service_upgrade__figure .ttl {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  background: #869dcf;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .p-toning_service_upgrade__figure .ttl {
    font-size: 13px;
  }
}
.p-toning_service_upgrade__figure .cont {
  max-width: 100%;
  display: block;
}

.p-color_coordination {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination {
    margin-bottom: calc( 3.793vw + 29.862px );
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination {
    margin-bottom: 42px;
  }
}
.p-color_coordination__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d5deee;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__description {
    padding-bottom: calc( 1.724vw + 24.483px );
    margin-bottom: calc( 0.69vw + 17.793px );
  }
}
@media screen and (max-width: 600px) {
  .p-color_coordination__description {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination__description {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.p-color_coordination__description .text {
  width: 450px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__description .text {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .p-color_coordination__description .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-color_coordination__description .figure {
  display: block;
  width: 420px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__description .figure {
    width: 46.7%;
  }
}
@media screen and (max-width: 600px) {
  .p-color_coordination__description .figure {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}
.p-color_coordination__description .figure ._photo {
  display: block;
  max-width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__description .figure ._photo {
    margin-bottom: calc( 0.69vw + 7.793px );
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination__description .figure ._photo {
    margin-bottom: 10px;
  }
}
.p-color_coordination__description .figure ._cap {
  text-align: center;
  /*max-height: 100%;*/
  margin-top: -3.01px;
  margin-bottom: -3.01px;
  line-height: 1.43;
}
.p-color_coordination__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__list {
    margin-bottom: calc( 1.724vw + 34.483px );
  }
}
@media screen and (max-width: 640px) {
  .p-color_coordination__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination__list {
    margin-bottom: 40px;
  }
}
.p-color_coordination__list li {
  width: 284px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination__list li {
    width: 31.6%;
    max-width: 284px;
  }
}
@media screen and (max-width: 640px) {
  .p-color_coordination__list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 440px) {
  .p-color_coordination__list li {
    width: calc( 8.966vw + 203.31px );
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination__list li {
    width: 232px;
  }
}
@media screen and (max-width: 640px) {
  .p-color_coordination__list li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  .p-color_coordination__list li:not(:first-child) {
    margin-top: 20px;
  }
}
.p-color_coordination__figure {
  width: 100%;
  display: block;
}
.p-color_coordination__figure .cont {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
}
.p-color_coordination__figure .ttl {
  text-align: center;
  font-size: 14px;
  /*max-height: 100%;*/
  margin-top: -4.97px;
  margin-bottom: -4.97px;
  line-height: 1.71;
}
@media screen and (max-width: 640px) {
  .p-color_coordination__figure .ttl {
    /*max-height: 100%;*/
    margin-top: -3.99px;
    margin-bottom: -3.99px;
    line-height: 1.57;
  }
}
.p-color_coordination__figure .ttl ._ib {
  display: inline-block;
}

.p-color_coordination_chara__list {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .p-color_coordination_chara__list {
    padding: calc( 1.724vw + 14.483px ) calc( 3.793vw + -4.138px );
  }
}
@media screen and (max-width: 320px) {
  .p-color_coordination_chara__list {
    padding: 20px 8px;
  }
}
.p-color_coordination_chara__list li {
  position: relative;
  font-size: 16px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
  padding-left: 1em;
}
.p-color_coordination_chara__list li:not(:first-child) {
  margin-top: 18px;
}
.p-color_coordination_chara__list li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -5px;
  display: inline-block;
  color: #1f1f1f;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-design_materials {
  width: 100%;
}
.p-design_materials__description {
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .p-design_materials__description {
    margin-bottom: calc( 1.552vw + 21.034px );
  }
}
@media screen and (max-width: 320px) {
  .p-design_materials__description {
    margin-bottom: 26px;
  }
}
.p-design_materials__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-design_materials__list {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 560px) {
  .p-design_materials__list {
    flex-wrap: wrap;
    max-width: 430px;
    margin: 0 auto calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-design_materials__list {
    margin-bottom: 40px;
  }
}
.p-design_materials__list li:first-child {
  width: 430px;
}
@media screen and (max-width: 900px) {
  .p-design_materials__list li:first-child {
    width: 47.778%;
  }
}
@media screen and (max-width: 560px) {
  .p-design_materials__list li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-design_materials__list li:nth-child(2) {
  width: 172px;
}
@media screen and (max-width: 900px) {
  .p-design_materials__list li:nth-child(2) {
    width: 19.111%;
  }
}
@media screen and (max-width: 560px) {
  .p-design_materials__list li:nth-child(2) {
    width: 37.241%;
  }
}
.p-design_materials__list li:last-child {
  width: 258px;
}
@media screen and (max-width: 900px) {
  .p-design_materials__list li:last-child {
    width: 28.667%;
  }
}
@media screen and (max-width: 560px) {
  .p-design_materials__list li:last-child {
    width: 55.862%;
  }
}
.p-design_materials__figure {
  width: 100%;
  display: block;
}
.p-design_materials__figure .cont {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
}
.p-design_materials__list li:first-child .p-design_materials__figure .cont {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-design_materials__figure .cont {
    margin-bottom: 10px;
  }
}
.p-design_materials__figure .ttl {
  text-align: center;
  font-size: 14px;
  /*max-height: 100%;*/
  margin-top: -4.56px;
  margin-bottom: -4.56px;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  .p-design_materials__figure .ttl {
    font-size: 12px;
  }
}

.p-design_materials_chara__list {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .p-design_materials_chara__list {
    padding: calc( 1.724vw + 14.483px ) calc( 3.793vw + -4.138px );
  }
}
@media screen and (max-width: 320px) {
  .p-design_materials_chara__list {
    padding: 20px 8px;
  }
}
.p-design_materials_chara__list li {
  position: relative;
  font-size: 16px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
  padding-left: 1em;
}
.p-design_materials_chara__list li:not(:first-child) {
  margin-top: 18px;
}
.p-design_materials_chara__list li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -5px;
  display: inline-block;
  color: #1f1f1f;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-fluorescent_materials {
  width: 100%;
}
.p-fluorescent_materials__description {
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__description {
    margin-bottom: calc( 2.931vw + 15.621px );
  }
}
@media screen and (max-width: 320px) {
  .p-fluorescent_materials__description {
    margin-bottom: 25px;
  }
}
.p-fluorescent_materials__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__list {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 560px) {
  .p-fluorescent_materials__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  .p-fluorescent_materials__list {
    margin-bottom: 40px;
  }
}
.p-fluorescent_materials__list li {
  display: flex;
  justify-content: space-between;
}
.p-fluorescent_materials__list li:first-child {
  width: 526px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__list li:first-child {
    width: 58.444%;
  }
}
@media screen and (max-width: 560px) {
  .p-fluorescent_materials__list li:first-child {
    width: 100%;
    max-width: 526px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .p-fluorescent_materials__list li:first-child {
    display: block;
    margin: 0 auto 20px;
  }
}
.p-fluorescent_materials__list li:last-child {
  width: 350px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__list li:last-child {
    width: 38.889%;
  }
}
@media screen and (max-width: 560px) {
  .p-fluorescent_materials__list li:last-child {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.p-fluorescent_materials__figure {
  width: 100%;
  display: block;
}
.p-fluorescent_materials__list li:first-child .p-fluorescent_materials__figure {
  width: 263px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__list li:first-child .p-fluorescent_materials__figure {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .p-fluorescent_materials__list li:first-child .p-fluorescent_materials__figure {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .p-fluorescent_materials__list li:first-child .p-fluorescent_materials__figure:not(:first-child) {
    margin-top: 20px;
  }
}
.p-fluorescent_materials__list li:last-child .p-fluorescent_materials__figure {
  width: 163px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials__list li:last-child .p-fluorescent_materials__figure {
    width: 46.571%;
  }
}
.p-fluorescent_materials__figure .cont {
  max-width: 100%;
  display: block;
  margin-bottom: 12px;
}
.p-fluorescent_materials__list li:first-child .p-fluorescent_materials__figure .cont {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .p-fluorescent_materials__figure .cont {
    margin-bottom: 10px;
  }
}
.p-fluorescent_materials__figure .ttl {
  text-align: center;
  font-size: 14px;
  /*max-height: 100%;*/
  margin-top: -4.56px;
  margin-bottom: -4.56px;
  line-height: 1.57;
}
@media screen and (max-width: 640px) {
  .p-fluorescent_materials__figure .ttl {
    font-size: 12px;
  }
}
.p-fluorescent_materials__figure .ttl ._ib {
  display: inline-block;
}

.p-fluorescent_materials_chara {
  margin-bottom: 54px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_chara {
    margin-bottom: calc( 2.414vw + 32.276px );
  }
}
@media screen and (max-width: 320px) {
  .p-fluorescent_materials_chara {
    margin-bottom: 40px;
  }
}
.p-fluorescent_materials_chara__list {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_chara__list {
    padding: calc( 1.724vw + 14.483px ) calc( 3.793vw + -4.138px );
  }
}
@media screen and (max-width: 320px) {
  .p-fluorescent_materials_chara__list {
    padding: 20px 8px;
  }
}
.p-fluorescent_materials_chara__list li {
  position: relative;
  font-size: 16px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
  padding-left: 1em;
}
.p-fluorescent_materials_chara__list li:not(:first-child) {
  margin-top: 18px;
}
.p-fluorescent_materials_chara__list li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -5px;
  display: inline-block;
  color: #1f1f1f;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}

.p-fluorescent_materials_results__cont {
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_results__cont .c-swipe_set::before {
    display: none;
  }
}
@media screen and (max-width: 684px) {
  .p-fluorescent_materials_results__cont .c-swipe_set::before {
    display: block;
  }
}
.p-fluorescent_materials_results__table {
  width: 100%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_results__table {
    width: calc( 100vw + -60px );
  }
}
@media screen and (max-width: 684px) {
  .p-fluorescent_materials_results__table {
    width: 625px;
  }
}
.p-fluorescent_materials_results__table thead th {
  width: 300px;
  background: #848484;
  border: 1px solid #dddddd;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_results__table thead th {
    white-space: nowrap;
  }
}
.p-fluorescent_materials_results__table tbody th {
  width: 300px;
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_results__table tbody th {
    white-space: nowrap;
  }
}
.p-fluorescent_materials_results__table tbody td {
  width: 300px;
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_results__table tbody td {
    white-space: nowrap;
  }
}

.p-fluorescent_materials_comparison {
  width: 100%;
}
.p-fluorescent_materials_comparison__list {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-fluorescent_materials_comparison__list .c-swipe_set::before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .p-fluorescent_materials_comparison__list .c-swipe_set::before {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .p-fluorescent_materials_comparison__list .c-swipe_set::before {
    display: none;
  }
}
.p-fluorescent_materials_comparison__figure {
  width: 100%;
  padding: 30px 20px;
  background: #f8fbfb;
  display: block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-fluorescent_materials_comparison__figure {
    width: 582px;
  }
}
@media screen and (max-width: 480px) {
  .p-fluorescent_materials_comparison__figure {
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .p-fluorescent_materials_comparison__figure .cont {
    width: 100%;
    max-width: 267px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .p-fluorescent_materials_comparison__figure .pc {
    display: none;
  }
}
.p-fluorescent_materials_comparison__figure .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-fluorescent_materials_comparison__figure .sp {
    display: block;
  }
}

.p-imb_color {
  width: 100%;
}
.p-imb_color__description {
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  .p-imb_color__description {
    margin-bottom: 22px;
  }
}

.p-imb_color_examples__table {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__table {
    margin-bottom: calc( 6.034vw + 0.69px );
  }
}
@media screen and (max-width: 320px) {
  .p-imb_color_examples__table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__table .c-swipe_set::before {
    display: none;
  }
}
@media screen and (max-width: 588px) {
  .p-imb_color_examples__table .c-swipe_set::before {
    display: block;
  }
}
.p-imb_color_examples__cont {
  width: 100%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 588px) {
  .p-imb_color_examples__cont {
    width: 534px;
  }
}
.p-imb_color_examples__cont thead th {
  width: 300px;
  background: #848484;
  border: 1px solid #dddddd;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__cont thead th {
    white-space: nowrap;
  }
}
.p-imb_color_examples__cont tbody th {
  width: 300px;
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  background: #f9f9f9;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__cont tbody th {
    white-space: nowrap;
  }
}
.p-imb_color_examples__cont tbody td {
  width: 300px;
  border: 1px solid #dddddd;
  padding: 16px 20px;
  text-align: left;
  font-size: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__cont tbody td {
    white-space: nowrap;
  }
}
.p-imb_color_examples__img {
  width: 100%;
}
.p-imb_color_examples__img .text {
  /*max-height: 100%;*/
  margin-top: -8px;
  margin-bottom: 32px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__img .text {
    /*max-height: 100%;*/
    margin-top: -7.5px;
    margin-bottom: 12.5px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__img .c-swipe_set::before {
    display: none;
  }
}
@media screen and (max-width: 594px) {
  .p-imb_color_examples__img .c-swipe_set::before {
    display: block;
  }
}
.p-imb_color_examples__figure {
  width: 100%;
  display: block;
  background: #f8fbfb;
  padding: 20px 20px 16px;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__figure {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .p-imb_color_examples__figure {
    width: 540px;
  }
}
.p-imb_color_examples__figure .ttl {
  font-size: 14px;
  /*max-height: 100%;*/
  margin-top: -10.32px;
  margin-bottom: 9.68px;
  line-height: 2.29;
}
.p-imb_color_examples__figure .img {
  width: 660px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-imb_color_examples__figure .img {
    width: calc( 72.131vw + 10.82px );
  }
}
@media screen and (max-width: 594px) {
  .p-imb_color_examples__figure .img {
    width: 440px;
  }
}

.p-imb_color_chara__list {
  width: 100%;
  border: 4px solid #faf6d6;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  .p-imb_color_chara__list {
    padding: calc( 1.724vw + 14.483px ) calc( 3.793vw + -4.138px );
  }
}
@media screen and (max-width: 320px) {
  .p-imb_color_chara__list {
    padding: 20px 8px;
  }
}
.p-imb_color_chara__list li {
  position: relative;
  font-size: 16px;
  /*max-height: 100%;*/
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
  padding-left: 1em;
}
.p-imb_color_chara__list li:not(:first-child) {
  margin-top: 18px;
}
.p-imb_color_chara__list li::before {
  content: '\f111';
  position: absolute;
  top: 0.08em;
  left: -5px;
  display: inline-block;
  color: #1f1f1f;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  transform: scale(0.5);
}
.p-imb_color_chara__list li .ib {
  display: inline-block;
}

/*# sourceMappingURL=common_technology.css.map */
