@charset "utf-8";
/**
 * 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: #268708 solid 1px;
  background-color: #268708;
}
.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;
}
.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: 60px auto;
  padding: 30px 0;
  color: #999;
  font-size: 3rem;
  text-align:center;
  font-weight: 700;
  border-bottom:1px #CCC solid;
  border-top:1px #CCC solid;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .parts-title-01 {
	margin: 60px auto 30px;
    /*margin-bottom: 10px;
		padding-bottom: 5px;*/
    font-size: 2.2rem;
    border-bottom-width: 2px;
  }
}
/* parts-title-02 */
.parts-title-02 {
  margin: 25px 0;
  padding: 20px 14px;
  color: #D93600;
  font-size: 3.5rem;
  font-weight: 700;
  text-align:center;
  /*border: #51b233 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: #268708 solid 6px;
}
@media only screen and (max-width:767px) {
  .parts-title-03 {
    /*margin: 25px 0 10px;*/
    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: #268708;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 6px solid #268708;
}
@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 {
  /*	width: 20%;*/
  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 {
    /*		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: #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 {
    /* 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: #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 {
  /*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-color: #268708;
  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: #ddeeae;
}
.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;
  }
  .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 #57b53a;
  margin: 30px 0 0;
  padding: 15px 25px;
}
.parts-column-box .parts-table-01 {
  border-top: #57b53a solid 1px;
  border-left: #57b53a solid 1px;
}
.parts-column-box .parts-table-01 th, .parts-column-box .parts-table-01 td {
  border-bottom: #57b53a solid 1px;
  border-right: #57b53a solid 1px;
}
.parts-column-box .parts-table-01 th {
  background-color: #e4f0c2;
}
.parts-column-box h1 {
  background: url(../img/pc/page/tit_column.gif) no-repeat left top;
  border-bottom: 1px dashed #bed283;
  margin-bottom: 10px;
  overflow: hidden;
  text-indent: -9999px;
}
.parts-column-box h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
}
.parts-column-box .parts-table-01 th {
  width: 30%;
}
.parts-column-box .parts-table-01 td {
  width: 70%;
  background-color: #fff;
}
.parts-column-ttl {
  position: relative;
  margin: 30px 0 50px -32px;
  padding: 0 0 0 77px;
  display: inline-block;
}
.parts-column-ttl .head {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 154px; */
  /* height: 154px; */
  margin-top: 0;
  margin-left: 40px;
}
.parts-column-ttl .head:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background-color: #268708;
  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: #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 {
  margin-bottom: 10px;
}
.parts-tab-btn {
  padding: 0 4px;
  border-bottom: #268708 solid 1px;
  /*border-top: #268708 solid 1px;
	border-left: #268708 solid 1px;*/
}
.parts-tab-btn:last-of-type {
  /*border-right: #268708 solid 1px;*/
}
.parts-tab-btn.on {}
.parts-tab-btn:not(.on) a {
  background-color: #eee;
  color: #535353;
}
.parts-tab-btn:not(.on) a:hover {
  background-color: #ddd;
  text-decoration: none;
}
.parts-tab-btn.on:hover {
  opacity: 0.7;
}
.parts-tab-btn a {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
  line-height: 1.3;
  color: #268708;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  font-weight: 700;
  font-size: 1.4rem;
  border-radius: 4px 4px 0 0;
}
.parts-tab-btn a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  content: '';
  margin-left: -6px;
  border-top: #268708 solid 6px;
  border-left: transparent solid 6px;
  border-right: transparent solid 6px;
  opacity: 0;
}
.parts-tab-btn.on a {
  color: #fff;
  text-decoration: none;
  background-color: #268708;
}
.parts-tab-btn.on a:before {
  opacity: 1;
}
.parts-tab-btn a > span {
  display: table-cell;
  vertical-align: middle;
}
.parts-tab-btn a > span > span {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .parts-tab-btn a {
    height: 40px;
    font-size: 1.1rem;
  }
}
/*.parts-tab-bodys .parts-tab-body {
	display: none;
}*/
.parts-tab-bodys .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: 0.6rem;
  left: 0;
  display: block;
  content: '';
}
/*.parts-arw01:before {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -1rem;
  background-color: #51b233;
  border-radius: 50%;
}*/
.parts-arw01:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
}
@media only screen and (max-width:767px) {
  .parts-arw01:before, .parts-arw01:after {
    top: 0.5rem;
  }
}
/*--------------------------------------------------

 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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  color: #535353;
  text-decoration: none;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
}
.parts-icon-btn a > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.parts-icon-btn a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: #268708 solid 2px;
  border-right: #268708 solid 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.parts-icon-btn a .ico {
  padding: 5px 5px 5px 0;
  width: 70px;
  text-align: center;
}
.parts-icon-btn a .ico img, .parts-icon-btn a .ico > svg {
  max-height: 35px;
  max-width: 40px;
  width: auto;
  height: auto;
}
@media only screen and (max-width:767px) {
  .parts-icon-btn a {
    padding: 13px 0;
    font-size: 12px;
  }
}
/*--------------------------------------------------

 parts-widget-list01

--------------------------------------------------*/
.parts-widget-list01 {
  padding: 0;
  margin: auto;
  border-radius:30px;
  display:table;
  width:100%;
  max-width:1100px;
}
@media only screen and (max-width:960px) {
	.parts-widget-list01 {
	  width:96%;
	}
}
		.category-about .parts-widget-list01{
			background-color:#D38201;
		}
		.category-visit .parts-widget-list01{
			background-color:#FEAC00;
		}
		.category-bd .parts-widget-list01{
			background-color:#6AC5F0;
		}
		.category-voice .parts-widget-list01{
			background-color:#D38201
		}
		
.parts-widget-list01 li {
  display:table-cell;
  color: #fff;
  list-style: none;
  line-height: 1.4;
  font-weight: 500;
  text-align:center;
  padding:15px;
  /*border-bottom: #dfdddd dotted 1px;*/
}
@media only screen and (max-width:767px) {
		.category-about .parts-widget-list01{
			background-color:transparent;
		}
		.category-visit .parts-widget-list01{
			background-color:transparent;
		}
		.category-bd .parts-widget-list01{
			background-color:transparent;
		}
		.category-voice .parts-widget-list01{
			background-color:transparent;
		}

.parts-widget-list01 li {
  display:block;
  padding:0;
  line-height: 30px;
  border-radius:15px;
  margin-bottom:10px;
}
		.category-about .parts-widget-list01 li {
			background-color:#D38201;
		}
		.category-visit .parts-widget-list01 li {
			background-color:#FEAC00;
		}
		.category-bd .parts-widget-list01 li {
			background-color:#6AC5F0;
		}
		.category-voice-visit .parts-widget-list01 li {
			background-color:#FEAC00;
		}
		.category-voice-bd .parts-widget-list01 li {
			background-color:#6AC5F0;
		}
}
.parts-widget-list01 li a {
  position: relative;
  padding-left:40px;
  font-size: 1.7rem;
  text-decoration: none;
  color: #FFF;
}


.parts-widget-list01 li a:hover {
  opacity: 0.6;
}
.parts-widget-list01 li a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 7px solid #FFF;
  transform:none !important;
}

.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;
}

.about01 .parts-widget-list01 li:nth-child(1) a,
.about02 .parts-widget-list01 li:nth-child(2) a,
.about03 .parts-widget-list01 li:nth-child(3) a,
.visit01 .parts-widget-list01 li:nth-child(1) a,
.visit02 .parts-widget-list01 li:nth-child(2) a,
.visit03 .parts-widget-list01 li:nth-child(3) a,
.visit04 .parts-widget-list01 li:nth-child(4) a,
.bd01 .parts-widget-list01 li:nth-child(1) a,
.bd02 .parts-widget-list01 li:nth-child(2) a,
.bd03 .parts-widget-list01 li:nth-child(3) a,
.voice01 .parts-widget-list01 li:nth-child(1) a,
.voice02 .parts-widget-list01 li:nth-child(2) a {
	pointer-events:none;
	color:#DDD;
}
.about01 .parts-widget-list01 li:nth-child(1) a:before,
.about02 .parts-widget-list01 li:nth-child(2) a:before,
.about03 .parts-widget-list01 li:nth-child(3) a:before,
.visit01 .parts-widget-list01 li:nth-child(1) a:before,
.visit02 .parts-widget-list01 li:nth-child(2) a:before,
.visit03 .parts-widget-list01 li:nth-child(3) a:before,
.visit04 .parts-widget-list01 li:nth-child(4) a:before,
.bd01 .parts-widget-list01 li:nth-child(1) a:before,
.bd02 .parts-widget-list01 li:nth-child(2) a:before,
.bd03 .parts-widget-list01 li:nth-child(3) a:before,
.voice01 .parts-widget-list01 li:nth-child(1) a:before,
.voice02 .parts-widget-list01 li:nth-child(2) a:before  {
	border-top: 7px solid #CCC !important;
	border-left: 7px solid transparent !important;
	margin-top: -3px;
}
@media only screen and (max-width:767px) {
.about01 .parts-widget-list01 li:nth-child(1) a,
.about02 .parts-widget-list01 li:nth-child(2) a,
.about03 .parts-widget-list01 li:nth-child(3) a,
.visit01 .parts-widget-list01 li:nth-child(1) a,
.visit02 .parts-widget-list01 li:nth-child(2) a,
.visit03 .parts-widget-list01 li:nth-child(3) a,
.visit04 .parts-widget-list01 li:nth-child(4) a,
.bd01 .parts-widget-list01 li:nth-child(1) a,
.bd02 .parts-widget-list01 li:nth-child(2) a,
.bd03 .parts-widget-list01 li:nth-child(3) a,
.voice01 .parts-widget-list01 li:nth-child(1) a,
.voice02 .parts-widget-list01 li:nth-child(2) a {
	pointer-events:none;
	color:#666;
}
.parts-widget-list01 li a:before {
  margin-top: -10px;
}
.about01 .parts-widget-list01 li:nth-child(1) a:before,
.about02 .parts-widget-list01 li:nth-child(2) a:before,
.about03 .parts-widget-list01 li:nth-child(3) a:before,
.visit01 .parts-widget-list01 li:nth-child(1) a:before,
.visit02 .parts-widget-list01 li:nth-child(2) a:before,
.visit03 .parts-widget-list01 li:nth-child(3) a:before,
.visit04 .parts-widget-list01 li:nth-child(4) a:before,
.bd01 .parts-widget-list01 li:nth-child(1) a:before,
.bd02 .parts-widget-list01 li:nth-child(2) a:before,
.bd03 .parts-widget-list01 li:nth-child(3) a:before,
.voice01 .parts-widget-list01 li:nth-child(1) a:before,
.voice02 .parts-widget-list01 li:nth-child(2) a:before  {
	border-top: 7px solid #666 !important;
	margin-top: -5px;
}
}

@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: 8px;
    font-size: 1.2rem;
  }
}
.on01 .parts-widget-list01 li:nth-child(1) a, .on02 .parts-widget-list01 li:nth-child(2) a, .on03 .parts-widget-list01 li:nth-child(3) a, .on04 .parts-widget-list01 li:nth-child(4) a, .on05 .parts-widget-list01 li:nth-child(5) a, .on06 .parts-widget-list01 li:nth-child(6) a, .on07 .parts-widget-list01 li:nth-child(7) a, .on08 .parts-widget-list01 li:nth-child(8) a, .on09 .parts-widget-list01 li:nth-child(9) a, .on10 .parts-widget-list01 li:nth-child(10) a, .on11 .parts-widget-list01 li:nth-child(11) a, .on12 .parts-widget-list01 li:nth-child(12) a, .on13 .parts-widget-list01 li:nth-child(13) a, .on14 .parts-widget-list01 li:nth-child(14) a, .on15 .parts-widget-list01 li:nth-child(15) a, .on16 .parts-widget-list01 li:nth-child(16) a, .on17 .parts-widget-list01 li:nth-child(17) a, .on18 .parts-widget-list01 li:nth-child(18) a, .on19 .parts-widget-list01 li:nth-child(19) a, .on20 .parts-widget-list01 li:nth-child(20) a {
  color: #268708;
  font-weight: 700;
}
/*--------------------------------------------------
 parts-note-list
 --------------------------------------------------*/
.parts-note-list {
  list-style: none;
  padding: 0;
}
.parts-note-list li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width:767px) {
  .parts-note-list {
    /*font-size: 1.0rem;*/
  }
  .parts-note-list li {
    font-size: 1.1rem;
  }
}
.parts-note-list02 {
  list-style: none;
  padding: 0;
}
ul.parts-note-list02 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.parts-note-list02 li > * {
  text-indent: 0;
}
/*--------------------------------------------------
 parts-inner-navi
 --------------------------------------------------*/
.parts-inner-navi {
  background-color: #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: #268708;
  /*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: #268708;
  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: #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;
  /*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-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: 1.5em;
}
.parts-list-none > li {
  list-style: none;
}
.parts-text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------------------------

 parts-step-table

--------------------------------------------------*/
.parts_step_table {
  /*	background-color: #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: #e4f0c2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.parts-step-ttl .head > div {
  position: relative;
  top: 40%;
  /* left: -2px; */
  width: 100%;
  height: 100%;
  color: #268708;
  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: #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: #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: #268708 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: #268708;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.parts-table-arrow .in-layout dt > span > span {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 2;
}
.parts-table-arrow .in-layout dt span big {
  display: block;
  font-size: 30px;
}
.parts-table-arrow .in-layout dd {
  padding-left: 30px;
}
.parts-table-arrow .in-left {
  width: 60%;
  padding-right: 30px;
}
.parts-table-arrow .in-left:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: #acaaa9 solid 3px;
  border-top: #acaaa9 solid 3px;
}
.parts-table-arrow .in-right {
  width: 40%;
  padding: 20px;
  background-color: #eaeaea;
  border: #d0d2d2 solid 2px;
}
@media only screen and (max-width:767px) {
  .parts-table-arrow {
    display: block;
  }
  .parts-table-arrow .in-left, .parts-table-arrow .in-right {
    float: none;
  }
  .parts-table-arrow .in-table, .parts-table-arrow .in-table > * {
    display: block;
  }
  .parts-table-arrow .in-layout {
    position: relative;
    padding: 35px 10px 10px;
    border-width: 1px;
  }
  .parts-table-arrow .in-layout dt {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    text-align: center;
  }
  .parts-table-arrow .in-layout dt > span {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  .parts-table-arrow .in-layout dt span big {
    font-size: 24px;
  }
  .parts-table-arrow .in-layout dd {
    padding-left: 0;
    text-align: center;
  }
  .parts-table-arrow .in-left {
    width: auto;
    padding: 30px 0 20px;
  }
  .parts-table-arrow .in-left:before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 12px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 -7px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    border-right: #acaaa9 solid 3px;
    border-top: #acaaa9 solid 3px;
  }
  .parts-table-arrow .in-right {
    width: auto;
    padding: 10px;
    border-width: 1px;
    text-align: center;
  }
}
/*--------------------------------------------------

 #mapCanvas

--------------------------------------------------*/
#mapCanvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
#mapCanvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.google-map iframe, .google-map object, .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .google-map iframe, .google-map object, .google-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*--------------------------------------------------

 #付加給付　図用

--------------------------------------------------*/
/*--table-cell--*/
.benefit-schematic_wrap02 {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 1.4;
}
ul.benefit-schematic_wrap02 {
  padding-left: 0;
}
.benefit-schematic_wrap02_td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.benefit-schematic_wrap02 span.red {
  color: #D04444;
}
/*--padding大　青・白字--*/
.benefit-schematic01 {
  color: #FFF;
  background-color: #2874C8;
  padding: 30px 20px;
  font-weight: 700;
}
/*--padding小　青・白字--*/
.benefit-schematic01_s {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
}
/*--padding大　水色・黒字--*/
.benefit-schematic02 {
  background-color: #b9d5f2;
  padding: 30px 20px;
  font-weight: 700;
}
/*--padding小　水色・黒字--*/
.benefit-schematic02_s {
  background-color: #b9d5f2;
  padding: 10px;
  font-weight: 700;
}
/*--padding大　グレー枠・白box--*/
.benefit-schematic03 {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 30px 20px;
  font-weight: 700;
}
/*--padding小　グレー枠・白box--*/
.benefit-schematic03_s {
  background-color: #fff;
  border: 3px solid #d4d4d4;
  padding: 10px;
  font-weight: 700;
}
/*--出産手当金　図--*/
.benefit-schematic05 {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  border-left: 2px dotted #fff;
}
.benefit-schematic06 {
  color: #FFF;
  background-color: #2874C8;
  padding: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  border-right: 2px dotted #fff;
}
@media only screen and (max-width:767px) {
  .benefit-schematic01, .benefit-schematic02, .benefit-schematic03 {
    padding: 10px;
  }
  .benefit-schematic05, .benefit-schematic06 {
    font-size: 1.1rem;
  }
}
/*--付加金あり「＋」--*/
.benefit-schematic04 {
  /*background-color:#fff;*/
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #D04444;
}
@media only screen and (max-width:767px) {
  .benefit-schematic_wrap02 {
    font-size: 1.1rem;
  }
  .benefit-schematic04 {
    font-size: 3rem;
  }
}
/*---グレー囲み注　文字普通---*/
.box_gray {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 1em;
}
.box_gray .parts-title-04 {
  color: #2874C8;
  font-size: 1.8rem;
}
.box_gray .parts-title-04::after {
  background-color: #2874C8;
  font-size: 1.8rem;
}
.box_gray .parts-note-list li {
  font-size: 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width:767px) {
  .box_gray {
    padding: 10px;
  }
  .box_gray .parts-title-04 {
    font-size: 1.3rem;
  }
  .box_gray .parts-title-04::after {
    font-size: 1.3rem;
  }
  .box_gray .parts-note-list {
    font-size: 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;
  /*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: #f6f6f6;
  line-height: 1.3;
}
.parts-table-06 td {
  padding: 13px;
  background-color: #fff;
}
@media only screen and (max-width:767px) {
  table.parts-table-06 {
    border-right: #ddd solid 1px;
    /* border-left: #ddd solid 1px; */
    border-bottom: #ddd solid 1px;
  }
  table.parts-table-06 thead {
    letter-spacing: -0.4em;
  }
  table.parts-table-06 thead th:first-child {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    border-left: none;
    border-right: none;
    border-bottom: #ddd solid 1px;
  }
  table.parts-table-06 thead th {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  table.parts-table-06 thead th + th {
    border-right: #ddd solid 1px;
  }
  table.parts-table-06 thead th:last-child {
    border-right: none;
  }
  table.parts-table-06 tbody {
    letter-spacing: -0.4em;
  }
  table.parts-table-06 tbody th {
    display: block;
    letter-spacing: normal;
    width: 100%;
    font-size: 1.2rem;
    border-top: #ddd solid 1px;
    border-left: none;
    border-right: none;
  }
  table.parts-table-06 tbody td {
    display: inline-block;
    letter-spacing: normal;
    width: 49.9%;
    border-bottom: none;
    border-left: none;
    /* border-right:#ddd solid 1px; */
  }
  table.parts-table-06 tbody td + td {
    border-right: none;
    border-bottom: none;
    border-left: #ddd solid 1px;
    margin-left: -1px;
  }
}
/*--------------------------------------------------*/
/*--td内p,ulの間隔調整--*/
table td > p:last-child, table td > ul:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------*/

/**/
.btn-application{
	display:block;
	margin:2em auto;
	text-align:center;
	width:90%;
	max-width:600px;
	background-color:#FFF;
	border-radius:30px;
	border:3px #D93600 solid;
	color:#D93600;
	font-size:2.2em;
	font-weight:700;
}
.textBox{
	width:100%;
	max-width:960px;
	margin:0 auto 50px;
	padding:0;
}
.textBox > ul,.textBox > ol{
	width:95%;
	box-sizing:border-box;
	margin-left:1.5em;
}
@media only screen and (max-width:767px) {
	.btn-application{
		font-size:1.5em;
	}
}
.btn-application:hover{
	color:#D93600;
	text-decoration:none;
	opacity: 0.8;
}
#service-box-header{
	background-color:#FDF7D2;
	border:5px #D38201 solid;
	width:560px;
	height:280px;
	box-sizing:border-box;
	border-radius:280px 280px 0 0;
	margin:auto;
	color:#D38201;
	text-align:center;
	font-size:1.6em;
	font-weight:700;
	line-height:1.6;
	padding-top:30px;
}
@media only screen and (max-width:767px) {
	#service-box-header{
		width:90%;
		padding-top:40px;
	}
}
#service-box {
	display:flex;
	background-color:#FDF7D2;
	width:100%;
	max-width:960px;
	box-sizing:border-box;
	border-radius:20px;
	margin:50px auto;
	padding:10px;
}
#service-box.service-top {
	margin-top:-150px;
}
@media only screen and (max-width:767px) {
	#service-box {
		display:block;
	}
}
#service-box > dl{
	padding:10px;
	box-sizing:border-box;
	margin-bottom:0;
}
.category-about #service-box > dl{
	width:50%;
}
.category-about #service-box > dl a{
	color:inherit;
	font-weight:400;
}
.category-about #service-box > dl a:hover{
	text-decoration:none;
}
#service-box > dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:110px;	
	box-sizing:border-box;
	border-radius:20px 20px 0 0;
	font-size:1.6em;
	color:#FFF;
	font-weight:700;
}
@media only screen and (max-width:767px) {
#service-box > dl{
	padding:0;
}
.category-about #service-box > dl{
	width:100%;
}
#service-box > dl dt{
	font-size:1.3em;
}
}
#service-box > dl dt span{
	display:inline;
	font-size:0.8em;
}
#service-box > dl#visit dt{
	background-color:#FEAC00;
}
#service-box > dl#bd dt{
	background-color:#6AC5F0;
}
#service-box > dl dd{
	background-color:#FFF;
	padding:12px;
	font-size:1.1em;
	border-radius: 0 0 20px 20px;
}
#service-box > dl dd ul{
	display: flex;
	width:100%;
}
#service-box > dl dd ul{
	display: flex;
	width:100%;
	padding:0;
}
.category-visit #service-box > dl dd,
.category-bd #service-box > dl dd{
	display:table;
}
.category-visit #service-box > dl dd p,
.category-bd #service-box > dl dd p{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

@media only screen and (max-width:767px) {
	.category-visit #service-box > dl dd,
	.category-bd #service-box > dl dd{
		display:block;
	}
	.category-visit #service-box > dl dd p,
	.category-bd #service-box > dl dd p{
		display:block;
		width:100%;
	}
}

#service-box > dl dd ul li{
	display: flex;
	position:relative;
	align-items: center;
	border-radius:10px;
	font-size:1.05em;
	padding:10px 5px 10px 56px ;
	color:#FFF;
	line-height:1.2;
	font-weight:700;
}
		.category-about #service-box > dl dd ul li{
			width:50%;
			margin:5px 5px 0;
		}
		.category-visit #service-box > dl dd ul li,
		.category-bd #service-box > dl dd ul li{
			width:50%;
			margin:5px 5px 0;
		}
@media all and (-ms-high-contrast: none) {
.category-about #service-box > dl dd ul li,
.category-visit #service-box > dl dd ul li,
.category-bd #service-box > dl dd ul li{
	min-height:64px;
}
}
#service-box > dl#visit dd ul li{
	background-color:#FEAC00;
}
#service-box > dl#bd dd ul li{
	background-color:#6AC5F0;
}
#service-box > dl dd ul li:before{
	content	:"無償";
	display:block;
	position:absolute;
	width:44px;
	height:44px;
	border-radius:22px;
	background-color:#FFF;
	color:#000;
	text-align:center;
	line-height:44px;
	margin-left:-50px;
	white-space:nowrap;
}
@media all and (-ms-high-contrast: none) {
#service-box > dl dd ul li:before{
	top:10px;
}
}
.about-case{
	margin-bottom:2em;
	width:100%;
	max-width:960px;
	margin:30px auto;
}
.about-case h2{
	font-size:2em;
	font-weight:700;
	text-align:center;
	color:#FFF;
	margin:0;
	padding:10px 0 10px;
	color:#FFF;
	border-radius:20px 20px 0 0 ;
}
@media only screen and (max-width:959px) {
.about-case h2{
	font-size:1.5em;
}
}

.about-case.visit h2{
	background-color:#FEAC00;
}
.about-case.bd h2{
	background-color:#6AC5F0;
}
.about-case.both h2{
	background-color:#D38201;
}
.about-case ul{
	position:relative;
	width:100%;
	box-sizing:border-box;
	margin:0;
	padding:40px 20px 40px 200px;
	background-color:#FDF7D2;
}
.about-case ul.chara01:before{
	position:absolute;
	display:block;
	top:30px;
	left:60px;
	content:url(../img/pc/page/chara01.png);
}
.about-case ul.chara02:before{
	position:absolute;
	display:block;
	top:30px;
	left:60px;
	content:url(../img/pc/page/chara02.png);
}
.about-case ul.chara03:before{
	position:absolute;
	display:block;
	top:30px;
	left:60px;
	content:url(../img/pc/page/chara03.png);
}
@media only screen and (max-width:767px) {
.about-case ul{
	padding:10px 0;
}
.about-case ul.chara01:before{
	position:relative;
	width:100&;
	top:inherit;
	left:inherit;
	text-align:center;
}
.about-case ul.chara02:before{
	position:relative;
	width:100&;
	top:inherit;
	left:inherit;
	text-align:center;
}
.about-case ul.chara03:before{
	position:relative;
	width:100&;
	top:inherit;
	left:inherit;
	text-align:center;
}
}
.about-case ul:after{
	position:absolute;
	content: '';;
	bottom:-70px;
	left:50%;
	margin-left:-35px;
	border-top: 35px solid #FDF7D2;
	border-right: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 35px solid transparent;
	
}
.about-case ul li{
	color:#000;
	font-size:1.4em;
	font-weight:700;
	margin-left:50px;
}

.about-service{
	position:relative;
	margin-bottom:2em;
	width:100%;
	max-width:960px;
	margin:50px auto;
	padding:20px 20px 20px 200px;
	border:1px #CCC solid;
	border-radius:20px;
}
.about-service.visit:before{
	position:absolute;
	display:block;
	top:60px;
	left:40px;
	content:url(../img/pc/page/pict01.png);
}
.about-service.bd:before{
	position:absolute;
	display:block;
	top:60px;
	left:40px;
	content:url(../img/pc/page/pict02.png);
}
.about-service.both:before{
	position:absolute;
	display:block;
	top:60px;
	left:40px;
	content:url(../img/pc/page/pict03.png);
}
@media only screen and (max-width:767px) {
.about-service{
	margin:50px auto;
	padding:20px
}
.about-service.visit:before{
	position:relative;
	display:block;
	top:inherit;
	left:inherit;
	width:100%;
	text-align:center;
}
.about-service.bd:before{
	position:relative;
	display:block;
	top:inherit;
	left:inherit;
	width:100%;
	text-align:center;
}
.about-service.both:before{
	position:relative;
	display:block;
	top:inherit;
	left:inherit;
	width:100%;
	text-align:center;
}
}
.about-service h3{
	font-size:1.7em;
	font-weight:700;
}
.about-service p{
	font-size:1.2em;
}
.img-flow{
	width:70%;
	text-align:center;
	margin:auto;
}
.img-flow img{
	display:block;
	width:100%;
	max-width:960px;
}
@media only screen and (max-width:767px) {
	.img-flow{
		width:80%;
		
	}
}
.point-wrap{
	display:flex;
	width:100%;
	max-width:960px;
	margin:0 auto 40px;
}
.point-wrap > div{
	border:1px #CCC solid;
	border-radius:20px;
	width : calc((100%-40px) / 2) ;
}
.point-wrap > div:nth-child(odd){
	margin-right:40px;
}
@media only screen and (max-width:767px) {
.point-wrap{
	display:block;
	margin-bottom:20px;
}
.point-wrap > div{
	width : 100%;
}

.point-wrap > div:nth-child(odd){
	margin-right:0;
	margin-bottom:20px;
}
}

.point-wrap > div > div:nth-child(odd){
	border-bottom:1px #CCC solid;
	padding:10px 10px 0 10px;
}
.point-wrap > div > div dl{
	display:table;
	margin-bottom:0;
}
.point-wrap > div > div dl dt,.point-wrap > div > div dl dd{
	display:table-cell;
	vertical-align:middle;
}
.point-wrap > div > div dl dt{
	border-radius:20px 20px 0 0;
	font-size:1.5em;
	color:#FFF;
	padding:25px 20px;
	white-space:nowrap;
}
@media only screen and (max-width:767px) {
	.point-wrap > div > div dl dt{
		border-radius:10px 10px 0 0;
	}
}
		.category-visit .point-wrap > div > div dl dt{
			background-color:#FEAC00;
		}
		.category-bd .point-wrap > div > div dl dt{
			background-color:#6AC5F0;
		}
.point-wrap > div > div dl dd{
	font-size:1.3em;
	font-weight:700;
	color:#000;
	padding:0 20px;
}
.point-wrap p{
	margin:20px;
}
.bd-point-ttl{
	color:#D93600 ;
	font-weight:700;
}
@media only screen and (max-width:767px) {
	.point-wrap > div > div dl{
		margin-top:0;
	}
	.point-wrap > div > div dl dt{
		font-size:1em;
		padding:15px 10px;
	}
	.point-wrap > div > div dl dd{
		font-size:1em;
	}
	.point-wrap p{
		font-size:1em;
		margin:10px;
	}
}
.point-wrap p a{
	color:#666;
}
.visit-type {
	display:flex;
	width:100%;
	max-width:960px;
	margin:auto;
}
.visit-type div{
	width : calc((100%-40px) / 3) ;
}
@media only screen and (max-width:767px) {
	.visit-type {
		display:block;
	}
	.visit-type div{
		width : 100%;
	}
}
.visit-type div{
	margin-right:20px;
}
.visit-type div h3{
	font-size:2em;
	font-weight:700;
	text-align:center;
}
.visit-type div p{
	font-size:1em;
	font-weight:500;
	padding:5px;
}
.visit-type div p.img{
	position:relative;
	padding:0;
}
.visit-type div img{
	display:block;
	width:100%;
	border:5px #CCC solid;
	border-radius: 20px;
}
.visit-type div p.img a{
	position:absolute;
	width:60px;
	height:60px;
	display: flex;
 	align-items: center;
	justify-content: center;
	border:2px #FFF solid;
	border-radius:30px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	font-size:1em;
	line-height:1.2;
	right:-10px;
	bottom:-10px;
}

		.category-visit .visit-type div p.img a{
			background-color:#FEAC00;
		}
		.category-bd .visit-type div p.img a{
			background-color:#6AC5F0;
		}
.visit-type div p.img a:hover{
	text-decoration:none;
	opacity:0.8;
}
.mian-column h5{
	font-size:2em;
	font-weight:700;
	text-align:center;
}
.mian-column h6{
	font-size:1.5em;
	font-weight:700;
	border-top:2px #ccc solid;
	background-color:#EEE;
	padding:0.5em;
}
.flowchart{
	display:flex;
	margin:50px auto;
	padding:0;
	width:100%;
	max-width:960px;
}
.category-about .flowchart{
	margin:20px auto;
}
.flowchart li{
	position:relative;
	list-style-type:none;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	width:160px;
	height:160px;
	border-radius:10px;
	color:#666;
	font-size:1.2em;
	font-weight:700;
	line-height:1.2;
}
		.category-visit .flowchart li{
			margin-right: 105px;
		}
		.category-bd .flowchart li{
			margin-right: 40px;
		}
		.category-about .flowchart li{
			margin:0 26px;
		}
.flowchart li:last-child{
	margin-right: 0;
}

@media only screen and (max-width:767px) {
	.flowchart{
		display:block;
		width:90%;
	}
	.flowchart li{
		width:200px;
		margin-right: 0;
	}
			.category-visit .flowchart li{
				margin:0 auto 80px;
			}
			.category-bd .flowchart li{
				margin:0 auto 80px;
			}
			.category-about .flowchart li{
				margin:0 auto 80px;
			}

	.flowchart li:last-child{
		margin-right: 0;
		margin:0 auto 80px;
	}
		.category-about .flowchart li:last-child{
			margin:0 auto 30px;
		}
}
		.category-visit .flowchart li{
			background-color:#FDF7D2;
		}
		.category-bd .flowchart li{
			background-color:#F1FAFE;
		}
		.category-about #visit .flowchart li{
			background-color:#FDF7D2;
		}
		.category-about #bd .flowchart li{
			background-color:#F1FAFE;
		}
.flowchart li:after{
	position:absolute;
	content: '';
	right:0;
	top:50%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
}
		.category-visit .flowchart li:after{
			margin:-20px -80px 0 0;
		}
		.category-bd .flowchart li:after{
			margin:-20px -50px 0 0;
		}
		.category-about .flowchart li:after{
			margin:-20px -58px 0 0;
		}
.flowchart li:last-child:after{
	display:none;
}
		.category-visit .flowchart li:after{
			border-left: 20px solid #FEAC00;
		}
		.category-bd .flowchart li:after{
			border-left: 20px solid #6AC5F0;
		}
		.category-about #visit .flowchart li:after{
			border-left: 20px solid #FEAC00;
		}
		.category-about #bd .flowchart li:after{
			border-left: 20px solid #6AC5F0;
		}
@media only screen and (max-width:767px) {
	.flowchart li:after{
		position:absolute;
		content: '';;
		right:inherit;
		top:inherit;
		left:50%;
		bottom:-70px;
		border-bottom: 20px solid transparent;
		border-right: 20px solid transparent;
	}
			.category-visit .flowchart li:after{
				margin:0 0 0 -20px;
				border-left: 20px solid transparent;
				border-top: 20px solid #FEAC00;
			}
			.category-bd .flowchart li:after{
				margin:0 0 0 -20px;
				border-left: 20px solid transparent;
				border-top: 20px solid #6AC5F0;
			}
			.category-about #visit .flowchart li:after{
				margin:0 0 0 -20px;
				border-left: 20px solid transparent;
				border-top: 20px solid #FEAC00;
			}
			.category-about #bd .flowchart li:after{
				margin:0 0 0 -20px;
				border-left: 20px solid transparent;
				border-top: 20px solid #6AC5F0;
			}
}
.flowchart li img{
	display:block;
	margin:auto;
	margin-bottom:10px;
}
.flowchart li a{
	position:absolute;
	width:60px;
	height:60px;
	display: flex;
 	align-items: center;
	justify-content: center;
	border:2px #FFF solid;
	border-radius:30px;
	text-align:center;
	right:-20px;
	bottom:-20px;
	color:#FFF;
	font-size:0.8em;
}
		.category-visit .flowchart li a{
			background-color:#FEAC00;
		}
		.category-bd .flowchart li a{
			background-color:#6AC5F0;
		}
		.category-about #visit .flowchart li a{
			background-color:#FEAC00;
			color:#FFF;
			font-weight:600;
			font-size:0.75em;
			line-height:1.2;
		}
		.category-about #bd .flowchart li a{
			background-color:#6AC5F0;
			color:#FFF;
			font-weight:600;
			font-size:0.75em;
			line-height:1.2;
		}
.flowchart li a:hover{
	text-decoration:none;
	opacity:0.8;
}
#web-point{
	display:flex;
}
#web-point dl{
	border:1px #CCC solid;
	border-radius:20px;
	width:calc((100%-40px) / 3);
	margin-right:20px;
}
#web-point dl:last-child{
	margin-right:0;
}
@media only screen and (max-width:767px) {
#web-point{
	display:block;
}
#web-point dl{
	width:100%;
	margin-right:0;
}
#web-point dl:last-child{
	margin-right:0;
}
}
#web-point dl dt{
	display: flex;
 	align-items: center;
	justify-content: center;
	color:#FFF;
	font-size:1.5em;
	font-weight:700;
	background-color:#FEAC00;
	border-bottom:1px #CCC solid;
	border-radius:20px 20px 0 0;
	padding:20px;
}
#web-point dl dd{
	font-size:1.2em;
	padding:10px 20px;
}
#case-wrap{
	position:relative;
	width:100%;
	max-width:960px;
	box-sizing:border-box;
	background-color:#FDF7D2;
	padding:30px 30px 20px;
	margin:auto auto 72px;
}
#case-wrap:after{
	position:absolute;
	content: '';;
	left:50%;
	bottom:-36px;
	margin: 0 0 -36px -36px;
	border-top: 36px solid #FDF7D2;
	border-left: 36px solid transparent;
	border-bottom: 36px solid transparent;
	border-right: 36px solid transparent;
}
@media only screen and (max-width:767px) {
#case-wrap{
	padding:10px 10px 5px;
}
}
.case-wrap-ttl{
	width:100%;
	max-width:960px;
	position:relative;
	padding-left:185px;
	margin:auto auto 30px;
}
.case-wrap-ttl:before{
	position:absolute;
	content: '';
	width:100px;
	height:128px;
	/*background-image: url(../img/pc/page/chara01.png);*/
	background-repeat:no-repeat;
	margin-left:-150px;
}
.case-wrap-ttl.case01:before{
	background-image: url(../img/pc/page/chara01.png);
}
.case-wrap-ttl.case02:before{
	background-image: url(../img/pc/page/chara05.png);
}
.case-wrap-ttl.case03:before{
	background-image: url(../img/pc/page/chara06.png);
}
.case-wrap-ttl.case04:before{
	background-image: url(../img/pc/page/chara02.png);
}
.case-wrap-ttl dl{
	width:100%;
}
.case-wrap-ttl dl dt{
	font-size:1.5em;
	font-weight:700;
	padding-bottom:10px;
}
@media only screen and (max-width:767px) {
.case-wrap-ttl{
	padding-left:55px;
}
.case-wrap-ttl:before{
	width:48px;
	height:64px;
	background-size:contain;
	margin-left:-53px;
}
.case-wrap-ttl dl dt{
	font-size:1.2em;
	line-height:1.4;
}
}
.case-wrap-ttl.case04 dl dd strong{
	font-size:1.2em;
}
#case-wrap .case-wrap-patient,
#case-wrap .case-wrap-staff{
	width:100%;
	background-color:#FFF;
	border:1px #CCC solid;
	border-radius:20px;
	margin-bottom:30px;
}
#case-wrap .case-wrap-patient div:first-child,
#case-wrap .case-wrap-staff div:first-child{
	border-bottom:1px #CCC solid;
	padding:10px 10px 0 10px;
}
	.category-visit #case-wrap .case-wrap-staff div:first-child{
			background-color:#FEAC00;
			border-radius:20px 20px 0 0;
	}
	.category-bd #case-wrap .case-wrap-staff div:first-child{
			background-color:#6AC5F0;
			border-radius:20px 20px 0 0;
	}
#case-wrap .case-wrap-patient dl,
#case-wrap .case-wrap-staff dl{
	display:table;
	margin-bottom:0;
}
#case-wrap .case-wrap-patient dl dt,
#case-wrap .case-wrap-patient dl dd,
#case-wrap .case-wrap-staff dl dt,
#case-wrap .case-wrap-staff dl dd{
	display:table-cell;
	vertical-align:middle;
}
#case-wrap .case-wrap-patient dl dt,
#case-wrap .case-wrap-staff dl dt{
	width:150px;
	box-sizing:border-box;
	border-radius:20px 20px 0 0;
	font-size:1.5em;
	padding:15px auto;
	white-space:nowrap;
	text-align:center;
}
@media only screen and (max-width:767px) {
	#case-wrap .case-wrap-patient dl,
	#case-wrap .case-wrap-staff dl{
		margin-top:0;
	}
	#case-wrap .case-wrap-patient dl dt,
	#case-wrap .case-wrap-staff dl dt{
		border-radius:10px 10px 0 0;
		font-size:1em;
		width:80px;
	}
}
#case-wrap .case-wrap-patient dl dd,
#case-wrap .case-wrap-staff dl dd{
	font-size:1.3em;
	font-weight:700;
	padding:0 20px;
}
@media only screen and (max-width:767px) {
#case-wrap .case-wrap-patient dl dd,
#case-wrap .case-wrap-staff dl dd{
	font-size:1em;
	line-height:1.4;
	padding:0 10px;
}
}
	#case-wrap .case-wrap-patient dl dt{
		color:#FFF;
	}
	#case-wrap .case-wrap-staff dl dt{
		color:#000;
	}
	#case-wrap .case-wrap-patient dl dd{
		color:#000;
	}
	#case-wrap .case-wrap-staff dl dd{
		color:#FFF;
	}
	.category-visit #case-wrap .case-wrap-patient dl dt{
			background-color:#FEAC00;
	}
	.category-visit #case-wrap .case-wrap-staff dl dt{
			background-color:#FFF;
	}
	.category-bd #case-wrap .case-wrap-patient dl dt{
			background-color:#6AC5F0;
	}
	.category-bd #case-wrap .case-wrap-staff dl dt{
			background-color:#FFF;
	}
#case-wrap .case-wrap-staff > div:nth-child(2)	{
	position:relative;
	padding-right:185px;
	min-height:148px;
}
#case-wrap .case-wrap-staff > div:nth-child(2):before{
	position:absolute;
	content: '';
	top:0;
	right:20px;
	width:100px;
	height:128px;
	background-repeat:no-repeat;
}
.category-visit #case-wrap .case-wrap-staff > div:nth-child(2):before{
	background-image: url(../img/pc/page/chara04.png);
}
.category-bd #case-wrap .case-wrap-staff > div:nth-child(2):before{
	background-image: url(../img/pc/page/chara07.png);
}
@media only screen and (max-width:767px) {
#case-wrap .case-wrap-staff > div:nth-child(2){
	padding-right:55px;
}
#case-wrap .case-wrap-staff > div:nth-child(2):before{
	top:inherit;
	bottom:3px;
	right:10px;
	width:53px;
	height:64px;
	background-size:contain;
	margin-right:0;
}
}
#case-wrap .case-wrap-patient p,
#case-wrap .case-wrap-staff p{
	margin:20px;
	font-size:1.2em;
}

#case-wrap-end{
	width:100%;
	max-width:960px;
	border:1px #CCC solid;
	border-radius:20px;
	margin:0 auto 30px;
}
#case-wrap-end div:first-child{
	border-bottom:1px #CCC solid;
	padding:10px 10px 0 10px;
	background-color:#D83500;
	color:#FFF;
	border-radius:20px 20px 0 0;
}
#case-wrap-end dl{
	display:table;
	margin-bottom:0;
}
#case-wrap-end dl dt,
#case-wrap-end dl dd{
	display:table-cell;
	vertical-align:middle;
}
#case-wrap-end dl dt{
	width:150px;
	box-sizing:border-box;
	border-radius:20px 20px 0 0;
	font-size:1.5em;
	color:#000;
	background-color:#FFF;
	padding:15px auto;
	white-space:nowrap;
	text-align:center;
}
@media only screen and (max-width:767px) {
	#case-wrap-end dl{
		margin-top:0;
	}
	#case-wrap-end dl dt{
		border-radius:10px 10px 0 0;
		font-size:1em;
		width:80px;
	}
}
#case-wrap-end dl dd{
	font-size:1.3em;
	font-weight:700;
	padding:0 20px;
}
@media only screen and (max-width:767px) {
#case-wrap-end dl dd{
	font-size:1em;
	line-height:1.4;
	padding:0 10px;
}
}
#case-wrap-end p{
	margin:20px;
	font-size:1.2em;
}

.case-page{
	width:100%;
	max-width:960px;
	margin:auto auto 50px;
	padding:0;
	display:table;
}
.case-page li{
	display:table-cell;
	text-align:center;
}
.case-page li a{
	display:block;
	width:75%;
	margin:auto;
	border-radius:15px;
	border:2px #CCC solid;
	background-color:#FFF;
	color:#000;
}
.case-page li a:hover{
	text-decoration:none;
	background-color:#FDF7D2;
}
@media only screen and (max-width:767px) {
.case-page{
	display:block;
}
.case-page li{
	display:block;
	margin-bottom:10px;
}
}
.case-page01 li:nth-child(1) a,
.case-page02 li:nth-child(2) a,
.case-page03 li:nth-child(3) a {
	pointer-events:none;
	color:#666;
	background-color:#DEDEDE;
}


#application-flow{
	width:100%;
	max-width:960px;
	margin:auto;
	padding:0;
}
#application-flow li{
	position:relative;
	display:table;
	width:100%;
	border:1px #CCC solid;
	border-radius:20px;
	margin-bottom:80px;
}
#application-flow li span{
	display:table-cell;
	box-sizing:border-box;
	padding:20px;
	min-height:90px;
	font-size:1.8em;
	font-weight:700;
	vertical-align:middle;
}
#application-flow li span:first-child{
	width:9.6%;
	color:#FFF;
	text-align:center;
	background-color:#D38201;
	border-radius:20px 0 0 20px;
}
#application-flow li:after{
	position:absolute;
	content: '';;
	left:50%;
	bottom:-36px;
	margin: 0 0 -40px -20px;
	border-top: 20px solid #D38201;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid transparent;
}
#application-flow li a{
	position:absolute;
	width:60px;
	height:60px;
	display: flex;
 	align-items: center;
	justify-content: center;
	background-color:#D38201;
	border:2px #FFF solid;
	border-radius:30px;
	color:#FFF;
	text-align:center;
	font-weight:700;
	font-size:1em;
	line-height:1.2;
	right:30px;
	top:50%;
	margin-top:-30px;
}
@media only screen and (max-width:767px) {
	#application-flow li span{
		padding:20px;
		font-size:1.2em;
	}
	#application-flow li a{
		right:-10px;
		top:inherit;
		bottom:-30px;
		margin-top:0;
	}
}
#application-flow li a:hover{
	text-decoration:none;
	opacity:0.8;
}
.voice dl{
	width:100%;
	max-width:960px;
	border:1px #CCC solid;
	border-radius:20px;
	margin:auto auto 30px;
}
.voice dl dt{
	font-size:1.2em;
	font-weight:700;
	padding:20px;
	border-bottom:1px #CCC solid;
}
.voice dl dd{
	padding:20px;
	border-radius:0 0 20px 20px;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:0 !important;
}
.voice dl dd.bg{
	padding-right:45%;
}
@media only screen and (max-width:767px) {
.voice dl dd.bg{
	padding-right:20px;
	padding-bottom:300px;
	background-size:contain;
}
}
.category-voice-visit .voice:nth-child(1) dl dd{
	background-image:url(../img/pc/page/voice_visit01_pc.jpg);
}
.category-voice-visit .voice:nth-child(3) dl dd{
	background-image:url(../img/pc/page/voice_visit02_pc.jpg);
}
.category-voice-bd .voice:nth-child(1) dl dd{
	background-image:url(../img/pc/page/voice_bd01_pc.jpg);
}
.category-voice-bd .voice:nth-child(3) dl dd{
	background-image:url(../img/pc/page/voice_bd02_pc.jpg);
}
.note{
  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #ffff 50%,
      #ffff 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
  background-size:
    8px 100%,
    100% 2em;
  line-height:2;
}
.note p{
  margin-bottom:2em;
}
.note p:last-child{
  margin-bottom:0.5em;
}
.application{
	width:100%;
	max-width:960px;
	margin:auto;
}
.application ul li,.application ol li{
	margin-left:60px;
}
@media only screen and (max-width:767px) {
.application ul li,.application ol li{
	margin-left:30px;
}
}
.category-about h3{
	font-size:1.7em;
	font-weight:700;
}
#agree-check{
	display:table;
	width:80%;
	max-width:960px;
	margin:auto auto 50px;
}
#agree-check > div{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	text-align:center;
	font-size:1.5em;
	font-weight:700;
}

#agree-check button{
	border-color: transparent;

}

.counselor > dl{
	width:100%;
	max-width:960px;
	border:1px #CCC solid;
	border-radius:20px;
	margin:auto auto 30px;
}
.counselor > dl > dt{
	font-size:1.2em;
	font-weight:700;
	padding:20px;
	border-bottom:1px #CCC solid;
}
.counselor > dl > dd{
	padding:20px;
	border-radius:0 0 20px 20px;
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:0 !important;
}
.counselor > dl > dd div{
	display:flex;
	width:100%;
	padding:10px;
}
.counselor > dl > dd div dl{
	width:50%;
	padding:10px;
}
@media only screen and (max-width:767px) {
.counselor > dl > dd div{
	display:block;
	padding:0;
}
.counselor > dl > dd div dl{
	width:100%;
}
}
.counselor > dl > dd div dl table{
	width:100%;
	border-top:1px #CCC solid;
}
.counselor > dl > dd div dl table tr{
	border-bottom:1px #CCC solid;
}
.counselor > dl > dd div dl table tr th{
	width:15%;
	background-color:#EEE;
	font-size:1.1em;
	font-weight:700;
	text-align:center;
	padding:0.5em;
}
.counselor > dl > dd div dl table tr td{
	font-size:1.1em;
	font-weight:700;
	padding:0.5em;
}
.counselor-msg{
	width:100%;
	max-width:960px;
	min-height:410px;
	border:1px #CCC solid;
	border-radius:20px;
	margin:auto auto 30px;
	padding:30px 30px 30px 415px;
	background-image:url(../img/pc/page/counselor-msg.jpg);
	background-repeat:no-repeat;
}
.counselor-msg p{
	font-size:1.6em;
}
@media only screen and (max-width:767px) {
.counselor-msg{
	padding:160px 10px 10px;
	background-size:contain;
	min-height:inherit;
}
.counselor-msg p{
	font-size:1.2em;
}
}
.application-choose ul{
	display:table;
	width:100%;
	max-width:960px;
	margin:auto auto 50px;
}
.application-choose ul li{
	display:table-cell;
	width:50%;
}
.application-choose ul li a{
	display:block;
	width:80%;
	box-sizing:border-box;
	margin:20px auto;
	padding:30px;
	text-align:center;
	color:#D93600;
	font-size:1.2em;
	font-weight:700;
	background-color:#FFF;
	border:3px #D93600 solid;
	border-radius:50px;
}
.application-choose ul li a:hover{
	text-decoration:none;
	opacity:0.8;
}
@media only screen and (max-width:767px) {
.application-choose ul{
	display:block;
	margin:auto auto 50px;
}
.application-choose ul li{
	display:block;
	width:100%;
}
.application-choose ul li a{
	width:90%;
	padding:10px;
}
}
.sample{
	display:block;
	margin-top:-180px !important;
	padding-top:180px !important;
}
@media only screen and (max-width:767px) {
.sample{
	display:block;
	margin-top:-80px !important;
	padding-top:80px !important;
}
}