@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: #268708 solid 1px;
  background-color: #268708;
}
.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: #51b233;
  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: #268708;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #268708 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: #1fa2b4 solid 1px;
  background-color: #1fa2b4;
}
.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: #268708;
}
@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: 38px;
  display: block;
  content: '';
  height: 48px;
  background-color: #f1f1f1;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
  /* border-bottom: 1px solid #ddd; */
}
.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: #333; */
  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: 50px;
  color: #333;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
.parts-title-01:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient( 
-45deg,#62d3e3,#62d3e3 2px,transparent 2px,transparent 4px) no-repeat;
}

@media only screen and (max-width:767px) {
  .parts-title-01 {
    font-size: 2.2rem;
  }
} */

.parts-title-01 {
  position: relative;
  border: solid 3px #1fa2b4;
  padding: 16px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #1fa2b4;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  text-align: center;
  margin: 0 24px 60px;
  margin-inline: auto;
  background: repeating-linear-gradient(-45deg, #f9fcff, #f9fcff 3px,#f0f8ff 3px, #f0f8ff 7px);
}

.parts-title-01::before, .parts-title-01::after {
  content:'';
  position: absolute;
  width: 46px;
  height: 46px;
  rotate: 45deg;
}

.parts-title-01::before {
  border-left: solid 2px #1fa2b4;
  top:2px;
  left: 2px;
}

.parts-title-01::after {
  border-right: solid 2px #1fa2b4;
  bottom:2px;
  right: 2px;
}

@media only screen and (max-width:767px) {
  .parts-title-01 {
    font-size: 2rem;
    margin-bottom: 45px;
    line-height: 1.4;
  }
}


/* parts-title-02 */
.parts-title-02 {
  position:relative;
  margin: 60px 0 45px;
  padding: 14px;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  border: #1fa2b4 solid 2px;
  background-color: #FFF;
}

.parts-title-02::before,
.parts-title-02::after {
	position: absolute;
	content: '';
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
.parts-title-02::before {
	left: -2px;
	border-width: 0 15px 15px 0;
	border-right-color: #1fa2b4;
}
.parts-title-02::after {
	right: -2px;
	border-width: 15px 15px 0 0;
	border-top-color: #1fa2b4;
}

@media only screen and (max-width:767px) {
  .parts-title-02 {
    margin: 30px 0 45px;
    padding: 7px 8px 7px 25px;
    font-size: 1.6rem;
  }
}
/* parts-title-03 */

.parts-title-03{
	margin: 40px 0 25px;
	position:relative;
	padding-left: 30px;
	border-bottom: 4px dotted #68b7a1;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
	padding-bottom: 6px;
}
 
.parts-title-03:before{
	content:'';
	height:12px;
	width:12px;
	display:block;
	background: #1fa2b4;
	position:absolute;
	top:0;
	left:7px;
	border-radius:50%;
}
.parts-title-03:after{
	content:''; 
	height:8px; 
	width:8px; 
	display:block; 
	background:#0097cc; 
	position:absolute; 
	top:16px; 
	left:2px;
	border-radius:50%;
	opacity:0.6;
}

@media only screen and (max-width:767px) {
  .parts-title-03 {
    /*margin: 25px 0 10px;*/
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
}
/* parts-title-04 */
.parts-title-04 {
  position: relative;
  padding: 1em .5em .5em .25em;
  font-weight: 700;
  font-size: 1.6rem;
  /* color: #1fa2b4; */
}
.parts-title-04::before {
  font-family: 'icomoon';
  content: "\e9b8";
  color: #0097cc;
  margin-right: 10px;
  font-weight:400;
  font-size: 1em;
}

@media only screen and (max-width:767px) {
  .parts-title-04 {
    font-size: 1.5rem;
  }
}

/* parts-title-05 */
.parts-title-05 {
  position: relative;
  margin: 60px 0 25px;
  font-size: 1.8rem;
  font-weight: 700;
}

.parts-title-05 {
  position: relative;
  text-align: center;
}
.parts-title-05 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.parts-title-05::before {
  position: absolute;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #0097cc;
  background: linear-gradient(-45deg, transparent, #0097cc 10%, #0097cc 70%, transparent);
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .parts-title-05 {
    margin: 30px 0 15px;
    padding: 7px 8px;
    font-size: 1.6rem;
  }
}
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: #f0f8ff;
  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 {
  /*	width: 20%;*/
  padding: 13px;
  background-color: #f0f8ff;
  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 {
    /*		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: #f0f8ff;
  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.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: #f0f8ff;
  font-weight: 700;
  padding: 13px;
  vertical-align: middle;
  width: 25%;
  font-size: 1.5rem;
  line-height: 1.3;
}
.parts-table-04 td {
  padding: 13px;
  vertical-align: top;
}
.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.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-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  border-radius: 15px;
}
.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: #eee;
}
.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: -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;
    border-radius: 0;
  }
  .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: 3px solid #68b7a1;
  margin: 30px 0 0;
  padding: 15px 25px;
}
.parts-column-box .parts-table-01 {
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.parts-column-box .parts-table-01 th, .parts-column-box .parts-table-01 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
}
.parts-column-box .parts-table-01 th {
  background-color: #f0f8ff;
}
.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 30px -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: #1fa2b4;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  border-radius:10px
}
.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: #268708; */
  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 {
    /*font-size: 1.2rem;*/
  }
}
/*--------------------------------------------------

 parts-table-btn

--------------------------------------------------*/
.parts-table-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  color: #268708;
  text-align: center;
  text-decoration: none;
  border: #268708 solid 1px;
}
.parts-table-btn.on {
  background-color: #268708;
}
.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: #268708;
  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: #268708;
  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: 30px;
}
.parts-tab-btns .parts-tab-btn,
.parts-tab-btns2 .parts-tab-btn {
  padding: 0 4px;
  /* border-bottom: #333 solid 1px; */
  /*border-top: #268708 solid 1px;
	border-left: #268708 solid 1px;*/
  margin-bottom: 0;
}
.parts-tab-btns .parts-tab-btn:last-of-type,
.parts-tab-btns2 .parts-tab-btn:last-of-type {
  /*border-right: #268708 solid 1px;*/
}
.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: #f2f2f2;
  color: #1fa2b4;
background-image: linear-gradient(to top, #e0e0de, #e7e5e4, #edebeb, #f2f1f1, #f7f7f7);
}
.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: flex;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  color: #268708;
  text-align: center;
  text-decoration: none;
  padding: 16px 8px;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
}
.parts-tab-btns .parts-tab-btn a:after,
.parts-tab-btns2 .parts-tab-btn a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: '';
  margin-left: -6px;
  border-top: #1fa2b4 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: #1fa2b4;
}
.parts-tab-btns .parts-tab-btn.on a:after,
.parts-tab-btns2 .parts-tab-btn.on a:after {
  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-btns2 {
  margin-bottom: 10px;
}
  .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-title-03 .parts-arw01 {
  padding-left: 0;
}

.parts-title-03 .parts-arw01:before,
.parts-title-03 .parts-arw01:after {
  display:none;
}

.parts-arw01:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -1rem;
  background-color: #cbf1f6;
  border-radius: 50%;
}
.parts-arw01:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.5rem 0 0 0.4rem;
  border-top: #1fa2b4 solid 2px;
  border-right: #1fa2b4 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: #268708;
  text-align: center;
  text-decoration: none;
  border: #268708 solid 1px;
}
.parts-accordion-btn.on {
  background-color: #268708;
}
.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: #268708;
}
.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: #268708 solid 1px;
	border-left: #268708 solid 1px;*/
}
.parts-box-btns:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  /*background-color: #268708;*/
}
.parts-box-btns:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  /*background-color: #268708;*/
}
.parts-box-btns .row > * {
  /*border-bottom: #268708 solid 1px;
	border-right: #268708 solid 1px;*/
}
.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: #268708 solid 2px;
  border-right: #268708 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 {
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12px 5px 8px;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.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; */
  text-align: center;
  /* position: absolute; */
  /* top: 60%; */
  line-height: 1.2;
  /* width: 70%; */
}
.parts-icon-btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #ddd solid 2px;
  border-right: #ddd solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.parts-icon-btn a .ico {
  padding: 0;
  width: 70px;
  text-align: center;
  top: 20%;
}
.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 30px;
  max-width: 50px;
  width: auto;
  height: auto;
}
@media only screen and (max-width:767px) {
  .parts-icon-btn a {
    /* padding: 30%; */
    font-size: 12px;
  }
}

@media only screen and (max-width: 565px) {
  .parts-icon-btn a {
    /* padding: 30% 30% 60%; */
    font-size: 11px;
  }
}

/*--------------------------------------------------

 parts-widget-list01

--------------------------------------------------*/
.parts-widget-list01 {
  padding: 0;
  margin: 0;
  border: 1px dotted #1fa2b4;
  border-top: none;
}
.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: 10px 30px 10px 20px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #333333;
  word-break: break-word;
}
.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: #ace8f0 solid 2px;
  border-right: #ace8f0 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,
.on26 .parts-widget-list01 li.on26 a,
.on27 .parts-widget-list01 li.on27 a,
.on28 .parts-widget-list01 li.on28 a,
.on29 .parts-widget-list01 li.on29 a,
.on30 .parts-widget-list01 li.on30 a {
	color: #1fa2b4;
	font-weight: 700;
	background-color: #ffffe3;
}
/*--------------------------------------------------
 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-note-list03 {
  list-style: none;
  padding: 0;
}
ul.parts-note-list03 > li {
  padding-left: 2em;
  text-indent: -2em;
}
.parts-note-list03 li > * {
  text-indent: 0;
}

.parts-note-list04 {
  list-style: none;
  padding: 0;
}
ul.parts-note-list04 > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.parts-note-list04 li > * {
  text-indent: 0;
}

/*--------------------------------------------------
 parts-inner-navi
 --------------------------------------------------*/
.parts-inner-navi {
  background-color: #fbfdf5;
  /*border: 1px solid #268708;*/
  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: #333;
  /*text-decoration: underline;*/
  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: #1fa2b4;
  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 {
  /* float: left; */
  padding: 3px 10px;
  margin-right: 20px;
  font-size: 1.4rem;
  /* overflow: hidden; */
  border-radius: 0.25em;
  align-items: center;
  display: flex;
  white-space: nowrap;
  background: #1e50a2;
  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;
  /*margin-top: -2px;*/
}
.parts-icon-pdf {
  /* background: url(../img/pc/page/ico_pdf.gif) no-repeat left center; */
  /* display: inline; */
  /* padding-left: 21px; */
  /* 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-tab-btn .parts-icon-pdf:before {
  margin-right: 4px;
  font-family: 'icomoon';
  content: "\eadf";
  color: #e40f0f;
  font-size: 1.4rem;
  font-weight: 500;
  /* display: flex; */
}

.parts-icon-doc {
  /* background: url(../img/pc/page/ico_doc.gif) no-repeat  left center; */
  /* display: inline-block; */
  /* padding-left: 21px; */
  /* 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.gif) no-repeat  left center; */
  /* display: inline; */
  /* padding-left: 21px; */
  /* 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;
}
@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: 1rem;
}
.parts-list-none > li {
  list-style: none;
}
.parts-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------------------------

 parts-step-table

--------------------------------------------------*/
.parts_step_table {
  /*	background-color: #fbfdf5;*/
  /*	border: 1px solid #57b53a;*/
  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: #268708; */
}
.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 #268708; */
  background-color: #ddd;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  border-radius: 50%;
  background-image: linear-gradient(to top, #e0e0de, #e7e5e4, #edebeb, #f2f1f1, #f7f7f7);
}
.parts-step-ttl .head > div {
  position: relative;
  top: 36%;
  /* left: -2px; */
  width: 100%;
  height: 100%;
  color: #1fa2b4;
  text-align: center;
}
.parts-step-ttl .head > div > span {
  /*	display: table-cell;*/
  /* color: #268708; */
  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-top: 0!important; */
    padding-bottom: 1em;
    height: 34px;
  }
  .parts_step_table td {
    /* padding-left: 10px; */
    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: #ffffd0;
  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: #268708 solid 1px;
  background-color: #fbfdf5;
}
.parts-serch-keyword .left-box {
  float: left;
}
.parts-serch-keyword .ttl {
  margin-top: 5px;
  color: #268708;
  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: #268708 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: #268708;
  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: #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: #68b7a1 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: #1fa2b4;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-radius: 50%;
}
.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: 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 #d4d4d4;
  margin-bottom: 1em;
}
.benefit_singlebox_red span {
  color: #333;
}
@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: #f0f8ff;
  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 {}
.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: #f0f8ff;
  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;
}
/*--------------------------------------------------*/



/*--------------------------------------------------

 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: #fe5196;
	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 #fe5196;
	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;
	}
	
	#gnav .inSubMenu li.parts-title-12 {display: inline-block; text-align: left; padding: 4px 1em; font-size: 12px;background-color: #d5edf1;}