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

/*--------------------------------------
　Main Index
---------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto 0rem;
}
.addInner {
  margin: 0 auto;
  width: min(100%,1200px);
}

/*--------------------------------------
　visArea TOPページ
---------------------------------------*/
#visArea {
  margin: 0 auto;
  overflow: hidden;
}
#visArea .mainArea {
  background: #f5f5f3;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 3rem 1.5rem 5rem 1.5rem;
}
#visArea .mainArea .mainAreaInner {
  max-width: 1350px;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
}
#visArea .mainArea .mainAreaInner::after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(img/mv.png) no-repeat right bottom;
    background-size: auto;
    left: 5vw;
    z-index: 1;
    bottom: 10px;
}
@media screen and (max-width: 1200px) {
#visArea .mainArea .mainAreaInner::after {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    background-size: 50%;
    left: 5vw;
    z-index: 1;
    bottom: 10px;
}
}



#visArea .mainArea__item {
  margin: 0 auto 0 0;
  width: 640px;
  max-width: 100%;
}
#visArea .mainArea .siteName {
  margin: 0px auto 3rem;
  text-align: left;
}
#visArea .mainArea .siteName img {
  margin: 0px auto 0px 25px;
}
#visArea .mainArea .mainTxtBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#visArea .mainArea .catchArea {
  position: relative;
  z-index: 0;
  padding: 0 0 5rem;
  margin: 0 auto 2.5rem;
  background: #00995c;
  color: #fff;
}
#visArea .mainArea .catchArea::after {
  content: "";
  width: 100%;
  height: calc(100% - 3.5rem);
  background: url(img/main-text.png) no-repeat bottom 1.5rem left;
  background-size: 270px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#visArea .mainArea .catchArea .catch {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin: 0 2rem auto 0;
  padding: 1.3rem 0 1.5rem;
  border-bottom: 2px solid #fff;
  letter-spacing: 3px;
}
#visArea .mainArea .catchArea::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background: #00995c;
  content: "";
}
.catch__emp--blue01,
.catch__emp--blue02 {
  border: none;
}
.catch__emp--blue01 {
  color: #fadc48;
  font-size: 2.8rem;
}
#visArea .mainArea .txtArea p {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 100%;
  text-shadow: 2px 1px 1px #fff;
}
#visArea .btn-internal{
  margin: 3rem 0 0;
  z-index:10;
}
#visArea .btn-internal a {
    background: url(img/arrow_white02-1.png) right 16px center no-repeat #ff8b27;
    background-size: 7px auto;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap .ct {
  width: 400px;
}

/*--------------------------------------
　box-wrap
---------------------------------------*/
#contents .box-wrap .box {
  width: 519px;
}

/*type-a*/
#contents .box-wrap .type-a .box-body p {
  width: 399px;
}

/*--------------------------------------
　frame-wrap
---------------------------------------*/
#contents .frame-wrap .frame:nth-child(n + 4) {
  margin-top: 25px;
}

#contents .frame .frame-body {
  padding: 0 30px 35px;
}

/*type-b*/
#contents .frame-wrap .type-b .frame-head {
  padding: 20px 30px 20px;
}

/*--------------------------------------
オリジナル
---------------------------------------*/
/***** addParts01 *****/
.addParts--recommended.Parts01 .addTopTxt{
  color: #000;
  margin: 5rem auto;
}

.addParts--recommended.Parts01 table{
    margin: 0 auto;
    width: min(100%,880px);
}
.addParts--recommended.Parts01 table th,
.addParts--recommended.Parts01 table td{
  font-size: 1.6rem;
  padding: 2rem;
}
.addParts--recommended.Parts01 table th{
  background: #ebf7f2;
}
.addParts--recommended.Parts01 table tr th:nth-of-type(1){
  width: 16%;
}
.addParts--recommended.Parts01 table tr th:nth-of-type(2){
  background: #ffffd7; 
}
.addParts--recommended.Parts01 table tr th:nth-of-type(3){
  background: #e3e3e3; 
}
.addParts--recommended.Parts01 table tr:nth-child(3n) td{
  background: #f5f5f3;
}

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

.addParts02 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 9rem 0 17rem;
  position: relative;
}
.addParts02 .addInner {
  width: min(100%,1200px);
  margin: 0 auto;
}
.addParts02 p {
  margin: 0;
}

/*addTopArea*/
.addParts02 .addTopArea {
  padding: 0 150px;
  margin: 0 auto 70px;
}

/*sttl*/
#index .addParts02 .sttl {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: url("img/parts02_tit_ico.png") center bottom no-repeat;
  background-size: 43px auto;
  padding: 0 0 70px;
  margin: 0 0 30px;
  position: relative;
}

/*block*/
.addParts02 .block {
  background-color: #fff;
  padding: 6.2rem 0 7.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.addParts02 .block + .block {
  margin-top: 6rem;
}

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

#index .addParts02 .blockTitSub {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 3rem;
  display: inline-block;
  font-weight: bold;
  padding: 1.5rem 3.2rem;
  position: relative;
  background: #00995c;
  border-radius: 8px;
  color: #fff;
  min-width:520px;
}
#index .addParts02 .blockTitSub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 11px;
  z-index: -1;
  border-radius: 8px;
  border: 1px solid #000;
} 
#index .addParts02 .blockTitSub::after {
  content: "";
  width: 30px;
  height: 12px;
  background: url(img/h2_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.addParts02 .caption {
  margin: 1rem 0;
  color: #9a9a9a;
}

.addParts02 .infoArea {
  clear: both;
  width: 100%;
  padding: 0 40px;
  margin: 0 0 60px;
}

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

.addParts03 {
  width: 100%;
  margin: 100px 0 125px;
}
.addParts03 .addInner {
  width: min(100%,1100px);
  margin: 0 auto;
  position: relative;
}
.addParts03 p {
  margin: 0;
}

.addParts03 .addTopArea {
  width: 100%;
  margin: 0 auto 6.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: self-start;
  justify-content: space-between;
}
.addParts03 .addTopArea .addTopPic {
  width: 570px;
  margin: 9rem 0 0 0;
  position: relative;
  order: 2;
  flex-shrink: 0;
  max-width: 100%;
}
.addParts03 .addTopArea .addTopPic img {
  display: block;
  margin: 0 auto;
  box-shadow: 20px -18px 0 0 #f5f5f3;
}
.addParts03 .addTopArea .addTopTxt {
  width: calc(100% - 570px);
  order: 1;
  padding-right: 20px;
}
#contents .addParts03 .addTopArea .sttl {
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  background: url("img/parts03_tit_ico.png") center bottom no-repeat;
  background-size: 40px auto;
  padding: 0 0 60px;
  margin: 0 0 25px;
  position: relative;
}

.addParts03 .interviewTitArea {
  display: table;
  position: relative;
  margin: 0;
  border: 2px solid #000;
  border-left: none;
}
.addParts03 .interviewTitArea::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto 0;
  width: 9999px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  /* IE対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
@-moz-document url-prefix() {
  /* Firefox対策 */
  .addParts03 .interviewTitArea::before {
    height: calc(100% - 4px);
  }
}
.addParts03 .interviewTitArea::after {
  content: "";
  width: 9999px;
  height: 100%;
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: -1;
  background: #f5f5f3;
}

#contents .addParts03 .interviewTitArea .interviewTit {
  display: table-cell;
  vertical-align: middle;
  width: 47%;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 4.8rem 5% 4.8rem 0;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}
.interviewTit__small {
  color: inherit;
  border: none;
  font-size: 4rem;
  font-weight: inherit;
  display: inline;
}
#contents .addParts03 .interviewTitArea .interviewTit a {
  display: inline-block;
}
.addParts03 .interviewTitArea .interviewTxt {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-size: 1.8rem;
  padding: 3.2rem 4.5rem 3.2rem 0;
  color: #010101;
}
.addParts03 .personArea {
  margin: 0 0 80px;
}
.addParts03 .personArea .personBox {
  display: table;
  padding: 3.5rem 4rem 2.5rem;
  position: relative;
  background: #f5f5f3;
  width: 100%;
}
.addParts03 .personArea .personBox + .personBox {
  margin-top: 2rem;
}
.addParts03 .personArea .personBox .pic {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.addParts03 .personArea .personBox .pic img {
  display: block;
  margin: 0 auto;
}
.addParts03 .personArea .personBox dl {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 130px);
  padding: 0 0 0 3rem;
}
.addParts03 .personArea .personBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #14734d;
  margin: 0 auto 2rem;
}
.addParts03 .personArea .personBox dl dd {
  position: relative;
  margin: 0 auto;
  color: #333;
  line-height: 2;
}
.addParts03 .personArea .personBox dl dd + dd {
  margin-top: 2rem;
}
.addParts03 .personArea .personBox dl dd.caption--voices {
  text-align: right;
  font-size: 1.4rem;
  color: #9a9a9a;
  line-height: 1.6;
}

/* addParts--recommended */
.addParts--recommended {
  padding: 10rem 0;
}
.addTopArea {
  margin: 0 auto 0rem;
}
.addTxt {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}
.addTxt + .addTxt {
  margin-top: 1.5rem;
}

.addParts--recommended.Parts01 .addParts__title {
  background: url(img/problem.png) no-repeat bottom 6rem center;
  background-size: 228px auto;
  color: #000;
}
.addParts--recommended.Parts01 .addParts__title::after {
  content: "";
  width: 92%;
  height: 147px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0 auto;
  z-index: -1;
  background: #f5f5f3;
}

/* addParts--detail */
.addParts--detail {
  margin: 0 auto;
  position: relative;
  background: #f5f5f3;
}
.addParts--detail::before {
  content: "";
  width: 708px;
  max-width: 80%;
  height: 98px;
  background: url(img/indetail.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 3px;
}
.addParts--detail .addTopArea {
  margin: -11.5rem auto 5rem;
  display: block;
  padding: 8.5rem 0 0;
}
#contents .addParts--detail .addTopArea .sttl {
  text-align: center;
  background: none;
  font-size: 4.2rem;
  line-height: 1.45;
  padding: 0;
  margin: 0 auto 3rem;
  letter-spacing: 5px;
  color: #14734d;
}

.addParts--detail .sttl__small {
  display: block;
  border: none;
  font-size: 3rem;
  margin: 0 auto 1rem;
  color: inherit;
}

#index .addParts--detail .block__item__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto 3.5rem;
}

.addParts--detail .block__item--feature {
  margin: 8rem auto 0;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_feature_deco.png) no-repeat left 10px top;
}
#index .addParts--detail .frame-wrap {
  margin-top: 4.5rem;
  padding: 4rem 0 0;
  flex-wrap: nowrap;
  gap: 3rem;
}
.addParts--detail .block__item--voices {
  margin: 10.2rem auto 0;
  padding: 4.5rem 4.5rem;
  background: url(img/example-000.png) no-repeat left 10px top;
}
.addParts--detail .personArea--voices {
  margin: 6rem auto 0;
}
.addParts--detail .infoArea--information {
  margin: 8rem auto;
  padding: 4.5rem 4.5rem 0;
  background: url(img/detail_information_deco.png) no-repeat left 10px top;
}

.addParts--detail .infoArea--information .block__item__title {
  color: #000;
}

/* addParts--comparison */
.addParts--comparison {
  margin: 20rem auto 15rem;
  background: #f5f5f3;
  position: relative;
  z-index: 0;
  padding: 8rem 0 4rem;
}
.addParts--comparison .addTopArea {
  margin: 0 auto 0rem;
}
#index .addParts__title--comparison {
  background: url(img/pr-text1.png) no-repeat bottom 3rem center;
  background-size: 228px auto;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
  padding: 0 0 9.8rem;
  position: relative;
  margin: 0 auto 0rem;
  letter-spacing: 1px;
}
.addParts--comparison .addParts__title__small {
  font-size: 3rem;
  border: none;
  color: inherit;
  display: inline-block;
  margin: 0 auto;
}
.addParts__title--comparison::after {
  content: "";
  width: 92%;
  height: 126px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  background: rgba(255,255,255,0.7);
}

.addParts--comparison .float-wrap {
    margin: 3.5rem auto 0;
    padding: 0 0 3rem;
}

/* addParts--list */
.addParts--list {
  margin: 10rem 0;
}
#index .addParts--list .addTopArea .sttl {
  position: relative;
  margin: 0 auto 9rem;
  font-size: 4.2rem;
  letter-spacing: 5px;
  background: none;
  border-bottom: 2px solid #111;
  padding: 0 0.5rem 1rem 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.addParts--list .addParts__title__small {
  font-size: 3rem;
  border: none;
  color: inherit;
}
#index .addParts--list .addTopArea .sttl::after {
  content: "";
  width: calc(100% - 3rem);
  height: 90px;
  background: url(img/list.png) no-repeat bottom 2rem left 3.3rem,
    url(img/sabusuku-bg.png) repeat;
  background-size: 44px auto, 16px auto;
  position: absolute;
  bottom: -55px;
  left: -3px;
  z-index: -1;
}

#index .addParts--list .addTopArea .sttl a::before {
  content: "";
  position: absolute;
  background: url(img/green-arrow.png) no-repeat;
  width: 19px;
  height: 7px;
  bottom: 34px;
  left: 25%;
}

#index .addParts--list .addTopArea .sttl a {
  display: block;
}
.addParts--list .addTxt {
  color: #333;
  max-width: calc(100% - 3rem);
}

#index .frame-wrap--list {
  margin: 6.5rem auto 0;
}
#index .frame-wrap .frame--list {
  width: calc((100% - 4.6rem) / 3);
  margin-right: 2.3rem;
  padding: 3rem 2.5rem 4.3rem;
}
#index .frame-wrap .type-b .frame-head--list {
  padding: 0 0 2.5rem 0.3rem;
  border-bottom: 1px solid #000;
  margin: 0 auto 2rem;
}
#index .frame-wrap .type-b .frame-head--list::after {
  content: none;
}
#index .frame-wrap .type-b .frame-head--list a {
  width: 100%;
  margin: 0 auto;
  color: #15714c;
}
#index .frame-wrap .type-b .frame-body--list {
  margin: 0 auto 2rem;
  padding: 0;
}
#index .frame-wrap .type-b .frame__table--list th {
  width: 27%;
}
#index .frame-wrap .type-b .frame__table--list td {
  padding: 1.2rem 1.5rem;
}

/* addParts--area */
.addParts--area {
  margin: 15rem auto 10rem;
  padding: 5rem 0 0;
}
.addParts--area.feature{
  padding: 0;
}

@media screen and (min-width: 481px) and (max-width: 1400px) {
  #index .addParts--area .interviewTitArea .interviewTit::after {
    left: 10px;
  }
}
#index .box-wrap--area {
  margin: 9rem auto 0;
  position: relative;
  z-index: 0;
}
.link-area{
  margin: 5rem 0 10rem;
}

#toc li.chapter-h.chapter-h-three {
    display: none
}
.toc_parts {
    max-width: 770px;
    margin: 0rem auto 0;
}

#toc .chapter .chapter-h {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    line-height: 1.6;
}

#index .addParts03.addParts--area .addInner h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 3rem auto 2rem;
    line-height: 1.4;
    padding: 1.5rem 3rem 1.2rem 0rem;
    border-bottom: 2px solid #00995c;
    position: relative;
    color: #15714c;
}

.addParts03.feature .addInner::before {
  content:"";
  position: absolute;
  width: 480px;
  height: 51px;
  background: url(img/feature.png) no-repeat;
  top: -47px;
  left: -110px;
}
.addParts03 .interviewTitArea--area a {
  position:relative
}
.addParts03.feature .interviewTitArea--area a::before {
  content: "";
  position: absolute;
  background: url(img/green-arrow.png) no-repeat;
  width: 19px;
  height: 7px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
}
#contents .addParts03.addParts--area .addInner p:not([class]){
  margin: 0 0 0 5rem;
  font-size: 1.6rem;
}
.addParts03 .link-area a {
  position:relative
}
.addParts03 .link-area a::before {
    content: "";
    position: absolute;
    background: url(img/green-arrow.png) no-repeat;
    width: 19px;
    height: 7px;
    top: 30px;
    right: 2%;
}

.addParts03.kowledge .addInner::before {
    content: "";
    position: absolute;
    width: 383px;
    height: 70px;
    background: url(img/kowledge.png) no-repeat;
    top: -50px;
    left: -110px;
}
#index .addParts03.addParts--area.kowledge .addInner h3 {
  border: none;
}
#contents .addParts03.addParts--area.kowledge .addInner p:not([class]) {
  margin: 0 0 0 0rem;
}

.addParts03.kowledge .interviewTitArea--area a::before {
    content: "";
    position: absolute;
    background: url(img/green-arrow.png) no-repeat;
    width: 19px;
    height: 7px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 25%;
}

#index .box-wrap .box--area {
  padding: 0;
  width: calc((100% - 8.2rem) / 2);
  position: relative;
}
#index .box-wrap .box--area:nth-child(n + 3) {
  margin-top: 6.3rem;
}

#index .box-wrap .box--area .box-head {
  margin: 3rem auto;
  padding: 0 2.2rem;
}
#index .box-wrap .box--area .box-body p {
  width: 100%;
  float: none;
  color: #333;
  margin: 0 auto;
}

/* addParts--points */

.float-wrap {
    max-width: calc(100% - 35rem);
}

#index .sankaku {
  margin: 8rem 0 11rem;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
#index .sankaku::before {
  content:url(img/sankaku.png);
  position:absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#index .check-box::before {
  content:url(img/check.png);
  position: absolute;
  top: -45px;
  left: -2%;
}
#index .check-box-wrap {
  background: #f5f5f3;
}
#index .check-box .check-box-title {
  position: absolute;
  line-height: 1.4;
  font-size: 2.8rem;
  background: #00995c;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  top: -20px;
  left: 13%;
  padding: 1.5rem 14rem;
  text-align: center;
}
#index .check-box .check-box-title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 9px;
  left: 11px;
  z-index: 0;
  border-radius: 8px;
  border: 1px solid #000;
}
#index .check-box .check-box-title:after {
  content: "";
  width: 30px;
  height: 12px;
  background: url(img/detail_catch_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#index .check-box-wrap .check-box-text {
  padding: 13rem 11rem 2rem;
}
#index .check-box {
  max-width: calc(100% - 17rem);
  margin: 0 auto;
  position: relative;
}

#index .list-wrap--recommended::before {
  content:none;
}

.frame--list .frame-tag-list .tag-list-name {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
.frame--list .frame-tag-list .tag-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#index .frame--list .frame-tag-list .tag-list ul li {
    width: auto;
    text-align: center;
    padding: 0.5rem 1.5rem;
    margin: 0.4rem;
    background: #666;
    color: #fff;
}
#index .frame--list .frame-tag-list .tag-list ul li:nth-of-type(5) {
  background: #ddd;
  color: #ffffff;
} 
#index .frame--list .frame-tag-list .tag-list ul li:nth-of-type(6) {
  background: #ddd;
  color: #ffffff;
} 
#contents .frame--list .frame__table--list {
    max-width: 100%;
}

#contents ul li::before {
    background-color: unset;
}

.addParts--recommended.Parts01 .addParts__title__small {
    color: #14734d;
}

.addParts--detail .addInner .float-img {
    text-align: center;
}

#contents .addInner .sttl--detail {
    color: #000;
}
#contents .addInner .sttl--detail .sttl__small {
    color: #000000;
}

@media screen and (max-width: 480px) {
  /* SP */
  /*------------
	Index
	------------*/

  #contents {
    width: 100%;
    margin: 0 auto 0rem;
  }

  /*--------------------------------------
	　visArea
	---------------------------------------*/
  #visArea {
    margin: 0 auto 4rem;
  }
  #visArea .mainArea {
    background: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #visArea .mainArea .mainAreaInner {
    max-width: 100%;
    padding: 0 0 0;
    background: #f5f5f3;
    background-size: 100% auto;
    position: relative;
  }
  #visArea .mainArea .mainAreaInner::after {
    content: none;
  }

  #visArea .mainArea .siteName {
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 10vw;
    left: 3.375vw;
    width: 18.75vw;
  }

  #visArea .mainArea .mainTxtBox {
    width: 100%;
    padding: 0;
    margin: 0rem auto 0;
  }
  #visArea .mainArea .catchArea {
    padding: 1rem 0 3rem;
    margin: 0 auto 1rem;
  }
  .catch__emp--blue01{
    font-size: 1.8rem;
  }
  #visArea .mainArea .catchArea::after {
    background-size: auto 14px;
    left: 4%;
    bottom: -8px;
  }
  #visArea .mainArea .catchArea .catch {
    font-size: 2.2rem;
    padding: 0 0 0.5rem 4%;
    border-bottom: 1px solid #fff;
    max-width: 96%;
    margin: 0 auto 0 0;
    letter-spacing: 3px;
  }
  #visArea .mainArea .txtArea {
    max-width: 92%;
    margin: 0 auto;
  }
  #visArea .mainArea .txtArea img{
    margin: 1.5rem auto;
  }

  #visArea .mainArea__item {
    margin: 0 auto;
    width: 100%;
  }
  #visArea .mainArea .txtArea p {
    color: #333;
    line-height: 1.71;
    width: 100%;
  }

  /*--------------------------------------
	　box-wrap
	---------------------------------------*/
  #contents .box-wrap .box {
    width: 100%;
  }

  /*type-a*/
  #contents .box-wrap .type-a .box-body p {
    width: calc(100% - 95px);
  }

  /*--------------------------------------
	　frame-wrap
	---------------------------------------*/
  #contents .frame {
    width: 100%;
    margin: 0 0 2rem;
  }
  #contents .frame .frame-body {
    padding: 0 1.5rem 3rem;
  }

  /*type-b*/
  #contents .frame-wrap .type-b .frame-head {
    padding: 1.8rem 1.5rem;
  }

  /*--------------------------------------
	オリジナル
	---------------------------------------*/
  .addParts--recommended.Parts01 .addParts__title {
    background: none;
  }
  /***** addParts02 *****/

  .addParts02.addParts--detail {
    width: 100%;
    padding: 5rem 0 6rem;
    margin: 0 auto;
  }
  .addParts02 .addInner {
    width: 92%;
    margin: 0 auto;
  }
  .addParts02 p {
    margin: 0;
  }
  #index .addParts02 .blockTitSub{
    font-size: 2.2rem;
    padding: 1rem 2rem;
	min-width:unset;
	width:100%;
  }
  /*addTopArea*/
  .addParts02 .addTopArea {
    padding: 0 0;
    margin: 0 auto 3rem;
  }

  /*sttl*/
  #index .addParts02 .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts02_tit_ico.png") center bottom no-repeat;
    background-size: 29px auto;
    padding: 0 3.5rem 4.5rem;
    margin: 0 auto 2rem;
    position: relative;
  }

  /*block*/
  .addParts02 .block {
    padding: 3rem 0 3rem;
    margin: 0 auto;
    position: relative;
  }
  .addParts02 .block + .block {
    margin-top: 3rem;
  }

  .addParts02 .blockTitArea {
    padding: 0 2rem;
    margin: 0 0 2.5rem;
  }
  .addParts02 .blockTitSub {
    font-size: 2rem;
    margin: 0 auto 2.5rem;
    padding: 1.5rem 2.5rem;
  }
  .addParts02 .blockTitSub::before {
    left: 6px;
    top: 6px;
    background-size: 13px auto;
  }
  .addParts02 .blockTitSub::after {
    width: 20px;
    height: 10px;
    bottom: -16px;
  }

  .addParts02 .caption {
  }

  .addParts02 .infoArea {
    clear: both;
    width: 92%;
    padding: 0 0;
    margin: 0 auto 3rem;
  }

  /*btn*/
  #contents .addParts02 .btn-web,
  #contents .addParts02 .btn-tel {
    width: 75%;
    margin: 3rem auto 4rem;
  }
  #contents .addParts02 .btn-web a {
    background-image: url(img/arrow_white.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: right 9px center;
    line-height: 1.6;
  }

  /***** addParts03 *****/

  .addParts03 {
    width: 100%;
    margin: 6.5rem auto 7rem;
  }
  .addParts03 .addInner {
    width: 92%;
    margin: 0 auto;
  }
  .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 img {
    box-shadow: 8px -10px 0 #f5f5f5;
  }
  .addParts03 .addTopArea .addTopTxt {
    width: 100%;
    padding-right: 0;
  }
  #contents .addParts03 .addTopArea .sttl {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background: url("img/parts03_tit_ico.png") center bottom no-repeat;
    background-size: 30px auto;
    padding: 0 0 4rem;
    margin: 0 auto 1.5rem;
    position: relative;
  }

  .addParts03 .interviewTitArea {
    display: block;
    padding: 0 4% 2.5rem 0;
    margin: 0 0 1rem;
  }
  .addParts03 .interviewTitArea::before {
    right: 100%;
  }

  #contents .addParts03 .interviewTitArea .interviewTit {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem 0 1rem;
    position: relative;
    max-width: inherit;
    letter-spacing: normal;
    line-height: 1.4;
  }
  .interviewTit__small {
    font-size: 2.4rem;
  }

  .addParts03 .interviewTitArea .interviewTxt {
    display: block;
    vertical-align: middle;
    width: 100%;
    font-size: 1.4rem;
    border-left: none;
    padding: 0;
  }
  .addParts03 .personArea {
    margin: 0 0 4rem;
  }
  .addParts03 .personArea .personBox {
    padding: 2rem 4%;
  }
  .addParts03 .personArea .personBox .pic {
    display: block;
    width: 60px;
    float: left;
    margin: 0 1.5rem 1rem 0.8rem;
  }
  .addParts03 .personArea .personBox dl {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
  }
  .addParts03 .personArea .personBox dl dt {
    font-size: 1.5rem;
    margin: 0 auto 1.2rem;
  }
  .addParts03 .personArea .personBox dl dd {
    margin: 0 auto;
  }

  /* addParts--detail */
  .addParts--detail {
    margin: 6rem auto 0;
    padding: 3.5rem 0 6rem;
  }
  .addParts--detail::before {
    width: 220px;
    height: 31px;
    top: 0;
  }
  .addParts--detail .addInner {
    max-width: 92%;
  }
  .addParts--detail .addTopArea {
    margin: -10rem auto 3.5rem;
    padding: 10rem 0 0;
  }
  #contents .addParts--detail .addTopArea .sttl {
    text-align: center;
    background: none;
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 3rem;
    letter-spacing: normal;
  }

  .addParts--detail .sttl__small {
    font-size: 1.8rem;
    margin: 0 auto 0.5rem;
  }
  .addTxt {
    max-width: 100%;
    line-height: 1.8;
    width: 100%;
  }

  #index .addParts--detail .block__item__title {
    font-size: 2rem;
    margin: 0 auto 3rem;
  }

  .addParts--detail .block__item--feature {
    margin: 6rem auto 0;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
  }
  #index .addParts--detail .frame-wrap {
    margin: 3rem auto 4rem;
    padding: 2rem 0 0;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .addParts--detail .block__item--voices {
    margin: 6rem auto 0;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
  }
  .addParts--detail .personArea--voices {
    margin: 3rem auto 0;
  }
  .addParts--detail .infoArea--information {
    margin: 6rem auto 4rem;
    padding: 1.5rem 4% 0;
    background-size: auto 31.5px;
    width: 100%;
  }
  .addParts--detail .infoArea--information .block__item__title {
    color: #000;
  }
 
  /* addParts--comparison */
  .addParts--comparison {
    margin: 10rem auto 0;
    padding: 4rem 4% 0;
  }
  #contents .addParts--comparison .float-wrap{
    margin: 0 auto;
  }
  #index .addParts--comparison .btn-internal{
    margin: 2rem auto;
  }
  .addParts--comparison .addTopArea {
    margin: 0 auto 2rem;
  }
  #index .addParts__title--comparison {
    letter-spacing: normal;
    background-size: auto 24px;
    background-position: bottom 1.2rem center;
    font-size: 2.4rem;
    padding: 0 0 4.5rem;
    margin: 0 auto 2rem;
  }
  .addParts--comparison .addParts__title__small {
    font-size: 1.8rem;
    margin: 0 auto 0.5rem;
  }
  .addParts__title--comparison::after {
    height: 60px;
  }

  /* addParts--list */
  .addParts--list {
    margin: 10rem auto 0;
  }
  #index .addParts--list .addTopArea .sttl {
    position: relative;
    margin: 0 auto 5rem;
    font-size: 2.4rem;
    letter-spacing: normal;
    background: none;
    border-bottom: 2px solid #111;
    padding: 0 2rem 1rem;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt";
    text-align: left;
  }
  .addParts--list .addParts__title__small {
    font-size: 1.8rem;
  }
  #index .addParts--list .addTopArea .sttl::after {
    width: calc(100% - 2rem);
    height: 55px;
    background-size: 30px auto, 12px auto;
    background-position: bottom 1rem left 3rem, center;
    bottom: -30px;
  }
  .addParts--list .addTxt {
    max-width: 100%;
  }

  #index .frame-wrap--list {
    margin: 3.5rem auto 0;
    width: 100%;
    max-width: 100%;
  }
  #index .frame-wrap .frame--list {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 5% 2.5rem;
  }

  #index .frame-wrap .type-b .frame-head--list {
    padding: 0 0 2rem;
    margin: 0 auto 1.5rem;
    display: block;
  }
  #index .frame-wrap .type-b .frame-head--list::after {
    content: none;
  }
  #index .frame-wrap .type-b .frame-head--list a {
    width: 100%;
    margin: 0 auto;
  }
  #index .frame-wrap .type-b .frame-body--list {
    margin: 0 auto 2rem;
    padding: 0;
  }
  #index .frame-wrap .type-b .frame__table--list th {
    width: 100%;
    display: block;
  }
  #index .frame-wrap .type-b .frame__table--list td {
    padding: 1.2rem 1.5rem;
    display: block;
  }

  /* addParts--area */
  .addParts--area {
    margin: 8rem auto 0;
    padding: 2.5rem 0 0;
  }

  #index .box-wrap--area {
    margin: 4rem auto 0;
  }

  #index .addParts--area .box-wrap .box--area {
    padding: 3rem 0 0;
    width: 100%;
    border: none;
  }
  #index .box-wrap .box--area:nth-child(n + 2) {
    margin-top: 3.5rem;
  }

  #index .box-wrap .box--area .box-head {
    margin: 1.5rem auto;
    padding: 0 4%;
  }
  #index .box-wrap .box--area .box-body p {
    width: 100%;
  }

  .toc_parts {
    width: 85%;
    margin: 0 auto;
}
  #toc {
    display: none;
    margin: 0.5rem 0 0 0;
    padding: 1.5rem 2rem;
    position: relative;
}
  #toc .chapter .chapter-h {
    font-size: 1.5rem;
}

.float-wrap {
    max-width: calc(100% - 4rem);
}
#index .check-box {
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  position: relative;
}
  
#index .check-box-wrap .check-box-text {
  padding: 6rem 2rem 2rem;
}

#index .check-box .check-box-title {
  font-size: 1.7rem;
  top: -53px;
  left: 9%;
  padding: 1.5rem 1.5rem;
  margin: 0 1rem 0 6rem;
  text-align:left;
}
#index .check-box::before {
  content:url(img/check.png);
  top: -60px;
  transform: scale(0.75);
  left: -6%;
}
#index .check-box-wrap .check-box-whitetext p:not([class]) {
    margin: 0;
    padding: 0 2rem 1rem;
}
.addParts--recommended {
  padding: 5rem 0;
  margin: 0rem 0;
}
.addParts--recommended.Parts01 table {
  width: 92%;
  margin: 0 auto;
}
.addParts--recommended.Parts01 table th,
.addParts--recommended.Parts01 table td{
  display: table-cell;
  font-size: 1.4rem;
  padding: 1.5rem;
  white-space: normal;
}
.addParts--recommended.Parts01 table tr th:nth-of-type(1){
  width: 30%;
}
#index .sankaku {
  margin: 5rem 0 12rem;
  font-size: 1.5rem;
}
#index .sankaku::before{
  transform: scale(0.8);
  top: -25px;
}

.addParts03.feature .addInner::before {
   left: 0%;
   background-size: auto 50%;
   width: 100%;
   top: -25px;
}
.addParts03.feature .interviewTitArea--area a::before {
   top: 35px;
   left: 25%;
}

#index .addParts03.addParts--area .addInner h3 {
    padding: 1.5rem 4rem 1.2rem 0;
    font-size: 2rem;
    margin: 2rem auto 1rem;
}
.addParts03 .link-area a::before {
}
#contents .addParts03.addParts--area .addInner p:not([class]){
  margin: 0;
  font-size: 1.4rem;
}
  .addParts03.kowledge .addInner::before {
   background-size: auto 50%;
   top: -26px;
   left: 0%;
   width: 90%;
}
.addParts03.kowledge .interviewTitArea--area a::before {
}

.addParts--recommended.Parts01 .addParts__title::after {
    height: 70px;
    bottom: -4px;
}

#index .addParts--recommended.Parts01 .addParts__title::before {
    content: url(img/problem.png);
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    transform: scale(0.7);
}
.addParts--recommended.Parts01 .addTopTxt{
  margin: 0 auto;
}

#visArea .btn-internal {
  width: 92%;
  margin: 2rem auto;
}
#visArea .btn-internal a{
  padding: 1.5rem 2.5rem;
  font-size: 1.5rem;
}

#index .check-box .check-box-title:before {
  left: 8px;
}
#index .addParts--list .addTopArea .sttl a::before {
  content: "";
  position: absolute;
  background: url(img/green-arrow.png) no-repeat;
  width: 19px;
  height: 7px;
  bottom: 24px;
  left: 25%;
}

}

