@charset "UTF-8";
@import url("print.css") only print;
/**
 * style.css
 */
/* Bootstrap break point */
@media only screen and (max-width: 1199px) { /**/ } /* xl */
@media only screen and (max-width: 991px) { /**/ } /* lg */
@media only screen and (max-width: 767px) { /**/ } /* md */
@media only screen and (max-width: 565px) { /**/ } /* sm */
/* (mobile first) */
@media only screen and (min-width: 566px) { /**/ }
@media only screen and (min-width: 768px) { /**/ }
@media only screen and (min-width: 992px) { /**/ }
@media only screen and (min-width: 1200px) { /**/ }
/* V3.1  break point */
@media only screen and (max-width: 959px) { /**/ } /* tablet */
@media only screen and (max-width: 767px) { /**/ } /* smart phone */
/* (mobile first) */
@media only screen and (min-width: 768px) { /**/ }
@media only screen and (min-width: 960px) { /**/ }
/*--------------------------------------------------

 dummy

--------------------------------------------------*/
/*--------------------------------------------------

 parts-arw-bdr-btn

--------------------------------------------------*/
.parts-arw-bdr-btn {
  position: relative;
  display: block;
  padding: 10px 32px 10px 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #ec7272 solid 1px;
  background-color: #ec7272;
}

.parts-arw-bdr-btn:before, .parts-arw-bdr-btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
}

.parts-arw-bdr-btn:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #ef857e;
  border-radius: 50%;
}

.parts-arw-bdr-btn:after {
  width: 7px;
  height: 7px;
  margin: -3px 7px 0 0;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

a.parts-arw-bdr-btn:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}

.parts-arw-bdr {
  position: relative;
  display: block;
  padding: 10px 14px;
  color: #ec7272;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #ec7272 solid 1px;
}

@media only screen and (max-width: 767px) {
  .parts-arw-bdr-btn, .parts-arw-bdr {
    padding: 10px 8px;
    font-size: 1.5rem;
  }
}
.parts-arw-bdr-btn2 {
  display: block;
  padding: 10px 14px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #ec7272 solid 1px;
  background-color: #ec7272;
}

.parts-arw-bdr-btn2:hover {
  text-decoration: none;
  color: #fff;
}

/*--------------------------------------------------

 parts-image-links

--------------------------------------------------*/
.parts-image-links .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 37%;
  padding-right: 10px;
}

.parts-image-links .links {
  float: left;
  width: 63%;
}

.parts-image-links .links ul, .parts-image-links .links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parts-image-links .links li + li {
  margin-top: 15px;
}

.parts-image-links .links li a {
  color: #ec7272;
}

@media only screen and (max-width: 767px) {
  .parts-image-links .links li + li {
    margin-top: 10px;
  }
}
/*--------------------------------------------------

 parts-breadcrumb

--------------------------------------------------*/
.parts-breadcrumb {
  margin: -60px 0 0 0;
  padding: 0px 0 10px 0;
  zoom: 1;
}

.parts-breadcrumb:before {
  position: relative;
  top: 38px;
  display: block;
  content: "";
  height: 48px;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}

.parts-breadcrumb:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.parts-breadcrumb li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 0;
  font-size: 1.3rem;
  list-style: none;
}

.parts-breadcrumb li + li {
  margin-left: 10px;
  padding-left: 13px;
}

.parts-breadcrumb li + li:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: #888 solid 1px;
  border-right: #888 solid 1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  left: 0;
}

.parts-breadcrumb li a {
  display: block;
  color: #575757;
  text-decoration: none;
  /*font-weight: 700;*/
}

@media only screen and (max-width: 767px) {
  .parts-breadcrumb {
    display: none;
  }
}
/*--------------------------------------------------

 parts-title

--------------------------------------------------*/
/* parts-title-01 */
.parts-title-01 {
  margin-bottom: 30px;
  padding: 0 20px;
  color: #626262;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: #EF857E solid 6px;
  line-height: 40px;
}

@media only screen and (max-width: 767px) {
  .parts-title-01 {
    /*margin-bottom: 10px;
    padding-bottom: 5px;
    padding: 5px 14px;
    line-height: 41px;*/
    border-bottom-width: 2px;
  }
}
/* parts-title-02 */
.parts-title-02 {
  margin: 50px 0 30px;
  padding: 8px 20px;
  color: #626262;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: #EF857E solid 4px;
  background-color: #FFF5F4;
  line-height: 27px;
}

@media only screen and (max-width: 767px) {
  .parts-title-02 {
    margin: 30px 0 20px;
    padding: 7px 10px;
    font-size: 1.7rem;
  }
}
/* parts-title-03 */
.parts-title-03 {
  margin: 50px 0 30px;
  color: #626262;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 27px;
}

.parts-title-03 > span {
  display: block;
  margin: 40px 0 30px;
  padding: 0 0 0 20px;
  border-left: #ec7272 solid 4px;
}

.parts-column-box .parts-title-03 {
  margin: 20px 0;
}

.parts-column-box .parts-title-03 > span {
  margin: 0;
  border-left: #57b53a solid 4px;
}

@media only screen and (max-width: 767px) {
  .parts-title-03 {
    /*margin: 25px 0 10px;*/
    font-size: 1.6rem;
  }
  .parts-title-03 > span {
    padding-left: 10px;
  }
}
/* parts-title-04 */
.parts-title-04 {
  position: relative;
  padding: 1em 0.5em 0.5em 1.7em;
  color: #626262;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.parts-title-04::after {
  position: absolute;
  top: 1.5em;
  left: 0.4em;
  z-index: 2;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.parts-title-04.no-figure {
  padding: 1em 0.5em 0.5em 0;
}

.parts-title-04.no-figure::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .parts-title-04 {
    font-size: 1.5rem;
  }
  .parts-title-04::after {
    position: absolute;
    top: 1.4em;
    left: 0.4em;
    z-index: 2;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* parts-title-05 */
.parts-title-05 {
  position: relative;
  margin: 60px 0 25px;
  padding: 20px 14px;
  color: #ec7272;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 6px solid #ec7272;
}

@media only screen and (max-width: 767px) {
  .parts-title-05 {
    margin: 30px 0 15px;
    padding: 7px 8px;
    font-size: 1.5rem;
  }
}
table.align-text-top tbody td, table.align-text-top tbody th {
  vertical-align: top;
}

/*--------------------------------------------------

 parts-table-01

--------------------------------------------------*/
.parts-table-01 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}

.parts-table-01 th, .parts-table-01 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.parts-table-01 th {
  width: 25%;
  padding: 20px;
  background-color: #fff9f8;
  line-height: 1.3;
}

.parts-table-01 td {
  padding: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .parts-table-01, .parts-table-01 tr, .parts-table-01 tbody, .parts-table-01 th, .parts-table-01 td {
    display: block;
    font-size: 1.5rem;
  }
  .parts-table-01 th {
    width: auto;
    padding: 5px;
    text-align: center;
  }
  .parts-table-01 td {
    padding: 10px;
  }
}
/*--------------------------------------------------

 parts-table-02

--------------------------------------------------*/
.parts-table-02 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}

.parts-table-02 th, .parts-table-02 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
  background-color: #fff;
}

.parts-table-02 th {
  /*	width: 20%;*/
  padding: 13px;
  background-color: #ffedec;
  line-height: 1.3;
}

.parts-table-02 td {
  padding: 13px;
}

@media only screen and (max-width: 767px) {
  .parts-table-02, .parts-table-02 tr, .parts-table-02 tbody, .parts-table-02 th, .parts-table-02 td {
    font-size: 1.5rem;
  }
  .parts-table-02 th {
    /*		width: auto;
    padding: 5px;*/
    /*		text-align: center;*/
  }
  /*	.parts-table-02 td {
  	padding: 10px;
  }*/
}
/*--------------------------------------------------

 parts-table-03

--------------------------------------------------*/
.parts-table-03 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}

.parts-table-03 th, .parts-table-03 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.parts-table-03 th {
  width: 50%;
  padding: 10px;
  background-color: #fff9f8;
  line-height: 1.3;
}

.parts-table-03 th.no {
  background: #fff url(../img/pc/page/bg_yes_or_no_no.gif) no-repeat left center;
  padding-left: 60px;
}

.parts-table-03 th.yes {
  background: #fff url(../img/pc/page/bg_yes_or_no_yes.gif) no-repeat left center;
  padding-left: 60px;
}

.parts-table-03 td {
  padding: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .parts-table-03 th {
    /* padding: 10px 0 10px 60px; */
    font-size: 1.5rem;
  }
  .parts-table-03 td {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------

 parts-table-04

--------------------------------------------------*/
.parts-table-04 {
  width: 100%;
  margin: 15px 0 20px;
  border-left: #ddd solid 1px;
  border-top: #ddd solid 1px;
}

.parts-table-04 th {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.parts-table-04 td {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.parts-table-04 th {
  background-color: #fff9f8;
  font-weight: 700;
  padding: 13px;
  vertical-align: middle;
  width: 25%;
  font-size: 1.5rem;
  line-height: 1.3;
}

.parts-table-04 td {
  padding: 13px;
}

.parts-table-04 td ul {
  /*margin:0;
  padding:0;*/
}

.parts-table-04 ul li {
  list-style: none;
}

.parts-table-04 ul.parts-list-disc > li {
  list-style: disc;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .parts-table-04 th, .parts-table-04 td {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------

 parts-point-list

--------------------------------------------------*/
.parts-point-list {
  position: relative;
  margin: -30px 0 30px;
}

.parts-point-list .head {
  position: relative;
  top: 60px;
  left: 20px;
  display: inline-block;
  padding: 4px 20px;
  background-color: #ec7272;
  border-radius: 4px;
}

.parts-point-list .head:before {
  /*position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background-color: #ec7272;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);*/
}

.parts-point-list .head > div {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.parts-point-list .head > div > span {
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #ec7272;
}

.parts-point-list .list-tb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  /*height: 125px;*/
  padding: 60px 20px 20px 20px;
  background-color: #fff;
  border: 2px solid #ffe3e1;
  border-radius: 4px;
}

.parts-point-list .list-cell {
  display: table-cell;
  vertical-align: middle;
}

.parts-point-list ul {
  margin: 0;
  padding: 0;
}

.parts-point-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  color: #626262;
  font-weight: 700;
}

.parts-point-list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "";
  width: 23px;
  height: 17px;
  background: url(../img/pc/page/icon_check.png) no-repeat center center;
}

.parts-point-list li + li {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .parts-point-list {
    margin: -40px 0 20px;
    padding: 0;
  }
  .parts-point-list .head {
    /*top: -38px;
    left: 50%;
    width: 77px;
    height: 77px;
    margin: 0 0 0 -38px;*/
    /*top: -1.6rem;
    left: 0;
    width: 8rem;
    height: 3.6rem;
    margin: 0;*/
  }
  .parts-point-list .head:before {
    /*width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;*/
    /*width: 8rem;
    height: 3.6rem;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;*/
  }
  .parts-point-list .head > div > span {
    font-size: 1.4rem;
  }
  .parts-point-list .list-tb {
    display: block;
    /*height: auto;
    padding: 40px 10px 18px 10px;*/
  }
  .parts-point-list .list-cell {
    display: block;
  }
  .parts-point-list li {
    padding: 0 0 0 20px;
    font-size: 1.2rem;
  }
  .parts-point-list li:before {
    top: 5px;
    width: 16px;
    height: 10px;
    background-size: 100% auto;
  }
  .parts-point-list li + li {
    margin-top: 10px;
  }
}
/*--------------------------------------------------

 parts-column-box

--------------------------------------------------*/
.parts-column-box {
  background-color: #fff;
  border: 1px solid #57b53a;
  margin: 30px 0 0;
  padding: 15px 25px;
  border-radius: 4px;
}

.parts-column-box .parts-table-01 {
  border-top: #57b53a solid 1px;
  border-left: #57b53a solid 1px;
}

.parts-column-box .parts-table-01 th, .parts-column-box .parts-table-01 td {
  border-bottom: #57b53a solid 1px;
  border-right: #57b53a solid 1px;
}

.parts-column-box .parts-table-01 th {
  background-color: #e4f0c2;
}

.parts-column-box h1 {
  background: url(../img/pc/page/tit_column.gif) no-repeat left top;
  border-bottom: 1px dashed #bed283;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -9999px;
}

.parts-column-box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
}

.parts-column-box .parts-table-01 th {
  width: 30%;
}

.parts-column-box .parts-table-01 td {
  width: 70%;
  background-color: #fff;
}

.parts-column-ttl {
  /*position: relative;
  margin: 30px 0 50px -32px;
  padding: 0 0 0 77px;
  display: inline-block;*/
}

.parts-column-ttl .head {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /* width: 154px; */
  /* height: 154px; */
  /*margin-top: 0;*/
  /*margin-left: 40px;*/
}

.parts-column-ttl .head:before {
  /*position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background-color: #ec7272;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);*/
}

.parts-column-ttl .head > div {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.parts-column-ttl .head > div > span {
  display: block;
  padding-left: 30px;
  background: url(../img/pc/page/cup.svg) 2px 6px no-repeat;
  background-size: 20px auto;
  /* height: 45px; */
  padding-bottom: 5px;
  border-bottom: 1px solid #57b53a;
  font-size: 1.6rem;
  font-weight: 700;
  color: #626262;
  margin-top: 0;
}

.parts-column-ttl .list-tb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin: 20px 0;
  /*padding: 15px 0 15px 0;*/
}

.parts-column-ttl .list-cell {
  display: table-cell;
  vertical-align: middle;
}

.parts-column-ttl ul {
  margin: 0;
  padding: 0;
}

.parts-column-ttl li {
  margin: 0;
  border-left: #57b53a solid 4px;
  /* position: relative; */
  /* margin: 0; */
  /* padding: 0; */
  list-style: none;
  /* color: #ec7272; */
  /* font-weight: 700; */
  /* font-size: 1.8rem; */
  color: #626262;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 27px;
  padding: 0 0 0 20px;
}

.parts-column-ttl li + li {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .parts-column-box {
    margin: 60px 0 0;
  }
  .parts-column-ttl {
    margin: 0 0 0;
    padding: 0;
    display: block;
  }
  .parts-column-ttl .head {
    /*top: -55px;
    left: 50%;
    width: 77px;
    height: 77px;
    margin: 0 0 0 -38px;*/
  }
  .parts-column-ttl .head:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
  .parts-column-ttl .head > div > span {
    font-size: 1.4rem;
  }
  .parts-column-ttl .list-tb {
    display: block;
    height: auto;
    padding: 0;
  }
  .parts-column-ttl .list-cell {
    /*display: block;*/
  }
  .parts-column-ttl li {
    /*padding: 0 0 0 0;*/
    padding-left: 10px;
    text-align: center;
    font-size: 1.6rem;
  }
  .parts-column-ttl li:before {
    top: 5px;
    width: 16px;
    height: 10px;
    background-size: 100% auto;
  }
  .parts-column-ttl li + li {
    margin-top: 10px;
  }
  .parts-column-box .parts-table-01 th, .parts-column-box .parts-table-01 td {
    width: auto;
    display: block;
  }
  .parts-column-box h2 {
    /*font-size: 1.2rem;*/
  }
}
/*--------------------------------------------------

 parts-table-btn

--------------------------------------------------*/
.parts-table-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  color: #ec7272;
  text-align: center;
  text-decoration: none;
  border: #ec7272 solid 1px;
}

.parts-table-btn.on {
  background-color: #ec7272;
}

.parts-table-btn.on a {
  color: #fff;
}

.parts-table-btn.on a:before {
  opacity: 1;
}

.parts-table-btn a > span {
  display: table-cell;
  vertical-align: middle;
}

.parts-table-btn a > span > span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

.parts-table-btn a > span > span:before, .parts-table-btn a > span > span:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
}

.parts-table-btn a > span > span:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #ec7272;
  border-radius: 50%;
}

.parts-table-btn a > span > span:after {
  width: 7px;
  height: 7px;
  margin: -3px 0 0 6px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-table-btn.on a > span > span:before {
  background-color: #fff;
}

.parts-table-btn.on a > span > span:after {
  margin: -4px 0 0 7px;
  border-color: #ec7272;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .parts-table-btn a {
    height: 40px;
    font-size: 12px;
  }
  .parts-table-btn a > span > span {
    padding-left: 20px;
  }
  .parts-table-btn a > span > span:before {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .parts-table-btn a > span > span:after {
    width: 5px;
    height: 5px;
    margin: -2px 0 0 4px;
    border-width: 1px;
  }
  .parts-table-btn.on a > span > span:after {
    margin: -3px 0 0 5px;
  }
}
/*--------------------------------------------------
 parts-tab-btns
--------------------------------------------------*/
.parts-tab-btns,
.parts-tab-btns2 {
  margin-bottom: 20px;
}

.parts-tab-btns .parts-tab-btn,
.parts-tab-btns2 .parts-tab-btn {
  padding: 0 4px 0 0;
  border-bottom: #F99B94 solid 2px;
  /*border-top: #ec7272 solid 1px;
  border-left: #ec7272 solid 1px;*/
}

.parts-tab-btns .parts-tab-btn:last-of-type,
.parts-tab-btns2 .parts-tab-btn:last-of-type {
  /*border-right: #ec7272 solid 1px;*/
}

.parts-tab-btns .parts-tab-btn:not(.on) a,
.parts-tab-btns2 .parts-tab-btn:not(.on) a {
  background-color: #f4f4f4;
  color: #626262;
}

.parts-tab-btns .parts-tab-btn:not(.on) a:hover,
.parts-tab-btns2 .parts-tab-btn:not(.on) a:hover {
  background-color: #ddd;
  text-decoration: none;
}

.parts-tab-btns .parts-tab-btn.on:hover,
.parts-tab-btns2 .parts-tab-btn.on:hover {
  opacity: 0.7;
}

.parts-tab-btns .parts-tab-btn a,
.parts-tab-btns2 .parts-tab-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  color: #ec7272;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 4px 4px 0 0;
}

.parts-tab-btns .parts-tab-btn a:before,
.parts-tab-btns2 .parts-tab-btn a:before {
  /*position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    content: "";
    margin-left: -6px;
    border-top: #ec7272 solid 6px;
    border-left: transparent solid 6px;
    border-right: transparent solid 6px;
    opacity: 0;*/
}

.parts-tab-btns .parts-tab-btn.on a,
.parts-tab-btns2 .parts-tab-btn.on a {
  color: #fff;
  text-decoration: none;
  background-color: #F99B94;
}

.parts-tab-btns .parts-tab-btn.on a:before,
.parts-tab-btns2 .parts-tab-btn.on a:before {
  opacity: 1;
}

.parts-tab-btns .parts-tab-btn a > span,
.parts-tab-btns2 .parts-tab-btn a > span {
  display: table-cell;
  vertical-align: middle;
}

.parts-tab-btns .parts-tab-btn a > span > span,
.parts-tab-btns2 .parts-tab-btn a > span > span {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .parts-tab-btns .parts-tab-btn,
  .parts-tab-btns2 .parts-tab-btn {
    border-bottom: #F99B94 solid 6px;
  }
  .parts-tab-btns .parts-tab-btn a,
  .parts-tab-btns2 .parts-tab-btn a {
    height: 40px;
    font-size: 1.1rem;
  }
}
/*.parts-tab-bodys .parts-tab-body,
  .parts-tab-bodys2 .parts-tab-body {
	display: none;
}*/
.parts-tab-bodys .parts-tab-body.on,
.parts-tab-bodys2 .parts-tab-body.on {
  display: block;
}

/*--------------------------------------------------

 faq_link

--------------------------------------------------*/
.parts-tab-btns .parts-tab-btn.faq_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 2px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .parts-tab-btns .parts-tab-btn.faq_link a {
    height: 36px;
    line-height: 1;
  }
}
.parts-tab-btns .parts-tab-btn.faq_link a span {
  display: inline-block;
  position: relative;
}

.parts-tab-btns .parts-tab-btn.faq_link a span::before, .parts-tab-btns .parts-tab-btn.faq_link a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.parts-tab-btns .parts-tab-btn.faq_link a span::before {
  right: -80%;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #D0D0D0;
}

@media screen and (max-width: 767px) {
  .parts-tab-btns .parts-tab-btn.faq_link a span::before {
    right: -110%;
  }
}
.parts-tab-btns .parts-tab-btn.faq_link a span::after {
  right: -66%;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

@media screen and (max-width: 767px) {
  .parts-tab-btns .parts-tab-btn.faq_link a span::after {
    right: -92%;
  }
}
/*--------------------------------------------------

 parts-arw01

--------------------------------------------------*/
.parts-arw01 {
  position: relative;
  display: inline-block;
  padding-right: 1.2rem;
}

.parts-arw01:before, .parts-arw01:after {
  position: absolute;
  top: 1.4rem;
  right: 0;
  display: block;
  content: "";
}

.parts-arw01:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -1rem;
  /*background-color: #ef857e;*/
  border-radius: 50%;
}

.parts-arw01:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.5rem 0 0 0.4rem;
  border-top: #ef857e solid 2px;
  border-right: #ef857e solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .parts-arw01:before, .parts-arw01:after {
    top: 1.6rem;
  }
}
/*--------------------------------------------------

 parts-accordion

--------------------------------------------------*/
.parts-accordion + .parts-accordion {
  margin-top: -1px;
}

.parts-accordion .parts-accordion-body {
  padding: 15px 0;
  display: none;
}

.parts-accordion-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  color: #ec7272;
  text-align: center;
  text-decoration: none;
  border: #ec7272 solid 1px;
}

.parts-accordion-btn.on {
  background-color: #ec7272;
}

.parts-accordion-btn.on a {
  color: #fff;
}

.parts-accordion-btn a > span {
  display: table-cell;
  vertical-align: middle;
}

.parts-accordion-btn a:before, .parts-accordion-btn a:after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-color: #ec7272;
}

.parts-accordion-btn a:before {
  right: 20px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
}

.parts-accordion-btn a:after {
  right: 29px;
  width: 2px;
  height: 20px;
  margin-top: -10px;
}

.parts-accordion-btn.on a:before {
  background-color: #fff;
}

.parts-accordion-btn.on a:after {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .parts-accordion .parts-accordion-body {
    padding: 0 0 10px;
  }
  .parts-accordion-btn a {
    height: 40px;
    font-size: 12px;
  }
  .parts-accordion-btn a:before {
    right: 12px;
    width: 14px;
    height: 2px;
  }
  .parts-accordion-btn a:after {
    right: 18px;
    height: 14px;
    margin-top: -7px;
  }
}
/*--------------------------------------------------

 parts-box-btns

--------------------------------------------------*/
.parts-box-btns {
  position: relative;
  /*border-top: #ec7272 solid 1px;
  border-left: #ec7272 solid 1px;*/
}

.parts-box-btns:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  /*background-color: #ec7272;*/
}

.parts-box-btns:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  /*background-color: #ec7272;*/
}

.parts-box-btns .row > * {
  /*border-bottom: #ec7272 solid 1px;
  border-right: #ec7272 solid 1px;*/
}

.parts-box-btns a {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 0;
  color: #626262;
  text-decoration: none;
  text-align: center;
}

.parts-box-btns a:before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ec7272 solid 2px;
  border-right: #ec7272 solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .parts-box-btns .row > * {
    /* border-bottom: #dfdddd  solid 1px; */
    width: 45%;
    margin-right: 10px;
  }
}
/*--------------------------------------------------

 parts-icon-btn

--------------------------------------------------*/
.parts-icon-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  color: #626262;
  text-decoration: none;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}

.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.parts-icon-btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ec7272 solid 2px;
  border-right: #ec7272 solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-icon-btn a .ico {
  padding: 5px 5px 5px 0;
  width: 70px;
  text-align: center;
}

.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 35px;
  max-width: 40px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .parts-icon-btn a {
    padding: 13px 0;
    font-size: 12px;
  }
}
/*--------------------------------------------------

 parts-widget-list01

--------------------------------------------------*/
.parts-widget-list01 {
  padding: 0;
  margin: 0;
}

.parts-widget-list01 li {
  background-color: #fff;
  list-style: none;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: #dfdddd dotted 1px;
}

.parts-widget-list01 li a {
  position: relative;
  display: block;
  padding: 15px 30px 15px 20px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333333;
}

.parts-widget-list01 li a:hover {
  opacity: 0.6;
}

.parts-widget-list01 li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ef857e solid 2px;
  border-right: #ef857e solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-widget-list01 li a small {
  display: block;
  margin-left: 20px;
  font-size: 90%;
  font-weight: inherit;
}

.parts-widget-list01 li.not {
  position: relative;
  display: block;
  padding: 17px 20px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 960px) {
  .parts-widget-list01 li {
    /*background-color: #fff;
    border-left: #dfdddd solid 1px;
    border-right: #dfdddd solid 1px;*/
  }
  .parts-widget-list01 li a {
    padding: 10px 20px 10px 10px;
    font-size: 1.2rem;
  }
}
.on01 .parts-widget-list01 li.on01 a,
.on02 .parts-widget-list01 li.on02 a,
.on03 .parts-widget-list01 li.on03 a,
.on04 .parts-widget-list01 li.on04 a,
.on05 .parts-widget-list01 li.on05 a,
.on06 .parts-widget-list01 li.on06 a,
.on07 .parts-widget-list01 li.on07 a,
.on08 .parts-widget-list01 li.on08 a,
.on09 .parts-widget-list01 li.on09 a,
.on10 .parts-widget-list01 li.on10 a,
.on11 .parts-widget-list01 li.on11 a,
.on12 .parts-widget-list01 li.on12 a,
.on13 .parts-widget-list01 li.on13 a,
.on14 .parts-widget-list01 li.on14 a,
.on15 .parts-widget-list01 li.on15 a,
.on16 .parts-widget-list01 li.on16 a,
.on17 .parts-widget-list01 li.on17 a,
.on18 .parts-widget-list01 li.on18 a,
.on19 .parts-widget-list01 li.on19 a,
.on20 .parts-widget-list01 li.on20 a,
.on21 .parts-widget-list01 li.on21 a,
.on22 .parts-widget-list01 li.on22 a,
.on23 .parts-widget-list01 li.on23 a,
.on24 .parts-widget-list01 li.on24 a,
.on25 .parts-widget-list01 li.on25 a {
  color: #ec7272;
  font-weight: 700;
}

/*--------------------------------------------------
 parts-note-list
 --------------------------------------------------*/
.parts-note-list {
  list-style: none;
  padding: 0;
}

.parts-note-list li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .parts-note-list {
    /*font-size: 1.0rem;*/
  }
  .parts-note-list li {
    font-size: 1.1rem;
  }
}
.parts-note-list02 {
  list-style: none;
  padding: 0;
}

ul.parts-note-list02 > li {
  padding-left: 1em;
  text-indent: -1em;
}

.parts-note-list02 li > * {
  text-indent: 0;
}

/*--------------------------------------------------
 parts-inner-navi
 --------------------------------------------------*/
.parts-inner-navi {
  background-color: #fff;
  /*border: 1px solid #ec7272;*/
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px 0 18px;
}

.parts-inner-navi li {
  display: inline-block;
  margin-bottom: 1rem;
  list-style: none;
  margin-left: 2rem;
  text-indent: -2rem;
}

.parts-inner-navi li:last-child {
  margin-bottom: 0;
}

.parts-inner-navi li > a {
  position: relative;
  color: #626262;
  /*text-decoration: underline;*/
  line-height: 1.3;
  padding-right: 14px;
  background: url(../img/pc/page/simple-arrow-down_coral.svg) no-repeat right center;
  background-size: 8px auto;
  display: inline;
  vertical-align: top;
  margin-right: 2rem;
}

.parts-inner-navi li a:before, .parts-inner-navi li a:after {
  /*position: absolute;
  top: 1.2rem;
  left: 0px;
  display: block;
  content: "";*/
}

.parts-inner-navi li a:before {
  /*width: 1.5rem;
  height: 1.5rem;
  margin-top: -1.1rem;
  background-color: #ec7272;
  border-radius: 50%;*/
}

.parts-inner-navi li a:after {
  /*width: 0.5rem;
  height: 0.5rem;
  margin: -0.7rem 0 0 0.5rem;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);*/
}

/*--------------------------------------------------

 --------------------------------------------------*/
.parts-mFig02 {
  margin: 20px 0 55px;
  text-align: center;
  background-color: #FFF;
}

.parts-mFig03 {
  margin: 20px 0 55px;
  text-align: center;
  background-color: #FFF;
}

.parts-mFig02 img {
  width: 70%;
  background-color: #FFF;
}

.parts-member-bg {
  background-color: #eee;
  margin: 30px 0 0;
  padding: 10px 15px;
}

.parts-member-bg li {
  list-style-type: decimal;
}

.parts-reference {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}

.parts-reference dt {
  float: left;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 1.2rem;
  /* overflow: hidden; */
  border-radius: 0.25em;
  align-items: center;
  display: flex;
  white-space: nowrap;
  background: #FFF5F4;
  color: #EF857E;
  flex-direction: column;
  justify-content: center;
}

.parts-reference dd {
  overflow: hidden;
  margin-bottom: 0;
  zoom: 1;
  flex-basis: 100%;
}

.parts-reference ul {
  list-style: none;
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  /*margin-top: -2px;*/
}

.icon-new-tab {
  background: url(../img/pc/page/icon_separate-tab.svg) no-repeat left center;
  display: inline;
  padding-left: 21px;
  margin-left: 4px;
  /* font-family: 'icomoon'; */
}

.icon-new-tab::before {
  content: none !important;
}

.parts-icon-pdf {
  background: url(../img/pc/page/ico_pdf.svg) no-repeat left center;
  display: inline;
  padding-left: 21px;
  background-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  margin-left: 4px;
  /* font-family: 'icomoon'; */
}

.parts-icon-pdf:before {
  /*margin-right: 4px;
  font-family: "icomoon";
  content: "\eadf";
  color: #e40f0f;
  font-size: 2rem;
  font-weight: 500;*/
  /* display: flex; */
}

.parts-icon-doc {
  background: url(../img/pc/page/ico_doc.svg) no-repeat left center;
  display: inline-block;
  padding-left: 21px;
  background-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  margin-left: 4px;
  /* font-family: 'icomoon'; */
}

.parts-icon-doc:before {
  /*margin-right: 4px;
  font-family: "icomoon";
  content: "\eae1";
  color: #0072d4;
  font-size: 2rem;
  font-weight: 500;*/
}

.parts-icon-xls {
  background: url(../img/pc/page/ico_xls.svg) no-repeat left center;
  display: inline;
  padding-left: 21px;
  background-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  margin-left: 4px;
  /* font-family: 'icomoon'; */
}

.parts-icon-xls:before {
  /*margin-right: 4px;
  font-family: "icomoon";
  content: "\eae2";
  color: #2b902e;
  font-size: 2rem;
  font-weight: 500;*/
}

.parts-icon-txt-blue {
  color: #457fcd !important;
}

@media only screen and (max-width: 767px) {
  .parts-icon-pdf:before, .parts-icon-doc:before, .parts-icon-xls:before {
    font-size: inherit;
  }
}
.parts-table-ttlc {
  text-align: center;
}

.parts-list-decimal > li {
  list-style: decimal !important;
}

.parts-list-disc > li {
  list-style: disc;
}

.parts-list-decimal, .parts-list-disc {
  padding-left: 30px;
}

td .parts-list-disc {
  padding-left: 1.5em;
}

.parts-list-none > li {
  list-style: none;
}

.parts-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*--------------------------------------------------

 parts-step-table

--------------------------------------------------*/
.parts_step_table {
  /*	background-color: #fff;*/
  /*	border: 1px solid #57b53a;*/
  margin: 30px 0 0;
  padding: 15px 25px;
  border-spacing: 0;
}

.parts_step_table tr {
  border-bottom: #dddddd solid 1px;
}

.parts_step_table th {
  width: 80px;
  height: 56px;
  vertical-align: top;
  padding: 20px 0;
}

.parts_step_table th img {
  padding-bottom: 10px;
}

.parts_step_table td {
  width: calc(100% - 118px);
  padding: 20px 20px 20px 30px;
  vertical-align: top;
}

.parts_step_table td span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #626262;
}

.parts-step-ttl {
  position: relative;
  width: 100%;
  /*margin: 30px 0 40px 0px;
  padding: 10px 0 10px 0px;*/
}

.parts-step-ttl .head {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 116px;
  height: 56px;
  margin-top: -50px;*/
  background-color: #ececec;
}

.parts-step-ttl .head:after {
  content: "";
  color: #ececec;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border: 16px solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  border-right-width: 0;
  border-bottom-color: transparent;
}

.parts-step-ttl .head:before {
  /*position: absolute;
  top: 65px;
  left: 60px;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: -35px 0 0 -43px;
  border: 1px solid #ec7272;
  background-color: #e4f0c2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);*/
}

.parts-step-ttl .head > div {
  position: relative;
  /* top: 40%;*/
  /* left: -2px; */
  width: 100%;
  height: 100%;
  color: #626262;
  text-align: center;
  padding-left: 8px;
}

.parts-step-ttl .head > div > span {
  /*	display: table-cell;*/
  color: #ec7272;
  font-size: 1.8rem;
  /*line-height: 1.2;*/
}

.parts_step_table th.arrow {
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .parts_step_table th {
    width: 60px;
  }
  .parts_step_table td {
    padding: 15px 0 10px 22px;
  }
}
/*--------------------------------------------------

 parts-caution-block

--------------------------------------------------*/
.parts-caution-block {
  background: #fff6f6;
  border: 1px solid #EF857E;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
}

.parts-caution-block .parts-coution-ttl {
  padding-left: 24px;
  background: url(../img/pc/page/tit_caution.svg) 0 2px no-repeat;
  background-size: 20px auto;
  /*height: 45px;*/
  padding-bottom: 5px;
  border-bottom: 1px solid #EF857E;
  font-size: 1.6rem;
  font-weight: 700;
  color: #626262;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .parts-caution-block {
    padding: 15px 15px 0;
  }
  .parts-caution-block .parts-coution-ttl {
    font-size: 1.4rem;
    /*padding-left: 40px;
    background-size: 35px auto;
    height: 40px;
    padding-top: 5px;
    font-size: 1.4rem;*/
  }
}
/*--------------------------------------------------

 parts-bg-gray

--------------------------------------------------*/
.parts-bg-gray {
  background: #f8f8fa;
  border: 5px solid #d0d2d2;
  padding: 15px 20px 5px 15px;
  margin: 20px 0;
}

@media only screen and (max-width: 767px) {
  .parts-bg-gray {
    padding: 15px 15px 0;
    margin: 20px 0;
  }
}
/*--------------------------------------------------

 parts-anc-position

--------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .parts-anc-position {
    overflow: hidden;
    margin-top: -60px;
    padding-top: 60px;
  }
}
/*--------------------------------------------------

 parts-serch-keyword

--------------------------------------------------*/
.parts-serch-keyword {
  padding: 20px 15px;
  border: #ec7272 solid 1px;
  background-color: #fff;
}

.parts-serch-keyword .left-box {
  float: left;
}

.parts-serch-keyword .ttl {
  margin-top: 5px;
  color: #ec7272;
  font-weight: 700;
  font-size: 1.8rem;
}

.parts-serch-keyword .right-box {
  margin-left: 180px;
}

.parts-serch-keyword .right-box form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 150px;
}

.parts-serch-keyword .right-box input[type=text] {
  width: 100%;
  display: block;
  margin: 0;
  padding: 8px 10px;
  background: #fff;
  border: #ec7272 solid 1px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.parts-serch-keyword .right-box button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 150px;
  display: block;
  padding: 0;
  color: #fff;
  font-weight: 700;
  background: #ec7272;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.parts-serch-keyword .right-box button span {
  display: inline-block;
  padding-left: 33px;
  background: url(../img/pc/page/icon_lens02.png) no-repeat left center;
}

@media only screen and (max-width: 767px) {
  .parts-serch-keyword {
    padding: 0;
  }
  .parts-serch-keyword .left-box {
    float: none;
  }
  .parts-serch-keyword .ttl {
    margin-top: 0;
    padding: 8px 0;
    font-size: 1.5rem;
    text-align: center;
  }
  .parts-serch-keyword .right-box {
    margin-left: 0;
  }
  .parts-serch-keyword .right-box form {
    padding: 0 10px;
  }
  .parts-serch-keyword .right-box input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px;
  }
  .parts-serch-keyword .right-box .in-btn {
    margin: 0 -10px;
  }
  .parts-serch-keyword .right-box button {
    position: static;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .parts-serch-keyword .right-box button span {
    display: inline-block;
    padding: 10px 0 10px 33px;
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------

 part-tag-box

--------------------------------------------------*/
.part-tag-box {
  margin: 0;
  padding: 7px;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
}

.part-tag-box li {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 6px;
  box-sizing: border-box;
  flex-basis: calc((100% - 36px) / 3);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(150, 150, 150, 0.4);
  /* align-items: center; */
}

.part-tag-box li a {
  padding: 12px;
  display: block;
  width: 100%;
}

.part-tag-box li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .part-tag-box {
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
  }
  .part-tag-box li {
    /* padding: 4px; */
    flex-basis: calc((100% - 24px) / 2);
    max-width: calc((100% - 20px) / 2);
    display: inline-flex;
    background-color: #fff;
    margin: 6px;
  }
  .part-tag-box li a {
    padding: 8px;
  }
}
/*--------------------------------------------------

 parts-ranking-list01

--------------------------------------------------*/
.parts-ranking-list01 {
  padding: 0;
  /* border: #f6f6f6 solid 10px; */
  border-top: none;
  background-color: #fff;
  margin-top: 0;
}

.parts-ranking-list01 li {
  padding: 0 5px;
  list-style: none;
}

.parts-ranking-list01 li a {
  position: relative;
  display: block;
  padding: 45px 7px 10px;
  color: #389ee3;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: #f6f6f6 solid 1px;
  text-decoration: none;
}

.parts-ranking-list01 tr:last-child a {
  border-bottom: none;
}

.parts-ranking-list01 li a:before {
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  content: "";
  width: 48px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.parts-ranking-list01 li:nth-child(1) a:before {
  background-image: url(../img/pc/page/icon_crown01.png);
}

.parts-ranking-list01 li:nth-child(2) a:before {
  background-image: url(../img/pc/page/icon_crown02.png);
}

.parts-ranking-list01 li:nth-child(3) a:before {
  background-image: url(../img/pc/page/icon_crown03.png);
}

.parts-ranking-list01 li:nth-child(4) a:before {
  background-image: url(../img/pc/page/icon_crown04.png);
}

.parts-ranking-list01 li:nth-child(5) a:before {
  background-image: url(../img/pc/page/icon_crown05.png);
}

.parts-ranking-list01 li:nth-child(6) a:before {
  background-image: url(../img/pc/page/icon_crown06.png);
}

.parts-ranking-list01 li:nth-child(7) a:before {
  background-image: url(../img/pc/page/icon_crown07.png);
}

.parts-ranking-list01 li:nth-child(8) a:before {
  background-image: url(../img/pc/page/icon_crown08.png);
}

.parts-ranking-list01 li:nth-child(9) a:before {
  background-image: url(../img/pc/page/icon_crown09.png);
}

.parts-ranking-list01 li:nth-child(10) a:before {
  background-image: url(../img/pc/page/icon_crown10.png);
}

@media only screen and (max-width: 767px) {
  .parts-ranking-list01 {
    margin-top: 5px;
    border: #f6f6f6 solid 5px;
  }
  .parts-ranking-list01 li a {
    font-size: 1.1rem;
  }
}
/*--------------------------------------------------

 important icon css

--------------------------------------------------*/
div#newsArticleBody span .important {
  margin-right: 10px;
  padding: 5px 8px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #FF0000;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  div#newsArticleBody span .important {
    margin-right: 10px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.2rem;
    background-color: #FF0000;
    vertical-align: middle;
  }
}
/*--------------------------------------------------

 parts-index-list

--------------------------------------------------*/
.parts-index-list ul {
  padding: 0;
}

.parts-index-list li {
  list-style: none;
  border-bottom: #dfdddd dotted 1px;
  padding: 18px 0;
}

.parts-index-list li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  color: #626262;
  text-decoration: none;
}

.parts-index-list li .date {
  width: 180px;
  font-size: 14px;
  line-height: 1.4;
  color: #626262;
  display: table-cell;
  vertical-align: middle;
}

.parts-index-list li .date img {
  padding: 4px 10px;
}

.parts-index-list li .date .new {
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ff7b26;
  line-height: 1;
}

.parts-index-list li .ttl {
  font-size: 1.6rem;
  line-height: 1.4;
  display: table-cell;
}

.parts-index-list li .ttl a:hover {
  text-decoration: underline;
}

.parts-index-list li .ttl img {
  vertical-align: middle;
}

.parts-index-list li .ttl .new {
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ff7b26;
  line-height: 1;
}

.parts-index-list li .ttl .important {
  margin-right: 10px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #FF0000;
  line-height: 1;
}

.parts-index-list li .in-ttl .important {
  margin-right: 10px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #FF0000;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .parts-index-list li a {
    padding: 12px 0 5px;
  }
  .parts-index-list li .date {
    width: 180px;
    font-size: 14px;
    display: block;
    vertical-align: middle;
  }
  .parts-index-list li .date img {
    padding: 4px 10px;
  }
  .parts-index-list li .date .new {
    margin-left: 10px;
    padding: 2px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #ff7b26;
    line-height: 1;
  }
  .parts-index-list li .ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    display: block;
    margin: 10px 0 0 0;
  }
  .parts-index-list li .ttl a:hover {
    text-decoration: underline;
  }
  .parts-index-list li .ttl img {
    vertical-align: middle;
  }
  .parts-index-list li .ttl .new {
    margin-left: 10px;
    padding: 2px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #ff7b26;
    line-height: 1;
  }
  .parts-index-list li .ttl .important {
    margin-right: 10px;
    padding: 2px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #FF0000;
    line-height: 1;
  }
  .parts-index-list li .in-ttl .important {
    margin-right: 10px;
    padding: 2px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: #FF0000;
    line-height: 1;
  }
}
/*--------------------------------------------------

 parts-side-index

--------------------------------------------------*/
.side-area .widget-box .ttl a {
  color: #626262;
}

.parts-side-index {
  padding: 0;
  background-color: #f6f6f6;
}

.parts-side-index ul {
  padding: 0;
}

.parts-side-index li {
  list-style: none;
  padding: 13px 10px 20px;
}

.parts-side-index li + li {
  border-top: #dfdddd solid 1px;
}

.parts-side-index li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.parts-side-index li a:hover .in-ttl {
  text-decoration: underline;
}

.parts-side-index li a > * {
  display: block;
}

.parts-side-index li .date {
  display: block;
  margin-bottom: 5px;
  color: #626262;
  font-size: 1.4rem;
  font-weight: 700;
}

.parts-side-index li .date span {
  display: inline-block;
  vertical-align: middle;
}

.parts-side-index li .date .new {
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ff7b26;
  line-height: 1;
}

.parts-side-index li .date .important {
  margin-left: 10px;
  padding: 5px 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #FF0000;
  line-height: 1;
}

.parts-side-index li .in-ttl {
  color: #0000ff;
  font-weight: 700;
  background-color: transparent;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .parts-side-index li {
    list-style: none;
    padding: 13px 10px 10px;
  }
  .parts-side-index li a {
    position: relative;
    display: block;
  }
  .parts-side-index li a > * {
    display: block;
  }
  .parts-side-index li .date {
    width: auto;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .parts-side-index li .date .new {
    padding: 3px 5px;
    font-size: 12px;
  }
  .parts-side-index li .date .important {
    margin-right: 10px;
    padding: 3px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #FF0000;
    line-height: 1;
  }
  .parts-side-index li .in-ttl {
    font-size: 14px;
  }
}
/*--------------------------------------------------

 parts-entry-area

--------------------------------------------------*/
.parts-entry-area .date span {
  display: inline-block;
  vertical-align: middle;
}

.parts-entry-area .date .new {
  margin-left: 15px;
  padding: 4px 7px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #ff7b26;
  line-height: 1;
}

.parts-entry-area .title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

.parts-entry-area .body:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.parts-entry-area .body p {
  margin-bottom: 1.8em;
}

@media only screen and (max-width: 767px) {
  .parts-entry-area .date .new {
    margin-left: 10px;
    padding: 3px 5px;
    font-size: 1.2rem;
  }
  .parts-entry-area .title {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------

 parts-table-arrow

--------------------------------------------------*/
.parts-table-arrow {
  display: flex;
}

.parts-table-arrow:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.parts-table-arrow .in-left, .parts-table-arrow .in-right {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.parts-table-arrow .in-table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
}

.parts-table-arrow .in-table > * {
  display: table-cell;
  vertical-align: middle;
}

.parts-table-arrow .in-layout {
  padding: 13px 20px;
  background-color: #fff;
  border: #ec7272 solid 2px;
}

.parts-table-arrow .in-layout dt {
  color: #fff;
  text-align: center;
}

.parts-table-arrow .in-layout dt > span {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.parts-table-arrow .in-layout dt > span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ec7272;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.parts-table-arrow .in-layout dt > span > span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 2;
}

.parts-table-arrow .in-layout dt span big {
  display: block;
  font-size: 30px;
}

.parts-table-arrow .in-layout dd {
  padding-left: 30px;
}

.parts-table-arrow .in-left {
  width: 60%;
  padding-right: 30px;
}

.parts-table-arrow .in-left:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: #acaaa9 solid 3px;
  border-top: #acaaa9 solid 3px;
}

.parts-table-arrow .in-right {
  width: 40%;
  padding: 20px;
  background-color: #eaeaea;
  border: #d0d2d2 solid 2px;
}

@media only screen and (max-width: 767px) {
  .parts-table-arrow {
    display: block;
  }
  .parts-table-arrow .in-left, .parts-table-arrow .in-right {
    float: none;
  }
  .parts-table-arrow .in-table, .parts-table-arrow .in-table > * {
    display: block;
  }
  .parts-table-arrow .in-layout {
    position: relative;
    padding: 35px 10px 10px;
    border-width: 1px;
  }
  .parts-table-arrow .in-layout dt {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
  }
  .parts-table-arrow .in-layout dt > span {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  .parts-table-arrow .in-layout dt span big {
    font-size: 24px;
  }
  .parts-table-arrow .in-layout dd {
    padding-left: 0;
    text-align: center;
  }
  .parts-table-arrow .in-left {
    width: auto;
    padding: 30px 0 20px;
  }
  .parts-table-arrow .in-left:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 12px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 -7px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    border-right: #acaaa9 solid 3px;
    border-top: #acaaa9 solid 3px;
  }
  .parts-table-arrow .in-right {
    width: auto;
    padding: 10px;
    border-width: 1px;
    text-align: center;
  }
}
/*--------------------------------------------------

 #mapCanvas

--------------------------------------------------*/
#mapCanvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

#mapCanvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}

.google-map iframe, .google-map object, .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .google-map iframe, .google-map object, .google-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*--------------------------------------------------

 #付加給付　図用

--------------------------------------------------*/
/*--table-cell--*/
.benefit-schematic_wrap02 {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 1.4;
}

ul.benefit-schematic_wrap02 {
  padding-left: 0;
}

.benefit-schematic_wrap02_td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.benefit-schematic_wrap02 span.red {
  color: #D04444;
}

/*--padding大　青・白字--*/
.benefit-schematic01 {
  color: #FFF;
  background-color: #2874C8;
  padding: 30px 20px;
  font-weight: 700;
}

/*--padding小　青・白字--*/
.benefit-schematic01_s {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
}

/*--padding大　水色・黒字--*/
.benefit-schematic02 {
  background-color: #b9d5f2;
  padding: 30px 20px;
  font-weight: 700;
}

/*--padding小　水色・黒字--*/
.benefit-schematic02_s {
  background-color: #b9d5f2;
  padding: 10px;
  font-weight: 700;
}

/*--padding大　グレー枠・白box--*/
.benefit-schematic03 {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 30px 20px;
  font-weight: 700;
}

/*--padding小　グレー枠・白box--*/
.benefit-schematic03_s {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 10px;
  font-weight: 700;
}

/*--出産手当金　図--*/
.benefit-schematic05 {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 2px dotted #fff;
}

.benefit-schematic06 {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  border-right: 2px dotted #fff;
}

@media only screen and (max-width: 767px) {
  .benefit-schematic01, .benefit-schematic02, .benefit-schematic03 {
    padding: 10px;
  }
  .benefit-schematic05, .benefit-schematic06 {
    font-size: 1.1rem;
  }
}
/*--付加金あり「＋」--*/
.benefit-schematic04 {
  /*background-color:#fff;*/
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #D04444;
}

@media only screen and (max-width: 767px) {
  .benefit-schematic_wrap02 {
    font-size: 1.1rem;
  }
  .benefit-schematic04 {
    font-size: 3rem;
  }
}
/*---グレー囲み注　文字普通---*/
.box_gray {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 1em;
}

.box_gray .parts-title-04 {
  color: #2874C8;
  font-size: 1.8rem;
}

.box_gray .parts-title-04::after {
  background-color: #2874C8;
  font-size: 1.8rem;
}

.box_gray .parts-note-list li {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 767px) {
  .box_gray {
    padding: 10px;
  }
  .box_gray .parts-title-04 {
    font-size: 1.3rem;
  }
  .box_gray .parts-title-04::after {
    font-size: 1.3rem;
  }
  .box_gray .parts-note-list {
    font-size: 1rem;
  }
  .box_gray .parts-note-list li {
    font-size: 1rem;
  }
}
/*---付加金なし赤枠・赤字---*/
.benefit_singlebox_red {
  padding: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border: 3px solid #D04444;
  margin-bottom: 1em;
}

.benefit_singlebox_red span {
  color: #D04444;
}

@media only screen and (max-width: 767px) {
  .benefit_singlebox_red {
    font-size: 1.3rem;
  }
}
/*---給付図　tableレイアウト---*/
.parts-table-benefit01 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.parts-table-benefit01 th, .parts-table-benefit01 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.parts-table-benefit01 th {
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  background-color: #2874C8;
  line-height: 1.4;
}

.parts-table-benefit01 td {
  padding: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.parts-table-benefit01 td span {
  color: #2874C8;
}

.parts-table-benefit01 td span.red {
  color: #D04444;
}

@media only screen and (max-width: 767px) {
  .parts-table-benefit01 th, .parts-table-benefit01 td {
    padding: 6px;
    font-size: 1.2rem;
  }
}
/*-------自己負担限度額　表（padding小）----------*/
.parts-table-05 {
  width: 100%;
  margin: 15px 0 20px;
  border-left: 1px solid #d0d2d2;
  border-top: 1px solid #d0d2d2;
}

.parts-table-05 th, .parts-table-05 td {
  border-bottom: 1px solid #d0d2d2;
  border-right: 1px solid #d0d2d2;
}

.parts-table-05 th {
  background-color: #f6f6f6;
  font-weight: 700;
  padding: 6px;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.3;
}

.parts-table-05 td {
  padding: 6px;
  font-size: 1.5rem;
  background-color: #fff;
}

.parts-table-05 td ul {
  margin: 0;
  /*padding:0;*/
}

.parts-table-05 ul li {
  list-style: none;
}

.parts-table-05 ul.parts-list-disc li {
  list-style: disc;
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .parts-table-05 th, .parts-table-05 td {
    font-size: 1.2rem;
  }
}
/*---幅指定汎用---*/
.w05, th.w05, .td.w05 {
  width: 5%;
}

.w10, th.w10, .td.w10 {
  width: 10%;
}

.w15, th.w15, .td.w15 {
  width: 15%;
}

.w20, th.w20, .td.w20 {
  width: 20%;
}

.w25, th.w25, .td.w25 {
  width: 25%;
}

.w30, th.w30, .td.w30 {
  width: 30%;
}

.w35, th.w35, .td.w35 {
  width: 35%;
}

.w40, th.w40, .td.w40 {
  width: 40%;
}

.w45, th.w45, .td.w45 {
  width: 45%;
}

.w50, th.w50, .td.w50 {
  width: 50%;
}

.w55, th.w55, .td.w55 {
  width: 55%;
}

.w60, th.w60, .td.w60 {
  width: 60%;
}

.w65, th.w65, .td.w65 {
  width: 65%;
}

.w70, th.w70, .td.w70 {
  width: 70%;
}

.w75, th.w75, .td.w75 {
  width: 75%;
}

.w80, th.w80, .td.w80 {
  width: 80%;
}

.w85, th.w85, .td.w85 {
  width: 85%;
}

.w90, th.w90, .td.w90 {
  width: 90%;
}

.w95, th.w95, .td.w95 {
  width: 95%;
}

.w100, th.w100, .td.w100 {
  width: 100%;
}

/*--------------------------------------------------

 #特定保健指導　階層図

--------------------------------------------------*/
th.step_top {
  vertical-align: top;
}

.flow_box01 {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 10px;
  font-size: 1.5rem;
  text-align: left;
  margin: 1em 0;
}

.parts_step_table td span.flow_font01 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 0.2em;
}

.flow_box02 {
  margin: 1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .flow_box01 {
    font-size: 1.2rem;
  }
  .parts_step_table td span.flow_font01 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 0.2em;
  }
}
/*--------------------------------------------------

 #退職した後は　図

--------------------------------------------------*/
.parts-table-retire01 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 5px;
}

.parts-table-retire01 th, .parts-table-retire01 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.parts-table-retire01 th {
  padding: 6px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  background-color: #2874C8;
  line-height: 1.4;
}

.parts-table-retire01 td {
  padding: 6px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.parts-table-retire01 td.cell-border {
  border: 3px solid #d4d4d4;
  background-color: #fff;
}

.parts-table-retire01 td span.red {
  color: #D04444;
}

/*--縦書き--*/
.vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  min-height: 5em;
  line-height: 1.2;
}

.arrow_bule {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  color: #2874C8;
}

/*--赤・白字--*/
.parts-retire_box {
  font-size: 2rem;
  color: #FFF;
  background-color: #CF1515;
  padding: 10px;
  font-weight: 700;
}

/*--padding小　グレー枠・白box--*/
.parts-retire_box02 {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 10px;
}

.parts-retire_box02 div {
  text-align: left;
  margin-left: 2em;
  text-indent: -1.75em;
}

div.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 10px solid transparent;
  border-left: 15px solid #6d9dcf;
  border-bottom: 10px solid transparent;
}

@media only screen and (max-width: 767px) {
  .parts-table-retire01 th, .parts-table-retire01 td, .parts-retire_box {
    padding: 4px;
    font-size: 1.2rem;
  }
  div.triangle {
    border-top: 5px solid transparent;
    border-left: 7px solid #6d9dcf;
    border-bottom: 5px solid transparent;
  }
  .vertical {
    line-height: 1.1;
  }
}
/*--------------------------------------------------

 parts-table-06　保険給付一覧

--------------------------------------------------*/
.parts-table-06 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}

.parts-table-06 th, .parts-table-06 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  vertical-align: top;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.parts-table-06 th { /*	width: 20%;*/
  padding: 13px;
  font-size: 1.5rem;
  background-color: #f6f6f6;
  line-height: 1.3;
}

.parts-table-06 td {
  padding: 13px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  table.parts-table-06 {
    border-right: #ddd solid 1px;
    /* border-left: #ddd solid 1px; */
    border-bottom: #ddd solid 1px;
  }
  table.parts-table-06 thead {
    letter-spacing: -0.4em;
  }
  table.parts-table-06 thead th:first-child {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    border-left: none;
    border-right: none;
    border-bottom: #ddd solid 1px;
  }
  table.parts-table-06 thead th {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  table.parts-table-06 thead th + th {
    border-right: #ddd solid 1px;
  }
  table.parts-table-06 thead th:last-child {
    border-right: none;
  }
  table.parts-table-06 tbody {
    letter-spacing: -0.4em;
  }
  table.parts-table-06 tbody th {
    display: block;
    letter-spacing: normal;
    width: 100%;
    font-size: 1.2rem;
    border-top: #ddd solid 1px;
    border-left: none;
    border-right: none;
  }
  table.parts-table-06 tbody td {
    display: inline-block;
    letter-spacing: normal;
    width: 49.9%;
    border-bottom: none;
    border-left: none;
    /* border-right:#ddd solid 1px; */
  }
  table.parts-table-06 tbody td + td {
    border-right: none;
    border-bottom: none;
    border-left: #ddd solid 1px;
    margin-left: -1px;
  }
}
/*--------------------------------------------------*/
/*--td内p,ulの間隔調整--*/
table td > p:last-child, table td > ul:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------*/
.mynumberQA dt {
  margin-top: 1.5rem;
  padding-left: 2em;
  text-indent: -2em;
}

.mynumberQA dd {
  padding-left: 2em;
  text-indent: -2em;
}

/*--------------------------------------------------

 parts-point-list2

--------------------------------------------------*/
.parts-point-list2 {
  position: relative;
  /* margin: 60px 0; */
  /* padding: 0 0 0 77px; */
}

.parts-point-list2 .head {
  position: absolute;
  /* top: 50%; */
  /* left: 0; */
  /* width: 154px; */
  /* height: 154px; */
  /* margin-top: -77px; */
}

.parts-point-list2 .head:before {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  display: block;
  content: "";
  /* width: 120px; */
  /* height: 120px; */
  /* margin: -60px 0 0 -60px; */
  background-color: #ec7272;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /*border-radius: 50%;*/
  /* border: 2px dashed #6ad1c8; */
  box-shadow: 0px 0px 0px 6px #ec7272;
  padding: 10px;
}

.parts-point-list2 .head > div {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.parts-point-list2 .head > div > span {
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  vertical-align: middle;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

.parts-point-list2 .list-tb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* display: table; */
  /* width: 100%; */
  /* height: 125px; */
  /* padding: 15px 30px 15px 30px; */
  background-color: #e8e8e8;
  /* margin-left: 75px; */
  /* border-radius: 6px; */
}

.parts-point-list2 .list-cell {
  /* display: table-cell; */
  vertical-align: middle;
}

.parts-point-list2 ul {
  margin: 0;
  padding: 0;
}

.parts-point-list2 li {
  position: relative;
  margin: 0;
  /* padding: 0 0 0 30px; */
  list-style: none;
  color: #000;
  font-weight: 700;
}

.parts-point-list2 li:before {
  position: absolute;
  /* top: 3px; */
  left: 0;
  display: block;
  content: "";
  /* width: 23px; */
  /* height: 17px; */
  background: url(../img/pc/page/icon_check.png) no-repeat center center;
}

.parts-point-list2 li + li {
  margin-top: 15px;
}

.parts-point-list2 {
  margin: 60px 0 40px;
  padding: 0;
}

.parts-point-list2 .head {
  /*top: -38px;
  left: 50%;
  width: 77px;
  height: 77px;
  margin: 0 0 0 -38px;*/
  top: -1.6rem;
  left: 0;
  width: 8rem;
  height: 3.6rem;
  margin: 0;
}

.parts-point-list2 .head:before {
  /*width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;*/
  width: 8rem;
  height: 3.6rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
}

.parts-point-list .head > div > span {
  font-size: 1.4rem;
}

.parts-point-list2 .list-tb {
  display: block;
  height: auto;
  padding: 40px 20px 18px 20px;
  margin-left: 0;
}

.parts-point-list2 .list-cell {
  display: block;
}

.parts-point-list2 li {
  padding: 0 0 0 25px;
  /* font-size: 1.2rem; */
}

.parts-point-list2 li:before {
  top: 5px;
  width: 1em;
  height: 1em;
  background-size: 100% auto;
}

.parts-point-list2 li + li {
  margin-top: 10px;
}

/*--------------------------------------------------

 woman support

--------------------------------------------------*/
.imagesetTxt_left {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.imagesetTxt_left img {
  width: 12%;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .imagesetTxt_left img {
    width: 35%;
    max-width: 120px;
  }
}
/*--------------------------------------------------

bl_tabContainer

--------------------------------------------------*/
.bl_tabContainer {
  position: relative;
}

.bl_tabContainer .bl_tabList {
  list-style: none;
  border-bottom: 2px solid #FAAAA4;
  display: flex;
  padding: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bl_tabContainer .bl_tabList {
    border-bottom: 6px solid #FAAAA4;
  }
}
.bl_tabContainer .bl_tabList li {
  display: flex;
}

.bl_tabContainer .bl_tabList li + li {
  margin-left: 10px;
}

.bl_tabContainer .bl_tabList li a {
  width: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #ECECEC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #575757;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .bl_tabContainer .bl_tabList li a {
    padding: 10px;
    width: max-content;
  }
}
.bl_tabContainer .bl_tabList li a:hover {
  text-decoration: none;
  background-color: #FAAAA4;
  color: #fff;
}

.bl_tabContainer .bl_tabList li a.active {
  background-color: #FAAAA4;
  color: #fff;
}

.bl_tabContainer .bl_slideBtn {
  display: none;
  list-style: none;
}

.bl_tabContainer .bl_slideBtn .bl_slideBtn_icon {
  position: absolute;
  top: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .bl_tabContainer .bl_slideBtn .bl_slideBtn_icon {
    width: 30px;
    height: 30px;
    top: 8px;
  }
}
.bl_tabContainer .bl_slideBtn .bl_slideBtn_icon.bl_slideBtn_icon__left {
  left: 10px;
  background-image: url(../img/pc/page/tab-arrow-left_coral.svg);
}

.bl_tabContainer .bl_slideBtn .bl_slideBtn_icon.bl_slideBtn_icon__right {
  right: 10px;
  background-image: url(../img/pc/page/tab-arrow-right_coral.svg);
}

.bl_tabContainer .bl_tabContent {
  display: none;
  margin-bottom: 30px;
}

.bl_tabContainer .bl_tabContent.active {
  display: block;
}

/*--------------------------------------------------

bl_sideMenu

--------------------------------------------------*/
.bl_sideMenu {
  margin-left: 20px;
  width: 250px;
}

.bl_sideMenu.js_fixed {
  position: fixed;
  top: 192px;
}

@media screen and (max-width: 1199px) {
  .bl_sideMenu.js_fixed {
    top: 150px;
  }
}
.bl_sideMenu.js_bottom_fixed {
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .bl_sideMenu {
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_sideMenu {
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }
}
.bl_sideMenu .bl_sideMenu_ttl a {
  display: block;
  position: relative;
  border-bottom: 2px solid #EDEDED;
  color: #575757;
  font-size: 1.6rem;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_ttl a:hover {
  text-decoration: none;
  border-bottom: 2px solid #EF857E;
}

.bl_sideMenu .bl_sideMenu_ttl a:hover::before {
  background-color: #EF857E;
}

.bl_sideMenu .bl_sideMenu_ttl a::before, .bl_sideMenu .bl_sideMenu_ttl a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_ttl a::before {
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #D0D0D0;
}

.bl_sideMenu .bl_sideMenu_ttl a::after {
  right: 4px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

.bl_sideMenu .bl_sideMenu_list a {
  font-weight: bold;
}

.bl_sideMenu .bl_sideMenu_list {
  list-style: none;
  padding: 0;
}

.bl_sideMenu .bl_sideMenu_list > li {
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  align-items: center;
  padding: 0;
  box-shadow: 0px 7px 9px -3px rgba(221, 221, 221, 0.5);
  margin-bottom: 10px;
  transition: all 0.3s;
  /*&:hover {
    border: 1px solid $coralRed;
  }*/
}

.bl_sideMenu .bl_sideMenu_list > li.current {
  border: 2px solid #EF857E;
  border-radius: 5px;
}

.bl_sideMenu .bl_sideMenu_list > li.js_toggleBlock > a::after {
  border-top: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0px solid transparent;
  top: 1px;
}

.bl_sideMenu .bl_sideMenu_list > li.js_toggleBlock.open > a::after {
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
  top: 0;
}

.bl_sideMenu .bl_sideMenu_list > li > a {
  display: block;
  position: relative;
  padding: 10px 40px 10px 10px;
  color: #575757;
  border-bottom: 1px solid #EDEDED;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_list > li > a:hover {
  text-decoration: none;
}

.bl_sideMenu .bl_sideMenu_list > li > a:hover::before {
  background-color: #EF857E;
}

.bl_sideMenu .bl_sideMenu_list > li > a::before, .bl_sideMenu .bl_sideMenu_list > li > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_list > li > a::before {
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #D0D0D0;
}

.bl_sideMenu .bl_sideMenu_list > li > a::after {
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

.bl_sideMenu .bl_sideMenu_subList {
  display: none;
  list-style: none;
  padding-left: 30px;
  margin: 2px;
}

@media screen and (max-width: 767px) {
  .bl_sideMenu .bl_sideMenu_subList {
    padding-left: 0;
  }
}
.bl_sideMenu .bl_sideMenu_subList > li.active > a::before {
  background-color: #EF857E;
}

.bl_sideMenu .bl_sideMenu_subList > li > a {
  display: block;
  position: relative;
  font-weight: normal;
  padding: 10px 40px 10px 10px;
  color: #575757;
  font-size: 1.3rem;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_subList > li > a:hover {
  text-decoration: none;
}

.bl_sideMenu .bl_sideMenu_subList > li > a:hover::before {
  background-color: #EF857E;
}

.bl_sideMenu .bl_sideMenu_subList > li > a::before, .bl_sideMenu .bl_sideMenu_subList > li > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}

.bl_sideMenu .bl_sideMenu_subList > li > a::before {
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #D0D0D0;
}

.bl_sideMenu .bl_sideMenu_subList > li > a::after {
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

.bl_sideMenu .bl_sideMenu_subList > li + li {
  border-top: 1px solid #EDEDED;
}

/*--------------------------------------------------

 el_linkBtn

--------------------------------------------------*/
.el_linkBtn {
  display: flex;
  position: relative;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  color: #575757;
  align-items: center;
  padding: 10px 40px 10px 10px;
  box-shadow: 0px 7px 9px -3px rgba(221, 221, 221, 0.5);
  font-weight: normal;
  transition: all 0.3s;
}

.el_linkBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.el_linkBtn::before, .el_linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.el_linkBtn::before {
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #EF857E;
}

.el_linkBtn::after {
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

.responsive-iframe {
  text-align: center;
}
/*# sourceMappingURL=sass/parts.css.map */
.ac {
  text-align: center;
}
.popupArea {
	position: relative;
	display: inline-block;
}
.popup {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 2px solid #4BA144;
	padding: 0;
	z-index: 1;
}
.popupArea:hover .popup {
	display: block;
}