@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
.contents {
  width: 100%;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea.visArea--top {
  margin: 0 auto;
}
#visArea.visArea--top .mainArea {
  background: url("img/mv_pic2_pc.png") right 30px center no-repeat,
    url("img/mv_pic_pc-01.png") center no-repeat;
  background-size: 46% auto, cover;
  height: 490px;
}
#visArea.visArea--top .mainArea .mainAreaInner {
  display: block;
  max-width: 1100px;
  margin: auto;
  padding: 35px 0 45px 0;
}
#visArea.visArea--top .mainArea .siteNameArea {
  margin: 0 0 20px;
}
#visArea.visArea--top .mainArea .siteName {
  font-size: 4rem;
  margin: 0 0 10px;
  max-width: 446px;
}
#visArea.visArea--top .mainArea .siteName img {
  margin: 0;
}
#visArea.visArea--top .mainArea .siteNameSmall {
  font-size: 1.6rem;
}
#visArea.visArea--top .mainArea .mainTxtBox {
}
#visArea.visArea--top .mainArea .catchArea {
}
#visArea.visArea--top .mainArea .catchArea .catch {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 25px;
  color: #0d2ea0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#visArea.visArea--top .mainArea .catchArea .catch span.bg {
  background: #0d2ea0;
  color: #fff;
  font-size: 3.4rem;
  padding: 6px 10px 5px;
}
#visArea.visArea--top .mainArea .catchArea .catch span.yellow {
  color: #cbe832;
  font-size: 4.2rem;
  vertical-align: -2px;
}
#visArea.visArea--top .mainArea .txtArea {
  width: 530px;
  padding: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.04em;
  position: relative;
  z-index: auto;
  color: #333;
}
#visArea.visArea--top .mainArea .txtArea span {
	font-weight: 700;
    background: linear-gradient(transparent 60%, #aeedfe 60%);
}
#visArea .mainArea .txtArea ol.mainTxtBox__list {
  padding: 0;
}
#visArea .mainArea .txtArea ol.mainTxtBox__list {
  counter-reset: item;
}
#visArea .mainArea .txtArea ol.mainTxtBox__list li {
  font-size: 1.8rem;
  line-height: 2.2;
  list-style-type: none;
}
#visArea .mainArea .txtArea ol.mainTxtBox__list li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  color: #295282;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .fl {
  width: 400px;
  margin: 0 40px 10px 0;
  text-align: center;
}
.float-wrap .fr {
  width: 400px;
  margin: 0 0 10px 40px;
}
.float-wrap .ct {
  width: 600px;
}
/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts01 {
  width: 100%;
  margin: 0 0 90px;
}
.addParts01 .addInner {
  width: 1100px;
  margin: 0 auto;
}
.addParts01 p {
  margin: 0;
}
.addParts01 .aadPartsTit {
  text-align: center;
}
.addParts01 .block {
  width: 352px;
  margin: 0 0 0 22px;
  float: left;
}
.addParts01 .block:first-child {
  margin: 0 0 0 0;
}
.addParts01 .block:nth-child(3n + 1) {
  margin: 0 0 0 0;
}
.addParts01 .block:nth-child(n + 4) {
  margin-top: 22px;
}
.addParts01 .block .catch {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 10px;
  margin: 0 0 10px;
  display: table;
  width: 100%;
}
.addParts01 .block .catch span {
  display: table-cell;
  vertical-align: middle;
  color: inherit;
  border-bottom: none;
  font-weight: inherit;
}
.addParts01 .block a {
  display: block;
}
.addParts01 .scrollArea {
  background-color: #f5f5dc;
  padding: 20px 20px 25px;
  position: relative;
}
.addParts01 .scrollArea::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("img/scroll_arrow.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.addParts01 .scrollArea .priceArea {
  display: table;
  margin: 0 0 12px;
}
.addParts01 .scrollArea .priceArea .priceTit {
  display: table-cell;
  vertical-align: middle;
  width: 56px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #333;
  padding: 7px 10px 8px;
}
.addParts01 .scrollArea .priceArea .price {
  display: table-cell;
  vertical-align: middle;
  width: 256px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #8c8200;
  background-color: #fff;
  padding: 7px 10px 8px;
}
.addParts01 .scrollArea .priceArea .price span {
  font-size: 1.4rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}
.addParts01 .scrollArea .companyName {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
/***** addParts02 *****/
.addParts02 {
  width: 100%;
  background: url(./img/add02_bg_01.png) repeat top / 100% auto #cfe6ff;
  padding: 100px 0;
  position: relative;
}

.addParts02 .sttl {
  background: url(./img/ttl-recommended.svg) no-repeat top;
  padding-top: 6rem;
}

.addParts02 p {
  margin: 0;
}
.addParts02 .sub-title {
  position: relative;
  color: #0d2ea0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 6rem 0 2.5rem;
  width: 100%;
}
.addParts02 .sub-title span {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  background: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  z-index: 1;
}
.addParts02 .sub-title:before {
  content: "";
  position: absolute;
  background: #0d2ea0;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
/*block*/
.addParts02 .block {
  background-color: #fff;
  padding: 5rem 3.5rem;
  margin: 0 0 60px;
  position: relative;
}
.addParts02 .block:last-child {
  margin: 0;
}
.addParts02 .blockTitArea {
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
}
.addParts02 .blockTitSub {
  display: table;
  background: #0d2ea0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-weight: bold;
}
.index .addParts02 .blockTit {
  display: inline-block;
  color: #0d2ea0;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 0 25px;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.index .addParts02 .blockTit::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #0d2ea0;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: auto;
}
/*slideTxtArea*/
.addParts02 .slideTxtArea {
  width: calc(100% - 40px);
  border-left: 1px solid #333;
  padding: 35px 0 15px 35px;
  margin: -25px auto 0;
  position: relative;
  z-index: 2;
}
.addParts02 .slideTxtArea::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.addParts02 .slideTxtInner .caption {
  text-align: left;
  margin-bottom: 10px;
}
.addParts02 .slideTit {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 8px;
}
.addParts02 .slideTxt {
  line-height: 1.6;
}
/*テキスト動き*/
.addParts02 .slideTxtArea {
  opacity: 0;
  transition: all 1s 0s ease;
  transition-delay: 300ms;
}
.addParts02 .slick-slide.slick-current .slideTxtArea,
.addParts02 .slick-slide.is-active-next .slideTxtArea {
  opacity: 1;
}
.addParts02 .slideTxtInner {
  opacity: 0;
  margin-left: -15px;
  transition: all 0.5s 0s ease;
  transition-delay: 600ms;
}
.addParts02 .slick-slide.slick-current .slideTxtInner,
.addParts02 .slick-slide.is-active-next .slideTxtInner {
  opacity: 1;
  margin-left: 0;
}
.addParts02 .priceIcoArea {
  width: calc(100% - 80px);
  height: 100%;
  overflow: hidden;
  padding: 50px 0;
  margin: 0 auto 50px;
  position: relative;
}
.addParts02 .priceIcoArea::before {
  content: "";
  background: linear-gradient(
      to right,
      rgba(187, 187, 187, 1),
      rgba(187, 187, 187, 1) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.addParts02 .priceIcoArea::after {
  content: "";
  background: linear-gradient(
      to right,
      rgba(187, 187, 187, 1),
      rgba(187, 187, 187, 1) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
}
.addParts02 .priceIcoArea .priceArea {
  width: 340px;
  background-color: #f5f5dc;
  padding: 20px 20px 12px;
  float: left;
}
.contents .addParts02 .priceIcoArea .priceArea .priceTit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  max-width: inherit;
  padding: 15px 10px 0;
  letter-spacing: normal;
}
.addParts02 .priceIcoArea .priceArea .price {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #8c8200;
  background-color: #fff;
  padding: 3px 10px 15px;
  margin: 0 0 15px;
}
.addParts02 .priceIcoArea .priceArea .price span {
  font-size: 1.8rem;
  color: #333;
  padding: 0 0 0 5px;
  font-weight: inherit;
  border-bottom: none;
}
.contents .addParts02 .priceIcoArea .priceArea ul {
}
.contents .addParts02 .priceIcoArea .priceArea ul li {
  line-height: 1.5;
  padding: 0 0 12px 18px;
  position: relative;
}
.contents .addParts02 .priceIcoArea .priceArea ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contents .addParts02 .box.type-a {
  margin-bottom: 40px;
}
.contents .addParts02 .box.type-a:nth-child(3),
.addParts02 .box.type-a:nth-child(4) {
  margin-bottom: 0;
}
.contents .addParts02 .box-wrap .type-b {
  margin-bottom: 35px;
}

.contents .addParts02 .box-wrap .type-b .box-head {
  font-weight: normal;
  line-height: 1.5;
}
.contents .box-wrap.box-wrap-flex {
  display: flex;
  flex-wrap: wrap;
}
.contents .box-wrap.box-wrap-flex .type-b {
  width: 48%;
  background: #f0f3f7;
}
.contents .box-wrap.box-wrap-flex .type-b .thumb {
  text-align: center;
}
.contents .box-wrap.box-wrap-flex .type-b .box-head-area {
  margin: 0;
}
.contents .box-wrap.box-wrap-flex .type-b .box-head {
  color: #333;
  font-size: 1.6rem;
  padding: 0 0 10px;
  font-weight: bold;
}
.addParts02 .priceIcoArea .icoArea {
  width: 640px;
  float: right;
}
.addParts02 .priceIcoArea .icoArea li {
  width: 192px;
  margin: 0 0 0 32px;
  float: left;
}
.addParts02 .priceIcoArea .icoArea li:first-child {
  margin: 0 0 0 0;
}
.addParts02 .priceIcoArea .icoArea li:nth-child(3n + 1) {
  margin: 0 0 0 0;
}
.addParts02 .priceIcoArea .icoArea li:nth-child(n + 4) {
  margin-top: 40px;
}
.addParts02 .priceIcoArea .icoArea li .icoSet {
  text-align: center;
  margin: 0 0 25px;
}
.addParts02 .priceIcoArea .icoArea li .icoSet .ico {
  width: 80px;
  margin: 0 auto;
}
.contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 20px 0 10px;
  position: relative;
  letter-spacing: normal;
}
.contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e6dc14;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: auto;
}
.addParts02 .doctorArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addParts02 .doctorArea .doctorArea__txt-box {
  width: 570px;
}
.addParts02 .doctorArea .doctorArea__img-box {
  width: 400px;
}
.addParts02 .doctorArea .doctorArea__name {
  font-size: 2.4rem;
  color: #295282;
  font-weight: bold;
}
.addParts02 .doctorArea .doctorArea__history {
  font-size: 1.6rem;
  margin: 2.5rem 0 0;
}
.addParts02 .doctorArea .doctorArea__list {
  margin: 1rem auto;
  padding: 0;
}
.addParts02 .doctorArea .doctorArea__list li {
  position: relative;
  padding-left: 2rem;
}
.addParts02 .doctorArea .doctorArea__list li::before {
  content: "";
  display: block;
  background-color: #e6dc14;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}
.addParts02 .infoArea {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.addParts02 .infoArea table {
  max-width: 725px;
}
.contents .addParts02 .infoArea .infoTit {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 45px;
}
.addParts02 .imgArea {
  margin: 0 auto;
}
.addParts02 .infoArea .infoBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.addParts02 .infoArea .infoBox .mapArea {
  width: 480px;
  padding-top: 1rem;
}
.addParts02 .infoArea .infoBox .mapArea .caption {
  text-align: left;
}
.addParts02 .infoArea .infoBox .mapArea-other {
  width: calc(100% - 480px - 30px);
  margin-left: auto;
}
.addParts02 .infoArea .infoBox .catch {
  color: #0d2ea0;
  font-size: 2.2rem;
  font-weight: bold;
}
.addParts02 .infoArea .infoBox table {
  margin: 1rem 0 0;
}
.addParts02 .infoArea.infoArea01 .infoBox table th {
  text-align: left;
  font-size: 1.8rem;
  width: 50%;
  border-color: #999;
  background-color: #295282;
  color: #fff;
}
.addParts02 .infoArea.infoArea01 .infoBox table th span {
  font-size: 1.4rem;
}
.addParts02 .infoArea.infoArea01 .infoBox .mapArea {
  width: 480px;
}
.addParts02 .infoArea.infoArea01 .infoBox table {
  table-layout: fixed;
}
.addParts02 .infoArea.infoArea01 table th {
  width: 26%;
  font-size: 1.6rem;
  padding: 18px 16px;
}
.addParts02 .infoArea.infoArea01 table td {
  font-size: 1.6rem;
  padding: 18px 16px;
}
.addParts02 .infoArea.infoArea02 .infoBox table {
  margin-top: 2rem;
}
.addParts02 .infoArea.infoArea02 .infoBox table th,
.addParts02 .infoArea.infoArea02 .infoBox table td {
  padding: 2.2rem;
  font-weight: normal;
}
.addParts02 .infoArea.infoArea02 .infoBox table th {
  width: 33%;
  font-size: 1.8rem;
  font-weight: bold;
}
/*btn*/
.contents .addParts02 .btn-web {
  max-width: 500px;
}
.contents .addParts02 .btn-web a {
  max-width: 500px;
  margin: 0 auto;
}
.contents .addParts02 .btn-accordion .btn-more {
  width: 500px;
  border: 1px solid #333;
  background: #fff;
  font-size: 1.8rem;
}
.contents .addParts02 .btn-tel {
}
.contents .addParts02 .btn-tel a {
}
/***** addParts02 *****/
.addParts03 {
  width: 100%;
  padding: 100px 0 125px;
  background: #f7f5f4;
}
.addParts03 .sttl {
  background: url(./img/ttl-type.svg) no-repeat top;
  padding-top: 6rem;
}
.addParts03 p {
  margin: 0;
}
.addParts03 .personMainArea {
  width: 100%;
  border-top: 1px solid #999;
  padding: 25px 40px;
  margin: 0 0 -1px;
  position: relative;
}
.addParts03 .personMainArea:last-child {
  border-bottom: 1px solid #999;
}
.addParts03 .personMainArea .subTxt {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  background-color: #f0f3f7;
  padding: 15px 20px;
  position: absolute;
  top: -30px;
  right: 20px;
  color: #999;
}
.addParts03 .personMainArea .personBox {
  display: flex;
  align-items: center;
}
.addParts03 .personMainArea .personBox .pic {
  display: block;
  width: 150px;
}
.addParts03 .personMainArea .personBox .pic img {
  border-radius: 100px;
}
.addParts03 .personMainArea .personBox .txt-box {
  display: block;
  vertical-align: middle;
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}
.addParts03 .personMainArea .personBox .txt-box .personBox__tit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0d2ea0;
  margin: 0 0 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.addParts03 .personMainArea .personBox .txt-box .personBox__tit a {
  padding-right: 2rem;
  display: inline-block;
  background: url(img/arrow_red.png) right center no-repeat;
  background-size: 8px auto;
}
.addParts03 .personMainArea .personBox .txt-box .personBox__tit span {
  font-size: 2rem;
}
.addParts03 .personMainArea .personBox .txt-box p {
}
.addParts03 .interviewTitArea {
  display: table;
  background-color: #f5f5dc;
  position: relative;
  margin: 0 0 10px;
}
.addParts03 .interviewTitArea::before {
  content: "";
  position: absolute;
  background: #f5f5dc;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 9999px;
}
.addParts03 .interviewTitArea::after {
  content: "";
  width: 2px;
  height: 234px;
  background: url("img/parts03_dotline01.png") no-repeat;
  position: absolute;
  top: 60px;
  left: -70px;
}
.contents .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 25px 15px;
  position: relative;
}
.contents .addParts03 .interviewTitArea .interviewTit:after {
  content: "";
  width: 149px;
  height: 24px;
  background: url("img/parts03_eng.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: inherit;
  transform: none;
}
.addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: 880px;
  font-size: 1.8rem;
  border-left: 2px solid #fff;
  padding: 35px 50px;
}
.addParts03 .personArea {
  margin: 0 0 80px;
}
.addParts03 .personArea .personBox {
  display: table;
  padding: 30px 10px;
  position: relative;
}
.addParts03 .personArea .personBox::after {
  content: "";
  background: linear-gradient(
      to right,
      rgba(187, 187, 187, 1),
      rgba(187, 187, 187, 1) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.addParts03 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.addParts03 .personArea .personBox .pic img {
  border-radius: 100px;
}
.addParts03 .personArea .personBox .txt-box {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 150px);
  padding: 0 0 0 30px;
}
.addParts03 .personArea .personBox .txt-box .personBox__tit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #8c8200;
  margin: 0 0 12px;
}
.addParts03 .personArea .personBox .txt-box p {
  position: relative;
  margin: 0 0 10px;
}
.addParts03 .summaryArea {
  width: 100%;
  background: url("img/parts03_summary_bg.png") left top repeat;
  padding: 50px 50px 50px;
  margin: 0 0 60px;
}
.contents .addParts03 .summaryArea .summaryTit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts03_summary_ico.png") center bottom no-repeat;
  background-size: 70px auto;
  padding: 0 150px 80px;
  margin: 0 0 30px;
  position: relative;
}
.contents .addParts03 .summaryArea .summaryTit span {
  font-size: 2.6rem;
  padding: 0 8px;
  font-weight: inherit;
  color: inherit;
  border-bottom: none;
}
.addParts03 .summaryArea .txtArea {
  width: 100%;
  background-color: #fff;
  padding: 40px;
}
.addParts03 .summaryArea .txtArea .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 25px;
}
.addParts03 .summaryArea .txtArea .txt {
}
.addParts03 .btnArea {
  width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.contents .addParts03 .btnArea .btn-internal {
  margin: 0 auto;
}
.contents .addParts03 .btnArea .btn-internal a {
  padding: 22px 70px 22px;
}
.contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
  background: url("img/arrow_black.png") right 15px center no-repeat,
    url("img/parts03_summary_num01.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}
.contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
  background: url("img/arrow_black.png") right 15px center no-repeat,
    url("img/parts03_summary_num02.png") 25px center no-repeat;
  background-size: 7px auto, auto 24px;
}
.addParts-hospital {
  padding: 10rem 0;
}
.addParts-hospital .sttl {
  background: url(./img/ttl-list.svg) no-repeat top;
  padding-top: 7rem;
}
.addParts-utilization {
  padding: 10rem 0 0;
}
.contents .addParts-utilization .addInner {
  max-width: 950px;
}
.addParts-utilization .sttl {
  background: url(./img/ttl-case.svg) no-repeat top;
  padding-top: 6rem;
}
.contents .addParts-utilization .catch {
  color: #333;
}
.addParts-utilization .float-wrap .fl {
  width: 356px;
}
.contents .addParts-utilization .addParts-utilization-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.contents .addParts-utilization .addParts-utilization-list li {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: stretch;
}

.contents .addParts-utilization .addParts-utilization-list a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: url(img/arrow_red.png) 93% center no-repeat;
  background-size: 8px auto;
  letter-spacing: normal;
  padding: 30px 40px 30px 33px;
  min-height: 100px;
  color: #0d2ea0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid #999;
  align-items: center;
  text-decoration: none;
}
.contents .addParts-utilization .addParts-utilization-list a:hover {
  opacity: .7;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.contents .box-wrap .box {
  display: block;
  width: 100%;
  margin: 0 0 0;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}
.contents .box-wrap .box:nth-of-type(odd) {
  margin-right: 40px;
}
/*box-head*/
.index .box-wrap .box-head,
#category .box-wrap .box-head,
#page .box-wrap .box-head {
  display: block;
}
.index .box-wrap .box-head a,
#category .box-wrap .box-head a,
#page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
}
.index .box-wrap .box-head a:hover,
#category .box-wrap .box-head a:hover,
#page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
}
.index .box-wrap .box-head::after,
#category .box-wrap .box-head::after,
#page .box-wrap .box-head::after {
  content: none;
}
.contents .box-wrap .box-body .caption {
  text-align: left;
}
.contents .box-wrap .box p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
/*type-a*/
.contents .box-wrap .type-a {
  background-color: #e8faff;
}
.contents .box-wrap .type-a .thumb {
  position: relative;
}
.contents .box-wrap .type-a .thumb::before {
  content: "";
  width: 109px;
  height: 108px;
  background: url("img/box-wrap_a_circle.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  left: 20px;
}
.contents .box-wrap .type-a .box-head {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 1.2rem 2rem;
  margin: 0 0 1.5rem;
  background: #33bfe4;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.contents .box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
.contents .box-wrap .type-a .box-head a:hover {
  opacity: 0.7;
}
.contents .box-wrap .type-a .box-head__name {
  font-weight: bold;
  font-size: 2.2rem;
}
.contents .box-wrap .type-a .box-body .smallPic {
  width: 100px;
  float: left;
}
/*type-b*/
.contents .box-wrap .type-b {
  padding: 2.5rem;
  background-color: #f7f5f4;
}
.contents .box-wrap .type-b:nth-last-child(2),
.contents .box-wrap .type-b:last-child {
}
.contents .box-wrap .type-b .box-head-area {
  display: grid;
  gap: 0 13px;
  margin: 0 0 40px;
}
.contents .box-wrap .type-b .thumb {
  display: block;
  vertical-align: middle;
  width: 65px;
  position: relative;
  grid-row: span 2 / span 2;
}
.contents .box-wrap .type-b .thumb img {
  border-radius: 100px;
}
.contents .box-wrap .type-b .box-head {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #4c5866;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: calc(100% - 65px);
}
.contents .box-wrap .type-b .box-head a {
  display: block;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}
.contents .box-wrap .type-b .box-head a:hover {
  opacity: 0.7;
}

.contents .box-wrap .type-b p {
  grid-column-start: 2;
    grid-row-start: 2;
}
.contents .box-wrap .type-b .caption {
  margin: 25px 0 0;
}
/*type-c*/
.contents .box-wrap .type-c {
  padding: 2.5rem;
  border-bottom: 1px solid #999;
}
.contents .box-wrap .type-c:nth-child(1),
.contents .box-wrap .type-c:nth-child(2) {
  border-top: 1px solid #999;
}
.contents .box-wrap .type-c:nth-last-child(2),
.contents .box-wrap .type-c:last-child {
}
.contents .box-wrap .type-c .box-head-area {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.contents .box-wrap .type-c .thumb {
  display: block;
  vertical-align: middle;
  width: 120px;
  position: relative;
}
.contents .box-wrap .type-c .thumb::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("img/box-wrap_b_dotline.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: -10px;
}
.contents .box-wrap .type-c .thumb img {
  border-radius: 100px;
  max-width: 100%;
}
.contents .box-wrap .type-c .box-head {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
  width: calc(100% - 120px);
}
.contents .box-wrap .type-c .box-head a {
  display: block;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents .box-wrap .type-c .box-head a:hover {
  opacity: 0.7;
}
.contents .box-wrap .type-c .caption {
  margin: 25px 0 0;
}
/*btn-web*/
.contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  /*------------
Index
------------*/
  .contents {
    width: 100%;
  }
  .index {
  }
  /*--------------------------------------
　visArea
---------------------------------------*/
  #visArea.visArea--top {
    margin: 0 auto;
  }
  #visArea.visArea--top .mainArea {
    background: url("img/mv_pic_pc-01.png") center no-repeat;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #visArea.visArea--top .mainArea .siteNameArea {
    display: table;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #visArea.visArea--top .mainArea .siteNameAreaInner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }
  #visArea.visArea--top .mainArea .siteName {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 0 0.8rem;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
      2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff,
      2px 0 0 #fff;
  }
  #visArea.visArea--top .mainArea .siteNameSmall {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
      2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff,
      2px 0 0 #fff;
  }
  #visArea.visArea--top .mainArea .mainTxtBox {
    width: 92%;
    padding: 2rem 0 0;
    margin: 0 auto;
  }
  #visArea.visArea--top .mainArea .catchArea {
  }
  #visArea.visArea--top .mainArea .catchArea .catch {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.65;
    text-align: center;
    margin: 0 0 1rem;
  }
  #visArea.visArea--top .mainArea .catchArea .catch span.bg {
    font-size: 2.4rem;
	padding: 4px 2px;
	letter-spacing: -1px;
  }
  #visArea.visArea--top .mainArea .catchArea .catch span.yellow {
    font-size: 3rem;
  }
  #visArea.visArea--top .mainArea .txtArea {
    width: auto;
    margin: 2rem 0 0;
    padding: 0;
  }
  #visArea.visArea--top .mainArea .siteName img.sp {
    width: auto;
    height: 15rem;
    padding: 1rem 1.5rem;
  }
  #visArea .mainArea .txtArea .txtArea__title {
    font-size: 1.4rem;
    background: #fff;
    margin: -3.7rem -1rem 0;
  }
  #visArea .mainArea .txtArea .txtArea__title span {
    font-size: 1.8rem;
  }
  #visArea .mainArea .txtArea ol.mainTxtBox__list li {
    font-size: 1.4rem;
  }
  /*--------------------------------------
オリジナル
---------------------------------------*/
  /***** addParts01 *****/
  .addParts01 {
    width: 85%;
    margin: 0 auto 90px;
  }
  .addParts01 .addInner {
    width: 100%;
    margin: 0 auto;
  }
  .addParts01 p {
    margin: 0;
  }
  .addParts01 .aadPartsTit {
    text-align: center;
  }
  .addParts01 .block {
    width: 100%;
    margin: 0 0 2.5rem;
    float: none;
  }
  .addParts01 .block:first-child {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:nth-child(3n + 1) {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:nth-child(n + 4) {
    margin: 0 0 2.5rem;
  }
  .addParts01 .block:last-child {
    margin: 0 0 0;
  }
  .addParts01 .block .catch {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 12px 10px;
    margin: 0 0 0;
  }
  .addParts01 .block a {
    display: block;
  }
  .addParts01 .scrollArea {
    background-color: #f5f5dc;
    padding: 1rem 4rem 2rem 1.5rem;
    position: relative;
  }
  .addParts01 .scrollArea::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("img/scroll_arrow.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 10px);
    left: auto;
    right: 10px;
    bottom: auto;
  }
  .addParts01 .scrollArea .priceArea {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .addParts01 .scrollArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: #333;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts01 .scrollArea .priceArea .priceTit br {
    display: none;
  }
  .addParts01 .scrollArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8200;
    background-color: #fff;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts01 .scrollArea .priceArea .price span {
    font-size: 1.2rem;
    color: #333;
    padding: 0 0 0 5px;
  }
  .addParts01 .scrollArea .companyName {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  /***** addParts02 *****/
  .addParts02 {
    width: 100%;
    padding: 5rem 0 6rem;
    position: relative;
  }
  .addParts02 p {
    margin: 0;
  }
  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3rem;
  }
  /*sttl*/
  .index .addParts02 .sttl {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-size: 70% auto;
    margin: 0 auto 2rem;
    position: relative;
    padding-top: 2rem;
  }
  /*block*/
  .addParts02 .block {
    background-color: #fff;
    padding: 3rem 1.5rem 1.5rem 1.5rem;
    margin: 0 0 6rem;
    position: relative;
    box-shadow: none;
  }
  .addParts02 .block:last-child {
    margin: 0;
  }
  .addParts02 .blockTitArea {
    text-align: center;
    padding: 0;
    margin: 0 0 2.5rem;
  }
  .addParts02 .blockTitSub {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .index .addParts02 .blockTit {
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.03em;
	padding: 0 0 1.5rem;
  }
  .index .addParts02 .blockTit::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
  }
  /*slideTxtArea*/
  .addParts02 .slideTxtArea {
    width: calc(100% - 30px);
    border-left: 1px solid #333;
    padding: 2.5rem 0 1.5rem 1.5rem;
    margin: -1.5rem auto 0;
    position: relative;
    z-index: 2;
  }
  .addParts02 .slideTxtArea::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .addParts02 .caption {
    margin: 0.5rem 0 1.2rem;
  }
  .addParts02 .infoArea .infoBox .catch {
    font-size: 1.8rem;
    text-align: center;
  }
  .addParts02 .infoArea.infoArea02 .infoBox table th {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .contents .addParts02 .btn-accordion .btn-more {
    width: 85%;
    font-size: 1.4rem;
  }
  .contents .box-wrap.box-wrap-flex {
    display: block;
  }
  .contents .box-wrap.box-wrap-flex .type-b {
    width: 100%;
  }
  .addParts02 .infoArea.infoArea01 table th {
    width: 100%;
    text-align: center;
  }
  .addParts02 .slideTit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 8px;
  }
  .addParts02 .slideTxt {
    line-height: 1.6;
  }
  /*テキスト動き*/
  .addParts02 .slideTxtArea {
    opacity: 0;
    transition: all 1s 0s ease;
    transition-delay: 300ms;
  }
  .addParts02 .slick-slide.slick-current .slideTxtArea,
  .addParts02 .slick-slide.is-active-next .slideTxtArea {
    opacity: 1;
  }
  .addParts02 .slideTxtInner {
    opacity: 0;
    margin-left: -15px;
    transition: all 0.5s 0s ease;
    transition-delay: 600ms;
  }
  .addParts02 .slick-slide.slick-current .slideTxtInner,
  .addParts02 .slick-slide.is-active-next .slideTxtInner {
    opacity: 1;
    margin-left: 0;
  }
  .addParts02 .priceIcoArea {
    width: 92%;
    height: 100%;
    overflow: hidden;
    padding: 3rem 0;
    margin: 0 auto 3rem;
    position: relative;
  }
  .addParts02 .priceIcoArea::before {
    content: "";
    background: linear-gradient(
        to right,
        rgba(187, 187, 187, 1),
        rgba(187, 187, 187, 1) 50%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .addParts02 .priceIcoArea::after {
    content: "";
    background: linear-gradient(
        to right,
        rgba(187, 187, 187, 1),
        rgba(187, 187, 187, 1) 50%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: visible;
  }
  .addParts02 .priceIcoArea .priceArea {
    width: 100%;
    background-color: #f5f5dc;
    padding: 1.5rem 1.5rem 1rem;
    margin: 0 0 3rem;
    float: none;
  }
  .addParts02 .priceIcoArea .priceAreaInner {
    display: table;
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .contents .addParts02 .priceIcoArea .priceArea .priceTit {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    color: #fff;
    background-color: #333;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts02 .priceIcoArea .priceArea .price {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #8c8200;
    background-color: #fff;
    padding: 0.7rem 1rem 0.8rem;
  }
  .addParts02 .priceIcoArea .priceArea .price span {
    font-size: 1.2rem;
    color: #333;
    padding: 0 0 0 5px;
  }
  .contents .addParts02 .priceIcoArea .priceArea ul {
  }
  .contents .addParts02 .priceIcoArea .priceArea ul li {
    line-height: 1.5;
    padding: 0 0 12px 18px;
    position: relative;
  }
  .contents .addParts02 .priceIcoArea .priceArea ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .contents .addParts02 .frame-wrap .frame.type-c {
    margin: 3rem 0 2rem;
  }
  .contents .addParts02 .box.type-a:nth-child(3),
  .addParts02 .box.type-a:nth-child(4),
  .contents .addParts02 .box.type-a {
    margin-bottom: 2rem;
  }
  .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
  }
  .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3rem;
    float: none;
  }
  .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:nth-child(3n + 1) {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:nth-child(n + 4) {
    margin: 0 0 3rem;
  }
  .addParts02 .priceIcoArea .icoArea li:last-child {
    margin: 0 0 0;
  }
  .addParts02 .priceIcoArea .icoArea li .icoSet {
    display: table-cell;
    vertical-align: middle;
    width: 85px;
    text-align: center;
    margin: 0 0 0;
  }
  .addParts02 .priceIcoArea .icoArea li .icoSet .ico {
    width: 45px;
    margin: 0 auto;
  }
  .contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 1rem 0 0.6rem;
    position: relative;
  }
  .contents .addParts02 .priceIcoArea .icoArea li .icoSet .icoTxt::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .addParts02 .priceIcoArea .icoArea li > .icoTxt {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 95px);
  }
  .addParts02 .infoArea {
    clear: both;
    padding: 0 0;
    margin: 0 auto 3rem;
  }
  .contents .addParts02 .infoArea .infoTit {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 2.5rem;
  }
  .addParts02 .infoArea .infoBox .imgArea {
    margin-bottom: 2rem;
  }
  .addParts02 .infoArea .infoBox .mapArea {
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.5rem;
    float: none;
  }
  .addParts02 .infoArea .infoBox {
    display: block;
    margin-bottom: 3rem;
  }
  .addParts02 .infoArea .infoBox .mapArea .map {
  }
  .addParts02 .infoArea .infoBox .mapArea .map iframe {
    display: block;
    width: 100.2% !important;
  }
  .addParts02 .infoArea .infoBox .mapArea-other {
    width: 100%;
  }
  .contents .addParts02 .infoArea .infoBox table {
    display: table;
    width: 100%;
    margin: 2rem 0 0;
    float: none;
    table-layout: auto;
  }
  .contents .addParts02 .infoArea.infoArea01 .infoBox table th {
    display: table-cell;
    width: 80%;
    border-right: 1px solid #999;
    padding: 1rem;
    font-size: 1.8rem;
  }
  .contents .addParts02 .infoArea.infoArea01 .infoBox table td {
    display: table-cell;
    padding: 1rem;
    width: 20%;
    font-size: 3.6rem;
  }
  .addParts02 .sub-title {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    padding: 0 5%;
    background: url(img/bg_heading_dashed.png) no-repeat center;
    background-size: 200% auto;
    width: 100%;
  }
  .addParts02 .sub-title span {
    padding: 0 5%;
  }
  /*btn*/
  .contents .addParts02 .btn-web {
  }
  .contents .addParts02 .btn-web a {
  }
  .contents .addParts02 .btn-tel {
  }
  .contents .addParts02 .btn-tel a {
  }
  /***** addParts02 *****/
  .addParts03 {
    width: 100%;
    padding: 4rem 0;
  }
  .addParts03 .addInner {
  }
  .addParts03 p {
    margin: 0;
  }
  .addParts03 .addTopArea {
    width: 100%;
    margin: 0 0 3rem;
    display: block;
  }
  .addParts03 .addTopArea .addTopPic {
    width: 100%;
    margin: 0 0 2rem;
    position: relative;
  }
  .addParts03 .addTopArea .addTopPic::before {
    content: "";
    width: 78px;
    height: 77px;
    background: url("img/parts03_circle.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -25px;
    right: 10px;
  }
  .addParts03 .addTopArea .addTopTxt {
    width: 100%;
  }
  .contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-size: 30% auto;
    margin: 0 auto 1.5rem;
    position: relative;
    padding-top: 3rem;
  }
  .contents .addParts03 .addTopArea .sttl a {
    padding: 0 2rem;
    display: block;
  }
  .contents .addParts03 .addTopArea .sttl a::after {
    display: block;
    content: "";
    position: absolute;
    margin: auto;
  }
  .addParts03 .addTopArea .addTxt {
  }
  .addParts03 .addTopArea .addTxt span {
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e6dc14;
  }
  .addParts03 .personMainArea {
    width: 100%;
    padding: 2.5rem 0;
    margin: 0 0 4rem;
    position: relative;
  }
  .addParts03 .personMainArea:last-child {
    margin-bottom: 0;
  }
  .addParts03 .personMainArea .subTxt {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px 18px;
    position: absolute;
    top: -18px;
    right: 8px;
  }
  .addParts03 .personMainArea .personBox {
    display: block;
  }
  .addParts03 .personMainArea .personBox .pic {
    display: block;
    width: 30%;
    margin: 0 auto 1rem;
    text-align: center;
  }
  .addParts03 .personMainArea .personBox .pic img {
    border-radius: 100px;
  }
  .addParts03 .personMainArea .personBox .txt-box {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
  }
  .addParts03 .personMainArea .personBox .txt-box .personBox__tit {
    margin: 0 0 1.5rem;
    font-size: 2rem;
	text-align:center;
	padding-left:2rem;
  }
  .addParts03 .personMainArea .personBox .txt-box .personBox__tit span {
    font-size: 1.6rem;
  }
  .addParts03 .personMainArea .personBox .txt-box p {
    display: block;
    width: 100%;
    margin: 1.5rem 0 0;
  }
  .addParts03 .interviewTitArea {
    display: block;
    background-color: #f5f5dc;
    position: relative;
    padding: 0 4% 2.5rem 0;
    margin: 0 0 1rem;
  }
  .addParts03 .interviewTitArea::before {
    content: "";
    position: absolute;
    background: #f5f5dc;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
  }
  .addParts03 .interviewTitArea::after {
    content: none;
  }
  .contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 3rem 0 1.5rem;
    position: relative;
    max-width: inherit;
  }
  .contents .addParts03 .interviewTitArea .interviewTit:after {
    content: "";
    width: 116px;
    height: 18px;
    background: url("img/parts03_eng.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    left: calc(50% - 58px);
  }
  .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
  }
  .addParts03 .personArea {
    margin: 0 0 4rem;
  }
  .addParts03 .personArea .personBox {
    display: table;
    padding: 2rem 0 1.5rem;
    position: relative;
  }
  .addParts03 .personArea .personBox::after {
    content: "";
    background: linear-gradient(
        to right,
        rgba(187, 187, 187, 1),
        rgba(187, 187, 187, 1) 50%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .addParts03 .personArea .personBox .pic {
    display: block;
    width: 80px;
    float: left;
    margin: 0 1.5rem 1rem 0.8rem;
  }
  .addParts03 .personArea .personBox .pic img {
    border-radius: 100px;
  }
  .addParts03 .personArea .personBox .txt-box {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  .addParts03 .personArea .personBox .txt-box .personBox__tit {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    color: #8c8200;
    margin: 0 0 1rem;
  }
  .addParts03 .personArea .personBox .txt-box p {
    position: relative;
    margin: 0 0 1rem;
  }
  .addParts03 .summaryArea {
    width: 100%;
    background: url("img/parts03_summary_bg.png") left top repeat;
    padding: 2.5rem 1.5rem 1.5rem;
    margin: 0 0 4rem;
  }
  .contents .addParts03 .summaryArea .summaryTit {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_summary_ico.png") center bottom no-repeat;
    background-size: 35px auto;
    padding: 0 0 4rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }
  .contents .addParts03 .summaryArea .summaryTit span {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
  .addParts03 .summaryArea .txtArea {
    width: 100%;
    background-color: #fff;
    padding: 2rem 1.5rem;
  }
  .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2rem;
  }
  .addParts03 .summaryArea .txtArea .txt {
  }
  .addParts03 .btnArea {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto 2rem;
  }
  .contents .addParts03 .btnArea .btn-internal:last-child {
    margin: 0 auto;
  }
  .contents .addParts03 .btnArea .btn-internal a {
    padding: 1.8rem 5rem 1.8rem;
  }
  .contents .addParts03 .btnArea .btn-internal:nth-of-type(1) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
      url("img/parts03_summary_num01.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }
  .contents .addParts03 .btnArea .btn-internal:nth-of-type(2) a {
    background: url("img/arrow_black.png") right 15px center no-repeat,
      url("img/parts03_summary_num02.png") 20px center no-repeat;
    background-size: 6px auto, auto 15px;
  }
  .addParts02 .doctorArea .doctorArea__txt-box {
    width: auto;
    display: contents;
  }
  .addParts02 .doctorArea .doctorArea__name {
    font-size: 1.8rem;
    order: -3;
  }
  .addParts02 .doctorArea .doctorArea__list {
    margin: auto;
  }
  .addParts02 .doctorArea .doctorArea__img-box {
    order: -3;
    margin: 1.5rem auto 0;
  }
  .addParts02 .doctorArea .doctorArea__img-box .caption {
    order: -1;
    width: 100%;
    margin: 1em 0;
  }
  .addParts-hospital {
    padding: 4rem 0;
  }
  .addParts-hospital .sttl {
    background-size: 30% auto;
    padding-top: 3rem;
  }
  .contents .addParts-utilization {
    padding: 5rem 0 2rem;
  }
  .addParts-utilization .sttl {
    background-size: 30% auto;
    padding-top: 3rem;
  }
  .contents .addParts-utilization .btn-link {
    width: 85%;
    margin: 2rem auto;
  }
  .contents .addParts-utilization .btn-link.host {
    width: calc(92% * 0.85);
    margin-top: 8rem;
  }
  .addParts-utilization .float-wrap .fl {
    width: 100%;
  }
  .contents .addParts-utilization .addParts-utilization-list li {
    width: 100%;
  }

  .contents .addParts-utilization .addParts-utilization-list li a {
    padding: 18px 20px 19px 16px;
    background-position: 95% center;
    font-size: 19px;
    min-height: unset;
  }
  /*--------------------------------------
　box-wrap
---------------------------------------*/
  .contents .box-wrap {
    margin: 2rem auto;
  }
  .contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 4rem 0 3rem;
    margin: 0 0 0;
    float: none;
    position: relative;
  }
  .contents .box-wrap .box:nth-child(even) {
    float: none;
  }
  .contents .box-wrap .box:nth-child(even)::before {
    content: none;
  }
  .contents .box-wrap .box:nth-child(n + 3) {
    margin-top: 0;
  }
  .contents .box-wrap .box:nth-of-type(odd) {
    margin-right: 0;
  }
  .contents .box-wrap .box:first-child {
  }
  .contents .box-wrap .box:last-child {
    margin: 0;
  }
  .contents .box-wrap .box .permalink {
    display: none;
  }
  .contents .box-wrap .box .thumb {
    position: relative;
  }
  /*box-head*/
  .index .box-wrap .box-head,
  .category.box-wrap .box-head,
  .page .box-wrap .box-head {
    display: block;
  }
  .index .box-wrap .box-head a,
  .category.box-wrap .box-head a,
  .page .box-wrap .box-head a {
    display: block;
    font-size: 100%;
  }
  .index .box-wrap .box-head a:hover,
  .category.box-wrap .box-head a:hover,
  .page .box-wrap .box-head a:hover {
    color: #333;
    text-decoration: none;
  }
  .index .box-wrap .box-head::after,
  .category.box-wrap .box-head::after,
  .page .box-wrap .box-head::after {
    content: none;
  }
  .contents .box-wrap .box p {
    margin: 0;
  }
  .contents .box-wrap .box .btn-internal {
    margin: 2rem auto;
  }
  /*type-a*/
  .contents .box-wrap .type-a {
    margin: 0 0 2rem;
    padding: 1.5rem;
    border: 0;
  }
  .contents .box-wrap .type-a .thumb {
    position: relative;
  }
  .contents .box-wrap .type-a .thumb::before {
    content: "";
    width: 55px;
    height: 54px;
    background: url("img/box-wrap_a_circle.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -15px;
    left: 10px;
  }
  .contents .box-wrap .type-a .box-head {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 1rem;
    margin: 0 0 0;
  }
  .contents .box-wrap .type-a .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  .contents .box-wrap .type-a .box-head a:hover {
    opacity: 1;
  }
  .contents .box-wrap .type-a .box-head__name {
    font-size: 1.7rem;
  }
  .contents .box-wrap .type-a .box-head__price {
    font-size: 1.4rem;
  }
  .contents .box-wrap .type-a .box-body {
  }
  .contents .box-wrap .type-a .box-body .smallPic {
    width: 75px;
    float: left;
  }
  .contents .box-wrap .type-a .box-body p {
    margin: 1.5rem 0 0;
  }
  /*type-b*/
  .contents .box-wrap .type-b {
    padding: 1.5rem;
    margin: 0 0 1.5rem;
  }
  .contents .box-wrap .type-b:nth-child(n + 3) {
    margin-top: -1px;
  }
  .contents .box-wrap .type-b:nth-last-child(2),
  .contents .box-wrap .type-b:last-child {
  }
  .contents .box-wrap .type-b .box-head-area {
    padding: 0 1rem;
    margin: 0 0 2rem;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 60px 1fr;
    gap: 3px 13px;
  }
  .contents .box-wrap .type-b .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 65px;
    position: relative;
  }
  .contents .box-wrap .type-b .thumb img {
    border-radius: 100px;
  }
  .contents .box-wrap .type-b .box-head {
    display: flex;
    vertical-align: middle;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    color: #295282;
    padding: 0 0 0 1.2rem;
    width: 100%;
    align-items: center;
  }
  .contents .box-wrap .type-b .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  .contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }
  .contents .box-wrap .type-b .caption {
    margin: 2rem 0 0;
  }
  .contents .box-wrap .type-b p {
    grid-column: span 2 / span 2;
    grid-row-start: inherit;
  }
  /*type-c*/
  .contents .box-wrap .type-c {
    /* border-top: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    padding: 3rem 0 3rem;
    margin: -1px 0 0;
  }
  .contents .box-wrap .type-c:nth-child(n + 3) {
    margin-top: -1px;
  }
  .contents .box-wrap .type-c:nth-last-child(2),
  .contents .box-wrap .type-c:last-child {
    padding: 3rem 0 3rem;
  }
  .contents .box-wrap .type-c .box-head-area {
    display: table;
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
  .contents .box-wrap .type-c .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    position: relative;
  }
  .contents .box-wrap .type-c .thumb::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("img/box-wrap_b_dotline.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  .contents .box-wrap .type-c .thumb img {
    border-radius: 100px;
  }
  .contents .box-wrap .type-c .box-head {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 0 0 0 1.2rem;
  }
  .contents .box-wrap .type-c .box-head a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  .contents .box-wrap .type-c .box-head a:hover {
    opacity: 1;
  }
  .contents .box-wrap .type-c .caption {
    margin: 2rem 0 0;
  }
  /*btn-web*/
  .contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }
}
