@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

--------------------------------------------------*/
.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: #418fde solid 1px;
  background-color: #418fde;
}

.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: #418fde;
  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: #418fde;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #418fde 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: #418fde solid 1px;
  background-color: #418fde;
}

.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: #418fde;
}

@media  only screen and (max-width:767px)  {
.parts-image-links .links li + li  {
  margin-top: 10px;
}
}

/*--------------------------------------------------

 parts-breadcrumb

--------------------------------------------------*/
.parts-breadcrumb {
  margin: -64px 0 0 0;
  padding: 0px 0 30px 0;
  zoom: 1;
}

.parts-breadcrumb:before {
  position: relative;
  top: 34px;
  display: block;
  content: "";
  height: 48px;
  background-color: #f1f1f1;
  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;
  text-decoration: none;
}

@media  only screen and (max-width:767px)  {
.parts-breadcrumb  {
  display: none;
}
}

/*--------------------------------------------------

 parts-title

--------------------------------------------------*/
/* parts-title-01 */
.parts-title-01 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  /*color: #418fde;*/
  color: #333;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}

@media  only screen and (max-width:767px)  {
.parts-title-01  {
  font-size: 2.2rem;
  border-bottom-width: 2px;
}
}

/* parts-title-02 */
.parts-title-02 {
  margin: 60px 0 25px;
  padding: 20px 14px;
  /*color: #418fde;*/
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  border: #418fde solid 3px;
  background-color: #fff;
}

@media  only screen and (max-width:767px)  {
.parts-title-02  {
  margin: 30px 0 20px;
  padding: 7px 8px;
  font-size: 1.6rem;
}
}

/* parts-title-03 */
.parts-title-03 {
  margin: 40px 0 25px;
  padding-bottom: 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: #acaaa9 solid 1px;
  line-height: 1.5;
}

.parts-title-03 > span {
  display: block;
  padding: 2px 0 2px 18px;
  border-left: #418fde solid 6px;
}

@media  only screen and (max-width:767px)  {
.parts-title-03  {
  padding-bottom: 5px;
  font-size: 1.6rem;
}
.parts-title-03 > span  {
  padding-left: 8px;
  border-left-width: 2px;
}
}

/* parts-title-04 */
.parts-title-04 {
  position: relative;
  padding: 1em .5em .5em 1.7em;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.parts-title-04::after {
  position: absolute;
  top: 1.5em;
  left: .4em;
  z-index: 2;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media  only screen and (max-width:767px)  {
.parts-title-04  {
  font-size: 1.5rem;
}
.parts-title-04::after  {
  position: absolute;
  top: 1.4em;
  left: .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: #418fde;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 6px solid #418fde;
}

@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: #f6f6f6;
  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.2rem;
}
.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 {
  padding: 13px;
  background-color: #f6f6f6;
  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.2rem;
}
.parts-table-02 th  {
}
}

/*--------------------------------------------------

 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: #f6f6f6;
  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  {
  font-size: 1.2rem;
}
.parts-table-03 td  {
  font-size: 1.2rem;
}
}

/*--------------------------------------------------

 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: #f6f6f6;
  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 {
}

.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.2rem;
}
}

/*--------------------------------------------------

 parts-point-list

--------------------------------------------------*/
.parts-point-list {
  position: relative;
  margin: 60px 0;
  padding: 0 0 0 77px;
}

.parts-point-list .head {
  position: absolute;
  top: 50%;
  left: 0;
  width: 154px;
  height: 154px;
  margin-top: -77px;
}

.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: #418fde;*/
  background-color: #E6494A;
  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;
  vertical-align: middle;
  font-weight: 700;
}

.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: 15px 30px 15px 100px;
  /*background-color: #eef6ff;*/
  background-color: #ffeded;
}

.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: #000;
  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: -1.6rem;
  left: 0;
  width: 8rem;
  height: 3.6rem;
  margin: 0;
}
.parts-point-list .head:before  {
  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: #fbfdf5;
  border: 1px solid #418fde;
  margin: 30px 0 0;
  padding: 15px 25px;
}

.parts-column-box .parts-table-01 {
  border-top: #418fde solid 1px;
  border-left: #418fde solid 1px;
}

.parts-column-box .parts-table-01 th, .parts-column-box .parts-table-01 td {
  border-bottom: #418fde solid 1px;
  border-right: #418fde solid 1px;
}

.parts-column-box .parts-table-01 th {
  background-color: #eef6ff;
}

.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;
  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: #418fde;
  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: table-cell;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  vertical-align: middle;
}

.parts-column-ttl .list-tb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 15px 30px 15px 40px;
}

.parts-column-ttl .list-cell {
  display: table-cell;
  vertical-align: middle;
}

.parts-column-ttl ul {
  margin: 0;
  padding: 0;
}

.parts-column-ttl li {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  color: #418fde;
  font-weight: 700;
  font-size: 1.8rem;
}

.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.2rem;
}
.parts-column-ttl .list-tb  {
  display: block;
  height: auto;
  padding: 40px 10px 18px 10px;
}
.parts-column-ttl .list-cell  {
  display: block;
}
.parts-column-ttl li  {
  padding: 0 0 0 0;
  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  {
}
}

/*--------------------------------------------------

 parts-table-btn

--------------------------------------------------*/
.parts-table-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  color: #418fde;
  text-align: center;
  text-decoration: none;
  border: #418fde solid 1px;
}

.parts-table-btn.on {
  background-color: #418fde;
}

.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: #418fde;
  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: #418fde;
  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: 10px;
}

.parts-tab-btns .parts-tab-btn,
.parts-tab-btns2 .parts-tab-btn {
  padding: 0 4px;
  border-bottom: #418fde solid 1px;
}

.parts-tab-btns .parts-tab-btn:last-of-type,
.parts-tab-btns2 .parts-tab-btn:last-of-type {
}

.parts-tab-btns .parts-tab-btn.on,
.parts-tab-btns2 .parts-tab-btn.on {
}

.parts-tab-btns .parts-tab-btn:not(.on) a,
.parts-tab-btns2 .parts-tab-btn:not(.on) a {
  background-color: #eee;
  color: #535353;
}

.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: 60px;
  line-height: 1.3;
  color: #418fde;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  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: #418fde 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: #418fde;
}

.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 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;
}

/*--------------------------------------------------

 parts-arw01

--------------------------------------------------*/
.parts-arw01 {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}

.parts-arw01:before, .parts-arw01:after {
  position: absolute;
  top: 1.6rem;
  left: 0;
  display: block;
  content: "";
}

.parts-arw01:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -1rem;
  background-color: #EBF3FA;
  border-radius: 50%;
}

.parts-arw01:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.5rem 0 0 0.4rem;
  border-top: #418FDE solid 2px;
  border-right: #418FDE 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.4rem;
}
}

/*--------------------------------------------------

 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: #418fde;
  text-align: center;
  text-decoration: none;
  border: #418fde solid 1px;
}

.parts-accordion-btn.on {
  background-color: #418fde;
}

.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: #418fde;
}

.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;
}

.parts-box-btns:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
}

.parts-box-btns:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 100%;
  width: 1px;
}

.parts-box-btns .row > * {
}

.parts-box-btns a {
  position: relative;
  display: block;
  width: 100%;
  padding: 17px 0;
  color: #535353;
  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: #418fde solid 2px;
  border-right: #418fde 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 > *  {
  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: flex;
	flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  color: #535353;
  text-decoration: none;
  /*text-align: left;*/
  font-size: 1.8rem;
  font-weight: 500;
	line-height: 1.3;
	border: 2px solid #fff;
	border-radius: 8px;
}
.parts-icon-btn a:hover  {
	border: 3px solid #418FDE;
	border-radius: 8px;
  opacity: 0.7 ;
  /* background-color: #f4f8fa; */
}

.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.parts-icon-btn a:before {
  /*position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #418fde solid 2px;
  border-right: #418fde solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);*/
	display: none;
}

.parts-icon-btn a .ico {
  padding: 0;
  width: 100%;
  text-align: center;
	margin: 0 auto;
	flex: 2;
}

.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 66px;
  max-width: 73px;
  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: #418fde solid 2px;
  border-right: #418fde 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  {
}
.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: #418fde;
  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  {
}
.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: #fbfdf5;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px 20px 18px;
}

.parts-inner-navi li {
  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: #418fde;
  line-height: 1.3;
  padding-left: 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: #418fde;
  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;
  display: flex;
}

.parts-reference dt {
  padding: 3px 10px;
  margin-right: 20px;
  font-size: 1.4rem;
  border-radius: 0.25em;
  align-items: center;
  display: flex;
  white-space: nowrap;
  background: #333;
  color: #FFFFFF;
  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;
}

.parts-icon-pdf {
}

.parts-icon-pdf:before {
  margin-right: 4px;
  font-family: "icomoon";
  content: "";
  color: #e40f0f;
  font-size: 2rem;
  font-weight: 500;
}

.parts-icon-doc {
}

.parts-icon-doc:before {
  margin-right: 4px;
  font-family: "icomoon";
  content: "";
  color: #0072d4;
  font-size: 2rem;
  font-weight: 500;
}

.parts-icon-xls {
}

.parts-icon-xls:before {
  margin-right: 4px;
  font-family: "icomoon";
  content: "";
  color: #2b902e;
  font-size: 2rem;
  font-weight: 500;
}

@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 {
  margin: 30px 0 0;
  padding: 15px 25px;
  border-spacing: 0;
}

.parts_step_table th {
  width: 116px;
  height: 111px;
}

.parts_step_table th img {
  padding-bottom: 10px;
}

.parts_step_table td {
  width: calc(100% - 118px);
  padding-left: 20px;
}

.parts_step_table td span {
  font-size: 2.0rem;
  font-weight: 700;
  color: #418fde;
}

.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: 116px;
  margin-top: -50px;
}

.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 #418fde;
  background-color: #eef6ff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.parts-step-ttl .head > div {
  position: relative;
  top: 40%;
  width: 100%;
  height: 100%;
  color: #418fde;
  text-align: center;
}

.parts-step-ttl .head > div > span {
  color: #418fde;
  font-size: 2.8rem;
  line-height: 1.2;
}

.parts_step_table th.arrow {
  height: 40px;
}

@media  only screen and (max-width:767px)  {
.parts-step-table  {
  margin: 60px 0 0;
}
.parts_step_table th  {
  width: 70px;
  height: 70px;
  vertical-align: top;
}
.parts_step_table th.arrow  {
  vertical-align: top;
  padding-bottom: 1em;
  height: 34px;
}
.parts_step_table td  {
  vertical-align: middle;
}
.parts_step_table td span  {
  font-size: 1.3rem;
}
.parts-step-ttl  {
  margin: 0 0 0;
  padding: 0;
  width: 100%;
}
.parts-step-ttl .head  {
  top: -40px;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: 0 0 0 -38px;
  font-size: 2.0rem;
}
.parts-step-ttl .head:before  {
  left: 70%;
  top: 85px;
  width: 50px;
  height: 50px;
  margin: -30px 0 0 -36px;
  vertical-align: top;
}
.parts-step-ttl .head > div  {
  top: 80%;
  left: 72%;
  margin: 5px 0 0 -47px;
  font-size: 1.0rem;
}
.parts-step-ttl .head > div > span  {
  font-size: 2.0rem;
}
.parts_step_table th img  {
  text-align: center;
  padding-right: 0;
  padding-bottom: 1em;
  margin-right: 0;
}
}

/*--------------------------------------------------

 parts-caution-block

--------------------------------------------------*/
.parts-caution-block {
  background: #fff6f6;
  border: 5px solid #ffcaca;
  padding: 15px 20px 5px 15px;
  margin: 20px 0;
}

.parts-caution-block .parts-coution-ttl {
  padding-left: 50px;
  background: url(../img/pc/page/tit_caution.png) 0 0 no-repeat;
  background-size: 40px auto;
  height: 45px;
  padding-top: 5px;
  border-bottom: 1px solid #D04444;
  font-size: 1.8rem;
  font-weight: 700;
  color: #D04444;
  margin-top: 0;
}

@media  only screen and (max-width:767px)  {
.parts-caution-block  {
  padding: 15px 15px 0;
}
.parts-caution-block .parts-coution-ttl  {
  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: #418fde solid 1px;
  background-color: #fbfdf5;
}

.parts-serch-keyword .left-box {
  float: left;
}

.parts-serch-keyword .ttl {
  margin-top: 5px;
  color: #418fde;
  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: #418fde 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: #418fde;
  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);
}

.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  {
  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-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: #535353;
  text-decoration: none;
}

.parts-index-list li .date {
  width: 180px;
  font-size: 14px;
  line-height: 1.4;
  color: #535353;
  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: #fff;
}

.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: #535353;
  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: #fbfdf5;
  border: #418fde 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: #418fde;
  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 {
  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: 1.0rem;
}
.box_gray .parts-note-list li  {
  font-size: 1.0rem;
}
}

/*---付加金なし赤枠・赤字---*/
.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;
}

.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 {
}

.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 {
  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-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;
}
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;
}

.parts-point-list2 .head {
  position: absolute;
}

.parts-point-list2 .head:before {
  display: block;
  content: "";
  background-color: #418fde;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  box-shadow: 0px 0px 0px 6px #418fde;
  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;
  background-color: #e8e8e8;
}

.parts-point-list2 .list-cell {
  vertical-align: middle;
}

.parts-point-list2 ul {
  margin: 0;
  padding: 0;
}

.parts-point-list2 li {
  position: relative;
  margin: 0;
  list-style: none;
  color: #000;
  font-weight: 700;
}

.parts-point-list2 li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  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: -1.6rem;
  left: 0;
  width: 8rem;
  height: 3.6rem;
  margin: 0;
}

.parts-point-list2 .head:before {
  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;
}

.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;
}
}


/*--------------------------------------------------

 関連ページ

--------------------------------------------------*/
.list-group-item.active {
	background-color: #82B5E9;
	border-color: #82B5E9;
}
	


/*--------------------------------------------------

 youtube埋め込み

--------------------------------------------------*/

@media  only screen and (max-width:767px)  {
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
}
