/* CSS Document */
@charset "utf-8";

/* PC,SP共通 */

/* format */
body{
  background-color: #fdeeed;
}
.l-footer .l-footer__copy{
  background-color: #ec6d81;
}

#page-nav{

}
#page-nav .pagenav-list{
  max-width: 1060px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
}
#page-nav .pagenav-list .link{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 160px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #E9546B;
  position: relative;
  z-index: 3;
  transition: .3s;
}
#page-nav .pagenav-list .link:before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 23px;
  background-image: url(../../images/painless_delivery/arrow01_pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX( -50%);
  z-index: 3;
}
#page-nav .pagenav-list .link:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  filter: blur(5px);
  -webkit-filter:blur(5px);
  will-change: filter; /* or transform */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#page-nav .pagenav-list .link:hover{
  color: #fff;
}
#page-nav .pagenav-list .link:hover:before{
  background-image: url(../../images/painless_delivery/arrow01_white.svg);
}
#page-nav .pagenav-list .link:hover:after{
  transform: scale(1.05);
  background-color: #EC6D81;
}



/* parts */
.c-title01{
  color: #ec6d81;
}
.c-title01.sub_text{
  font-size: 122.222222%; /* 22px */
}

.pd-title01{
  font-family: 'Noto Serif JP', serif;
  font-size: 183.333333%; /* 33px */
  color: #e9546b;
  letter-spacing: 0.1em;
  padding-left: 38px;
  font-weight: 500;
  position: relative;
}
.pd-title01:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ee869a;
  border-radius: 50%;
  filter: blur(3px);
  position: absolute;
  top: 19px;
  left: 0;
}

.pd-title02{
  font-family: 'Noto Serif JP', serif;
  font-size: 133.333333%; /* 24px */
  font-weight: normal;
  position: relative;
  padding-left: 22px;
}
.pd-title02:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #119ca9;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}


.pd-title02_02{
  color: #E9546B;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 138.888888%; /* 25px */
}

.pd-title03{
  font-family: 'Noto Serif JP', serif;
  font-size: 111.111111%; /* 20px */
  font-weight: normal;
  position: relative;
  padding-left: 22px;
}
.pd-title03:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #119ca9;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}


.numbring-list > li .n-title{
  font-size: 111.111111%; /* 20px */
  font-weight: 500;
}
.numbring-list > li .n-title::before{
  background-color: #ec6d81;
  top: 3px;
}


.co_colors_box{
  background-color: #fff;
}


.c-list02.co02 .c-list02__prefix{
  font-weight: normal;
}
.c-list02.co02 .c-list02__question{
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  background: #ec6d81;
  letter-spacing: 0.1em;
}
.c-list02.co02 .c-list02__answer{
  font-family: 'Noto Serif JP', serif;
  color: #231815;
  background: #ffffff;
  font-weight: normal;
}
.c-list02.co02 .c-list02__answer .c-list02__prefix{
  color: #ec6d81;
}
.c-list02.co02 .c-list02__question,
.c-list02.co02 .c-list02__answer {
  padding: 0.3em 1em;
}


.com-table{
  color: #000000;
  font-weight: normal;
}
.com-table th{
  background-color: #ee869a;
  word-break: normal;
}
.com-table td{
  word-break: normal;
}

.c-table01__tbody tr:nth-child(odd), .c-table01__tbody--middle tr:nth-child(odd) {
  background: #fffae3;
}
.com-table .c-table01__tbody tr:nth-child(even), .com-table .c-table01__tbody--middle tr:nth-child(even) {
  background: #ffffff;
}


.note-catheter_box{
  background-color: #fff;
  letter-spacing: 0.01em;
}

.co_image-box_center{
  text-align: center;
}
.co_image-box_center .pd-title03{
    display: inline-block;
}


@media screen and (min-width: 801px) {

  .sp{
    display: none;
  }

  header.l-header{
    width: 100%;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 10;
  }
  header.l-header .primary{
    padding: 0px 0 0 15px;
  }
  header.l-header .primary .h-text{
    margin-bottom: 15px;
  }
  header.l-header .primary .h-text strong{
    font-size: 75%; /* 12px */
  }
  header.l-header .primary .image{
    display: inline-block;
    transition: .3s opacity;
  }
  header.l-header .primary .image:hover{
    opacity: .6;
  }
  header.l-header .secondary .link-btn{
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    background-color:  #EC6D81;
    padding: 11px 20px 11px 45px;
    position: relative;
    transition: .3s opacity;
  }
  header.l-header .secondary .link-btn:before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../../images/painless_delivery/arrow01_white_col.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY( calc(-50% - 1px));
  }
  header.l-header .secondary .link-btn:hover{
    opacity: 0.6;
  }

  

  /* 新規 */
  a.co_link_text{
    text-decoration: underline;
  }
  a.co_link_text:hover{
    text-decoration: none;
  }


  #mainv{
    margin-bottom: -100px;
  }
  #mainv .image-box{
    margin-left: 5%;
  }
  #mainv .image-list {
    position: relative;
    padding-top: 68.421052%;/* 780px */
  }
  #mainv .image-list .image01{
    width: 42.982456%;
    position: absolute;
    top: 21%; /* 136px */
    left: 4.5%;
    z-index: 3;
  }
  #mainv .image-list .image02{
    width: 28.070175%;
    position: absolute;
    top: -3.5%; /* -20px */
    right: 23.684210%; /* 270px */
  }
  #mainv .image-list .image03{
    width: 65.087719%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #mainv .image-list img{
    width: 100%;
    height: auto;
  }


  .co-lable_clom{
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
  .co-lable_clom > dt{
    padding: 3px 10px;
    text-align: center;
    color: #fff;
    background-color: #EE869A;
    align-self: flex-start;
  }

  .note-catheter_box{
    padding: 40px 35px 40px 45px;
  }
  .note-catheter_box .nc-box{
    display: flex;
    gap: 35px;
  }
  .note-catheter_box .nc-box .text-box{
    flex: 1;
  }

  .c-list02.co02.size01 .c-list02__question{
    box-sizing: border-box;
    width: 530px;
  }

  .com-table .symp{
    box-sizing: border-box;
    width: 20%;
  }
  .com-table .occ{
    box-sizing: border-box;
    width: 20%;
  }
  .com-table .sol{
    box-sizing: border-box;
    width: 60%;
  }

  /* 240130 */
  .co_image-capl_box{
    text-align: center;   
  }
  .co_image-capl_box > .item{
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 1199px) and (min-width: 801px) {

}
@media screen and (max-width: 800px) {

  .pc{
    display: none;
  }

  .c-title01.sub_text{
    font-size: 112.5%; /* 18px */
  }
  
  header.l-header{
    background-color: #FDEEED;
  }
  .l-main01{
    margin-top: 85px;
  }
  header.l-header .primary{
    padding: 0px 55px 0 15px;
    box-sizing: border-box;
    max-height: 85px;
  }
  header.l-header .primary .h-text{
    margin-bottom: 5px;
  }
  header.l-header .primary .h-text strong{
    font-size: 62.5%; /* 10px */
  }
  header.l-header .primary .image{
    display: inline-block;
  }
  header.l-header .primary .image img{
    max-height: 100%;
  }
  header.l-header .secondary{
    display: none;
  }

  .pd-title01{
    font-size: 162.5%; /* 26px */
    padding-left: 33px;
  }
  .pd-title01:before{
    width: 20px;
    height: 20px;
    top: 15px;
  }

  .pd-title02:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #119ca9;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
  }
  
  .pd-title02:before{
    top: 12px;
  }

  .pd-title03:before{
    top: 10px;
  }

  .c-localnav01__inner{
    background-color: #fdeeed;
  }
  .c-localnav01__inner .c-localnav01__link{
    background-color: #ec6d81;
    text-align: center;
    padding: 1em 1em;
  }


  /* 新規 */
  #mainv{
    margin-bottom: -5%;
  }
  #mainv .image-box{
  
  }
  #mainv .image-list {
    position: relative;
    padding-top: 108%;
  }
  #mainv .image-list .image01{
    width: 72%;
    position: absolute;
    top: 0; 
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
  }
  #mainv .image-list .image02{
    width: 43.2%;
    position: absolute;
    top: 36%; 
    left: -7%;
    z-index: 2;
  }
  #mainv .image-list .image03{
    width: 70%; 
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #mainv .image-list img{
    width: 100%;
    height: auto;
  }

  .pd-title02_02{
    font-size: 125%; /* 20px */
  }
  
  .co-lable_clom > dt{
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    background-color: #EE869A;
    align-self: flex-start;
  }
  .co-lable_clom > dd{
    margin-bottom: 10px;
  }
  .note-catheter_box .nc-box .text-box{
    margin-bottom: 20px;
  }
  .note-catheter_box .nc-box .image-box{
    text-align: center;
  }


  .note-catheter_box{
    padding: 30px 20px;
  }

  .com-table .symp{
    box-sizing: border-box;
    width: 23%;
  }
  .com-table .occ{
    box-sizing: border-box;
    width: 30%;
  }
  .com-table .sol{
    box-sizing: border-box;
    width: 47%;
  }
  .com-table thead tr .c-table01__head{
    padding: 8px 5px;
  }
  .com-table tbody tr td{
    padding: 8px 5px;
  }
}





@media screen and (max-width: 1150px) and (min-width: 801px) {
  #page-nav .pagenav-list .link{
    width: 110px;
    height: 110px;
    font-size: 84.375%; /* 13.5px */
  }
  #page-nav .pagenav-list .link:before{
    width: 5px;
    height: 16px;
    bottom: 13px;
  }
}
@media screen and (max-width: 800px) {
  #page-nav .pagenav-list{
    max-width: 500px;
  }
  #page-nav .pagenav-list .link{
    width: 130px;
    height: 130px;
    font-size: 87.5%; /* 14px */
  }
  #page-nav .pagenav-list .link:before{
    width: 5px;
    height: 16px;
    bottom: 18px;
  }
}