@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900');
#wrapper {
  position: relative;
}
#partnerWrap {
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.035em;
color: #000;
}

#partnerHeader {
  background-color:#009279;
  padding: 5px 28px 15px 28px;
  color: #fff;
}
#partnerHeader h1 {
  font-size: 16px;
  font-weight: 300;

  padding-top: 10px;
}
#partnerHeader h1 img {
  vertical-align: middle;
  margin-right:20px;
  margin-top: -5px;
}
#main {
  background-color: #fff;
}
#main ul {
  list-style: none;
  display: flex;
  justify-content: center;
  background-image: url(/businessrd/healthcare/partner/img/main_top.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#main ul.main_bottom {
  background-image: url(/businessrd/healthcare/partner/img/main_bottom.jpg);
}
#main ul li {
  width: 33.33%;
  height: 0;
  position: relative;
  padding-top:18.7vw;
  overflow: hidden;
  line-height: 2;
}
#main ul li p {
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: #fff;
  background-color: #917900;
  width: 95px;
  font-size:16px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.7;
  font-weight: 300;
}
#main div {
  max-width:1045px;
  margin: 0 auto;
  padding: 2em 0;
}
#main div p {
  font-size: 24px;
  color: #009279;
  font-weight: 500;
  margin-bottom: 1.3em;
}
#main div p span {
  background-color:#009279;
  font-size: 20px;
  color: #fff;
  padding: 0.3em 2.3em;
  line-height: 1;
  margin-right: 1em;
  font-weight: 300;
}
#main div h2 {
  font-family: 'Noto Serif JP', serif;
  color:#009279;
  font-size: 39px;
  font-weight: 600;
}
.article {
  background-color: #fff;
  padding: 7em 0;
}
.article h3 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1.66em;
  position: relative;
  margin-bottom: 3em;
  line-height: 1.5;
}
.article h3::after {
  content: "";
  width:60px;
  height:3px;
  background-color: #009279;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.article h3.noSbt {
  padding-bottom: 0.8em;
}
.article h3.noSbt::after {
  display: none;
}
.article h3 span {
  font-size: 15px;
  display: block;
  margin-bottom: 0.3em;
}
.inner {
  max-width:1100px;
  margin: 0 auto;
}
.inner p {
  font-size:15px;
  line-height:2.13;
  margin-bottom: 2.7em
}
#appeal {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.4em;
}
#appeal li {
  width: 23.6%;
  box-sizing: border-box;
  margin-right: 1.86%;
  background-color: #c7e5d6;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1.8;
  padding: 3em 1.2em 1.2em 1.2em;
  margin-bottom: 2.5em;
  position: relative;
}
#appeal li:nth-child(4) {
  margin-right: 0;
}
#appeal li em {
  background-image: url(/businessrd/healthcare/partner/img/1.png);
  background-repeat: no-repeat;
  width:35px;
  height: 0;
  padding-top:56px;
  background-size: 100% auto;
  overflow: hidden;
  line-height: 2;
  display: block;
  position: absolute;
  left: 24px;
  top:-20px;
}
#appeal li:nth-child(2) em {
  background-image: url(/businessrd/healthcare/partner/img/2.png);
}
#appeal li:nth-child(3) em {
  background-image: url(/businessrd/healthcare/partner/img/3.png);
}
#appeal li:nth-child(4) em {
  background-image: url(/businessrd/healthcare/partner/img/4.png);
}
#appeal li:nth-child(5) em {
  background-image: url(/businessrd/healthcare/partner/img/5.png);
}
#appeal li:nth-child(6) em {
  background-image: url(/businessrd/healthcare/partner/img/6.png);
}
#appeal li:nth-child(7) em {
  background-image: url(/businessrd/healthcare/partner/img/7.png);
}
#appeal figure img {
  width: 100%;
}
#appeal li p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.bgc-gr {
  background-color: #f0f8f4;
}
.centerFig {
  padding:5em 0 8em;
  text-align: center;
}
.inner p.note {
  margin-top: -1em;
  font-weight: 500;
}
.txtWrap {
  width: 84.5%;
  margin: 0 auto;
}
#productWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5.7em;
  margin-bottom: -5em;
}
#productWrap li {
  width: 30.9%;
  margin-bottom: 5em;
}
.otherProduct li {
  position: relative;
}
#productWrap li figure,
.otherProduct figure img {
  background-color:#e8e8e8;
  position: relative;
  display: block;
  margin-bottom: 2.2em;
}
#productWrap li figure img {
  width: 100%;
}
#productWrap li figcaption,
.otherProduct li span {
  position: absolute;
  left: 1em;
  top: -1em;
  color: #fff;
  background-color: #009279;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 0.5em 1em;
  z-index: 5;
}
#productWrap li figure + p {
  font-size:20px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1em;
}
.box-txt {
  font-size: 15px;
  line-height: 2;
}
#cace,
.otherProduct {
  display: flex;
  justify-content: space-between;
}
#cace li,
.otherProduct li {
  width:30.9%;
}
#cace li dt {
  color:#009279;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 1em;
}
#cace li dt em {
  background-image: url(/businessrd/healthcare/partner/img/cace1.png);
  background-repeat: no-repeat;
  width:15px;
  padding-top:25px;
  height: 0;
  line-height: 2;
  overflow: hidden;
  display: inline-block;
  margin-left: 0.5em;
}
#cace li:nth-child(2) dt em {
  background-image: url(/businessrd/healthcare/partner/img/cace2.png);
}
#cace li:nth-child(3) dt em {
  background-image: url(/businessrd/healthcare/partner/img/cace3.png);
}
#cace li figcaption {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin: 1.3em 0;
}
.bgc-gray {
  background-color: #ececec;
}
.inner h4 {
  margin-bottom: 1em;
}
.inner p + .centerFig {
  padding:1.3em 0 5em;
}
.centerBtn a.godetail {
  width: 24em;
  box-sizing: border-box;
}
.otherProduct figcaption {
  font-size: 20px;
  margin-bottom:1em;
}
.otherProduct p {
  font-size: 15px;
}
ul#qa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul#qa li {
  width:47.27%;
  margin-bottom: 1em;
}
ul#qa li h4 {
  background-color: #fff;
  font-size: 20px;
  padding: 1em 1.2em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
}
ul#qa li p {
  font-size: 15px;
  line-height: 2;
  padding: 0 0.5em;
}
.contactBtn {
  right: 50px;
  bottom: 30px;
  z-index: 1000;
}

.contactBtn a {
  background-color: #ff4500;
  border-radius: 100%;
  box-sizing: border-box;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  border:solid 8px #ffa500;
}
.contactBtn a:hover {
  text-decoration: none;
  opacity:0.5;
}
.content01_list_wrap {
  color: #000;
  padding: 2.8em 3.2em;
}
.content01_slider_title p {
  font-size:20px;
  color: #009279;
  font-weight: 700;
  margin-bottom: 0.5em;
}
dl.bb {
  margin-bottom: 2.3em;
}
.content01_list_wrap dt,
.content01_list_wrap dd {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0.5em;
}
.content01_list_wrap dt {
  font-weight: 700;
}
.content01_list_wrap dd th {
  text-align: left;
}
.withTable {
  display: flex;
  justify-content: space-between;
}
.withTable table {
  width: 47%;
}
.modalWrap {
  display: none;
}
/*modalSetting*/
#cboxClose {
    background: url(/businessrd/healthcare/partner/img/close.png) no-repeat top center;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
}

#cboxContent {
    margin-top: 55px;
}
#cboxLoadedContent {
    border-radius: 0;
}

@media screen and (max-width:1040px) {
  #main div {
    width: 100%;
    box-sizing: border-box;
    padding: 2em;
  }
}
@media screen and (max-width:960px) {
  #appeal,
  #productWrap,
  .centerFig,
  #cace, .otherProduct,
  ul#qa {
    max-width: 90%;
    margin: 0 auto;
}
.article {
  padding: 5em 0;
}
/*modalSetting*/
#cboxClose {
    top: -25px;
    width: 20px;
    height: 20px;
	background-size:20px;
}

#cboxContent {
    margin-top: 25px;
}
}
@media screen and (max-width:520px) {
  #partnerHeader {
    padding: 0 1em 0.5em;
  }
  #partnerHeader h1 img {
    zoom:0.5;
  }
  #partnerHeader h1 {
    font-size:3.4375vw;
    padding-top: 5px;
  }
  #main ul li p {
    font-size: 2.6vw;
    width: 5em;
    left: 0.5em;
    bottom: 0.5em;
    border-radius: 4px;
  }
  #main div {
    padding: 1.5em;
  }
  #main div p span {
    font-size:3.4375vw;
    display: block;
    width: 10em;
    box-sizing: border-box;
    padding: 0.5em;
    text-align: center;
    margin-bottom: 1em;
  }
  #main div p {
    font-size:4.375vw;
    margin-bottom: 1em;
  }
  #main div h2 {
    font-size: 5.86vw;
    line-height: 1.5;
  }
  .article {
    padding: 3em 0;
  }
  .article h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.8vw;
  }
  #appeal {
    justify-content: space-between;
  }
  #appeal li {
    width: 47%;
    padding: 1em 0.6em 0.6em 0.6em;
  }
  #appeal li p {
    font-size: 12px;
  }
  #appeal li p br {
    display: none;
  }
  #appeal li em {
    width: 17.5px;
    padding-top: 28px;
  }

  .inner p,
  #productWrap li figure + p,
  ul#qa li p {
    font-size: 3.75vw;
  }
  .centerFig {
    padding: 0em 0 5em;
}
#productWrap {
  padding-top: 2em;
}
#productWrap li {
  width: 47%;
  margin-bottom: 2em;
}
#productWrap li figcaption,
.otherProduct li span {
  font-size:3.4375vw;
}
#productWrap li figure,
.otherProduct figure img {
  margin-bottom: 1em;
}
#productWrap li figure img {
  margin: 0.5em 0 1.5em;
}
#productWrap li figcaption {
  font-size: 3.1vw;
  left: 0em;
  bottom: 0.5em;
  top: inherit;
  padding-right: 0.5;
  letter-spacing: 0;
}
#cace,
.otherProduct,
ul#qa {
  display: block;
}
#cace li,
.otherProduct li,
ul#qa li {
  width: 100%;
}
#cace li dt {
  font-size:4.375vw;
}
#cace li figcaption,
.otherProduct figcaption,
ul#qa li h4 {
  font-size: 4.8vw;
}
.centerBtn a.godetail {
  width: 100%;
}
.contactBtn a {
  width: 100px;
  height: 100px;
  font-size: 4vw;
  border-width: 4px;
}
.contactBtn {
  right: 1em;
  bottom: 0;
}
ul#qa {
  padding-bottom: 3em;
}
a.godetail {
  font-size:3.2vw;
}
.article h3.noSbt {
  padding-bottom: 0;
}
}
