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

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents {
  width: 100%;
}

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



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

#visArea.visArea--top .mainArea {
  background: url("img/mv_pic_pc.jpg") center top no-repeat;
  background-size: cover;
  height: auto;
}

#visArea.visArea--top .mainArea .mainAreaInner {
  display: block;
  max-width: 1100px;
  margin: auto;
  padding-top: 1rem;
}

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

#visArea.visArea--top .mainArea .siteName {
  font-size: 4.0rem;
  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 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 40px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#visArea.visArea--top .mainArea .catchArea .catch.mv-catch-marker {
  display: inline;
  background: linear-gradient(transparent 70%, #fff 70%);
}

#visArea.visArea--top .mainArea .catchArea .catch span.large {
  font-size: 4.6rem;
}

#visArea.visArea--top .mainArea .txtArea {
  width: 550px;
  padding: 3rem 2.4rem 2rem;
}

#visArea .mainArea .txtArea .txtArea__title {
  margin: -5.5rem -1rem 1rem;
  padding: 0 1rem;
  position: relative;
}

#visArea .mainArea .txtArea .txtArea__title span {
  /* font-size: 2.4rem; */
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff780 60%);
}

#visArea .mainArea .btn-internal.mv-btn {
  width: 80%;
  max-width: 385px;
  display: block;
  margin: 2rem auto 3rem;
}

#visArea .mainArea .btn-internal.mv-btn a {
  background: #0baee5;
  position: relative;
  padding: 2.2rem 3rem;
}

#visArea .mainArea .btn-internal.mv-btn a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 22px;
  right: 2rem;
  top: 2.5rem;
  background: url("img/arrow_white.png") no-repeat;
  background-size: 69% auto;
  transform: rotate(90deg);
}



/*--------------------------------------
　addTopArea
---------------------------------------*/

.addTopArea .sttl {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 2rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.addTopArea .sttl span {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: bold;
  padding: 0 3rem;
  background-image: url(img/icon_vector_l.png), url(img/icon_vector_r.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 26px auto;
}

.addTopArea .sttl a {
  position: relative;
}

/*--------------------------------------
　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-color: #ffea98;
  padding: 100px 0;
  position: relative;
}

.addParts02 p {
  margin: 0;
}

.addParts02 .sub-title {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 6rem 0 2.5rem;
  background: url(img/bg_heading.png) no-repeat center;
  background-size: 100% auto;
  width: 100%;
}

.addParts02 .sub-title span {
  display: inline-block;
  padding: 0 2rem;
  background: #fff;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

/*block*/
.addParts02 .block {
  background-color: #fff;
  padding: 5rem 3.5rem;
  margin: 0 0 60px;
  position: relative;
  box-shadow: 10px 10px 0 #999999;
}

.addParts02 .block:last-child {
  margin: 0;
}

.addParts02 .blockTitArea {
  text-align: center;
  padding: 0 5rem;
  margin: 0 auto;
  display: block;
}

.addParts02 .blockTitSub {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto 10px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 70%, #f5d661 70%);
}


.addParts02 .blockTitSub span {
  font-size: 5rem;
  color: #016fe6;
}


.index .addParts02 .blockTit {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 2rem 0 3rem;
}

.index .addParts02 .blockTit span {
  font-size: 2rem;
}

/*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 1.0s 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;
  width: calc((100% - 83px) / 2);
}

.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;
}

.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: #1ab2e7;
  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: #f5d661;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  position: absolute;
  top: 11px;
  left: 0;
}

.addParts02 .infoArea {
  width: 100%;
  padding: 0;
  margin: 0;
}

.contents .addParts02 .infoArea .infoTit {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 45px;
}

.addParts02 .infoArea .infoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.addParts02 .infoArea .infoBox .mapArea {
  width: 380px;
}

.addParts02 .infoArea .infoBox table {
  margin: 0;
}

.addParts02 .infoArea.infoArea01 .infoBox table th {
  text-align: center;
  font-size: 1.6rem;
  width: 25%;
  font-weight: normal;
  border-color: #fff;
  background-color: #999999;
  color: #fff;
}

.addParts02 .infoArea.infoArea01 .infoBox table th span {
  font-size: 1.4rem;
}

.addParts02 .infoArea.infoArea01 .infoBox .mapArea {
  width: 480px;
}



.addParts02 .infoArea.infoArea01 .infoBox .imgArea {
  width: 50%;
}

.addParts02 .infoArea.infoArea01 .infoBox table {
  width: 500px;
  table-layout: fixed;
  margin-bottom: 3rem;
}

.addParts02 .infoArea.infoArea01 .infoBox table td span {
  font-size: 1.8rem;
  color: #e16c02;
  text-align: center;
  border-color: #999;
}


.addParts02 .infoArea.infoArea01 .infoBox table td {
  font-size: 1.4rem;
  text-align: left;
  border-color: #999;
  font-weight: bold;
}


.addParts02 .infoArea.infoArea02 .infoBox table th,
.addParts02 .infoArea.infoArea02 .infoBox table td {
  padding: 2.2rem;
  font-weight: normal;
}

/*btn*/
.contents .addParts02 .btn-web {}

.contents .addParts02 .btn-web a {
  max-width: 420px;
  margin: 0 auto;
}

.contents .addParts02 .btn-tel {}

.contents .addParts02 .btn-tel a {}


/***** addParts02 *****/


.addParts__space_saving {
  padding: 5rem 0 6rem;
  background: url(img/bg_space_saving.png) top center;
  background-size: contain;
}

.addParts__selection {
  padding: 7rem 0 3rem;
  background: url(img/bg_selection.jpg) top center;
  background-size: cover;
  margin-top: 0;
}

#index .addParts__selection .btn-internal a {
  background: #191919;
  position: relative;
}

#index .addParts__selection .btn-internal a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  right: 2rem;
  top: 3.5rem;
  background: url("img/arrow_white.png") no-repeat;
  background-size: 69% auto;
  transform: rotate(90deg);
}


.addTopArea .sttl#selection {
  margin-top: -100px;
  padding-top: 100px;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

.addParts__point {
  padding: 11rem 0;
}

.addParts__point__wrap {
  max-width: 900px;
  margin: auto;
  padding: 4rem;
  background: #f5d661;
  position: relative;
}

.addParts__point__wrap::before {
  content: "";
  background: url(img/icon_point.png) no-repeat center;
  background-size: 100% auto;
  width: 93px;
  height: 96px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.addParts__point__img-box {
  width: 300px;
  float: left;
  margin: 1rem 40px 1rem 0;
}

.addParts__point__title {
  font-size: 3rem;
  line-height: 1.6;
  padding: 0 0 1.5rem;
  position: relative;
  font-weight: bold;
  margin-left: 340px;
}

.addParts__point__title::after {
  content: "";
  position: absolute;
  width: 95%;
  border-bottom: 2px solid #0baee5;
  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: 1.5rem;
  position: relative;
  z-index: 1;
}

.addParts__about {
  padding: 0;
}

.addParts-about__wrap {
  background: #f5f5f5;
  padding: 1rem 4rem 4rem;
}

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

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

.addParts-about__box::after {
  content: "";
  width: 138px;
  height: 62px;
  position: absolute;
  right: 10px;
  top: -16px;
}

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

.addParts-about__txt-box {
  width: 560px;
}

.addParts-about__ttl {
  font-size: 3rem;
  line-height: 1.6;
  color: #0baee5;
  font-weight: bold;
  padding: 0 0 2rem;
  position: relative;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

.addParts-about__ttl a {
  display: inline-block;
  background: url("img/arrow_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 30px 0 0;
}

.addParts-about__ttl span:not([class]) {
  font-size: 2rem;
}

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

.addParts__knowledge {
  padding: 10rem 0;
}

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

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

.btn-accordion {
  color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 0;
  width: 380px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 5rem auto;
  background: url("img/plug.png") right 20px center no-repeat #d0d0d0;
}

.accordion-contents {
  display: none;
}

.btn-accordion.open {
  background: url("img/minus.png") right 20px center no-repeat #d0d0d0;
}



.addParts_marker,
.addParts_machine_placement {
  background: #f5f5f5;
  padding: 3rem 0;
}

.index .addParts_marker h3 {
  background: #fff;
  border: none;
  margin: 3rem 0;
}

.addParts__tips {
  margin: 3rem auto 8rem;
}

.addParts-pr {
  padding: 10rem 0 2rem;

}

.addParts-pr__title {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  padding: 0 0 2rem;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}

.addParts-pr__title::after {
  content: "";
  position: absolute;
  width: 97%;
  border-bottom: 2px solid #0baee5;
  left: 0;
  bottom: 0;
}

.addParts-pr__title a {
  display: inline;
}

.addParts-pr__title a::after {
  content: ">";
  color: transparent;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(img/arrow_blue.png) right center no-repeat;
  background-size: 8px auto;
  bottom: 2.5rem;
}

.addParts-pr__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 4rem 2rem;
  position: relative;
  background: #f5d661;
}

.addParts-pr__wrap::before {
  content: "";
  background: url(img/icon_pr.png) no-repeat center;
  background-size: auto;
  width: 94px;
  height: 94px;
  position: absolute;
  left: -56px;
  top: -56px;
  z-index: 10;
}

.addParts-pr__txt-box {
  width: 53%;
  margin-right: 3%;
}

.addParts-pr__txt-box p {
  font-size: 1.5rem;
}

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

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

.contents .box-wrap .box {
  display: block;
  width: calc((100% - 60px) / 2);
  margin: 0 0 0;
  padding: 2rem;
  justify-content: space-between;
  box-sizing: border-box;
  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-body .caption {
  text-align: left;
}

.contents .box-wrap .box p {
  margin: 0;
  font-size: 1.5rem;
}

/*type-a*/

.contents .box-wrap .type-a {
  background-color: #f5f5f5;
}

.contents .box-wrap .type-a .thumb {
  position: relative;
}


.contents .box-wrap .type-a .box-head {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  padding: 1.2rem 2rem;
  margin: 0 0 1.5rem;
  background: #fff;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  display: block;
  justify-content: space-between;
  align-items: center;
}

.contents .box-wrap .type-a .box-head a {
  display: block;
  width: 100%;
  font-size: 2.0rem;
  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: #1ab2e7;
  font-size: 2.2rem;
}

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

.contents .box-wrap .type-a .box-body {}

.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;
  margin: 1rem 0;
}

.contents .addParts__tips .box-wrap .type-b {
  padding: 2.5rem 1rem;
  border-bottom: 1px solid #999;
  width: calc((100% - 70px) / 2);
  background: #fff;
}

.contents .addParts__tips .box-wrap .type-b:nth-child(1),
.contents .addParts__tips .box-wrap .type-b:nth-child(2) {
  border-top: 1px solid #999;
  padding-bottom: 3rem;
}


.contents .box-wrap .type-b .box-head-area {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}

.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;
  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 2rem;
  border-bottom: 1px solid #999;
  width: calc((100% - 70px) / 3);
}

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

.contents .box-wrap .type-c:nth-last-child(2),
.contents .box-wrap .type-c:last-child {
  margin-left: 3.5rem;
}

.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: 90px;
}

.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% - 90px);
}

.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;
}

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

.contents .frame-wrap .inner {
  margin: 0 auto;
}

.contents .frame {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 53px) / 3);
  margin: 0 0 0 25px;
  background-color: #fff;
}

.contents .frame-wrap .frame:nth-of-type(3n+1) {
  margin-left: 0;
}

.contents .frame-wrap .frame:nth-of-type(n+4) {
  margin-top: 20px;
}

.contents .frame-wrap .frame a {
  display: block;
  text-decoration: none;
  max-width: 300px;
  margin: 0 auto;
}

.contents .frame-wrap .frame p.center {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

/*frame-head*/
.contents .frame .frame-head {
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.contents .frame .frame-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
}

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

.contents .frame .frame-head p {
  margin: 0;
}

.contents .frame .frame-body .frame-catch {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 0 0 15px;
}

.contents .frame .frame-body p {
  margin: 0;
}

.contents .frame p.caption {
  margin: 10px 15px 0;
}

/*type-a*/
.contents .frame-wrap .type-a {
  border: 1px solid #333;
  padding: 0 2.5rem 2rem;
}

.contents .frame-wrap .type-a .frame-catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 -2.5rem;
  padding: 1.5rem 1.5rem 4.5rem;
  position: relative;
  background: #f5d661;
  letter-spacing: -0.2px;
}

.contents .frame-wrap .type-a .frame-catch::before {
  content: "";
  background: #fff;
  background-size: 6px 1px;
  width: 51%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
  border-radius: 0 100px 0 0;
}

.contents .frame-wrap .type-a .frame-catch::after {
  content: "";
  background: #fff;
  background-size: 6px 1px;
  width: 51%;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: inherit;
  z-index: inherit;
  border-radius: 100px 0 0 0;
}

.contents .frame-wrap .type-a .frame-catch span {
  font-size: 3rem;
  color: #016fe6;
}

.contents .frame-wrap .type-a .frame-head {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 2.5rem;
}

.contents .frame-wrap .type-a .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;
}

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

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

.contents .addParts__selection .frame-wrap .type-a .thumb {
  width: 100%;
  margin: 0 auto;
}

.contents .frame-wrap .type-a .thumb {
  border: 1px solid #ddd;
  border-radius: 2px;
}

.contents .frame-wrap .type-a ul.icoArea {
  width: 224px;
  text-align: center;
  margin: 25px auto;
}

.contents .frame-wrap .type-a ul.icoArea li {
  width: 68px;
  margin: 0 0 0 10px;
  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: 16px;
}

.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 #999999;
}

.contents .frame-wrap .type-b .frame-head {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 2rem 2rem;
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.contents .frame-wrap .type-b .frame-head::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: 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_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 20px 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: 25px auto 0;
}

.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.2rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 12px 10px;
  color: #fff;
  background: #999999;
}

.contents .frame-wrap .type-b table td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 12px 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, 0-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;
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  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;
}










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

  /*------------
Index
------------*/

  .contents {
    width: 100%;
  }

  .index {}



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

  #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.jpg") left center no-repeat;
    background-size: 130%;
    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: 2.0rem;
    font-weight: 600;
    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.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: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 2rem 0 0;
    margin: 0 auto;
  }

  #visArea.visArea--top .mainArea .catchArea {
    text-align: center;
  }

  #visArea.visArea--top .mainArea .catchArea .catch {
    font-size: 1.8rem;
    line-height: 1.45;
    margin: 0;
  }
  #visArea.visArea--top .mainArea .catchArea .catch.mv-catch-marker {
    background: linear-gradient(transparent 50%, #f5d661 50%);
  }

  #visArea.visArea--top .mainArea .catchArea .catch span {
    font-size: 2.4rem;
  }

  #visArea.visArea--top .mainArea .catchArea .catch span.large {
    font-size: 3rem;
  }

  #visArea.visArea--top .mainArea .txtArea {
    width: 100%;
    margin: 3rem 0 0;
    padding: 1.5rem;
  }



  #visArea.visArea--top .mainArea .siteName img.sp {
    width: auto;
    height: 13rem;
    padding: 1rem 1.5rem;
  }

  #visArea .mainArea .txtArea .txtArea__title {
    font-size: 1.4rem;
    background: #fff;
    margin: -3.7rem -1rem 0;
    padding: 0 1.5rem;
  }

  #visArea .mainArea .txtArea .txtArea__title span {
    font-size: 1.6rem;
  }

  #visArea .mainArea .txtArea ol.mainTxtBox__list li {
    font-size: 1.4rem;
  }

  #visArea .mainArea .btn-internal.mv-btn a::before {
    right: 2rem;
    top: 2.2rem;
  }


  #visArea .mainArea .btn-internal.mv-btn {
    width: 100%;
  }

  #visArea .mainArea .btn-internal.mv-btn a {
    padding: 2.2rem 3rem 2.2rem 2rem;
  }

  #visArea .mainArea .btn-internal.mv-btn a::before {
    right: 1.8rem;
    top: 40%;
    background-size: 58% auto;
  }

  /*--------------------------------------
オリジナル
---------------------------------------*/
  .addInner {
    width: auto;
    padding: 0 4%;
  }


  .addTopArea .sttl {
    font-size: 2.4rem;
  }

  .addTopArea .sttl a {
    display: block;
    padding: 0 2rem;
  }

  .addTopArea .sttl span {
    font-size: 1.6rem;
  }


  .index .addParts_marker h3 a {
    margin-right: 1.5rem;
}

  /***** 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: 1.0rem 4.0rem 2.0rem 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 1.0rem 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 1.0rem 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%;
    background-color: #f5f5f5;
    padding: 5.0rem 0 6.0rem;
    position: relative;
  }


  .addParts02 p {
    margin: 0;
  }

  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3.0rem;
  }

  /*sttl*/
  .index .addParts02 .sttl {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-size: 29px auto;
    padding: 0;
    margin: 0 auto 2.0rem;
    position: relative;
  }

  /*block*/
  .addParts02 .block {
    background-color: #fff;
    padding: 1.5rem;
    margin: 0 0 6.0rem;
    position: relative;
    box-shadow: none;
  }

  .addParts02 .block:last-child {
    margin: 0;
  }

  .addParts02 .blockTitArea {
    text-align: center;
    padding: 0;
    margin: 0 0 2.5rem;
  }


  .addParts02 .infoArea.infoArea01 .infoBox .imgArea {
    width: 80%;
  }

  .addParts02 .blockTitSub span {
    font-size: 2.3rem;
  }

  .addParts02 .blockTitSub {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    background: linear-gradient(transparent 60%, #f5d661 60%);
    margin: 0 0 4.5rem;
    display: inline;
  }

  .index .addParts02 .blockTit {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
  }

  .index .addParts02 .blockTit::after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
  }

  .index .addParts02 .blockTit span {
    font-size: 1.6rem;
  }

  /*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 0 1.2rem;
  }

  .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 1.0s 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: 3.0rem 0;
    margin: 0 auto 3.0rem;
    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 1.0rem;
    margin: 0 0 3.0rem;
    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 1.0rem 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 1.0rem 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;
    width: 100%;
  }

  .addParts02 .priceIcoArea .icoArea {
    width: 100%;
    float: none;
  }

  .addParts02 .priceIcoArea .icoArea li {
    width: 100%;
    margin: 0 0 3.0rem;
    float: none;
  }

  .addParts02 .priceIcoArea .icoArea li:first-child {
    margin: 0 0 3.0rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(3n+1) {
    margin: 0 0 3.0rem;
  }

  .addParts02 .priceIcoArea .icoArea li:nth-child(n+4) {
    margin: 0 0 3.0rem;
  }

  .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: 1.0rem 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 3.0rem;
  }

  .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: 0 auto 2rem;
  }

  .addParts02 .infoArea .infoBox .mapArea {
    width: 100%;
    overflow: hidden;
    margin: 0 0 2.5rem;
    float: none;
  }

  .addParts02 .infoArea .infoBox .mapArea .map {}

  .addParts02 .infoArea .infoBox .mapArea .map iframe {
    display: block;
    width: 100.2% !important;
  }

  .contents .addParts02 .infoArea .infoBox table {
    display: table;
    width: 100%;
    margin: 0;
    float: none;
    table-layout: auto;
  }

  .contents .addParts02 .infoArea.infoArea01 .infoBox table th {
    display: table-cell;
    width: 15%;
    border-right: 1px solid #999;
    padding: 1.0rem;
    font-size: 1.8rem;
  }

  .contents .addParts02 .infoArea.infoArea01 .infoBox table td {
    display: table-cell;
    padding: 1.0rem;
    width: 26%;
  }

  .addParts02 .sub-title {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    padding: 0 5%;
  }

  .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 3.0rem;
    display: block;
  }

  .addParts03 .addTopArea .addTopPic {
    width: 100%;
    margin: 0 0 2.0rem;
    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: 1.9rem;
    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 2.0rem;
    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 {}

  .addParts03 .addTopArea .addTxt span {
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e6dc14;
  }

  .addParts03 .personMainArea {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    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: 1.8rem;
  }

  .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 1.0rem;
  }

  .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: 3.0rem 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 4.0rem;
  }

  .addParts03 .personArea .personBox {
    display: table;
    padding: 2.0rem 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 1.0rem 0.8rem;
  }

  .addParts03 .personArea .personBox .pic img {
    border-radius: 100px;
  }

  .addParts03 .personArea .personBox .txt-box {
    display: block;
    width: 100%;
    padding: 1.0rem 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 1.0rem;
  }

  .addParts03 .personArea .personBox .txt-box p {
    position: relative;
    margin: 0 0 1.0rem;
  }

  .addParts03 .summaryArea {
    width: 100%;
    background: url("img/parts03_summary_bg.png") left top repeat;
    padding: 2.5rem 1.5rem 1.5rem;
    margin: 0 0 4.0rem;
  }

  .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 4.0rem;
    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: 2.0rem 1.5rem;
  }

  .addParts03 .summaryArea .txtArea .catch {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 2.0rem;
  }

  .addParts03 .summaryArea .txtArea .txt {}

  .addParts03 .btnArea {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .contents .addParts03 .btnArea .btn-internal {
    margin: 0 auto 2.0rem;
  }

  .contents .addParts03 .btnArea .btn-internal:last-child {
    margin: 0 auto;
  }

  .contents .addParts03 .btnArea .btn-internal a {
    padding: 1.8rem 5.0rem 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__selection {
    padding: 4rem 0 4rem;
    background: url(img/bg_selection.jpg);
    background-size: 200% auto;
  }

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

  .contents .frame-wrap .type-a .careArea__title {
    font-size: 1.8rem;
  }

  .contents .frame-wrap .type-a .careArea__list li {
    font-size: 1.4rem;
  }

  .addParts__point {
    padding: 0 0 8rem;
  }

  .addParts__point__wrap {
    margin-top: 5rem;
    padding: 2rem;
  }

  .addParts__point__img-box {
    width: 40%;
    margin-right: 5%;
  }

  .addParts__point__title {
    font-size: 2.2rem;
    margin-left: 45%;
    line-height: 1.4;
  }

  .addParts__point__title span {
    font-size: 2.4rem;
  }

  .addParts__point__title::after {
    width: 100%;
  }

  .addParts__point__wrap::before {
    width: 70px;
    height: 70px;
    right: -3%;
    top: -50px;
  }

  .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__about {
    padding: 4rem 0;
  }

  .addParts-about__wrap {
    padding: 1.5rem;
  }

  .addParts-about__box {
    padding: 1.5rem;
  }

  .addParts-about__img-box {
    width: -webkit-fill-available;
    margin: auto;
  }

  .addParts-about__box::after {
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: -16px;
  }

  .addParts-about__ttl {
    font-size: 2rem;
    padding: 1rem 0;
  }

  .addParts__knowledge {
    padding: 4rem 0 0;
  }

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



  .btn-accordion {
    padding: 1.5rem 0;
    width: 300px;
    background: url("img/plug.png") right 20px center no-repeat #d0d0d0;
  }


  .addParts-pr {
    padding: 4rem 0;
  }

  .addParts-pr__wrap {
    padding: 2rem;
  }

  .addParts-pr__wrap::before {
    background-size: 75% auto;
    left: -7%;
    top: -42px;
  }

  .addParts-pr__title {
    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 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: 2.0rem auto;
  }

  .contents .box-wrap .box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 4.0rem 0 3.0rem;
    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 {
    border-bottom: none;
  }

  .contents .box-wrap .box:last-child {
    margin: 0;
  }

  .contents .addParts__tips .box-wrap .type-b {
    width: 100%;
    margin-bottom: 1px;
  }

  .contents .addParts__tips .box-wrap .type-b .box-head-area {
    padding: 0;
    margin: 0 0 1rem;
  }

  .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: 2.0rem 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;
    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 2.0rem 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.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 1.0rem;
  }

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

  .contents .box-wrap .type-b .thumb img {
    border-radius: 100px;
  }

  .contents .box-wrap .type-b .box-head {
    display: block;
    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 2.0rem 0 0;
    position: relative;
  }

  .contents .box-wrap .type-b .box-head a:hover {
    opacity: 1;
  }

  .contents .box-wrap .type-b .caption {
    margin: 2.0rem 0 0;
  }


  /*type-c*/
  .contents .box-wrap .type-c {
    /* border-top: 1px solid #333; */
    /* border-bottom: 1px solid #333; */
    padding: 3.0rem 0 3.0rem;
    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;
    margin: 0;
  }

  .contents .box-wrap .type-c .box-head-area {
    padding: 0 1.0rem;
    margin: 0 0 2.0rem;
    display: table;
    width: 100%;
  }

  .contents .box-wrap .type-c .thumb {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    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: 1.7rem;
    line-height: 1.4;
    color: #333;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 8px auto;
    padding: 0 2.0rem 0 0;
    position: relative;
  }

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

  .contents .box-wrap .type-c .caption {
    margin: 2.0rem 0 0;
  }



  /*--------------------------------------
　frame-wrap
---------------------------------------*/
  .contents .frame-wrap {
    margin: auto;
  }

  .contents .frame-wrap .inner {
    margin: 0 auto;
  }

  .contents .frame {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2.0rem;
    background-color: #fff;
    float: none;
  }

  .contents .frame-wrap .frame:nth-child(n+4) {
    margin-top: 0;
  }

  .contents .frame-wrap .frame:last-child {
    margin: 0 0 0;
  }

  .contents .frame-wrap .frame a {
    display: block;
    text-decoration: none;
  }

  #index .addParts__selection .btn-internal a::before {
    width: 12px;
    height: 22px;
    right: 2rem;
    top: 2.5rem;
  }

  /*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 3.0rem;
  }

  .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 .thumb {}

  .contents .frame p.caption {
    margin: 1.0rem 1.0rem 0;
  }

  /*type-a*/
  .contents .frame-wrap .type-a {
    margin: 0 0 2rem;
    padding: 0 1.5rem 1.5rem;
  }


  .contents .frame-wrap .type-a .frame-catch {
    font-size: 2rem;
    margin: 0 -1.5rem;
  }

  .contents .frame-wrap .type-a .frame-catch::before {
    content: "";
    background: #fff;
    background-size: 6px 1px;
    width: 51%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -2px;
    top: inherit;
    z-index: inherit;
    border-radius: 0 100px 0 0;
  }

  .contents .frame-wrap .type-a .frame-catch::after {
    content: "";
    background: #fff;
    background-size: 6px 1px;
    width: 51%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: -2px;
    top: inherit;
    z-index: inherit;
    border-radius: 100px 0 0 0;
  }

  .contents .frame-wrap .type-a .frame-head {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem;
  }

  .contents .frame-wrap .type-a .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    background-size: 6px auto;
    padding: 0 2.0rem 0 0;
    position: relative;
  }

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

  .contents .frame-wrap .type-a .thumb {
    width: 80%;
    margin: 0 auto;
  }

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

  .contents .frame-wrap .type-a ul.icoArea {
    width: 100%;
    text-align: center;
    padding: 0 1.5rem;
    margin: 2.0rem auto;
  }

  .contents .frame-wrap .type-a ul.icoArea li {
    width: calc(100% / 3);
    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: 1.7rem;
    line-height: 1.5;
    padding: 1.8rem 1.5rem;
    margin: 0 0 2.0rem;
    position: relative;
  }

  .contents .frame-wrap .type-b .frame-head::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: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
  }

  .contents .frame-wrap .type-b .frame-head a {
    display: block;
    width: 100%;
    background: url("img/arrow_black.png") right center no-repeat;
    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 1.0rem;
  }

  .contents .frame-wrap .type-b .frame-body {
    margin: 2.0rem auto 0;
  }

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

  .contents .frame-wrap .type-b table th {
    display: table-cell;
    width: 40%;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    border-right: 1px solid #fff;
    padding: 1.0rem 1.0rem;
  }

  .contents .frame-wrap .type-b table td {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 1.0rem 1.0rem;
    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, 0-1px 0 #333,
      -1px 0 0 #333, 1px 0 0 #333;
    margin: 3.0rem 0 0;
    position: relative;
    top: -1.0rem;
  }

  .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 2.0rem 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 2.0rem;
  }

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


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