@charset "UTF-8";
.spx {
  display: none;
}

.product-wrapper {
  padding: 40px 0 150px;
  width: 90% !important;
}

.product-wrapper > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main section.product div.product-wrapper {
  max-width: 920px;
}

.catalog-list {
  width: 800px;
  margin: 0 auto;
}

.catalog-list li {
  display: table;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.catalog-list li + li {
  margin-top: 30px;
}

.catalog-list li figure {
  display: table-cell;
  width: 160px;
}

.catalog-list li figure img {
  display: block;
  width: 100%;
}

.catalog-list li div {
  display: table-cell;
  width: calc(100% - 240px);
  padding: 0 0 20px 40px;
  vertical-align: middle;
  line-height: 1;
}

.catalog-list li h2 {
  display: block;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: bold;
}

.catalog-list li p.button {
  display: inline-block;
  margin-top: 28px;
}

.catalog-list li div.p_button_wrap {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-list li p.button {
  margin: 15px 3px 0;
  width: 185px;
  height: auto;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px -3px 0px 1px rgba(0, 0, 0, 0.23) inset;
  box-shadow: 0px -3px 0px 1px rgba(0, 0, 0, 0.23) inset;
  height: 89px;
}

.catalog-list li p.button a {
  position: relative;
  text-align: left;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: 37px;
  color: #fff;
  font-size: 1.7rem;
  display: block;
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  word-wrap: break-word;
  padding: 10px 5px 10px 30px;
  line-height: 23px !important;
}

.catalog-list li p.button a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -3px;
  background: url(/images/common/icon-arrow-white.svg) no-repeat left center;
  background-size: contain;
}

/*210514 スペシャルサイトボタン追加*/
.catalog-list li p.button_special a {
  word-wrap: break-word;
  padding: 0 30px;
}

.catalog-list li p.btnline {
  vertical-align: inherit;
}

.button_width {
  height: 80px;
}

p.pink.button,
li.pink.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ef9690), to(#fb8b84));
  background: linear-gradient(180deg, #ef9690, #fb8b84);
}

p.pink.button.button1.button_width.mb15.btnline.fixItem.box_right {
  display: block;
  margin-left: auto;
}

.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media (max-width: 1039px) {
  .product-wrapper {
    margin: 0 auto;
    padding: 0 0 !important;
  }
}
@media (max-width: 845px) {
  p.pink.button.button1.button_width.mb15.btnline.fixItem.box_right {
    display: block;
    margin-left: 0px !important;
  }
}
@media (max-width: 639px) {
  .product-wrapper {
    padding: 24px 0 60px;
  }
  .catalog-list li {
    display: block;
    padding: 25px 6px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .catalog-list li figure {
    display: block;
    margin: 0 auto 24px;
  }
  .catalog-list li div {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .catalog-list li h2 {
    margin-bottom: 18px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .catalog-list li h2 + p {
    line-height: 1.4;
  }
  .catalog-list li p.button {
    margin: 24px auto 0;
    width: calc(100% - 39px);
    height: auto;
  }
  .catalog-list li p.button a {
    position: relative;
    text-align: center;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: 23px !important;
    color: #fff;
    font-size: 1.7rem;
    display: block;
    padding: 9px 10%;
    width: 100%;
  }
  p.pink.button.button1.button_width.mb15.btnline.fixItem.box_right {
    margin-left: auto !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}
/*20240516 tuiki*/
.addpro_btnwrap {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 18px;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}

.addpro_white_btn,
.addpro_blue_btn {
  font-weight: bold;
  border-radius: 100px;
  padding: 5px 3% 5px 7%;
  display: block;
  width: 90%;
  max-width: 160px;
  text-align: center;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.addpro_white_btn::before,
.addpro_blue_btn::before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.addpro_white_btn {
  border: solid 1px #006cb8;
  color: #006cb8;
  margin-bottom: 10px;
}

.addpro_white_btn::before {
  background-image: url(/images/common/icon-arrow-blue2.svg);
}

.addpro_blue_btn {
  background-color: #006cb8;
  color: #fff;
  margin: auto;
}

.addpro_blue_btn::before {
  background-image: url(/images/common/icon-arrow-white.svg);
}

#web_catalog .tuibobx {
  margin-bottom: 100px;
}

#web_catalog .tuibobx > a {
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-wrapper {
  margin: 0 auto;
  padding: 40px 0 40px !important;
}

.btn_product {
  display: block;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  border: 3px solid #2088b8;
  border-radius: 200px;
  background: #fff;
  color: #2088b8;
  position: relative;
  line-height: 1.3;
  max-width: 880px;
}

.btn_product02 {
  display: block;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  border: 3px solid #79b263;
  border-radius: 200px;
  background: #fff;
  color: #79b263;
  position: relative;
  line-height: 1.3;
  max-width: 880px;
}

@media screen and (min-width: 881px) {
  .product-wrapper {
    padding: 150px 0;
  }
  .addpro_bgsec {
    background-color: rgba(81, 169, 195, 0.15);
    text-align: center;
    padding: 60px 0 40px;
    font-weight: bold;
  }
  .addpro_bgttl {
    font-size: 3rem;
    color: #51a9c3;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .addpro_underline {
    position: relative;
  }
  .addpro_underline::after {
    content: "";
    background-color: #51a9c3;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  .addpro_bgttl .addpro_underline::before {
    content: "";
    background-image: url(/images/product/magnify_glass.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: -55px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  .addpro_txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 35px;
  }
  .addpro_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .addpro_contents {
    width: 23%;
    background-color: #fff;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .addpro_img {
    margin: auto;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .addpro_img img {
    max-height: 100%;
    max-width: 100%;
  }
  .addpro_name {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .addpro_subtxt {
    font-size: 1.7rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 880px) {
  .addpro_bgsec {
    background-color: rgba(81, 169, 195, 0.15);
    text-align: center;
    padding: 35px 0;
    font-weight: bold;
  }
  .catalog-list {
    width: 90%;
  }
  .addpro_bgttl {
    font-size: 2rem;
    color: #51a9c3;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1.5em;
  }
  .addpro_underline {
    position: relative;
  }
  .addpro_bgttl::after {
    content: "";
    background-color: #51a9c3;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .addpro_contents .addpro_underline::after {
    content: "";
    background-color: #51a9c3;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    right: 0;
  }
  .addpro_bgttl .addpro_underline::before {
    content: "";
    background-image: url(/images/product/magnify_glass.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -35px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  .addpro_txt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  .addpro_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .addpro_contents {
    width: 48%;
    background-color: #fff;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .addpro_img {
    margin: auto;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .addpro_img img {
    max-height: 100%;
    max-width: 100%;
  }
  .addpro_name {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .addpro_subtxt {
    font-weight: bold;
  }
  .product-wrapper {
    margin: 0 auto;
  }
  .btn_product {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    border: 3px solid #2088b8;
    border-radius: 200px;
    background: #fff;
    color: #2088b8;
    position: relative;
    line-height: 1.3;
  }
  .btn_product02 {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    border: 3px solid #79b263;
    border-radius: 200px;
    background: #fff;
    color: #79b263;
    position: relative;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .addpro_white_btn,
  .addpro_blue_btn {
    padding: 3px 3% 3px 7%;
    width: 100%;
  }
}
@media (max-width: 1020px) and (min-width: 768px) {
  .addpro_white_btn,
  .addpro_blue_btn {
    font-size: 1.4rem;
  }
}
.mb_txt02 {
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}

.pro_lineup_area {
  width: 90%;
  max-width: 1360px;
  margin: 100px auto 0px;
}

.items_tttle {
  font-weight: bold;
  text-align: initial;
  background: #dbedfc;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 2.3rem;
}

.items_tttle span {
  font-size: 1.7rem;
}

.toiawase_area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.toiawase_area .addpro_bgttl {
  text-align: center;
  margin-bottom: 20px;
}

.toiawase_area .inbox {
  max-width: 1000px;
  margin: 0 auto;
  width: 86%;
}

.column_list {
  background: rgb(231, 239, 241);
  padding: 60px 0 80px;
}

.column_related_ttl {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  margin: 80px auto 30px;
}

.column_related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: auto;
  max-width: 1130px;
  width: 94%;
}

.column_related li {
  width: 26.6666666667%;
}

.column_related li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  display: block;
}

.product_tit {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .pro_lineup_area {
    margin: 60px auto 0px;
  }
  main.no-index div.mainv.service-common div.page-title-wrapper div.page-title h1 {
    font-size: 3.1rem;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .toiawase_area {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .product_tit {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 3%;
  }
  .toiawase_area .product_tit {
    margin-bottom: 0;
  }
  .product {
    padding: 10px 0 0px !important;
  }
  .product-wrapper {
    margin: 0 auto;
    padding: 0px 0 !important;
  }
  #web_catalog .tuibobx {
    margin-bottom: 60px;
  }
}
@media (max-width: 880px) {
  .addpro_txt02 .pc {
    display: none !important;
  }
  .addpro_txt02 .spx {
    display: block;
  }
}
@media (max-width: 600px) {
  .toiawase_area .inbox {
    width: 90%;
  }
  .product_tit {
    text-align: center;
    font-weight: bold;
    font-size: 5.5vw;
    margin-bottom: 3%;
  }
  main.no-index div.mainv.service-common div.page-title-wrapper {
    margin-top: 10px;
  }
  main.no-index div.mainv.service-common div.page-title-wrapper div.page-title h1 {
    font-size: 2.6rem;
  }
  main.no-index div.mainv.service-common div.page-title-wrapper div.page-title p {
    line-height: 1.3;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.03em;
  }
  h3.column_related_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  ul.column_related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
  ul.column_related li {
    width: 49%;
    margin: 0 0 5%;
    font-size: 3.5vw;
  }
  ul.column_related li a img {
    width: 100%;
    height: auto;
  }
  .setsumei_h2 {
    width: 90%;
  }
  .link_mhlw {
    margin: auto;
  }
  .items_tttle {
    font-weight: bold;
    text-align: initial;
    background: #dbedfc;
    border-radius: 5px;
    padding: 2vw 4vw;
    font-size: 4.5vw;
  }
  .items_tttle span {
    font-size: 3.6vw;
    display: block;
  }
  #web_catalog .tuibobx {
    margin-bottom: 8%;
  }
  .column_list {
    padding: 6% 0;
  }
}
/*20240816*/
.tftxt {
  color: #fff;
  font-size: min(3.7vw, 17px);
  margin: 0 auto;
  text-align: center;
}

.addpro_txt02 {
  text-align: center;
  font-size: min(4vw, 20px);
  font-weight: bold;
  padding-bottom: 110px;
  padding-top: 80px;
}

.bars_tit {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

.bars_tit > span {
  display: inline-block;
  position: relative;
  font-size: min(6vw, 30px);
  font-weight: bold;
  padding-bottom: 15px;
}

.bars_tit > span::before {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: solid 5px;
}

.bars_titwp {
  margin-bottom: 40px;
}

.bars_titwp .ttxt_wps {
  text-align: center;
  font-size: min(4vw, 20px);
  font-weight: bold;
  line-height: 1.5em;
}

.renhan_area {
  padding-top: 60px;
}

.renhan_area .bboxx {
  width: calc(100% - 40px);
  margin: 0 20px;
}

.renhan_area .bboxx > div {
  max-width: 1130px;
  width: 94%;
  margin: 0 auto;
}

.renhan_area .bboxx > div.bbxo2 {
  padding-top: 120px;
}

.renhan_area .btn_wp {
  padding-top: 5px;
}

.cr_lbul {
  color: #51a9c3;
}

.txt_center {
  text-align: center;
}

.bue_btn {
  display: inline-block;
  border: solid 3px;
  position: relative;
  font-size: min(4vw, 20px);
  font-weight: bold;
  line-height: 1.5;
  padding: 14px 40px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bue_btn.type_y::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #51a9c3;
  border-width: 8px 0px 8px 8px;
}

.renhan_area .bue_btn {
  width: 90%;
  display: block;
  max-width: 460px;
  margin: 0 auto;
}

.catalog-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.catalog-list2 > li {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  width: 48%;
  max-width: 460px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-list2 > li .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 380px;
  margin: 0 auto;
  width: 94%;
  padding-top: 8%;
}

.catalog-list2 > li figure {
  margin: 0 auto 6%;
  unicode-bidi: normal;
}

.catalog-list2 > li figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.catalog-list2 > li h2 {
  font-size: min(3.4vw, 24px);
  font-weight: bold;
  line-height: 1.4;
}

.catalog-list2 > li .mb_txt {
  font-size: min(3vw, 18px);
  margin: 1% auto 6%;
  font-weight: 500;
  line-height: 1.6;
}

.catalog-list2 > li .btn_wp {
  margin-top: auto;
}

.catalog-list2 > li .bue_btn {
  display: block;
}

.catalog-list2 > li .btn_box {
  max-width: 380px;
  margin: 0 auto;
  width: 92%;
  padding-bottom: 8%;
}

.webcata_area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(81, 169, 195, 0.15);
  margin-bottom: 25px;
}

.webcata_area .cata_wpp {
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 1700px;
  margin: 0 auto;
}

.webcata_area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 960px) {
  .catalog-list2 {
    width: 100%;
  }
  .catalog-list2 > li h2 {
    font-size: min(3vw, 23px);
  }
  .catalog-list2 > li h2 .tsp {
    display: block !important;
  }
  .catalog-list2 > li .mb_txt {
    font-size: min(2.4vw, 18px);
  }
}
@media (max-width: 880px) {
  .addpro_bgsec {
    padding: 10% 0 3%;
    font-weight: bold;
  }
  .renhan_area {
    padding-top: 10%;
  }
  .renhan_area .bboxx > div.bbxo2 {
    padding-top: 12%;
  }
}
@media (max-width: 600px) {
  .bars_titwp .ttxt_wps {
    text-align: left;
    width: 96%;
    margin: 0 auto;
  }
  main.no-index div.mainv.service {
    margin-bottom: 0;
  }
  .renhan_area .bboxx {
    width: 96%;
    margin: 0 auto;
  }
  .webcata_area .cata_wpp {
    width: 96%;
    margin: 0 auto;
  }
  .bars_tit {
    margin-bottom: 5%;
  }
  .bars_titwp {
    margin-bottom: 8%;
  }
  .addpro_bgsec .bars_titwp .ttxt_wps > p > br {
    display: none;
  }
  .addpro_txt02 {
    text-align: left;
    font-size: min(4vw, 20px);
    font-weight: bold;
    padding: 10% 0;
    width: 96%;
    margin: 0 auto;
  }
  .addpro_txt02 br {
    display: none !important;
  }
  .webcata_area {
    padding-bottom: 4%;
    padding-top: 10%;
    margin-bottom: 6%;
  }
  .webcata_area .bars_titwp .ttxt_wps {
    width: 84%;
    margin: 0 auto;
  }
  .webcata_area .cata_wpp {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .catalog-list2 > li {
    border-radius: 3vw;
  }
  .catalog-list2 > li .inbox {
    width: 90%;
    padding: 8% 0 0;
  }
  .catalog-list2 > li .inbox figure {
    max-width: 90%;
  }
  .catalog-list2 > li h2 {
    font-size: min(3.4vw, 23px);
  }
  .catalog-list2 > li .mb_txt {
    text-align: left;
    margin: 3% auto 6%;
    font-size: min(2.8vw, 18px);
  }
  .catalog-list2 > li .bue_btn {
    padding: 1.2vw 0;
  }
}
/*20250627 tuiki*/
.catalog-list.kaix {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.catalog-list.kaix .addpro_contents {
  margin: 1%;
}
@media (max-width: 990px) {
  .catalog-list.kaix .addpro_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog-list.kaix .addpro_contents {
    width: 31.3%;
    padding: 3% 3%;
  }
}
@media (max-width: 600px) {
  .catalog-list.kaix .addpro_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-list.kaix .addpro_contents {
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
    padding: 3% 3%;
    margin-right: 0%;
  }
}

/*20250808 tuiki*/
.catalog-list2_shita_btnwp {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 25px;
}
.catalog-list2_shita_btnwp > a {
  display: block;
  background-color: #2b6bb3;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  position: relative;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  line-height: 1.5;
}
.catalog-list2_shita_btnwp > a::before {
  content: "";
  width: 38px;
  height: 27px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.catalog-list2_shita_btnwp > a.books::before {
  background-image: url(/templates/medical/css/img/aicons_book.png);
}
@media (max-width: 680px) {
  .catalog-list2_shita_btnwp {
    padding: 3%;
  }
  .catalog-list2_shita_btnwp > a {
    font-size: 120%;
  }
}