@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
.contents {
  width: 100%;
}

.addInner {
  width: 1100px;
  margin: 0 auto;
}

.index .btn-internal a {
  background: url('img/arrow_white_down.png') right 20px center no-repeat
    #4458b2;
  background-size: 10px auto;
}
@media screen and (max-width: 768px) {
  .index .btn-internal a {
    background-position: center right 15px;
  }
}

/*--------------------------------------
　visArea
---------------------------------------*/
#visArea.visArea--top {
  margin: 0 auto 0px;
}

@media screen and (max-width: 1280px) {
  #visArea.visArea--top .mainArea {
    background: url('img/mv_pic_pc.png') right 200px top no-repeat;
    background-size: 568px;
    min-height: 480px;
  }

  #visArea.visArea--top .mainArea .mainAreaInner {
    display: block;
    max-width: 1100px;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1281px) {
  #visArea.visArea--top .mainArea {
    background: url('img/mv_pic_pc.png') right 150px top no-repeat;
    background-size: 568px;
    min-height: 480px;
  }

  #visArea.visArea--top .mainArea .mainAreaInner {
    display: block;
    max-width: 1100px;
    margin: auto;
  }
}
/* #visArea.visArea--top .mainArea {
  background: url('img/mv_pic_pc.png') right top no-repeat;
  background-size: 568px;
  min-height: 480px;
}

#visArea.visArea--top .mainArea .mainAreaInner {
  display: block;
  max-width: 1100px;
  margin: auto;
}*/

#visArea.visArea--top .mainArea .siteNameArea {
  margin: 0 0 0px;
}

#visArea.visArea--top .mainArea .siteName {
  margin: 0 0 10px;
  max-width: 266px;
}

#visArea.visArea--top .mainArea .siteName img {
  margin: 0;
}

#visArea.visArea--top .mainArea .siteNameSmall {
  font-size: 1.6rem;
}

#visArea.visArea--top .mainArea .mainTxtBox {
  padding-bottom: 10px;
}

#visArea.visArea--top .mainArea .catchArea .catch {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.38888;
  text-align: left;
  margin: 0 0 24px;
  max-width: 640px;
  color: #3a4eac;
  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 .catchArea .catch span {
  font-size: 3rem;
  color: #a95cc5;
}

#visArea.visArea--top .mainArea .btn-internal {
  margin-top: 30px;
  width: 400px;
  margin-left: 129px;
}
#visArea.visArea--top .mainArea .btn-internal a {
  background: url(img/arrow_white_down.png) right 20px center no-repeat #4458b2;
  background-size: 10px auto;
}

#visArea .mainArea .txtArea::before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: calc(100% - 70px);
  top: -1px;
  left: 20px;
  z-index: 0;
}

#visArea .mainArea .txtArea .txtArea__title {
  font-size: 1.6rem;
  margin: 0;
  padding: 0.5rem 1rem 0.5rem 0;
  background: #ffffffbf;
  z-index: 10;
  position: relative;
  max-width: 640px;
  line-height: 1.75em;
  text-shadow: 0px 0px 3px #fff;
  text-align: justify;
}

#visArea .mainArea .txtArea .txtArea__title span {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffbc4 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;
}

/*--------------------------------------
　addTopArea
---------------------------------------*/
.addTopArea .sttl {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 4rem;
  letter-spacing: 0.03em;
}
.addTopArea .sttl b {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .addTopArea .sttl b {
    font-size: 2.6rem;
  }
}

.addTopArea .sttl span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 0 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  background: linear-gradient(
    135deg,
    rgb(53 79 189 / 80%) 0%,
    rgb(165 100 182 / 80%) 100%
  );
}

.addTopArea .sttl a::after {
  display: block;
  content: '';
  position: absolute;
  right: -30px;
  background: url(img/arrow_blue.png) right center no-repeat;
  background-size: 10px auto;
  height: 4rem;
  bottom: 0;
  width: 10px;
}

.addTopArea .sttl a {
  position: relative;
}

.addTopArea .addTxt {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  line-height: 1.75em;
}
.addTopArea .addTxt span {
  color: #a95cc5;
  font-weight: bold;
}

/*--------------------------------------
　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.5rem;
  font-weight: bold;
  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.5rem;
  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;
}

.addParts03 {
  width: 100%;
  padding: 90px 0 158px;
  background: #fff;
}

.addParts03 p {
  margin: 0;
}

.addParts03 .personMainArea {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 40px 40px 45px;
  margin: 0 0 -1px;
  position: relative;
}

.addParts03 .personMainArea .subTxt {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  background-color: #fff;
  padding: 0px 10px;
  position: absolute;
  top: -15px;
  right: 20px;
  color: #dcb0e8;
  letter-spacing: 0.1em;
}

.addParts03 .personMainArea .personBox {
  display: flex;
  align-items: center;
}

.addParts03 .personMainArea .personBox .pic {
  display: block;
  width: 150px;
  text-align: center;
}

.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: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #3a4eac;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}
.addParts03 .personMainArea .personBox .txt-box .personBox__tit span {
  font-size: 3.4rem;
}

.addParts03 .personMainArea .personBox .txt-box p {
  font-size: 1.5rem;
  line-height: 2;
}

.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,
      rgb(187, 187, 187),
      rgb(187, 187, 187) 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 .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;
}

.addTopArea .sttl#selection {
  margin-top: -100px;
  padding-top: 100px;
}

.detail .addParts__point {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .detail .addParts__point {
   margin-bottom: 30px;
  }
}

.addParts__point {
  margin-bottom: 145px;
}

.addParts__point__wrap {
  max-width: 900px;
  margin: auto;
  padding: 4rem 5rem 1.8rem;
  background: #fdf0fa;
  position: relative;
  min-height: 330px;
}

.addParts__point__wrap::before {
  content: 'POINT';
  background: linear-gradient(
    90deg,
    rgba(59, 88, 209, 0.8) 0%,
    rgba(201, 150, 215, 0.8) 100%
  );
  width: 84px;
  height: 84px;
  position: absolute;
  right: -20px;
  top: -20px;
  color: #fff;
  font-size: 1.842rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.addParts__point__img-box {
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  float: left;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .addParts__point__img-box {
    height: auto;
  }
}

.addParts__point__title {
  font-size: 2.8rem;
  color: #3a4eac;
  line-height: 1.4;
  padding: 0 0 1.9rem;
  position: relative;
  margin-left: 225px;
  font-weight: bold;
}

.addParts__point__title::after {
  content: '';
  position: absolute;
  width: 250px;
  border-bottom: 1px solid #999;
  left: 0;
  bottom: 0;
}

.addParts__point__title span {
  font-size: 3.6rem;
  background: linear-gradient(transparent 60%, #fff780 60%);
}

.addParts__point__txt-box p {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  line-height: 1.875;
}

.addParts__about {
  padding: 13rem 0 0;
}

.addParts-about__wrap {
  background: #f3f3f3;
  padding: 5rem 4rem;
}

.addParts-about__box {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 3.5rem 3rem;
  margin: 0rem auto 4rem;
  position: relative;
}

.addParts-about__box:last-child {
  margin-bottom: 0;
}

.addParts-about__box::after {
  content: '';
  position: absolute;
  right: 7px;
  top: -20px;
  color: #dcb0e8;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.addParts-about__box.no01::after {
  content: 'knowledge01';
}

.addParts-about__box.no02::after {
  content: 'knowledge02';
}

.addParts-about__img-box {
  width: 326px;
  margin: 0 4rem 0 0;
}

.addParts-about__txt-box {
  width: calc(100% - 326px - 4rem);
}

.addParts-about__ttl {
  font-size: 2.4rem;
  line-height: 1.818181;
  font-weight: bold;
  padding: 0 0 2rem;
  position: relative;
}
.addParts-about__ttl a:after {
  content: '';
  width: 8px;
  height: 12px;
  background-image: url(img/arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  margin-left: 1em;
  position: relative;
  bottom: 2px;
}

.addParts-about__ttl::after {
  content: '';
  position: absolute;
  width: 250px;
  border-bottom: 1px solid #999;
  left: 0;
  bottom: 0;
}

.addParts__knowledge {
  padding: 190px 0 0;
}

.addParts-hospital {
  padding: 10rem 0;
}

.addParts-hospital {
  padding: 10rem 0;
}

.addParts-pr {
  padding: 3rem 0 3rem;
  background-color: #ebf8f2;
  background-image: url(img/pr_back.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.addParts-pr__title {
  font-size: 3.6rem;
  line-height: 1.6;
  color: #3a4eac;
  font-weight: bold;
  position: relative;
  padding: 90px 0 25px;
}
.addParts-pr__title:before {
  content: '特集';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  margin: auto;
  color: white;
  background: linear-gradient(
    90deg,
    rgba(68, 88, 178, 0.8) 0%,
    rgba(49, 208, 163, 0.8) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.74rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.addParts-pr__title::after {
  content: '';
  position: absolute;
  width: 250px;
  border-bottom: 1px solid #999;
  left: 0;
  bottom: 0;
}

.addParts-pr__title a {
  display: inline;
  position: relative;
}

.addParts-pr__title a::after {
  content: '>';
  color: transparent;
  width: 30px;
  height: 30px;
  background: url(img/arrow_blue.png) right center no-repeat;
  background-size: 10px auto;
  position: absolute;
  right: -30px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .addParts-pr__title a::after {
    bottom: -2px;
    right: -20px;
  }
}

.addParts-pr__wrap {
  width: 930px;
}
.addParts-pr__wrap .btn-internal {
  margin: 50px auto 0;
}
.addParts-pr__wrap .btn-internal a {
  background-image: url(img/arrow_white.png);
  background-size: 7px;
}

.addParts-pr__txt-box {
  width: 100%;
  padding-right: 6rem;
}

.addParts-pr__txt-box p {
  font-size: 16px;
}

.addParts-pr__img-box {
  width: 50%;
  position: relative;
  height: 346px;
}

.addParts-pr__img-box::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 34px;
  background: #fff;
  border-top: 1px solid #a5a4a5;
  left: -33px;
  bottom: 10px;
  transform: rotate(45deg);
}

.addParts-pr__img-box::after {
  content: '';
  position: absolute;
  width: 66px;
  height: 34px;
  background: #fff;
  border-top: 1px solid #a5a4a5;
  right: -33px;
  top: -17px;
  transform: rotate(-135deg);
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
.contents .box-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.contents .box-wrap .box {
  display: block;
  width: calc((100% - 40px) / 2);
  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: #f0f3f7;
}

.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: bold;
  color: #333;
  padding: 1.2rem 2rem;
  margin: 0 0 1.5rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: 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;
  color: #295282;
  font-size: 2.2rem;
}

.contents .box-wrap .type-a .box-head__price {
  font-size: 1.8rem;
}

.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 .box-head-area {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.contents .box-wrap .type-b .thumb {
  display: block;
  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: block;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #295282;
  border-radius: 8px 8px 0 0;
  padding: 0 0 0 20px;
  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 .caption {
  margin: 25px 0 0;
}

/*type-c*/
.contents .box-wrap .type-c {
  padding: 2.5rem 2.5rem 4rem;
  border-bottom: 1px solid #999;
}

.contents .box-wrap .type-c:nth-child(-n + 3) {
  border-top: 1px solid #999;
}

.contents .box-wrap .type-c .box-head-area {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.contents .box-wrap .type-c .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  position: relative;
}

.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.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #27272D;
  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_blue.png') right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
}

.contents .box-wrap .type-c .box-head a:hover {
  opacity: 0.7;
}

.contents .box-wrap .type-c .caption {
  margin: 25px 0 0;
}

/*type-b*/
.contents .frame-wrap .type-b {
  border: 1px solid #999999;
}

.contents .frame-wrap .type-b .frame-head {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.5rem 3rem;
  margin: 0 0 0px;
  position: relative;
  letter-spacing: normal;
  color: #3a4eac;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents .frame-wrap .type-b .frame-head::after {
  content: '';
  background: linear-gradient(
      to right,
      rgb(187, 187, 187),
      rgb(187, 187, 187) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0) 100%
    )
    0% 0%;
  background-size: 6px 1px;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 0;
  top: inherit;
  right: inherit;
  z-index: inherit;
  transform: none;
}

.contents .frame-wrap .type-b .frame-head a {
  display: block;
  width: 100%;
  background: url('img/arrow_blue.png') right center no-repeat;
  background-size: 8px auto;
  padding: 0 30px 0 0;
  position: relative;
  letter-spacing: normal;
}

.contents .frame-wrap .type-b .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame-wrap .type-b .thumb {
  width: 200px;
  margin: 0 auto;
}

.contents .frame-wrap .type-b .caption {
  text-align: center;
  padding: 0 20px;
}

.contents .frame-wrap .type-b .frame-body {
  margin: 10px auto 0;
  padding: 0 30px 30px;
}

.contents .frame-wrap .type-b table {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  margin: 20px auto;
}

.contents .frame-wrap .type-b table th {
  width: 33%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 5px 5px;
  color: #333333;
  background: #f0f3f7;
}

.contents .frame-wrap .type-b table td {
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 5px 10px;
  word-wrap: break-word;
}

.contents .frame-wrap .type-b table:last-of-type {
  margin-bottom: 0;
}

/*type-c*/
.contents .frame-wrap .type-c {
  background-color: #fff;
  border: 1px solid #999;
  margin-top: 5rem;
}

.contents .frame-wrap .type-c .eng {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333,
    1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  margin: -10px 0 0;
}

.contents .frame-wrap .type-c .frame-head {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #295282;
  font-weight: bold;
  background: #fff;
  padding: 0 2rem;
  margin: -3.5rem 2rem 1rem;
  position: relative;
  letter-spacing: normal;
  text-align: center;
}

.contents .frame-wrap .type-c .frame-head a {
  display: block;
  width: 100%;
  background: url('img/arrow_black.png') right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
}

.contents .frame-wrap .type-c .frame-head a:hover {
  opacity: 0.7;
}

.contents .frame-wrap .type-c .thumb {
  width: 160px;
  margin: 0 auto 25px;
}

.contents .frame-wrap .type-c .thumb img {
  border-radius: 100px;
}

/*btn-web*/
.contents .frame .frame-body .btn-web {
  width: 85%;
  margin: 25px auto 0;
}

.contents .addParts-hospital {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .contents .addParts-hospital {
    padding-top: 80px;
    padding-bogttom: 60px;
  }
}
.contents .addParts-hospital .addInner .addTopArea {
  margin-bottom: 50px;
}
.contents .addParts-hospital .addInner .frame-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.contents .addParts-hospital .addInner .frame-wrap:after {
  content: '';
  width: 32%;
}
@media screen and (max-width: 768px) {
  .contents .addParts-hospital .addInner .frame-wrap:after {
    display: none;
  }
}
.contents .addParts-hospital .addInner .frame-wrap .frame {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .contents .addParts-hospital .addInner .frame-wrap .frame {
    width: 100%;
  }
}
.contents .addParts-hospital .addInner .aco {
  margin-top: 20px;
  display: none;
}
.contents .addParts-hospital .addInner .aco_switch {
  background-color: white;
  border: 2px solid #eeeeee;
  margin: 20px auto 0;
  width: 362px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .addParts-hospital .addInner .aco_switch {
    width: 100%;
  }
}
.contents .addParts-hospital .addInner .aco_switch:after,
.contents .addParts-hospital .addInner .aco_switch:before {
  content: '';
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #5a7db7;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}
.contents .addParts-hospital .addInner .aco_switch:before {
  transform: rotate(90deg);
	right: 28px;
}
.contents .addParts-hospital .addInner .aco_switch .close {
  display: none;
}
.contents .addParts-hospital .addInner .aco_switch.active:before {
  display: none;
}
.contents .addParts-hospital .addInner .aco_switch.active .open {
  display: none;
}
.contents .addParts-hospital .addInner .aco_switch.active .close {
  display: block;
}
.contents .addParts-hospital.bottom {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents .addParts-hospital.bottom {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  /*------------
  Index
  ------------*/
  .contents {
    width: 100%;
  }
  /*--------------------------------------
  　visArea
  ---------------------------------------*/
  #visArea.visArea--top {
    margin: 0 auto 2rem;
    background: #f4faff;
    padding: 0 0 1rem;
  }
  #visArea.visArea--top .mainArea {
    background: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #visArea.visArea--top .mainArea .siteNameArea {
    display: table;
    background: url('img/mv_pic_pc.png') right 30px center no-repeat;
    background-size: 150px;
    height: 110px;
    width: 100%;
    margin: 0px 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: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    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.5rem;
    font-weight: bold;
    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 .siteName img {
    margin: 0;
    width: 70%;
    padding: 0 0 0 1rem;
  }

  #visArea.visArea--top .mainArea .mainTxtBox {
    width: 100%;
    background: none;
    padding: 0rem 0 0;
    margin: 0 auto;
  }
  #visArea.visArea--top .mainArea .catchArea .catch {
    font-size: 1.8rem;
    line-height: 1.45;
    text-align: left;
    margin: 0 0 1rem;
    font-weight: bold;
  }
  #visArea.visArea--top .mainArea .catchArea .catch {
    font-size: 2.4rem;
    text-shadow: none;
  }
  #visArea.visArea--top .mainArea .catchArea .catch span {
    font-size: 1.8rem;
  }
  #visArea.visArea--top .mainArea .txtArea {
    width: auto;
    margin: 3rem 0 0;
    padding: 1.5rem;
  }
  #visArea.visArea--top .mainArea .txtArea .txtArea__title {
    font-size: 1.6rem;
    text-align: justify;
  }
  #visArea.visArea--top .mainArea .btn-internal {
    margin: 10px auto;
    width: 291px;
    text-align: center;
  }
  #visArea.visArea--top .mainArea .siteName img.sp {
    width: 220px;
    height: auto;
    padding: 1rem 1.5rem;
  }
  #visArea .mainArea .txtArea .txtArea__title {
    font-size: 1.5rem;
    background: none;
    margin: -3.7rem -1rem 0;
  }
  #visArea .mainArea .txtArea .txtArea__title span {
    font-size: 1.7rem;
  }
  #visArea .mainArea .txtArea ol.mainTxtBox__list li {
    font-size: 1.5rem;
  }
  /*--------------------------------------
  オリジナル
  ---------------------------------------*/
  .addInner {
    width: auto;
    padding: 0 4%;
  }
  .addTopArea .sttl {
    font-size: 2.4rem;
  }
  .addTopArea .sttl a b {
    font-size: 2.8rem;
  }
  .addTopArea .sttl span {
    font-size: 1.8rem;
  }
  .addTopArea .sttl a::after {
    right: -20px;
    bottom: -3px;
  }
  /***** 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.5rem;
    font-weight: bold;
    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;
  }
  .addParts03 {
    width: 100%;
    padding: 4rem 0 1rem;
  }
  .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.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-size: 30px auto;
    margin: 0 auto 1.5rem;
    position: relative;
  }
  .contents .addParts03 .addTopArea .sttl a {
    padding: 0 2rem;
    display: block;
  }
  .contents .addParts03 .addTopArea .sttl a::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    background: url(img/arrow_black.png) right center no-repeat;
    background-size: 8px auto;
    height: 15px;
    bottom: 0;
    top: 0;
    width: 8px;
    margin: auto;
  }
  .addParts03 .addTopArea .addTxt span {
    font-weight: bold;
    font-size: 1.7rem;
  }
  .addParts03 .personMainArea {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: none;
    padding: 2.5rem 0;
    margin: 0 0 1rem;
    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 .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;
  }
  .addParts03 .personMainArea .personBox .txt-box .personBox__tit span {
    font-size: 2.5rem;
  }
  .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.5rem;
    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,
        rgb(187, 187, 187),
        rgb(187, 187, 187) 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 .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;
  }
  .addParts__point {
    padding: 1rem 0 0;
    margin-bottom: 0;
  }
  .addParts__point__wrap {
    margin-top: 5rem;
    padding: 3rem 2rem 1rem;
  }
  .addParts__point__img-box {
    width: 25%;
    margin-right: 5%;
  }
  .addParts__point__title {
    font-size: 2rem;
    margin-left: 30%;
  }
  .addParts__point__title span {
    font-size: 2.4rem;
  }
  .addParts__point__title::after {
    width: 100%;
  }
  .addParts__point__wrap::before {
    width: 60px;
    height: 60px;
    right: -3%;
    font-size: 1.6rem;
    top: -46px;
  }
  .addParts__about {
    padding: 4rem 0;
  }
  .addParts-about__wrap {
    padding: 2.5rem 1.5rem;
  }
  .addParts-about__box {
    padding: 1.5rem;
  }
  .addParts-about__img-box {
    width: 80%;
    margin: auto;
  }
  .addParts-about__txt-box {
    width: 100%;
  }
  .addParts-about__ttl {
    font-size: 2rem;
    padding: 1rem 0;
  }
  .addParts__knowledge {
    padding: 4rem 0;
  }
  .addParts-hospital {
    padding: 4rem 0;
  }
  .addParts-pr {
    padding: 4rem 0;
    background-color: #ebf8f2;
    background-image: url(img/pr_back_sp.jpg);
    background-size: contain;
    background-position: top;
  }
  .addParts-pr__wrap {
    padding: 2rem;
  }
  .addParts-pr__wrap .btn-internal a {
    background-image: url(img/arrow_white.png);
    background-size: 6px;
    background-position: center right 15px;
  }
  .addParts-pr__wrap::before {
    width: 70px;
    height: 70px;
    left: -4%;
    top: -20px;
  }
  .addParts-pr__title {
    font-size: 2rem;
    padding-top: 70px;
  }
  .addParts-pr__title:before {
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .addParts-pr__txt-box {
    width: auto;
    padding: 0;
  }
  .addParts-pr__img-box {
    order: -1;
    width: auto;
    height: auto;
  }
  .addParts-pr__img-box::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #a5a4a5;
    left: -18px;
    bottom: -2px;
    transform: rotate(45deg);
  }
  .addParts-pr__img-box::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    background: #fff;
    border-top: 1px solid #a5a4a5;
    right: -18px;
    top: -3px;
    transform: rotate(-135deg);
  }
  .addParts-pr__img-box img {
    order: -1;
    margin: 0 0 0.5rem;
  }
  .addParts-pr .caption {
    order: -1;
    margin: 0 0 1rem;
    z-index: 1;
  }
  /*--------------------------------------
  　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: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: bold;
    color: #333;
    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.6rem;
  }
  .contents .box-wrap .type-a .box-head__price {
    font-size: 1.5rem;
  }
  .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 .box-head-area {
    padding: 0 1rem;
    margin: 0 0 2rem;
  }
  .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: table-cell;
    vertical-align: middle;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
    color: #295282;
    padding: 0 0 0 1.2rem;
    width: calc(100% - 65px);
  }
  .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;
  }
  /*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 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: 2rem;
    line-height: 1.4;
    color: #333;
    background: url('img/arrow_blue.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;
  }
  /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
  /*frame-head*/
  .index .frame .frame-head,
  .category.frame .frame-head,
  .page .frame .frame-head {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .index .frame .frame-head a,
  .category.frame .frame-head a,
  .page .frame .frame-head a {
    width: auto;
    font-size: 100%;
    text-decoration: none;
  }
  .index .frame .frame-head a:hover,
  .category.frame .frame-head a:hover,
  .page .frame .frame-head a:hover {
    opacity: 1;
  }
  .contents .frame .frame-head p {
    margin: 0;
  }
  .contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }
  .contents .frame .frame-body .frame-catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin: 0 0 1.5rem;
  }
  .contents .frame .frame-body p {
    margin: 0;
  }
  .contents .frame p.caption {
    margin: 1rem 1rem 0;
  }
  /*type-a*/
  .contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
    margin: 2rem auto;
  }
  .contents .frame-wrap .type-a ul.icoArea li {
    width: 33.3333333333%;
    padding: 0 0.6rem;
    margin: 0 0 0 0;
    float: left;
  }
  .contents .frame-wrap .type-a ul.icoArea li:first-child {
    margin: 0 0 0 0;
  }
  .contents .frame-wrap .type-a ul.icoArea li:nth-child(3n + 1) {
    margin: 0 0 0 0;
  }
  .contents .frame-wrap .type-a ul.icoArea li:nth-child(n + 4) {
    margin-top: 1.6rem;
  }
  .contents .frame-wrap .type-a ul.icoArea .ico {
    width: 57px;
    margin: 0 auto;
  }
  .contents .frame-wrap .type-a ul.icoArea .icoTxt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px 0 8px;
    position: relative;
  }
  .contents .frame-wrap .type-a ul.icoArea .icoTxt::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e6dc14;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  /*type-b*/
  .contents .frame-wrap .type-b {
    /* border: 1px solid #333; */
  }
  .contents .frame-wrap .type-b .frame-head {
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    padding: 1.5rem 2rem;
  }
  .contents .frame-wrap .type-b .frame-head::after {
    content: '';
    background: linear-gradient(
        to right,
        rgb(187, 187, 187),
        rgb(187, 187, 187) 50%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
      )
      0% 0%;
    background-size: 6px 1px;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
  }
  .contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background-size: 8px auto;
    padding: 0;
    position: relative;
    margin: 0;
    max-width: 100%;
  }
  .contents .frame-wrap .type-b .frame-head a:hover {
    opacity: 1;
  }
  .contents .frame-wrap .type-b .thumb {
    width: 80%;
    margin: 0 auto;
  }
  .contents .frame-wrap .type-b .caption {
    text-align: center;
    padding: 0 1rem;
  }
  .contents .frame-wrap .type-b .frame-body {
    margin: 2rem auto 0;
    padding: 0 20px 30px;
  }
  .contents .frame-wrap .type-b table {
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
    margin: 2rem auto;
  }
  .contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    border-right: 1px solid #999;
    padding: 1rem 1rem;
  }
  .contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 1rem 1rem;
    word-wrap: break-word;
  }
  .contents .frame-wrap .type-b table:last-of-type {
    margin-bottom: 0;
  }
  /*type-c*/
  .contents .frame-wrap .type-c {
    margin: 3rem 0 2rem;
  }
  .contents .frame-wrap .type-c .eng {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333,
      1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
    margin: 3rem 0 0;
    position: relative;
    top: -1rem;
  }
  .contents .frame-wrap .type-c .frame-head {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 1.5rem;
    margin: -3.5rem 1.5rem 0;
    position: relative;
  }
  .contents .frame-wrap .type-c .frame-head a {
    display: block;
    width: 100%;
    background: url('img/arrow_black.png') right center no-repeat;
    background-size: 8px auto;
    padding: 0 2rem 0 0;
    position: relative;
  }
  .contents .frame-wrap .type-c .frame-head a:hover {
    opacity: 1;
  }
  .contents .frame-wrap .type-c .thumb {
    width: 60%;
    margin: 0 auto 2rem;
  }
  .contents .frame-wrap .type-c .thumb img {
    border-radius: 100px;
  }
  /*btn-web*/
  .contents .frame .frame-body .btn-web {
    width: 85%;
    margin: 25px auto 0;
  }
  #page-top {
    opacity: 100;
    position: fixed;
    bottom: 7%;
    right: 20px;
  }
}
/***** detail *****/
.detail {
  width: 100%;
  background-color: #f3f8ff;
  padding: 80px 0 138px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 5rem 0 6rem;
  }
}
.detail .addInner .addTopArea {
  margin-bottom: 50px;
}
.detail .addInner .white_back {
  margin-top: 25px;
  background-color: white;
  padding: 30px 45px;
  box-shadow: 7px 10px 0px 0px #eaeaea;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back {
    padding: 18px;
    margin-bottom: 60px;
  }
}
.detail .addInner .white_back:last-child {
  margin-bottom: 0;
}
.detail .addInner .white_back .first {
  background-color: #6a8cc3;
  color: white;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.58333;
  padding: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .first {
    font-size: 1.8rem;
    padding: 10px;
  }
}
.detail .addInner .white_back .first span {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .first span {
    font-size: 2.2rem;
  }
}
.detail .addInner .white_back .pptxt {
  margin-top: 40px;
  color: #a95cc5;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .pptxt {
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
.detail .addInner .white_back .bktxt {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .bktxt {
    font-size: 2rem;
    padding-bottom: 30px;
  }
}
.detail .addInner .white_back .bktxt:after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #999999;
}
.detail .addInner .white_back .pic {
  width: 480px;
  margin: 46px auto 50px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .pic {
    width: 100%;
    margin: 26px auto 40px;
  }
}
.detail .addInner .white_back .pic img {
  width: 100%;
}
.detail .addInner .white_back .pic figcaption {
  font-size: 1rem;
  color: #999999;
  text-align: center;
  margin-top: 8px;
}
.detail .addInner .white_back .group {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group {
   margin-bottom: 40px;
  }
}

.detail .addInner .addParts__point__wrap {
  background: #f3f8ff;
}
.group .addInner,
.addParts__point .addInner {
  width: 100%;
}

.detail .addInner .white_back .group .bg-line {
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail .addInner .white_back .group .bg-line:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detail .addInner .white_back .group .bg-line span {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 15px;
  background-color: white;
  position: relative;
  display: block;
  z-index: 1;
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .bg-line span {
    font-size: 1.8rem;
    text-align: center;
  }
}
.detail .addInner .white_back .group .btn-web {
  margin-top: 60px;
}
.detail .addInner .white_back .group .layout1 {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout1 {
    flex-direction: column;
    gap: 18px;
  }
}
.detail .addInner .white_back .group .layout1 li {
  background-color: #f3f3f3;
  padding: 18px 18px 10px;
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout1 li {
    width: 100%;
  }
}
.detail .addInner .white_back .group .layout1 li .heading {
  background-color: white;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.363636em;
  letter-spacing: 0.03em;
  color: #3a4eac;
  padding: 10px 20px;
  min-height: 88px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout1 li .heading {
    font-size: 1.8rem;
    padding: 10px;
  }
}
.detail .addInner .white_back .group .layout1 li p {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.75em;
}
.detail .addInner .white_back .group .layout2 .item {
  margin-bottom: 12px;
}
.detail .addInner .white_back .group .layout2 .item .heading {
  color: #3a4eac;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.41666;
}

@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout2 .item .heading {
    font-size: 1.6rem;
  }
}

.detail .addInner .white_back .group .subtitle {
  color: #3a4eac;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1.41666;
}

@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .subtitle {
    font-size: 1.6rem;
  }
}
.detail .addInner .white_back .group .layout2 .item ul {
  margin: 6px 0 0;
  padding-left: 30px;
}

.detail .addInner .white_back .group .layout2 .item ul {
  margin: 6px 0 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout2 .item ul {
    padding-left: 10px;
  }
}
.detail .addInner .white_back .group .layout2 .item ul li {
  padding-left: 20px;
}
.detail .addInner .white_back .group .layout3 {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin: 50px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout3 {
    flex-direction: column;
    gap: 50px;
  }
}
.detail .addInner .white_back .group .layout3 li {
  border: 2px solid #b3b3b3;
  padding: 0px 18px 14px;
  position: relative;
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout3 li {
    width: 100%;
    padding: 0px 18px 14px;
  }
}
.detail .addInner .white_back .group .layout3 li .heading {
  font-size: 2.2rem;
  line-height: 1.363636;
  font-weight: bold;
  color: #3a4eac;
  text-align: center;
  background-color: white;
  width: 85%;
  position: relative;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout3 li .heading {
    font-size: 1.8rem;
    top: -20px;
    width: 95%;
    min-height: 40px;
  }
}
.detail .addInner .white_back .group .layout3 li p {
  line-height: 1.75em;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  margin-top: 0;
}
.detail .addInner .white_back .group .layout3 li .small {
  font-size: 1rem;
  color: #999999;
}
.detail .addInner .white_back .group .layout4 {
  background-color: #fff1fb;
  padding: 36px 28px 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout4 {
    padding: 18px;
  }
}
.detail .addInner .white_back .group .layout4 .heading {
  color: #3a4eac;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout4 .heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.detail .addInner .white_back .group .layout4 .heading img {
  width: 79px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .detail .addInner .white_back .group .layout4 .heading img {
    width: 60px;
    margin-right: 12px;
  }
}

/***** detail_end *****/