@charset "UTF-8";

/* ******************************************** */
/* 共通部分 */
/* ******************************************** */
.bg_glow {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: hsla(192, 46%, 89%, 1);
    background-image: radial-gradient(at 89% 76%, hsla(194, 50%, 83%, 1) 0px, transparent 50%), radial-gradient(at 83% 27%, hsla(195, 51%, 90%, 1) 0px, transparent 50%), radial-gradient(at 56% 68%, hsla(180, 100%, 93%, 1) 0px, transparent 50%), radial-gradient(at 74% 41%, hsla(136, 100%, 98%, 1) 0px, transparent 50%), radial-gradient(at 42% 40%, hsla(57, 100%, 96%, 1) 0px, transparent 50%), radial-gradient(at 0% 21%, hsla(357, 96%, 91%, 1) 0px, transparent 50%), radial-gradient(at 28% 60%, hsla(26, 100%, 94%, 1) 0px, transparent 50%);
}
.lower_page {
    padding-top:110px;
}
.page_mv_title  {
    margin-bottom: 125px;
}
.page_mv_title h1 {
    font: 400 40px/1.4 var(--font-family-mincho);
    position: relative;
    padding: 2% 0;
    margin-bottom: 3%;
    text-align: center;
}
.pmt_img  {
    position: relative;
    width: 72%;
}
.pmt_ttl {
    position: absolute;
    width: calc(100vw - 58%);
    top: 22%;
    left: 58%;
    text-align: center;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0));
    padding: 5% 0 3% 0;
}
.btnbox_center {
    text-align: center;
}
.ta-center  {
    text-align: center !important;
}
.mt-no  {
  margin-top: 0 !important;
}
p a  {
  text-decoration: underline;
  color: var(--green);
}
.c_green  {
  color: var(--green);
  margin: 2rem 0 0.5rem;
  font: 400 20px var(--font-family-mincho);
}



/* キーワード検索 */
.lower_page .infobox{
  width: 100%;
  margin: 40px 0 0;
}
.lower_page .infobox .search{
  background: linear-gradient(#72c9c2 0%, #10baab 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: var(--white);
  padding: 30px 40px;
  text-align: center;
}
.lower_page .infobox .search .ttl .en{
  display: inline-block;
  font: 400 16px var(--font-family-marcellus);
  letter-spacing: .2em;
  padding: 0 40px;
  position: relative;
}
.lower_page .infobox .search .ttl .en::before,
.lower_page .infobox .search .ttl .en::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.lower_page .infobox .search .ttl .en::before{
  left: 0;
}
.lower_page .infobox .search .ttl .en::after{
  right: 0;
}
.lower_page .infobox .search .ttl .ja{
  font: 400 28px var(--font-family-mincho);
}
.lower_page .infobox .search .link a{
  text-decoration: underline;
}
.lower_page .infobox .search .link a:hover{
  opacity: .6;
}
.lower_page .cm_searchKeyword  {
    width: 380px;
    margin: 0 auto;
}
.lower_page .cm_spOnly .cm_searchKeyword  {
    width: auto;
}

/* キーワード検索 spポップアップ */
.lower_page #js-search_popup_open{
  max-width: 100%;
}

/* 最新情報 */
.lower_page .cm_artList li {
    padding: 0;
    height: auto;
    background: #FFF;
}
.lower_page .cm_artList_ttl {
    font: 400 20px/1.4 var(--font-family-mincho);
    color: var(--black);
    margin: 0;
    padding: 0;
    border: none;
}
.lower_page .topNews_catbox h3 {
    color: var(--white);
    font: 400 25px var(--font-family-mincho);
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

/* 入会を検討 */
.sec_bg_wh  {
  background: var(--white);
  padding: 60px 0;
  margin: 40px 0 100px;
}
.cm_sec .two_column .side_column  {
  width: 30%;
}
.cm_sec .two_column .main_column {
  width: 65%;
}

/* よくみられている情報 */
.lower_page .cm_sec ul.menuList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 30px 0;
}
.lower_page .cm_sec ul.menuList li {
  width: calc(100% / 3);
  padding: 0 15px;
}
.lower_page .cm_sec ul.menuList li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--green);
  padding: 15px 20px;
  height: 100%;
}
.lower_page .cm_sec ul.menuList li a:hover {
  opacity: 0.7;
}
.lower_page .cm_sec ul.menuList li a img  {
  display: block;
  width: 20%;
}
.lower_page .cm_sec ul.menuList li a h5  {
  width: 70%;
  font: 400 18px/1.4 var(--font-family-mincho);
}
.lower_page .cm_artList  {
  margin: 0;
}

/* [ お役立ち情報 ]
 * -------------------------------------------- */
.cm_artList.list_3c  {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}
.cm_artList.list_3c li  {
  width: calc((100% - 60px) / 3)
}

/* 感染症発⽣時のマニュアル */
.c-page-nav__inner {
  display: grid;
  padding: 3rem 1.75rem;
  gap: 1.5rem;
  border: 1px solid var(--green);
  background-color: var(--white);
}
.c-page-nav .c-page-nav-header {
  display: grid;
  gap: 1rem;
}
.c-page-nav .c-page-nav-header .heading {
  text-align: center;
}
.c-page-nav .c-page-nav-header .heading .ja {
  display: block;
  margin-bottom: .375rem;
  font-weight: 700;
  font-size: 1.875rem;
  font-family: var(--font-family-mincho);
}
.c-anchor .c-anchor__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.c-anchor .c-anchor__list li::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url(../img/common/ic_arrow-down.png);
  background-position: 5px 12px;
  background-size: 12px auto;
  background-repeat: no-repeat;
  content: "";
}
.c-anchor .c-anchor__list a {
  color: var(--green);
  text-decoration: underline;
  font-size: 1rem;
}
.cm_sec .c-heading-bg {
  padding: .75rem 1.25rem;
  background: linear-gradient(#72c9c2,#10baab);
  box-shadow: 0 3px 6px #00000029;
  color: var(--white);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  border: none;
  margin: 60px 0 20px;
}
.cm_sec .c-heading-line {
  position: relative;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: var(--font-family-mincho);
  padding-bottom: .5rem;
  margin: 0 0 2rem;
  color: #333;
}
.cm_sec .c-heading-line::after, .c-heading-line::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray);
  content: "";
}
.lower_page .c-text-wrap   {
  margin: 2rem 0 0;
} 
.anker_sec  {
  padding-top: 75px;
  margin-top: -75px;
}

/* 広告制限について */
.c-link-section {
  padding: 1.75rem;
  border: 1px solid var(--green);
  background: var(--white);
  padding: 2.5rem clamp(2.5rem,15%,5rem);
}
.c-heading-line.--with-icon {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: .5rem;
}
.cm_sec .c-link-section .c-heading-line  {
  margin: 0 0 1rem;
}

/* 医療機器・薬品等の処分について */
.c-list_02 li{
  margin: 0 0 15px;
  position: relative;
  line-height: 1.6;
  list-style-type: none;
  counter-increment: cnt;
}
.c-list_02 p  {
  margin-bottom: 10px;
}
.c-list_02 li::before{
  font-family: var(--font-family-mincho);
  content: counter(cnt)". ";
  color: var(--green);
  font-size: 110%;
}
.c-list.link-list li {
  display: block;
}
.c-list.link-list li a {
  word-break: break-all;
}
.c-list.link-list li::before {
  margin-right: 8px;
}
.c-list.link-list li a:hover {
  color: inherit;
}

/* 会員専用コンテンツ */
.lower_page .cm_sec ul.menuList.list_2c  {
  gap: 30px 4%;
}
.lower_page .cm_sec ul.menuList.list_2c li {
  width: 48%;
}
.lower_page .cm_sec ul.menuList.list_2c li a h5 {
  font: 400 21px/1.4 var(--font-family-mincho);
}
.lower_page .cm_sec ul.menuList.list_2c li a img {
  width: 10%;
}
.lower_page .cm_sec ul.menuList.list_4c li {
  width: calc(100% / 4);
}
.member_page .c-link-section  {
  max-width: 1000px;
  margin: 0 auto;
  background: #F4F9FB;
}
.cl-2col  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.cl-2col ul  {
  width: 49%;
}

/* 販売様式のご案内 */
.member_shopbox .cm_artList.list_3c {
  gap: 60px 30px;
  justify-content: center;
}
.member_shopbox .cm_artList li  {
  background: none;
}
.member_shopbox .cm_artList li .cm_artList_box {
  display: block;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.61) 100%);
  border: 1px solid var(--green);
  padding: 25px;
  min-height: 500px;
  position: relative;
}
.member_shopbox .member_dis  {
  margin: 1em 0 0;
  font-size: 15px;
}
.member_shopbox .cm_artList li a.cm_btn01 {
  font: 400 18px/1.5 var(--font-family-mincho);
  display: block;
  background: var(--blue);
  color: var(--white);
  padding: 15px 60px 15px 30px;
  position: relative;
  border: 1px solid var(--blue);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  text-align: left;
} 
.member_shopbox .cm_artList li a.cm_btn01:hover {
  opacity: 1;
  color: var(--blue);
  background: var(--white);
}

/* 企業様へ */
.flex-2c  {
  display: flex;
  justify-content: space-between;
}
.flex-2c ol.bene-list {
  width: calc(50% - 20px);
}
ol.bene-list li {
  display: flex;
  margin: 0 0 10px;
}
ol.bene-list li span {
  color: var(--green);
  display: inline-block;
  padding-right: 5px;
  font-family: var(--font-family-mincho);
  font-size: 120%;
  line-height: 1.6;
}
.supporting_page .topMedia_flex {
  justify-content: center;
}
.supporting_page .topMedia_flex_box  {
  width: 100%;
  max-width: 800px;
}
.cm_sec .topMedia_flex_box h3 {
  font: 400 22px/1.6 var(--font-family-mincho);
  letter-spacing: .1em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: inherit;
  border: none;
  margin: 0;
  padding: 0;
}
.supporting_page .topMedia_flex_box a::before {
  background: url(../img/page/supporting/mv.jpg) center/cover no-repeat;
}

/* 東京都獣医師会とは？ */
.reception-main {
  display: grid;
  grid-template-rows: auto;
  margin-bottom: 3.75rem;
  gap: 2.75rem;
}
.reception-main .rm_sec  {
  position: relative;
  background: var(--white);
  padding: 4rem clamp(2.5rem,15%,5rem) 4.5rem;
  box-shadow: 0 0 15px #d6d6d6;
}
.rm_sec::before  {
  position: absolute;
  top: 3rem;
  left: 2.2rem;
  content: "";
  display: inline-block;
  background-image: url('../img/page/reception/ttl_01.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.rm_sec.sec01::before  {
  width: 274px;
  height: 119px;
  background-image: url('../img/page/reception/ttl_01.png');
}
.rm_sec.sec02::before  {
  width: 238px;
  height: 120px;
  background-image: url('../img/page/reception/ttl_02.png');
}
.rm_sec.sec03::before  {
  width: 277px;
  height: 87px;
  background-image: url('../img/page/reception/ttl_03.png');
}

.flex-2c .left_column, .flex-2c .right_column {
  width: calc(50% - 20px);
}
.flex-2c .left_column  {
  padding: 124px 0 0;
}
.rm_img  {
  position: relative;
}
h5.rmi_cap  {
  position: absolute;
  border: solid 1px #000;
  border-radius: 4px;
  box-shadow: 3px 3px 0 #000;
  background: #FFF;
  z-index: 2;
  font-family: var(--font-family-mincho);
  text-align: center;
  line-height: 1.4;
}
.rib_top  {
  display: flex;
  justify-content: right;
}
.rib_top .rm_img  {
  width: 55%;
} 
.rib_bottom  {
  margin: 30px 0 0;
}
.rib_bottom .rm_img  {
  width: 65%;
} 
.rib_top .rm_img h5.rmi_cap {
  top: 30px;
  left: -200px;
  padding: 10px 40px;
}
.rib_bottom .rm_img h5.rmi_cap {
  bottom: 30px;
  right: -220px;
  padding: 10px 20px;
}
.rm_sec h2  {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 1.4rem;
}
.reception-main .sec02 .flex-2c ol.bene-list:first-child {
  padding: 0 0 0 20px;
}
.rm_menuList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 20px 0;
  justify-content: space-evenly;
  padding: 100px 0 0;
}
.rm_menuList li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% / 3) - 30px);
  border: 1px solid var(--gray);
  padding: 0 10px;
  height: 90px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-image: url('../img/page/reception/ic_merit_01.png');
  background-position:  0 0;
  background-size: 25%;
}
.rm_menuList li:nth-child(2) {
  background-image: url('../img/page/reception/ic_merit_02.png');
  background-position: 10px 7px;
  background-size: 23%;
}
.rm_menuList li:nth-child(3) {
  background-image: url('../img/page/reception/ic_merit_03.png');
  background-position: 15px 6px;
  background-size: 20%;
}
.rm_menuList li:nth-child(4) {
  background-image: url('../img/page/reception/ic_merit_04.png');
  background-position: 10px center;
  background-size: 20%;
}
.rm_menuList li:nth-child(5) {
  background-image: url('../img/page/reception/ic_merit_05.png');
  background-position: 15px 8px;
  background-size: 20%;
}
.rm_menuList li:nth-child(6) {
  background-image: url('../img/page/reception/ic_merit_06.png');
  background-position: bottom 0 left 10px;
  background-size: 25%;
}

.rm_infoList  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px 0;
  margin: 2rem 0 3rem;
}
.rm_infoList li  {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rm_infoList li .rmi_image  {
  width: 30%;
}
.rm_infoList li .rmi_ttl {
  width: 65%;
  text-align: center;
}
.rm_infoList li .rmi_ttl a {
  display: block;
  font-weight: bold;
  color: var(--black);
  line-height: 1.8;
}

/* 入会案内 */

.recep_flow {
  max-width: 860px;
  margin: 0 auto 60px;
  padding-left: 140px;
  position: relative;
}
.recep_flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
}
.recep_flow > li {
  position: relative;
  padding-top: 20px;
}
.recep_flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.recep_flow > li .icon {
  font-size: 16px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(20,170,160,1) 0%, rgba(65,165,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(20,170,160,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(20,170,160,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 18px;
  left: -140px;
  z-index: 10;
}
.recep_flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recep_flow > li dl {
  padding-left: 70px;
  position: relative;
}
.recep_flow > li dl::before,
.recep_flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.recep_flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--green);
  border-radius: 50%;
  left: -4px;
}
.recep_flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  left: 5px;
}
.recep_flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}

@media screen and (max-width: 767px)  {
  .recep_flow {
    padding-left: 100px;
  }
  .recep_flow::before {
    left: 100px;
  }
  .recep_flow > li dl {
    padding-left: 30px;
  }
  .recep_flow > li dl::after {
    width: 20px;
    border-bottom: 2px dashed #999;
  }
  .recep_flow > li .icon {
    font-size: 12px;
    top: 22px;
    left: -100px;
    padding: 8px 12px;
  }
  .supporting_page .cm_contentsTtl .ja{
    font-size: 19px;
  }
}


@media screen and (max-width: 1023px)  {
  .flex-2c .right_column  {
    padding: 140px 0 0;
  }
  .rib_top .rm_img, .rib_bottom .rm_img  {
    width: 85%;
  } 
  h5.rmi_cap  {
    position: initial;
    margin: 10px 0 0;
    font-size: 92%;
  }
  .rm_menuList li {
    width: 47%;
    height: 70px;
    padding: 0 5px;
    background-position: 2% center !important;
    background-size: 52px !important;
  }
  .rm_infoList li  {
    width: 100%;
  }
  .rm_infoList li .rmi_image {
    width: 18%;
  }
}


@media screen and (max-width: 767px)  {
  .lower_page {
    padding-top: 65px;
  }
  .lower_page .breadcrumbs  {
    font-size: 82%;
    line-height: 1.4;
  }
  .lower_page .cm_sec h4 {
    font-size: 20px;
  }
  .page_mv_title {
    margin-bottom: 60px;
  }
  .cm_btn01.sp-fs-small  {
    font-size: 14px;
  }
  .pmt_img {
    width: 100%;
  }
  .pmt_ttl {
    width: 100%;
    top: inherit;
    left: 0;
    bottom: 0;
  }
  .page_mv_title h1 {
    font-size: calc(100vw / 13);
    padding: 0;
  }
  .sec_bg_wh  {
    margin: 40px 0 60px;
  }
  .cm_sec .two_column .main_column  {
    width: 100%;
  }
  .cm_sec .two_column .side_column  {
    width: 100%;
    margin: 0 0 15px;
  }
  .lower_page .cm_sec ul.menuList {
    gap: 15px 0;
  }
  .lower_page .cm_sec ul.menuList li {
    width: 100%;
  }
  .lower_page .cm_sec ul.menuList li a {
    padding: 10px 20px;
  }
  .lower_page .cm_artList_ttl {
    font-size: 17px;
  }
  .c-page-nav__inner {
    padding: 1.75rem;
    gap: 1.5rem;
  }
  .c-page-nav .c-page-nav-header .heading .ja {
    font-size: 1.3rem;
  }
  .c-anchor .c-anchor__list {
    flex-direction: column;
    gap: .75rem;
  }
  .cm_sec .c-heading-bg {
    font-size: 1.25rem;
  }
  .cm_sec .c-heading-line {
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
  }
  .lower_page .c-text-wrap {
    margin: 1.5rem 0 0;
  }
  .anker_sec  {
    padding-top: 75px;
    margin-top: -75px;
  }
  .cm_artList.list_3c li  {
    width: 100% ;
  }
  .c-link-section {
    padding: 1.75rem;
  }
  .c-heading-line, .c-heading-bg {
    font-size: 1.25rem;
  }
  .c_green {
    font-size: 17px;
  }
  .lower_page .cm_sec ul.menuList.list_2c  {
    gap: 10px;
    margin: 0 -5px;
  }
  .lower_page .cm_sec ul.menuList.list_2c li {
    width: 100%;
    padding: 0 5px;
  }
  .lower_page .cm_sec ul.menuList.list_2c li a img {
    width: 40px;
  }
  .lower_page .cm_sec ul.menuList.list_2c li a h5 {
    width: calc(100% - 50px);
    font: 400 16px/1.4 var(--font-family-mincho);
  }
  .menuList.list_2c li:last-of-type {
    margin: 0;
  }
  .member_shopbox .cm_artList.list_3c {
    gap: 40px 30px;
  }
  .member_shopbox .cm_artList li .cm_artList_box {
    padding: 20px;
    min-height: inherit;
  }
  .member_shopbox .cm_artList li a.cm_btn01 {
    font-size: 16px;
    display: block;
    padding: 15px 60px 15px 20px;
    text-align: left;
  }
  .lower_page .cm_sec ul.menuList.list_4c li {
    width: calc(100% / 1);
  }
  .lower_page .cm_sec ul.menuList li a img {
    width: 40px;
  }
  .lower_page .cm_sec ul.menuList li a h5 {
    width: 80%;
    font: 400 16px/1.4 var(--font-family-mincho);
  }
  .cl-2col ul  {
    width: 100%;
  }
  .flex-2c  {
    display: block;
  }
  .flex-2c ol.bene-list {
    width: 100%;
  }
  .cm_sec .topMedia_flex_box h3 {
    font-size: 18px;
    position: initial;
  }
  .reception-main .rm_sec  {
    padding: 1.75rem;
  }
  .flex-2c .left_column, .flex-2c .right_column {
    width: 100%;
  }
  .rm_sec::before {
    top: 1.75rem;
    left: 1rem;
    background-size: 70%;
  }
  .flex-2c .left_column {
    padding: 100px 0 0;
  }
  .flex-2c .right_column  {
    padding: 0;
  }

  .reception-main .sec02 .flex-2c ol.bene-list:first-child {
    padding: 0;
  }
  .rm_infoList li .rmi_image {
    width: 24%;
  }
  .rm_infoList li .rmi_ttl {
    width: calc(76% - 15px);
    text-align: left;
  }
  .rm_infoList li .rmi_ttl a {
    font-size: 12px;
    line-height: 1.5;
  }
  .rm_menuList li {
    width: 100%;
  }
}

/* 2505追加 */
.ic_external-link  {
  position: relative;
}
.ic_external-link::after  {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url('../img/common/ic_external-link_green.svg');
  background-position: center center;
  background-size: cover;
}

.cm_menuList_ttl.ic_external-link::after  {
  width: 22px;
  height: 22px;
  left: calc(50% - 11px);
  bottom: -24px;
}

