@charset "UTF-8";

#agpro .nav_wrap {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #agpro .nav_wrap {
    margin-bottom: 6px;
  }
}

#agpro .nav_wrap.bottom {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #agpro .nav_wrap.bottom {
    padding: 0;
  }
}

#agpro .contents-nav {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  #agpro .contents-nav {
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 10px;
  }
}
#agpro .contents-nav li {
  box-sizing: border-box;
  width: calc((100% - 6px) / 3)
}

@media screen and (max-width: 767px) {
  #agpro .contents-nav li {
    width: calc((100% - 5px) / 2);
    flex-grow: inherit;
  }
}

#agpro .contents-nav.bottom li {
  border: 1px solid #003378;
}

#agpro .contents-nav a {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  min-height: 55px;
  background-color: #d6e7fd;
  justify-content: center;
  align-items: center;
  color: #003378;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #agpro .contents-nav a {
    font-size: 12px;
    padding-left: 0;
  }
}

#agpro .contents-nav li.prep {
  pointer-events: none;
}

#agpro .contents-nav li.prep a::before {
  content: "comming soon";
  font-size: 1.3em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#agpro .contents-nav a.arrow-right::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.15em);
  right: 15px;
  width: 0.7em;
  height: 0.7em;
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 0.15em #003378;
  border-right: solid 0.15em #003378;
}

#agpro .contents-nav a.current,
#agpro .contents-nav a:hover {
  background-color: #003378;
  color: #fff;
  text-decoration: none;
}

#agpro .contents-nav a.current.arrow-right::after,
#agpro .contents-nav a:hover.arrow-right::after {
  border-color: #fff;
}

#agpro * {
  box-sizing: border-box;
}

#agpro img {
  max-width: 100%;
}

#agpro .section_wrap {
  background-image: url("/viatris/agpro/images/common/bg.jpg");
  padding-bottom: 60px;
}

#agpro .w90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#agpro .w80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#agpro .kv_wrap {
  position: relative;
}

#agpro .kv_btn {
  position: absolute;
  left: 4%;
  top: 62%;
  width: auto;
}

/*movie*/
#agpro section.movie {
  margin-bottom: 50px;
}
#agpro section.movie .sec-title {
  margin: 50px 0 20px;
}

@media screen and (max-width: 767px) {
  #agpro section.movie .sec-title img {
    width: 240px;
  }
}
#agpro .playMovie_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #agpro .playMovie_wrap {
    margin-bottom: 30px;
    padding-left: 34px;
    padding-right: 34px;
  }
}

#agpro .playMovie_outer {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-basis: 50%;
  border: 2px solid #bf9d6d;
}
@media screen and (max-width: 767px) {
  #agpro .playMovie_outer {
    width: 100%;
  }
}

#agpro .playMovie_S {
  padding-bottom: 56.4%;
}

/* カルーセル プラグイン*/
.thumbnail_wrap .swiper-container {
  padding-bottom: 35px;
}
.thumbnail_wrap .swiper-button-prev,
.thumbnail_wrap .swiper-button-next {
  background-image: none;
  width: 15px;
  height: 15px;
  border-top: 2px solid #9c7b45;
  border-right: 2px solid #9c7b45;
  background-size: 15px 15px;
}
.thumbnail_wrap .swiper-button-prev {
  left: 75px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 45%;
}
.thumbnail_wrap .swiper-button-next {
  right: 75px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 45%;
}
.thumbnail_wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.thumbnail_wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}
.thumbnail_wrap .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
  opacity: 0.9;
}

.thumbnail_wrap .swiper-pagination-bullet-active {
  background: #007bc6;
  border: 1px solid #007bc6;
}

@media screen and (max-width: 934px) {
  .thumbnail_wrap .swiper-button-prev {
    left: 2%;
    top: 40%;
  }
  .thumbnail_wrap .swiper-button-next {
    right: 2%;
    top: 40%;
  }
}
/* カルーセル プラグイン end*/

/* モーダル */
#gxRWD_2017_MOdosage .gxRWD_2017_ttl {
  color: #028ce5;
}

#agpro .thumbnail_wrap {
  background-image: url("/viatris/agpro/images/common/bg_thumbnail.png");
  background-repeat: no-repeat;
  background-position: right bottom 40%;
  margin-bottom: 90px;
}

#agpro .thumbnail_inner {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
}

#agpro .thumbnail_inner .img_wrap {
  max-width: 340px;
  width: 100%;
  margin: 0;
}

#agpro .thumbnail_inner .img_wrap + .img_wrap {
  margin-left: 40px;
}

@media screen and (max-width: 934px) {
  #agpro .thumbnail_inner .img_wrap + .img_wrap {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #agpro .kv_btn {
    left: 10%;
    top: 83%;
    width: 80%;
  }

  #agpro .thumbnail_wrap {
    background-position: right bottom 50%;
    background-size: contain;
    margin-bottom: 70px;
  }

  #agpro .thumbnail_inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  #agpro .thumbnail_inner .img_wrap {
    width: 50%;
  }
}

#agpro .thumbnail_box {
  /* background: #39a2dc; */
  width: 340px;
  height: 230px;
  /* padding: 13px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#agpro .thumbnail_box img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #agpro .thumbnail_box {
    width: 100%;
    height: 39.5vw;
  }
  #agpro .thumbnail_box.pcOnly {
    display: none;
  }
  #gxRWD_2017_MOdosage {
    width: 100%;
  }
  .gxRWD_2017_modalWrap .gxRWD_2017_img {
    /* height: 86.67vw;
    padding: 5%; */
    background: #39a2dc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gxRWD_2017_modalWrap .gxRWD_2017_img img {
    height: auto;
    max-height: 100%;
    width: auto !important;
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #agpro section.zaikei .sec-title img {
      width: 210px;
  }
}

#agpro .txt-center {
  text-align: center;
}

#agpro section + section .sec-inner {
  margin-top: 40px;
  position: relative;
  border-top: 5px solid #be9c6d;
  padding-top: 2px;
}

#agpro section + section .sec-inner::before {
  content: "";
  display: block;
  border-top: 2px solid #be9c6d;
  margin-bottom: 40px;
}

#agpro section + section .sec-inner.inner-wrap::before {
  margin-bottom: 25px;
}

@media screen and (max-width: 934px) {
  #agpro section + section .sec-inner::before {
    width: 100vw;
    margin-left: -17px;
  }
}

#agpro .img_wrap img {
  max-width: 100%;
  width: auto;
}

#agpro .sec-title {
  text-align: center;
}

#agpro .sec-inner {
  margin: 0 40px;
}

#agpro .sec-inner.inner-wrap {
  margin: 0 100px;
}

@media screen and (max-width: 934px) {
  #agpro .sec-inner {
    margin: 0;
    padding-left: 17px;
    padding-right: 17px;
  }
  #agpro .sec-inner.inner-wrap {
    margin: 0;
  }
}

#agpro .sec-inner.sec-inner--noborder {
  border: none;
}
#agpro .sec-inner.sec-inner--noborder::before {
  border: none;
  margin: 0;
}
#agpro .icon-detail {
  margin: 40px 0 0;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 935px) {
  #agpro .icon-detail {
    border-left: 5px solid #be9c6d;
    padding-left: 2px;
  }
}
@media screen and (max-width: 934px) {
  #agpro .icon-detail {
    margin-top: 20px;
    border-top: 5px solid #be9c6d;
    padding-top: 2px;
  }
}
#agpro .icon-detail::before {
  content: "";
  display: block;
  width: calc(100% + 5px);
  height: 100%;
  background: url(/viatris/agpro/images/pregabalin/bg-dot.png);
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 0;
}
@media screen and (max-width: 934px) {
  #agpro .icon-detail::before {
    top: 5px;
    width: 100%;
  }
}
#agpro .icon-detail-inner {
  padding: 30px 57px 30px 49px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 935px) {
  #agpro .icon-detail-inner {
    border-left: 2px solid #be9c6d;
  }
}
@media screen and (max-width: 934px) {
  #agpro .icon-detail-inner {
    padding: 20px;
    border-top: 2px solid #be9c6d;
  }
}
#agpro .icon-detail .icon-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#agpro .icon-detail .icon-name img {
  margin-right: 15px;
}
#agpro .icon-detail .icon-name span {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 934px) {
  #agpro .icon-detail .icon-name span {
    font-size: 16px;
  }
}
#agpro #icon01 .about-fonts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 16px 16px 30px;
}
@media screen and (max-width: 934px) {
  #agpro #icon01 .about-fonts {
    flex-direction: column;
    margin: 30px 0;
  }
}
@media screen and (min-width: 935px) {
  #agpro #icon01 .about-fonts img {
    margin-right: 18px;
  }
}
@media screen and (max-width: 934px) {
  #agpro #icon01 .about-fonts img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 934px) {
  #agpro #icon01 .icon-name img {
    width: 48px;
  }
  #agpro #icon02 .icon-name img {
    width: 48px;
  }
  #agpro #icon03 .icon-name img {
    width: 48px;
  }
  #agpro #icon04 .icon-name img {
    width: 48px;
  }
}
#agpro .icon-detail figure {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#agpro #icon01 .about-fonts figcaption {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.85;
}
@media screen and (max-width: 934px) {
  #agpro #icon01 .about-fonts figcaption {
    text-align: center;
  }
}
#agpro .icon-detail h4 {
  text-align: center;
  color: #be9c6d;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#agpro #icon01 .feature-fonts {
  border: 1px solid #be9c6d;
  text-align: center;
}
@media screen and (max-width: 934px) {
  #agpro #icon01 .feature-fonts {
    margin-left: -8px;
    margin-right: -8px;
  }
}
#agpro .sp_zoom {
  margin: 10px 0;
  color: #be9c6d;
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#agpro .sp_zoom::after {
  margin-left: 5px;
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background: url(/viatris/agpro/images/pregabalin/zoom.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 935px) {
  #agpro .sp_zoom {
    display: none;
  }
}
#agpro #icon02 figure {
  max-width: 557px;
}
#agpro #icon02 figure figcaption {
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 934px) {
  #agpro #icon02 figure figcaption {
    text-align: center;
  }
}
#agpro .papers-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 934px) {
  #agpro .papers-wrap {
    flex-direction: column;
  }
}

#agpro .papers-wrap a {
  display: flex;
  padding: 23px 29px;
  width: 400px;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  position: relative;
  text-decoration: none;
}

#agpro .papers-wrap a::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 16px 16px 0;
  border-style: solid;
  display: block;
  width: 0;
}

#agpro .papers-wrap a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}

@media screen and (max-width: 934px) {
  #agpro .papers-wrap a::after {
    right: 5px;
  }
}

@media screen and (max-width: 934px) {
  #agpro .papers-wrap a {
    width: 100%;
    padding: 20px 15px;
    line-height: 1.46;
  }

  #agpro .papers-wrap a + a {
    margin-top: 20px;
  }
}

#agpro .papers-wrap .c-blue {
  border-color: #2088dc;
  background-color: #fafdff;
}

#agpro .papers-wrap .c-blue img {
  margin-right: 5px;
  width: 19px;
  height: 17px;
}

#agpro .papers-wrap .c-blue::before {
  border-color: transparent transparent #fafdff #fafdff;
  background: #fff3de;
  box-shadow: -1px 1px 1px rgba(32, 136, 220, 0.5),
    -1px 1px 1px rgba(32, 136, 220, 0.5);
}

#agpro .papers-wrap .c-blue::after {
  border-color: transparent transparent transparent #2088dc;
}

#agpro .papers-wrap .c-brown {
  border-color: #824d1f;
  background-color: #fff1cd;
  color: #824d1f;
}

#agpro .papers-wrap .c-brown::before {
  border-color: transparent transparent #fff1cd #fff1cd;
  background: #fff3de;
  box-shadow: -1px 1px 1px rgba(130, 77, 31, 0.5),
    -1px 1px 1px rgba(130, 77, 31, 0.5);
}

#agpro .papers-wrap .c-brown::after {
  border-color: transparent transparent transparent #824d1f;
}

#agpro .lead-text {
  line-height: 2;
  font-weight: bold;
}

/* 製品情報（添付文書など）はこちら */
#agpro a.dl-link {
  font-size: 15px;
  font-weight: bold;
  color: #2088dc;
  border: 2px solid #2088dc;
  display: block;
  text-decoration: none;
  padding: 2% 0 1% 12%;
  position: relative;
  width: 320px;
  line-height: 1.5;
}
#agpro a.dl-link span {
  font-size: 13px;
}
#agpro a.dl-link::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: block;
  background-image: url(/viatris/agpro/images/common/icon_product_info.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 5%;
  top: 12%;
}
#agpro a.dl-link::after {
  content: "▼";
  display: block;
  position: absolute;
  transform: rotateZ(30deg) translateY(-50%);
  right: 4%;
  top: 50%;
}
#agpro a.dl-link:hover {
  color: #fff;
  background-color: #2088dc;
}
#agpro a.dl-link:hover::before {
  background-image: url(/viatris/agpro/images/common/icon_product_info_w.png);
}
@media screen and (max-width: 767px) {
  #agpro a.dl-link {
    font-size: 4vw;
    border-width: 0.1em;
    width: auto;
    margin: auto;
  }
  #agpro a.dl-link span {
    font-size: 3.5vw;
  }
}
#agpro .product_btn {
  margin-bottom: 0;
}
#agpro .product_btn + .product_btn {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #agpro .product_btn{
    padding-left: 34px;
    padding-right: 34px;
  }
}

#agpro .product_btn .dl-link {
  width: 400px;
  background: #fff;
  margin: 0 auto;
  padding: 6px 0 3px 30px;
}


@media screen and (max-width: 767px) {
  #agpro .product_btn .dl-link {
    width: 100%;
    padding-top: 9px;
    padding-left: 38px;
    line-height: 1.32;
  }
}

#agpro .product_btn .dl-link::before {
  left: 5px;
}

@media screen and (max-width: 767px) {
  #agpro .product_btn .dl-link::before {
    left: 10px;
  }
}

#agpro .product_btn .dl-link::after {
  right: 14px;
}
@media screen and (max-width: 767px) {
  #agpro .product_btn .dl-link::after {
    right: 14px;
  }
}

/* detail */
#agpro .detail__inner {
  padding: 0 20px 38px;
}
@media screen and (max-width: 934px) {
  #agpro .detail__inner {
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 935px) {
  #agpro .gxRWD_2017_detail_ttlWrap {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#agpro .detail#gx2016--detail .detail__update {
  font-weight: bold;
  padding-top: 10px !important;
}
#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .detail__topLinks {
  background: #be9c6d;
}
#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .detail__topLinks a {
  color: #fff;
}
#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .pitl:before {
  border-top: solid 8px #fff;
}
#gxRWD_2017_detail .detail_Info_effect_th .detail_Info_effect_ico img {
  max-width: inherit !important;
}
#TB_ajaxContent p {
  padding: 0;
}
#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .detail__topLinks a {
  color: #fff;
}

#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .detail__topLinks a:hover {
  text-decoration: underline;
}

#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .pitl:before {
  border-top: solid 8px #fff;
}

#agpro #gxRWD_2017_detail .gxRWD_2017_topAnchor .detail__topLinks > ul > li {
  border-right-color: #fff;
}
@media screen and (min-width: 935px) {
  #agpro
    #gxRWD_2017_detail
    .gxRWD_2017_topAnchor
    .detail__topLinks
    > ul
    > li:nth-last-of-type(3) {
    border-right: none;
  }
}
#agpro .detail#gx2016--detail .table td {
  font-weight: bold;
}

#agpro .table-gs1 th {
  white-space: nowrap;
  padding: 20px 15px;
  text-align: center;
}

#agpro .table-gs1 td {
  text-align: center;
  padding: 10px;
  background-color: #fff !important;
}

#agpro #gx2016--detail .table-gs1 tbody th {
  width: 120px;
}

#agpro .reader {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 18px;
}

#agpro .reader p {
  margin-top: 10px;
}

#agpro .reader p a {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 934px) {
  .gxRWD_2017_dosage_box {
    background-color: #fff;
  }

  .gxRWD_2017_productInfo_first_bk,
  .gxRWD_2017_box {
    background-color: #fff;
  }

  #agpro h4.gxRWD_2017_head_ttl {
    border-top: 1px solid #d6d6d8;
    background-color: #9edfea;
    padding: 10px !important;
  }

  #agpro h4.gxRWD_2017_head_ttl02 {
    border-top: 1px solid #d6d6d8;
    background-color: #cee7ed;
    padding: 10px !important;
  }

  #agpro .gs1_table_sp {
    display: flex;
    border-top: 1px solid #d6d6d8;
    font-size: 86%;
  }

  #agpro .gs1_table_sp > * {
    flex: 1;
    padding: 20px 10px;
    display: flex;
    align-items: center;
  }

  #agpro .gs1_table_sp dt {
    font-weight: bold;
  }

  #agpro .gs1_table_sp dd {
    border-left: 1px solid #d6d6d8;
  }

  #agpro .gs1_table_sp dd img {
    margin: 0 auto;
  }

  #agpro .gxRWD_2017_box + .gxRWD_2017_box {
    margin-top: 10px;
  }
}
#agpro .c-strong {
  background-color: #a9dde9;
}
@media screen and (max-width: 767px) {
  .gxRWD_2017_modalWrap .gxRWD_2017_img.bg_none {
    background: none;
  }
}

#agpro .sec-inner.inner-wrap2 {
  margin: 0 10px;
  border: none;
}
#agpro .sec-inner.inner-wrap2::before {
  content: none;
}

#agpro .nav-icons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 40px;
}
@media screen and (min-width: 935px) {
  #agpro .nav-icons.nav-icons-cen {
    display: flex;
    justify-content: center;
  }

}
#agpro .nav-icons li {
  align-items: stretch;
  margin: 4px 2px;
  width: 102px;
  height: 122px;
}
#agpro .nav-icons li figure {
  padding-top: 1px;
}
#agpro .nav-icons li figure span {
  display: flex;
  align-items: center;
  height: 59px;
  justify-content: center;
}
#agpro .nav-icons li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #be9c6d;
  border-bottom: none;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding-bottom: 18px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  color: #221815;
  text-decoration: none;
}
#agpro .nav-icons li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #be9c6d;
  position: absolute;
  bottom: 0;
  left: 0;
}
#agpro .nav-icons li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#agpro .nav-icons li a:hover {
  border-width: 2px;
  border-color: #824d1f;
}
#agpro .nav-icons li a:hover::before {
  background-color: #824d1f;
}
#agpro .nav-icons li a:hover figure {
  padding-top: 0;
}
#agpro .nav-icons li a[href="#icon00"] img {
  width: 45px;
}
#agpro .nav-icons li a[href="#icon01"] img {
  width: 80px;
}
#agpro .nav-icons li a[href="#icon02"] img {
  width: 63px;
}
#agpro .nav-icons li a[href="#icon03"] img {
  width: 60px;
}
#agpro .nav-icons li a[href="#icon04"] img {
  width: 72px;
}
#agpro .nav-icons li a[href="#icon05"] img {
  width: 59px;
}
#agpro .nav-icons li a[href="#icon06"] img {
  width: 41px;
}

#agpro .icon-detail .icon-name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#agpro .icon-detail .icon-name img {
  margin-right: 15px;
}
#agpro .icon-detail .icon-name span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 934px) {
  #agpro .icon-detail .icon-name span {
    font-size: 16px;
  }
  #agpro #icon00 .icon-name img {
    width: 48px;
  }
  #agpro #icon01 .icon-name img {
    width: 48px;
  }
  #agpro #icon02 .icon-name img {
    width: 48px;
  }
  #agpro #icon03 .icon-name img {
    width: 48px;
  }
  #agpro #icon04 .icon-name img {
    width: 48px;
  }
  #agpro #icon05 .icon-name img {
    width: 48px;
  }
  #agpro #icon06 .icon-name img {
    width: 40px;
  }

  #agpro .sec-inner.inner-wrap2 {
    padding: 0;
  }
  #agpro .nav-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    height: 100%;
    position: relative;
    max-width: 935px;
  }
  #agpro .nav-icons li {
    margin: 1px;
    width: calc(25% - 2px);
    height: auto;
  }
  #agpro .nav-icons li figure span {
    height: 55px;
  }
  #agpro .nav-icons li figure figcaption {
    font-size: 13px;
    width: 100%;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #agpro .nav-icons li a[href="#icon00"] img {
    width: 31px;
  }
  #agpro .nav-icons li a[href="#icon01"] img {
    width: 54px;
  }
  #agpro .nav-icons li a[href="#icon02"] img {
    width: 47px;
  }
  #agpro .nav-icons li a[href="#icon03"] img {
    width: 47px;
  }
  #agpro .nav-icons li a[href="#icon04"] img {
    width: 49px;
  }
  #agpro .nav-icons li a[href="#icon05"] img {
    width: 45px;
  }
  #agpro .nav-icons li a[href="#icon06"] img {
    width: 35px;
  }
}

.iframeModalIcon .js-iconText {
  background: #be9c6d;
}
@media screen and (max-width: 934px) {
  #agpro .gs1_table_sp {
    width: 100%;
  }
  #agpro .gs1_table_sp > dt {
    width: 50%;
  }
  #agpro .gs1_table_sp > dd {
    width: 50%;
  }
  #agpro .gs1_table_sp_code > dt{
    flex: none;
  }
  #agpro .gs1_table_sp_code  > dd {
    display: block;
    padding: 0;
  }
  #agpro .gs1_table_sp .gs1_table_sp_code_td {
    padding: 10px;
    text-align: center;
  }
  #agpro .gs1_table_sp .gs1_table_sp_code_td + .gs1_table_sp_code_td {
    border-top: 1px solid #d6d6d8;
  }
}
#agpro .icon-detail .icon-detail-col2 {
  display: flex;
  flex-wrap: nowrap;
}
#agpro .icon-detail .icon-detail-col2-item {
  width: 50%;
}
#agpro .icon-detail .icon-detail-col2-item:first-child {
  padding-right: 25px;
}
#agpro .icon-detail .icon-detail-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
#agpro .icon-detail .icon-detail-name-p2 {
  padding-bottom: 8px;
}
#agpro .icon-detail .icon-detail-txt {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
#agpro .icon-detail .icon-detail-txt + .icon-detail-name {
  margin-top: 22px;
}
#agpro .icon-detail-icon08 .icon-detail-inner {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #agpro .icon-detail .icon-detail-col2 {
    display: block;
  }
  #agpro .icon-detail .icon-detail-col2-item {
    width: 100%;
  }
  #agpro .icon-detail .icon-detail-col2-item:first-child {
    padding-right: 0;
  }
  #agpro .icon-detail .icon-detail-col2-item:last-child {
    margin-top: 25px;
  }
  #agpro .icon-detail .icon-detail-name {
    font-size: 20px;
    text-align: center;
  }
  #agpro .icon-detail .icon-detail-txt {
    font-size: 15px;
    line-height: 1.8;
  }
  #agpro .icon-detail-icon08 .icon-detail-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
